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

File 0002-Make-GtkBubbleWindow-use-the-same-style-as-palettes-.patch, 1.0 KB (added by manuq, 11 years ago)

Style GtkBubbleWindow.

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

    From 1a8da6ed6557020563a51d153c4a633fcb80bbc8 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 artwork 2/2] 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 | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 80ef6af..13b6ac3 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;