From 0edb0d13e4a8478165b80150dfa3fd6239333334 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sun, 31 May 2015 21:54:13 +0530 Subject: [PATCH] Style headerbar close button --- gtk-3.0/scss/widgets/_toolbar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk-3.0/scss/widgets/_toolbar.scss b/gtk-3.0/scss/widgets/_toolbar.scss index ab8d98f..f8866ea 100755 --- a/gtk-3.0/scss/widgets/_toolbar.scss +++ b/gtk-3.0/scss/widgets/_toolbar.scss @@ -102,17 +102,20 @@ &:hover, &:hover:focus { background-image: none; background-color: transparent; + color: $selected_bg-color; box-shadow: none; } &:active, &:active:hover { background-image: none; background-color: transparent; + color: shade($selected_bg_color, .9); box-shadow: none; } &:backdrop { background: none; + color: mix($titlebar_fg_color, $titlebar_bg_color, .6); icon-shadow: none; } }