Ticket #3894: 0001-Style-prelight-state-of-favorite-activity-icon-SL-38.patch

File 0001-Style-prelight-state-of-favorite-activity-icon-SL-38.patch, 1.1 KB (added by manuq, 12 years ago)

Candidate patch for artwork.

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

    From 17d205eb7e2c900f4488490cb7cf393f27ab5c71 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 1 Oct 2012 23:56:33 -0300
    Subject: [PATCH artwork] Style prelight state of favorite activity icon - SL
     #3894
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Set a border with the appearence as the shell code was doing before.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 9 +++++++++
     1 file changed, 9 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 82d692d..56c8678 100644
    a b SugarFrameWindow { 
    689689    background-color: @toolbar_grey;
    690690}
    691691
     692/* Sugar Favorite Activity icon */
     693
     694SugarFavoriteActivityIcon:prelight {
     695    border-color: @selection_grey;
     696    border-radius: $(2 * thickness)px;
     697    border-width: $(thickness)px;
     698    border-style: solid;
     699}
     700
    692701/* Text cursor handles */
    693702
    694703.cursor-handle.top,