Ticket #4172: 0001-Remove-rule-for-inexistent-class-.window.patch

File 0001-Remove-rule-for-inexistent-class-.window.patch, 996 bytes (added by manuq, 11 years ago)

Cleanup patch, while I'm on it.

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

    From ede987f1e0d942c9875f9930ba58d5777206487e Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 8 Nov 2012 18:00:42 -0300
    Subject: [PATCH artwork 1/2] Remove rule for inexistent class .window
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    This is there since the gtk3 port commit, 529e929c, but makes no
    effect.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 5 -----
     1 file changed, 5 deletions(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 5f4ed30..a6b4528 100644
    a b GtkLabel, GtkLabel:insensitive { 
    147147    background-color: transparent;
    148148}
    149149
    150 /* Handle this differently? */
    151 .window *:insensitive {
    152     background-color: @panel_grey;
    153 }
    154 
    155150/* Buttons */
    156151
    157152.button {