luci-theme-bootstrap: allow pointer events on readonly textareas and dropdowns
This is required to scroll and select text. Fixes #1965 Fixes887d0a685
("luci-theme-bootstrap: cleanup CSS") Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commita68006245d
)
This commit is contained in:
parent
5d4c365f13
commit
91238dccc7
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue