summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-04-29 16:19:28 -0400
committerlukefromdc <[email protected]>2016-04-29 16:19:28 -0400
commitf33080ea3e00d0f5878c056005410e96b9cebc53 (patch)
treeee411558081fc9fb0b003dfe28369f09a732df29 /desktop-themes/BlackMATE/gtk-3.0
parent6befcfeb7ea9076505c1d0c25022eb213deb40aa (diff)
downloadmate-themes-f33080ea3e00d0f5878c056005410e96b9cebc53.tar.bz2
mate-themes-f33080ea3e00d0f5878c056005410e96b9cebc53.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/gtk-3.0')
-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');
}
*/
-