From 6485478945f58e90ad77a5e1ee060966a7bd7d2a Mon Sep 17 00:00:00 2001 From: Megax Date: Sat, 23 Apr 2016 16:34:30 +0200 Subject: [PATCH] * Fixed gtk3.18 --- gtk-3.0/scss/widgets/_window.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk-3.0/scss/widgets/_window.scss b/gtk-3.0/scss/widgets/_window.scss index 7e965b8..18d924d 100755 --- a/gtk-3.0/scss/widgets/_window.scss +++ b/gtk-3.0/scss/widgets/_window.scss @@ -51,6 +51,8 @@ } &.ssd { + // Fixed gtk-3.18 Unity bug (https://github.com/numixproject/numix-gtk-theme/issues/270) + box-shadow: 0 0 0 1px transparent; &.maximized { border-radius: 0; } } }