summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-01-02 11:59:21 +0100
committerJo-Philipp Wich <jo@mein.io>2017-01-02 11:59:21 +0100
commitd0bf6489e969f7667e2be18365d11936e73a4cac (patch)
tree3adc2617faacc8a3481ed68495c8ba209d6e770a /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parenta48c5d22fb8e0d2f2f4f9fac41d748aa64894d6d (diff)
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>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css2
1 files changed, 2 insertions, 0 deletions
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] {