popover: Add icon for `Custom color picker`.

This commit is contained in:
Siddharth Varshney 2020-05-01 06:15:40 +05:30 committed by Tim Abbott
parent 9b78a73e36
commit 976016a8fc
1 changed files with 4 additions and 1 deletions

View File

@ -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>