From d7810e7650bfef36d5583342e11f14112299da0a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 22 Nov 2019 09:16:45 +0100 Subject: [PATCH] luci-theme-bootstrap: allow textarea resizing Fixes: #3317 Signed-off-by: Jo-Philipp Wich (cherry picked from commit 8672ddcf0b8b59e6cee200e678972f8fea27998f) --- .../htdocs/luci-static/bootstrap/cascade.css | 12 +++++++----- 1 file 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 a1055dc06..f61e7b02d 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, -- 2.25.1