mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
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 <ck@dev.tdt.de>
This commit is contained in:
committed by
Paul Donald
parent
96cecf83ba
commit
29df6ff70f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user