diff options
-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; } |