Adjust menubar highlight text color
parent
dce0043e42
commit
d638327dae
|
@ -849,6 +849,7 @@ GtkComboBox .menu {
|
||||||
border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
border-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
||||||
background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
background-color: mix(@menubar_bg_color, @menubar_fg_color, 0.21);
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
color: shade(@menubar_fg_color, 1.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
.menubar .menuitem *:hover {
|
.menubar .menuitem *:hover {
|
||||||
|
|
Loading…
Reference in New Issue