From 29df6ff70f43edc648b9782f96f9961099fa4b49 Mon Sep 17 00:00:00 2001 From: Christian Korber Date: Wed, 26 Feb 2025 12:47:57 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/material/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.30.2