luci-theme-bootstrap: allow textarea resizing
authorJo-Philipp Wich <jo@mein.io>
Fri, 22 Nov 2019 08:16:45 +0000 (09:16 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 22 Nov 2019 08:16:45 +0000 (09:16 +0100)
Fixes: #3317
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index b39859394e549349640822b697aafe79fa4ef7f3..c69989a893d2a8e2a3a4013ec091336ebd34ec50 100644 (file)
@@ -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,