Ticket #3904: 0001-Style-intro-screen-SL-3904.patch

File 0001-Style-intro-screen-SL-3904.patch, 1.0 KB (added by manuq, 12 years ago)

Patch for artwork that gets the right styling.

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

    From 751e145efbf3615c104a54f25158f2bad59b461d Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Fri, 14 Sep 2012 17:48:09 -0300
    Subject: [PATCH sugar-artwork] Style intro screen - SL #3904
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Set white background and black foreground color like gtkrc does with
    the white-bg style class.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 8 ++++++++
     1 file changed, 8 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 9059b49..d64da2e 100644
    a b icon_large = icon_base * 5 
    125125    color: @black;
    126126}
    127127
     128SugarIntroWindow.background {
     129    background-color: @white;
     130}
     131
     132SugarIntroWindow {
     133    color: @black;
     134}
     135
    128136GtkLabel, GtkLabel:insensitive {
    129137    background-color: transparent;
    130138}