diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-01-20 14:11:16 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-01-20 14:11:53 +0100 |
commit | 1c49bda198ef33c0423777a966e6c6ab477da34b (patch) | |
tree | d58a90896c96a2121c456c16ab9b6d86df352322 /themes | |
parent | 6ec852098c1ee8b82c3ec74246b833ead1e0861c (diff) |
luci-theme-material: fix apply dropdown color
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 | 1 |
1 files changed, 1 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 40ff001b9..201713fcb 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1483,6 +1483,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { border: thin solid #918e8c; background: #f6f6f6; box-shadow: 0 0 4px #918e8c; + color: var(--main-menu-color); } .cbi-dropdown > ul > li[display], |