diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-19 11:00:15 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-19 11:00:15 +0100 |
commit | c57d60e3e6b42a6668bca032003e53b00b0c8a20 (patch) | |
tree | 1ddf07b9b4950110b9636131346989d2d1c6aefc /themes/luci-theme-bootstrap | |
parent | 7b7783f0eebce19c365835fdc192b50bd6efb6b9 (diff) |
luci-theme-bootstrap: css fix for map level tabs
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'themes/luci-theme-bootstrap')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 9c8bef47f..e587178c9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1117,7 +1117,7 @@ header .dropdown-menu a.hover, font-weight: bold; } -.cbi-tabcontainer > fieldset > legend { +.cbi-tabcontainer > fieldset.cbi-section[id] > legend { display: none; } |