From cc6a8bf5851ff82f9b6538166d9bb2dbd0eea75e Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 22 Apr 2015 14:28:26 +0200 Subject: Menta GTK3: some applications specific adjustments for window controls --- desktop-themes/Menta/gtk-3.0/window-controls.css | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'desktop-themes/Menta/gtk-3.0') diff --git a/desktop-themes/Menta/gtk-3.0/window-controls.css b/desktop-themes/Menta/gtk-3.0/window-controls.css index 7ec98563..1b398090 100644 --- a/desktop-themes/Menta/gtk-3.0/window-controls.css +++ b/desktop-themes/Menta/gtk-3.0/window-controls.css @@ -157,3 +157,32 @@ .titlebar .button.menu-button.titlebutton:active { background-image: url('window-controls/menu.png'); } + +/* application adjustments */ + +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child, +NautilusWindow .titlebar .left .titlebutton:first-child, +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child:hover, +NautilusWindow .titlebar .left .titlebutton:first-child:hover, +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child:active, +NautilusWindow .titlebar .left .titlebutton:first-child:active, +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child:checked, +NautilusWindow .titlebar .left .titlebutton:first-child:checked, +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop, +NautilusWindow .titlebar .left .titlebutton:first-child:backdrop, +NautilusWindow .titlebar .right:dir(rtl) .titlebutton:first-child:backdrop:hover, +NautilusWindow .titlebar .left .titlebutton:first-child:backdrop:hover, +YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child, +YelpWindow .titlebar .left .titlebutton:first-child, +YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child:hover, +YelpWindow .titlebar .left .titlebutton:first-child:hover, +YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child:active, +YelpWindow .titlebar .left .titlebutton:first-child:active, +YelpWindow .titlebar .right:dir(rtl) .titlebutton:first-child:checked, +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 { + background-image: none; +} -- cgit v1.2.1