Ticket #3723: 0001-Make-the-GtkImage-background-transparent-SL-3723.patch

File 0001-Make-the-GtkImage-background-transparent-SL-3723.patch, 896 bytes (added by manuq, 12 years ago)

This patch for sugar-artwork styles the GtkImage.

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

    From e95fcee2869278e49dd5f541f3073cddfe19eef2 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Sat, 23 Jun 2012 01:10:17 -0300
    Subject: [PATCH sugar-artwork] Make the GtkImage background transparent SL
     #3723
    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 |    6 ++++++
     1 file changed, 6 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index bf4ecd6..91c998c 100644
    a b GtkCheckButton:prelight { 
    639639    border-width: 2px;
    640640    border-color: @button_grey;
    641641}
     642
     643/* GtkImage */
     644
     645GtkImage {
     646    background-color: transparent;
     647}