Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-10-08 05:03:15 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-10-09 17:42:37 (GMT)
commit2258337c47c5d5590722a9254db4f31d1010619b (patch)
tree28ed50aa55a403ee66e4ac8d657a97fd4f8424d8
parentbcac6f20bcbea73c762d7dbe036bdd9999f502e8 (diff)
GtkDialog: theme dialog with a black bg and white text
This is coherent with the themeing for Palettes and modal alerts. Follow up of SL #3971 Signed-off-by: Simon Schampijer <simon@laptop.org Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 58cf450..7eb159e 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -122,6 +122,11 @@ GtkWindow {
color: @black;
}
+GtkDialog {
+ background-color: @black;
+ color: @white;
+}
+
SugarIntroWindow {
background-color: @white;
}