From d0bf6489e969f7667e2be18365d11936e73a4cac Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 2 Jan 2017 11:59:21 +0100 Subject: [PATCH] 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 --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 ++ 1 file changed, 2 insertions(+) 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 1d712e453..8d0c434a9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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] { -- 2.11.0