summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index 2bdd34777..95e6a075e 100644
--- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
@@ -720,6 +720,10 @@ td.cbi-value-error {
padding: 3px;
}
+.cbi-value-field var {
+ color: #2222FF;
+}
+
ul.cbi-tabmenu {
padding: 3px 0;
margin-left: 0 !important;
@@ -772,8 +776,12 @@ div.cbi-tab-descr {
padding: 0.5em 0.5em 0.5em 2em;
}
+.left {
+ text-align: left !important;
+}
+
.right {
- text-align: right;
+ text-align: right !important;
}
.luci {