luci-theme-material: fix checkbox css StaticList view

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2019-05-23 09:45:00 +02:00
parent 4bbc033a96
commit 74d2b24197

View file

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