summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2013-08-22 16:23:42 +0100
committerJakub Steiner <jimmac@gmail.com>2013-08-23 13:47:31 +0200
commit7acd518ca2b6067bc0aa7b2365961ba8c896af09 (patch)
tree7768cd2b0605d0bd9d0d97ca3fb596320d729074
parentfcc1628cb81f8537b56aa7b79ea7ee11d1d3d2fe (diff)
downloadgnome-themes-standard-7acd518ca2b6067bc0aa7b2365961ba8c896af09.tar.gz
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
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css3
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 6efd7a78..f833c508 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);