[Sugar-devel] [PATCH sugar-artwork] Fix color and background-color for GtkWindow - SL #3917

Manuel Quiñones manuq at laptop.org
Mon Sep 24 23:16:18 EDT 2012


GtkStyleContext doesn't have .window class, GtkWindow should be used.
This is what a11y_base.css does in gnome-themes-standard.

Signed-off-by: Manuel Quiñones <manuq at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 24a4c17..0bad471 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -123,7 +123,7 @@ icon_large = icon_base * 5
     background-color: @panel_grey;
 }
 
-.window {
+GtkWindow {
     background-color: @panel_grey;
     color: @black;
 }
-- 
1.7.11.4



More information about the Sugar-devel mailing list