From 5a6693ff8f1fbbb6c0c7d13fd5f11089ca3ee0fb Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Fri, 14 Sep 2012 20:48:09 +0000 Subject: Style intro screen - SL #3904 Set white background and black foreground color like gtkrc does with the white-bg style class. Signed-off-by: Manuel QuiƱones Acked-by: Simon Schampijer --- diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em index 4b6bec2..ba3c941 100644 --- a/gtk3/theme/gtk-widgets.css.em +++ b/gtk3/theme/gtk-widgets.css.em @@ -125,6 +125,14 @@ icon_large = icon_base * 5 color: @black; } +SugarIntroWindow.background { + background-color: @white; +} + +SugarIntroWindow { + color: @black; +} + GtkLabel, GtkLabel:insensitive { background-color: transparent; } -- cgit v0.9.1