git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
96cecf8
)
luci-base: change Save Button textcolor to white
author
Christian Korber
<redacted>
Wed, 26 Feb 2025 11:47:57 +0000
(12:47 +0100)
committer
Paul Donald
<redacted>
Tue, 4 Mar 2025 02:42:57 +0000
(20:42 -0600)
Upstream color is defined as #808080, so for better distinction the
color is changed to var(--white-color).
Signed-off-by: Christian Korber <redacted>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css
patch
|
blob
|
history
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 f5d2f9d0100780db1ebae9936b9fe185cc5e093c..8624eb64a0b56c009709dbb5023ed980ffef1ca5 100644
(file)
--- 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,
git clone https://git.99rst.org/PROJECT