mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
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:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user