From: Jo-Philipp Wich Date: Mon, 18 Jan 2016 10:06:35 +0000 (+0100) Subject: luci-theme-bootstrap: style fixes for map level tabs and disabled buttons X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=1600b600dddc1a563e421dbbc39764766aa8639a luci-theme-bootstrap: style fixes for map level tabs and disabled buttons Signed-off-by: Jo-Philipp Wich --- 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 b19a6a07a..9c8bef47f 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -137,6 +137,13 @@ input[type="submit"] { -webkit-appearance: button; } +button[disabled], +input[type="button"][disabled], +input[type="reset"][disabled], +input[type="submit"][disabled] { + opacity: 0.7; +} + input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; @@ -1101,6 +1108,19 @@ header .dropdown-menu a.hover, margin-bottom: -1px; } +.cbi-tabmenu.map { + margin: 0; +} + +.cbi-tabmenu.map > li { + font-size: 16.5px; + font-weight: bold; +} + +.cbi-tabcontainer > fieldset > legend { + display: none; +} + .tabs > li > a, .cbi-tabmenu > li > a { padding: 0 15px;