summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-10 04:19:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-10 04:19:28 +0000
commit626225288e7566f04bb9c376609028385f2fe1a3 (patch)
tree5841c14e6a6fec17299e8a2bcf9f50591df2a67a
parentc199fb44c0b7d7cddec5d6c504edfd03db4e5c84 (diff)
themes/openwrt.org: add css for tab highlight
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 01ccb1e1a..07e53b806 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -765,6 +765,11 @@ ul.cbi-tabmenu li.cbi-tab-disabled a {
color: #BBBBBB;
}
+ul.cbi-tabmenu li.cbi-tab-highlighted a {
+ color: #000000;
+ background-color: #FFEEAA;
+}
+
ul.cbi-tabmenu li a:hover {
color: #000000;
}