themes/openwrt.org: add css for tab highlight
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Oct 2009 04:19:28 +0000 (04:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 10 Oct 2009 04:19:28 +0000 (04:19 +0000)
themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css

index 01ccb1e..07e53b8 100644 (file)
@@ -765,6 +765,11 @@ ul.cbi-tabmenu li.cbi-tab-disabled a {
        color: #BBBBBB;
 }
 
        color: #BBBBBB;
 }
 
+ul.cbi-tabmenu li.cbi-tab-highlighted a {
+       color: #000000;
+       background-color: #FFEEAA;
+}
+
 ul.cbi-tabmenu li a:hover {
        color: #000000;
 }
 ul.cbi-tabmenu li a:hover {
        color: #000000;
 }