diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-18 11:06:35 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-01-18 11:06:35 +0100 |
commit | 1600b600dddc1a563e421dbbc39764766aa8639a (patch) | |
tree | 9d8b7c26028eda0f09bdec50fc2c54ec2acd06dd /themes/luci-theme-bootstrap/htdocs/luci-static | |
parent | aa12e53333b47800e85fcc2acc16b5c10af8a91f (diff) |
luci-theme-bootstrap: style fixes for map level tabs and disabled buttons
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 20 |
1 files changed, 20 insertions, 0 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 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; |