win32: Dim menubar text for non-active windows

This commit is contained in:
Alexander Larsson 2012-03-16 11:35:52 +01:00
parent 6d99cdf28c
commit 0d307ab2fc

View File

@ -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;
}