From 5ec72617eede467c932642b60291d627fca70342 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 31 Jul 2018 17:24:55 +0200 Subject: [PATCH] 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) --- .../htdocs/luci-static/bootstrap/cascade.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.25.1