Ticket #4304: 0001-Journal-Details-View-Style-KeepIcon-SL-4304.patch

File 0001-Journal-Details-View-Style-KeepIcon-SL-4304.patch, 1.4 KB (added by manuq, 11 years ago)

Artwork patch.

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

    From 6b4973340175847eff636ff6277aaaadca50b52e Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 13 Dec 2012 18:47:37 -0300
    Subject: [PATCH artwork] Journal Details View: Style KeepIcon - SL #4304
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Subscribe the KeepIcon to the same rules as the CanvasIcon.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 9 ++++++---
     1 file changed, 6 insertions(+), 3 deletions(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 4163fe9..16149fa 100644
    a b SugarFrameWindow { 
    774774
    775775/* Sugar Canvas icon */
    776776
    777 SugarCanvasIcon {
     777SugarCanvasIcon,
     778SugarKeepIcon.button {
    778779    border-color: transparent;
    779780    border-radius: $(4 * thickness)px;
    780781    border-width: 2px;
    781782    border-style: solid;
    782783}
    783784
    784 SugarCanvasIcon:prelight {
     785SugarCanvasIcon:prelight,
     786SugarKeepIcon.button:prelight {
    785787    border-color: @zoom_views_prelight;
    786788    background-color: @zoom_views_prelight;
    787789}
    788790
    789 SugarCanvasIcon:active {
     791SugarCanvasIcon:active,
     792SugarKeepIcon.button.toggle-press {
    790793    border-color: @zoom_views_active;
    791794    background-color: @zoom_views_active;
    792795}