diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-01 19:42:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-01 19:42:01 +0000 |
commit | 26ba050939c9006757beb49ec53c61a25dca16eb (patch) | |
tree | 1e57b8ebc6260e7a89c1e28b04460417785f992e | |
parent | 4ede70c0cebed30a479b37b34cc7a1a60bf0fc24 (diff) |
themes/openwrt: CSS fix
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9c351aebf..bada73b99 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -607,7 +607,7 @@ table.smalltext tr td { } table.cbi-section-table .cbi-rowstyle-1, -table.cbi-section-table .cbi-rowstyle-1 * { +table.cbi-section-table .cbi-rowstyle-1>* { background-color: #eeeeff; color: #000000; } |