diff options
author | raveit65 <[email protected]> | 2015-05-25 17:45:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-25 17:47:01 +0200 |
commit | b531855c42209ab4c555e846e700e1df1d3eccbb (patch) | |
tree | 7dfe580228b672023674e57df306a2783aacf214 /desktop-themes/BlackMATE | |
parent | cacb73e0dae7d19f2f21784747109ff983941369 (diff) | |
download | mate-themes-b531855c42209ab4c555e846e700e1df1d3eccbb.tar.bz2 mate-themes-b531855c42209ab4c555e846e700e1df1d3eccbb.tar.xz |
GTK3: add gnome-calculator to appplication whitelist for window-controls close-menu button
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/window-controls.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/window-controls.css b/desktop-themes/BlackMATE/gtk-3.0/window-controls.css index 1a34953b..0f1d585e 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/window-controls.css +++ b/desktop-themes/BlackMATE/gtk-3.0/window-controls.css @@ -183,6 +183,18 @@ YelpWindow .titlebar .left .titlebutton:first-child:checked, YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop, YelpWindow .titlebar .left .titlebutton:first-child:backdrop, YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop:hover, -YelpWindow .titlebar .left .titlebutton:first-child:backdrop:hover { +YelpWindow .titlebar .left .titlebutton:first-child:backdrop:hover, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child, +MathWindow .titlebar .left .titlebutton:first-child, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child:hover, +MathWindow .titlebar .left .titlebutton:first-child:hover, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child:active, +MathWindow .titlebar .left .titlebutton:first-child:active, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child:checked, +MathWindow .titlebar .left .titlebutton:first-child:checked, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop, +MathWindow .titlebar .left .titlebutton:first-child:backdrop, +MathWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop:hover, +MathWindow .titlebar .left .titlebutton:first-child:backdrop:hover { background-image: none; } |