Ticket #3565: 0001-Tray-Set-background-color-SL-3565.patch

File 0001-Tray-Set-background-color-SL-3565.patch, 921 bytes (added by manuq, 11 years ago)

Artwork patch for 2.

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

    From 8b24e667b03fa569d7149941ad6a48bba4e32303 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Wed, 28 Nov 2012 18:51:52 -0300
    Subject: [PATCH artwork] Tray: Set background color - SL #3565
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    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 7cf146c..d398d31 100644
    a b SugarAlert *:insensitive { 
    398398
    399399/* Tray */
    400400
     401SugarHTray, SugarVTray {
     402    background-color: @toolbar_grey;
     403}
     404
    401405SugarHTray * , SugarVTray * { background-color: @toolbar_grey;}
    402406
    403407/* Menus and palettes */