]> Pileus Git - ~andy/gtk/commitdiff
win32: Fix text color on XP
authorAlexander Larsson <alexl@redhat.com>
Fri, 9 Mar 2012 15:41:47 +0000 (16:41 +0100)
committerAlexander Larsson <alexl@redhat.com>
Fri, 9 Mar 2012 15:43:00 +0000 (16:43 +0100)
Use a different base text color as the old one leads to
white on white on XP.

gtk/gtk-win32.css

index f0349a04106f604689742183b28114df1e2be08e..6b329bdcba651350494117c2716e4a9b7585e4b7 100644 (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);