luci-theme-bootstrap: tune default style select boxes
The previous styling made select dropdowns look like disabled text input fields on Chrome browsers. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
a48c5d22fb
commit
d0bf6489e9
1 changed files with 2 additions and 0 deletions
|
@ -500,6 +500,8 @@ select,
|
|||
|
||||
select {
|
||||
padding: initial;
|
||||
background: #fff;
|
||||
box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
input[type=checkbox], input[type=radio] {
|
||||
|
|
Loading…
Reference in a new issue