From 19872a12750a1018db6ebf6c291074e0f97b59af Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Fri, 29 Apr 2016 16:19:28 -0400 Subject: GTK 3.20 BlackMATE-Fix Gedit headerbar buttons Gedit forces the use of the default symboiic icons in the window control buttons in its titlebar. Possibly some other GNOME apps as well. Making them transparent causes NO icons to be shown and the buttons to turn invisible. Not turning these images foreground colors transparent makes them show up. Does not seem to interfere in any way with normal BlackMATE window control buttons inn CSD or SSD apps where they are not blocked. --- desktop-themes/BlackMATE/gtk-3.0/window-controls.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop-themes/BlackMATE/gtk-3.0/window-controls.css b/desktop-themes/BlackMATE/gtk-3.0/window-controls.css index 82e1bd1b..68eb1cb2 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/window-controls.css +++ b/desktop-themes/BlackMATE/gtk-3.0/window-controls.css @@ -150,12 +150,13 @@ headerbar.titlebar .left:dir(rtl) button.close.titlebutton:backdrop:hover { -gtk-icon-style: requested; } -/* gtk+-3.20 */ +/* gtk+-3.20 */ /*this breaks window controls in Gedit, possibly others .titlebar button.close.titlebutton image, .titlebar button.minimize.titlebutton image, .titlebar button.maximize.titlebutton image { color: transparent; } +*/ /* Menu button when fallback kicks in (XFCE, Cinnamon etc.) *//* @@ -171,4 +172,3 @@ headerbar.titlebar .left:dir(rtl) button.close.titlebutton:backdrop:hover { background-image: url('window-controls/menu-button-pressed.png'); } */ - -- cgit v1.2.1