forked from AuroraMiddleware/gtk
win32: Fix text color on XP
Use a different base text color as the old one leads to white on white on XP.
This commit is contained in:
parent
f4a68dff88
commit
10d8c0621f
@ -18,7 +18,7 @@ GtkViewport {
|
||||
}
|
||||
|
||||
* {
|
||||
color: -gtk-win32-color(button, 9);
|
||||
color: -gtk-win32-color(button, 18);
|
||||
-GtkWidget-link-color: -gtk-win32-color(button, 26);
|
||||
-GtkWidget-visited-link-color: -gtk-win32-color(button, 26);
|
||||
border-color: shade (@bg_color, 0.6);
|
||||
|
Loading…
Reference in New Issue
Block a user