Ticket #1395: 0001-Style-CellRendererProgress-3812.patch

File 0001-Style-CellRendererProgress-3812.patch, 1.2 KB (added by manuq, 11 years ago)

Proposed patch for sugar-artwork.

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

    From b60e0532eb1c41c4b16a701c3499b2825cad5f25 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 7 Jan 2013 16:23:07 -0300
    Subject: [PATCH artwork] Style CellRendererProgress - #3812
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Make them similar to the progress bars inside entries, like Browse URL
    entry.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 17 +++++++++++++++++
     1 file changed, 17 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 16149fa..80ef6af 100644
    a b SugarKeepIcon.button.toggle-press { 
    812812    background-color: @zoom_views_active;
    813813}
    814814
     815/* CellRendererProgress */
     816
     817.cell.progressbar, .cell.trough {
     818    border-style: solid;
     819    border-width: $(thickness)px;
     820    border-color: @selection_grey;
     821    border-radius: $(2*subcell_size)px;
     822}
     823
     824.cell.progressbar {
     825    background-color: @white;
     826}
     827
     828.cell.trough {
     829    background-color: @text_field_grey;
     830}
     831
    815832/* Text cursor handles */
    816833
    817834.cursor-handle.top,