Ticket #4082: 0001-Override-color-for-slider-in-sugar-palette-window-wi.patch

File 0001-Override-color-for-slider-in-sugar-palette-window-wi.patch, 1.2 KB (added by manuq, 12 years ago)

Candidate patch.

  • gtk3/theme/gtk-widgets.css.em

    From 0550ebed82aba9bd5edb94153d090e62f7f75c46 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Tue, 23 Oct 2012 09:27:26 -0300
    Subject: [PATCH artwork] Override color for slider in sugar palette window
     widgets - SL #4082
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    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>
    ---
     gtk3/theme/gtk-widgets.css.em | 4 ++++
     1 file changed, 4 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 295c1ea..b73a6d6 100644
    a b SugarPaletteWindowWidget GtkScrolledWindow * { 
    581581    -GtkRange-slider-width: $scale_slider_width;
    582582}
    583583
     584SugarPaletteWindowWidget .scale {
     585    color: transparent;
     586}
     587
    584588.scale.trough {
    585589    background-color: @button_grey;
    586590    border-style: solid;