summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/templates/customization.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/webinterface/templates/customization.html')
-rw-r--r--modules-available/webinterface/templates/customization.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/webinterface/templates/customization.html b/modules-available/webinterface/templates/customization.html
index 447404a6..7949f95b 100644
--- a/modules-available/webinterface/templates/customization.html
+++ b/modules-available/webinterface/templates/customization.html
@@ -17,7 +17,7 @@
{{lang_logoBackground}}
<select class="form-control" name="bgcolor">
{{#colors}}
- <option style="color:{{color}}" {{selected}}>{{color}}</option>
+ <option style="color:{{text}};background:{{color}}" {{selected}}>{{color}}</option>
{{/colors}}
</select>
</label>