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:
Jo-Philipp Wich 2017-01-02 11:59:21 +01:00
parent a48c5d22fb
commit d0bf6489e9

View file

@ -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] {