mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +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);
|
||||
}
|
||||
|
||||
.menubar .menuitem *:backdrop {
|
||||
color: mix (-gtk-win32-color(button, 7), white, 0.5);
|
||||
}
|
||||
|
||||
.menubar > .menuitem {
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user