mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
win32: Dim menubar text for non-active windows
This commit is contained in:
parent
6d99cdf28c
commit
0d307ab2fc
@ -784,6 +784,10 @@ GtkSwitch.trough:active {
|
|||||||
color: -gtk-win32-color(button, 7);
|
color: -gtk-win32-color(button, 7);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menubar .menuitem *:backdrop {
|
||||||
|
color: mix (-gtk-win32-color(button, 7), white, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
.menubar > .menuitem {
|
.menubar > .menuitem {
|
||||||
padding: 3px 5px;
|
padding: 3px 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user