Ticket #4295: 0001-SugarPaletteWindowWidget-add-border-rules-SL-4295.patch

File 0001-SugarPaletteWindowWidget-add-border-rules-SL-4295.patch, 1.0 KB (added by manuq, 11 years ago)

artwork patch.

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

    From 110cf94d412362c32e3d9ae3f82cf1e2670cecd1 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Fri, 14 Dec 2012 14:48:17 -0300
    Subject: [PATCH artwork] SugarPaletteWindowWidget: add border rules - SL
     #4295
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    This were in the GTK2 theme the palette xthickness and ythickness.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 3 +++
     1 file changed, 3 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index e2d376a..4163fe9 100644
    a b SugarHTray * , SugarVTray * { background-color: @toolbar_grey;} 
    407407/* Menus and palettes */
    408408
    409409SugarPaletteWindowWidget {
     410    border-width: $(thickness)px;
     411    border-color: @button_grey;
     412    border-style: solid;
    410413    background-color: @black;
    411414    color: @white;
    412415}