2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

FEATURE: show a paintbrush for color schemes

This commit is contained in:
Sam 2017-04-19 11:06:06 -04:00
parent 8052218f61
commit c76d780675
4 changed files with 19 additions and 4 deletions

View file

@ -39,6 +39,7 @@
<p>{{combo-box content=colorSchemes
nameProperty="name"
value=colorSchemeId
selectionIcon="paint-brush"
valueAttribute="id"}}
{{#if colorSchemeChanged}}
{{d-button action="changeScheme" class="btn-primary btn-small submit-edit" icon="check"}}