Ticket #4049: 0001-Add-style-for-Browse-search-window-SL-4049.patch

File 0001-Add-style-for-Browse-search-window-SL-4049.patch, 1.0 KB (added by manuq, 11 years ago)

Artwork patch to style the list like a palette.

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

    From 18b5deab1fa880989d62cf7bb4b39949f7df5104 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 25 Oct 2012 00:24:07 -0300
    Subject: [PATCH artwork] Add style for Browse search window - SL #4049
    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 | 8 ++++++++
     1 file changed, 8 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index dc7b964..0e073d4 100644
    a b BrowseTabPage { 
    345345    background-color: @black;
    346346}
    347347
     348BrowseSearchWindow .view {
     349    background-color: @black;
     350    color: @white;
     351    border-color: @button_grey;
     352    border-width: 0 $(thickness)px $(thickness)px $(thickness)px;
     353    border-style: solid;
     354}
     355
    348356/* Control panel */
    349357
    350358SugarSectionView {