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-10-23 12:27:26 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2012-10-23 13:15:01 (GMT)
commitcf873a2b59e63e6fffe5c06e0e42151d04dc11ea (patch)
tree8285fede68c1e952b103c6160f8821d4d5cbfe3f
parent1225b7f0428605fc94056c54ed066daad098d923 (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>
-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;