Ticket #4172: 0002-Style-insensitive-state-of-buttons-SL-4172.patch

File 0002-Style-insensitive-state-of-buttons-SL-4172.patch, 978 bytes (added by manuq, 12 years ago)

Fix.

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

    From e2e81a66ba86c8f8b751908971fde25d9435e128 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 8 Nov 2012 18:18:26 -0300
    Subject: [PATCH artwork 2/2] Style insensitive state of buttons - SL #4172
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Do them white background as in GTK2+.  Can be seen in the Sugar intro
    window.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 3 ++-
     1 file changed, 2 insertions(+), 1 deletion(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index a6b4528..dd27473 100644
    a b GtkLabel, GtkLabel:insensitive { 
    170170    border-color: @white;
    171171}
    172172
    173 .button:active {
     173.button:active,
     174.button:insensitive {
    174175    background-color: @white;
    175176}
    176177