From bf8f3b078ae3d76b99b25e4c61710552871d2fc7 Mon Sep 17 00:00:00 2001 From: Khurshid Alam Date: Sat, 8 Apr 2017 22:58:43 +0530 Subject: [PATCH] Use darker background for solid-csd window. Fixes #659 --- src/gtk-3.20/scss/widgets/_window.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk-3.20/scss/widgets/_window.scss b/src/gtk-3.20/scss/widgets/_window.scss index cd0b3d3..6af8287 100644 --- a/src/gtk-3.20/scss/widgets/_window.scss +++ b/src/gtk-3.20/scss/widgets/_window.scss @@ -33,7 +33,7 @@ .solid-csd & { border-radius: 0; margin: 1px; - background-color: $bg_color; + background-color: $titlebar_bg_color; // Unity/compiz regression: Issue: https://github.com/numixproject/numix-gtk-theme/issues/206 box-shadow: none; }