changeset 19:14918ee8ecd1

Fix grey background on close button on unfocussed non-native apps
author IBBoard <dev@ibboard.co.uk>
date Sat, 09 Jul 2016 21:00:04 +0100
parents cf44599f0382
children b8c9b02def47
files gtk-3.0/gtk.css gtk-3.0/gtk.scss
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-3.0/gtk.css	Sat Jul 09 17:05:52 2016 +0100
+++ b/gtk-3.0/gtk.css	Sat Jul 09 21:00:04 2016 +0100
@@ -5100,6 +5100,12 @@
   text-shadow: none;
   icon-shadow: none; }
 
+.header-bar .titlebutton.button:backdrop:active,
+.titlebar .titlebutton.button:backdrop:active,
+.header-bar .titlebutton.button:backdrop:checked,
+.titlebar .titlebutton.button:backdrop:checked {
+  border-color: #303030; }
+
 .header-bar .suggested-action.button,
 .header-bar .suggested-action.titlebutton.button,
 .titlebar .suggested-action.titlebutton.button {
--- a/gtk-3.0/gtk.scss	Sat Jul 09 17:05:52 2016 +0100
+++ b/gtk-3.0/gtk.scss	Sat Jul 09 21:00:04 2016 +0100
@@ -255,6 +255,12 @@
     text-shadow: none;
     icon-shadow: none;
 }
+.header-bar .titlebutton.button:backdrop:active,
+    .titlebar .titlebutton.button:backdrop:active,
+    .header-bar .titlebutton.button:backdrop:checked,
+    .titlebar .titlebutton.button:backdrop:checked {
+    border-color: $header_button_border_unfocused
+}
 .header-bar .suggested-action.button,
 .header-bar .suggested-action.titlebutton.button,
 .titlebar .suggested-action.titlebutton.button {