diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-10-31 22:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-31 22:03:53 +0100 |
commit | ff9d8a25276ca34a8169ad9500edb11c1e1337ba (patch) | |
tree | 8e4f40eeb8a1d24551076bc6a08b175270010f5f /themes/luci-theme-material/htdocs/luci-static/material/cascade.css | |
parent | ce3402a4530e06b1b5479e56caf9b8bb3a07dc15 (diff) | |
parent | ef94c52680ab2743627fb821e16b0bb202f7b35c (diff) |
Merge pull request #4507 from Ansuel/wifiblacklist
luci-mod-status: add support for add device to wifi black/whitelist
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/cascade.css')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 17 |
1 files changed, 17 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 dfa9c5dc03..10d8a02bdd 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1414,6 +1414,23 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { outline: 0; } +.cbi-dropdown.btn { + min-height: 1.8rem; + padding-top: 0px; + padding-bottom: 0px; + padding-right: 0px; +} + +.cbi-dropdown.btn > .open { + font-size: 0.8rem; + padding: 0px; + margin: 0 5px; +} + +.cbi-dropdown.btn > div { + margin: 0px; +} + .cbi-dropdown > .more, .cbi-dropdown > ul > li[placeholder] { font-weight: bold; |