diff options
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/mobile.css | 4 |
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 177180f008..2d4f856602 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"] { |