From c0885ed0f9c8f2db9e010cca9796986603931a36 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Fri, 2 Sep 2016 08:02:36 +0200 Subject: [PATCH] * Code fix. --- gtk-3.20/scss/apps/_unity.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/scss/apps/_unity.scss b/gtk-3.20/scss/apps/_unity.scss index 74caf04..b7eb3b5 100644 --- a/gtk-3.20/scss/apps/_unity.scss +++ b/gtk-3.20/scss/apps/_unity.scss @@ -39,7 +39,7 @@ } } - .left, .right, .bottom, { + .left, .right, .bottom { background-color: $titlebar_bg_color; &:backdrop { background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21); }