diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-31 17:24:55 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-31 17:26:25 +0200 |
commit | 176e24699822bb50899f5828d0ace1c37d095ff8 (patch) | |
tree | 588441499c3af348843242378e79146fc1b637ff /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | |
parent | c1b999461e9bcfefc136bb0e87f62050beacc45d (diff) |
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 <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 6 |
1 files changed, 6 insertions, 0 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 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; |