Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2012-09-14 20:48:09 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-09-20 12:58:10 (GMT)
commit5a6693ff8f1fbbb6c0c7d13fd5f11089ca3ee0fb (patch)
treea0f9344b3349934f0b5f6074c1d17502782a4dcf
parentbf7fe386baccdf301761cc2139012bbf0793646d (diff)
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 <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em8
1 files changed, 8 insertions, 0 deletions
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;
}