=== modified file Ambiance/gtk-3.20/gtk-widgets.css
--- Ambiance/gtk-3.20/gtk-widgets.css 2017-05-18 16:14:20 +0000
+++ Ambiance/gtk-3.20/gtk-widgets.css 2017-05-24 05:19:04 +0000
@@ -2096,7 +2096,7 @@
opacity: 0.5;
}
-.titlebar button.titlebutton {
+.titlebar button.titlebutton:not(.appmenu) {
background-clip: padding-box;
border: 1px solid #383734;
color: #3d3c37;
@@ -2131,12 +2131,12 @@
background-image: linear-gradient(to top, #e24f1b, #f17750 50%, #fba992);
}
-.titlebar button.titlebutton:hover,
-.titlebar button.titlebutton:backdrop:hover {
+.titlebar button.titlebutton:hover:not(.appmenu),
+.titlebar button.titlebutton:backdrop:hover:not(.appmenu) {
background-image: linear-gradient(to top, #969696, #bdbdbd 50%, #cacaca);
}
-.titlebar button.titlebutton:active {
+.titlebar button.titlebutton:active:not(.appmenu) {
-gtk-icon-shadow: none;
background-image: linear-gradient(to top, #77766f, #74736c);
}
@@ -2145,13 +2145,20 @@
background-image: linear-gradient(to top, #ec6e44, #e76b41);
}
-.titlebar button.titlebutton:backdrop {
+.titlebar button.titlebutton:backdrop:not(.appmenu) {
color: #3d3c37;
-gtk-icon-shadow: none;
background-image: linear-gradient(to top, #605f59, #5b5a54);
}
+.titlebar button.titlebutton.appmenu,
+.titlebar button.titlebutton.appmenu:backdrop {
+ padding: 4px;
+}
+.titlebar button.titlebutton.appmenu:backdrop {
+ opacity: 0.5;
+}
/***********