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 01ccb1e1adf8e0fddd61119d37685f51a63926db..07e53b806d41c7faf4024331f4785a5291183b5a 100644 (file)
@@ -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;
 }