Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk3/theme/gtk-widgets.css.em
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-10-23 12:27:26 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-05 19:15:25 (GMT)
commitd923685d708b713f653d80ed274f5e0ac73cd158 (patch)
tree5f47d607d03a2468419b0973540272e6b414ba49 /gtk3/theme/gtk-widgets.css.em
parent25047adfcb2a352a83990e5a9ca3040c275ce2be (diff)
Override color for slider in sugar palette window widgets - SL #4082
This was causing the slider background image to be invisible or not set for the palettes of kind _PaletteWindowWidget. I filled a bug upstream https://bugzilla.gnome.org/show_bug.cgi?id=686703 Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Ajay Garg <ajay@activitycentral.com>
Diffstat (limited to 'gtk3/theme/gtk-widgets.css.em')
-rw-r--r--gtk3/theme/gtk-widgets.css.em7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 295c1ea..dc7b964 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -581,6 +581,13 @@ SugarPaletteWindowWidget GtkScrolledWindow * {
-GtkRange-slider-width: $scale_slider_width;
}
+/* We have to override the color of the scale, otherwise the slider
+ background image is invisible or not set for this palettes.
+ Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=686703 */
+SugarPaletteWindowWidget .scale {
+ color: transparent;
+}
+
.scale.trough {
background-color: @button_grey;
border-style: solid;