summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-10 19:52:48 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-10 19:52:48 +0100
commite8abe15483e6e740ed8efae32c2382f999a94a8f (patch)
tree7e4305d2341c2bab214618630ba673533d56e4d5 /themes/luci-theme-bootstrap/htdocs/luci-static
parent4cc7772ed510e5a851f69521127471867ac9abd3 (diff)
luci-theme-bootstrap: fix mobile input cutoff in dropdowns
Fixes: #3285 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
index 177180f00..2d4f85660 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css
@@ -177,9 +177,11 @@ header h3 a, header .brand {
margin: 0;
}
- input, textarea, select {
+ input, textarea, select,
+ .cbi-dropdown > ul > li input[type="text"] {
font-size: 16px !important;
line-height: 28px;
+ height: auto;
}
select, input[type="text"], input[type="password"] {