summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface/templates
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-10 11:03:40 +0200
committerSimon Rettberg2017-05-10 11:03:40 +0200
commite7fb2eafc44d0b5eab79b13432d3e7c4227fd83e (patch)
tree592fe695572d7e7d32b5980d7d5e222bf9989c23 /modules-available/webinterface/templates
parent[statistics] Hide "add beamer" for screens with no EDID (diff)
downloadslx-admin-e7fb2eafc44d0b5eab79b13432d3e7c4227fd83e.tar.gz
slx-admin-e7fb2eafc44d0b5eab79b13432d3e7c4227fd83e.tar.xz
slx-admin-e7fb2eafc44d0b5eab79b13432d3e7c4227fd83e.zip
[weninterface] Improve color list a bit
Diffstat (limited to 'modules-available/webinterface/templates')
-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>