From bd091fd0b974b1a89296dda5a8dc783b29c438ec Mon Sep 17 00:00:00 2001 From: Megax Date: Sat, 23 Apr 2016 10:05:32 +0200 Subject: [PATCH] * Fixed Unity/compiz regression. --- gtk-3.20/scss/widgets/_window.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/widgets/_window.scss b/gtk-3.20/scss/widgets/_window.scss index 1cd8896..fd75a80 100755 --- a/gtk-3.20/scss/widgets/_window.scss +++ b/gtk-3.20/scss/widgets/_window.scss @@ -31,9 +31,11 @@ border-radius: 0; margin: 1px; background-color: $bg_color; - box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight; + // Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206 + box-shadow: none; + //box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight; - &:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; } + //&:backdrop { box-shadow: inset 0 0 0 3px $backdrop_bg_color, inset 0 1px $top_hilight; } } .csd.popup & {