Ubuntu Pastebin

Paste from Marco Trevisan (3v1n0) at Wed, 24 May 2017 05:25:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
=== 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;
+}
 
 
 /***********
Download as text