Ticket #3907: 0001-Add-border-redius-to-SugarTimeoutIcon-SL-3907.patch

File 0001-Add-border-redius-to-SugarTimeoutIcon-SL-3907.patch, 1007 bytes (added by manuq, 12 years ago)

Fix for the artwork.

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

    From d05c11ef520b5e96d63d6ada1f95802fa6743cb0 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 1 Oct 2012 12:22:23 -0300
    Subject: [PATCH artwork] Add border-redius to SugarTimeoutIcon - SL #3907
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    This make the timeout counter in the sugar alerts round again.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 1 +
     1 file changed, 1 insertion(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 062acbe..f59fa5b 100644
    a b SugarAlert *:insensitive { 
    354354.button SugarTimeoutIcon GtkLabel:prelight {
    355355    background-color: @white;
    356356    color: @button_grey;
     357    border-radius: $(2 * subcell_size)px;
    357358}
    358359
    359360.button SugarTimeoutIcon GtkLabel:active {