From: Christian Korber Date: Wed, 26 Feb 2025 11:47:57 +0000 (+0100) Subject: luci-base: change Save Button textcolor to white X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=29df6ff70f43edc648b9782f96f9961099fa4b49;p=openwrt-luci.git luci-base: change Save Button textcolor to white Upstream color is defined as #808080, so for better distinction the color is changed to var(--white-color). Signed-off-by: Christian Korber --- 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,