summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-04-29 16:19:28 -0400
committerraveit65 <[email protected]>2016-05-03 13:07:05 +0200
commit19872a12750a1018db6ebf6c291074e0f97b59af (patch)
treeee411558081fc9fb0b003dfe28369f09a732df29 /desktop-themes/BlackMATE
parent8b55d80ed5ba6a4ef8b3dfc3032395755231890d (diff)
downloadmate-themes-19872a12750a1018db6ebf6c291074e0f97b59af.tar.bz2
mate-themes-19872a12750a1018db6ebf6c291074e0f97b59af.tar.xz
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.
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/window-controls.css4
1 files 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');
}
*/
-