From ad624e0720e0cca4a3def144d2025102e23d8a84 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 29 Mar 2016 00:58:12 +0200 Subject: handle separators in split titlebars correctly --- common/gtk-3.0/3.20/sass/_common.scss | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 5f23dd9..7a66400 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1105,17 +1105,19 @@ headerbar { // Fixes split headerbars too .titlebar:not(headerbar) { - window.csd > &, - window.csd > &:backdrop { - padding: 0; - background-color: transparent; - background-image: none; - border-style: none; - border-color: transparent; - box-shadow: none; + window > &, + window.csd > & { + &, &:backdrop { + padding: 0; + background-color: transparent; + background-image: none; + border-style: none; + border-color: transparent; + box-shadow: none; + } } - > separator { background: $header_border; } + > separator { background-image: linear-gradient(to top, $header_border); } @extend %titlebar; } -- cgit v1.2.3