win32: Improve GtkAssistant theming

The highlighted color chosen for GtkAssistant header font
(deep blue) makes it hardly readable is most cases. Switch
to light gray.
https://bugzilla.gnome.org/show_bug.cgi?id=696171
This commit is contained in:
Tarnyko 2013-03-23 15:47:39 -04:00 committed by Matthias Clasen
parent 7c8c242e7e
commit 7ffaab3f91

View File

@ -791,7 +791,7 @@ GtkSwitch.trough:active {
/* Assistant */
GtkAssistant .sidebar .highlight {
background-color: blue;
background-color: gray;
font: bold;
}