diff options
author | raveit65 <[email protected]> | 2015-05-25 17:45:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-25 17:45:03 +0200 |
commit | b9703844e12e19922081a61efc9b6409704b07b8 (patch) | |
tree | 8d97ad601b6a273a5be5e81f5856822bcedc21a4 /desktop-themes/BlackMATE | |
parent | 68ee687a8203717fd1178bd18426b24ae7ce028e (diff) | |
download | mate-themes-b9703844e12e19922081a61efc9b6409704b07b8.tar.bz2 mate-themes-b9703844e12e19922081a61efc9b6409704b07b8.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; } |