Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-08-13 20:09:03 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2012-08-14 13:24:09 (GMT)
commit91c37b26b24c60b8187a9c6e2e9f8dc2a2d3e035 (patch)
treea27bf93af11e9728882b9c607388a5365ac5c431
parent47af19ca25966c744d51c0557eafa630e5b5210e (diff)
A scrolled window inside a palette should have a black background - SL #3751
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
-rw-r--r--gtk3/theme/gtk-widgets.css.em4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 62ca475..538d4dd 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -549,6 +549,10 @@ SugarPaletteWindowWidget GtkToolButton .button:active {
border-radius: $(toolbutton_padding)px;
}
+SugarPaletteWindowWidget GtkScrolledWindow * {
+ background-color: @black;
+}
+
/* Scales */
GtkScale {