diff options
author | raveit65 <[email protected]> | 2015-05-25 17:45:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-25 17:46:41 +0200 |
commit | 0318179934aa0cdcdf74975f150d949588496d2a (patch) | |
tree | cab6775a0730f12bb8cc21ac340d4c895035273b /desktop-themes/Menta/gtk-3.0 | |
parent | aeab841667254fab5e238c8379c8465792c6a981 (diff) | |
download | mate-themes-0318179934aa0cdcdf74975f150d949588496d2a.tar.bz2 mate-themes-0318179934aa0cdcdf74975f150d949588496d2a.tar.xz |
GTK3: add gnome-calculator to appplication whitelist for window-controls close-menu button
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/window-controls.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/window-controls.css b/desktop-themes/Menta/gtk-3.0/window-controls.css index 1b398090..17104b3d 100644 --- a/desktop-themes/Menta/gtk-3.0/window-controls.css +++ b/desktop-themes/Menta/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; } |