From: Jo-Philipp Wich Date: Sat, 10 Oct 2009 04:19:28 +0000 (+0000) Subject: themes/openwrt.org: add css for tab highlight X-Git-Tag: 0.10.0~1100 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=626225288e7566f04bb9c376609028385f2fe1a3;hp=c199fb44c0b7d7cddec5d6c504edfd03db4e5c84 themes/openwrt.org: add css for tab highlight --- 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; }