[gnome-themes-standard] csd: don't override border and box shadow for titlebars



commit 7acd518ca2b6067bc0aa7b2365961ba8c896af09
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Aug 22 16:23:42 2013 +0100

    csd: don't override border and box shadow for titlebars
    
    Since .titlebar is added by default to all the widgets used as titles
    for a toplevel, we can't override the border image or the box shadow as,
    for instance, headerbars want to render those.
    A following commit will remove the borders explicitly in case the client
    side decoration is the default one added automatically by GTK.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706418

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 6efd7a7..f833c50 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4056,9 +4056,6 @@ GtkBubbleWindow .toolbar {
 .titlebar {
     text-shadow: 0 1px @wm_title_shadow;
 
-    border-style: none;
-
-    box-shadow: none;
     background-image: linear-gradient(to bottom,
                                       @wm_bg_a,
                                       @wm_bg_b);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]