Merge pull request #2746 from TDT-AG/pr/20190603-luci-theme-material

luci-theme-material: fix checkbox css StaticList view
This commit is contained in:
Florian Eckert 2019-06-04 15:17:50 +02:00 committed by GitHub
commit 1e138fdccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2089,6 +2089,10 @@ label > input[type="radio"] {
vertical-align: bottom;
}
label[data-index][data-depends] {
padding-right: 2em;
}
.showSide {
display: none;
}