luci-theme-bootstrap: style fixes for map level tabs and disabled buttons
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
aa12e53333
commit
1600b600dd
1 changed files with 20 additions and 0 deletions
|
@ -137,6 +137,13 @@ input[type="submit"] {
|
||||||
-webkit-appearance: button;
|
-webkit-appearance: button;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button[disabled],
|
||||||
|
input[type="button"][disabled],
|
||||||
|
input[type="reset"][disabled],
|
||||||
|
input[type="submit"][disabled] {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="search"] {
|
input[type="search"] {
|
||||||
-webkit-appearance: textfield;
|
-webkit-appearance: textfield;
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
|
@ -1101,6 +1108,19 @@ header .dropdown-menu a.hover,
|
||||||
margin-bottom: -1px;
|
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,
|
.tabs > li > a,
|
||||||
.cbi-tabmenu > li > a {
|
.cbi-tabmenu > li > a {
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
|
Loading…
Reference in a new issue