summaryrefslogtreecommitdiffstats
path: root/module/web/templates/default/settings.html
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/templates/default/settings.html')
-rw-r--r--module/web/templates/default/settings.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/module/web/templates/default/settings.html b/module/web/templates/default/settings.html
index 4d2d2a591..b131df92f 100644
--- a/module/web/templates/default/settings.html
+++ b/module/web/templates/default/settings.html
@@ -36,13 +36,12 @@
{% for skey, section in conf.items %}
<fieldset>
- <legend>
+ <legend style="font-size:0.8cm;color:darkblue;background-color:lightgrey;round">
{{section.name}}
</legend>
-
{% for okey, option in section.options.items %}
- <label for="{{skey}}|{{okey}}">
+ <label for="{{skey}}|{{okey}}" style="color:#424242;">
{{option.name}}
{% ifequal option.type "bool" %}
<select id="{{skey}}|{{okey}}" name="{{skey}}|{{okey}}">