mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
7c8c242e7e
commit
7ffaab3f91
@ -791,7 +791,7 @@ GtkSwitch.trough:active {
|
||||
/* Assistant */
|
||||
|
||||
GtkAssistant .sidebar .highlight {
|
||||
background-color: blue;
|
||||
background-color: gray;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user