From 57cb0b4e20d8f71b2075232683998e9080ae50c6 Mon Sep 17 00:00:00 2001 From: Khurshid Alam Date: Fri, 26 Aug 2016 22:12:37 +0530 Subject: [PATCH] [Gtk-3.20] 3.20 port for Unity --- gtk-3.20/scss/apps/_unity.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/apps/_unity.scss b/gtk-3.20/scss/apps/_unity.scss index e463223..b58a318 100644 --- a/gtk-3.20/scss/apps/_unity.scss +++ b/gtk-3.20/scss/apps/_unity.scss @@ -24,7 +24,7 @@ -UnityDecoration-title-alignment: 0; - &.top { + .top { border: 1px solid $wm_border_focused; border-bottom: 0; border-radius: 2px 2px 0 0; @@ -39,7 +39,7 @@ } } - &.left, &.right, &.bottom { + .left, .right, .bottom { background-color: $wm_border_focused; &:backdrop { background-color: $wm_border_unfocused; }