summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-22 14:28:26 +0200
committerraveit65 <[email protected]>2015-04-22 14:29:20 +0200
commit0acc9de0103ac3b5f6528e0927051deb0732f613 (patch)
tree328def4b94e448be49e57e6e9297b0d523860315 /desktop-themes/Menta/gtk-3.0
parent3ca250fdff6124f8161dd8d17658be6b14592ba1 (diff)
downloadmate-themes-0acc9de0103ac3b5f6528e0927051deb0732f613.tar.bz2
mate-themes-0acc9de0103ac3b5f6528e0927051deb0732f613.tar.xz
Menta GTK3: some applications specific adjustments for window controls
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/window-controls.css29
1 files changed, 29 insertions, 0 deletions
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;
+}