summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-11-22 09:16:45 +0100
committerJo-Philipp Wich <jo@mein.io>2019-11-22 09:16:45 +0100
commit8672ddcf0b8b59e6cee200e678972f8fea27998f (patch)
tree2d2cadc1fc6b1adda7afc077b6a13619ccd7cc0b /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parentf6e56e67e8d89a2f3f6d639d9000be0487879bf9 (diff)
luci-theme-bootstrap: allow textarea resizing
Fixes: #3317 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.css12
1 files changed, 7 insertions, 5 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 b39859394..c69989a89 100644
--- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
+++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
@@ -452,7 +452,6 @@ select,
.uneditable-input {
display: inline-block;
width: 210px;
- height: 30px;
padding: 4px;
font-size: 13px;
line-height: 18px;
@@ -460,6 +459,13 @@ select,
border-radius: 3px;
}
+input,
+select,
+.cbi-dropdown:not(.btn):not(.cbi-button),
+.uneditable-input {
+ height: 30px;
+}
+
.uneditable-input {
color: #808080;
}
@@ -554,10 +560,6 @@ select[multiple] {
background-color: #fff;
}
-textarea {
- height: auto !important;
-}
-
.td > input[type=text],
.td > input[type=password],
.td > select,