From 1e9a730037d9cb96739efa90e392320729244f29 Mon Sep 17 00:00:00 2001 From: Megax <megax@yeahunter.hu> Date: Fri, 2 Sep 2016 08:01:17 +0200 Subject: [PATCH] * Unity bug fix. --- gtk-3.20/scss/apps/_unity.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk-3.20/scss/apps/_unity.scss b/gtk-3.20/scss/apps/_unity.scss index 511fb08..74caf04 100644 --- a/gtk-3.20/scss/apps/_unity.scss +++ b/gtk-3.20/scss/apps/_unity.scss @@ -27,8 +27,8 @@ .top { border: 1px solid $wm_border_focused; border-bottom: 0; - border-radius: 2px 2px 0 0; - padding: 1px ($spacing * 2) 0; + border-radius: $roundness $roundness 0 0; + padding: 1px ($spacing + 3px) 0 ($spacing + 3px); background-color: $titlebar_bg_color; color: mix($titlebar_fg_color, $titlebar_bg_color, .1); text-shadow: none; @@ -39,10 +39,10 @@ } } - .left, .right, .bottom { - background-color: $wm_border_focused; + .left, .right, .bottom, { + background-color: $titlebar_bg_color; - &:backdrop { background-color: $wm_border_unfocused; } + &:backdrop { background-color: mix(shade($titlebar_bg_color, 0.7), $titlebar_fg_color, 0.21); } } }