mirror of https://github.com/zulip/zulip.git
popover: Add icon for `Custom color picker`.
This commit is contained in:
parent
9b78a73e36
commit
976016a8fc
|
@ -41,7 +41,10 @@
|
|||
</li>
|
||||
<li>
|
||||
<span class="colorpicker-container"><input stream_id="{{stream.stream_id}}" class="colorpicker" type="text" value="{{stream.color}}" /></span>
|
||||
<a class="custom_color">{{t "Choose custom color" }}</a>
|
||||
<a class="custom_color">
|
||||
<i class="fa fa-eyedropper" aria-hidden="true"></i>
|
||||
{{t "Choose custom color" }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue