diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-05-23 09:45:00 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2019-06-04 15:16:54 +0200 |
commit | 74d2b241972e6cf42dabe1f55d478561b088c147 (patch) | |
tree | 87fb5ceebcebda1b7f8c17e7b3997b82dc620901 /themes | |
parent | 4bbc033a968478d54a6c4bc2d8529abbfffdec6f (diff) |
luci-theme-material: fix checkbox css StaticList view
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 2a88ef375..8a41e8c0c 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2089,6 +2089,10 @@ label > input[type="radio"] { vertical-align: bottom; } +label[data-index][data-depends] { + padding-right: 2em; +} + .showSide { display: none; } |