Ticket #4304: sugar-artwork.patch

File sugar-artwork.patch, 1.1 KB (added by humitos, 11 years ago)
  • gtk3/theme/gtk-widgets.css.em

    From 5c939cd32b5d753456bda113aca783442cc7952c Mon Sep 17 00:00:00 2001
    From: Manuel Kaufmann <humitos@gmail.com>
    Date: Thu, 13 Dec 2012 18:47:37 -0300
    Subject: [PATCH sugar-artwork] Journal Detailed View: Favourite Icon
     (KeepIcon) styled properly SL #4304
    
    Use the same properties for Sugar Icon Cell to copy the behaviour of
    it to the KeepIcon.
    
    Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
    ---
     gtk3/theme/gtk-widgets.css.em | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index e2d376a..ef0a6fe 100644
    a b SugarCanvasIcon:active { 
    790790
    791791/* Sugar CellRenderer Icons */
    792792
    793 .cell.sugar-icon-cell {
     793.cell.sugar-icon-cell, SugarKeepIcon.button {
    794794    background-color: transparent;
    795795    border-radius: $(4 * thickness)px;
    796796    border-color: @white;
    SugarCanvasIcon:active { 
    798798    border-style: solid;
    799799}
    800800
    801 .cell.sugar-icon-cell:prelight {
     801.cell.sugar-icon-cell:prelight, SugarKeepIcon.button:prelight {
    802802    background-color: @zoom_views_prelight;
    803803}
    804804