luci-theme-bootstrap: style fixes for map level tabs and disabled buttons
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jan 2016 10:06:35 +0000 (11:06 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jan 2016 10:06:35 +0000 (11:06 +0100)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index b19a6a0..9c8bef4 100644 (file)
@@ -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;