Ticket #4387: 0001-Make-GtkBubbleWindow-use-the-same-style-as-palettes-.patch

File 0001-Make-GtkBubbleWindow-use-the-same-style-as-palettes-.patch, 1.2 KB (added by manuq, 11 years ago)
  • gtk3/theme/gtk-widgets.css.em

    From 8f5160787d834fc300bccb3cf80e0c06ce974890 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= <manuq@laptop.org>
    Date: Thu, 17 Jan 2013 16:55:44 -0300
    Subject: [PATCH] Make GtkBubbleWindow use the same style as palettes - SL
     #4387
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    Mail-Followup-To: <sugar-devel@lists.sugarlabs.org>
    
    That is, white outline and black background.
    
    Signed-off-by: Manuel Quiñones <manuq@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 6 +++++-
     1 file changed, 5 insertions(+), 1 deletion(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 80ef6af..c7bf280 100644
    a b SugarHTray * , SugarVTray * { background-color: @toolbar_grey;} 
    406406
    407407/* Menus and palettes */
    408408
    409 SugarPaletteWindowWidget {
     409SugarPaletteWindowWidget, GtkBubbleWindow {
    410410    border-width: $(thickness)px;
    411411    border-color: @button_grey;
    412412    border-style: solid;
    SugarPaletteWindowWidget { 
    414414    color: @white;
    415415}
    416416
     417GtkBubbleWindow .toolbar {
     418    background-color: @black;
     419}
     420
    417421SugarPaletteWindowWidget .view {
    418422    color: @black;
    419423}