luci-theme-material: fix checkbox css StaticList view
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
4bbc033a96
commit
74d2b24197
1 changed files with 4 additions and 0 deletions
|
@ -2089,6 +2089,10 @@ label > input[type="radio"] {
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label[data-index][data-depends] {
|
||||||
|
padding-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
.showSide {
|
.showSide {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue