luci-theme-bootstrap: fix CSS regression in kernel/system log pages
authorJo-Philipp Wich <jo@mein.io>
Tue, 31 Jul 2018 15:24:55 +0000 (17:24 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 31 Jul 2018 15:26:25 +0000 (17:26 +0200)
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 <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 0c158961d216ec041d057526c2204decd3633bf9..e34b0b594a89079dc4086f86a45c8304079809d9 100644 (file)
@@ -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;