From 1c49bda198ef33c0423777a966e6c6ab477da34b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Mon, 20 Jan 2020 14:11:16 +0100 Subject: [PATCH] luci-theme-material: fix apply dropdown color Signed-off-by: Florian Eckert --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 + 1 file changed, 1 insertion(+) 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], -- 2.25.1