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> (cherry picked from commit176e246998
)
This commit is contained in:
parent
9beff0720e
commit
5ec72617ee
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