From 76d343ff8b258854a3865f313aee168ec2caef55 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Fri, 3 Jun 2016 14:43:29 +0200 Subject: fix unity window decorations (#566) --- common/gtk-3.0/3.14/sass/_unity.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'common/gtk-3.0/3.14/sass') diff --git a/common/gtk-3.0/3.14/sass/_unity.scss b/common/gtk-3.0/3.14/sass/_unity.scss index aaedf92..2441035 100644 --- a/common/gtk-3.0/3.14/sass/_unity.scss +++ b/common/gtk-3.0/3.14/sass/_unity.scss @@ -36,6 +36,7 @@ UnityDecoration { } &.left, &.right, &.bottom, &.left:backdrop, &.right:backdrop, &.bottom:backdrop { + background-color: transparent; background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); } } -- cgit v1.2.3