[gtk+] win32: Fix text color on XP



commit 10d8c0621f1de3d089f189758a21ec440905e277
Author: Alexander Larsson <alexl redhat com>
Date:   Fri Mar 9 16:41:47 2012 +0100

    win32: Fix text color on XP
    
    Use a different base text color as the old one leads to
    white on white on XP.

 gtk/gtk-win32.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css
index f0349a0..6b329bd 100644
--- a/gtk/gtk-win32.css
+++ b/gtk/gtk-win32.css
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]