Ticket #4185: 0003-Make-notebook-arrows-white-SL-4185.patch

File 0003-Make-notebook-arrows-white-SL-4185.patch, 925 bytes (added by manuq, 11 years ago)

Patch to make the arrows white.

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

    From 2fba717631eb2226b4ea7091a3e2920e16494863 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Mon, 14 Jan 2013 12:47:52 -0300
    Subject: [PATCH artwork 3/3] Make notebook arrows white - SL #4185
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 4 ++++
     1 file changed, 4 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index dd32a1c..916e764 100644
    a b GtkComboBox .separator { 
    326326    -GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size));
    327327}
    328328
     329.notebook.arrow {
     330    color: @white;
     331}
     332
    329333.notebook tab {
    330334    background-color: @selection_grey;
    331335}