From 626225288e7566f04bb9c376609028385f2fe1a3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 10 Oct 2009 04:19:28 +0000 Subject: [PATCH] themes/openwrt.org: add css for tab highlight --- themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.11.0