From c57d60e3e6b42a6668bca032003e53b00b0c8a20 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 19 Jan 2016 11:00:15 +0100 Subject: [PATCH] luci-theme-bootstrap: css fix for map level tabs Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0