summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-22 14:23:27 +0200
committerraveit65 <[email protected]>2015-04-22 14:25:48 +0200
commitb2e8f9579383eb34d2c46f4d163b4dc5774a649d (patch)
tree2e20d2e1d5c0296eb817f1e003ce25a561eeec7e /desktop-themes/GreenLaguna
parent86543eb2711c26fe9072edfa6b4e0b9ceb4eca7f (diff)
downloadmate-themes-b2e8f9579383eb34d2c46f4d163b4dc5774a649d.tar.bz2
mate-themes-b2e8f9579383eb34d2c46f4d163b4dc5774a649d.tar.xz
GTK3: some applications specific adjustments for window controls
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/window-controls.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css
index bc97295e..1a34953b 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/window-controls.css
@@ -157,3 +157,32 @@
.titlebar .button.menu-button.titlebutton:active {
background-image: url('window-controls/menu-button-pressed.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;
+}