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 f5d2f9d010..8624eb64a0 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1586,6 +1586,10 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { color: var(--main-menu-color); } +.cbi-dropdown.btn.cbi-button.cbi-button-positive.important > ul > li[display] { + color: var(--white-color); +} + .cbi-dropdown > ul > li[display], .cbi-dropdown[open] > ul.preview, .cbi-dropdown[open] > ul.dropdown > li,