[gtk+] win32 theme: Don't set the color on *



commit b43844f9f91d4c24ef1300c2a088050ef960bc6b
Author: Benjamin Otte <otte gnome org>
Date:   Sun Feb 14 20:36:38 2016 +0100

    win32 theme: Don't set the color on *
    
    Instead, set it on .background, so it gets inherited everywhere.

 gtk/theme/win32/gtk-win32-base.css |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/win32/gtk-win32-base.css b/gtk/theme/win32/gtk-win32-base.css
index 4064f4a..3db320c 100644
--- a/gtk/theme/win32/gtk-win32-base.css
+++ b/gtk/theme/win32/gtk-win32-base.css
@@ -23,12 +23,11 @@
 .background,
 viewport {
     background-color: @bg_color;
-}
-
-* {
     color: -gtk-win32-color(button, 18);
     border-color: shade (@bg_color, 0.6);
+}
 
+* {
     -GtkScrolledWindow-scrollbars-spacing: 0;
 }
 


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