From 1e317d21ef488d657f28efb0c61461e9b91d57b4 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 30 Sep 2016 15:41:00 +0200 Subject: gtk 3.20: try to fix unity decorations (#660) --- common/gtk-3.0/3.20/sass/_unity.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss index b851ec9..cb18aec 100644 --- a/common/gtk-3.0/3.20/sass/_unity.scss +++ b/common/gtk-3.0/3.20/sass/_unity.scss @@ -17,7 +17,7 @@ UnityDecoration { -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; - &.top { + .top { border: 1px solid if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)); border-bottom-width: 0; border-radius: 4px 4px 0 0; @@ -34,8 +34,8 @@ UnityDecoration { color: transparentize($header_fg, 0.3); } } - &.left, &.right, &.bottom, - &.left:backdrop, &.right:backdrop, &.bottom:backdrop { + .left, .right, .bottom, + .left:backdrop, .right:backdrop, .bottom:backdrop { background-color: transparent; background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); } -- cgit v1.2.3