From: Jo-Philipp Wich Date: Tue, 31 Jul 2018 15:24:55 +0000 (+0200) Subject: luci-theme-bootstrap: fix CSS regression in kernel/system log pages X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5ec72617eede467c932642b60291d627fca70342;p=oweals%2Fluci.git luci-theme-bootstrap: fix CSS regression in kernel/system log pages An unrelated removed some crucial fixes due to improper rebasing. Fixes: 7ba4eb1a4 ("luci-theme-bootstrap: add styling for input-adjacent buttons") Signed-off-by: Jo-Philipp Wich (cherry picked from commit 176e24699822bb50899f5828d0ace1c37d095ff8) --- 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 0c158961d..e34b0b594 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -598,6 +598,12 @@ textarea[readonly] { cursor: default; } +select[readonly], +textarea[readonly] { + pointer-events: auto; + cursor: auto; +} + .cbi-optionals, .cbi-section-create { padding: 0 0 10px 10px;