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:
Alexander Larsson 2012-03-09 16:41:47 +01:00
parent f4a68dff88
commit 10d8c0621f

View File

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