summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-12-19 21:20:57 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-12-19 21:20:57 +0000
commitd942285d01489bbf8bb612ce1b4ced34d550f4c8 (patch)
tree8e98f06ff325fdab3fdbb5c6713d7108d940a056 /themes
parentaccf14f88d6844267a5def1721a022b3440a6e19 (diff)
themes/openwrt: add some new CSS classes used by firewall ui
Diffstat (limited to 'themes')
-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 {