themes/whitey/gtk-3.22/gtk.css (view raw)
1/******************
2 * Ripple effects *
3 ******************/
4@keyframes ripple_effect {
5 from {
6 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0)); }
7 to {
8 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); } }
9@keyframes flat_ripple_effect {
10 from {
11 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
12 to {
13 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); } }
14@keyframes list_ripple_effect {
15 from {
16 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05), alpha(currentColor, 0.05)); }
17 to {
18 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); } }
19* {
20 transition-property: opacity, border-color, border-image, background-color, background-image, box-shadow, icon-shadow;
21 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22 transition-duration: 0.2s; }
23
24/*****************
25 * Common States *
26 *****************/
27* {
28 padding: 0;
29 background-clip: padding-box;
30 -GtkToolButton-icon-spacing: 4;
31 -GtkTextView-error-underline-color: #F44336;
32 -GtkScrolledWindow-scrollbar-spacing: 0;
33 -GtkToolItemGroup-expander-size: 11;
34 -GtkWidget-text-handle-width: 16;
35 -GtkWidget-text-handle-height: 16;
36 -GtkDialog-button-spacing: 4;
37 -GtkDialog-action-area-border: 0;
38 outline-style: solid;
39 outline-width: 2px;
40 outline-color: alpha(currentColor, 0.2);
41 outline-offset: -0.30075rem;
42 -gtk-outline-radius: 2px;
43 -gtk-secondary-caret-color: #E8E8E8;
44 text-shadow: none;
45 -gtk-icon-shadow: none; }
46
47/***************
48 * Base States *
49 ***************/
50.background {
51 background-color: #FFFFFF;
52 color: #263238; }
53
54*:disabled {
55 -gtk-icon-effect: dim; }
56
57.titlebar *:backdrop,
58headerbar *:backdrop, .csd headerbar button.titlebutton *:backdrop,
59.csd .titlebar button.titlebutton *:backdrop {
60 opacity: 0.75;
61 transition: 0.2s; }
62
63.gtkstyle-fallback {
64 background-color: #FFFFFF;
65 color: #263238; }
66 .gtkstyle-fallback:hover {
67 background-color: #eaeef2;
68 color: #263238; }
69 .gtkstyle-fallback:active {
70 background-color: #dae2e9;
71 color: #263238; }
72 .gtkstyle-fallback:disabled {
73 background-color: #FFFFFF;
74 color: rgba(38, 50, 56, 0.3); }
75 .gtkstyle-fallback:selected {
76 background-color: #E8E8E8;
77 color: #FFFFFF; }
78
79.view, iconview,
80.view text,
81iconview text,
82textview text {
83 background-color: #FFFFFF;
84 color: #263238; }
85 .view:hover, iconview:hover, .view:active, iconview:active, .view:selected, iconview:selected,
86 .view text:hover,
87 iconview text:hover,
88 textview text:hover,
89 .view text:active,
90 iconview text:active,
91 textview text:active,
92 .view text:selected,
93 iconview text:selected,
94 textview text:selected {
95 border-radius: 2px;
96 -gtk-outline-radius: 2px; }
97 .view:disabled, iconview:disabled,
98 .view text:disabled,
99 iconview text:disabled,
100 textview text:disabled {
101 color: rgba(38, 50, 56, 0.3); }
102
103textview border {
104 background-color: #FFFFFF; }
105
106rubberband, flowbox rubberband, treeview.view rubberband, .tweak-category rubberband, .content-view rubberband {
107 border: 1px solid #4DD0E1;
108 background-color: rgba(77, 208, 225, 0.2); }
109
110flowbox flowboxchild {
111 padding: 0.15038rem;
112 border-radius: 2px;
113 -gtk-outline-radius: 2px; }
114 flowbox flowboxchild:selected {
115 outline-offset: -0.15038rem; }
116
117label {
118 caret-color: currentColor; }
119 label.separator {
120 color: transparent; }
121 label:disabled {
122 color: rgba(38, 50, 56, 0.3); }
123 label.kudo-label {
124 color: #263238; }
125
126.dim-label, label.separator, .titlebar .title:backdrop,
127headerbar .title:backdrop, .titlebar .subtitle,
128headerbar .subtitle, .titlebar .subtitle:backdrop,
129headerbar .subtitle:backdrop {
130 opacity: 0.55; }
131
132assistant .sidebar {
133 padding: 0.50376rem 0;
134 background-color: #FFFFFF; }
135 assistant .sidebar:dir(ltr) {
136 border-right: 1px solid rgba(0, 0, 0, 0.09); }
137 assistant .sidebar:dir(rtl) {
138 border-left: 1px solid rgba(0, 0, 0, 0.09); }
139assistant.csd .sidebar {
140 border-top-style: none; }
141assistant .sidebar label {
142 padding: 0.3985rem 0.6015rem 0.50376rem;
143 color: rgba(38, 50, 56, 0.75);
144 font-weight: 500; }
145 assistant .sidebar label.highlight {
146 color: #E8E8E8; }
147assistant headerbar button.flat:not(:last-child), assistant headerbar button.osd.image-button:not(:last-child), assistant headerbar .osd toolbar button:not(:last-child), .osd toolbar assistant headerbar button:not(:last-child), assistant headerbar toolbar.osd button:not(:last-child), toolbar.osd assistant headerbar button:not(:last-child), assistant headerbar .app-notification button:not(:last-child), .app-notification assistant headerbar button:not(:last-child), assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child), GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child), assistant headerbar toolbar button:not(:last-child), toolbar assistant headerbar button:not(:last-child),
148assistant headerbar button:not(:last-child):not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child),
149assistant headerbar .context-menu > arrow:not(:last-child),
150assistant headerbar menu > arrow:not(:last-child), assistant headerbar placessidebar row button.image-button:not(:last-child), placessidebar row assistant headerbar button.image-button:not(:last-child), assistant headerbar .ssd decoration button:not(:last-child), .ssd decoration assistant headerbar button:not(:last-child), assistant .csd headerbar button.titlebutton:not(:last-child), .csd assistant headerbar button.titlebutton:not(:last-child),
151assistant headerbar .csd .titlebar button.titlebutton:not(:last-child),
152.csd .titlebar.selection-mode assistant headerbar button.titlebutton:not(:last-child), assistant headerbar #gf-candidate-popup button:not(:last-child), #gf-candidate-popup assistant headerbar button:not(:last-child),
153assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):first-child,
154#gf-candidate-popup assistant headerbar .linked > button:not(:last-child):first-child,
155assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):last-child,
156#gf-candidate-popup assistant headerbar .linked > button:not(:last-child):last-child, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child), window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child), assistant headerbar layouttabbar button:not(:last-child), layouttabbar assistant headerbar button:not(:last-child), assistant headerbar layouttab button:not(:last-child), layouttab assistant headerbar button:not(:last-child) {
157 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
158 background-color: #FFFFFF;
159 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
160 color: rgba(38, 50, 56, 0.75);
161 background-color: #E8E8E8;
162 color: rgba(255, 255, 255, 0.85); }
163 assistant headerbar button.flat:not(:last-child):hover, assistant headerbar button.osd.image-button:not(:last-child):hover, assistant headerbar .osd toolbar button:not(:last-child):hover, .osd toolbar assistant headerbar button:not(:last-child):hover, assistant headerbar toolbar.osd button:not(:last-child):hover, toolbar.osd assistant headerbar button:not(:last-child):hover, assistant headerbar .app-notification button:not(:last-child):hover, .app-notification assistant headerbar button:not(:last-child):hover, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):hover, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):hover, assistant headerbar toolbar button:not(:last-child):hover, toolbar assistant headerbar button:not(:last-child):hover,
164 assistant headerbar button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):hover,
165 assistant headerbar .context-menu > arrow:not(:last-child):hover,
166 assistant headerbar menu > arrow:not(:last-child):hover, assistant headerbar placessidebar row button.image-button:not(:last-child):hover, placessidebar row assistant headerbar button.image-button:not(:last-child):hover, assistant headerbar .ssd decoration button:not(:last-child):hover, .ssd decoration assistant headerbar button:not(:last-child):hover, assistant .csd headerbar button.titlebutton:not(:last-child):hover, .csd assistant headerbar button.titlebutton:not(:last-child):hover,
167 assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):hover, assistant headerbar #gf-candidate-popup button:not(:last-child):hover, #gf-candidate-popup assistant headerbar button:not(:last-child):hover, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):hover, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):hover, assistant headerbar layouttabbar button:not(:last-child):hover, layouttabbar assistant headerbar button:not(:last-child):hover, assistant headerbar layouttab button:not(:last-child):hover, layouttab assistant headerbar button:not(:last-child):hover {
168 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
169 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
170 color: #263238;
171 color: #FFFFFF; }
172 assistant headerbar button.flat:not(:last-child):active, assistant headerbar button.osd.image-button:not(:last-child):active, assistant headerbar .osd toolbar button:not(:last-child):active, .osd toolbar assistant headerbar button:not(:last-child):active, assistant headerbar toolbar.osd button:not(:last-child):active, toolbar.osd assistant headerbar button:not(:last-child):active, assistant headerbar .app-notification button:not(:last-child):active, .app-notification assistant headerbar button:not(:last-child):active, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):active, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):active, assistant headerbar toolbar button:not(:last-child):active, toolbar assistant headerbar button:not(:last-child):active,
173 assistant headerbar button:not(:last-child):active:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):active,
174 assistant headerbar .context-menu > arrow:not(:last-child):active,
175 assistant headerbar menu > arrow:not(:last-child):active, assistant headerbar placessidebar row button.image-button:not(:last-child):active, placessidebar row assistant headerbar button.image-button:not(:last-child):active, assistant headerbar .ssd decoration button:not(:last-child):active, .ssd decoration assistant headerbar button:not(:last-child):active, assistant .csd headerbar button.titlebutton:not(:last-child):active, .csd assistant headerbar button.titlebutton:not(:last-child):active,
176 assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):active, assistant headerbar #gf-candidate-popup button:not(:last-child):active, #gf-candidate-popup assistant headerbar button:not(:last-child):active, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):active, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):active, assistant headerbar layouttabbar button:not(:last-child):active, layouttabbar assistant headerbar button:not(:last-child):active, assistant headerbar layouttab button:not(:last-child):active, layouttab assistant headerbar button:not(:last-child):active {
177 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
178 color: #263238;
179 transition-duration: 0;
180 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
181 color: #FFFFFF;
182 background-color: #E8E8E8; }
183 assistant headerbar button.flat:not(:last-child):checked, assistant headerbar button.osd.image-button:not(:last-child):checked, assistant headerbar .osd toolbar button:not(:last-child):checked, .osd toolbar assistant headerbar button:not(:last-child):checked, assistant headerbar toolbar.osd button:not(:last-child):checked, toolbar.osd assistant headerbar button:not(:last-child):checked, assistant headerbar .app-notification button:not(:last-child):checked, .app-notification assistant headerbar button:not(:last-child):checked, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):checked, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):checked, assistant headerbar toolbar button:not(:last-child):checked, toolbar assistant headerbar button:not(:last-child):checked,
184 assistant headerbar button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):checked,
185 assistant headerbar .context-menu > arrow:not(:last-child):checked,
186 assistant headerbar menu > arrow:not(:last-child):checked, assistant headerbar placessidebar row button.image-button:not(:last-child):checked, placessidebar row assistant headerbar button.image-button:not(:last-child):checked, assistant headerbar .ssd decoration button:not(:last-child):checked, .ssd decoration assistant headerbar button:not(:last-child):checked, assistant .csd headerbar button.titlebutton:not(:last-child):checked, .csd assistant headerbar button.titlebutton:not(:last-child):checked,
187 assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):checked, assistant headerbar #gf-candidate-popup button:not(:last-child):checked, #gf-candidate-popup assistant headerbar button:not(:last-child):checked, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):checked, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):checked, assistant headerbar layouttabbar button:not(:last-child):checked, layouttabbar assistant headerbar button:not(:last-child):checked, assistant headerbar layouttab button:not(:last-child):checked, layouttab assistant headerbar button:not(:last-child):checked {
188 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
189 background-color: #E8E8E8;
190 color: #FFFFFF;
191 background-color: #E8E8E8;
192 color: #ECEFF1; }
193 assistant headerbar button.flat:not(:last-child):disabled, assistant headerbar button.osd.image-button:not(:last-child):disabled, assistant headerbar .osd toolbar button:not(:last-child):disabled, .osd toolbar assistant headerbar button:not(:last-child):disabled, assistant headerbar toolbar.osd button:not(:last-child):disabled, toolbar.osd assistant headerbar button:not(:last-child):disabled, assistant headerbar .app-notification button:not(:last-child):disabled, .app-notification assistant headerbar button:not(:last-child):disabled, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):disabled, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):disabled, assistant headerbar toolbar button:not(:last-child):disabled, toolbar assistant headerbar button:not(:last-child):disabled,
194 assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):disabled,
195 assistant headerbar .context-menu > arrow:not(:last-child):disabled,
196 assistant headerbar menu > arrow:not(:last-child):disabled, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled, assistant headerbar .ssd decoration button:not(:last-child):disabled, .ssd decoration assistant headerbar button:not(:last-child):disabled, assistant .csd headerbar button.titlebutton:not(:last-child):disabled, .csd assistant headerbar button.titlebutton:not(:last-child):disabled,
197 assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):disabled, assistant headerbar #gf-candidate-popup button:not(:last-child):disabled, #gf-candidate-popup assistant headerbar button:not(:last-child):disabled, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):disabled, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):disabled, assistant headerbar layouttabbar button:not(:last-child):disabled, layouttabbar assistant headerbar button:not(:last-child):disabled, assistant headerbar layouttab button:not(:last-child):disabled, layouttab assistant headerbar button:not(:last-child):disabled {
198 box-shadow: none;
199 background-color: alpha(currentColor, 0.2);
200 color: rgba(38, 50, 56, 0.225); }
201 assistant headerbar button.flat:not(:last-child):disabled > label, assistant headerbar button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .osd toolbar button:not(:last-child):disabled > label, .osd toolbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar toolbar.osd button:not(:last-child):disabled > label, toolbar.osd assistant headerbar button:not(:last-child):disabled > label, assistant headerbar .app-notification button:not(:last-child):disabled > label, .app-notification assistant headerbar button:not(:last-child):disabled > label, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):disabled > label, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):disabled > label, assistant headerbar toolbar button:not(:last-child):disabled > label, toolbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar .titlebar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label,
202 assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar .menu > arrow:not(:last-child):disabled > label,
203 assistant headerbar .context-menu > arrow:not(:last-child):disabled > label,
204 assistant headerbar menu > arrow:not(:last-child):disabled > label, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled > label, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled > label, assistant headerbar .ssd decoration button:not(:last-child):disabled > label, .ssd decoration assistant headerbar button:not(:last-child):disabled > label, assistant .csd headerbar button.titlebutton:not(:last-child):disabled > label, .csd assistant headerbar button.titlebutton:not(:last-child):disabled > label,
205 assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):disabled > label, assistant headerbar #gf-candidate-popup button:not(:last-child):disabled > label, #gf-candidate-popup assistant headerbar button:not(:last-child):disabled > label,
206 assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):disabled > label,
207 #gf-candidate-popup assistant headerbar .linked > button:not(:last-child):disabled > label, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):disabled > label, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):disabled > label, assistant headerbar layouttabbar button:not(:last-child):disabled > label, layouttabbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar layouttab button:not(:last-child):disabled > label, layouttab assistant headerbar button:not(:last-child):disabled > label {
208 color: inherit; }
209
210buttonbox button, buttonbox.dialog-action-area button {
211 box-shadow: none;
212 background-color: transparent;
213 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
214 color: #E8E8E8;
215 font-weight: 700; }
216 buttonbox button:hover, buttonbox.dialog-action-area button:hover {
217 box-shadow: none;
218 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
219 color: #E8E8E8; }
220 buttonbox button:active, buttonbox.dialog-action-area button:active {
221 box-shadow: none;
222 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
223 color: #E8E8E8; }
224 buttonbox button:disabled, buttonbox.dialog-action-area button:disabled {
225 box-shadow: none;
226 background-color: transparent; }
227 buttonbox button:checked, buttonbox.dialog-action-area button:checked {
228 background-color: alpha(currentColor, 0.2);
229 color: #263238;
230 color: #E8E8E8; }
231 buttonbox button:checked:disabled, buttonbox.dialog-action-area button:checked:disabled {
232 color: #E8E8E8; }
233 buttonbox button:checked:disabled > label, buttonbox.dialog-action-area button:checked:disabled > label {
234 color: inherit; }
235
236.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification,
237.app-notification.frame, .osd .scale-popup, .nautilus-window .floating-bar, .osd {
238 opacity: 0.9; }
239
240/*********************
241 * Spinner Animation *
242 *********************/
243@keyframes colorful_bar {
244 0% {
245 -gtk-icon-source: url("assets/bar-red.svg");
246 -gtk-icon-transform: scale(0, 1); }
247 24.9% {
248 -gtk-icon-source: url("assets/bar-red.svg");
249 -gtk-icon-transform: scale(1, 1); }
250 25% {
251 -gtk-icon-source: url("assets/bar-yellow.svg");
252 -gtk-icon-transform: scale(1, 1); }
253 49.9% {
254 -gtk-icon-source: url("assets/bar-yellow.svg");
255 -gtk-icon-transform: scale(0, 1); }
256 50% {
257 -gtk-icon-source: url("assets/bar-green.svg");
258 -gtk-icon-transform: scale(0, 1); }
259 74.9% {
260 -gtk-icon-source: url("assets/bar-green.svg");
261 -gtk-icon-transform: scale(1, 1); }
262 75% {
263 -gtk-icon-source: url("assets/bar-blue.svg");
264 -gtk-icon-transform: scale(1, 1); }
265 99.9% {
266 -gtk-icon-source: url("assets/bar-blue.svg");
267 -gtk-icon-transform: scale(0, 1); }
268 100% {
269 -gtk-icon-source: url("assets/bar-red.svg");
270 -gtk-icon-transform: scale(0, 1); } }
271spinner {
272 min-height: 1.20301rem;
273 min-width: 1.20301rem;
274 padding: 0.3985rem 0 0.3985rem;
275 margin: 0;
276 background: none;
277 opacity: 0;
278 -gtk-icon-source: url("assets/bar-red.svg"); }
279 spinner:checked {
280 opacity: 1.0;
281 animation: colorful_bar 2s linear infinite; }
282 spinner:checked:disabled {
283 opacity: 0.4; }
284 spinner:checked:backdrop {
285 opacity: 1.0; }
286 spinner:backdrop {
287 opacity: 0; }
288
289/****************
290 * Text Entries *
291 ****************/
292entry, spinbutton:not(.vertical) {
293 min-height: 1rem;
294 min-width: 2.50376rem;
295 padding: 0.69925rem 0.6015rem 0.80451rem;
296 border-radius: 0;
297 -gtk-outline-radius: 0;
298 border-color: #E5E9EC;
299 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
300 background-color: transparent;
301 color: rgba(38, 50, 56, 0.75); }
302 entry:focus, spinbutton:focus:not(.vertical) {
303 border-color: #E5E9EC;
304 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
305 color: #263238;
306 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
307 entry:disabled, spinbutton:disabled:not(.vertical) {
308 border-color: #E5E9EC;
309 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
310 background-color: transparent;
311 color: rgba(38, 50, 56, 0.3); }
312 entry.flat, .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), spinbutton.flat:not(.vertical), notebook:not(.reorderable-page) > entry, notebook:not(.reorderable-page) > spinbutton:not(.vertical) {
313 border-radius: 0;
314 border-radius: 0;
315 -gtk-outline-radius: 0;
316 border-color: #E5E9EC;
317 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
318 background-color: transparent;
319 color: rgba(38, 50, 56, 0.75); }
320 entry.flat:focus, .linked > entry:focus:not(.flat), .linked > spinbutton:focus:not(.flat):not(.vertical), spinbutton.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry:focus, notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical) {
321 border-color: #E5E9EC;
322 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
323 color: #263238;
324 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
325 entry.flat:disabled, .linked > entry:disabled:not(.flat), .linked > spinbutton:disabled:not(.flat):not(.vertical), spinbutton.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry:disabled, notebook:not(.reorderable-page) > spinbutton:disabled:not(.vertical) {
326 border-color: #E5E9EC;
327 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
328 color: rgba(38, 50, 56, 0.3); }
329 entry image, spinbutton:not(.vertical) image {
330 padding-left: 0.30075rem;
331 padding-right: 0.30075rem; }
332 .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked.vertical > spinbutton:not(.flat):not(.vertical) {
333 border-radius: 0;
334 -gtk-outline-radius: 0; }
335 entry.error, spinbutton.error:not(.vertical) {
336 border-radius: 0;
337 -gtk-outline-radius: 0;
338 border-color: #E5E9EC;
339 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
340 background-color: transparent;
341 color: rgba(38, 50, 56, 0.75); }
342 entry.error:focus, spinbutton.error:focus:not(.vertical) {
343 border-color: #E5E9EC;
344 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
345 color: #263238;
346 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
347 entry.error:disabled, spinbutton.error:disabled:not(.vertical) {
348 border-color: #E5E9EC;
349 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
350 background-color: transparent;
351 color: rgba(38, 50, 56, 0.3); }
352 entry.error.flat, .linked > entry.error:not(.flat), .linked > spinbutton.error:not(.flat):not(.vertical), spinbutton.error.flat:not(.vertical), notebook:not(.reorderable-page) > entry.error, notebook:not(.reorderable-page) > spinbutton.error:not(.vertical) {
353 border-radius: 0;
354 -gtk-outline-radius: 0;
355 border-color: #E5E9EC;
356 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
357 background-color: transparent;
358 color: rgba(38, 50, 56, 0.75); }
359 entry.error.flat:focus, .linked > entry.error:focus:not(.flat), .linked > spinbutton.error:focus:not(.flat):not(.vertical), spinbutton.error.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.error:focus, notebook:not(.reorderable-page) > spinbutton.error:focus:not(.vertical) {
360 border-color: #E5E9EC;
361 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
362 color: #263238;
363 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
364 entry.error.flat:disabled, .linked > entry.error:disabled:not(.flat), .linked > spinbutton.error:disabled:not(.flat):not(.vertical), spinbutton.error.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.error:disabled, notebook:not(.reorderable-page) > spinbutton.error:disabled:not(.vertical) {
365 border-color: #E5E9EC;
366 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
367 color: rgba(38, 50, 56, 0.3); }
368 entry.warning, spinbutton.warning:not(.vertical) {
369 border-radius: 0;
370 -gtk-outline-radius: 0;
371 border-color: #E5E9EC;
372 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
373 background-color: transparent;
374 color: rgba(38, 50, 56, 0.75); }
375 entry.warning:focus, spinbutton.warning:focus:not(.vertical) {
376 border-color: #E5E9EC;
377 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
378 color: #263238;
379 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
380 entry.warning:disabled, spinbutton.warning:disabled:not(.vertical) {
381 border-color: #E5E9EC;
382 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
383 background-color: transparent;
384 color: rgba(38, 50, 56, 0.3); }
385 entry.warning.flat, .linked > entry.warning:not(.flat), .linked > spinbutton.warning:not(.flat):not(.vertical), spinbutton.warning.flat:not(.vertical), notebook:not(.reorderable-page) > entry.warning, notebook:not(.reorderable-page) > spinbutton.warning:not(.vertical) {
386 border-radius: 0;
387 -gtk-outline-radius: 0;
388 border-color: #E5E9EC;
389 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
390 background-color: transparent;
391 color: rgba(38, 50, 56, 0.75); }
392 entry.warning.flat:focus, .linked > entry.warning:focus:not(.flat), .linked > spinbutton.warning:focus:not(.flat):not(.vertical), spinbutton.warning.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.warning:focus, notebook:not(.reorderable-page) > spinbutton.warning:focus:not(.vertical) {
393 border-color: #E5E9EC;
394 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
395 color: #263238;
396 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
397 entry.warning.flat:disabled, .linked > entry.warning:disabled:not(.flat), .linked > spinbutton.warning:disabled:not(.flat):not(.vertical), spinbutton.warning.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.warning:disabled, notebook:not(.reorderable-page) > spinbutton.warning:disabled:not(.vertical) {
398 border-color: #E5E9EC;
399 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
400 color: rgba(38, 50, 56, 0.3); }
401 entry.search-missing, spinbutton.search-missing:not(.vertical) {
402 border-radius: 0;
403 -gtk-outline-radius: 0;
404 border-color: #E5E9EC;
405 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
406 background-color: transparent;
407 color: rgba(38, 50, 56, 0.75); }
408 entry.search-missing:focus, spinbutton.search-missing:focus:not(.vertical) {
409 border-color: #E5E9EC;
410 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
411 color: #263238;
412 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
413 entry.search-missing:disabled, spinbutton.search-missing:disabled:not(.vertical) {
414 border-color: #E5E9EC;
415 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
416 background-color: transparent;
417 color: rgba(38, 50, 56, 0.3); }
418 entry.search-missing.flat, .linked > entry.search-missing:not(.flat), .linked > spinbutton.search-missing:not(.flat):not(.vertical), spinbutton.search-missing.flat:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing, notebook:not(.reorderable-page) > spinbutton.search-missing:not(.vertical) {
419 border-radius: 0;
420 -gtk-outline-radius: 0;
421 border-color: #E5E9EC;
422 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
423 background-color: transparent;
424 color: rgba(38, 50, 56, 0.75); }
425 entry.search-missing.flat:focus, .linked > entry.search-missing:focus:not(.flat), .linked > spinbutton.search-missing:focus:not(.flat):not(.vertical), spinbutton.search-missing.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:focus, notebook:not(.reorderable-page) > spinbutton.search-missing:focus:not(.vertical) {
426 border-color: #E5E9EC;
427 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
428 color: #263238;
429 transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
430 entry.search-missing.flat:disabled, .linked > entry.search-missing:disabled:not(.flat), .linked > spinbutton.search-missing:disabled:not(.flat):not(.vertical), spinbutton.search-missing.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:disabled, notebook:not(.reorderable-page) > spinbutton.search-missing:disabled:not(.vertical) {
431 border-color: #E5E9EC;
432 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
433 color: rgba(38, 50, 56, 0.3); }
434 entry image:not(:hover):not(:active), spinbutton:not(.vertical) image:not(:hover):not(:active) {
435 color: alpha(currentColor, 0.75); }
436 entry image:active, spinbutton:not(.vertical) image:active {
437 color: #E8E8E8; }
438 entry image:disabled, spinbutton:not(.vertical) image:disabled {
439 color: alpha(currentColor, 0.55); }
440 entry:drop(active), spinbutton:drop(active):not(.vertical), entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical) {
441 border-color: #E8E8E8;
442 box-shadow: inset 0 0 0 1px #E8E8E8; }
443 treeview entry, treeview spinbutton:not(.vertical), treeview entry.flat:focus, treeview .linked > entry:focus:not(.flat), treeview .linked > spinbutton:focus:not(.flat):not(.vertical), treeview spinbutton.flat:focus:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus, treeview notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical) {
444 padding: 1px;
445 border-radius: 0;
446 border-image: none;
447 background-color: #FFFFFF;
448 color: #263238;
449 box-shadow: none;
450 transition-property: color, background; }
451
452/***********
453 * Buttons *
454 ***********/
455@keyframes needs_attention {
456 from {
457 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#E8E8E8), to(transparent)); }
458 to {
459 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#E8E8E8), to(transparent)); } }
460button {
461 min-height: 1rem;
462 min-width: 2.50376rem;
463 padding: 0.69925rem 1rem 0.80451rem;
464 border-radius: 2px;
465 -gtk-outline-radius: 2px;
466 background-repeat: no-repeat;
467 background-position: center, center;
468 background-size: 9.96241rem 9.96241rem, auto;
469 font-weight: 500;
470 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
471 background-color: #FFFFFF;
472 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
473 color: rgba(38, 50, 56, 0.75); }
474 button:hover {
475 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
476 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
477 color: #263238; }
478 button:active {
479 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
480 color: #263238;
481 transition-duration: 0;
482 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
483 button:disabled {
484 box-shadow: none;
485 background-color: alpha(currentColor, 0.2);
486 color: rgba(38, 50, 56, 0.225); }
487 button:disabled > label {
488 color: inherit; }
489 button:checked {
490 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
491 background-color: #E8E8E8;
492 color: #FFFFFF; }
493 button:checked:disabled {
494 box-shadow: none;
495 background-color: alpha(currentColor, 0.2);
496 color: rgba(0, 188, 212, 0.4); }
497 button:checked:disabled > label {
498 color: inherit; }
499 button.flat, button.osd.image-button, .osd toolbar button, toolbar.osd button, .app-notification button,
500 .app-notification.frame button, GeditViewFrame .gedit-search-slider button, toolbar button, .titlebar button:not(.suggested-action):not(.destructive-action),
501 headerbar button:not(.suggested-action):not(.destructive-action), .menu > arrow,
502 .context-menu > arrow,
503 menu > arrow, placessidebar row button.image-button, .ssd decoration button, .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
504 .csd .titlebar button.titlebutton,
505 .csd .titlebar.selection-mode button.titlebutton, #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
506 #gf-candidate-popup .linked > button,
507 #gf-candidate-popup .linked > button:first-child,
508 #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget button, layouttabbar button, layouttab button {
509 box-shadow: none;
510 background-color: transparent;
511 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0)); }
512 button.flat:hover, button.osd.image-button:hover, .app-notification button:hover, GeditViewFrame .gedit-search-slider button:hover, toolbar button:hover, .titlebar button:hover:not(.suggested-action):not(.destructive-action),
513 headerbar button:hover:not(.suggested-action):not(.destructive-action), .menu > arrow:hover,
514 .context-menu > arrow:hover,
515 menu > arrow:hover, placessidebar row button.image-button:hover, .ssd decoration button:hover, .csd headerbar button.titlebutton:hover,
516 .csd .titlebar button.titlebutton:hover, #gf-candidate-popup button:hover,
517 #gf-candidate-popup .linked > button:hover:first-child,
518 #gf-candidate-popup .linked > button:hover:last-child, window > grid.vertical > box.vertical > widget button:hover, layouttabbar button:hover, layouttab button:hover {
519 box-shadow: none;
520 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
521 button.flat:active, button.osd.image-button:active, .app-notification button:active, GeditViewFrame .gedit-search-slider button:active, toolbar button:active, .titlebar button:active:not(.suggested-action):not(.destructive-action),
522 headerbar button:active:not(.suggested-action):not(.destructive-action), .menu > arrow:active,
523 .context-menu > arrow:active,
524 menu > arrow:active, placessidebar row button.image-button:active, .ssd decoration button:active, .csd headerbar button.titlebutton:active,
525 .csd .titlebar button.titlebutton:active, #gf-candidate-popup button:active,
526 #gf-candidate-popup .linked > button:active:first-child,
527 #gf-candidate-popup .linked > button:active:last-child, window > grid.vertical > box.vertical > widget button:active, layouttabbar button:active, layouttab button:active {
528 box-shadow: none;
529 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
530 button.flat:disabled, button.osd.image-button:disabled, .app-notification button:disabled, GeditViewFrame .gedit-search-slider button:disabled, toolbar button:disabled, .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
531 headerbar button:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow:disabled,
532 .context-menu > arrow:disabled,
533 menu > arrow:disabled, placessidebar row button.image-button:disabled, .ssd decoration button:disabled, .csd headerbar button.titlebutton:disabled,
534 .csd .titlebar button.titlebutton:disabled, #gf-candidate-popup button:disabled,
535 #gf-candidate-popup .linked > button:disabled:first-child,
536 #gf-candidate-popup .linked > button:disabled:last-child, window > grid.vertical > box.vertical > widget button:disabled, layouttabbar button:disabled, layouttab button:disabled {
537 box-shadow: none;
538 background-color: transparent; }
539 button.flat:checked, button.osd.image-button:checked, .app-notification button:checked, GeditViewFrame .gedit-search-slider button:checked, toolbar button:checked, .titlebar button:checked:not(.suggested-action):not(.destructive-action),
540 headerbar button:checked:not(.suggested-action):not(.destructive-action), .menu > arrow:checked,
541 .context-menu > arrow:checked,
542 menu > arrow:checked, placessidebar row button.image-button:checked, .ssd decoration button:checked, .csd headerbar button.titlebutton:checked,
543 .csd .titlebar button.titlebutton:checked, #gf-candidate-popup button:checked,
544 #gf-candidate-popup .linked > button:checked:first-child,
545 #gf-candidate-popup .linked > button:checked:last-child, window > grid.vertical > box.vertical > widget button:checked, layouttabbar button:checked, layouttab button:checked {
546 background-color: alpha(currentColor, 0.2);
547 color: #263238; }
548 button.flat:checked:disabled > label, button.osd.image-button:checked:disabled > label, .osd toolbar button:checked:disabled > label, toolbar.osd button:checked:disabled > label, .app-notification button:checked:disabled > label, GeditViewFrame .gedit-search-slider button:checked:disabled > label, toolbar button:checked:disabled > label, .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
549 headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, .menu > arrow:checked:disabled > label,
550 .context-menu > arrow:checked:disabled > label,
551 menu > arrow:checked:disabled > label, placessidebar row button.image-button:checked:disabled > label, .ssd decoration button:checked:disabled > label, .csd headerbar button.titlebutton:checked:disabled > label,
552 .csd .titlebar button.titlebutton:checked:disabled > label, #gf-candidate-popup button:checked:disabled > label,
553 #gf-candidate-popup .linked > button:checked:disabled > label, window > grid.vertical > box.vertical > widget button:checked:disabled > label, layouttabbar button:checked:disabled > label, layouttab button:checked:disabled > label {
554 color: inherit; }
555 .linked > button.flat, .linked > button.osd.image-button, .osd toolbar .linked > button, toolbar.osd .linked > button, .app-notification .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar .linked > button, .titlebar .linked > button:not(.suggested-action):not(.destructive-action),
556 headerbar .linked > button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow,
557 .context-menu.linked > arrow,
558 menu.linked > arrow, placessidebar row .linked > button.image-button, .ssd decoration .linked > button, .csd headerbar .linked > button.titlebutton,
559 .csd .titlebar .linked > button.titlebutton,
560 #gf-candidate-popup .linked > button,
561 #gf-candidate-popup .linked > button:first-child,
562 #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget .linked > button, layouttabbar .linked > button, layouttab .linked > button {
563 border-radius: 2px;
564 -gtk-outline-radius: 2px; }
565 .linked > button.flat.image-button, .linked > button.image-button.osd, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button, toolbar .linked > button.image-button, .titlebar .linked > button.image-button:not(.suggested-action):not(.destructive-action),
566 headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow.image-button,
567 .context-menu.linked > arrow.image-button,
568 menu.linked > arrow.image-button, placessidebar row .linked > button.image-button, .ssd decoration .linked > button.image-button, .csd headerbar .linked > button.image-button.titlebutton,
569 .csd .titlebar .linked > button.image-button.titlebutton,
570 #gf-candidate-popup .linked > button.image-button, window > grid.vertical > box.vertical > widget .linked > button.image-button, layouttabbar .linked > button.image-button, layouttab .linked > button.image-button {
571 border-radius: 100px;
572 -gtk-outline-radius: 100px; }
573 button.osd.image-button {
574 padding: 1.30075rem;
575 background-color: #FFFFFF;
576 background-size: 3.7594rem 3.7594rem, auto; }
577 button.osd.image-button:not(:active):not(:disabled):not(hover) {
578 color: #E8E8E8; }
579 button.osd.image-button:hover {
580 color: #E8E8E8;
581 background-color: rgba(42, 55, 62, 0.7);
582 background-image: linear-gradient(to bottom, alpha(currentColor, 0.2), alpha(currentColor, 0.2)); }
583 button.osd.image-button:active {
584 color: #E8E8E8;
585 background-color: rgba(42, 55, 62, 0.7);
586 background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1), rgba(236, 239, 241, 0.1)); }
587 button.osd:disabled {
588 opacity: 0; }
589 button.suggested-action {
590 background-color: #E8E8E8;
591 background-size: 9.96241rem 9.96241rem, auto;
592 color: #FFFFFF; }
593 button.suggested-action:hover {
594 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
595 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
596 color: #263238;
597 background-color: #E8E8E8;
598 color: #FFFFFF; }
599 button.suggested-action:active {
600 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
601 color: #263238;
602 transition-duration: 0;
603 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
604 background-color: #E8E8E8;
605 color: #FFFFFF; }
606 button.suggested-action:checked {
607 background-color: #33aba0; }
608 button.suggested-action:disabled {
609 box-shadow: none;
610 background-color: alpha(currentColor, 0.2);
611 color: rgba(38, 50, 56, 0.3); }
612 button.suggested-action:disabled > label {
613 color: inherit; }
614 button.suggested-action.flat, button.suggested-action.osd.image-button, .app-notification button.suggested-action, GeditViewFrame .gedit-search-slider button.suggested-action, toolbar button.suggested-action, .titlebar button.suggested-action:not(.suggested-action):not(.destructive-action),
615 headerbar button.suggested-action:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action,
616 .context-menu > arrow.suggested-action,
617 menu > arrow.suggested-action, placessidebar row button.suggested-action.image-button, .ssd decoration button.suggested-action, .csd headerbar button.suggested-action.titlebutton,
618 .csd .titlebar button.suggested-action.titlebutton, #gf-candidate-popup button.suggested-action,
619 #gf-candidate-popup .linked > button.suggested-action:first-child,
620 #gf-candidate-popup .linked > button.suggested-action:last-child, window > grid.vertical > box.vertical > widget button.suggested-action, layouttabbar button.suggested-action, layouttab button.suggested-action {
621 background-color: transparent;
622 color: #E8E8E8; }
623 button.suggested-action.flat:hover, button.suggested-action.osd.image-button:hover, .app-notification button.suggested-action:hover, GeditViewFrame .gedit-search-slider button.suggested-action:hover, toolbar button.suggested-action:hover, .titlebar button.suggested-action:hover:not(.suggested-action):not(.destructive-action),
624 headerbar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:hover,
625 .context-menu > arrow.suggested-action:hover,
626 menu > arrow.suggested-action:hover, placessidebar row button.suggested-action.image-button:hover, .ssd decoration button.suggested-action:hover, .csd headerbar button.suggested-action.titlebutton:hover,
627 .csd .titlebar button.suggested-action.titlebutton:hover, #gf-candidate-popup button.suggested-action:hover, window > grid.vertical > box.vertical > widget button.suggested-action:hover, layouttabbar button.suggested-action:hover, layouttab button.suggested-action:hover {
628 box-shadow: none;
629 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
630 button.suggested-action.flat:active, button.suggested-action.osd.image-button:active, .app-notification button.suggested-action:active, GeditViewFrame .gedit-search-slider button.suggested-action:active, toolbar button.suggested-action:active, .titlebar button.suggested-action:active:not(.suggested-action):not(.destructive-action),
631 headerbar button.suggested-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:active,
632 .context-menu > arrow.suggested-action:active,
633 menu > arrow.suggested-action:active, placessidebar row button.suggested-action.image-button:active, .ssd decoration button.suggested-action:active, .csd headerbar button.suggested-action.titlebutton:active,
634 .csd .titlebar button.suggested-action.titlebutton:active, #gf-candidate-popup button.suggested-action:active, window > grid.vertical > box.vertical > widget button.suggested-action:active, layouttabbar button.suggested-action:active, layouttab button.suggested-action:active {
635 box-shadow: none;
636 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
637 background-color: alpha(#E8E8E8, 0.2);
638 color: #E8E8E8; }
639 button.suggested-action.flat:checked, button.suggested-action.osd.image-button:checked, .app-notification button.suggested-action:checked, GeditViewFrame .gedit-search-slider button.suggested-action:checked, toolbar button.suggested-action:checked, .titlebar button.suggested-action:checked:not(.suggested-action):not(.destructive-action),
640 headerbar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:checked,
641 .context-menu > arrow.suggested-action:checked,
642 menu > arrow.suggested-action:checked, placessidebar row button.suggested-action.image-button:checked, .ssd decoration button.suggested-action:checked, .csd headerbar button.suggested-action.titlebutton:checked,
643 .csd .titlebar button.suggested-action.titlebutton:checked, #gf-candidate-popup button.suggested-action:checked, window > grid.vertical > box.vertical > widget button.suggested-action:checked, layouttabbar button.suggested-action:checked, layouttab button.suggested-action:checked {
644 background-color: alpha(currentColor, 0.2);
645 color: #263238; }
646 button.suggested-action.flat:disabled, button.suggested-action.osd.image-button:disabled, .app-notification button.suggested-action:disabled, GeditViewFrame .gedit-search-slider button.suggested-action:disabled, toolbar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action),
647 headerbar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:disabled,
648 .context-menu > arrow.suggested-action:disabled,
649 menu > arrow.suggested-action:disabled, placessidebar row button.suggested-action.image-button:disabled, .ssd decoration button.suggested-action:disabled, .csd headerbar button.suggested-action.titlebutton:disabled,
650 .csd .titlebar button.suggested-action.titlebutton:disabled, #gf-candidate-popup button.suggested-action:disabled, window > grid.vertical > box.vertical > widget button.suggested-action:disabled, layouttabbar button.suggested-action:disabled, layouttab button.suggested-action:disabled {
651 box-shadow: none;
652 background-color: transparent; }
653 button.destructive-action {
654 background-color: #FF5252;
655 background-size: 9.96241rem 9.96241rem, auto;
656 color: #FFFFFF; }
657 button.destructive-action:hover {
658 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
659 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
660 color: #263238;
661 background-color: #FF5252;
662 color: #FFFFFF; }
663 button.destructive-action:active {
664 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
665 color: #263238;
666 transition-duration: 0;
667 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
668 background-color: #E8E8E8;
669 color: #FFFFFF; }
670 button.destructive-action:checked {
671 background-color: #ff7575; }
672 button.destructive-action:disabled {
673 box-shadow: none;
674 background-color: alpha(currentColor, 0.2);
675 color: rgba(38, 50, 56, 0.3); }
676 button.destructive-action:disabled > label {
677 color: inherit; }
678 button.destructive-action.flat, button.destructive-action.osd.image-button, .app-notification button.destructive-action, GeditViewFrame .gedit-search-slider button.destructive-action, toolbar button.destructive-action, .titlebar button.destructive-action:not(.suggested-action):not(.destructive-action),
679 headerbar button.destructive-action:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action,
680 .context-menu > arrow.destructive-action,
681 menu > arrow.destructive-action, placessidebar row button.destructive-action.image-button, .ssd decoration button.destructive-action, .csd headerbar button.destructive-action.titlebutton,
682 .csd .titlebar button.destructive-action.titlebutton, #gf-candidate-popup button.destructive-action,
683 #gf-candidate-popup .linked > button.destructive-action:first-child,
684 #gf-candidate-popup .linked > button.destructive-action:last-child, window > grid.vertical > box.vertical > widget button.destructive-action, layouttabbar button.destructive-action, layouttab button.destructive-action {
685 background-color: transparent;
686 color: #FF5252; }
687 button.destructive-action.flat:hover, button.destructive-action.osd.image-button:hover, .app-notification button.destructive-action:hover, GeditViewFrame .gedit-search-slider button.destructive-action:hover, toolbar button.destructive-action:hover, .titlebar button.destructive-action:hover:not(.suggested-action):not(.destructive-action),
688 headerbar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:hover,
689 .context-menu > arrow.destructive-action:hover,
690 menu > arrow.destructive-action:hover, placessidebar row button.destructive-action.image-button:hover, .ssd decoration button.destructive-action:hover, .csd headerbar button.destructive-action.titlebutton:hover,
691 .csd .titlebar button.destructive-action.titlebutton:hover, #gf-candidate-popup button.destructive-action:hover, window > grid.vertical > box.vertical > widget button.destructive-action:hover, layouttabbar button.destructive-action:hover, layouttab button.destructive-action:hover {
692 box-shadow: none;
693 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
694 button.destructive-action.flat:active, button.destructive-action.osd.image-button:active, .app-notification button.destructive-action:active, GeditViewFrame .gedit-search-slider button.destructive-action:active, toolbar button.destructive-action:active, .titlebar button.destructive-action:active:not(.suggested-action):not(.destructive-action),
695 headerbar button.destructive-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:active,
696 .context-menu > arrow.destructive-action:active,
697 menu > arrow.destructive-action:active, placessidebar row button.destructive-action.image-button:active, .ssd decoration button.destructive-action:active, .csd headerbar button.destructive-action.titlebutton:active,
698 .csd .titlebar button.destructive-action.titlebutton:active, #gf-candidate-popup button.destructive-action:active, window > grid.vertical > box.vertical > widget button.destructive-action:active, layouttabbar button.destructive-action:active, layouttab button.destructive-action:active {
699 box-shadow: none;
700 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
701 background-color: alpha(#E8E8E8, 0.2);
702 color: #E8E8E8; }
703 button.destructive-action.flat:checked, button.destructive-action.osd.image-button:checked, .app-notification button.destructive-action:checked, GeditViewFrame .gedit-search-slider button.destructive-action:checked, toolbar button.destructive-action:checked, .titlebar button.destructive-action:checked:not(.suggested-action):not(.destructive-action),
704 headerbar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:checked,
705 .context-menu > arrow.destructive-action:checked,
706 menu > arrow.destructive-action:checked, placessidebar row button.destructive-action.image-button:checked, .ssd decoration button.destructive-action:checked, .csd headerbar button.destructive-action.titlebutton:checked,
707 .csd .titlebar button.destructive-action.titlebutton:checked, #gf-candidate-popup button.destructive-action:checked, window > grid.vertical > box.vertical > widget button.destructive-action:checked, layouttabbar button.destructive-action:checked, layouttab button.destructive-action:checked {
708 background-color: alpha(currentColor, 0.2);
709 color: #263238; }
710 button.destructive-action.flat:disabled, button.destructive-action.osd.image-button:disabled, .app-notification button.destructive-action:disabled, GeditViewFrame .gedit-search-slider button.destructive-action:disabled, toolbar button.destructive-action:disabled, .titlebar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action),
711 headerbar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:disabled,
712 .context-menu > arrow.destructive-action:disabled,
713 menu > arrow.destructive-action:disabled, placessidebar row button.destructive-action.image-button:disabled, .ssd decoration button.destructive-action:disabled, .csd headerbar button.destructive-action.titlebutton:disabled,
714 .csd .titlebar button.destructive-action.titlebutton:disabled, #gf-candidate-popup button.destructive-action:disabled, window > grid.vertical > box.vertical > widget button.destructive-action:disabled, layouttabbar button.destructive-action:disabled, layouttab button.destructive-action:disabled {
715 box-shadow: none;
716 background-color: transparent; }
717 button.image-button {
718 min-width: 1rem;
719 min-height: 1rem; }
720 button.text-button {
721 padding: 0.69925rem 1rem 0.80451rem;
722 border-radius: 2px;
723 -gtk-outline-radius: 2px;
724 font-weight: 700; }
725 button.text-button.image-button {
726 padding-left: 1rem;
727 padding-right: 1rem;
728 border-radius: 2px;
729 -gtk-outline-radius: 2px; }
730 button.text-button.image-button label {
731 padding-left: 0.30075rem;
732 padding-right: 0.30075rem; }
733 button.text-button.image-button image {
734 padding-left: 0.30075rem;
735 padding-right: 0.30075rem; }
736 button.text-button.image-button:drop(active), combobox:drop(active) button.text-button.image-button.combo {
737 color: #E8E8E8;
738 background-color: rgba(77, 182, 172, 0.2); }
739 button separator {
740 min-height: 0;
741 min-width: 0;
742 border-color: transparent;
743 background-color: transparent;
744 color: transparent; }
745 stackswitcher button.text-button {
746 min-height: 1.30075rem;
747 min-width: 8.42105rem; }
748 .stack-switcher > button {
749 outline-offset: -0.19549rem; }
750 .stack-switcher > button > label {
751 padding-left: 0.6015rem;
752 padding-right: 0.6015rem; }
753 .stack-switcher > button > image {
754 padding-left: 0.6015rem;
755 padding-right: 0.6015rem;
756 padding-top: 0.20301rem;
757 padding-bottom: 0.20301rem; }
758 .stack-switcher > button.text-button {
759 padding-left: 1rem;
760 padding-right: 1rem;
761 border-radius: 2px;
762 -gtk-outline-radius: 2px; }
763 .stack-switcher > button.image-button {
764 padding-left: 0.6015rem;
765 padding-right: 0.6015rem; }
766 .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image {
767 animation: none;
768 background-image: none; }
769 .linked > button, .linked > button .image-button, .linked > button .text-button {
770 min-width: 1rem;
771 padding: 0.69925rem 0.3985rem 0.80451rem; }
772 .linked > button label, .linked > button .image-button label, .linked > button .text-button label {
773 padding-left: 0.30075rem;
774 padding-right: 0.30075rem; }
775 .linked > button image, .linked > button .image-button image, .linked > button .text-button image {
776 padding-left: 0.30075rem;
777 padding-right: 0.30075rem; }
778 .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button {
779 min-height: 1rem;
780 min-width: 1.69925rem;
781 padding: 0.75188rem 0.50376rem 0.75188rem; }
782 .linked > button.image-button.radio, .linked.vertical > button.image-button.radio {
783 min-width: 1rem;
784 min-height: 1rem;
785 padding: 0.6015rem; }
786 .inline-toolbar button, .inline-toolbar button:not(.text-button).image-button,
787 button actionbar,
788 button actionbar:not(.text-button).image-button {
789 box-shadow: none;
790 background-color: transparent;
791 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
792 min-width: 1rem;
793 min-height: 1rem;
794 padding: 0.75188rem;
795 border-radius: 100px;
796 -gtk-outline-radius: 100px;
797 background-size: 2.44361rem 2.44361rem, auto; }
798 .inline-toolbar button:hover, .inline-toolbar button:not(.text-button).image-button:hover,
799 button actionbar:hover,
800 button actionbar:not(.text-button).image-button:hover {
801 box-shadow: none;
802 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
803 .inline-toolbar button:active, .inline-toolbar button:not(.text-button).image-button:active,
804 button actionbar:active,
805 button actionbar:not(.text-button).image-button:active {
806 box-shadow: none;
807 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
808 .inline-toolbar button:disabled, .inline-toolbar button:not(.text-button).image-button:disabled,
809 button actionbar:disabled,
810 button actionbar:not(.text-button).image-button:disabled {
811 box-shadow: none;
812 background-color: transparent; }
813 .inline-toolbar button:checked, .inline-toolbar button:not(.text-button).image-button:checked,
814 button actionbar:checked,
815 button actionbar:not(.text-button).image-button:checked {
816 background-color: alpha(currentColor, 0.2);
817 color: #263238; }
818 .inline-toolbar button:checked:disabled > label, .inline-toolbar button:not(.text-button).image-button:checked:disabled > label,
819 button actionbar:checked:disabled > label,
820 button actionbar:not(.text-button).image-button:checked:disabled > label {
821 color: inherit; }
822 .inline-toolbar button.text-button,
823 button actionbar.text-button {
824 border-radius: 2px;
825 -gtk-outline-radius: 2px; }
826 .inline-toolbar .linked > button, .inline-toolbar .linked > button:not(.text-button).image-button, actionbar .linked > button, actionbar .linked > button:not(.text-button).image-button {
827 min-width: 1rem;
828 min-height: 1rem;
829 padding: 0.50376rem;
830 border-radius: 100px;
831 -gtk-outline-radius: 100px; }
832 .inline-toolbar .linked > button.image-button.toggle, actionbar .linked > button.image-button.toggle {
833 min-width: 1rem;
834 min-height: 1rem;
835 padding: 0.6015rem 0.30075rem 0.6015rem;
836 border-radius: 100px;
837 -gtk-outline-radius: 100px; }
838 .inline-toolbar .linked > button.text-button, actionbar .linked > button.text-button {
839 border-radius: 2px;
840 -gtk-outline-radius: 2px; }
841 .primary-toolbar button {
842 -gtk-icon-shadow: none; }
843
844.linked > button, .linked > button .image-button, .linked > button .text-button, toolbar .linked > button.text-button:not(.image-button), popover.background .linked > button {
845 box-shadow: none;
846 background-color: transparent;
847 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
848 border-radius: 0;
849 -gtk-outline-radius: 0;
850 color: rgba(38, 50, 56, 0.75);
851 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
852 .linked > button:hover, .linked > button .image-button:hover, .linked > button .text-button:hover, toolbar .linked > button.text-button:hover:not(.image-button), popover.background .linked > button:hover {
853 box-shadow: none;
854 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
855 border-radius: 0;
856 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 2/0 0 2px; }
857 .linked > button:active, .linked > button .image-button:active, .linked > button .text-button:active, toolbar .linked > button.text-button:active:not(.image-button), popover.background .linked > button:active, .linked > button:checked, .linked > button .image-button:checked, .linked > button .text-button:checked, toolbar .linked > button.text-button:checked:not(.image-button), popover.background .linked > button:checked {
858 color: #263238;
859 background-color: transparent;
860 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px; }
861 .linked > button:active:disabled, .linked > button .image-button:active:disabled, .linked > button .text-button:active:disabled, toolbar .linked > button.text-button:active:disabled:not(.image-button), popover.background .linked > button:active:disabled, .linked > button:checked:disabled, .linked > button .image-button:checked:disabled, .linked > button .text-button:checked:disabled, toolbar .linked > button.text-button:checked:disabled:not(.image-button), popover.background .linked > button:checked:disabled {
862 color: rgba(38, 50, 56, 0.3);
863 background-color: transparent;
864 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(0, 188, 212, 0.2)), to(transparent)) 0 0 2/0 0 2px; }
865 .linked > button:active:disabled > label, .linked > button .image-button:active:disabled > label, .linked > button .text-button:active:disabled > label, .linked > button:checked:disabled > label, .linked > button .image-button:checked:disabled > label, .linked > button .text-button:checked:disabled > label {
866 color: inherit; }
867 .linked > button:disabled, .linked > button .image-button:disabled, .linked > button .text-button:disabled, toolbar .linked > button.text-button:disabled:not(.image-button), popover.background .linked > button:disabled {
868 color: rgba(38, 50, 56, 0.3);
869 background-color: transparent;
870 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
871
872.linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button {
873 box-shadow: none;
874 background-color: transparent;
875 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
876 border-image: none;
877 border-width: 0;
878 -gtk-outline-radius: 0;
879 color: rgba(38, 50, 56, 0.75); }
880 .linked.vertical > button:dir(ltr), .linked.vertical > button .image-button:dir(ltr), .linked.vertical > button .text-button:dir(ltr) {
881 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
882 .linked.vertical > button:dir(rtl), .linked.vertical > button .image-button:dir(rtl), .linked.vertical > button .text-button:dir(rtl) {
883 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
884 .linked.vertical > button:hover, .linked.vertical > button .image-button:hover, .linked.vertical > button .text-button:hover {
885 box-shadow: none;
886 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
887 .linked.vertical > button:hover:dir(ltr), .linked.vertical > button .image-button:hover:dir(ltr), .linked.vertical > button .text-button:hover:dir(ltr) {
888 box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
889 .linked.vertical > button:hover:dir(rtl), .linked.vertical > button .image-button:hover:dir(rtl), .linked.vertical > button .text-button:hover:dir(rtl) {
890 box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
891 .linked.vertical > button:active, .linked.vertical > button .image-button:active, .linked.vertical > button .text-button:active, .linked.vertical > button:checked, .linked.vertical > button .image-button:checked, .linked.vertical > button .text-button:checked {
892 color: #263238;
893 background-color: transparent; }
894 .linked.vertical > button:active:dir(ltr), .linked.vertical > button .image-button:active:dir(ltr), .linked.vertical > button .text-button:active:dir(ltr), .linked.vertical > button:checked:dir(ltr), .linked.vertical > button .image-button:checked:dir(ltr), .linked.vertical > button .text-button:checked:dir(ltr) {
895 box-shadow: inset 2px 0 #E8E8E8; }
896 .linked.vertical > button:active:dir(rtl), .linked.vertical > button .image-button:active:dir(rtl), .linked.vertical > button .text-button:active:dir(rtl), .linked.vertical > button:checked:dir(rtl), .linked.vertical > button .image-button:checked:dir(rtl), .linked.vertical > button .text-button:checked:dir(rtl) {
897 box-shadow: inset -2px 0 #E8E8E8; }
898 .linked.vertical > button:active:disabled, .linked.vertical > button .image-button:active:disabled, .linked.vertical > button .text-button:active:disabled, .linked.vertical > button:checked:disabled, .linked.vertical > button .image-button:checked:disabled, .linked.vertical > button .text-button:checked:disabled {
899 color: rgba(38, 50, 56, 0.3);
900 background-color: alpha(currentColor, 0.2); }
901 .linked.vertical > button:active:disabled:dir(ltr), .linked.vertical > button .image-button:active:disabled:dir(ltr), .linked.vertical > button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr) {
902 box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
903 .linked.vertical > button:active:disabled:dir(ltr), .linked.vertical > button .image-button:active:disabled:dir(ltr), .linked.vertical > button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr) {
904 box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
905 .linked.vertical > button:active:disabled > label, .linked.vertical > button .image-button:active:disabled > label, .linked.vertical > button .text-button:active:disabled > label, .linked.vertical > button:checked:disabled > label, .linked.vertical > button .image-button:checked:disabled > label, .linked.vertical > button .text-button:checked:disabled > label {
906 color: inherit; }
907 .linked.vertical > button:disabled, .linked.vertical > button .image-button:disabled, .linked.vertical > button .text-button:disabled {
908 color: rgba(38, 50, 56, 0.3);
909 background-color: alpha(currentColor, 0.2); }
910 .linked.vertical > button:disabled:dir(ltr), .linked.vertical > button .image-button:disabled:dir(ltr), .linked.vertical > button .text-button:disabled:dir(ltr) {
911 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
912 .linked.vertical > button:disabled:dir(rtl), .linked.vertical > button .image-button:disabled:dir(rtl), .linked.vertical > button .text-button:disabled:dir(rtl) {
913 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
914
915button.osd.image-button, button.image-button {
916 padding: 0.75188rem;
917 border-radius: 100px;
918 -gtk-outline-radius: 100px;
919 background-size: 3.7594rem 3.7594rem, auto; }
920
921.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label,
922stacksidebar row.activatable.needs-attention > label,
923stacksidebar .needs-attention.view > label,
924stacksidebar iconview.needs-attention > label,
925stacksidebar .view text.needs-attention > label,
926.view stacksidebar text.needs-attention > label,
927stacksidebar iconview text.needs-attention > label,
928iconview stacksidebar text.needs-attention > label,
929stacksidebar textview text.needs-attention > label,
930textview stacksidebar text.needs-attention > label,
931stacksidebar treeview.view header button.needs-attention > label,
932treeview.view header stacksidebar button.needs-attention > label,
933stacksidebar .tweak-category header button.needs-attention > label,
934.tweak-category header stacksidebar button.needs-attention > label {
935 transition: none;
936 animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
937 background-repeat: no-repeat;
938 background-position: right 0.22556rem;
939 background-size: 0.3985rem 0.3985rem; }
940 .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl),
941 stacksidebar .needs-attention.view > label:dir(rtl),
942 stacksidebar iconview.needs-attention > label:dir(rtl),
943 stacksidebar .view text.needs-attention > label:dir(rtl),
944 .view stacksidebar text.needs-attention > label:dir(rtl),
945 stacksidebar iconview text.needs-attention > label:dir(rtl),
946 iconview stacksidebar text.needs-attention > label:dir(rtl),
947 stacksidebar textview text.needs-attention > label:dir(rtl),
948 textview stacksidebar text.needs-attention > label:dir(rtl),
949 stacksidebar treeview.view header button.needs-attention > label:dir(rtl),
950 treeview.view header stacksidebar button.needs-attention > label:dir(rtl),
951 stacksidebar .tweak-category header button.needs-attention > label:dir(rtl),
952 .tweak-category header stacksidebar button.needs-attention > label:dir(rtl) {
953 background-position: left 0.22556rem; }
954
955.linked > button:not(.flat):not(:only-child), .linked > button, .linked > button .image-button, .linked > button .text-button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
956 border-radius: 0; }
957
958 combobox.linked button:nth-child(2):dir(rtl), .linked > combobox:first-child > button.combo {
959 border-top-left-radius: 2px;
960 border-bottom-left-radius: 2px; }
961 combobox.linked button:nth-child(2):dir(ltr), .linked > combobox:last-child > button.combo {
962 border-top-right-radius: 2px;
963 border-bottom-right-radius: 2px; }
964 .linked > combobox:only-child > button.combo {
965 border-radius: 2px; }
966
967.linked.vertical > button:not(:only-child), .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical > combobox > button.combo {
968 border-radius: 0; }
969
970 .linked.vertical > combobox:first-child > button.combo {
971 border-top-left-radius: 2px;
972 border-top-right-radius: 2px; }
973 .linked.vertical > combobox:last-child > button.combo {
974 border-bottom-left-radius: 2px;
975 border-bottom-right-radius: 2px; }
976 .linked.vertical > combobox:only-child > button.combo {
977 border-radius: 2px; }
978
979modelbutton.flat,
980menuitem button.flat,
981menuitem button.osd.image-button,
982menuitem .osd toolbar button,
983.osd toolbar menuitem button,
984menuitem toolbar.osd button,
985toolbar.osd menuitem button,
986menuitem .app-notification button,
987.app-notification menuitem button,
988menuitem .app-notification.frame button,
989.app-notification.frame menuitem button,
990menuitem GeditViewFrame .gedit-search-slider button,
991GeditViewFrame .gedit-search-slider menuitem button,
992menuitem toolbar button,
993toolbar menuitem button,
994menuitem .titlebar button:not(.suggested-action):not(.destructive-action),
995.titlebar menuitem button:not(.suggested-action):not(.destructive-action),
996menuitem headerbar button:not(.suggested-action):not(.destructive-action),
997headerbar menuitem button:not(.suggested-action):not(.destructive-action),
998menuitem .menu > arrow,
999menuitem .context-menu > arrow,
1000menuitem menu > arrow,
1001menuitem placessidebar row button.image-button,
1002placessidebar row menuitem button.image-button,
1003menuitem .ssd decoration button,
1004.ssd decoration menuitem button,
1005menuitem .csd headerbar button.titlebutton,
1006.csd headerbar menuitem button.titlebutton,
1007menuitem .csd headerbar.selection-mode button.titlebutton,
1008.csd headerbar.selection-mode menuitem button.titlebutton,
1009menuitem .csd .titlebar button.titlebutton,
1010.csd .titlebar menuitem button.titlebutton,
1011menuitem .csd .titlebar.selection-mode button.titlebutton,
1012.csd .titlebar.selection-mode menuitem button.titlebutton,
1013menuitem #gf-candidate-popup button,
1014#gf-candidate-popup menuitem button,
1015menuitem #gf-candidate-popup button:first-child,
1016#gf-candidate-popup menuitem button:first-child,
1017menuitem #gf-candidate-popup button:last-child,
1018#gf-candidate-popup menuitem button:last-child,
1019menuitem #gf-candidate-popup .linked > button,
1020#gf-candidate-popup menuitem .linked > button,
1021menuitem #gf-candidate-popup .linked > button:first-child,
1022#gf-candidate-popup menuitem .linked > button:first-child,
1023menuitem #gf-candidate-popup .linked > button:last-child,
1024#gf-candidate-popup menuitem .linked > button:last-child,
1025menuitem window > grid.vertical > box.vertical > widget button,
1026window > grid.vertical > box.vertical > widget menuitem button,
1027menuitem layouttabbar button,
1028layouttabbar menuitem button,
1029menuitem layouttab button,
1030layouttab menuitem button {
1031 box-shadow: none;
1032 background-color: transparent;
1033 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
1034 min-height: 2rem;
1035 margin-left: 0.75188rem;
1036 margin-right: 0.75188rem;
1037 outline-offset: -0.07519rem;
1038 background-size: 9.96241rem 9.96241rem, auto;
1039 transition: none; }
1040 modelbutton.flat:hover,
1041 menuitem button.flat:hover,
1042 menuitem button.osd.image-button:hover,
1043 menuitem .osd toolbar button:hover,
1044 .osd toolbar menuitem button:hover,
1045 menuitem toolbar.osd button:hover,
1046 toolbar.osd menuitem button:hover,
1047 menuitem .app-notification button:hover,
1048 .app-notification menuitem button:hover,
1049 menuitem GeditViewFrame .gedit-search-slider button:hover,
1050 GeditViewFrame .gedit-search-slider menuitem button:hover,
1051 menuitem toolbar button:hover,
1052 toolbar menuitem button:hover,
1053 menuitem .titlebar button:hover:not(.suggested-action):not(.destructive-action),
1054 .titlebar menuitem button:hover:not(.suggested-action):not(.destructive-action),
1055 menuitem headerbar button:hover:not(.suggested-action):not(.destructive-action),
1056 headerbar menuitem button:hover:not(.suggested-action):not(.destructive-action),
1057 menuitem .menu > arrow:hover,
1058 menuitem .context-menu > arrow:hover,
1059 menuitem menu > arrow:hover,
1060 menuitem placessidebar row button.image-button:hover,
1061 placessidebar row menuitem button.image-button:hover,
1062 menuitem .ssd decoration button:hover,
1063 .ssd decoration menuitem button:hover,
1064 menuitem .csd headerbar button.titlebutton:hover,
1065 .csd headerbar menuitem button.titlebutton:hover,
1066 menuitem .csd .titlebar button.titlebutton:hover,
1067 .csd .titlebar menuitem button.titlebutton:hover,
1068 menuitem #gf-candidate-popup button:hover,
1069 #gf-candidate-popup menuitem button:hover,
1070 menuitem #gf-candidate-popup .linked > button:hover:first-child,
1071 #gf-candidate-popup menuitem .linked > button:hover:first-child,
1072 menuitem #gf-candidate-popup .linked > button:hover:last-child,
1073 #gf-candidate-popup menuitem .linked > button:hover:last-child,
1074 menuitem window > grid.vertical > box.vertical > widget button:hover,
1075 window > grid.vertical > box.vertical > widget menuitem button:hover,
1076 menuitem layouttabbar button:hover,
1077 layouttabbar menuitem button:hover,
1078 menuitem layouttab button:hover,
1079 layouttab menuitem button:hover {
1080 box-shadow: none;
1081 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
1082 modelbutton.flat:active,
1083 menuitem button.flat:active,
1084 menuitem button.osd.image-button:active,
1085 menuitem .osd toolbar button:active,
1086 .osd toolbar menuitem button:active,
1087 menuitem toolbar.osd button:active,
1088 toolbar.osd menuitem button:active,
1089 menuitem .app-notification button:active,
1090 .app-notification menuitem button:active,
1091 menuitem GeditViewFrame .gedit-search-slider button:active,
1092 GeditViewFrame .gedit-search-slider menuitem button:active,
1093 menuitem toolbar button:active,
1094 toolbar menuitem button:active,
1095 menuitem .titlebar button:active:not(.suggested-action):not(.destructive-action),
1096 .titlebar menuitem button:active:not(.suggested-action):not(.destructive-action),
1097 menuitem headerbar button:active:not(.suggested-action):not(.destructive-action),
1098 headerbar menuitem button:active:not(.suggested-action):not(.destructive-action),
1099 menuitem .menu > arrow:active,
1100 menuitem .context-menu > arrow:active,
1101 menuitem menu > arrow:active,
1102 menuitem placessidebar row button.image-button:active,
1103 placessidebar row menuitem button.image-button:active,
1104 menuitem .ssd decoration button:active,
1105 .ssd decoration menuitem button:active,
1106 menuitem .csd headerbar button.titlebutton:active,
1107 .csd headerbar menuitem button.titlebutton:active,
1108 menuitem .csd .titlebar button.titlebutton:active,
1109 .csd .titlebar menuitem button.titlebutton:active,
1110 menuitem #gf-candidate-popup button:active,
1111 #gf-candidate-popup menuitem button:active,
1112 menuitem #gf-candidate-popup .linked > button:active:first-child,
1113 #gf-candidate-popup menuitem .linked > button:active:first-child,
1114 menuitem #gf-candidate-popup .linked > button:active:last-child,
1115 #gf-candidate-popup menuitem .linked > button:active:last-child,
1116 menuitem window > grid.vertical > box.vertical > widget button:active,
1117 window > grid.vertical > box.vertical > widget menuitem button:active,
1118 menuitem layouttabbar button:active,
1119 layouttabbar menuitem button:active,
1120 menuitem layouttab button:active,
1121 layouttab menuitem button:active {
1122 box-shadow: none;
1123 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1124 modelbutton.flat:disabled,
1125 menuitem button.flat:disabled,
1126 menuitem button.osd.image-button:disabled,
1127 menuitem .osd toolbar button:disabled,
1128 .osd toolbar menuitem button:disabled,
1129 menuitem toolbar.osd button:disabled,
1130 toolbar.osd menuitem button:disabled,
1131 menuitem .app-notification button:disabled,
1132 .app-notification menuitem button:disabled,
1133 menuitem GeditViewFrame .gedit-search-slider button:disabled,
1134 GeditViewFrame .gedit-search-slider menuitem button:disabled,
1135 menuitem toolbar button:disabled,
1136 toolbar menuitem button:disabled,
1137 menuitem .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
1138 .titlebar menuitem button:disabled:not(.suggested-action):not(.destructive-action),
1139 menuitem headerbar button:disabled:not(.suggested-action):not(.destructive-action),
1140 headerbar menuitem button:disabled:not(.suggested-action):not(.destructive-action),
1141 menuitem .menu > arrow:disabled,
1142 menuitem .context-menu > arrow:disabled,
1143 menuitem menu > arrow:disabled,
1144 menuitem placessidebar row button.image-button:disabled,
1145 placessidebar row menuitem button.image-button:disabled,
1146 menuitem .ssd decoration button:disabled,
1147 .ssd decoration menuitem button:disabled,
1148 menuitem .csd headerbar button.titlebutton:disabled,
1149 .csd headerbar menuitem button.titlebutton:disabled,
1150 menuitem .csd .titlebar button.titlebutton:disabled,
1151 .csd .titlebar menuitem button.titlebutton:disabled,
1152 menuitem #gf-candidate-popup button:disabled,
1153 #gf-candidate-popup menuitem button:disabled,
1154 menuitem #gf-candidate-popup .linked > button:disabled:first-child,
1155 #gf-candidate-popup menuitem .linked > button:disabled:first-child,
1156 menuitem #gf-candidate-popup .linked > button:disabled:last-child,
1157 #gf-candidate-popup menuitem .linked > button:disabled:last-child,
1158 menuitem window > grid.vertical > box.vertical > widget button:disabled,
1159 window > grid.vertical > box.vertical > widget menuitem button:disabled,
1160 menuitem layouttabbar button:disabled,
1161 layouttabbar menuitem button:disabled,
1162 menuitem layouttab button:disabled,
1163 layouttab menuitem button:disabled {
1164 box-shadow: none;
1165 background-color: transparent; }
1166 modelbutton.flat:checked,
1167 menuitem button.flat:checked,
1168 menuitem button.osd.image-button:checked,
1169 menuitem .osd toolbar button:checked,
1170 .osd toolbar menuitem button:checked,
1171 menuitem toolbar.osd button:checked,
1172 toolbar.osd menuitem button:checked,
1173 menuitem .app-notification button:checked,
1174 .app-notification menuitem button:checked,
1175 menuitem GeditViewFrame .gedit-search-slider button:checked,
1176 GeditViewFrame .gedit-search-slider menuitem button:checked,
1177 menuitem toolbar button:checked,
1178 toolbar menuitem button:checked,
1179 menuitem .titlebar button:checked:not(.suggested-action):not(.destructive-action),
1180 .titlebar menuitem button:checked:not(.suggested-action):not(.destructive-action),
1181 menuitem headerbar button:checked:not(.suggested-action):not(.destructive-action),
1182 headerbar menuitem button:checked:not(.suggested-action):not(.destructive-action),
1183 menuitem .menu > arrow:checked,
1184 menuitem .context-menu > arrow:checked,
1185 menuitem menu > arrow:checked,
1186 menuitem placessidebar row button.image-button:checked,
1187 placessidebar row menuitem button.image-button:checked,
1188 menuitem .ssd decoration button:checked,
1189 .ssd decoration menuitem button:checked,
1190 menuitem .csd headerbar button.titlebutton:checked,
1191 .csd headerbar menuitem button.titlebutton:checked,
1192 menuitem .csd .titlebar button.titlebutton:checked,
1193 .csd .titlebar menuitem button.titlebutton:checked,
1194 menuitem #gf-candidate-popup button:checked,
1195 #gf-candidate-popup menuitem button:checked,
1196 menuitem #gf-candidate-popup .linked > button:checked:first-child,
1197 #gf-candidate-popup menuitem .linked > button:checked:first-child,
1198 menuitem #gf-candidate-popup .linked > button:checked:last-child,
1199 #gf-candidate-popup menuitem .linked > button:checked:last-child,
1200 menuitem window > grid.vertical > box.vertical > widget button:checked,
1201 window > grid.vertical > box.vertical > widget menuitem button:checked,
1202 menuitem layouttabbar button:checked,
1203 layouttabbar menuitem button:checked,
1204 menuitem layouttab button:checked,
1205 layouttab menuitem button:checked {
1206 background-color: alpha(currentColor, 0.2);
1207 color: #263238; }
1208 modelbutton.flat:checked:disabled > label,
1209 menuitem button.flat:checked:disabled > label,
1210 menuitem button.osd.image-button:checked:disabled > label,
1211 menuitem .osd toolbar button:checked:disabled > label,
1212 .osd toolbar menuitem button:checked:disabled > label,
1213 menuitem toolbar.osd button:checked:disabled > label,
1214 toolbar.osd menuitem button:checked:disabled > label,
1215 menuitem .app-notification button:checked:disabled > label,
1216 .app-notification menuitem button:checked:disabled > label,
1217 menuitem GeditViewFrame .gedit-search-slider button:checked:disabled > label,
1218 GeditViewFrame .gedit-search-slider menuitem button:checked:disabled > label,
1219 menuitem toolbar button:checked:disabled > label,
1220 toolbar menuitem button:checked:disabled > label,
1221 menuitem .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
1222 .titlebar menuitem button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
1223 menuitem headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
1224 headerbar menuitem button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
1225 menuitem .menu > arrow:checked:disabled > label,
1226 menuitem .context-menu > arrow:checked:disabled > label,
1227 menuitem menu > arrow:checked:disabled > label,
1228 menuitem placessidebar row button.image-button:checked:disabled > label,
1229 placessidebar row menuitem button.image-button:checked:disabled > label,
1230 menuitem .ssd decoration button:checked:disabled > label,
1231 .ssd decoration menuitem button:checked:disabled > label,
1232 menuitem .csd headerbar button.titlebutton:checked:disabled > label,
1233 .csd headerbar menuitem button.titlebutton:checked:disabled > label,
1234 menuitem .csd .titlebar button.titlebutton:checked:disabled > label,
1235 .csd .titlebar menuitem button.titlebutton:checked:disabled > label,
1236 menuitem #gf-candidate-popup button:checked:disabled > label,
1237 #gf-candidate-popup menuitem button:checked:disabled > label,
1238 menuitem #gf-candidate-popup .linked > button:checked:disabled > label,
1239 #gf-candidate-popup menuitem .linked > button:checked:disabled > label,
1240 menuitem window > grid.vertical > box.vertical > widget button:checked:disabled > label,
1241 window > grid.vertical > box.vertical > widget menuitem button:checked:disabled > label,
1242 menuitem layouttabbar button:checked:disabled > label,
1243 layouttabbar menuitem button:checked:disabled > label,
1244 menuitem layouttab button:checked:disabled > label,
1245 layouttab menuitem button:checked:disabled > label {
1246 color: inherit; }
1247 modelbutton.flat check:first-child,
1248 modelbutton.flat radio:first-child,
1249 menuitem button.flat check:first-child,
1250 menuitem button.osd.image-button check:first-child,
1251 menuitem .osd toolbar button check:first-child,
1252 .osd toolbar menuitem button check:first-child,
1253 menuitem toolbar.osd button check:first-child,
1254 toolbar.osd menuitem button check:first-child,
1255 menuitem .app-notification button check:first-child,
1256 .app-notification menuitem button check:first-child,
1257 menuitem GeditViewFrame .gedit-search-slider button check:first-child,
1258 GeditViewFrame .gedit-search-slider menuitem button check:first-child,
1259 menuitem toolbar button check:first-child,
1260 toolbar menuitem button check:first-child,
1261 menuitem .titlebar button:not(.suggested-action):not(.destructive-action) check:first-child,
1262 .titlebar menuitem button:not(.suggested-action):not(.destructive-action) check:first-child,
1263 menuitem headerbar button:not(.suggested-action):not(.destructive-action) check:first-child,
1264 headerbar menuitem button:not(.suggested-action):not(.destructive-action) check:first-child,
1265 menuitem .menu > arrow check:first-child,
1266 menuitem .context-menu > arrow check:first-child,
1267 menuitem menu > arrow check:first-child,
1268 menuitem placessidebar row button.image-button check:first-child,
1269 placessidebar row menuitem button.image-button check:first-child,
1270 menuitem .ssd decoration button check:first-child,
1271 .ssd decoration menuitem button check:first-child,
1272 menuitem .csd headerbar button.titlebutton check:first-child,
1273 .csd headerbar menuitem button.titlebutton check:first-child,
1274 menuitem .csd .titlebar button.titlebutton check:first-child,
1275 .csd .titlebar menuitem button.titlebutton check:first-child,
1276 menuitem #gf-candidate-popup button check:first-child,
1277 #gf-candidate-popup menuitem button check:first-child,
1278 menuitem #gf-candidate-popup .linked > button:first-child check:first-child,
1279 #gf-candidate-popup menuitem .linked > button:first-child check:first-child,
1280 menuitem #gf-candidate-popup .linked > button:last-child check:first-child,
1281 #gf-candidate-popup menuitem .linked > button:last-child check:first-child,
1282 menuitem window > grid.vertical > box.vertical > widget button check:first-child,
1283 window > grid.vertical > box.vertical > widget menuitem button check:first-child,
1284 menuitem layouttabbar button check:first-child,
1285 layouttabbar menuitem button check:first-child,
1286 menuitem layouttab button check:first-child,
1287 layouttab menuitem button check:first-child,
1288 menuitem button.flat radio:first-child,
1289 menuitem button.osd.image-button radio:first-child,
1290 menuitem .osd toolbar button radio:first-child,
1291 .osd toolbar menuitem button radio:first-child,
1292 menuitem toolbar.osd button radio:first-child,
1293 toolbar.osd menuitem button radio:first-child,
1294 menuitem .app-notification button radio:first-child,
1295 .app-notification menuitem button radio:first-child,
1296 menuitem GeditViewFrame .gedit-search-slider button radio:first-child,
1297 GeditViewFrame .gedit-search-slider menuitem button radio:first-child,
1298 menuitem toolbar button radio:first-child,
1299 toolbar menuitem button radio:first-child,
1300 menuitem .titlebar button:not(.suggested-action):not(.destructive-action) radio:first-child,
1301 .titlebar menuitem button:not(.suggested-action):not(.destructive-action) radio:first-child,
1302 menuitem headerbar button:not(.suggested-action):not(.destructive-action) radio:first-child,
1303 headerbar menuitem button:not(.suggested-action):not(.destructive-action) radio:first-child,
1304 menuitem .menu > arrow radio:first-child,
1305 menuitem .context-menu > arrow radio:first-child,
1306 menuitem menu > arrow radio:first-child,
1307 menuitem placessidebar row button.image-button radio:first-child,
1308 placessidebar row menuitem button.image-button radio:first-child,
1309 menuitem .ssd decoration button radio:first-child,
1310 .ssd decoration menuitem button radio:first-child,
1311 menuitem .csd headerbar button.titlebutton radio:first-child,
1312 .csd headerbar menuitem button.titlebutton radio:first-child,
1313 menuitem .csd .titlebar button.titlebutton radio:first-child,
1314 .csd .titlebar menuitem button.titlebutton radio:first-child,
1315 menuitem #gf-candidate-popup button radio:first-child,
1316 #gf-candidate-popup menuitem button radio:first-child,
1317 menuitem #gf-candidate-popup .linked > button:first-child radio:first-child,
1318 #gf-candidate-popup menuitem .linked > button:first-child radio:first-child,
1319 menuitem #gf-candidate-popup .linked > button:last-child radio:first-child,
1320 #gf-candidate-popup menuitem .linked > button:last-child radio:first-child,
1321 menuitem window > grid.vertical > box.vertical > widget button radio:first-child,
1322 window > grid.vertical > box.vertical > widget menuitem button radio:first-child,
1323 menuitem layouttabbar button radio:first-child,
1324 layouttabbar menuitem button radio:first-child,
1325 menuitem layouttab button radio:first-child,
1326 layouttab menuitem button radio:first-child {
1327 margin-right: 1rem; }
1328 modelbutton.flat check:last-child,
1329 modelbutton.flat radio:last-child,
1330 menuitem button.flat check:last-child,
1331 menuitem button.osd.image-button check:last-child,
1332 menuitem .osd toolbar button check:last-child,
1333 .osd toolbar menuitem button check:last-child,
1334 menuitem toolbar.osd button check:last-child,
1335 toolbar.osd menuitem button check:last-child,
1336 menuitem .app-notification button check:last-child,
1337 .app-notification menuitem button check:last-child,
1338 menuitem GeditViewFrame .gedit-search-slider button check:last-child,
1339 GeditViewFrame .gedit-search-slider menuitem button check:last-child,
1340 menuitem toolbar button check:last-child,
1341 toolbar menuitem button check:last-child,
1342 menuitem .titlebar button:not(.suggested-action):not(.destructive-action) check:last-child,
1343 .titlebar menuitem button:not(.suggested-action):not(.destructive-action) check:last-child,
1344 menuitem headerbar button:not(.suggested-action):not(.destructive-action) check:last-child,
1345 headerbar menuitem button:not(.suggested-action):not(.destructive-action) check:last-child,
1346 menuitem .menu > arrow check:last-child,
1347 menuitem .context-menu > arrow check:last-child,
1348 menuitem menu > arrow check:last-child,
1349 menuitem placessidebar row button.image-button check:last-child,
1350 placessidebar row menuitem button.image-button check:last-child,
1351 menuitem .ssd decoration button check:last-child,
1352 .ssd decoration menuitem button check:last-child,
1353 menuitem .csd headerbar button.titlebutton check:last-child,
1354 .csd headerbar menuitem button.titlebutton check:last-child,
1355 menuitem .csd .titlebar button.titlebutton check:last-child,
1356 .csd .titlebar menuitem button.titlebutton check:last-child,
1357 menuitem #gf-candidate-popup button check:last-child,
1358 #gf-candidate-popup menuitem button check:last-child,
1359 menuitem #gf-candidate-popup .linked > button:first-child check:last-child,
1360 #gf-candidate-popup menuitem .linked > button:first-child check:last-child,
1361 menuitem #gf-candidate-popup .linked > button:last-child check:last-child,
1362 #gf-candidate-popup menuitem .linked > button:last-child check:last-child,
1363 menuitem window > grid.vertical > box.vertical > widget button check:last-child,
1364 window > grid.vertical > box.vertical > widget menuitem button check:last-child,
1365 menuitem layouttabbar button check:last-child,
1366 layouttabbar menuitem button check:last-child,
1367 menuitem layouttab button check:last-child,
1368 layouttab menuitem button check:last-child,
1369 menuitem button.flat radio:last-child,
1370 menuitem button.osd.image-button radio:last-child,
1371 menuitem .osd toolbar button radio:last-child,
1372 .osd toolbar menuitem button radio:last-child,
1373 menuitem toolbar.osd button radio:last-child,
1374 toolbar.osd menuitem button radio:last-child,
1375 menuitem .app-notification button radio:last-child,
1376 .app-notification menuitem button radio:last-child,
1377 menuitem GeditViewFrame .gedit-search-slider button radio:last-child,
1378 GeditViewFrame .gedit-search-slider menuitem button radio:last-child,
1379 menuitem toolbar button radio:last-child,
1380 toolbar menuitem button radio:last-child,
1381 menuitem .titlebar button:not(.suggested-action):not(.destructive-action) radio:last-child,
1382 .titlebar menuitem button:not(.suggested-action):not(.destructive-action) radio:last-child,
1383 menuitem headerbar button:not(.suggested-action):not(.destructive-action) radio:last-child,
1384 headerbar menuitem button:not(.suggested-action):not(.destructive-action) radio:last-child,
1385 menuitem .menu > arrow radio:last-child,
1386 menuitem .context-menu > arrow radio:last-child,
1387 menuitem menu > arrow radio:last-child,
1388 menuitem placessidebar row button.image-button radio:last-child,
1389 placessidebar row menuitem button.image-button radio:last-child,
1390 menuitem .ssd decoration button radio:last-child,
1391 .ssd decoration menuitem button radio:last-child,
1392 menuitem .csd headerbar button.titlebutton radio:last-child,
1393 .csd headerbar menuitem button.titlebutton radio:last-child,
1394 menuitem .csd .titlebar button.titlebutton radio:last-child,
1395 .csd .titlebar menuitem button.titlebutton radio:last-child,
1396 menuitem #gf-candidate-popup button radio:last-child,
1397 #gf-candidate-popup menuitem button radio:last-child,
1398 menuitem #gf-candidate-popup .linked > button:first-child radio:last-child,
1399 #gf-candidate-popup menuitem .linked > button:first-child radio:last-child,
1400 menuitem #gf-candidate-popup .linked > button:last-child radio:last-child,
1401 #gf-candidate-popup menuitem .linked > button:last-child radio:last-child,
1402 menuitem window > grid.vertical > box.vertical > widget button radio:last-child,
1403 window > grid.vertical > box.vertical > widget menuitem button radio:last-child,
1404 menuitem layouttabbar button radio:last-child,
1405 layouttabbar menuitem button radio:last-child,
1406 menuitem layouttab button radio:last-child,
1407 layouttab menuitem button radio:last-child {
1408 margin-left: 1rem; }
1409
1410modelbutton.flat arrow {
1411 background: none; }
1412 modelbutton.flat arrow:hover {
1413 background: none; }
1414 modelbutton.flat arrow.left {
1415 -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1416 modelbutton.flat arrow.right {
1417 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1418
1419button.color {
1420 min-width: 2.50376rem;
1421 min-height: 1.50376rem;
1422 padding: 0.50376rem 0.6015rem 0.50376rem; }
1423 button.color > colorswatch:first-child:last-child {
1424 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
1425 button.color > colorswatch:first-child:last-child, button.color > colorswatch:first-child:last-child overlay {
1426 border-radius: 2px;
1427 -gtk-outline-radius: 2px; }
1428 button.color:disabled,
1429 button.color GtkColorSwatch:disabled {
1430 box-shadow: none;
1431 opacity: 0.4; }
1432
1433toolpalette toolitemgroup > button {
1434 border-top: 1px solid rgba(0, 0, 0, 0.09);
1435 border-radius: 0; }
1436toolpalette toolbutton > button.toggle {
1437 border-radius: 2px;
1438 -gtk-outline-radius: 2px; }
1439
1440/*********
1441 * Links *
1442 *********/
1443*:link, button:link,
1444button:visited {
1445 color: #E8E8E8; }
1446 *:link:hover, button:hover:link,
1447 button:hover:visited, *:link:active, button:active:link,
1448 button:active:visited {
1449 color: #E8E8E8; }
1450 *:link:visited,
1451 button:visited {
1452 color: #E8E8E8; }
1453 *:link:visited:hover,
1454 button:visited:hover, *:link:visited:active,
1455 button:visited:active {
1456 color: #E8E8E8; }
1457 *:selected *:link:visited, *:selected button:visited:link,
1458 *:selected button:visited {
1459 color: #E8E8E8; }
1460 *:link:selected, button:selected:link,
1461 button:selected:visited, .titlebar.selection-mode .subtitle:link,
1462 headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link,
1463 *:selected button:visited {
1464 color: #E8E8E8; }
1465 *:link:disabled, button:disabled:link,
1466 button:disabled:visited {
1467 opacity: 0.4; }
1468
1469button:link > label,
1470button:visited > label {
1471 text-decoration-line: underline; }
1472
1473/*****************
1474 * GtkSpinButton *
1475 *****************/
1476@keyframes spin_hover {
1477 from {
1478 background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); }
1479 to {
1480 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
1481@keyframes spin_active {
1482 from {
1483 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.2)), to(transparent)); }
1484 to {
1485 background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } }
1486spinbutton:not(.vertical) {
1487 padding: 0; }
1488 spinbutton:not(.vertical):disabled {
1489 color: rgba(38, 50, 56, 0.3); }
1490 spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
1491 margin: 0;
1492 background: none;
1493 border: none;
1494 box-shadow: none; }
1495 spinbutton:not(.vertical) button {
1496 box-shadow: none;
1497 background-color: transparent;
1498 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
1499 min-width: 1rem;
1500 min-height: 1rem;
1501 padding: 0 0.54887rem 0;
1502 border: solid 0.20301rem transparent;
1503 border-radius: 100px;
1504 -gtk-outline-radius: 100px;
1505 background: none;
1506 background-size: contain;
1507 color: rgba(38, 50, 56, 0.75);
1508 box-shadow: none;
1509 transition-property: opacity, color, background-color, background-image, box-shadow; }
1510 spinbutton:not(.vertical) button:not(:last-child):hover {
1511 box-shadow: none;
1512 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
1513 background: none;
1514 color: #F44336;
1515 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1516 spinbutton:not(.vertical) button:not(:last-child):active {
1517 box-shadow: none;
1518 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1519 background: none;
1520 color: #F44336;
1521 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1522 transition-duration: 0.15s; }
1523 spinbutton:not(.vertical) button:not(:last-child):disabled {
1524 box-shadow: none;
1525 background-color: transparent;
1526 background: none;
1527 color: rgba(38, 50, 56, 0.3); }
1528 spinbutton:not(.vertical) button:last-child:hover {
1529 box-shadow: none;
1530 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
1531 background: none;
1532 color: #00E676;
1533 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1534 spinbutton:not(.vertical) button:last-child:active {
1535 box-shadow: none;
1536 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1537 background: none;
1538 color: #00E676;
1539 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1540 transition-duration: 0.15s; }
1541 spinbutton:not(.vertical) button:last-child:disabled {
1542 box-shadow: none;
1543 background-color: transparent;
1544 background: none;
1545 color: rgba(38, 50, 56, 0.3); }
1546.osd spinbutton,
1547.osd spinbutton button,
1548.osd spinbutton entry,
1549.osd spinbutton spinbutton:not(.vertical), .osd spinbutton.vertical,
1550.osd spinbutton.vertical button,
1551.osd spinbutton.vertical entry,
1552.osd spinbutton.vertical spinbutton:not(.vertical) {
1553 color: #BBBBBB; }
1554 .osd spinbutton:focus,
1555 .osd spinbutton button:focus,
1556 .osd spinbutton entry:focus,
1557 .osd spinbutton spinbutton:focus:not(.vertical), .osd spinbutton.vertical:focus,
1558 .osd spinbutton.vertical button:focus,
1559 .osd spinbutton.vertical entry:focus,
1560 .osd spinbutton.vertical spinbutton:focus:not(.vertical) {
1561 color: #ECEFF1; }
1562 .osd spinbutton:disabled,
1563 .osd spinbutton button:disabled,
1564 .osd spinbutton entry:disabled,
1565 .osd spinbutton spinbutton:disabled:not(.vertical), .osd spinbutton.vertical:disabled,
1566 .osd spinbutton.vertical button:disabled,
1567 .osd spinbutton.vertical entry:disabled,
1568 .osd spinbutton.vertical spinbutton:disabled:not(.vertical) {
1569 color: rgba(236, 239, 241, 0.225); }
1570spinbutton.vertical entry, spinbutton.vertical spinbutton:not(.vertical) {
1571 min-width: 2.50376rem;
1572 min-height: 2.50376rem;
1573 padding: 0;
1574 border-radius: 0; }
1575spinbutton.vertical button {
1576 min-width: 2.00752rem;
1577 min-height: 2.00752rem;
1578 padding: 0.20301rem;
1579 border: 0.20301rem solid transparent;
1580 border-radius: 200px;
1581 -gtk-outline-radius: 200px;
1582 background: none;
1583 background-size: contain;
1584 color: rgba(38, 50, 56, 0.75);
1585 box-shadow: none;
1586 transition-property: opacity, color, background-color, background-image, box-shadow; }
1587 spinbutton.vertical button.up:hover {
1588 box-shadow: none;
1589 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
1590 background: none;
1591 color: #00E676;
1592 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1593 spinbutton.vertical button.up:active {
1594 box-shadow: none;
1595 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1596 background: none;
1597 color: #00E676;
1598 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1599 transition-duration: 0.15s; }
1600 spinbutton.vertical button.up:disabled {
1601 box-shadow: none;
1602 background-color: transparent;
1603 background: none;
1604 color: rgba(38, 50, 56, 0.3); }
1605 spinbutton.vertical button.down:hover {
1606 box-shadow: none;
1607 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
1608 background: none;
1609 color: #F44336;
1610 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1611 spinbutton.vertical button.down:active {
1612 box-shadow: none;
1613 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1614 background: none;
1615 color: #F44336;
1616 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1617 transition-duration: 0.15s; }
1618 spinbutton.vertical button.down:disabled {
1619 box-shadow: none;
1620 background-color: transparent;
1621 background: none;
1622 color: rgba(38, 50, 56, 0.3); }
1623treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus:not(.vertical) {
1624 padding: 1px;
1625 border-radius: 0;
1626 border-width: 0;
1627 background-color: #FFFFFF;
1628 color: #263238;
1629 box-shadow: none; }
1630
1631/**************
1632 * ComboBoxes *
1633 **************/
1634combobox arrow {
1635 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1636 min-height: 1.20301rem;
1637 min-width: 1.20301rem; }
1638combobox menu {
1639 padding: 0.24812rem 0; }
1640combobox menu > menuitem {
1641 padding: 0.35338rem 0.3985rem 0.45113rem; }
1642combobox button.combo {
1643 min-height: 1rem;
1644 min-width: 1.30075rem;
1645 padding: 0.6015rem 0.3985rem 0.65414rem; }
1646 combobox button.combo arrow {
1647 padding: 0 0.30075rem 0; }
1648 combobox button.combo label {
1649 padding-left: 0.30075rem;
1650 padding-right: 0.30075rem; }
1651 combobox button.combo image {
1652 min-height: 1.20301rem;
1653 min-width: 1.20301rem;
1654 padding-left: 0.30075rem;
1655 padding-right: 0.30075rem; }
1656combobox button.combo {
1657 box-shadow: none;
1658 background-color: transparent;
1659 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
1660 color: rgba(38, 50, 56, 0.75);
1661 background: transparent;
1662 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
1663 combobox button.combo:hover, combobox button.combo:active {
1664 box-shadow: none;
1665 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
1666 border-radius: 0;
1667 color: #263238;
1668 background: transparent;
1669 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px; }
1670 combobox button.combo:disabled, combobox button.combo:checked:disabled {
1671 box-shadow: none;
1672 background-color: transparent;
1673 color: rgba(38, 50, 56, 0.3);
1674 background: transparent;
1675 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; }
1676
1677/************
1678 * Toolbars *
1679 ************/
1680toolbar {
1681 -GtkWidget-window-dragging: true;
1682 padding: 0.3985rem;
1683 background-color: #FFFFFF;
1684 color: rgba(38, 50, 56, 0.75);}
1685 toolbar.vertical, .inline-toolbar toolbar, paned toolbar, paned toolbar.primary-toolbar, grid toolbar.primary-toolbar {
1686 box-shadow: none; }
1687 .osd toolbar {
1688 background-color: transparent; }
1689 .osd toolbar, toolbar.osd, .app-notification,
1690 .app-notification.frame, GeditViewFrame .gedit-search-slider {
1691 padding: 3px;
1692 border-style: solid;
1693 border-width: 9px;
1694 border-radius: 2px;
1695 border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
1696 box-shadow: none;
1697 color: #ECEFF1;
1698 background-color: #FFFFFF; }
1699 .osd toolbar:backdrop, toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
1700 border-image: -gtk-scaled(url("assets/osd-shadow-backdrop.png"), url("assets/osd-shadow-backdrop@2.png")) 10/10px stretch; }
1701 .osd toolbar button:not(:active):not(:disabled):not(hover), toolbar.osd button:not(:active):not(:disabled):not(hover), .app-notification button:not(:active):not(:disabled):not(hover),
1702 .app-notification.frame button:not(:active):not(:disabled):not(hover), GeditViewFrame .gedit-search-slider button:not(:active):not(:disabled):not(hover) {
1703 color: #E8E8E8; }
1704 .osd toolbar button:hover, .osd toolbar button:active, toolbar.osd button:hover, .app-notification button:hover,
1705 .app-notification.frame button:hover, GeditViewFrame .gedit-search-slider button:hover, toolbar.osd button:active, .app-notification button:active,
1706 .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active {
1707 color: #E8E8E8; }
1708 .osd toolbar button:active, .osd toolbar button:checked, toolbar.osd button:active, .app-notification button:active,
1709 .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active, toolbar.osd button:checked, .app-notification button:checked,
1710 .app-notification.frame button:checked, GeditViewFrame .gedit-search-slider button:checked {
1711 border-image: none;
1712 box-shadow: none; }
1713 .osd toolbar button:disabled, toolbar.osd button:disabled, .app-notification button:disabled,
1714 .app-notification.frame button:disabled, GeditViewFrame .gedit-search-slider button:disabled {
1715 color: #E8E8E8; }
1716 .osd toolbar .linked > button, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button, .app-notification .linked > button,
1717 .app-notification.frame .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
1718 .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
1719 border-image: none;
1720 box-shadow: none; }
1721 .osd toolbar .linked > button:hover, .osd toolbar .linked > button.image-button:hover, toolbar.osd .linked > button:hover, .app-notification .linked > button:hover,
1722 .app-notification.frame .linked > button:hover, GeditViewFrame .gedit-search-slider .linked > button:hover, toolbar.osd .linked > button.image-button:hover, .app-notification .linked > button.image-button:hover,
1723 .app-notification.frame .linked > button.image-button:hover, GeditViewFrame .gedit-search-slider .linked > button.image-button:hover {
1724 background-color: transparent; }
1725 .osd toolbar .linked > button:not(:checked), .osd toolbar .linked > button.image-button:not(:checked), toolbar.osd .linked > button:not(:checked), .app-notification .linked > button:not(:checked),
1726 .app-notification.frame .linked > button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button:not(:checked), toolbar.osd .linked > button.image-button:not(:checked), .app-notification .linked > button.image-button:not(:checked),
1727 .app-notification.frame .linked > button.image-button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button.image-button:not(:checked) {
1728 border-radius: 100px;
1729 -gtk-outline-radius: 100px; }
1730 .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
1731 .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
1732 min-width: 1rem;
1733 min-height: 2.20301rem;
1734 padding: 0 0.50376rem 0;
1735 border-radius: 100px;
1736 -gtk-outline-radius: 100px; }
1737 .osd toolbar label, toolbar.osd label, .app-notification label,
1738 .app-notification.frame label, GeditViewFrame .gedit-search-slider label {
1739 padding: 0 1em; }
1740 toolbar button {
1741 background-size: 9.96241rem 9.96241rem, auto;
1742 box-shadow: none;
1743 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
1744 color: rgba(38, 50, 56, 0.75); }
1745 toolbar button:hover {
1746 box-shadow: none;
1747 border-image: none;
1748 color: #263238; }
1749 toolbar button:checked {
1750 box-shadow: none;
1751 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
1752 background-color: transparent;
1753 color: #263238; }
1754 toolbar button:checked:disabled {
1755 box-shadow: none;
1756 background-color: transparent;
1757 color: rgba(38, 50, 56, 0.3);
1758 border-image: none; }
1759 toolbar button:checked:disabled > label {
1760 color: inherit; }
1761 toolbar button:disabled {
1762 box-shadow: none;
1763 background-color: transparent;
1764 color: rgba(38, 50, 56, 0.225);
1765 border-image: none; }
1766 toolbar button button, toolbar button button.text-button, toolbar button button.text-button.image-button,
1767 toolbar button button.flat,
1768 toolbar button button.osd.image-button,
1769 .osd toolbar button button,
1770 toolbar.osd button button,
1771 toolbar button .app-notification button,
1772 .app-notification toolbar button button,
1773 toolbar button .app-notification.frame button,
1774 .app-notification.frame toolbar button button,
1775 toolbar button GeditViewFrame .gedit-search-slider button,
1776 GeditViewFrame .gedit-search-slider toolbar button button,
1777 toolbar button button,
1778 toolbar button .titlebar button:not(.suggested-action):not(.destructive-action),
1779 .titlebar toolbar button button:not(.suggested-action):not(.destructive-action),
1780 toolbar button headerbar button:not(.suggested-action):not(.destructive-action),
1781 headerbar toolbar button button:not(.suggested-action):not(.destructive-action),
1782 toolbar button .menu > arrow,
1783 toolbar button .context-menu > arrow,
1784 toolbar button menu > arrow,
1785 toolbar button placessidebar row button.image-button,
1786 placessidebar row toolbar button button.image-button,
1787 toolbar button .ssd decoration button,
1788 .ssd decoration toolbar button button,
1789 toolbar button .csd headerbar button.titlebutton,
1790 .csd headerbar toolbar button button.titlebutton,
1791 toolbar button .csd headerbar.selection-mode button.titlebutton,
1792 .csd headerbar.selection-mode toolbar button button.titlebutton,
1793 toolbar button .csd .titlebar button.titlebutton,
1794 .csd .titlebar toolbar button button.titlebutton,
1795 toolbar button .csd .titlebar.selection-mode button.titlebutton,
1796 .csd .titlebar.selection-mode toolbar button button.titlebutton,
1797 toolbar button #gf-candidate-popup button,
1798 #gf-candidate-popup toolbar button button,
1799 toolbar button #gf-candidate-popup button:first-child,
1800 #gf-candidate-popup toolbar button button:first-child,
1801 toolbar button #gf-candidate-popup button:last-child,
1802 #gf-candidate-popup toolbar button button:last-child,
1803 toolbar button #gf-candidate-popup .linked > button,
1804 #gf-candidate-popup toolbar button .linked > button,
1805 toolbar button #gf-candidate-popup .linked > button:first-child,
1806 #gf-candidate-popup toolbar button .linked > button:first-child,
1807 toolbar button #gf-candidate-popup .linked > button:last-child,
1808 #gf-candidate-popup toolbar button .linked > button:last-child,
1809 toolbar button window > grid.vertical > box.vertical > widget button,
1810 window > grid.vertical > box.vertical > widget toolbar button button,
1811 toolbar button layouttabbar button,
1812 layouttabbar toolbar button button,
1813 toolbar button layouttab button,
1814 layouttab toolbar button button,
1815 toolbar button button.flat.text-button,
1816 toolbar button button.text-button.osd.image-button,
1817 .osd toolbar button button.text-button,
1818 toolbar.osd button button.text-button,
1819 toolbar button .app-notification button.text-button,
1820 .app-notification toolbar button button.text-button,
1821 toolbar button GeditViewFrame .gedit-search-slider button.text-button,
1822 GeditViewFrame .gedit-search-slider toolbar button button.text-button,
1823 toolbar button button.text-button,
1824 toolbar button .titlebar button.text-button:not(.suggested-action):not(.destructive-action),
1825 .titlebar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
1826 toolbar button headerbar button.text-button:not(.suggested-action):not(.destructive-action),
1827 headerbar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
1828 toolbar button .menu > arrow.text-button,
1829 toolbar button .context-menu > arrow.text-button,
1830 toolbar button menu > arrow.text-button,
1831 toolbar button placessidebar row button.text-button.image-button,
1832 placessidebar row toolbar button button.text-button.image-button,
1833 toolbar button .ssd decoration button.text-button,
1834 .ssd decoration toolbar button button.text-button,
1835 toolbar button .csd headerbar button.text-button.titlebutton,
1836 .csd headerbar toolbar button button.text-button.titlebutton,
1837 toolbar button .csd .titlebar button.text-button.titlebutton,
1838 .csd .titlebar toolbar button button.text-button.titlebutton,
1839 toolbar button #gf-candidate-popup button.text-button,
1840 #gf-candidate-popup toolbar button button.text-button,
1841 toolbar button #gf-candidate-popup .linked > button.text-button:first-child,
1842 #gf-candidate-popup toolbar button .linked > button.text-button:first-child,
1843 toolbar button #gf-candidate-popup .linked > button.text-button:last-child,
1844 #gf-candidate-popup toolbar button .linked > button.text-button:last-child,
1845 toolbar button window > grid.vertical > box.vertical > widget button.text-button,
1846 window > grid.vertical > box.vertical > widget toolbar button button.text-button,
1847 toolbar button layouttabbar button.text-button,
1848 layouttabbar toolbar button button.text-button,
1849 toolbar button layouttab button.text-button,
1850 layouttab toolbar button button.text-button,
1851 toolbar button button.flat.text-button.image-button,
1852 toolbar button button.text-button.image-button.osd,
1853 .osd toolbar button button.text-button.image-button,
1854 toolbar.osd button button.text-button.image-button,
1855 toolbar button .app-notification button.text-button.image-button,
1856 .app-notification toolbar button button.text-button.image-button,
1857 toolbar button GeditViewFrame .gedit-search-slider button.text-button.image-button,
1858 GeditViewFrame .gedit-search-slider toolbar button button.text-button.image-button,
1859 toolbar button button.text-button.image-button,
1860 toolbar button .titlebar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1861 .titlebar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1862 toolbar button headerbar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1863 headerbar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1864 toolbar button .menu > arrow.text-button.image-button,
1865 toolbar button .context-menu > arrow.text-button.image-button,
1866 toolbar button menu > arrow.text-button.image-button,
1867 toolbar button placessidebar row button.text-button.image-button,
1868 placessidebar row toolbar button button.text-button.image-button,
1869 toolbar button .ssd decoration button.text-button.image-button,
1870 .ssd decoration toolbar button button.text-button.image-button,
1871 toolbar button .csd headerbar button.text-button.image-button.titlebutton,
1872 .csd headerbar toolbar button button.text-button.image-button.titlebutton,
1873 toolbar button .csd .titlebar button.text-button.image-button.titlebutton,
1874 .csd .titlebar toolbar button button.text-button.image-button.titlebutton,
1875 toolbar button #gf-candidate-popup button.text-button.image-button,
1876 #gf-candidate-popup toolbar button button.text-button.image-button,
1877 toolbar button window > grid.vertical > box.vertical > widget button.text-button.image-button,
1878 window > grid.vertical > box.vertical > widget toolbar button button.text-button.image-button,
1879 toolbar button layouttabbar button.text-button.image-button,
1880 layouttabbar toolbar button button.text-button.image-button,
1881 toolbar button layouttab button.text-button.image-button,
1882 layouttab toolbar button button.text-button.image-button {
1883 border-radius: 2px;
1884 -gtk-outline-radius: 2px; }
1885 toolbar button button.image-button,
1886 toolbar button button.flat.image-button,
1887 toolbar button button.image-button.osd,
1888 .osd toolbar button button.image-button,
1889 toolbar.osd button button.image-button,
1890 toolbar button .app-notification button.image-button,
1891 .app-notification toolbar button button.image-button,
1892 toolbar button GeditViewFrame .gedit-search-slider button.image-button,
1893 GeditViewFrame .gedit-search-slider toolbar button button.image-button,
1894 toolbar button button.image-button,
1895 toolbar button .titlebar button.image-button:not(.suggested-action):not(.destructive-action),
1896 .titlebar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
1897 toolbar button headerbar button.image-button:not(.suggested-action):not(.destructive-action),
1898 headerbar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
1899 toolbar button .menu > arrow.image-button,
1900 toolbar button .context-menu > arrow.image-button,
1901 toolbar button menu > arrow.image-button,
1902 toolbar button placessidebar row button.image-button,
1903 placessidebar row toolbar button button.image-button,
1904 toolbar button .ssd decoration button.image-button,
1905 .ssd decoration toolbar button button.image-button,
1906 toolbar button .csd headerbar button.image-button.titlebutton,
1907 .csd headerbar toolbar button button.image-button.titlebutton,
1908 toolbar button .csd .titlebar button.image-button.titlebutton,
1909 .csd .titlebar toolbar button button.image-button.titlebutton,
1910 toolbar button #gf-candidate-popup button.image-button,
1911 #gf-candidate-popup toolbar button button.image-button,
1912 toolbar button #gf-candidate-popup .linked > button.image-button:first-child,
1913 #gf-candidate-popup toolbar button .linked > button.image-button:first-child,
1914 toolbar button #gf-candidate-popup .linked > button.image-button:last-child,
1915 #gf-candidate-popup toolbar button .linked > button.image-button:last-child,
1916 toolbar button window > grid.vertical > box.vertical > widget button.image-button,
1917 window > grid.vertical > box.vertical > widget toolbar button button.image-button,
1918 toolbar button layouttabbar button.image-button,
1919 layouttabbar toolbar button button.image-button,
1920 toolbar button layouttab button.image-button,
1921 layouttab toolbar button button.image-button {
1922 border-radius: 100px;
1923 -gtk-outline-radius: 100px; }
1924 toolbar button .text-button,
1925 toolbar button .image-button.text-button {
1926 min-width: 1rem;
1927 min-height: 2.20301rem;
1928 padding: 0 1rem 0;
1929 background-size: 9.96241rem 9.96241rem, auto; }
1930 toolbar button .image-button {
1931 min-width: 1rem;
1932 min-height: 2.20301rem;
1933 padding: 0 0.50376rem 0;
1934 background-size: 3.7594rem 3.7594rem, auto; }
1935 toolbar button.toggle:hover, toolbar button.toggle:active, toolbar button.toggle:checked {
1936 background-color: transparent;
1937 box-shadow: none; }
1938 toolbar .linked > button, toolbar .linked > button.image-button {
1939 border-image: none;
1940 box-shadow: none; }
1941 toolbar .linked > button:hover, toolbar .linked > button:active, toolbar .linked > button.image-button:hover, toolbar .linked > button.image-button:active {
1942 border-image: none;
1943 background-color: transparent;
1944 box-shadow: none; }
1945 toolbar .linked > button:not(:disabled), toolbar .linked > button.image-button:not(:disabled) {
1946 border-radius: 100px;
1947 -gtk-outline-radius: 100px; }
1948 toolbar .linked > button .image-button {
1949 min-width: 1rem;
1950 min-height: 2.20301rem;
1951 padding: 0 0.50376rem 0;
1952 border-radius: 100px;
1953 -gtk-outline-radius: 100px; }
1954 toolbar separator {
1955 color: transparent;
1956 background: none; }
1957 toolbar.horizontal separator {
1958 margin: 0 0.45113rem; }
1959 toolbar.vertical separator {
1960 margin: 0.45113rem 0; }
1961
1962.inline-toolbar {
1963 padding: 0.3985rem;
1964 border-style: solid;
1965 border-width: 0 1px 1px;
1966 border-color: rgba(0, 0, 0, 0.09);
1967 background-color: #FFFFFF;
1968 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
1969
1970searchbar,
1971.location-bar {
1972 padding: 0.3985rem;
1973 border-style: solid;
1974 border-width: 0 0 1px;
1975 border-color: rgba(0, 0, 0, 0.09);
1976 background-color: #FFFFFF; }
1977 searchbar .linked > button.image-button,
1978 .location-bar .linked > button.image-button {
1979 padding-top: 0.69925rem;
1980 padding-bottom: 0.80451rem; }
1981 searchbar button.flat.close.raised, searchbar button.close.raised.osd.image-button, searchbar .osd toolbar button.close.raised, .osd toolbar searchbar button.close.raised, searchbar toolbar.osd button.close.raised, toolbar.osd searchbar button.close.raised, searchbar .app-notification button.close.raised, .app-notification searchbar button.close.raised, searchbar GeditViewFrame .gedit-search-slider button.close.raised, GeditViewFrame .gedit-search-slider searchbar button.close.raised, searchbar toolbar button.close.raised, toolbar searchbar button.close.raised, searchbar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar searchbar button.close.raised:not(.suggested-action):not(.destructive-action),
1982 searchbar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
1983 headerbar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar .menu > arrow.close.raised,
1984 searchbar .context-menu > arrow.close.raised,
1985 searchbar menu > arrow.close.raised, searchbar placessidebar row button.close.raised.image-button, placessidebar row searchbar button.close.raised.image-button, searchbar .ssd decoration button.close.raised, .ssd decoration searchbar button.close.raised, searchbar .csd headerbar button.close.raised.titlebutton, .csd headerbar searchbar button.close.raised.titlebutton,
1986 searchbar .csd .titlebar button.close.raised.titlebutton,
1987 .csd .titlebar searchbar button.close.raised.titlebutton, searchbar #gf-candidate-popup button.close.raised, #gf-candidate-popup searchbar button.close.raised, searchbar window > grid.vertical > box.vertical > widget button.close.raised, window > grid.vertical > box.vertical > widget searchbar button.close.raised, searchbar layouttabbar button.close.raised, layouttabbar searchbar button.close.raised, searchbar layouttab button.close.raised, layouttab searchbar button.close.raised,
1988 .location-bar button.flat.close.raised,
1989 .location-bar button.close.raised.osd.image-button,
1990 .location-bar .osd toolbar button.close.raised,
1991 .osd toolbar .location-bar button.close.raised,
1992 .location-bar toolbar.osd button.close.raised,
1993 toolbar.osd .location-bar button.close.raised,
1994 .location-bar .app-notification button.close.raised,
1995 .app-notification .location-bar button.close.raised,
1996 .location-bar GeditViewFrame .gedit-search-slider button.close.raised,
1997 GeditViewFrame .gedit-search-slider .location-bar button.close.raised,
1998 .location-bar toolbar button.close.raised,
1999 toolbar .location-bar button.close.raised,
2000 .location-bar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action),
2001 .titlebar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
2002 .location-bar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
2003 headerbar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
2004 .location-bar .menu > arrow.close.raised,
2005 .location-bar .context-menu > arrow.close.raised,
2006 .location-bar menu > arrow.close.raised,
2007 .location-bar placessidebar row button.close.raised.image-button,
2008 placessidebar row .location-bar button.close.raised.image-button,
2009 .location-bar .ssd decoration button.close.raised,
2010 .ssd decoration .location-bar button.close.raised,
2011 .location-bar .csd headerbar button.close.raised.titlebutton,
2012 .csd headerbar .location-bar button.close.raised.titlebutton,
2013 .location-bar .csd .titlebar button.close.raised.titlebutton,
2014 .csd .titlebar .location-bar button.close.raised.titlebutton,
2015 .location-bar #gf-candidate-popup button.close.raised,
2016 #gf-candidate-popup .location-bar button.close.raised,
2017 .location-bar window > grid.vertical > box.vertical > widget button.close.raised,
2018 window > grid.vertical > box.vertical > widget .location-bar button.close.raised,
2019 .location-bar layouttabbar button.close.raised,
2020 layouttabbar .location-bar button.close.raised,
2021 .location-bar layouttab button.close.raised,
2022 layouttab .location-bar button.close.raised {
2023 min-width: 1rem;
2024 min-height: 1rem;
2025 padding: 0.75188rem;
2026 border-radius: 100px;
2027 -gtk-outline-radius: 100px; }
2028
2029/***************
2030 * Header bars *
2031 ***************/
2032.titlebar,
2033headerbar {
2034 background-color: #FFFFFF;
2035 background-clip: border-box;
2036 color: #BBBBBB; }
2037 .titlebar label:checked:disabled,
2038 .titlebar image:checked:disabled,
2039 headerbar label:checked:disabled,
2040 headerbar image:checked:disabled {
2041 color: rgba(236, 239, 241, 0.3); }
2042 button:disabled > .titlebar label, .linked > button:disabled > .titlebar label, .titlebar label:disabled, button:disabled >
2043 .titlebar image, .linked > button:disabled >
2044 .titlebar image,
2045 .titlebar image:disabled, button:disabled >
2046 headerbar label, .linked > button:disabled >
2047 headerbar label,
2048 headerbar label:disabled, button:disabled >
2049 headerbar image, .linked > button:disabled >
2050 headerbar image,
2051 headerbar image:disabled {
2052 color: rgba(236, 239, 241, 0.225); }
2053 .titlebar .title,
2054 headerbar .title {
2055 padding-left: 1rem;
2056 padding-right: 1rem;
2057 color: #ECEFF1;
2058 font-weight: 700; }
2059 .titlebar .subtitle,
2060 headerbar .subtitle {
2061 padding-left: 1rem;
2062 padding-right: 1rem;
2063 color: #BBBBBB;
2064 font-size: 90%; }
2065 .titlebar separator.vertical, .titlebar > box > separator.vertical, .titlebar > box > box > separator.vertical,
2066 headerbar separator.vertical,
2067 headerbar > box > separator.vertical,
2068 headerbar > box > box > separator.vertical {
2069 border: 0 none transparent;
2070 color: transparent;
2071 background-color: transparent; }
2072 .titlebar button:not(.suggested-action):not(.destructive-action),
2073 headerbar button:not(.suggested-action):not(.destructive-action) {
2074 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#E8E8E8), to(transparent)) 0 0 0/0 0 0px;
2075 color: #BBBBBB;
2076 background-size: 9.96241rem 9.96241rem, auto; }
2077 .titlebar button:not(.suggested-action):not(.destructive-action):hover,
2078 headerbar button:not(.suggested-action):not(.destructive-action):hover {
2079 color: #ECEFF1; }
2080 .titlebar button:not(.suggested-action):not(.destructive-action):checked,
2081 headerbar button:not(.suggested-action):not(.destructive-action):checked {
2082 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
2083 background-color: transparent;
2084 color: #ECEFF1; }
2085 .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled,
2086 headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled {
2087 background-color: transparent;
2088 color: rgba(236, 239, 241, 0.3); }
2089 .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled > label,
2090 headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled > label {
2091 color: inherit; }
2092 .titlebar button:not(.suggested-action):not(.destructive-action),
2093 headerbar button:not(.suggested-action):not(.destructive-action) {
2094 border-radius: 100px;
2095 -gtk-outline-radius: 100px; }
2096 .titlebar button:not(.suggested-action):not(.destructive-action).text-button,
2097 headerbar button:not(.suggested-action):not(.destructive-action).text-button {
2098 border-radius: 2px;
2099 -gtk-outline-radius: 2px; }
2100 .titlebar button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2101 headerbar button:not(.suggested-action):not(.destructive-action).text-button.image-button {
2102 border-radius: 2px;
2103 -gtk-outline-radius: 2px;
2104 background-size: 9.96241rem 9.96241rem, auto; }
2105 .titlebar .linked > button.image-button,
2106 headerbar .linked > button.image-button {
2107 min-width: 1.30075rem;
2108 min-height: 2.80451rem;
2109 padding: 0 0.50376rem 0; }
2110 .titlebar button.toggle,
2111 headerbar button.toggle {
2112 min-width: 1.30075rem;
2113 min-height: 2.80451rem;
2114 padding: 0 0.75188rem 0; }
2115 .titlebar button.toggle label,
2116 headerbar button.toggle label {
2117 padding: 0.69925rem 0.6015rem 0.80451rem; }
2118 .titlebar button.toggle menu menuitem label,
2119 headerbar button.toggle menu menuitem label {
2120 padding: 0; }
2121 .titlebar button, .titlebar button label.text-button,
2122 .titlebar .linked > button,
2123 .titlebar .linked > button label.text-button,
2124 .titlebar button.suggested-action,
2125 .titlebar button.suggested-action label.text-button,
2126 .titlebar button.destructive-action,
2127 .titlebar button.destructive-action label.text-button,
2128 headerbar button,
2129 headerbar button label.text-button,
2130 headerbar .linked > button,
2131 headerbar .linked > button label.text-button,
2132 headerbar button.suggested-action,
2133 headerbar button.suggested-action label.text-button,
2134 headerbar button.destructive-action,
2135 headerbar button.destructive-action label.text-button {
2136 color: #BBBBBB; }
2137 .titlebar button:hover, .titlebar button label.text-button:hover,
2138 .titlebar .linked > button:hover,
2139 .titlebar .linked > button label.text-button:hover,
2140 .titlebar button.suggested-action:hover,
2141 .titlebar button.suggested-action label.text-button:hover,
2142 .titlebar button.destructive-action:hover,
2143 .titlebar button.destructive-action label.text-button:hover,
2144 headerbar button:hover,
2145 headerbar button label.text-button:hover,
2146 headerbar .linked > button:hover,
2147 headerbar .linked > button label.text-button:hover,
2148 headerbar button.suggested-action:hover,
2149 headerbar button.suggested-action label.text-button:hover,
2150 headerbar button.destructive-action:hover,
2151 headerbar button.destructive-action label.text-button:hover {
2152 color: #ECEFF1; }
2153 .titlebar button:checked, .titlebar button label.text-button:checked,
2154 .titlebar .linked > button:checked,
2155 .titlebar .linked > button label.text-button:checked,
2156 .titlebar button.suggested-action:checked,
2157 .titlebar button.suggested-action label.text-button:checked,
2158 .titlebar button.destructive-action:checked,
2159 .titlebar button.destructive-action label.text-button:checked,
2160 headerbar button:checked,
2161 headerbar button label.text-button:checked,
2162 headerbar .linked > button:checked,
2163 headerbar .linked > button label.text-button:checked,
2164 headerbar button.suggested-action:checked,
2165 headerbar button.suggested-action label.text-button:checked,
2166 headerbar button.destructive-action:checked,
2167 headerbar button.destructive-action label.text-button:checked {
2168 color: #ECEFF1; }
2169 .titlebar button:checked:disabled, .titlebar button label.text-button:checked:disabled,
2170 .titlebar .linked > button:checked:disabled,
2171 .titlebar .linked > button label.text-button:checked:disabled,
2172 .titlebar button.suggested-action:checked:disabled,
2173 .titlebar button.suggested-action label.text-button:checked:disabled,
2174 .titlebar button.destructive-action:checked:disabled,
2175 .titlebar button.destructive-action label.text-button:checked:disabled,
2176 headerbar button:checked:disabled,
2177 headerbar button label.text-button:checked:disabled,
2178 headerbar .linked > button:checked:disabled,
2179 headerbar .linked > button label.text-button:checked:disabled,
2180 headerbar button.suggested-action:checked:disabled,
2181 headerbar button.suggested-action label.text-button:checked:disabled,
2182 headerbar button.destructive-action:checked:disabled,
2183 headerbar button.destructive-action label.text-button:checked:disabled {
2184 color: rgba(236, 239, 241, 0.3); }
2185 .titlebar button:disabled, .titlebar button label.text-button:disabled,
2186 .titlebar .linked > button:disabled,
2187 .titlebar .linked > button label.text-button:disabled,
2188 .titlebar button.suggested-action:disabled,
2189 .titlebar button.suggested-action label.text-button:disabled,
2190 .titlebar button.destructive-action:disabled,
2191 .titlebar button.destructive-action label.text-button:disabled,
2192 headerbar button:disabled,
2193 headerbar button label.text-button:disabled,
2194 headerbar .linked > button:disabled,
2195 headerbar .linked > button label.text-button:disabled,
2196 headerbar button.suggested-action:disabled,
2197 headerbar button.suggested-action label.text-button:disabled,
2198 headerbar button.destructive-action:disabled,
2199 headerbar button.destructive-action label.text-button:disabled {
2200 color: rgba(236, 239, 241, 0.225); }
2201 .titlebar button label.text-button,
2202 .titlebar .linked > button label.text-button,
2203 .titlebar button.suggested-action label.text-button,
2204 .titlebar button.destructive-action label.text-button,
2205 headerbar button label.text-button,
2206 headerbar .linked > button label.text-button,
2207 headerbar button.suggested-action label.text-button,
2208 headerbar button.destructive-action label.text-button {
2209 border-image: none;
2210 box-shadow: none; }
2211 .titlebar entry, .titlebar spinbutton:not(.vertical),
2212 .titlebar .linked > entry,
2213 .titlebar .linked > spinbutton:not(.vertical),
2214 headerbar entry,
2215 headerbar spinbutton:not(.vertical),
2216 headerbar .linked > entry,
2217 headerbar .linked > spinbutton:not(.vertical) {
2218 color: #BBBBBB;
2219 caret-color: #BBBBBB; }
2220 .titlebar entry:focus, .titlebar spinbutton:focus:not(.vertical),
2221 .titlebar .linked > entry:focus,
2222 .titlebar .linked > spinbutton:focus:not(.vertical),
2223 headerbar entry:focus,
2224 headerbar spinbutton:focus:not(.vertical),
2225 headerbar .linked > entry:focus,
2226 headerbar .linked > spinbutton:focus:not(.vertical) {
2227 color: #ECEFF1;
2228 caret-color: #ECEFF1; }
2229 .titlebar entry:disabled, .titlebar spinbutton:disabled:not(.vertical),
2230 .titlebar .linked > entry:disabled,
2231 .titlebar .linked > spinbutton:disabled:not(.vertical),
2232 headerbar entry:disabled,
2233 headerbar spinbutton:disabled:not(.vertical),
2234 headerbar .linked > entry:disabled,
2235 headerbar .linked > spinbutton:disabled:not(.vertical) {
2236 color: rgba(236, 239, 241, 0.225); }
2237 .titlebar combobox > entry.combo, .titlebar combobox > spinbutton.combo:not(.vertical),
2238 .titlebar .linked > combobox > entry.combo,
2239 .titlebar .linked > combobox > spinbutton.combo:not(.vertical),
2240 headerbar combobox > entry.combo,
2241 headerbar combobox > spinbutton.combo:not(.vertical),
2242 headerbar .linked > combobox > entry.combo,
2243 headerbar .linked > combobox > spinbutton.combo:not(.vertical) {
2244 color: #BBBBBB;
2245 caret-color: #BBBBBB; }
2246 .titlebar combobox > entry.combo:focus, .titlebar combobox > spinbutton.combo:focus:not(.vertical),
2247 .titlebar .linked > combobox > entry.combo:focus,
2248 .titlebar .linked > combobox > spinbutton.combo:focus:not(.vertical),
2249 headerbar combobox > entry.combo:focus,
2250 headerbar combobox > spinbutton.combo:focus:not(.vertical),
2251 headerbar .linked > combobox > entry.combo:focus,
2252 headerbar .linked > combobox > spinbutton.combo:focus:not(.vertical) {
2253 color: #ECEFF1;
2254 caret-color: #ECEFF1; }
2255 .titlebar combobox > entry.combo:disabled, .titlebar combobox > spinbutton.combo:disabled:not(.vertical),
2256 .titlebar .linked > combobox > entry.combo:disabled,
2257 .titlebar .linked > combobox > spinbutton.combo:disabled:not(.vertical),
2258 headerbar combobox > entry.combo:disabled,
2259 headerbar combobox > spinbutton.combo:disabled:not(.vertical),
2260 headerbar .linked > combobox > entry.combo:disabled,
2261 headerbar .linked > combobox > spinbutton.combo:disabled:not(.vertical) {
2262 color: rgba(236, 239, 241, 0.225); }
2263 .titlebar combobox > entry.combo:backdrop, .titlebar combobox > spinbutton.combo:backdrop:not(.vertical),
2264 .titlebar .linked > combobox > entry.combo:backdrop,
2265 .titlebar .linked > combobox > spinbutton.combo:backdrop:not(.vertical),
2266 headerbar combobox > entry.combo:backdrop,
2267 headerbar combobox > spinbutton.combo:backdrop:not(.vertical),
2268 headerbar .linked > combobox > entry.combo:backdrop,
2269 headerbar .linked > combobox > spinbutton.combo:backdrop:not(.vertical) {
2270 opacity: 0.5; }
2271 .titlebar combobox > button.combo,
2272 .titlebar .linked > combobox > button.combo,
2273 headerbar combobox > button.combo,
2274 headerbar .linked > combobox > button.combo {
2275 color: #BBBBBB; }
2276 .titlebar combobox > button.combo:hover,
2277 .titlebar .linked > combobox > button.combo:hover,
2278 headerbar combobox > button.combo:hover,
2279 headerbar .linked > combobox > button.combo:hover {
2280 color: #ECEFF1; }
2281 .titlebar combobox > button.combo:checked,
2282 .titlebar .linked > combobox > button.combo:checked,
2283 headerbar combobox > button.combo:checked,
2284 headerbar .linked > combobox > button.combo:checked {
2285 color: #ECEFF1; }
2286 .titlebar combobox > button.combo:checked:disabled,
2287 .titlebar .linked > combobox > button.combo:checked:disabled,
2288 headerbar combobox > button.combo:checked:disabled,
2289 headerbar .linked > combobox > button.combo:checked:disabled {
2290 color: rgba(236, 239, 241, 0.3); }
2291 .titlebar combobox > button.combo:disabled,
2292 .titlebar .linked > combobox > button.combo:disabled,
2293 headerbar combobox > button.combo:disabled,
2294 headerbar .linked > combobox > button.combo:disabled {
2295 color: rgba(236, 239, 241, 0.225); }
2296 .titlebar combobox > button.combo:backdrop,
2297 .titlebar .linked > combobox > button.combo:backdrop,
2298 headerbar combobox > button.combo:backdrop,
2299 headerbar .linked > combobox > button.combo:backdrop {
2300 opacity: 0.5; }
2301 .titlebar menu menuitem,
2302 headerbar menu menuitem {
2303 color: rgba(38, 50, 56, 0.75); }
2304 .titlebar menu menuitem:hover,
2305 headerbar menu menuitem:hover {
2306 color: #263238; }
2307 .titlebar menu menuitem label:disabled,
2308 headerbar menu menuitem label:disabled {
2309 color: rgba(38, 50, 56, 0.3); }
2310 .titlebar menu menuitem accelerator,
2311 headerbar menu menuitem accelerator {
2312 color: alpha(currentColor, 0.55); }
2313 .titlebar menu menuitem separator,
2314 headerbar menu menuitem separator {
2315 color: rgba(0, 0, 0, 0.09); }
2316 .titlebar popover button.flat, .titlebar popover button.osd.image-button, .titlebar popover .osd toolbar button, .osd toolbar .titlebar popover button, .titlebar popover toolbar.osd button, toolbar.osd .titlebar popover button, .titlebar popover .app-notification button, .app-notification .titlebar popover button, .titlebar popover GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider .titlebar popover button, .titlebar popover toolbar button, toolbar .titlebar popover button, .titlebar popover button:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow,
2317 .titlebar popover .context-menu > arrow,
2318 .titlebar popover menu > arrow, .titlebar popover placessidebar row button.image-button, placessidebar row .titlebar popover button.image-button, .titlebar popover .ssd decoration button, .ssd decoration .titlebar popover button, .titlebar popover .csd headerbar button.titlebutton,
2319 .csd .titlebar popover button.titlebutton,
2320 .csd .titlebar.selection-mode popover button.titlebutton, .titlebar popover #gf-candidate-popup button, #gf-candidate-popup .titlebar popover button,
2321 .titlebar popover #gf-candidate-popup .linked > button:first-child,
2322 #gf-candidate-popup .titlebar popover .linked > button:first-child,
2323 .titlebar popover #gf-candidate-popup .linked > button:last-child,
2324 #gf-candidate-popup .titlebar popover .linked > button:last-child, .titlebar popover window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .titlebar popover button, .titlebar popover layouttabbar button, layouttabbar .titlebar popover button, .titlebar popover layouttab button, layouttab .titlebar popover button,
2325 headerbar popover button.flat,
2326 headerbar popover button.osd.image-button,
2327 headerbar popover .osd toolbar button,
2328 .osd toolbar headerbar popover button,
2329 headerbar popover toolbar.osd button,
2330 toolbar.osd headerbar popover button,
2331 headerbar popover .app-notification button,
2332 .app-notification headerbar popover button,
2333 headerbar popover .app-notification.frame button,
2334 .app-notification.frame headerbar popover button,
2335 headerbar popover GeditViewFrame .gedit-search-slider button,
2336 GeditViewFrame .gedit-search-slider headerbar popover button,
2337 headerbar popover toolbar button,
2338 toolbar headerbar popover button,
2339 headerbar popover .titlebar button:not(.suggested-action):not(.destructive-action),
2340 .titlebar headerbar popover button:not(.suggested-action):not(.destructive-action),
2341 headerbar popover button:not(.suggested-action):not(.destructive-action),
2342 headerbar popover .menu > arrow,
2343 headerbar popover .context-menu > arrow,
2344 headerbar popover menu > arrow,
2345 headerbar popover placessidebar row button.image-button,
2346 placessidebar row headerbar popover button.image-button,
2347 headerbar popover .ssd decoration button,
2348 .ssd decoration headerbar popover button,
2349 .csd headerbar popover button.titlebutton,
2350 .csd headerbar.selection-mode popover button.titlebutton,
2351 headerbar popover .csd .titlebar button.titlebutton,
2352 .csd .titlebar headerbar popover button.titlebutton,
2353 headerbar popover .csd .titlebar.selection-mode button.titlebutton,
2354 .csd .titlebar.selection-mode headerbar popover button.titlebutton,
2355 headerbar popover #gf-candidate-popup button,
2356 #gf-candidate-popup headerbar popover button,
2357 headerbar popover #gf-candidate-popup button:first-child,
2358 #gf-candidate-popup headerbar popover button:first-child,
2359 headerbar popover #gf-candidate-popup button:last-child,
2360 #gf-candidate-popup headerbar popover button:last-child,
2361 headerbar popover #gf-candidate-popup .linked > button,
2362 #gf-candidate-popup headerbar popover .linked > button,
2363 headerbar popover #gf-candidate-popup .linked > button:first-child,
2364 #gf-candidate-popup headerbar popover .linked > button:first-child,
2365 headerbar popover #gf-candidate-popup .linked > button:last-child,
2366 #gf-candidate-popup headerbar popover .linked > button:last-child,
2367 headerbar popover window > grid.vertical > box.vertical > widget button,
2368 window > grid.vertical > box.vertical > widget headerbar popover button,
2369 headerbar popover layouttabbar button,
2370 layouttabbar headerbar popover button,
2371 headerbar popover layouttab button,
2372 layouttab headerbar popover button {
2373 color: rgba(38, 50, 56, 0.75); }
2374 .titlebar popover button.flat:hover, .titlebar popover button.osd.image-button:hover, .titlebar popover .osd toolbar button:hover, .osd toolbar .titlebar popover button:hover, .titlebar popover toolbar.osd button:hover, toolbar.osd .titlebar popover button:hover, .titlebar popover .app-notification button:hover, .app-notification .titlebar popover button:hover, .titlebar popover GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider .titlebar popover button:hover, .titlebar popover toolbar button:hover, toolbar .titlebar popover button:hover, .titlebar popover button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow:hover,
2375 .titlebar popover .context-menu > arrow:hover,
2376 .titlebar popover menu > arrow:hover, .titlebar popover placessidebar row button.image-button:hover, placessidebar row .titlebar popover button.image-button:hover, .titlebar popover .ssd decoration button:hover, .ssd decoration .titlebar popover button:hover, .titlebar popover .csd headerbar button.titlebutton:hover,
2377 .csd .titlebar popover button.titlebutton:hover, .titlebar popover #gf-candidate-popup button:hover, #gf-candidate-popup .titlebar popover button:hover, .titlebar popover window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .titlebar popover button:hover, .titlebar popover layouttabbar button:hover, layouttabbar .titlebar popover button:hover, .titlebar popover layouttab button:hover, layouttab .titlebar popover button:hover,
2378 headerbar popover button.flat:hover,
2379 headerbar popover button.osd.image-button:hover,
2380 headerbar popover .osd toolbar button:hover,
2381 .osd toolbar headerbar popover button:hover,
2382 headerbar popover toolbar.osd button:hover,
2383 toolbar.osd headerbar popover button:hover,
2384 headerbar popover .app-notification button:hover,
2385 .app-notification headerbar popover button:hover,
2386 headerbar popover GeditViewFrame .gedit-search-slider button:hover,
2387 GeditViewFrame .gedit-search-slider headerbar popover button:hover,
2388 headerbar popover toolbar button:hover,
2389 toolbar headerbar popover button:hover,
2390 headerbar popover button:hover:not(.suggested-action):not(.destructive-action),
2391 headerbar popover .menu > arrow:hover,
2392 headerbar popover .context-menu > arrow:hover,
2393 headerbar popover menu > arrow:hover,
2394 headerbar popover placessidebar row button.image-button:hover,
2395 placessidebar row headerbar popover button.image-button:hover,
2396 headerbar popover .ssd decoration button:hover,
2397 .ssd decoration headerbar popover button:hover,
2398 .csd headerbar popover button.titlebutton:hover,
2399 headerbar popover .csd .titlebar button.titlebutton:hover,
2400 .csd .titlebar.selection-mode headerbar popover button.titlebutton:hover,
2401 headerbar popover #gf-candidate-popup button:hover,
2402 #gf-candidate-popup headerbar popover button:hover,
2403 headerbar popover #gf-candidate-popup .linked > button:hover:first-child,
2404 #gf-candidate-popup headerbar popover .linked > button:hover:first-child,
2405 headerbar popover #gf-candidate-popup .linked > button:hover:last-child,
2406 #gf-candidate-popup headerbar popover .linked > button:hover:last-child,
2407 headerbar popover window > grid.vertical > box.vertical > widget button:hover,
2408 window > grid.vertical > box.vertical > widget headerbar popover button:hover,
2409 headerbar popover layouttabbar button:hover,
2410 layouttabbar headerbar popover button:hover,
2411 headerbar popover layouttab button:hover,
2412 layouttab headerbar popover button:hover {
2413 color: #263238; }
2414 .titlebar popover button.flat label:hover, .titlebar popover button.osd.image-button label:hover, .titlebar popover .osd toolbar button label:hover, .osd toolbar .titlebar popover button label:hover, .titlebar popover toolbar.osd button label:hover, toolbar.osd .titlebar popover button label:hover, .titlebar popover .app-notification button label:hover, .app-notification .titlebar popover button label:hover, .titlebar popover GeditViewFrame .gedit-search-slider button label:hover, GeditViewFrame .gedit-search-slider .titlebar popover button label:hover, .titlebar popover toolbar button label:hover, toolbar .titlebar popover button label:hover, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:hover, .titlebar popover .menu > arrow label:hover,
2415 .titlebar popover .context-menu > arrow label:hover,
2416 .titlebar popover menu > arrow label:hover, .titlebar popover placessidebar row button.image-button label:hover, placessidebar row .titlebar popover button.image-button label:hover, .titlebar popover .ssd decoration button label:hover, .ssd decoration .titlebar popover button label:hover, .titlebar popover .csd headerbar button.titlebutton label:hover,
2417 .csd .titlebar popover button.titlebutton label:hover, .titlebar popover #gf-candidate-popup button label:hover, #gf-candidate-popup .titlebar popover button label:hover, .titlebar popover window > grid.vertical > box.vertical > widget button label:hover, window > grid.vertical > box.vertical > widget .titlebar popover button label:hover, .titlebar popover layouttabbar button label:hover, layouttabbar .titlebar popover button label:hover, .titlebar popover layouttab button label:hover, layouttab .titlebar popover button label:hover,
2418 headerbar popover button.flat label:hover,
2419 headerbar popover button.osd.image-button label:hover,
2420 headerbar popover .osd toolbar button label:hover,
2421 .osd toolbar headerbar popover button label:hover,
2422 headerbar popover toolbar.osd button label:hover,
2423 toolbar.osd headerbar popover button label:hover,
2424 headerbar popover .app-notification button label:hover,
2425 .app-notification headerbar popover button label:hover,
2426 headerbar popover GeditViewFrame .gedit-search-slider button label:hover,
2427 GeditViewFrame .gedit-search-slider headerbar popover button label:hover,
2428 headerbar popover toolbar button label:hover,
2429 toolbar headerbar popover button label:hover,
2430 headerbar popover button:not(.suggested-action):not(.destructive-action) label:hover,
2431 headerbar popover .menu > arrow label:hover,
2432 headerbar popover .context-menu > arrow label:hover,
2433 headerbar popover menu > arrow label:hover,
2434 headerbar popover placessidebar row button.image-button label:hover,
2435 placessidebar row headerbar popover button.image-button label:hover,
2436 headerbar popover .ssd decoration button label:hover,
2437 .ssd decoration headerbar popover button label:hover,
2438 .csd headerbar popover button.titlebutton label:hover,
2439 headerbar popover .csd .titlebar button.titlebutton label:hover,
2440 .csd .titlebar.selection-mode headerbar popover button.titlebutton label:hover,
2441 headerbar popover #gf-candidate-popup button label:hover,
2442 #gf-candidate-popup headerbar popover button label:hover,
2443 headerbar popover #gf-candidate-popup .linked > button:first-child label:hover,
2444 #gf-candidate-popup headerbar popover .linked > button:first-child label:hover,
2445 headerbar popover #gf-candidate-popup .linked > button:last-child label:hover,
2446 #gf-candidate-popup headerbar popover .linked > button:last-child label:hover,
2447 headerbar popover window > grid.vertical > box.vertical > widget button label:hover,
2448 window > grid.vertical > box.vertical > widget headerbar popover button label:hover,
2449 headerbar popover layouttabbar button label:hover,
2450 layouttabbar headerbar popover button label:hover,
2451 headerbar popover layouttab button label:hover,
2452 layouttab headerbar popover button label:hover {
2453 color: #263238; }
2454 .titlebar popover button.flat label:disabled, .titlebar popover button.osd.image-button label:disabled, .titlebar popover .osd toolbar button label:disabled, .osd toolbar .titlebar popover button label:disabled, .titlebar popover toolbar.osd button label:disabled, toolbar.osd .titlebar popover button label:disabled, .titlebar popover .app-notification button label:disabled, .app-notification .titlebar popover button label:disabled, .titlebar popover GeditViewFrame .gedit-search-slider button label:disabled, GeditViewFrame .gedit-search-slider .titlebar popover button label:disabled, .titlebar popover toolbar button label:disabled, toolbar .titlebar popover button label:disabled, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:disabled, .titlebar popover .menu > arrow label:disabled,
2455 .titlebar popover .context-menu > arrow label:disabled,
2456 .titlebar popover menu > arrow label:disabled, .titlebar popover placessidebar row button.image-button label:disabled, placessidebar row .titlebar popover button.image-button label:disabled, .titlebar popover .ssd decoration button label:disabled, .ssd decoration .titlebar popover button label:disabled, .titlebar popover .csd headerbar button.titlebutton label:disabled,
2457 .csd .titlebar popover button.titlebutton label:disabled, .titlebar popover #gf-candidate-popup button label:disabled, #gf-candidate-popup .titlebar popover button label:disabled, .titlebar popover window > grid.vertical > box.vertical > widget button label:disabled, window > grid.vertical > box.vertical > widget .titlebar popover button label:disabled, .titlebar popover layouttabbar button label:disabled, layouttabbar .titlebar popover button label:disabled, .titlebar popover layouttab button label:disabled, layouttab .titlebar popover button label:disabled,
2458 headerbar popover button.flat label:disabled,
2459 headerbar popover button.osd.image-button label:disabled,
2460 headerbar popover .osd toolbar button label:disabled,
2461 .osd toolbar headerbar popover button label:disabled,
2462 headerbar popover toolbar.osd button label:disabled,
2463 toolbar.osd headerbar popover button label:disabled,
2464 headerbar popover .app-notification button label:disabled,
2465 .app-notification headerbar popover button label:disabled,
2466 headerbar popover GeditViewFrame .gedit-search-slider button label:disabled,
2467 GeditViewFrame .gedit-search-slider headerbar popover button label:disabled,
2468 headerbar popover toolbar button label:disabled,
2469 toolbar headerbar popover button label:disabled,
2470 headerbar popover button:not(.suggested-action):not(.destructive-action) label:disabled,
2471 headerbar popover .menu > arrow label:disabled,
2472 headerbar popover .context-menu > arrow label:disabled,
2473 headerbar popover menu > arrow label:disabled,
2474 headerbar popover placessidebar row button.image-button label:disabled,
2475 placessidebar row headerbar popover button.image-button label:disabled,
2476 headerbar popover .ssd decoration button label:disabled,
2477 .ssd decoration headerbar popover button label:disabled,
2478 .csd headerbar popover button.titlebutton label:disabled,
2479 headerbar popover .csd .titlebar button.titlebutton label:disabled,
2480 .csd .titlebar.selection-mode headerbar popover button.titlebutton label:disabled,
2481 headerbar popover #gf-candidate-popup button label:disabled,
2482 #gf-candidate-popup headerbar popover button label:disabled,
2483 headerbar popover #gf-candidate-popup .linked > button:first-child label:disabled,
2484 #gf-candidate-popup headerbar popover .linked > button:first-child label:disabled,
2485 headerbar popover #gf-candidate-popup .linked > button:last-child label:disabled,
2486 #gf-candidate-popup headerbar popover .linked > button:last-child label:disabled,
2487 headerbar popover window > grid.vertical > box.vertical > widget button label:disabled,
2488 window > grid.vertical > box.vertical > widget headerbar popover button label:disabled,
2489 headerbar popover layouttabbar button label:disabled,
2490 layouttabbar headerbar popover button label:disabled,
2491 headerbar popover layouttab button label:disabled,
2492 layouttab headerbar popover button label:disabled {
2493 color: rgba(38, 50, 56, 0.3); }
2494 .titlebar switch,
2495 headerbar switch {
2496 margin: 0.20301rem 0;
2497 color: #BBBBBB;
2498 background-color: rgba(236, 239, 241, 0.075); }
2499 .titlebar switch:checked,
2500 headerbar switch:checked {
2501 background-color: rgba(0, 188, 212, 0.2); }
2502 .titlebar switch:checked:disabled,
2503 headerbar switch:checked:disabled {
2504 background-color: rgba(0, 188, 212, 0.2); }
2505 .titlebar switch:disabled,
2506 headerbar switch:disabled {
2507 color: rgba(236, 239, 241, 0.3);
2508 background-color: alpha(currentColor, 0.2); }
2509 .titlebar switch slider,
2510 headerbar switch slider {
2511 background-color: #3e515a; }
2512 .titlebar switch:hover slider,
2513 headerbar switch:hover slider {
2514 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
2515 .titlebar switch:checked slider,
2516 headerbar switch:checked slider {
2517 background-color: #E8E8E8; }
2518 .titlebar switch:checked slider:disabled,
2519 headerbar switch:checked slider:disabled {
2520 background-color: #3F4E56; }
2521 .titlebar switch:disabled slider,
2522 headerbar switch:disabled slider {
2523 background-color: #3F4E56; }
2524 .titlebar spinner,
2525 headerbar spinner {
2526 min-width: 1rem;
2527 min-height: 1rem;
2528 margin: -0.3985rem; }
2529 .titlebar.selection-mode,
2530 headerbar.selection-mode {
2531 border-width: 1px 0 1px 0;
2532 border-top-color: rgba(255, 255, 255, 0.07);
2533 border-bottom-color: transparent;
2534 background-color: #E8E8E8;
2535 color: #FFFFFF; }
2536 .titlebar.selection-mode button,
2537 .titlebar.selection-mode button.image-button,
2538 headerbar.selection-mode button,
2539 headerbar.selection-mode button.image-button {
2540 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
2541 color: rgba(255, 255, 255, 0.85); }
2542 .titlebar.selection-mode button:hover, .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
2543 .titlebar.selection-mode button.image-button:hover,
2544 .titlebar.selection-mode button.image-button:active,
2545 .titlebar.selection-mode button.image-button:checked,
2546 headerbar.selection-mode button:hover,
2547 headerbar.selection-mode button:active,
2548 headerbar.selection-mode button:checked,
2549 headerbar.selection-mode button.image-button:hover,
2550 headerbar.selection-mode button.image-button:active,
2551 headerbar.selection-mode button.image-button:checked {
2552 color: #FFFFFF; }
2553 .titlebar.selection-mode button:disabled,
2554 .titlebar.selection-mode button.image-button:disabled,
2555 headerbar.selection-mode button:disabled,
2556 headerbar.selection-mode button.image-button:disabled {
2557 color: rgba(236, 239, 241, 0.225); }
2558 .titlebar.selection-mode button:checked,
2559 .titlebar.selection-mode button.image-button:checked,
2560 headerbar.selection-mode button:checked,
2561 headerbar.selection-mode button.image-button:checked {
2562 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
2563 color: #FFFFFF;
2564 background-color: transparent; }
2565 .titlebar.selection-mode button:checked:disabled,
2566 .titlebar.selection-mode button.image-button:checked:disabled,
2567 headerbar.selection-mode button:checked:disabled,
2568 headerbar.selection-mode button.image-button:checked:disabled {
2569 color: rgba(255, 255, 255, 0.4); }
2570 .titlebar.selection-mode button:checked:disabled > label,
2571 .titlebar.selection-mode button.image-button:checked:disabled > label,
2572 headerbar.selection-mode button:checked:disabled > label,
2573 headerbar.selection-mode button.image-button:checked:disabled > label {
2574 color: inherit; }
2575 .titlebar.selection-mode button.suggested-action,
2576 .titlebar.selection-mode button.image-button.suggested-action,
2577 headerbar.selection-mode button.suggested-action,
2578 headerbar.selection-mode button.image-button.suggested-action {
2579 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
2580 background-color: #FFFFFF;
2581 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
2582 color: rgba(38, 50, 56, 0.75); }
2583 .titlebar.selection-mode button.suggested-action:hover,
2584 .titlebar.selection-mode button.image-button.suggested-action:hover,
2585 headerbar.selection-mode button.suggested-action:hover,
2586 headerbar.selection-mode button.image-button.suggested-action:hover {
2587 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
2588 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
2589 color: #263238; }
2590 .titlebar.selection-mode button.suggested-action:active,
2591 .titlebar.selection-mode button.image-button.suggested-action:active,
2592 headerbar.selection-mode button.suggested-action:active,
2593 headerbar.selection-mode button.image-button.suggested-action:active {
2594 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
2595 color: #263238;
2596 transition-duration: 0;
2597 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2598 .titlebar.selection-mode button.suggested-action:disabled,
2599 .titlebar.selection-mode button.image-button.suggested-action:disabled,
2600 headerbar.selection-mode button.suggested-action:disabled,
2601 headerbar.selection-mode button.image-button.suggested-action:disabled {
2602 box-shadow: none;
2603 background-color: alpha(currentColor, 0.2);
2604 color: rgba(38, 50, 56, 0.225); }
2605 .titlebar.selection-mode button.suggested-action:disabled > label,
2606 .titlebar.selection-mode button.image-button.suggested-action:disabled > label,
2607 headerbar.selection-mode button.suggested-action:disabled > label,
2608 headerbar.selection-mode button.image-button.suggested-action:disabled > label {
2609 color: inherit; }
2610 .titlebar.selection-mode button.text-button, .titlebar.selection-mode button.suggested-action,
2611 .titlebar.selection-mode button.image-button.text-button,
2612 .titlebar.selection-mode button.image-button.suggested-action,
2613 headerbar.selection-mode button.text-button,
2614 headerbar.selection-mode button.suggested-action,
2615 headerbar.selection-mode button.image-button.text-button,
2616 headerbar.selection-mode button.image-button.suggested-action {
2617 color: rgba(255, 255, 255, 0.85); }
2618 .titlebar.selection-mode button.text-button:hover, .titlebar.selection-mode button.text-button:active, .titlebar.selection-mode button.text-button:checked, .titlebar.selection-mode button.suggested-action:hover, .titlebar.selection-mode button.suggested-action:active, .titlebar.selection-mode button.suggested-action:checked,
2619 .titlebar.selection-mode button.image-button.text-button:hover,
2620 .titlebar.selection-mode button.image-button.text-button:active,
2621 .titlebar.selection-mode button.image-button.text-button:checked,
2622 .titlebar.selection-mode button.image-button.suggested-action:hover,
2623 .titlebar.selection-mode button.image-button.suggested-action:active,
2624 .titlebar.selection-mode button.image-button.suggested-action:checked,
2625 headerbar.selection-mode button.text-button:hover,
2626 headerbar.selection-mode button.text-button:active,
2627 headerbar.selection-mode button.text-button:checked,
2628 headerbar.selection-mode button.suggested-action:hover,
2629 headerbar.selection-mode button.suggested-action:active,
2630 headerbar.selection-mode button.suggested-action:checked,
2631 headerbar.selection-mode button.image-button.text-button:hover,
2632 headerbar.selection-mode button.image-button.text-button:active,
2633 headerbar.selection-mode button.image-button.text-button:checked,
2634 headerbar.selection-mode button.image-button.suggested-action:hover,
2635 headerbar.selection-mode button.image-button.suggested-action:active,
2636 headerbar.selection-mode button.image-button.suggested-action:checked {
2637 color: #FFFFFF; }
2638 .titlebar.selection-mode button.text-button:disabled, .titlebar.selection-mode button.suggested-action:disabled,
2639 .titlebar.selection-mode button.image-button.text-button:disabled,
2640 .titlebar.selection-mode button.image-button.suggested-action:disabled,
2641 headerbar.selection-mode button.text-button:disabled,
2642 headerbar.selection-mode button.suggested-action:disabled,
2643 headerbar.selection-mode button.image-button.text-button:disabled,
2644 headerbar.selection-mode button.image-button.suggested-action:disabled {
2645 color: rgba(255, 255, 255, 0.4); }
2646 .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action),
2647 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
2648 border-radius: 100px;
2649 -gtk-outline-radius: 100px; }
2650 .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu, .titlebar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu, .osd toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu, toolbar.osd .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu, .app-notification .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu, GeditViewFrame .gedit-search-slider .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu, toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2651 .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2652 headerbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2653 .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2654 .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, placessidebar row .titlebar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu, .ssd decoration .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2655 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button,
2656 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
2657 headerbar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2658 headerbar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2659 .osd toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2660 headerbar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu,
2661 toolbar.osd headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2662 headerbar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu,
2663 .app-notification headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2664 headerbar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu,
2665 GeditViewFrame .gedit-search-slider headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2666 headerbar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2667 toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2668 headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu,
2669 .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2670 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2671 headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2672 headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2673 headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2674 headerbar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2675 placessidebar row headerbar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2676 headerbar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu,
2677 .ssd decoration headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2678 headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu,
2679 #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2680 headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu,
2681 window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2682 headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2683 layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2684 headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu,
2685 layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu {
2686 border-radius: 2px;
2687 -gtk-outline-radius: 2px; }
2688 .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button, .titlebar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .osd toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, toolbar.osd .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .app-notification .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GeditViewFrame .gedit-search-slider .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2689 .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2690 headerbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2691 .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2692 .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, placessidebar row .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .ssd decoration .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2693 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2694 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
2695 headerbar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2696 headerbar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2697 .osd toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2698 headerbar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2699 toolbar.osd headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2700 headerbar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2701 .app-notification headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2702 headerbar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2703 GeditViewFrame .gedit-search-slider headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2704 headerbar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2705 toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2706 headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2707 .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2708 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2709 headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2710 headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2711 headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2712 headerbar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2713 placessidebar row headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2714 headerbar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2715 .ssd decoration headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2716 headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2717 #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2718 headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2719 window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2720 headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2721 layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2722 headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2723 layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button {
2724 border-radius: 100px;
2725 -gtk-outline-radius: 100px; }
2726 .titlebar.selection-mode entry, .titlebar.selection-mode spinbutton:not(.vertical),
2727 headerbar.selection-mode entry,
2728 headerbar.selection-mode spinbutton:not(.vertical) {
2729 color: #BBBBBB; }
2730 .titlebar.selection-mode entry:focus, .titlebar.selection-mode spinbutton:focus:not(.vertical),
2731 headerbar.selection-mode entry:focus,
2732 headerbar.selection-mode spinbutton:focus:not(.vertical) {
2733 color: #ECEFF1; }
2734 .titlebar.selection-mode entry:disabled, .titlebar.selection-mode spinbutton:disabled:not(.vertical),
2735 headerbar.selection-mode entry:disabled,
2736 headerbar.selection-mode spinbutton:disabled:not(.vertical) {
2737 color: rgba(236, 239, 241, 0.225); }
2738 .titlebar.selection-mode .selection-menu,
2739 headerbar.selection-mode .selection-menu {
2740 padding-left: 1.20301rem;
2741 padding-right: 1.20301rem; }
2742 .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu.popup,
2743 headerbar.selection-mode .selection-menu,
2744 headerbar.selection-mode .selection-menu.popup {
2745 color: rgba(255, 255, 255, 0.85); }
2746 .titlebar.selection-mode .selection-menu:hover, .titlebar.selection-mode .selection-menu:active, .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:hover, .titlebar.selection-mode .selection-menu.popup:active, .titlebar.selection-mode .selection-menu.popup:checked,
2747 headerbar.selection-mode .selection-menu:hover,
2748 headerbar.selection-mode .selection-menu:active,
2749 headerbar.selection-mode .selection-menu:checked,
2750 headerbar.selection-mode .selection-menu.popup:hover,
2751 headerbar.selection-mode .selection-menu.popup:active,
2752 headerbar.selection-mode .selection-menu.popup:checked {
2753 color: #FFFFFF; }
2754 .titlebar.selection-mode .selection-menu:disabled, .titlebar.selection-mode .selection-menu.popup:disabled,
2755 headerbar.selection-mode .selection-menu:disabled,
2756 headerbar.selection-mode .selection-menu.popup:disabled {
2757 color: rgba(236, 239, 241, 0.225); }
2758 .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:checked,
2759 headerbar.selection-mode .selection-menu:checked,
2760 headerbar.selection-mode .selection-menu.popup:checked {
2761 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
2762 background-color: transparent; }
2763 .titlebar.selection-mode .selection-menu:checked:disabled, .titlebar.selection-mode .selection-menu.popup:checked:disabled,
2764 headerbar.selection-mode .selection-menu:checked:disabled,
2765 headerbar.selection-mode .selection-menu.popup:checked:disabled {
2766 color: rgba(255, 255, 255, 0.4); }
2767 .titlebar.selection-mode .selection-menu:checked:disabled > label, .titlebar.selection-mode .selection-menu.popup:checked:disabled > label,
2768 headerbar.selection-mode .selection-menu:checked:disabled > label,
2769 headerbar.selection-mode .selection-menu.popup:checked:disabled > label {
2770 color: inherit; }
2771 .titlebar.selection-mode .selection-menu GtkArrow,
2772 headerbar.selection-mode .selection-menu GtkArrow {
2773 -GtkArrow-arrow-scaling: 1.0; }
2774 .titlebar.selection-mode .selection-menu .arrow,
2775 headerbar.selection-mode .selection-menu .arrow {
2776 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2777 color: rgba(255, 255, 255, 0.85); }
2778 .tiled .titlebar, .tiled
2779 headerbar {
2780 transition: none; }
2781 .maximized .titlebar, .maximized
2782 headerbar {
2783 transition: none; }
2784 .titlebar.default-decoration,
2785 headerbar.default-decoration {
2786 min-height: 26.7px;
2787 padding: 5.3px;
2788 border-width: 0; }
2789 .titlebar.default-decoration .title,
2790 headerbar.default-decoration .title {
2791 color: #ECEFF1; }
2792 .titlebar.default-decoration .title:backdrop,
2793 headerbar.default-decoration .title:backdrop {
2794 color: rgba(236, 239, 241, 0.4); }
2795 .titlebar.default-decoration button.titlebutton,
2796 headerbar.default-decoration button.titlebutton {
2797 min-width: 26.7px;
2798 min-height: 26.7px;
2799 margin: 0;
2800 padding: 0;
2801 color: #BBBBBB;
2802 background-size: 2.44361rem 2.44361rem, auto; }
2803 .titlebar.default-decoration button.titlebutton:hover, .titlebar.default-decoration button.titlebutton:active,
2804 headerbar.default-decoration button.titlebutton:hover,
2805 headerbar.default-decoration button.titlebutton:active {
2806 color: #ECEFF1; }
2807 .titlebar.default-decoration button.titlebutton:backdrop,
2808 headerbar.default-decoration button.titlebutton:backdrop {
2809 color: rgba(236, 239, 241, 0.4); }
2810
2811headerbar {
2812 border-width: 1px 0 1px;
2813 border-style: solid;
2814 border-top-color: #FFFFFF;
2815 border-bottom-color: #FFFFFF; }
2816 headerbar.titlebar, .csd headerbar, box headerbar:only-child {
2817 padding: 0.3985rem;}
2818 box headerbar:not(:only-child):first-child, box headerbar:not(:only-child):last-child {
2819 border-left-color: #FFFFFF;
2820 border-right-color: #FFFFFF; }
2821 .tiled box headerbar:not(:only-child):first-child, .maximized box headerbar:not(:only-child):first-child, .tiled box headerbar:not(:only-child):last-child, .maximized box headerbar:not(:only-child):last-child {
2822 border-left-color: #FFFFFF;
2823 border-right-color: #FFFFFF; }
2824 box headerbar:not(:only-child):last-child:dir(ltr) {
2825 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #FFFFFF, -2px 0 0 -1px rgba(0, 0, 0, 0.09); }
2826 box headerbar:not(:only-child):last-child:dir(rtl) {
2827 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #FFFFFF, 2px 0 0 -1px rgba(0, 0, 0, 0.09); }
2828
2829box headerbar.selection-mode:not(:only-child):last-child:dir(ltr) {
2830 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #E8E8E8, -2px 0 0 -1px #242F35; }
2831box headerbar.selection-mode:not(:only-child):last-child:dir(rtl) {
2832 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #E8E8E8, 2px 0 0 -1px #242F35; }
2833
2834headerbar,
2835.titlebar {
2836 border-top-left-radius: 2px;
2837 border-top-right-radius: 2px; }
2838 box headerbar:not(:last-child):not(.titlebar):dir(ltr), box
2839 .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
2840 border-top-left-radius: 2px;
2841 border-top-right-radius: 0; }
2842 box headerbar:not(:last-child):not(.titlebar):dir(rtl), box
2843 .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
2844 border-top-left-radius: 0;
2845 border-top-right-radius: 2px; }
2846 box headerbar:last-child:not(.titlebar):dir(ltr), box
2847 .titlebar:last-child:not(.titlebar):dir(ltr) {
2848 border-top-left-radius: 0; }
2849 box headerbar:last-child:not(.titlebar):dir(rtl), box
2850 .titlebar:last-child:not(.titlebar):dir(rtl) {
2851 border-top-right-radius: 0; }
2852
2853window:not(.maximized):not(.tiled) paned.titlebar {
2854 border-top-left-radius: 2px;
2855 border-top-right-radius: 2px; }
2856 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(ltr) {
2857 border-top-left-radius: 2px;
2858 border-top-right-radius: 0; }
2859 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(rtl) {
2860 border-top-left-radius: 0;
2861 border-top-right-radius: 2px; }
2862 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(ltr) {
2863 border-top-left-radius: 0;
2864 border-top-right-radius: 2px; }
2865 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(rtl) {
2866 border-top-left-radius: 2px;
2867 border-top-right-radius: 0; }
2868
2869.ssd decoration .titlebar {
2870 border-top: 1px solid rgba(255, 255, 255, 0.07);
2871 box-shadow: none; }
2872
2873.tiled .titlebar, .tiled
2874headerbar, .tiled headerbar.titlebar, .tiled .csd headerbar, .tiled box headerbar:only-child, .tiled box headerbar:not(:only-child):last-child:dir(ltr), .tiled box headerbar:not(:only-child):last-child:dir(rtl), .tiled paned headerbar:not(:only-child):last-child:dir(ltr), .tiled paned headerbar:not(:only-child):last-child:dir(rtl), .tiled box headerbar.selection-mode:not(:only-child):last-child:dir(ltr), .tiled box headerbar.selection-mode:not(:only-child):last-child:dir(rtl), .tiled .ssd decoration .titlebar {
2875 border-radius: 0;
2876 border-color: #FFFFFF;
2877 border-width: 2px 0 0 0;
2878 border-top-color: #4DD0E1;
2879 background-color: #FFFFFF;
2880 box-shadow: none; }
2881 .tiled .titlebar:backdrop, .tiled
2882 headerbar:backdrop, .tiled box headerbar:backdrop:only-child, .tiled box headerbar:backdrop:not(:only-child):last-child:dir(ltr), .tiled box headerbar:backdrop:not(:only-child):last-child:dir(rtl), .tiled paned headerbar:backdrop:not(:only-child):last-child:dir(ltr), .tiled paned headerbar:backdrop:not(:only-child):last-child:dir(rtl), .tiled .ssd decoration .titlebar:backdrop {
2883 border-top-color: alpha(currentColor, 0.2); }
2884
2885.maximized .titlebar, .maximized
2886headerbar, .maximized headerbar.titlebar, .maximized .csd headerbar, .maximized box headerbar:only-child, .maximized box headerbar:not(:only-child):last-child:dir(ltr), .maximized box headerbar:not(:only-child):last-child:dir(rtl), .maximized paned headerbar:not(:only-child):last-child:dir(ltr), .maximized paned headerbar:not(:only-child):last-child:dir(rtl), .maximized box headerbar.selection-mode:not(:only-child):last-child:dir(ltr), .maximized box headerbar.selection-mode:not(:only-child):last-child:dir(rtl), .maximized .ssd decoration .titlebar {
2887 border-radius: 0;
2888 border-color: #FFFFFF;
2889 border-width: 1px 0 0 0;
2890 background-color: #FFFFFF;
2891 box-shadow: none; }
2892
2893/************
2894 * Pathbars *
2895 ************/
2896.linked.path-bar button, .linked.path-bar button.text-button,
2897.path-bar button,
2898.path-bar button.text-button {
2899 padding: 0 0.09774rem 0;
2900 -gtk-outline-radius: 2px; }
2901.linked.path-bar button.image-button,
2902.path-bar button.image-button {
2903 padding: 0 0.3985rem 0; }
2904.linked.path-bar button.text-button.image-button,
2905.path-bar button.text-button.image-button {
2906 -gtk-outline-radius: 2px; }
2907 .linked.path-bar button.text-button.image-button label,
2908 .path-bar button.text-button.image-button label {
2909 padding-left: 0;
2910 padding-right: 0; }
2911.linked.path-bar button.text-button.image-button label:last-child,
2912.path-bar button.text-button.image-button label:last-child {
2913 padding-right: 0.3985rem; }
2914.linked.path-bar button.text-button.image-button label:first-child,
2915.path-bar button.text-button.image-button label:first-child {
2916 padding-left: 0.3985rem; }
2917.linked.path-bar button image,
2918.path-bar button image {
2919 padding: 0.09774rem 0.3985rem 0; }
2920.linked.path-bar button.slider-button, .linked.path-bar button.image-button.text-button.toggle,
2921.path-bar button.slider-button,
2922.path-bar button.image-button.text-button.toggle {
2923 min-height: 1.30075rem;
2924 padding: 0 0.09774rem 0;
2925 -gtk-outline-radius: 2px; }
2926
2927/**************
2928 * Tree Views *
2929 **************/
2930treeview.view, .tweak-category {
2931 border-left-color: alpha(currentColor, 0.2);
2932 border-top-color: rgba(0, 0, 0, 0.09);
2933 border-radius: 0;
2934 background-color: transparent;
2935 background-image: none;
2936 box-shadow: none; }
2937 * {
2938 -GtkTreeView-horizontal-separator: 4;
2939 -GtkTreeView-grid-line-width: 1;
2940 -GtkTreeView-grid-line-pattern: '';
2941 -GtkTreeView-tree-line-width: 1;
2942 -GtkTreeView-tree-line-pattern: '';
2943 -GtkTreeView-expander-size: 16; }
2944 treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active {
2945 border-radius: 0; }
2946 treeview.view:selected, .tweak-category:selected {
2947 border-radius: 0; }
2948 treeview.view, .tweak-category, treeview.view entry, .tweak-category entry, treeview.view spinbutton:not(.vertical), .tweak-category spinbutton:not(.vertical),
2949 treeview.view entry > label,
2950 .tweak-category entry > label,
2951 treeview.view spinbutton:not(.vertical) > label,
2952 .tweak-category spinbutton:not(.vertical) > label {
2953 color: rgba(38, 50, 56, 0.75); }
2954 treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active, treeview.view:focus, .tweak-category:focus, treeview.view entry:hover, .tweak-category entry:hover, treeview.view spinbutton:hover:not(.vertical), .tweak-category spinbutton:hover:not(.vertical), treeview.view entry:active, .tweak-category entry:active, treeview.view spinbutton:active:not(.vertical), .tweak-category spinbutton:active:not(.vertical), treeview.view entry:focus, .tweak-category entry:focus, treeview.view spinbutton:focus:not(.vertical), .tweak-category spinbutton:focus:not(.vertical),
2955 treeview.view entry > label:hover,
2956 .tweak-category entry > label:hover,
2957 treeview.view spinbutton:not(.vertical) > label:hover,
2958 .tweak-category spinbutton:not(.vertical) > label:hover,
2959 treeview.view entry > label:active,
2960 .tweak-category entry > label:active,
2961 treeview.view spinbutton:not(.vertical) > label:active,
2962 .tweak-category spinbutton:not(.vertical) > label:active,
2963 treeview.view entry > label:focus,
2964 .tweak-category entry > label:focus,
2965 treeview.view spinbutton:not(.vertical) > label:focus,
2966 .tweak-category spinbutton:not(.vertical) > label:focus {
2967 color: #263238; }
2968 treeview.view:selected, .tweak-category:selected, treeview.view entry:selected, .tweak-category entry:selected, treeview.view spinbutton:selected:not(.vertical), .tweak-category spinbutton:selected:not(.vertical),
2969 treeview.view entry > label:selected,
2970 .tweak-category entry > label:selected,
2971 treeview.view spinbutton:not(.vertical) > label:selected,
2972 .tweak-category spinbutton:not(.vertical) > label:selected {
2973 color: #FFFFFF; }
2974 treeview.view:disabled, .tweak-category:disabled, treeview.view entry:disabled, .tweak-category entry:disabled, treeview.view spinbutton:disabled:not(.vertical), .tweak-category spinbutton:disabled:not(.vertical),
2975 treeview.view entry > label:disabled,
2976 .tweak-category entry > label:disabled,
2977 treeview.view spinbutton:not(.vertical) > label:disabled,
2978 .tweak-category spinbutton:not(.vertical) > label:disabled {
2979 color: rgba(38, 50, 56, 0.3); }
2980 treeview.view:disabled:selected, .tweak-category:disabled:selected, treeview.view entry:disabled:selected, .tweak-category entry:disabled:selected, treeview.view spinbutton:disabled:selected:not(.vertical), .tweak-category spinbutton:disabled:selected:not(.vertical),
2981 treeview.view entry > label:disabled:selected,
2982 .tweak-category entry > label:disabled:selected,
2983 treeview.view spinbutton:not(.vertical) > label:disabled:selected,
2984 .tweak-category spinbutton:not(.vertical) > label:disabled:selected {
2985 color: rgba(255, 255, 255, 0.4); }
2986 treeview.view .separator, .tweak-category .separator, treeview.view .separator:hover, .tweak-category .separator:hover {
2987 color: transparent;
2988 background-color: rgba(0, 0, 0, 0.09); }
2989 treeview.view.dnd, .dnd.tweak-category {
2990 border-style: solid none;
2991 border-width: 1px;
2992 border-color: #137786; }
2993 treeview.view expander arrow, .tweak-category expander arrow {
2994 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2995 treeview.view expander arrow:dir(rtl), .tweak-category expander arrow:dir(rtl) {
2996 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2997 treeview.view expander arrow:checked, .tweak-category expander arrow:checked {
2998 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2999 treeview.view expander arrow:selected, .tweak-category expander arrow:selected {
3000 color: rgba(255, 255, 255, 0.75); }
3001 treeview.view expander arrow:selected:hover, .tweak-category expander arrow:selected:hover, treeview.view expander arrow:selected:active, .tweak-category expander arrow:selected:active {
3002 color: #FFFFFF; }
3003 treeview.view.progressbar, .progressbar.tweak-category {
3004 box-shadow: inset 0 -4px #E8E8E8; }
3005 treeview.view.progressbar:selected, .progressbar.tweak-category:selected {
3006 box-shadow: inset 0 -4px #FFFFFF; }
3007 treeview.view.trough, .trough.tweak-category {
3008 box-shadow: inset 0 -4px alpha(#E8E8E8, 0.2); }
3009 treeview.view.trough:selected, .trough.tweak-category:selected {
3010 box-shadow: inset 0 -4px alpha(#FFFFFF, 0.2); }
3011 treeview.view, .tweak-category, paned treeview.view, paned .tweak-category {
3012 background-color: #FFFFFF; }
3013 treeview.view:hover, .tweak-category:hover,
3014 treeview.view row:hover,
3015 .tweak-category row:hover, paned treeview.view:hover, paned .tweak-category:hover,
3016 paned treeview.view row:hover,
3017 paned .tweak-category row:hover {
3018 color: #263238; }
3019 treeview.view acceleditor > label, .tweak-category acceleditor > label {
3020 background-color: #E8E8E8; }
3021 treeview.view header button, .tweak-category header button {
3022 min-height: 1.50376rem;
3023 padding: 0 0.50376rem 0;
3024 border-style: none solid solid none;
3025 border-width: 1px;
3026 border-color: rgba(0, 0, 0, 0.09);
3027 border-radius: 0;
3028 box-shadow: none;
3029 background-color: #FFFFFF;
3030 color: rgba(38, 50, 56, 0.5); }
3031 treeview.view header:hover, .tweak-category header:hover, treeview.view header:active, .tweak-category header:active {
3032 color: #263238;
3033 box-shadow: none; }
3034 treeview.view header:disabled, .tweak-category header:disabled {
3035 background-color: #FFFFFF; }
3036 treeview.view button:last-child, .tweak-category button:last-child, treeview.view:last-child button, .tweak-category:last-child button {
3037 border-right-style: none; }
3038 treeview.view.separator, .separator.tweak-category {
3039 min-height: 0.15038rem;
3040 color: transparent;
3041 background-color: rgba(0, 0, 0, 0.09); }
3042
3043column-header.button.dnd, treeview.view header.dnd, .tweak-category header.dnd {
3044 transition: none;
3045 border-left-style: solid;
3046 color: #E8E8E8; }
3047
3048/*********
3049 * Menus *
3050 *********/
3051.menubar,
3052menubar {
3053 -GtkWidget-window-dragging: true;
3054 padding: 0;
3055 background-color: #FFFFFF;
3056 color: #BBBBBB; }
3057 .tiled .menubar, .maximized .menubar, .tiled
3058 menubar, .maximized
3059 menubar {
3060 background-color: #FFFFFF;
3061 box-shadow: none;
3062 transition: none; }
3063 .menubar > menuitem,
3064 menubar > menuitem {
3065 min-height: 1.50376rem;
3066 padding: 0.3985rem 0.6015rem 0.50376rem;
3067 color: #BBBBBB;
3068 background-color: transparent; }
3069 .menubar > menuitem:hover,
3070 menubar > menuitem:hover {
3071 color: #ECEFF1;
3072 box-shadow: inset 0 -2px #E8E8E8; }
3073 .menubar > menuitem:disabled,
3074 menubar > menuitem:disabled {
3075 color: rgba(236, 239, 241, 0.3);
3076 box-shadow: none; }
3077
3078.menu,
3079.context-menu,
3080menu {
3081 margin: 0.30075rem 0;
3082 padding: 0.30075rem 0;
3083 border-width: 1px;
3084 border-style: solid;
3085 border-color: #FFFFFF transparent transparent;
3086 background-color: #fdfdfe; }
3087 .csd .menu, .csd
3088 .context-menu, .csd
3089 menu {
3090 border-width: 1px;
3091 border-radius: 2px;
3092 border-color: #FFFFFF transparent transparent; }
3093 .menu .menuitem,
3094 .menu menuitem,
3095 .context-menu .menuitem,
3096 .context-menu menuitem,
3097 menu .menuitem,
3098 menu menuitem {
3099 min-height: 1.50376rem;
3100 min-width: 3.00752rem;
3101 padding: 0.3985rem 0.6015rem 0.50376rem;
3102 color: rgba(38, 50, 56, 0.75);
3103 font: initial;
3104 text-shadow: none;
3105 transition: none; }
3106 .menu .menuitem:hover,
3107 .menu menuitem:hover,
3108 .context-menu .menuitem:hover,
3109 .context-menu menuitem:hover,
3110 menu .menuitem:hover,
3111 menu menuitem:hover {
3112 color: #263238;
3113 background-color: alpha(currentColor, 0.1);
3114 transition: none; }
3115 .menu .menuitem:disabled,
3116 .menu menuitem:disabled,
3117 .context-menu .menuitem:disabled,
3118 .context-menu menuitem:disabled,
3119 menu .menuitem:disabled,
3120 menu menuitem:disabled {
3121 color: rgba(38, 50, 56, 0.3); }
3122 .menu .menuitem arrow,
3123 .menu menuitem arrow,
3124 .context-menu .menuitem arrow,
3125 .context-menu menuitem arrow,
3126 menu .menuitem arrow,
3127 menu menuitem arrow {
3128 min-height: 1.20301rem;
3129 min-width: 1.20301rem; }
3130 .menu .menuitem arrow:dir(ltr),
3131 .menu menuitem arrow:dir(ltr),
3132 .context-menu .menuitem arrow:dir(ltr),
3133 .context-menu menuitem arrow:dir(ltr),
3134 menu .menuitem arrow:dir(ltr),
3135 menu menuitem arrow:dir(ltr) {
3136 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
3137 margin-left: 0.80451rem; }
3138 .menu .menuitem arrow:dir(rtl),
3139 .menu menuitem arrow:dir(rtl),
3140 .context-menu .menuitem arrow:dir(rtl),
3141 .context-menu menuitem arrow:dir(rtl),
3142 menu .menuitem arrow:dir(rtl),
3143 menu menuitem arrow:dir(rtl) {
3144 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
3145 margin-right: 0.80451rem; }
3146 .menu .menuitem label:dir(rtl), .menu .menuitem label:dir(ltr),
3147 .menu menuitem label:dir(rtl),
3148 .menu menuitem label:dir(ltr),
3149 .context-menu .menuitem label:dir(rtl),
3150 .context-menu .menuitem label:dir(ltr),
3151 .context-menu menuitem label:dir(rtl),
3152 .context-menu menuitem label:dir(ltr),
3153 menu .menuitem label:dir(rtl),
3154 menu .menuitem label:dir(ltr),
3155 menu menuitem label:dir(rtl),
3156 menu menuitem label:dir(ltr) {
3157 color: inherit; }
3158 .menu > arrow,
3159 .context-menu > arrow,
3160 menu > arrow {
3161 min-height: 1.20301rem;
3162 min-width: 1.20301rem;
3163 padding: 0.30075rem;
3164 border-style: none;
3165 border-radius: 0;
3166 background-color: #fdfdfe; }
3167 .menu > arrow.top,
3168 .context-menu > arrow.top,
3169 menu > arrow.top {
3170 margin-top: -0.3985rem;
3171 -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
3172 border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
3173 .menu > arrow.bottom,
3174 .context-menu > arrow.bottom,
3175 menu > arrow.bottom {
3176 margin-bottom: -0.3985rem;
3177 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3178 border-top: 1px solid rgba(0, 0, 0, 0.09); }
3179 .menu > arrow:hover,
3180 .context-menu > arrow:hover,
3181 menu > arrow:hover {
3182 background-color: #FFFFFF; }
3183 .menu > arrow:disabled,
3184 .context-menu > arrow:disabled,
3185 menu > arrow:disabled {
3186 color: transparent;
3187 background-color: transparent;
3188 border-color: transparent; }
3189 .menu > separator:dir(ltr),
3190 .context-menu > separator:dir(ltr),
3191 menu > separator:dir(ltr) {
3192 margin-left: 2.40602rem; }
3193 .menu > separator:dir(rtl),
3194 .context-menu > separator:dir(rtl),
3195 menu > separator:dir(rtl) {
3196 margin-right: 2.40602rem; }
3197
3198menuitem accelerator {
3199 color: alpha(currentColor, 0.55); }
3200menuitem separator {
3201 color: transparent;
3202 background: none;
3203 border-top: 1px solid rgba(0, 0, 0, 0.09); }
3204 menuitem separator:dir(ltr) {
3205 margin-left: 2.40602rem; }
3206 menuitem separator:dir(rtl) {
3207 margin-right: 2.40602rem; }
3208
3209.csd.popup {
3210 border-radius: 2px; }
3211
3212/************
3213 * Popovers *
3214 ************/
3215popover.background {
3216 padding: 2px;
3217 background-color: #fdfdfe;
3218 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
3219 .csd popover.background, popover.background {
3220 border: 1px solid;
3221 border-color: #FFFFFF #fdfdfe #fdfdfe;
3222 border-radius: 3px; }
3223 popover.background:backdrop {
3224 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
3225 popover.background > list,
3226 popover.background > .view,
3227 popover.background > iconview,
3228 popover.background > toolbar, popover.background.osd > toolbar {
3229 border-style: none;
3230 border-image: none;
3231 background-color: transparent; }
3232 popover.background button menuitem.flat,
3233 popover.background button.flat,
3234 popover.background button.osd.image-button,
3235 popover.background .osd toolbar button,
3236 .osd toolbar popover.background button,
3237 popover.background toolbar.osd button,
3238 toolbar.osd popover.background button,
3239 popover.background .app-notification button,
3240 .app-notification popover.background button,
3241 popover.background GeditViewFrame .gedit-search-slider button,
3242 GeditViewFrame .gedit-search-slider popover.background button,
3243 popover.background toolbar button,
3244 toolbar popover.background button,
3245 popover.background .titlebar button:not(.suggested-action):not(.destructive-action),
3246 .titlebar popover.background button:not(.suggested-action):not(.destructive-action),
3247 popover.background headerbar button:not(.suggested-action):not(.destructive-action),
3248 headerbar popover.background button:not(.suggested-action):not(.destructive-action),
3249 popover.background .menu > arrow,
3250 popover.background .context-menu > arrow,
3251 popover.background menu > arrow,
3252 popover.background placessidebar row button.image-button,
3253 placessidebar row popover.background button.image-button,
3254 popover.background .ssd decoration button,
3255 .ssd decoration popover.background button,
3256 popover.background .csd headerbar button.titlebutton,
3257 .csd headerbar popover.background button.titlebutton,
3258 popover.background .csd .titlebar button.titlebutton,
3259 .csd .titlebar popover.background button.titlebutton,
3260 popover.background #gf-candidate-popup button,
3261 #gf-candidate-popup popover.background button,
3262 popover.background #gf-candidate-popup .linked > button:first-child,
3263 #gf-candidate-popup popover.background .linked > button:first-child,
3264 popover.background #gf-candidate-popup .linked > button:last-child,
3265 #gf-candidate-popup popover.background .linked > button:last-child,
3266 popover.background window > grid.vertical > box.vertical > widget button,
3267 window > grid.vertical > box.vertical > widget popover.background button,
3268 popover.background layouttabbar button,
3269 layouttabbar popover.background button,
3270 popover.background layouttab button,
3271 layouttab popover.background button {
3272 transition: none;
3273 padding: 0 0.75188rem 0;
3274 background-color: transparent;
3275 background-size: 9.96241rem 9.96241rem, auto;
3276 color: rgba(38, 50, 56, 0.75);
3277 font: initial; }
3278 popover.background button menuitem.flat:hover,
3279 popover.background button.flat:hover,
3280 popover.background button.osd.image-button:hover,
3281 popover.background .osd toolbar button:hover,
3282 .osd toolbar popover.background button:hover,
3283 popover.background toolbar.osd button:hover,
3284 toolbar.osd popover.background button:hover,
3285 popover.background .app-notification button:hover,
3286 .app-notification popover.background button:hover,
3287 popover.background GeditViewFrame .gedit-search-slider button:hover,
3288 GeditViewFrame .gedit-search-slider popover.background button:hover,
3289 popover.background toolbar button:hover,
3290 toolbar popover.background button:hover,
3291 popover.background .titlebar button:hover:not(.suggested-action):not(.destructive-action),
3292 .titlebar popover.background button:hover:not(.suggested-action):not(.destructive-action),
3293 popover.background headerbar button:hover:not(.suggested-action):not(.destructive-action),
3294 headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action),
3295 popover.background .menu > arrow:hover,
3296 popover.background .context-menu > arrow:hover,
3297 popover.background menu > arrow:hover,
3298 popover.background placessidebar row button.image-button:hover,
3299 placessidebar row popover.background button.image-button:hover,
3300 popover.background .ssd decoration button:hover,
3301 .ssd decoration popover.background button:hover,
3302 popover.background .csd headerbar button.titlebutton:hover,
3303 .csd headerbar popover.background button.titlebutton:hover,
3304 popover.background .csd .titlebar button.titlebutton:hover,
3305 .csd .titlebar popover.background button.titlebutton:hover,
3306 popover.background #gf-candidate-popup button:hover,
3307 #gf-candidate-popup popover.background button:hover,
3308 popover.background window > grid.vertical > box.vertical > widget button:hover,
3309 window > grid.vertical > box.vertical > widget popover.background button:hover,
3310 popover.background layouttabbar button:hover,
3311 layouttabbar popover.background button:hover,
3312 popover.background layouttab button:hover,
3313 layouttab popover.background button:hover {
3314 background-color: transparent;
3315 color: #263238; }
3316 popover.background button menuitem.flat label,
3317 popover.background button.flat label,
3318 popover.background button.osd.image-button label,
3319 popover.background .osd toolbar button label,
3320 .osd toolbar popover.background button label,
3321 popover.background toolbar.osd button label,
3322 toolbar.osd popover.background button label,
3323 popover.background .app-notification button label,
3324 .app-notification popover.background button label,
3325 popover.background GeditViewFrame .gedit-search-slider button label,
3326 GeditViewFrame .gedit-search-slider popover.background button label,
3327 popover.background toolbar button label,
3328 toolbar popover.background button label,
3329 popover.background .titlebar button:not(.suggested-action):not(.destructive-action) label,
3330 .titlebar popover.background button:not(.suggested-action):not(.destructive-action) label,
3331 popover.background headerbar button:not(.suggested-action):not(.destructive-action) label,
3332 headerbar popover.background button:not(.suggested-action):not(.destructive-action) label,
3333 popover.background .menu > arrow label,
3334 popover.background .context-menu > arrow label,
3335 popover.background menu > arrow label,
3336 popover.background placessidebar row button.image-button label,
3337 placessidebar row popover.background button.image-button label,
3338 popover.background .ssd decoration button label,
3339 .ssd decoration popover.background button label,
3340 popover.background .csd headerbar button.titlebutton label,
3341 .csd headerbar popover.background button.titlebutton label,
3342 popover.background .csd .titlebar button.titlebutton label,
3343 .csd .titlebar popover.background button.titlebutton label,
3344 popover.background #gf-candidate-popup button label,
3345 #gf-candidate-popup popover.background button label,
3346 popover.background #gf-candidate-popup .linked > button:first-child label,
3347 #gf-candidate-popup popover.background .linked > button:first-child label,
3348 popover.background #gf-candidate-popup .linked > button:last-child label,
3349 #gf-candidate-popup popover.background .linked > button:last-child label,
3350 popover.background window > grid.vertical > box.vertical > widget button label,
3351 window > grid.vertical > box.vertical > widget popover.background button label,
3352 popover.background layouttabbar button label,
3353 layouttabbar popover.background button label,
3354 popover.background layouttab button label,
3355 layouttab popover.background button label {
3356 padding: 0.20301rem 0 0.24812rem; }
3357 popover.background button.image-button {
3358 padding: 0.50376rem; }
3359 popover.background button.model.image-button {
3360 min-height: 2.00752rem; }
3361 popover.background .linked > button {
3362 box-shadow: none;
3363 background-color: transparent;
3364 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
3365 color: rgba(38, 50, 56, 0.75); }
3366 popover.background .linked > button:hover {
3367 box-shadow: none;
3368 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
3369 popover.background .linked > button:active {
3370 box-shadow: none;
3371 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
3372 popover.background .linked > button:disabled {
3373 box-shadow: none;
3374 background-color: transparent; }
3375 popover.background .linked > button:checked {
3376 background-color: alpha(currentColor, 0.2);
3377 color: #263238;
3378 color: #263238;
3379 background-color: transparent; }
3380 popover.background .linked > button:checked:disabled > label {
3381 color: inherit; }
3382 .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button {
3383 box-shadow: none;
3384 background-color: transparent;
3385 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0)); }
3386 popover.background separator {
3387 margin: 0.22556rem 0; }
3388
3389/*************
3390 * Notebooks *
3391 *************/
3392notebook {
3393 padding: 0; }
3394 notebook.frame {
3395 border: 1px solid #E5E9EC;
3396 transition: none; }
3397 notebook.frame > header, notebook.frame > header.frame {
3398 border-style: none; }
3399 notebook.frame > header.top {
3400 margin: -1px -1px 0 -1px; }
3401 notebook.frame > header.bottom {
3402 margin: 0 -1px -1px -1px; }
3403 notebook.frame > header.left {
3404 margin: -1px 0 -1px -1px; }
3405 notebook.frame > header.right {
3406 margin: -1px -1px -1px 0; }
3407 notebook > stack {
3408 transition: none; }
3409 notebook > stack:only-child {
3410 border: none;
3411 background-color: transparent;
3412 box-shadow: none; }
3413 notebook > stack:not(:only-child), notebook > stack:not(:first-child), notebook > stack:not(:last-child) {
3414 border: none;
3415 background-color: #FFFFFF;
3416 box-shadow: inset 0 0 0 1px #FFFFFF; }
3417 notebook > header {
3418 background-color: #FFFFFF; }
3419 notebook > header tabs {
3420 background-color: transparent; }
3421 notebook > header.top {
3422 box-shadow: 0 1px rgba(0, 0, 0, 0.09); }
3423 notebook > header.bottom {
3424 box-shadow: 0 -1px rgba(0, 0, 0, 0.09); }
3425 notebook > header.left {
3426 box-shadow: 1px 0 rgba(0, 0, 0, 0.09); }
3427 notebook > header.right {
3428 box-shadow: -1px 0 rgba(0, 0, 0, 0.09); }
3429 notebook > header.top > tabs {
3430 margin: 0 0.45113rem -1px 0.45113rem; }
3431 notebook > header.top > tabs > tab {
3432 margin: 0 -1px 0 -1px;
3433 padding: 0.3985rem 1.20301rem;
3434 border-bottom-width: 2px;
3435 box-shadow: none; }
3436 notebook > header.top > tabs > tab.reorderable-page {
3437 padding-left: 0.75188rem;
3438 padding-right: 0.75188rem;
3439 border-left-width: 1px;
3440 border-right-width: 1px; }
3441 notebook > header.bottom > tabs {
3442 margin: -1px 0.45113rem 0 0.45113rem; }
3443 notebook > header.bottom > tabs > tab {
3444 margin: 0 -1px 0 -1px;
3445 padding: 0.3985rem 1.20301rem;
3446 border-top-width: 2px;
3447 box-shadow: none; }
3448 notebook > header.bottom > tabs > tab.reorderable-page {
3449 padding-left: 1.20301rem;
3450 padding-right: 1.20301rem;
3451 border-left-width: 1px;
3452 border-right-width: 1px; }
3453 notebook > header.left > tabs {
3454 margin: 0.45113rem -1px 0.45113rem 0; }
3455 notebook > header.left > tabs > tab {
3456 margin: -1px 0 -1px 0;
3457 padding: 0.3985rem 0.75188rem;
3458 border-right-width: 2px;
3459 box-shadow: none; }
3460 notebook > header.left > tabs > tab.reorderable-page {
3461 border-bottom-width: 1px;
3462 border-top-width: 1px; }
3463 notebook > header.right > tabs {
3464 margin: 0.45113rem 0 0.45113rem -1px; }
3465 notebook > header.right > tabs > tab {
3466 margin: -1px 0 -1px 0;
3467 padding: 0.3985rem 0.75188rem;
3468 border-left-width: 2px;
3469 box-shadow: none; }
3470 notebook > header.right > tabs > tab.reorderable-page {
3471 border-bottom-width: 1px;
3472 border-top-width: 1px; }
3473 notebook > header.top tab.reorderable-page {
3474 border-bottom-width: 2px;
3475 border-bottom-color: transparent; }
3476 notebook > header.top tab.reorderable-page:hover {
3477 border-color: rgba(0, 0, 0, 0.09);
3478 border-bottom-width: 2px;
3479 border-bottom-color: rgba(0, 0, 0, 0.09);
3480 background-color: #FFFFFF;
3481 box-shadow: none; }
3482 notebook > header.top tab.reorderable-page:checked {
3483 border-color: rgba(0, 0, 0, 0.09);
3484 border-bottom-width: 2px;
3485 border-bottom-color: #E8E8E8;
3486 background-color: #FFFFFF;
3487 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
3488 notebook > header.bottom tab.reorderable-page {
3489 border-top-width: 2px;
3490 border-top-color: transparent; }
3491 notebook > header.bottom tab.reorderable-page:hover {
3492 border-color: rgba(0, 0, 0, 0.09);
3493 border-top-width: 2px;
3494 border-top-color: rgba(0, 0, 0, 0.09);
3495 background-color: #FFFFFF;
3496 box-shadow: none; }
3497 notebook > header.bottom tab.reorderable-page:checked {
3498 border-color: rgba(0, 0, 0, 0.09);
3499 border-top-width: 2px;
3500 border-top-color: #E8E8E8;
3501 background-color: #FFFFFF;
3502 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
3503 notebook > header.left tab.reorderable-page {
3504 border-right-width: 2px;
3505 border-right-color: transparent; }
3506 notebook > header.left tab.reorderable-page:hover {
3507 border-color: rgba(0, 0, 0, 0.09);
3508 border-right-width: 2px;
3509 border-right-color: rgba(0, 0, 0, 0.09);
3510 background-color: #FFFFFF;
3511 box-shadow: none; }
3512 notebook > header.left tab.reorderable-page:checked {
3513 border-color: rgba(0, 0, 0, 0.09);
3514 border-right-width: 2px;
3515 border-right-color: #E8E8E8;
3516 background-color: #FFFFFF;
3517 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
3518 notebook > header.right tab.reorderable-page {
3519 border-left-width: 2px;
3520 border-left-color: transparent; }
3521 notebook > header.right tab.reorderable-page:hover {
3522 border-color: rgba(0, 0, 0, 0.09);
3523 border-left-width: 2px;
3524 border-left-color: rgba(0, 0, 0, 0.09);
3525 background-color: #FFFFFF;
3526 box-shadow: none; }
3527 notebook > header.right tab.reorderable-page:checked {
3528 border-color: rgba(0, 0, 0, 0.09);
3529 border-left-width: 2px;
3530 border-left-color: #E8E8E8;
3531 background-color: #FFFFFF;
3532 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
3533 notebook > header > tabs > arrow {
3534 transition: none;
3535 min-height: 1.20301rem;
3536 min-width: 1.20301rem;
3537 margin: 0 0.50376rem;
3538 border-radius: 0;
3539 color: rgba(38, 50, 56, 0.5); }
3540 notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active {
3541 color: #263238; }
3542 notebook > header > tabs > arrow:disabled {
3543 color: rgba(38, 50, 56, 0.3); }
3544 notebook > header.top button, notebook > header.bottom button, notebook > header.left button, notebook > header.right button {
3545 min-height: 1.20301rem;
3546 min-width: 1.20301rem;
3547 padding: 0;
3548 border-radius: 100px;
3549 -gtk-outline-radius: 100px; }
3550 notebook > header.top button > image, notebook > header.bottom button > image, notebook > header.left button > image, notebook > header.right button > image {
3551 padding: 0.50376rem; }
3552 notebook tab {
3553 border-width: 0;
3554 border-style: solid;
3555 border-color: transparent;
3556 background-color: transparent;
3557 outline-offset: -0.45113rem; }
3558 notebook tab:hover {
3559 border-color: alpha(currentColor, 0.2); }
3560 notebook tab:checked {
3561 border-color: #E8E8E8; }
3562 notebook tab label {
3563 padding: 0.09774rem;
3564 font-weight: 700;
3565 color: rgba(38, 50, 56, 0.5); }
3566 notebook tab.reorderable-page label {
3567 padding: 0.3985rem 0 0.3985rem; }
3568 notebook tab:hover label {
3569 color: #263238; }
3570 notebook tab:checked label {
3571 color: #263238; }
3572 notebook tab button {
3573 box-shadow: none;
3574 background-color: transparent;
3575 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
3576 min-width: 1.20301rem;
3577 min-height: 1.20301rem;
3578 padding: 0;
3579 border-radius: 100px;
3580 -gtk-outline-radius: 100px;
3581 background-size: 2.44361rem 2.44361rem, auto;
3582 color: rgba(38, 50, 56, 0.5); }
3583 notebook tab button:hover {
3584 box-shadow: none;
3585 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
3586 notebook tab button:active {
3587 box-shadow: none;
3588 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
3589 notebook tab button:disabled {
3590 box-shadow: none;
3591 background-color: transparent; }
3592 notebook tab button > image {
3593 padding: 0.50376rem; }
3594 notebook tab:hover button, notebook tab:checked button {
3595 color: #263238; }
3596 notebook tab:hover button image, notebook tab:checked button image {
3597 color: #263238; }
3598 notebook tab:disabled button {
3599 color: rgba(38, 50, 56, 0.3); }
3600 notebook tab:disabled button image {
3601 color: rgba(38, 50, 56, 0.3); }
3602 notebook tab button.flat.image-button.small-button, notebook tab button.image-button.small-button.osd, notebook tab .osd toolbar button.image-button.small-button, .osd toolbar notebook tab button.image-button.small-button, notebook tab toolbar.osd button.image-button.small-button, toolbar.osd notebook tab button.image-button.small-button, notebook tab .app-notification button.image-button.small-button, .app-notification notebook tab button.image-button.small-button, notebook tab GeditViewFrame .gedit-search-slider button.image-button.small-button, GeditViewFrame .gedit-search-slider notebook tab button.image-button.small-button, notebook tab toolbar button.image-button.small-button, toolbar notebook tab button.image-button.small-button, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action), .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action),
3603 notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action),
3604 headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab .menu > arrow.image-button.small-button,
3605 notebook tab .context-menu > arrow.image-button.small-button,
3606 notebook tab menu > arrow.image-button.small-button, notebook tab placessidebar row button.image-button.small-button, placessidebar row notebook tab button.image-button.small-button, notebook tab .ssd decoration button.image-button.small-button, .ssd decoration notebook tab button.image-button.small-button, notebook tab .csd headerbar button.image-button.small-button.titlebutton, .csd headerbar notebook tab button.image-button.small-button.titlebutton,
3607 notebook tab .csd .titlebar button.image-button.small-button.titlebutton,
3608 .csd .titlebar notebook tab button.image-button.small-button.titlebutton, notebook tab #gf-candidate-popup button.image-button.small-button, #gf-candidate-popup notebook tab button.image-button.small-button, notebook tab window > grid.vertical > box.vertical > widget button.image-button.small-button, window > grid.vertical > box.vertical > widget notebook tab button.image-button.small-button, notebook tab layouttabbar button.image-button.small-button, layouttabbar notebook tab button.image-button.small-button, notebook tab layouttab button.image-button.small-button, layouttab notebook tab button.image-button.small-button {
3609 min-width: 1.20301rem;
3610 min-height: 1.20301rem;
3611 padding: 0; }
3612 notebook tab button.flat.image-button.small-button > widget > box > image, notebook tab button.image-button.small-button.osd > widget > box > image, notebook tab .osd toolbar button.image-button.small-button > widget > box > image, .osd toolbar notebook tab button.image-button.small-button > widget > box > image, notebook tab toolbar.osd button.image-button.small-button > widget > box > image, toolbar.osd notebook tab button.image-button.small-button > widget > box > image, notebook tab .app-notification button.image-button.small-button > widget > box > image, .app-notification notebook tab button.image-button.small-button > widget > box > image, notebook tab GeditViewFrame .gedit-search-slider button.image-button.small-button > widget > box > image, GeditViewFrame .gedit-search-slider notebook tab button.image-button.small-button > widget > box > image, notebook tab toolbar button.image-button.small-button > widget > box > image, toolbar notebook tab button.image-button.small-button > widget > box > image, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
3613 notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
3614 headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, notebook tab .menu > arrow.image-button.small-button > widget > box > image,
3615 notebook tab .context-menu > arrow.image-button.small-button > widget > box > image,
3616 notebook tab menu > arrow.image-button.small-button > widget > box > image, notebook tab placessidebar row button.image-button.small-button > widget > box > image, placessidebar row notebook tab button.image-button.small-button > widget > box > image, notebook tab .ssd decoration button.image-button.small-button > widget > box > image, .ssd decoration notebook tab button.image-button.small-button > widget > box > image, notebook tab .csd headerbar button.image-button.small-button.titlebutton > widget > box > image, .csd headerbar notebook tab button.image-button.small-button.titlebutton > widget > box > image,
3617 notebook tab .csd .titlebar button.image-button.small-button.titlebutton > widget > box > image,
3618 .csd .titlebar notebook tab button.image-button.small-button.titlebutton > widget > box > image, notebook tab #gf-candidate-popup button.image-button.small-button > widget > box > image, #gf-candidate-popup notebook tab button.image-button.small-button > widget > box > image, notebook tab window > grid.vertical > box.vertical > widget button.image-button.small-button > widget > box > image, window > grid.vertical > box.vertical > widget notebook tab button.image-button.small-button > widget > box > image, notebook tab layouttabbar button.image-button.small-button > widget > box > image, layouttabbar notebook tab button.image-button.small-button > widget > box > image, notebook tab layouttab button.image-button.small-button > widget > box > image, layouttab notebook tab button.image-button.small-button > widget > box > image {
3619 padding: 0.50376rem; }
3620
3621/**************
3622 * Scrollbars *
3623 **************/
3624@keyframes slow_down_vert {
3625 from {
3626 min-width: 0.45113rem; }
3627 to {
3628 min-width: 0.90226rem; } }
3629@keyframes slow_down_horz {
3630 from {
3631 min-height: 0.45113rem; }
3632 to {
3633 min-height: 0.90226rem; } }
3634scrollbar,
3635.scrollbar {
3636 background-color: rgba(255, 255, 255, 0.55);
3637 transition-duration: 0.2s; }
3638 * {
3639 -GtkScrollbar-has-backward-stepper: false;
3640 -GtkScrollbar-has-forward-stepper: false; }
3641 scrollbar.top, scrollbar.top .trough, scrollbar.bottom, scrollbar.bottom .trough, scrollbar.left, scrollbar.left .trough, scrollbar.right, scrollbar.right .trough,
3642 .scrollbar.top,
3643 .scrollbar.top .trough,
3644 .scrollbar.bottom,
3645 .scrollbar.bottom .trough,
3646 .scrollbar.left,
3647 .scrollbar.left .trough,
3648 .scrollbar.right,
3649 .scrollbar.right .trough {
3650 border: none; }
3651 scrollbar slider,
3652 scrollbar .slider,
3653 .scrollbar slider,
3654 .scrollbar .slider {
3655 margin: 0;
3656 border-radius: 0;
3657 border: 0 none transparent;
3658 background-color: rgba(38, 50, 56, 0.275); }
3659 scrollbar slider:hover,
3660 scrollbar .slider:hover,
3661 .scrollbar slider:hover,
3662 .scrollbar .slider:hover {
3663 background-color: rgba(38, 50, 56, 0.4125); }
3664 scrollbar slider:active,
3665 scrollbar .slider:active,
3666 .scrollbar slider:active,
3667 .scrollbar .slider:active {
3668 background-color: #263238; }
3669 scrollbar slider:disabled,
3670 scrollbar .slider:disabled,
3671 .scrollbar slider:disabled,
3672 .scrollbar .slider:disabled {
3673 opacity: 0.4; }
3674 scrollbar.fine-tune slider,
3675 .scrollbar.fine-tune slider {
3676 margin: 0; }
3677 scrollbar.vertical slider,
3678 scrollbar.vertical .slider,
3679 .scrollbar.vertical slider,
3680 .scrollbar.vertical .slider {
3681 min-width: 0.90226rem;
3682 min-height: 2.40602rem;
3683 margin: 0; }
3684 scrollbar.vertical.fine-tune slider,
3685 .scrollbar.vertical.fine-tune slider {
3686 margin: 0; }
3687 scrollbar.horizontal slider,
3688 scrollbar.horizontal .slider,
3689 .scrollbar.horizontal slider,
3690 .scrollbar.horizontal .slider {
3691 min-width: 2.40602rem;
3692 min-height: 0.90226rem;
3693 margin: 0; }
3694 scrollbar.horizontal.fine-tune slider,
3695 .scrollbar.horizontal.fine-tune slider {
3696 margin: 0; }
3697 scrollbar.overlay-indicator:not(.dragging):not(.hovering),
3698 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
3699 border-color: transparent;
3700 background-color: transparent; }
3701 scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
3702 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
3703 margin: 0;
3704 border: 0 none transparent; }
3705 scrollbar.overlay-indicator:not(.dragging):not(.hovering) button,
3706 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
3707 min-width: 0.90226rem;
3708 min-height: 0.90226rem;
3709 background-color: rgba(38, 50, 56, 0.275);
3710 border-radius: 0;
3711 border: none;
3712 -gtk-icon-source: none; }
3713 scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider,
3714 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
3715 min-width: 0.45113rem;
3716 min-height: 2.40602rem;
3717 margin: 0; }
3718 scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button,
3719 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
3720 min-width: 0.45113rem;
3721 margin: 0; }
3722 scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider,
3723 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
3724 min-width: 2.40602rem;
3725 min-height: 0.45113rem;
3726 margin: 0; }
3727 scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button,
3728 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
3729 min-height: 0.45113rem;
3730 margin: 0; }
3731 scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering,
3732 .scrollbar.overlay-indicator.dragging,
3733 .scrollbar.overlay-indicator.hovering {
3734 opacity: 0.8; }
3735 scrollbar.overlay-indicator.hovering.vertical slider,
3736 .scrollbar.overlay-indicator.hovering.vertical slider {
3737 animation: slow_down_vert 0.2s linear forwards; }
3738 scrollbar.overlay-indicator.hovering.horizontal slider,
3739 .scrollbar.overlay-indicator.hovering.horizontal slider {
3740 animation: slow_down_horz 0.2s linear forwards; }
3741
3742/**********
3743 * Switch *
3744 **********/
3745switch {
3746 outline-offset: -0.30075rem;
3747 font-size: 0;
3748 border: 0.75188rem solid transparent;
3749 border-radius: 100px;
3750 -gtk-outline-radius: 100px;
3751 background-color: alpha(currentColor, 0.2); }
3752 switch:disabled {
3753 color: rgba(38, 50, 56, 0.3); }
3754 switch:checked {
3755 background-color: rgba(0, 188, 212, 0.2); }
3756 switch:checked:disabled {
3757 background-color: rgba(0, 188, 212, 0.2); }
3758 switch:disabled {
3759 color: rgba(38, 50, 56, 0.3);
3760 background-color: alpha(currentColor, 0.2); }
3761 switch slider {
3762 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
3763 background-color: #FFFFFF;
3764 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
3765 color: rgba(38, 50, 56, 0.75);
3766 min-width: 1.50376rem;
3767 min-height: 1.50376rem;
3768 margin: -0.30075rem -0.07519rem;
3769 padding: 0;
3770 border-radius: 100px;
3771 -gtk-outline-radius: 100px; }
3772 switch:hover slider {
3773 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
3774 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
3775 color: #263238;
3776 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
3777 switch:checked slider {
3778 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
3779 background-color: #E8E8E8;
3780 color: #FFFFFF; }
3781 switch:checked:hover slider {
3782 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
3783 background-color: #E8E8E8;
3784 color: #FFFFFF;
3785 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2));
3786 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); }
3787 switch:checked:disabled slider {
3788 box-shadow: none;
3789 background-color: alpha(currentColor, 0.2);
3790 color: rgba(0, 188, 212, 0.4);
3791 background-color: #F0F2F3;
3792 background-image: none;
3793 box-shadow: none; }
3794 switch:checked:disabled slider > label {
3795 color: inherit; }
3796 switch:disabled slider {
3797 background-color: #F0F2F3;
3798 background-image: none;
3799 box-shadow: none; }
3800 row:selected switch {
3801 background-color: #FFFFFF; }
3802 row:selected switch:checked {
3803 background-color: #FFFFFF; }
3804 row:selected switch:checked:disabled {
3805 background-color: #FFFFFF; }
3806 row:selected switch slider {
3807 background-color: #FFFFFF; }
3808 row:selected switch:hover slider {
3809 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
3810 row:selected switch:checked slider {
3811 background-color: #FFFFFF; }
3812 row:selected switch:checked:disabled slider {
3813 background-color: #FFFFFF; }
3814 grid switch {
3815 margin: 0.45113rem 0.37594rem;
3816 font-size: 0;
3817 outline-color: transparent; }
3818 grid switch slider {
3819 min-width: 3.00752rem;
3820 min-height: 1.50376rem; }
3821 grid switch, grid switch:hover, grid switch:checked, grid switch:checked:hover, grid switch:checked:disabled, grid switch:disabled {
3822 margin: 0.45113rem 0.37594rem;
3823 border: none;
3824 color: transparent;
3825 background: none;
3826 background-image: none;
3827 background-size: 40px 20px;
3828 background-repeat: no-repeat;
3829 background-position: right center;
3830 box-shadow: none; }
3831 grid switch:dir(rtl), grid switch:hover:dir(rtl), grid switch:checked:dir(rtl), grid switch:checked:hover:dir(rtl), grid switch:checked:disabled:dir(rtl), grid switch:disabled:dir(rtl) {
3832 background-position: left center; }
3833 grid switch slider, grid switch:hover slider, grid switch:checked slider, grid switch:checked:hover slider, grid switch:checked:disabled slider, grid switch:disabled slider {
3834 margin: 0;
3835 border: none;
3836 border-radius: 0;
3837 color: transparent;
3838 background: none;
3839 background-image: none;
3840 background-size: 40px 20px;
3841 background-repeat: no-repeat;
3842 background-position: right center;
3843 box-shadow: none; }
3844 grid switch slider:dir(rtl), grid switch:hover slider:dir(rtl), grid switch:checked slider:dir(rtl), grid switch:checked:hover slider:dir(rtl), grid switch:checked:disabled slider:dir(rtl), grid switch:disabled slider:dir(rtl) {
3845 background-position: left center; }
3846 grid switch:not(:hover):not(:checked):not(:disabled) {
3847 background-image: -gtk-scaled(url("assets/toggle-off.png"), url("assets/toggle-off@2.png")); }
3848 grid switch:hover {
3849 background-image: -gtk-scaled(url("assets/toggle-off-hover.png"), url("assets/toggle-off-hover@2.png")); }
3850 grid switch:checked {
3851 background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
3852 grid switch:checked:hover {
3853 background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
3854 grid switch:checked:disabled {
3855 background-image: -gtk-scaled(url("assets/toggle-on-insensitive.png"), url("assets/toggle-on-insensitive@2.png")); }
3856 grid switch:disabled {
3857 background-image: -gtk-scaled(url("assets/toggle-off-insensitive.png"), url("assets/toggle-off-insensitive@2.png")); }
3858
3859/*************************
3860 * Check and Radio items *
3861 *************************/
3862@keyframes check_radio_hover {
3863 from {
3864 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(rgba(38, 50, 56, 0.75), 0.1)), to(transparent)); }
3865 to {
3866 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(rgba(38, 50, 56, 0.75), 0.1)), to(transparent)); } }
3867@keyframes check_radio_active {
3868 from {
3869 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#E8E8E8, 0.1)), to(transparent)); }
3870 to {
3871 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#E8E8E8, 0.1)), to(transparent)); } }
3872@keyframes check_radio_active_reverse {
3873 from {
3874 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#E8E8E8, 0.2)), to(transparent)); }
3875 to {
3876 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#E8E8E8, 0)), to(transparent)); } }
3877check,
3878.check {
3879 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png"));
3880 -gtk-icon-shadow: none; }
3881
3882check:hover,
3883.check:hover {
3884 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
3885 -gtk-icon-shadow: none; }
3886
3887check:active,
3888.check:active {
3889 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
3890 -gtk-icon-shadow: none; }
3891
3892check:disabled,
3893.check:disabled {
3894 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png"));
3895 -gtk-icon-shadow: none; }
3896
3897check:indeterminate,
3898.check:indeterminate {
3899 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png"));
3900 -gtk-icon-shadow: none; }
3901
3902check:indeterminate:hover,
3903.check:indeterminate:hover {
3904 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
3905 -gtk-icon-shadow: none; }
3906
3907check:indeterminate:active,
3908.check:indeterminate:active {
3909 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
3910 -gtk-icon-shadow: none; }
3911
3912check:indeterminate:disabled,
3913.check:indeterminate:disabled {
3914 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png"));
3915 -gtk-icon-shadow: none; }
3916
3917check:checked,
3918.check:checked {
3919 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png"));
3920 -gtk-icon-shadow: none; }
3921
3922check:checked:hover,
3923.check:checked:hover {
3924 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
3925 -gtk-icon-shadow: none; }
3926
3927check:checked:active,
3928.check:checked:active {
3929 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
3930 -gtk-icon-shadow: none; }
3931
3932check:checked:disabled,
3933.check:checked:disabled {
3934 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png"));
3935 -gtk-icon-shadow: none; }
3936
3937menu menuitem check,
3938menu menuitem .check {
3939 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png"));
3940 -gtk-icon-shadow: none; }
3941 menu menuitem check:hover,
3942 menu menuitem .check:hover {
3943 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png"));
3944 animation: none;
3945 -gtk-icon-shadow: none;
3946 transition: none; }
3947
3948menu menuitem check:disabled,
3949menu menuitem .check:disabled {
3950 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png"));
3951 -gtk-icon-shadow: none; }
3952 menu menuitem check:disabled:hover,
3953 menu menuitem .check:disabled:hover {
3954 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png"));
3955 animation: none;
3956 -gtk-icon-shadow: none;
3957 transition: none; }
3958
3959menu menuitem check:indeterminate,
3960menu menuitem .check:indeterminate {
3961 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png"));
3962 -gtk-icon-shadow: none; }
3963 menu menuitem check:indeterminate:hover,
3964 menu menuitem .check:indeterminate:hover {
3965 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png"));
3966 animation: none;
3967 -gtk-icon-shadow: none;
3968 transition: none; }
3969
3970menu menuitem check:indeterminate:disabled,
3971menu menuitem .check:indeterminate:disabled {
3972 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png"));
3973 -gtk-icon-shadow: none; }
3974 menu menuitem check:indeterminate:disabled:hover,
3975 menu menuitem .check:indeterminate:disabled:hover {
3976 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png"));
3977 animation: none;
3978 -gtk-icon-shadow: none;
3979 transition: none; }
3980
3981menu menuitem check:checked,
3982menu menuitem .check:checked {
3983 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png"));
3984 -gtk-icon-shadow: none; }
3985 menu menuitem check:checked:hover,
3986 menu menuitem .check:checked:hover {
3987 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png"));
3988 animation: none;
3989 -gtk-icon-shadow: none;
3990 transition: none; }
3991
3992menu menuitem check:checked:disabled,
3993menu menuitem .check:checked:disabled {
3994 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png"));
3995 -gtk-icon-shadow: none; }
3996 menu menuitem check:checked:disabled:hover,
3997 menu menuitem .check:checked:disabled:hover {
3998 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png"));
3999 animation: none;
4000 -gtk-icon-shadow: none;
4001 transition: none; }
4002
4003radio,
4004.radio {
4005 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png"));
4006 -gtk-icon-shadow: none; }
4007
4008radio:hover,
4009.radio:hover {
4010 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
4011 -gtk-icon-shadow: none; }
4012
4013radio:active,
4014.radio:active {
4015 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
4016 -gtk-icon-shadow: none; }
4017
4018radio:disabled,
4019.radio:disabled {
4020 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png"));
4021 -gtk-icon-shadow: none; }
4022
4023radio:indeterminate,
4024.radio:indeterminate {
4025 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png"));
4026 -gtk-icon-shadow: none; }
4027
4028radio:indeterminate:hover,
4029.radio:indeterminate:hover {
4030 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
4031 -gtk-icon-shadow: none; }
4032
4033radio:indeterminate:active,
4034.radio:indeterminate:active {
4035 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
4036 -gtk-icon-shadow: none; }
4037
4038radio:indeterminate:disabled,
4039.radio:indeterminate:disabled {
4040 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png"));
4041 -gtk-icon-shadow: none; }
4042
4043radio:checked,
4044.radio:checked {
4045 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png"));
4046 -gtk-icon-shadow: none; }
4047
4048radio:checked:hover,
4049.radio:checked:hover {
4050 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
4051 -gtk-icon-shadow: none; }
4052
4053radio:checked:active,
4054.radio:checked:active {
4055 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
4056 -gtk-icon-shadow: none; }
4057
4058radio:checked:disabled,
4059.radio:checked:disabled {
4060 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png"));
4061 -gtk-icon-shadow: none; }
4062
4063menu menuitem radio,
4064menu menuitem .radio {
4065 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png"));
4066 -gtk-icon-shadow: none; }
4067 menu menuitem radio:hover,
4068 menu menuitem .radio:hover {
4069 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png"));
4070 animation: none;
4071 -gtk-icon-shadow: none;
4072 transition: none; }
4073
4074menu menuitem radio:disabled,
4075menu menuitem .radio:disabled {
4076 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png"));
4077 -gtk-icon-shadow: none; }
4078 menu menuitem radio:disabled:hover,
4079 menu menuitem .radio:disabled:hover {
4080 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png"));
4081 animation: none;
4082 -gtk-icon-shadow: none;
4083 transition: none; }
4084
4085menu menuitem radio:indeterminate,
4086menu menuitem .radio:indeterminate {
4087 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png"));
4088 -gtk-icon-shadow: none; }
4089 menu menuitem radio:indeterminate:hover,
4090 menu menuitem .radio:indeterminate:hover {
4091 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png"));
4092 animation: none;
4093 -gtk-icon-shadow: none;
4094 transition: none; }
4095
4096menu menuitem radio:indeterminate:disabled,
4097menu menuitem .radio:indeterminate:disabled {
4098 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png"));
4099 -gtk-icon-shadow: none; }
4100 menu menuitem radio:indeterminate:disabled:hover,
4101 menu menuitem .radio:indeterminate:disabled:hover {
4102 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png"));
4103 animation: none;
4104 -gtk-icon-shadow: none;
4105 transition: none; }
4106
4107menu menuitem radio:checked,
4108menu menuitem .radio:checked {
4109 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png"));
4110 -gtk-icon-shadow: none; }
4111 menu menuitem radio:checked:hover,
4112 menu menuitem .radio:checked:hover {
4113 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png"));
4114 animation: none;
4115 -gtk-icon-shadow: none;
4116 transition: none; }
4117
4118menu menuitem radio:checked:disabled,
4119menu menuitem .radio:checked:disabled {
4120 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png"));
4121 -gtk-icon-shadow: none; }
4122 menu menuitem radio:checked:disabled:hover,
4123 menu menuitem .radio:checked:disabled:hover {
4124 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png"));
4125 animation: none;
4126 -gtk-icon-shadow: none;
4127 transition: none; }
4128
4129treeview.view check, .tweak-category check, treeview.view check:only-child, .tweak-category check:only-child,
4130treeview.view radio,
4131.tweak-category radio,
4132treeview.view radio:only-child,
4133.tweak-category radio:only-child {
4134 padding: 0; }
4135
4136treeview.view check:selected, .tweak-category check:selected,
4137treeview.view check:selected:focus,
4138.tweak-category check:selected:focus,
4139row check:selected,
4140row check:selected:focus,
4141row.activatable check:selected,
4142.view check:selected,
4143iconview check:selected,
4144.view text check:selected,
4145iconview text check:selected,
4146textview text check:selected,
4147treeview.view header button check:selected,
4148.tweak-category header button check:selected,
4149row.activatable check:selected:focus,
4150.view check:selected:focus,
4151iconview check:selected:focus,
4152.view text check:selected:focus,
4153iconview text check:selected:focus,
4154textview text check:selected:focus,
4155treeview.view header button check:selected:focus,
4156.tweak-category header button check:selected:focus {
4157 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
4158 -gtk-icon-shadow: none; }
4159treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4160treeview.view check:selected:focus:disabled,
4161.tweak-category check:selected:focus:disabled,
4162row check:selected:disabled,
4163row check:selected:focus:disabled,
4164row.activatable check:selected:disabled,
4165.view check:selected:disabled,
4166iconview check:selected:disabled,
4167.view text check:selected:disabled,
4168iconview text check:selected:disabled,
4169textview text check:selected:disabled,
4170treeview.view header button check:selected:disabled,
4171.tweak-category header button check:selected:disabled,
4172row.activatable check:selected:focus:disabled,
4173.view check:selected:focus:disabled,
4174iconview check:selected:focus:disabled,
4175.view text check:selected:focus:disabled,
4176iconview text check:selected:focus:disabled,
4177textview text check:selected:focus:disabled,
4178treeview.view header button check:selected:focus:disabled,
4179.tweak-category header button check:selected:focus:disabled {
4180 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4181treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4182treeview.view check:selected:focus:indeterminate:disabled,
4183.tweak-category check:selected:focus:indeterminate:disabled,
4184row check:selected:indeterminate:disabled,
4185row check:selected:focus:indeterminate:disabled,
4186row.activatable check:selected:indeterminate:disabled,
4187.view check:selected:indeterminate:disabled,
4188iconview check:selected:indeterminate:disabled,
4189.view text check:selected:indeterminate:disabled,
4190iconview text check:selected:indeterminate:disabled,
4191textview text check:selected:indeterminate:disabled,
4192treeview.view header button check:selected:indeterminate:disabled,
4193.tweak-category header button check:selected:indeterminate:disabled,
4194row.activatable check:selected:focus:indeterminate:disabled,
4195.view check:selected:focus:indeterminate:disabled,
4196iconview check:selected:focus:indeterminate:disabled,
4197.view text check:selected:focus:indeterminate:disabled,
4198iconview text check:selected:focus:indeterminate:disabled,
4199textview text check:selected:focus:indeterminate:disabled,
4200treeview.view header button check:selected:focus:indeterminate:disabled,
4201.tweak-category header button check:selected:focus:indeterminate:disabled {
4202 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4203treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4204treeview.view check:selected:focus:checked:disabled,
4205.tweak-category check:selected:focus:checked:disabled,
4206row check:selected:checked:disabled,
4207row check:selected:focus:checked:disabled,
4208row.activatable check:selected:checked:disabled,
4209.view check:selected:checked:disabled,
4210iconview check:selected:checked:disabled,
4211.view text check:selected:checked:disabled,
4212iconview text check:selected:checked:disabled,
4213textview text check:selected:checked:disabled,
4214treeview.view header button check:selected:checked:disabled,
4215.tweak-category header button check:selected:checked:disabled,
4216row.activatable check:selected:focus:checked:disabled,
4217.view check:selected:focus:checked:disabled,
4218iconview check:selected:focus:checked:disabled,
4219.view text check:selected:focus:checked:disabled,
4220iconview text check:selected:focus:checked:disabled,
4221textview text check:selected:focus:checked:disabled,
4222treeview.view header button check:selected:focus:checked:disabled,
4223.tweak-category header button check:selected:focus:checked:disabled {
4224 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4225
4226treeview.view check:selected:active, .tweak-category check:selected:active,
4227treeview.view check:selected:focus:active,
4228.tweak-category check:selected:focus:active,
4229row check:selected:active,
4230row check:selected:focus:active,
4231row.activatable check:selected:active,
4232.view check:selected:active,
4233iconview check:selected:active,
4234.view text check:selected:active,
4235iconview text check:selected:active,
4236textview text check:selected:active,
4237treeview.view header button check:selected:active,
4238.tweak-category header button check:selected:active,
4239row.activatable check:selected:focus:active,
4240.view check:selected:focus:active,
4241iconview check:selected:focus:active,
4242.view text check:selected:focus:active,
4243iconview text check:selected:focus:active,
4244textview text check:selected:focus:active,
4245treeview.view header button check:selected:focus:active,
4246.tweak-category header button check:selected:focus:active {
4247 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
4248 -gtk-icon-shadow: none; }
4249treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4250treeview.view check:selected:focus:disabled,
4251.tweak-category check:selected:focus:disabled,
4252row check:selected:disabled,
4253row check:selected:focus:disabled,
4254row.activatable check:selected:disabled,
4255.view check:selected:disabled,
4256iconview check:selected:disabled,
4257.view text check:selected:disabled,
4258iconview text check:selected:disabled,
4259textview text check:selected:disabled,
4260treeview.view header button check:selected:disabled,
4261.tweak-category header button check:selected:disabled,
4262row.activatable check:selected:focus:disabled,
4263.view check:selected:focus:disabled,
4264iconview check:selected:focus:disabled,
4265.view text check:selected:focus:disabled,
4266iconview text check:selected:focus:disabled,
4267textview text check:selected:focus:disabled,
4268treeview.view header button check:selected:focus:disabled,
4269.tweak-category header button check:selected:focus:disabled {
4270 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4271treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4272treeview.view check:selected:focus:indeterminate:disabled,
4273.tweak-category check:selected:focus:indeterminate:disabled,
4274row check:selected:indeterminate:disabled,
4275row check:selected:focus:indeterminate:disabled,
4276row.activatable check:selected:indeterminate:disabled,
4277.view check:selected:indeterminate:disabled,
4278iconview check:selected:indeterminate:disabled,
4279.view text check:selected:indeterminate:disabled,
4280iconview text check:selected:indeterminate:disabled,
4281textview text check:selected:indeterminate:disabled,
4282treeview.view header button check:selected:indeterminate:disabled,
4283.tweak-category header button check:selected:indeterminate:disabled,
4284row.activatable check:selected:focus:indeterminate:disabled,
4285.view check:selected:focus:indeterminate:disabled,
4286iconview check:selected:focus:indeterminate:disabled,
4287.view text check:selected:focus:indeterminate:disabled,
4288iconview text check:selected:focus:indeterminate:disabled,
4289textview text check:selected:focus:indeterminate:disabled,
4290treeview.view header button check:selected:focus:indeterminate:disabled,
4291.tweak-category header button check:selected:focus:indeterminate:disabled {
4292 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4293treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4294treeview.view check:selected:focus:checked:disabled,
4295.tweak-category check:selected:focus:checked:disabled,
4296row check:selected:checked:disabled,
4297row check:selected:focus:checked:disabled,
4298row.activatable check:selected:checked:disabled,
4299.view check:selected:checked:disabled,
4300iconview check:selected:checked:disabled,
4301.view text check:selected:checked:disabled,
4302iconview text check:selected:checked:disabled,
4303textview text check:selected:checked:disabled,
4304treeview.view header button check:selected:checked:disabled,
4305.tweak-category header button check:selected:checked:disabled,
4306row.activatable check:selected:focus:checked:disabled,
4307.view check:selected:focus:checked:disabled,
4308iconview check:selected:focus:checked:disabled,
4309.view text check:selected:focus:checked:disabled,
4310iconview text check:selected:focus:checked:disabled,
4311textview text check:selected:focus:checked:disabled,
4312treeview.view header button check:selected:focus:checked:disabled,
4313.tweak-category header button check:selected:focus:checked:disabled {
4314 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4315
4316treeview.view check:selected:indeterminate, .tweak-category check:selected:indeterminate,
4317treeview.view check:selected:focus:indeterminate,
4318.tweak-category check:selected:focus:indeterminate,
4319row check:selected:indeterminate,
4320row check:selected:focus:indeterminate,
4321row.activatable check:selected:indeterminate,
4322.view check:selected:indeterminate,
4323iconview check:selected:indeterminate,
4324.view text check:selected:indeterminate,
4325iconview text check:selected:indeterminate,
4326textview text check:selected:indeterminate,
4327treeview.view header button check:selected:indeterminate,
4328.tweak-category header button check:selected:indeterminate,
4329row.activatable check:selected:focus:indeterminate,
4330.view check:selected:focus:indeterminate,
4331iconview check:selected:focus:indeterminate,
4332.view text check:selected:focus:indeterminate,
4333iconview text check:selected:focus:indeterminate,
4334textview text check:selected:focus:indeterminate,
4335treeview.view header button check:selected:focus:indeterminate,
4336.tweak-category header button check:selected:focus:indeterminate {
4337 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
4338 -gtk-icon-shadow: none; }
4339treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4340treeview.view check:selected:focus:disabled,
4341.tweak-category check:selected:focus:disabled,
4342row check:selected:disabled,
4343row check:selected:focus:disabled,
4344row.activatable check:selected:disabled,
4345.view check:selected:disabled,
4346iconview check:selected:disabled,
4347.view text check:selected:disabled,
4348iconview text check:selected:disabled,
4349textview text check:selected:disabled,
4350treeview.view header button check:selected:disabled,
4351.tweak-category header button check:selected:disabled,
4352row.activatable check:selected:focus:disabled,
4353.view check:selected:focus:disabled,
4354iconview check:selected:focus:disabled,
4355.view text check:selected:focus:disabled,
4356iconview text check:selected:focus:disabled,
4357textview text check:selected:focus:disabled,
4358treeview.view header button check:selected:focus:disabled,
4359.tweak-category header button check:selected:focus:disabled {
4360 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4361treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4362treeview.view check:selected:focus:indeterminate:disabled,
4363.tweak-category check:selected:focus:indeterminate:disabled,
4364row check:selected:indeterminate:disabled,
4365row check:selected:focus:indeterminate:disabled,
4366row.activatable check:selected:indeterminate:disabled,
4367.view check:selected:indeterminate:disabled,
4368iconview check:selected:indeterminate:disabled,
4369.view text check:selected:indeterminate:disabled,
4370iconview text check:selected:indeterminate:disabled,
4371textview text check:selected:indeterminate:disabled,
4372treeview.view header button check:selected:indeterminate:disabled,
4373.tweak-category header button check:selected:indeterminate:disabled,
4374row.activatable check:selected:focus:indeterminate:disabled,
4375.view check:selected:focus:indeterminate:disabled,
4376iconview check:selected:focus:indeterminate:disabled,
4377.view text check:selected:focus:indeterminate:disabled,
4378iconview text check:selected:focus:indeterminate:disabled,
4379textview text check:selected:focus:indeterminate:disabled,
4380treeview.view header button check:selected:focus:indeterminate:disabled,
4381.tweak-category header button check:selected:focus:indeterminate:disabled {
4382 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4383treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4384treeview.view check:selected:focus:checked:disabled,
4385.tweak-category check:selected:focus:checked:disabled,
4386row check:selected:checked:disabled,
4387row check:selected:focus:checked:disabled,
4388row.activatable check:selected:checked:disabled,
4389.view check:selected:checked:disabled,
4390iconview check:selected:checked:disabled,
4391.view text check:selected:checked:disabled,
4392iconview text check:selected:checked:disabled,
4393textview text check:selected:checked:disabled,
4394treeview.view header button check:selected:checked:disabled,
4395.tweak-category header button check:selected:checked:disabled,
4396row.activatable check:selected:focus:checked:disabled,
4397.view check:selected:focus:checked:disabled,
4398iconview check:selected:focus:checked:disabled,
4399.view text check:selected:focus:checked:disabled,
4400iconview text check:selected:focus:checked:disabled,
4401textview text check:selected:focus:checked:disabled,
4402treeview.view header button check:selected:focus:checked:disabled,
4403.tweak-category header button check:selected:focus:checked:disabled {
4404 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4405
4406treeview.view check:selected:indeterminate:active, .tweak-category check:selected:indeterminate:active,
4407treeview.view check:selected:focus:indeterminate:active,
4408.tweak-category check:selected:focus:indeterminate:active,
4409row check:selected:indeterminate:active,
4410row check:selected:focus:indeterminate:active,
4411row.activatable check:selected:indeterminate:active,
4412.view check:selected:indeterminate:active,
4413iconview check:selected:indeterminate:active,
4414.view text check:selected:indeterminate:active,
4415iconview text check:selected:indeterminate:active,
4416textview text check:selected:indeterminate:active,
4417treeview.view header button check:selected:indeterminate:active,
4418.tweak-category header button check:selected:indeterminate:active,
4419row.activatable check:selected:focus:indeterminate:active,
4420.view check:selected:focus:indeterminate:active,
4421iconview check:selected:focus:indeterminate:active,
4422.view text check:selected:focus:indeterminate:active,
4423iconview text check:selected:focus:indeterminate:active,
4424textview text check:selected:focus:indeterminate:active,
4425treeview.view header button check:selected:focus:indeterminate:active,
4426.tweak-category header button check:selected:focus:indeterminate:active {
4427 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
4428 -gtk-icon-shadow: none; }
4429treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4430treeview.view check:selected:focus:disabled,
4431.tweak-category check:selected:focus:disabled,
4432row check:selected:disabled,
4433row check:selected:focus:disabled,
4434row.activatable check:selected:disabled,
4435.view check:selected:disabled,
4436iconview check:selected:disabled,
4437.view text check:selected:disabled,
4438iconview text check:selected:disabled,
4439textview text check:selected:disabled,
4440treeview.view header button check:selected:disabled,
4441.tweak-category header button check:selected:disabled,
4442row.activatable check:selected:focus:disabled,
4443.view check:selected:focus:disabled,
4444iconview check:selected:focus:disabled,
4445.view text check:selected:focus:disabled,
4446iconview text check:selected:focus:disabled,
4447textview text check:selected:focus:disabled,
4448treeview.view header button check:selected:focus:disabled,
4449.tweak-category header button check:selected:focus:disabled {
4450 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4451treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4452treeview.view check:selected:focus:indeterminate:disabled,
4453.tweak-category check:selected:focus:indeterminate:disabled,
4454row check:selected:indeterminate:disabled,
4455row check:selected:focus:indeterminate:disabled,
4456row.activatable check:selected:indeterminate:disabled,
4457.view check:selected:indeterminate:disabled,
4458iconview check:selected:indeterminate:disabled,
4459.view text check:selected:indeterminate:disabled,
4460iconview text check:selected:indeterminate:disabled,
4461textview text check:selected:indeterminate:disabled,
4462treeview.view header button check:selected:indeterminate:disabled,
4463.tweak-category header button check:selected:indeterminate:disabled,
4464row.activatable check:selected:focus:indeterminate:disabled,
4465.view check:selected:focus:indeterminate:disabled,
4466iconview check:selected:focus:indeterminate:disabled,
4467.view text check:selected:focus:indeterminate:disabled,
4468iconview text check:selected:focus:indeterminate:disabled,
4469textview text check:selected:focus:indeterminate:disabled,
4470treeview.view header button check:selected:focus:indeterminate:disabled,
4471.tweak-category header button check:selected:focus:indeterminate:disabled {
4472 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4473treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4474treeview.view check:selected:focus:checked:disabled,
4475.tweak-category check:selected:focus:checked:disabled,
4476row check:selected:checked:disabled,
4477row check:selected:focus:checked:disabled,
4478row.activatable check:selected:checked:disabled,
4479.view check:selected:checked:disabled,
4480iconview check:selected:checked:disabled,
4481.view text check:selected:checked:disabled,
4482iconview text check:selected:checked:disabled,
4483textview text check:selected:checked:disabled,
4484treeview.view header button check:selected:checked:disabled,
4485.tweak-category header button check:selected:checked:disabled,
4486row.activatable check:selected:focus:checked:disabled,
4487.view check:selected:focus:checked:disabled,
4488iconview check:selected:focus:checked:disabled,
4489.view text check:selected:focus:checked:disabled,
4490iconview text check:selected:focus:checked:disabled,
4491textview text check:selected:focus:checked:disabled,
4492treeview.view header button check:selected:focus:checked:disabled,
4493.tweak-category header button check:selected:focus:checked:disabled {
4494 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4495
4496treeview.view check:selected:checked, .tweak-category check:selected:checked,
4497treeview.view check:selected:focus:checked,
4498.tweak-category check:selected:focus:checked,
4499row check:selected:checked,
4500row check:selected:focus:checked,
4501row.activatable check:selected:checked,
4502.view check:selected:checked,
4503iconview check:selected:checked,
4504.view text check:selected:checked,
4505iconview text check:selected:checked,
4506textview text check:selected:checked,
4507treeview.view header button check:selected:checked,
4508.tweak-category header button check:selected:checked,
4509row.activatable check:selected:focus:checked,
4510.view check:selected:focus:checked,
4511iconview check:selected:focus:checked,
4512.view text check:selected:focus:checked,
4513iconview text check:selected:focus:checked,
4514textview text check:selected:focus:checked,
4515treeview.view header button check:selected:focus:checked,
4516.tweak-category header button check:selected:focus:checked {
4517 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
4518 -gtk-icon-shadow: none; }
4519treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4520treeview.view check:selected:focus:disabled,
4521.tweak-category check:selected:focus:disabled,
4522row check:selected:disabled,
4523row check:selected:focus:disabled,
4524row.activatable check:selected:disabled,
4525.view check:selected:disabled,
4526iconview check:selected:disabled,
4527.view text check:selected:disabled,
4528iconview text check:selected:disabled,
4529textview text check:selected:disabled,
4530treeview.view header button check:selected:disabled,
4531.tweak-category header button check:selected:disabled,
4532row.activatable check:selected:focus:disabled,
4533.view check:selected:focus:disabled,
4534iconview check:selected:focus:disabled,
4535.view text check:selected:focus:disabled,
4536iconview text check:selected:focus:disabled,
4537textview text check:selected:focus:disabled,
4538treeview.view header button check:selected:focus:disabled,
4539.tweak-category header button check:selected:focus:disabled {
4540 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4541treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4542treeview.view check:selected:focus:indeterminate:disabled,
4543.tweak-category check:selected:focus:indeterminate:disabled,
4544row check:selected:indeterminate:disabled,
4545row check:selected:focus:indeterminate:disabled,
4546row.activatable check:selected:indeterminate:disabled,
4547.view check:selected:indeterminate:disabled,
4548iconview check:selected:indeterminate:disabled,
4549.view text check:selected:indeterminate:disabled,
4550iconview text check:selected:indeterminate:disabled,
4551textview text check:selected:indeterminate:disabled,
4552treeview.view header button check:selected:indeterminate:disabled,
4553.tweak-category header button check:selected:indeterminate:disabled,
4554row.activatable check:selected:focus:indeterminate:disabled,
4555.view check:selected:focus:indeterminate:disabled,
4556iconview check:selected:focus:indeterminate:disabled,
4557.view text check:selected:focus:indeterminate:disabled,
4558iconview text check:selected:focus:indeterminate:disabled,
4559textview text check:selected:focus:indeterminate:disabled,
4560treeview.view header button check:selected:focus:indeterminate:disabled,
4561.tweak-category header button check:selected:focus:indeterminate:disabled {
4562 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4563treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4564treeview.view check:selected:focus:checked:disabled,
4565.tweak-category check:selected:focus:checked:disabled,
4566row check:selected:checked:disabled,
4567row check:selected:focus:checked:disabled,
4568row.activatable check:selected:checked:disabled,
4569.view check:selected:checked:disabled,
4570iconview check:selected:checked:disabled,
4571.view text check:selected:checked:disabled,
4572iconview text check:selected:checked:disabled,
4573textview text check:selected:checked:disabled,
4574treeview.view header button check:selected:checked:disabled,
4575.tweak-category header button check:selected:checked:disabled,
4576row.activatable check:selected:focus:checked:disabled,
4577.view check:selected:focus:checked:disabled,
4578iconview check:selected:focus:checked:disabled,
4579.view text check:selected:focus:checked:disabled,
4580iconview text check:selected:focus:checked:disabled,
4581textview text check:selected:focus:checked:disabled,
4582treeview.view header button check:selected:focus:checked:disabled,
4583.tweak-category header button check:selected:focus:checked:disabled {
4584 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4585
4586treeview.view check:selected:checked:active, .tweak-category check:selected:checked:active,
4587treeview.view check:selected:focus:checked:active,
4588.tweak-category check:selected:focus:checked:active,
4589row check:selected:checked:active,
4590row check:selected:focus:checked:active,
4591row.activatable check:selected:checked:active,
4592.view check:selected:checked:active,
4593iconview check:selected:checked:active,
4594.view text check:selected:checked:active,
4595iconview text check:selected:checked:active,
4596textview text check:selected:checked:active,
4597treeview.view header button check:selected:checked:active,
4598.tweak-category header button check:selected:checked:active,
4599row.activatable check:selected:focus:checked:active,
4600.view check:selected:focus:checked:active,
4601iconview check:selected:focus:checked:active,
4602.view text check:selected:focus:checked:active,
4603iconview text check:selected:focus:checked:active,
4604textview text check:selected:focus:checked:active,
4605treeview.view header button check:selected:focus:checked:active,
4606.tweak-category header button check:selected:focus:checked:active {
4607 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
4608 -gtk-icon-shadow: none; }
4609treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4610treeview.view check:selected:focus:disabled,
4611.tweak-category check:selected:focus:disabled,
4612row check:selected:disabled,
4613row check:selected:focus:disabled,
4614row.activatable check:selected:disabled,
4615.view check:selected:disabled,
4616iconview check:selected:disabled,
4617.view text check:selected:disabled,
4618iconview text check:selected:disabled,
4619textview text check:selected:disabled,
4620treeview.view header button check:selected:disabled,
4621.tweak-category header button check:selected:disabled,
4622row.activatable check:selected:focus:disabled,
4623.view check:selected:focus:disabled,
4624iconview check:selected:focus:disabled,
4625.view text check:selected:focus:disabled,
4626iconview text check:selected:focus:disabled,
4627textview text check:selected:focus:disabled,
4628treeview.view header button check:selected:focus:disabled,
4629.tweak-category header button check:selected:focus:disabled {
4630 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4631treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4632treeview.view check:selected:focus:indeterminate:disabled,
4633.tweak-category check:selected:focus:indeterminate:disabled,
4634row check:selected:indeterminate:disabled,
4635row check:selected:focus:indeterminate:disabled,
4636row.activatable check:selected:indeterminate:disabled,
4637.view check:selected:indeterminate:disabled,
4638iconview check:selected:indeterminate:disabled,
4639.view text check:selected:indeterminate:disabled,
4640iconview text check:selected:indeterminate:disabled,
4641textview text check:selected:indeterminate:disabled,
4642treeview.view header button check:selected:indeterminate:disabled,
4643.tweak-category header button check:selected:indeterminate:disabled,
4644row.activatable check:selected:focus:indeterminate:disabled,
4645.view check:selected:focus:indeterminate:disabled,
4646iconview check:selected:focus:indeterminate:disabled,
4647.view text check:selected:focus:indeterminate:disabled,
4648iconview text check:selected:focus:indeterminate:disabled,
4649textview text check:selected:focus:indeterminate:disabled,
4650treeview.view header button check:selected:focus:indeterminate:disabled,
4651.tweak-category header button check:selected:focus:indeterminate:disabled {
4652 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4653treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4654treeview.view check:selected:focus:checked:disabled,
4655.tweak-category check:selected:focus:checked:disabled,
4656row check:selected:checked:disabled,
4657row check:selected:focus:checked:disabled,
4658row.activatable check:selected:checked:disabled,
4659.view check:selected:checked:disabled,
4660iconview check:selected:checked:disabled,
4661.view text check:selected:checked:disabled,
4662iconview text check:selected:checked:disabled,
4663textview text check:selected:checked:disabled,
4664treeview.view header button check:selected:checked:disabled,
4665.tweak-category header button check:selected:checked:disabled,
4666row.activatable check:selected:focus:checked:disabled,
4667.view check:selected:focus:checked:disabled,
4668iconview check:selected:focus:checked:disabled,
4669.view text check:selected:focus:checked:disabled,
4670iconview text check:selected:focus:checked:disabled,
4671textview text check:selected:focus:checked:disabled,
4672treeview.view header button check:selected:focus:checked:disabled,
4673.tweak-category header button check:selected:focus:checked:disabled {
4674 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4675
4676treeview.view radio:selected, .tweak-category radio:selected,
4677treeview.view radio:selected:focus,
4678.tweak-category radio:selected:focus,
4679row radio:selected,
4680row radio:selected:focus,
4681row.activatable radio:selected,
4682.view radio:selected,
4683iconview radio:selected,
4684.view text radio:selected,
4685iconview text radio:selected,
4686textview text radio:selected,
4687treeview.view header button radio:selected,
4688.tweak-category header button radio:selected,
4689row.activatable radio:selected:focus,
4690.view radio:selected:focus,
4691iconview radio:selected:focus,
4692.view text radio:selected:focus,
4693iconview text radio:selected:focus,
4694textview text radio:selected:focus,
4695treeview.view header button radio:selected:focus,
4696.tweak-category header button radio:selected:focus {
4697 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
4698 -gtk-icon-shadow: none; }
4699treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4700treeview.view radio:selected:focus:disabled,
4701.tweak-category radio:selected:focus:disabled,
4702row radio:selected:disabled,
4703row radio:selected:focus:disabled,
4704row.activatable radio:selected:disabled,
4705.view radio:selected:disabled,
4706iconview radio:selected:disabled,
4707.view text radio:selected:disabled,
4708iconview text radio:selected:disabled,
4709textview text radio:selected:disabled,
4710treeview.view header button radio:selected:disabled,
4711.tweak-category header button radio:selected:disabled,
4712row.activatable radio:selected:focus:disabled,
4713.view radio:selected:focus:disabled,
4714iconview radio:selected:focus:disabled,
4715.view text radio:selected:focus:disabled,
4716iconview text radio:selected:focus:disabled,
4717textview text radio:selected:focus:disabled,
4718treeview.view header button radio:selected:focus:disabled,
4719.tweak-category header button radio:selected:focus:disabled {
4720 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4721treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4722treeview.view radio:selected:focus:indeterminate:disabled,
4723.tweak-category radio:selected:focus:indeterminate:disabled,
4724row radio:selected:indeterminate:disabled,
4725row radio:selected:focus:indeterminate:disabled,
4726row.activatable radio:selected:indeterminate:disabled,
4727.view radio:selected:indeterminate:disabled,
4728iconview radio:selected:indeterminate:disabled,
4729.view text radio:selected:indeterminate:disabled,
4730iconview text radio:selected:indeterminate:disabled,
4731textview text radio:selected:indeterminate:disabled,
4732treeview.view header button radio:selected:indeterminate:disabled,
4733.tweak-category header button radio:selected:indeterminate:disabled,
4734row.activatable radio:selected:focus:indeterminate:disabled,
4735.view radio:selected:focus:indeterminate:disabled,
4736iconview radio:selected:focus:indeterminate:disabled,
4737.view text radio:selected:focus:indeterminate:disabled,
4738iconview text radio:selected:focus:indeterminate:disabled,
4739textview text radio:selected:focus:indeterminate:disabled,
4740treeview.view header button radio:selected:focus:indeterminate:disabled,
4741.tweak-category header button radio:selected:focus:indeterminate:disabled {
4742 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4743treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4744treeview.view radio:selected:focus:checked:disabled,
4745.tweak-category radio:selected:focus:checked:disabled,
4746row radio:selected:checked:disabled,
4747row radio:selected:focus:checked:disabled,
4748row.activatable radio:selected:checked:disabled,
4749.view radio:selected:checked:disabled,
4750iconview radio:selected:checked:disabled,
4751.view text radio:selected:checked:disabled,
4752iconview text radio:selected:checked:disabled,
4753textview text radio:selected:checked:disabled,
4754treeview.view header button radio:selected:checked:disabled,
4755.tweak-category header button radio:selected:checked:disabled,
4756row.activatable radio:selected:focus:checked:disabled,
4757.view radio:selected:focus:checked:disabled,
4758iconview radio:selected:focus:checked:disabled,
4759.view text radio:selected:focus:checked:disabled,
4760iconview text radio:selected:focus:checked:disabled,
4761textview text radio:selected:focus:checked:disabled,
4762treeview.view header button radio:selected:focus:checked:disabled,
4763.tweak-category header button radio:selected:focus:checked:disabled {
4764 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4765
4766treeview.view radio:selected:active, .tweak-category radio:selected:active,
4767treeview.view radio:selected:focus:active,
4768.tweak-category radio:selected:focus:active,
4769row radio:selected:active,
4770row radio:selected:focus:active,
4771row.activatable radio:selected:active,
4772.view radio:selected:active,
4773iconview radio:selected:active,
4774.view text radio:selected:active,
4775iconview text radio:selected:active,
4776textview text radio:selected:active,
4777treeview.view header button radio:selected:active,
4778.tweak-category header button radio:selected:active,
4779row.activatable radio:selected:focus:active,
4780.view radio:selected:focus:active,
4781iconview radio:selected:focus:active,
4782.view text radio:selected:focus:active,
4783iconview text radio:selected:focus:active,
4784textview text radio:selected:focus:active,
4785treeview.view header button radio:selected:focus:active,
4786.tweak-category header button radio:selected:focus:active {
4787 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
4788 -gtk-icon-shadow: none; }
4789treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4790treeview.view radio:selected:focus:disabled,
4791.tweak-category radio:selected:focus:disabled,
4792row radio:selected:disabled,
4793row radio:selected:focus:disabled,
4794row.activatable radio:selected:disabled,
4795.view radio:selected:disabled,
4796iconview radio:selected:disabled,
4797.view text radio:selected:disabled,
4798iconview text radio:selected:disabled,
4799textview text radio:selected:disabled,
4800treeview.view header button radio:selected:disabled,
4801.tweak-category header button radio:selected:disabled,
4802row.activatable radio:selected:focus:disabled,
4803.view radio:selected:focus:disabled,
4804iconview radio:selected:focus:disabled,
4805.view text radio:selected:focus:disabled,
4806iconview text radio:selected:focus:disabled,
4807textview text radio:selected:focus:disabled,
4808treeview.view header button radio:selected:focus:disabled,
4809.tweak-category header button radio:selected:focus:disabled {
4810 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4811treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4812treeview.view radio:selected:focus:indeterminate:disabled,
4813.tweak-category radio:selected:focus:indeterminate:disabled,
4814row radio:selected:indeterminate:disabled,
4815row radio:selected:focus:indeterminate:disabled,
4816row.activatable radio:selected:indeterminate:disabled,
4817.view radio:selected:indeterminate:disabled,
4818iconview radio:selected:indeterminate:disabled,
4819.view text radio:selected:indeterminate:disabled,
4820iconview text radio:selected:indeterminate:disabled,
4821textview text radio:selected:indeterminate:disabled,
4822treeview.view header button radio:selected:indeterminate:disabled,
4823.tweak-category header button radio:selected:indeterminate:disabled,
4824row.activatable radio:selected:focus:indeterminate:disabled,
4825.view radio:selected:focus:indeterminate:disabled,
4826iconview radio:selected:focus:indeterminate:disabled,
4827.view text radio:selected:focus:indeterminate:disabled,
4828iconview text radio:selected:focus:indeterminate:disabled,
4829textview text radio:selected:focus:indeterminate:disabled,
4830treeview.view header button radio:selected:focus:indeterminate:disabled,
4831.tweak-category header button radio:selected:focus:indeterminate:disabled {
4832 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4833treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4834treeview.view radio:selected:focus:checked:disabled,
4835.tweak-category radio:selected:focus:checked:disabled,
4836row radio:selected:checked:disabled,
4837row radio:selected:focus:checked:disabled,
4838row.activatable radio:selected:checked:disabled,
4839.view radio:selected:checked:disabled,
4840iconview radio:selected:checked:disabled,
4841.view text radio:selected:checked:disabled,
4842iconview text radio:selected:checked:disabled,
4843textview text radio:selected:checked:disabled,
4844treeview.view header button radio:selected:checked:disabled,
4845.tweak-category header button radio:selected:checked:disabled,
4846row.activatable radio:selected:focus:checked:disabled,
4847.view radio:selected:focus:checked:disabled,
4848iconview radio:selected:focus:checked:disabled,
4849.view text radio:selected:focus:checked:disabled,
4850iconview text radio:selected:focus:checked:disabled,
4851textview text radio:selected:focus:checked:disabled,
4852treeview.view header button radio:selected:focus:checked:disabled,
4853.tweak-category header button radio:selected:focus:checked:disabled {
4854 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4855
4856treeview.view radio:selected:indeterminate, .tweak-category radio:selected:indeterminate,
4857treeview.view radio:selected:focus:indeterminate,
4858.tweak-category radio:selected:focus:indeterminate,
4859row radio:selected:indeterminate,
4860row radio:selected:focus:indeterminate,
4861row.activatable radio:selected:indeterminate,
4862.view radio:selected:indeterminate,
4863iconview radio:selected:indeterminate,
4864.view text radio:selected:indeterminate,
4865iconview text radio:selected:indeterminate,
4866textview text radio:selected:indeterminate,
4867treeview.view header button radio:selected:indeterminate,
4868.tweak-category header button radio:selected:indeterminate,
4869row.activatable radio:selected:focus:indeterminate,
4870.view radio:selected:focus:indeterminate,
4871iconview radio:selected:focus:indeterminate,
4872.view text radio:selected:focus:indeterminate,
4873iconview text radio:selected:focus:indeterminate,
4874textview text radio:selected:focus:indeterminate,
4875treeview.view header button radio:selected:focus:indeterminate,
4876.tweak-category header button radio:selected:focus:indeterminate {
4877 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
4878 -gtk-icon-shadow: none; }
4879treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4880treeview.view radio:selected:focus:disabled,
4881.tweak-category radio:selected:focus:disabled,
4882row radio:selected:disabled,
4883row radio:selected:focus:disabled,
4884row.activatable radio:selected:disabled,
4885.view radio:selected:disabled,
4886iconview radio:selected:disabled,
4887.view text radio:selected:disabled,
4888iconview text radio:selected:disabled,
4889textview text radio:selected:disabled,
4890treeview.view header button radio:selected:disabled,
4891.tweak-category header button radio:selected:disabled,
4892row.activatable radio:selected:focus:disabled,
4893.view radio:selected:focus:disabled,
4894iconview radio:selected:focus:disabled,
4895.view text radio:selected:focus:disabled,
4896iconview text radio:selected:focus:disabled,
4897textview text radio:selected:focus:disabled,
4898treeview.view header button radio:selected:focus:disabled,
4899.tweak-category header button radio:selected:focus:disabled {
4900 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4901treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4902treeview.view radio:selected:focus:indeterminate:disabled,
4903.tweak-category radio:selected:focus:indeterminate:disabled,
4904row radio:selected:indeterminate:disabled,
4905row radio:selected:focus:indeterminate:disabled,
4906row.activatable radio:selected:indeterminate:disabled,
4907.view radio:selected:indeterminate:disabled,
4908iconview radio:selected:indeterminate:disabled,
4909.view text radio:selected:indeterminate:disabled,
4910iconview text radio:selected:indeterminate:disabled,
4911textview text radio:selected:indeterminate:disabled,
4912treeview.view header button radio:selected:indeterminate:disabled,
4913.tweak-category header button radio:selected:indeterminate:disabled,
4914row.activatable radio:selected:focus:indeterminate:disabled,
4915.view radio:selected:focus:indeterminate:disabled,
4916iconview radio:selected:focus:indeterminate:disabled,
4917.view text radio:selected:focus:indeterminate:disabled,
4918iconview text radio:selected:focus:indeterminate:disabled,
4919textview text radio:selected:focus:indeterminate:disabled,
4920treeview.view header button radio:selected:focus:indeterminate:disabled,
4921.tweak-category header button radio:selected:focus:indeterminate:disabled {
4922 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4923treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4924treeview.view radio:selected:focus:checked:disabled,
4925.tweak-category radio:selected:focus:checked:disabled,
4926row radio:selected:checked:disabled,
4927row radio:selected:focus:checked:disabled,
4928row.activatable radio:selected:checked:disabled,
4929.view radio:selected:checked:disabled,
4930iconview radio:selected:checked:disabled,
4931.view text radio:selected:checked:disabled,
4932iconview text radio:selected:checked:disabled,
4933textview text radio:selected:checked:disabled,
4934treeview.view header button radio:selected:checked:disabled,
4935.tweak-category header button radio:selected:checked:disabled,
4936row.activatable radio:selected:focus:checked:disabled,
4937.view radio:selected:focus:checked:disabled,
4938iconview radio:selected:focus:checked:disabled,
4939.view text radio:selected:focus:checked:disabled,
4940iconview text radio:selected:focus:checked:disabled,
4941textview text radio:selected:focus:checked:disabled,
4942treeview.view header button radio:selected:focus:checked:disabled,
4943.tweak-category header button radio:selected:focus:checked:disabled {
4944 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4945
4946treeview.view radio:selected:indeterminate:active, .tweak-category radio:selected:indeterminate:active,
4947treeview.view radio:selected:focus:indeterminate:active,
4948.tweak-category radio:selected:focus:indeterminate:active,
4949row radio:selected:indeterminate:active,
4950row radio:selected:focus:indeterminate:active,
4951row.activatable radio:selected:indeterminate:active,
4952.view radio:selected:indeterminate:active,
4953iconview radio:selected:indeterminate:active,
4954.view text radio:selected:indeterminate:active,
4955iconview text radio:selected:indeterminate:active,
4956textview text radio:selected:indeterminate:active,
4957treeview.view header button radio:selected:indeterminate:active,
4958.tweak-category header button radio:selected:indeterminate:active,
4959row.activatable radio:selected:focus:indeterminate:active,
4960.view radio:selected:focus:indeterminate:active,
4961iconview radio:selected:focus:indeterminate:active,
4962.view text radio:selected:focus:indeterminate:active,
4963iconview text radio:selected:focus:indeterminate:active,
4964textview text radio:selected:focus:indeterminate:active,
4965treeview.view header button radio:selected:focus:indeterminate:active,
4966.tweak-category header button radio:selected:focus:indeterminate:active {
4967 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
4968 -gtk-icon-shadow: none; }
4969treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4970treeview.view radio:selected:focus:disabled,
4971.tweak-category radio:selected:focus:disabled,
4972row radio:selected:disabled,
4973row radio:selected:focus:disabled,
4974row.activatable radio:selected:disabled,
4975.view radio:selected:disabled,
4976iconview radio:selected:disabled,
4977.view text radio:selected:disabled,
4978iconview text radio:selected:disabled,
4979textview text radio:selected:disabled,
4980treeview.view header button radio:selected:disabled,
4981.tweak-category header button radio:selected:disabled,
4982row.activatable radio:selected:focus:disabled,
4983.view radio:selected:focus:disabled,
4984iconview radio:selected:focus:disabled,
4985.view text radio:selected:focus:disabled,
4986iconview text radio:selected:focus:disabled,
4987textview text radio:selected:focus:disabled,
4988treeview.view header button radio:selected:focus:disabled,
4989.tweak-category header button radio:selected:focus:disabled {
4990 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4991treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4992treeview.view radio:selected:focus:indeterminate:disabled,
4993.tweak-category radio:selected:focus:indeterminate:disabled,
4994row radio:selected:indeterminate:disabled,
4995row radio:selected:focus:indeterminate:disabled,
4996row.activatable radio:selected:indeterminate:disabled,
4997.view radio:selected:indeterminate:disabled,
4998iconview radio:selected:indeterminate:disabled,
4999.view text radio:selected:indeterminate:disabled,
5000iconview text radio:selected:indeterminate:disabled,
5001textview text radio:selected:indeterminate:disabled,
5002treeview.view header button radio:selected:indeterminate:disabled,
5003.tweak-category header button radio:selected:indeterminate:disabled,
5004row.activatable radio:selected:focus:indeterminate:disabled,
5005.view radio:selected:focus:indeterminate:disabled,
5006iconview radio:selected:focus:indeterminate:disabled,
5007.view text radio:selected:focus:indeterminate:disabled,
5008iconview text radio:selected:focus:indeterminate:disabled,
5009textview text radio:selected:focus:indeterminate:disabled,
5010treeview.view header button radio:selected:focus:indeterminate:disabled,
5011.tweak-category header button radio:selected:focus:indeterminate:disabled {
5012 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
5013treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
5014treeview.view radio:selected:focus:checked:disabled,
5015.tweak-category radio:selected:focus:checked:disabled,
5016row radio:selected:checked:disabled,
5017row radio:selected:focus:checked:disabled,
5018row.activatable radio:selected:checked:disabled,
5019.view radio:selected:checked:disabled,
5020iconview radio:selected:checked:disabled,
5021.view text radio:selected:checked:disabled,
5022iconview text radio:selected:checked:disabled,
5023textview text radio:selected:checked:disabled,
5024treeview.view header button radio:selected:checked:disabled,
5025.tweak-category header button radio:selected:checked:disabled,
5026row.activatable radio:selected:focus:checked:disabled,
5027.view radio:selected:focus:checked:disabled,
5028iconview radio:selected:focus:checked:disabled,
5029.view text radio:selected:focus:checked:disabled,
5030iconview text radio:selected:focus:checked:disabled,
5031textview text radio:selected:focus:checked:disabled,
5032treeview.view header button radio:selected:focus:checked:disabled,
5033.tweak-category header button radio:selected:focus:checked:disabled {
5034 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
5035
5036treeview.view radio:selected:checked, .tweak-category radio:selected:checked,
5037treeview.view radio:selected:focus:checked,
5038.tweak-category radio:selected:focus:checked,
5039row radio:selected:checked,
5040row radio:selected:focus:checked,
5041row.activatable radio:selected:checked,
5042.view radio:selected:checked,
5043iconview radio:selected:checked,
5044.view text radio:selected:checked,
5045iconview text radio:selected:checked,
5046textview text radio:selected:checked,
5047treeview.view header button radio:selected:checked,
5048.tweak-category header button radio:selected:checked,
5049row.activatable radio:selected:focus:checked,
5050.view radio:selected:focus:checked,
5051iconview radio:selected:focus:checked,
5052.view text radio:selected:focus:checked,
5053iconview text radio:selected:focus:checked,
5054textview text radio:selected:focus:checked,
5055treeview.view header button radio:selected:focus:checked,
5056.tweak-category header button radio:selected:focus:checked {
5057 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
5058 -gtk-icon-shadow: none; }
5059treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
5060treeview.view radio:selected:focus:disabled,
5061.tweak-category radio:selected:focus:disabled,
5062row radio:selected:disabled,
5063row radio:selected:focus:disabled,
5064row.activatable radio:selected:disabled,
5065.view radio:selected:disabled,
5066iconview radio:selected:disabled,
5067.view text radio:selected:disabled,
5068iconview text radio:selected:disabled,
5069textview text radio:selected:disabled,
5070treeview.view header button radio:selected:disabled,
5071.tweak-category header button radio:selected:disabled,
5072row.activatable radio:selected:focus:disabled,
5073.view radio:selected:focus:disabled,
5074iconview radio:selected:focus:disabled,
5075.view text radio:selected:focus:disabled,
5076iconview text radio:selected:focus:disabled,
5077textview text radio:selected:focus:disabled,
5078treeview.view header button radio:selected:focus:disabled,
5079.tweak-category header button radio:selected:focus:disabled {
5080 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
5081treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
5082treeview.view radio:selected:focus:indeterminate:disabled,
5083.tweak-category radio:selected:focus:indeterminate:disabled,
5084row radio:selected:indeterminate:disabled,
5085row radio:selected:focus:indeterminate:disabled,
5086row.activatable radio:selected:indeterminate:disabled,
5087.view radio:selected:indeterminate:disabled,
5088iconview radio:selected:indeterminate:disabled,
5089.view text radio:selected:indeterminate:disabled,
5090iconview text radio:selected:indeterminate:disabled,
5091textview text radio:selected:indeterminate:disabled,
5092treeview.view header button radio:selected:indeterminate:disabled,
5093.tweak-category header button radio:selected:indeterminate:disabled,
5094row.activatable radio:selected:focus:indeterminate:disabled,
5095.view radio:selected:focus:indeterminate:disabled,
5096iconview radio:selected:focus:indeterminate:disabled,
5097.view text radio:selected:focus:indeterminate:disabled,
5098iconview text radio:selected:focus:indeterminate:disabled,
5099textview text radio:selected:focus:indeterminate:disabled,
5100treeview.view header button radio:selected:focus:indeterminate:disabled,
5101.tweak-category header button radio:selected:focus:indeterminate:disabled {
5102 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
5103treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
5104treeview.view radio:selected:focus:checked:disabled,
5105.tweak-category radio:selected:focus:checked:disabled,
5106row radio:selected:checked:disabled,
5107row radio:selected:focus:checked:disabled,
5108row.activatable radio:selected:checked:disabled,
5109.view radio:selected:checked:disabled,
5110iconview radio:selected:checked:disabled,
5111.view text radio:selected:checked:disabled,
5112iconview text radio:selected:checked:disabled,
5113textview text radio:selected:checked:disabled,
5114treeview.view header button radio:selected:checked:disabled,
5115.tweak-category header button radio:selected:checked:disabled,
5116row.activatable radio:selected:focus:checked:disabled,
5117.view radio:selected:focus:checked:disabled,
5118iconview radio:selected:focus:checked:disabled,
5119.view text radio:selected:focus:checked:disabled,
5120iconview text radio:selected:focus:checked:disabled,
5121textview text radio:selected:focus:checked:disabled,
5122treeview.view header button radio:selected:focus:checked:disabled,
5123.tweak-category header button radio:selected:focus:checked:disabled {
5124 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
5125
5126treeview.view radio:selected:checked:active, .tweak-category radio:selected:checked:active,
5127treeview.view radio:selected:focus:checked:active,
5128.tweak-category radio:selected:focus:checked:active,
5129row radio:selected:checked:active,
5130row radio:selected:focus:checked:active,
5131row.activatable radio:selected:checked:active,
5132.view radio:selected:checked:active,
5133iconview radio:selected:checked:active,
5134.view text radio:selected:checked:active,
5135iconview text radio:selected:checked:active,
5136textview text radio:selected:checked:active,
5137treeview.view header button radio:selected:checked:active,
5138.tweak-category header button radio:selected:checked:active,
5139row.activatable radio:selected:focus:checked:active,
5140.view radio:selected:focus:checked:active,
5141iconview radio:selected:focus:checked:active,
5142.view text radio:selected:focus:checked:active,
5143iconview text radio:selected:focus:checked:active,
5144textview text radio:selected:focus:checked:active,
5145treeview.view header button radio:selected:focus:checked:active,
5146.tweak-category header button radio:selected:focus:checked:active {
5147 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
5148 -gtk-icon-shadow: none; }
5149treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
5150treeview.view radio:selected:focus:disabled,
5151.tweak-category radio:selected:focus:disabled,
5152row radio:selected:disabled,
5153row radio:selected:focus:disabled,
5154row.activatable radio:selected:disabled,
5155.view radio:selected:disabled,
5156iconview radio:selected:disabled,
5157.view text radio:selected:disabled,
5158iconview text radio:selected:disabled,
5159textview text radio:selected:disabled,
5160treeview.view header button radio:selected:disabled,
5161.tweak-category header button radio:selected:disabled,
5162row.activatable radio:selected:focus:disabled,
5163.view radio:selected:focus:disabled,
5164iconview radio:selected:focus:disabled,
5165.view text radio:selected:focus:disabled,
5166iconview text radio:selected:focus:disabled,
5167textview text radio:selected:focus:disabled,
5168treeview.view header button radio:selected:focus:disabled,
5169.tweak-category header button radio:selected:focus:disabled {
5170 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
5171treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
5172treeview.view radio:selected:focus:indeterminate:disabled,
5173.tweak-category radio:selected:focus:indeterminate:disabled,
5174row radio:selected:indeterminate:disabled,
5175row radio:selected:focus:indeterminate:disabled,
5176row.activatable radio:selected:indeterminate:disabled,
5177.view radio:selected:indeterminate:disabled,
5178iconview radio:selected:indeterminate:disabled,
5179.view text radio:selected:indeterminate:disabled,
5180iconview text radio:selected:indeterminate:disabled,
5181textview text radio:selected:indeterminate:disabled,
5182treeview.view header button radio:selected:indeterminate:disabled,
5183.tweak-category header button radio:selected:indeterminate:disabled,
5184row.activatable radio:selected:focus:indeterminate:disabled,
5185.view radio:selected:focus:indeterminate:disabled,
5186iconview radio:selected:focus:indeterminate:disabled,
5187.view text radio:selected:focus:indeterminate:disabled,
5188iconview text radio:selected:focus:indeterminate:disabled,
5189textview text radio:selected:focus:indeterminate:disabled,
5190treeview.view header button radio:selected:focus:indeterminate:disabled,
5191.tweak-category header button radio:selected:focus:indeterminate:disabled {
5192 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
5193treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
5194treeview.view radio:selected:focus:checked:disabled,
5195.tweak-category radio:selected:focus:checked:disabled,
5196row radio:selected:checked:disabled,
5197row radio:selected:focus:checked:disabled,
5198row.activatable radio:selected:checked:disabled,
5199.view radio:selected:checked:disabled,
5200iconview radio:selected:checked:disabled,
5201.view text radio:selected:checked:disabled,
5202iconview text radio:selected:checked:disabled,
5203textview text radio:selected:checked:disabled,
5204treeview.view header button radio:selected:checked:disabled,
5205.tweak-category header button radio:selected:checked:disabled,
5206row.activatable radio:selected:focus:checked:disabled,
5207.view radio:selected:focus:checked:disabled,
5208iconview radio:selected:focus:checked:disabled,
5209.view text radio:selected:focus:checked:disabled,
5210iconview text radio:selected:focus:checked:disabled,
5211textview text radio:selected:focus:checked:disabled,
5212treeview.view header button radio:selected:focus:checked:disabled,
5213.tweak-category header button radio:selected:focus:checked:disabled {
5214 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
5215
5216.view.content-view check:not(list), iconview.content-view check:not(list) {
5217 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
5218 background-color: transparent; }
5219
5220.view.content-view check:hover:not(list), iconview.content-view check:hover:not(list) {
5221 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
5222 background-color: transparent; }
5223
5224.view.content-view check:active:not(list), iconview.content-view check:active:not(list) {
5225 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
5226 background-color: transparent; }
5227
5228.view.content-view check:disabled:not(list), iconview.content-view check:disabled:not(list) {
5229 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode.png"), url("assets/checkbox-insensitive-selectionmode@2.png"));
5230 background-color: transparent; }
5231
5232.view.content-view check:checked:not(list), iconview.content-view check:checked:not(list) {
5233 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
5234 background-color: transparent; }
5235
5236.view.content-view check:checked:hover:not(list), iconview.content-view check:checked:hover:not(list) {
5237 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
5238 background-color: transparent; }
5239
5240.view.content-view check:checked:active:not(list), iconview.content-view check:checked:active:not(list) {
5241 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
5242 background-color: transparent; }
5243
5244.view.content-view check:disabled:checked:not(list), iconview.content-view check:disabled:checked:not(list) {
5245 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode.png"), url("assets/checkbox-checked-insensitive-selectionmode@2.png"));
5246 background-color: transparent; }
5247
5248checkbutton.text-button,
5249radiobutton.text-button {
5250 padding: 0.20301rem 0.50376rem;
5251 outline-offset: 0;
5252 color: rgba(38, 50, 56, 0.75); }
5253 checkbutton.text-button:hover, checkbutton.text-button:active, checkbutton.text-button:checked,
5254 radiobutton.text-button:hover,
5255 radiobutton.text-button:active,
5256 radiobutton.text-button:checked {
5257 color: #263238; }
5258
5259radio,
5260.radio,
5261check,
5262.check {
5263 min-width: 1.20301rem;
5264 min-height: 1.20301rem;
5265 margin: -0.75188rem -0.24812rem;
5266 padding: 0.75188rem; }
5267 radio:hover,
5268 .radio:hover,
5269 check:hover,
5270 .check:hover {
5271 animation: check_radio_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5272 radio:active,
5273 .radio:active,
5274 check:active,
5275 .check:active {
5276 animation: check_radio_active_reverse 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
5277 transition-duration: 0.15s; }
5278 radio:hover:checked, radio:hover:indeterminate,
5279 .radio:hover:checked,
5280 .radio:hover:indeterminate,
5281 check:hover:checked,
5282 check:hover:indeterminate,
5283 .check:hover:checked,
5284 .check:hover:indeterminate {
5285 animation: check_radio_active 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5286 menu menuitem radio, menu menuitem
5287 .radio, menu menuitem
5288 check, menu menuitem
5289 .check {
5290 min-width: 1.20301rem;
5291 min-height: 1.20301rem;
5292 margin: 0;
5293 padding: 0; }
5294 menu menuitem radio:dir(ltr), menu menuitem
5295 .radio:dir(ltr), menu menuitem
5296 check:dir(ltr), menu menuitem
5297 .check:dir(ltr) {
5298 margin-right: 0.6015rem; }
5299 menu menuitem radio:dir(rtl), menu menuitem
5300 .radio:dir(rtl), menu menuitem
5301 check:dir(rtl), menu menuitem
5302 .check:dir(rtl) {
5303 margin-left: 0.6015rem; }
5304 menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem
5305 .radio, menu menuitem
5306 .radio:hover, menu menuitem
5307 .radio:disabled, menu menuitem
5308 check, menu menuitem
5309 check:hover, menu menuitem
5310 check:disabled, menu menuitem
5311 .check, menu menuitem
5312 .check:hover, menu menuitem
5313 .check:disabled {
5314 border-color: transparent;
5315 background-image: none;
5316 background-color: transparent;
5317 box-shadow: none;
5318 -gtk-icon-shadow: none;
5319 color: inherit;
5320 animation: none; }
5321
5322/************
5323 * GtkScale *
5324 ************/
5325@keyframes scale_enlarge {
5326 from {
5327 background-size: 80%; }
5328 to {
5329 background-size: 100%; } }
5330scale trough, scale fill {
5331 border: 1px solid transparent;
5332 border-radius: 0;
5333 background-color: alpha(currentColor, 0.2);
5334 box-shadow: none; }
5335 scale trough:disabled, scale fill:disabled {
5336 color: rgba(38, 50, 56, 0.3);
5337 background-color: alpha(currentColor, 0.2); }
5338
5339scale highlight {
5340 border: 1px solid transparent;
5341 border-radius: 0;
5342 background-color: #E8E8E8; }
5343 scale highlight:disabled {
5344 color: rgba(38, 50, 56, 0.3);
5345 background-color: alpha(currentColor, 0.2); }
5346
5347scale {
5348 outline-offset: 0;
5349 outline-width: 0;
5350 min-height: 10px;
5351 min-width: 10px;
5352 padding: 10px; }
5353 scale.fine-tune {
5354 outline-offset: 0;
5355 outline-width: 0; }
5356 scale.fine-tune.horizontal {
5357 padding-top: 9px;
5358 padding-bottom: 9px;
5359 min-height: 10px; }
5360 scale.fine-tune.vertical {
5361 padding-left: 9px;
5362 padding-right: 9px;
5363 min-width: 10px; }
5364 scale.fine-tune slider {
5365 margin: -9px; }
5366 scale slider {
5367 min-height: 20px;
5368 min-width: 20px;
5369 margin: -9px; }
5370 scale slider:not(:hover):not(:active) {
5371 background-size: 80%; }
5372 scale slider {
5373 border-style: none;
5374 border-radius: 0;
5375 background-color: transparent;
5376 background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png"));
5377 background-repeat: no-repeat;
5378 background-position: center;
5379 box-shadow: none; }
5380 scale slider:active {
5381 border-style: none;
5382 border-radius: 0;
5383 background-color: transparent;
5384 background-image: -gtk-scaled(url("assets/slider-active.png"), url("assets/slider-active@2.png"));
5385 background-repeat: no-repeat;
5386 background-position: center;
5387 box-shadow: none; }
5388 scale slider:disabled {
5389 border-style: none;
5390 border-radius: 0;
5391 background-color: transparent;
5392 background-image: -gtk-scaled(url("assets/slider-insensitive.png"), url("assets/slider-insensitive@2.png"));
5393 background-repeat: no-repeat;
5394 background-position: center;
5395 box-shadow: none; }
5396 scale slider:hover {
5397 animation: scale_enlarge 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5398 scale trough,
5399 scale fill,
5400 scale highlight {
5401 min-height: 2px;
5402 min-width: 2px;
5403 border-radius: 0;
5404 border-width: 0; }
5405 scale fill {
5406 background-color: rgba(236, 239, 241, 0.1); }
5407 scale fill:disabled {
5408 border-color: transparent;
5409 background-color: transparent; }
5410 scale value {
5411 color: alpha(currentColor, 0.55); }
5412 scale separator {
5413 color: transparent;
5414 background-color: alpha(currentColor, 0.2); }
5415
5416scale marks {
5417 color: alpha(currentColor, 0.55); }
5418 scale marks.top {
5419 margin-bottom: 6px;
5420 margin-top: -12px; }
5421 scale marks.bottom {
5422 margin-top: 6px;
5423 margin-bottom: -12px; }
5424 scale marks.top {
5425 margin-right: 6px;
5426 margin-left: -12px; }
5427 scale marks.bottom {
5428 margin-left: 6px;
5429 margin-right: -12px; }
5430scale.fine-tune marks.top {
5431 margin-bottom: 6px;
5432 margin-top: -9px; }
5433scale.fine-tune marks.bottom {
5434 margin-top: 6px;
5435 margin-bottom: -9px; }
5436scale.fine-tune marks.top {
5437 margin-right: 6px;
5438 margin-left: -9px; }
5439scale.fine-tune marks.bottom {
5440 margin-left: 6px;
5441 margin-right: -9px; }
5442scale.horizontal indicator {
5443 min-height: 6px;
5444 min-width: 1px; }
5445scale.horizontal.fine-tune indicator {
5446 min-height: 3px; }
5447scale.vertical indicator {
5448 min-height: 1px;
5449 min-width: 6px; }
5450scale.vertical.fine-tune indicator {
5451 min-width: 3px; }
5452
5453scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
5454scale.horizontal contents:last-child:not(:only-child) > trough > slider {
5455 border-style: none;
5456 border-radius: 0;
5457 background-color: transparent;
5458 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
5459 background-repeat: no-repeat;
5460 background-position: center;
5461 box-shadow: none; }
5462scale.color.horizontal slider:active,
5463scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
5464 border-style: none;
5465 border-radius: 0;
5466 background-color: transparent;
5467 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
5468 background-repeat: no-repeat;
5469 background-position: center;
5470 box-shadow: none; }
5471scale.color.horizontal slider:disabled,
5472scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
5473 border-style: none;
5474 border-radius: 0;
5475 background-color: transparent;
5476 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
5477 background-repeat: no-repeat;
5478 background-position: center;
5479 box-shadow: none; }
5480
5481scale.horizontal contents:first-child:not(:only-child) > trough > slider {
5482 border-style: none;
5483 border-radius: 0;
5484 background-color: transparent;
5485 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
5486 background-repeat: no-repeat;
5487 background-position: center;
5488 box-shadow: none; }
5489scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
5490 border-style: none;
5491 border-radius: 0;
5492 background-color: transparent;
5493 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
5494 background-repeat: no-repeat;
5495 background-position: center;
5496 box-shadow: none; }
5497scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
5498 border-style: none;
5499 border-radius: 0;
5500 background-color: transparent;
5501 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
5502 background-repeat: no-repeat;
5503 background-position: center;
5504 box-shadow: none; }
5505
5506scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
5507scale.vertical contents:last-child:not(:only-child) > trough > slider {
5508 border-style: none;
5509 border-radius: 0;
5510 background-color: transparent;
5511 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
5512 background-repeat: no-repeat;
5513 background-position: center;
5514 box-shadow: none; }
5515scale.color.vertical:dir(rtl) slider:active,
5516scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
5517 border-style: none;
5518 border-radius: 0;
5519 background-color: transparent;
5520 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
5521 background-repeat: no-repeat;
5522 background-position: center;
5523 box-shadow: none; }
5524scale.color.vertical:dir(rtl) slider:disabled,
5525scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
5526 border-style: none;
5527 border-radius: 0;
5528 background-color: transparent;
5529 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
5530 background-repeat: no-repeat;
5531 background-position: center;
5532 box-shadow: none; }
5533
5534scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
5535scale.vertical contents:first-child:not(:only-child) > trough > slider {
5536 border-style: none;
5537 border-radius: 0;
5538 background-color: transparent;
5539 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
5540 background-repeat: no-repeat;
5541 background-position: center;
5542 box-shadow: none; }
5543scale.color.vertical:dir(ltr) slider:active,
5544scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
5545 border-style: none;
5546 border-radius: 0;
5547 background-color: transparent;
5548 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
5549 background-repeat: no-repeat;
5550 background-position: center;
5551 box-shadow: none; }
5552scale.color.vertical:dir(ltr) slider:disabled,
5553scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
5554 border-style: none;
5555 border-radius: 0;
5556 background-color: transparent;
5557 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
5558 background-repeat: no-repeat;
5559 background-position: center;
5560 box-shadow: none; }
5561
5562scale.color {
5563 min-height: 0;
5564 min-width: 0; }
5565 scale.color trough {
5566 min-width: 2px;
5567 min-height: 2px;
5568 border-radius: 0;
5569 background-color: transparent; }
5570 scale.color.horizontal {
5571 padding: 0 0 10px 0; }
5572 scale.color.horizontal trough {
5573 padding-bottom: 5px; }
5574 scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled {
5575 margin-top: 5px;
5576 margin-bottom: -10px; }
5577 scale.color.vertical:dir(ltr) {
5578 padding: 0 0 0 10px; }
5579 scale.color.vertical:dir(ltr) trough {
5580 padding-left: 5px; }
5581 scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled {
5582 margin-left: -10px;
5583 margin-right: 5px; }
5584 scale.color.vertical:dir(rtl) {
5585 padding: 0 10px 0 0; }
5586 scale.color.vertical:dir(rtl) trough {
5587 padding-right: 5px; }
5588 scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled {
5589 margin-left: 5px;
5590 margin-right: -10px; }
5591 scale.color.fine-tune.horizontal {
5592 padding: 0 0 10px 0; }
5593 scale.color.fine-tune.horizontal trough {
5594 padding-bottom: 5px; }
5595 scale.color.fine-tune.horizontal slider {
5596 margin-top: 5px;
5597 margin-bottom: -10px; }
5598 scale.color.fine-tune.vertical:dir(ltr) {
5599 padding: 0 0 0 10px; }
5600 scale.color.fine-tune.vertical:dir(ltr) trough {
5601 padding-left: 5px; }
5602 scale.color.fine-tune.vertical:dir(ltr) slider {
5603 margin-left: -10px;
5604 margin-right: 5px; }
5605 scale.color.fine-tune.vertical:dir(rtl) {
5606 padding: 0 10px 0 0; }
5607 scale.color.fine-tune.vertical:dir(rtl) trough {
5608 padding-right: 5px; }
5609 scale.color.fine-tune.vertical:dir(rtl) slider {
5610 margin-left: 5px;
5611 margin-right: -10px; }
5612
5613scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
5614scale.horizontal contents:last-child:not(:only-child) > trough > slider, scale.color.horizontal slider:active,
5615scale.horizontal contents:last-child:not(:only-child) > trough > slider:active,
5616scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
5617 margin: -15px -10px -10px -10px; }
5618
5619scale.horizontal contents:first-child:not(:only-child) > trough > slider,
5620scale.horizontal contents:first-child:not(:only-child) > trough > slider:active,
5621scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
5622 margin: -10px -10px -15px -10px; }
5623
5624scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
5625scale.vertical contents:last-child:not(:only-child) > trough > slider,
5626scale.vertical contents:last-child:not(:only-child) > trough > slider:active,
5627scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
5628 margin: -10px -10px -10px -15px; }
5629
5630scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
5631scale.vertical contents:first-child:not(:only-child) > trough > slider,
5632scale.vertical contents:first-child:not(:only-child) > trough > slider:active,
5633scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
5634 margin: -10px -15px -10px -10px; }
5635
5636scale.color.fine-tune.horizontal slider,
5637scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.color.fine-tune.horizontal slider:active,
5638scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.color.fine-tune.horizontal slider:disabled,
5639scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
5640 margin: -15px -10px -10px -10px; }
5641
5642scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider,
5643scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
5644scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
5645 margin: -10px -10px -15px -10px; }
5646
5647scale.color.fine-tune.vertical:dir(rtl) slider,
5648scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider,
5649scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:active,
5650scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
5651 margin: -10px -10px -10px -15px; }
5652
5653scale.color.fine-tune.vertical:dir(ltr) slider,
5654scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider,
5655scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
5656scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
5657 margin: -10px -15px -10px -10px; }
5658
5659/*****************
5660 * Progress bars *
5661 *****************/
5662progressbar {
5663 font-size: 90%;
5664 color: rgba(38, 50, 56, 0.5); }
5665 progressbar.horizontal trough,
5666 progressbar.horizontal progress {
5667 min-height: 4px; }
5668 progressbar.vertical trough,
5669 progressbar.vertical progress {
5670 min-width: 4px; }
5671 progressbar.horizontal progress {
5672 margin: 0 -1px; }
5673 progressbar.vertical progress {
5674 margin: -1px 0; }
5675 progressbar trough {
5676 box-shadow: none;
5677 border-radius: 0;
5678 background-color: rgba(77, 182, 172, 0.2); }
5679 progressbar progress {
5680 box-shadow: none;
5681 border-radius: 0;
5682 background-color: #E8E8E8; }
5683 progressbar progress.left {
5684 border-top-left-radius: 0;
5685 border-bottom-left-radius: 0; }
5686 progressbar progress.right {
5687 border-top-right-radius: 0;
5688 border-bottom-right-radius: 0; }
5689 progressbar progress.top {
5690 border-top-left-radius: 0;
5691 border-top-right-radius: 0; }
5692 progressbar progress.bottom {
5693 border-bottom-left-radius: 0;
5694 border-bottom-right-radius: 0; }
5695 progressbar.osd {
5696 min-width: 4px;
5697 min-height: 4px; }
5698 progressbar.osd trough {
5699 border-style: none;
5700 box-shadow: none;
5701 background-color: rgba(77, 182, 172, 0.2); }
5702 progressbar.osd progress {
5703 background-image: none;
5704 background-color: #E8E8E8;
5705 border-style: none;
5706 border-radius: 0; }
5707
5708entry progress, spinbutton:not(.vertical) progress {
5709 margin: -10px -6px;
5710 border-style: none none solid;
5711 border-width: 2px;
5712 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
5713 border-radius: 0;
5714 box-shadow: none;
5715 background-color: transparent;
5716 background-image: none; }
5717
5718/*************
5719 * Level Bar *
5720 *************/
5721levelbar {
5722 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5723 levelbar block {
5724 min-width: 2.70677rem;
5725 min-height: 0.30075rem; }
5726 levelbar.vertical block {
5727 min-width: 0.30075rem;
5728 min-height: 2.70677rem; }
5729 levelbar trough {
5730 padding: 0.15038rem;
5731 border-radius: 2px;
5732 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5733 levelbar trough:disabled {
5734 box-shadow: none; }
5735 levelbar trough.horizontal {
5736 padding: 0.15038rem 0.07519rem; }
5737 levelbar trough.vertical {
5738 padding: 0.07519rem 0.15038rem; }
5739 levelbar.horizontal.discrete block {
5740 margin: 0 0.07519rem; }
5741 levelbar.vertical.discrete block {
5742 margin: 0.07519rem 0; }
5743 levelbar block {
5744 border-radius: 0;
5745 border: none;
5746 box-shadow: none; }
5747 levelbar block.low {
5748 background-color: #FF9800; }
5749 levelbar block:not(.empty),
5750 levelbar block.high {
5751 background-color: #E8E8E8; }
5752 levelbar block.full {
5753 background-color: #00E676; }
5754 levelbar block.empty {
5755 background-color: alpha(currentColor, 0.2); }
5756
5757/****************
5758 * Print dialog *
5759*****************/
5760printdialog paper {
5761 padding: 0;
5762 color: #263238;
5763 border: 1px solid rgba(0, 0, 0, 0.09);
5764 background-color: white; }
5765printdialog .dialog-action-box {
5766 margin: 0.90226rem; }
5767
5768/**********
5769 * Frames *
5770 **********/
5771frame > border,
5772.frame {
5773 margin: 0;
5774 padding: 0;
5775 border-radius: 0;
5776 border: 1px solid rgba(0, 0, 0, 0.09);
5777 box-shadow: none; }
5778 frame > border.flat,
5779 .frame.flat {
5780 border-style: none; }
5781
5782actionbar > frame > border {
5783 border-width: 1px 0 0; }
5784
5785actionbar > revealer > box {
5786 padding: 0.3985rem;
5787 border-top: 1px solid rgba(0, 0, 0, 0.09); }
5788
5789placessidebar viewport.frame,
5790scrolledwindow viewport.frame,
5791placessidebar viewport.frame {
5792 border-style: none; }
5793placessidebar overshoot.top,
5794scrolledwindow overshoot.top,
5795placessidebar overshoot.top {
5796 background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5797 background-repeat: no-repeat;
5798 background-position: center top;
5799 background-color: transparent;
5800 border: none;
5801 box-shadow: none; }
5802placessidebar overshoot.bottom,
5803scrolledwindow overshoot.bottom,
5804placessidebar overshoot.bottom {
5805 background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5806 background-repeat: no-repeat;
5807 background-position: center bottom;
5808 background-color: transparent;
5809 border: none;
5810 box-shadow: none; }
5811placessidebar overshoot.left,
5812scrolledwindow overshoot.left,
5813placessidebar overshoot.left {
5814 background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5815 background-repeat: no-repeat;
5816 background-position: left center;
5817 background-color: transparent;
5818 border: none;
5819 box-shadow: none; }
5820placessidebar overshoot.right,
5821scrolledwindow overshoot.right,
5822placessidebar overshoot.right {
5823 background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5824 background-repeat: no-repeat;
5825 background-position: right center;
5826 background-color: transparent;
5827 border: none;
5828 box-shadow: none; }
5829placessidebar undershoot.top,
5830scrolledwindow undershoot.top,
5831placessidebar undershoot.top {
5832 background-color: transparent;
5833 background-image: linear-gradient(to top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5834 padding-top: 0;
5835 background-size: 16px 32px;
5836 background-repeat: repeat-x;
5837 background-origin: content-box;
5838 background-position: center top; }
5839placessidebar undershoot.bottom,
5840scrolledwindow undershoot.bottom,
5841placessidebar undershoot.bottom {
5842 background-color: transparent;
5843 background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5844 padding-bottom: 0;
5845 background-size: 16px 32px;
5846 background-repeat: repeat-x;
5847 background-origin: content-box;
5848 background-position: center bottom; }
5849placessidebar undershoot.left,
5850scrolledwindow undershoot.left,
5851placessidebar undershoot.left {
5852 background-color: transparent;
5853 background-image: linear-gradient(to left, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5854 padding-left: 0;
5855 background-size: 32px 16px;
5856 background-repeat: repeat-y;
5857 background-origin: content-box;
5858 background-position: left center; }
5859placessidebar undershoot.right,
5860scrolledwindow undershoot.right,
5861placessidebar undershoot.right {
5862 background-color: transparent;
5863 background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
5864 padding-right: 0;
5865 background-size: 32px 16px;
5866 background-repeat: repeat-y;
5867 background-origin: content-box;
5868 background-position: right center; }
5869placessidebar junction,
5870scrolledwindow junction,
5871placessidebar junction {
5872 border-color: transparent;
5873 border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
5874 background-color: #FFFFFF; }
5875 placessidebar junction:dir(rtl),
5876 scrolledwindow junction:dir(rtl),
5877 placessidebar junction:dir(rtl) {
5878 border-image-slice: 0 1 0 0; }
5879
5880separator {
5881 color: transparent;
5882 background-color: rgba(0, 0, 0, 0.09);
5883 min-width: 1px;
5884 min-height: 1px; }
5885
5886/*********
5887 * Lists *
5888 *********/
5889list {
5890 border-color: rgba(0, 0, 0, 0.09);
5891 background-color: #FFFFFF; }
5892
5893row {
5894 padding: 2px; }
5895
5896row.activatable, .view, iconview,
5897.view text,
5898iconview text,
5899textview text, treeview.view header button, .tweak-category header button {
5900 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
5901 background-repeat: no-repeat;
5902 background-position: center, center;
5903 background-size: 20.0188rem 20.0188rem, auto; }
5904 row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup,
5905 .view text.has-open-popup,
5906 iconview text.has-open-popup,
5907 textview text.has-open-popup, treeview.view header button.has-open-popup, .tweak-category header button.has-open-popup, row.activatable:hover, .view:hover, iconview:hover,
5908 .view text:hover,
5909 iconview text:hover,
5910 textview text:hover, treeview.view header button:hover, .tweak-category header button:hover {
5911 transition: none;
5912 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05), alpha(currentColor, 0.05)); }
5913 row.activatable:active, .view:active, iconview:active,
5914 .view text:active,
5915 iconview text:active,
5916 textview text:active, treeview.view header button:active, .tweak-category header button:active {
5917 animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5918
5919row button.image-button {
5920 padding: 0.6015rem;
5921 background-size: 2.44361rem 2.44361rem, auto; }
5922row button.circular {
5923 min-width: 1rem;
5924 min-height: 1rem;
5925 padding: 0.6015rem;
5926 background-size: 2.44361rem 2.44361rem, auto; }
5927
5928row:selected button:disabled {
5929 color: rgba(255, 255, 255, 0.34); }
5930row:selected button.flat, row:selected button.osd.image-button, row:selected .osd toolbar button, .osd toolbar row:selected button, row:selected toolbar.osd button, toolbar.osd row:selected button, row:selected .app-notification button, .app-notification row:selected button, row:selected GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider row:selected button, row:selected toolbar button, toolbar row:selected button, row:selected .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:not(.suggested-action):not(.destructive-action),
5931row:selected headerbar button:not(.suggested-action):not(.destructive-action),
5932headerbar row:selected button:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow,
5933row:selected .context-menu > arrow,
5934row:selected menu > arrow, placessidebar row:selected button.image-button, row:selected .ssd decoration button, .ssd decoration row:selected button, row:selected .csd headerbar button.titlebutton, .csd headerbar row:selected button.titlebutton,
5935row:selected .csd .titlebar button.titlebutton,
5936.csd .titlebar row:selected button.titlebutton, row:selected #gf-candidate-popup button, #gf-candidate-popup row:selected button,
5937row:selected #gf-candidate-popup .linked > button:first-child,
5938#gf-candidate-popup row:selected .linked > button:first-child,
5939row:selected #gf-candidate-popup .linked > button:last-child,
5940#gf-candidate-popup row:selected .linked > button:last-child, row:selected window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget row:selected button, row:selected layouttabbar button, layouttabbar row:selected button, row:selected layouttab button, layouttab row:selected button {
5941 color: rgba(255, 255, 255, 0.85); }
5942 row:selected button.flat:hover, row:selected button.osd.image-button:hover, row:selected .osd toolbar button:hover, .osd toolbar row:selected button:hover, row:selected toolbar.osd button:hover, toolbar.osd row:selected button:hover, row:selected .app-notification button:hover, .app-notification row:selected button:hover, row:selected GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider row:selected button:hover, row:selected toolbar button:hover, toolbar row:selected button:hover, row:selected .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:hover:not(.suggested-action):not(.destructive-action),
5943 row:selected headerbar button:hover:not(.suggested-action):not(.destructive-action),
5944 headerbar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:hover,
5945 row:selected .context-menu > arrow:hover,
5946 row:selected menu > arrow:hover, placessidebar row:selected button.image-button:hover, row:selected .ssd decoration button:hover, .ssd decoration row:selected button:hover, row:selected .csd headerbar button.titlebutton:hover, .csd headerbar row:selected button.titlebutton:hover,
5947 row:selected .csd .titlebar button.titlebutton:hover,
5948 .csd .titlebar row:selected button.titlebutton:hover, row:selected #gf-candidate-popup button:hover, #gf-candidate-popup row:selected button:hover, row:selected window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget row:selected button:hover, row:selected layouttabbar button:hover, layouttabbar row:selected button:hover, row:selected layouttab button:hover, layouttab row:selected button:hover, row:selected button.flat:active, row:selected button.osd.image-button:active, row:selected .osd toolbar button:active, .osd toolbar row:selected button:active, row:selected toolbar.osd button:active, toolbar.osd row:selected button:active, row:selected .app-notification button:active, .app-notification row:selected button:active, row:selected GeditViewFrame .gedit-search-slider button:active, GeditViewFrame .gedit-search-slider row:selected button:active, row:selected toolbar button:active, toolbar row:selected button:active, row:selected .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:active:not(.suggested-action):not(.destructive-action),
5949 row:selected headerbar button:active:not(.suggested-action):not(.destructive-action),
5950 headerbar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:active,
5951 row:selected .context-menu > arrow:active,
5952 row:selected menu > arrow:active, placessidebar row:selected button.image-button:active, row:selected .ssd decoration button:active, .ssd decoration row:selected button:active, row:selected .csd headerbar button.titlebutton:active, .csd headerbar row:selected button.titlebutton:active,
5953 row:selected .csd .titlebar button.titlebutton:active,
5954 .csd .titlebar row:selected button.titlebutton:active, row:selected #gf-candidate-popup button:active, #gf-candidate-popup row:selected button:active, row:selected window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget row:selected button:active, row:selected layouttabbar button:active, layouttabbar row:selected button:active, row:selected layouttab button:active, layouttab row:selected button:active {
5955 color: #FFFFFF; }
5956 row:selected button.flat:disabled, row:selected button.osd.image-button:disabled, row:selected .osd toolbar button:disabled, .osd toolbar row:selected button:disabled, row:selected toolbar.osd button:disabled, toolbar.osd row:selected button:disabled, row:selected .app-notification button:disabled, .app-notification row:selected button:disabled, row:selected GeditViewFrame .gedit-search-slider button:disabled, GeditViewFrame .gedit-search-slider row:selected button:disabled, row:selected toolbar button:disabled, toolbar row:selected button:disabled, row:selected .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:disabled:not(.suggested-action):not(.destructive-action),
5957 row:selected headerbar button:disabled:not(.suggested-action):not(.destructive-action),
5958 headerbar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:disabled,
5959 row:selected .context-menu > arrow:disabled,
5960 row:selected menu > arrow:disabled, placessidebar row:selected button.image-button:disabled, row:selected .ssd decoration button:disabled, .ssd decoration row:selected button:disabled, row:selected .csd headerbar button.titlebutton:disabled, .csd headerbar row:selected button.titlebutton:disabled,
5961 row:selected .csd .titlebar button.titlebutton:disabled,
5962 .csd .titlebar row:selected button.titlebutton:disabled, row:selected #gf-candidate-popup button:disabled, #gf-candidate-popup row:selected button:disabled, row:selected window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget row:selected button:disabled, row:selected layouttabbar button:disabled, layouttabbar row:selected button:disabled, row:selected layouttab button:disabled, layouttab row:selected button:disabled {
5963 color: rgba(255, 255, 255, 0.34); }
5964
5965row:hover {
5966 transition: none; }
5967
5968/*********************
5969 * App Notifications *
5970 *********************/
5971.app-notification border,
5972.app-notification.frame border {
5973 border: none; }
5974
5975/*************
5976 * Expanders *
5977 *************/
5978expander {
5979 padding: 0.20301rem 0.30075rem 0.24812rem; }
5980 expander arrow {
5981 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
5982 min-width: 1.20301rem;
5983 min-height: 1.20301rem; }
5984 expander arrow:dir(rtl) {
5985 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
5986 expander arrow:checked {
5987 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
5988 expander arrow:not(:hover):not(:active) {
5989 color: alpha(currentColor, 0.75); }
5990 expander arrow:selected {
5991 color: #FFFFFF; }
5992 expander label {
5993 color: rgba(38, 50, 56, 0.75); }
5994 expander label:hover, expander label:active {
5995 color: #263238; }
5996 expander label:selected {
5997 color: #FFFFFF; }
5998
5999/************
6000 * Calendar *
6001 ***********/
6002calendar {
6003 margin: 0.6015rem 0;
6004 padding: 0.3985rem 0.09774rem 0.20301rem;
6005 border: 1px solid rgba(0, 0, 0, 0.09);
6006 color: #263238; }
6007 calendar:selected {
6008 border: none;
6009 border-radius: 100px;
6010 color: #E8E8E8;
6011 background-color: transparent;
6012 background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
6013 background-size: 1.45113rem 1.45113rem;
6014 background-position: center top;
6015 background-repeat: no-repeat; }
6016 calendar.header {
6017 border: 1px solid transparent;
6018 border-bottom-color: rgba(0, 0, 0, 0.09);
6019 border-radius: 0; }
6020 calendar.button, calendar.header.button {
6021 box-shadow: none;
6022 background-color: transparent;
6023 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
6024 color: alpha(currentColor, 0.2);
6025 background-size: 2.44361rem 2.44361rem, auto; }
6026 calendar.button:hover, calendar.header.button:hover {
6027 box-shadow: none;
6028 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
6029 calendar.button:active, calendar.header.button:active {
6030 box-shadow: none;
6031 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
6032 calendar.button:disabled, calendar.header.button:disabled {
6033 box-shadow: none;
6034 background-color: transparent; }
6035 calendar:indeterminate {
6036 color: alpha(currentColor, 0.2); }
6037 calendar.highlight {
6038 color: alpha(currentColor, 0.55);
6039 font-size: 90%;
6040 font-weight: 500; }
6041
6042/***********
6043 * Dialogs *
6044 ***********/
6045messagedialog .titlebar {
6046 min-height: 20px;
6047 background-color: rgba(0, 0, 0);
6048 border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
6049
6050messagedialog .dialog-action-area button {
6051 padding: 8px;
6052 min-height: 0; }
6053
6054messagedialog.csd.background {
6055 border-bottom-left-radius: 3px;
6056 border-bottom-right-radius: 3px;
6057 border: none; }
6058
6059messagedialog.csd .dialog-action-area button {
6060 border-bottom-style: none; }
6061
6062messagedialog.csd .dialog-action-area button {
6063 border-radius: 0;
6064 border-right-style: none; }
6065
6066messagedialog.csd .dialog-action-area button:last-child {
6067 border-radius: 0 0 3px 0;
6068 border-right-style: none; }
6069
6070messagedialog.csd .dialog-action-area button:first-child {
6071 border-radius: 0 0 0 3px;
6072 border-left-style: none; }
6073
6074messagedialog.csd .dialog-action-area button:only-child {
6075 border-radius: 0 0 3px 3px;
6076 border-left-style: none;
6077 border-right-style: none; }
6078
6079filechooser #pathbarbox {
6080 border-bottom: 1px solid rgba(220, 223, 227, 0.5); }
6081
6082filechooserbutton:drop(active) {
6083 box-shadow: none;
6084 border-color: transparent; }
6085
6086/***********
6087 * Sidebar *
6088 ***********/
6089.sidebar {
6090 border: none;
6091 color: rgba(38, 50, 56, 0.75);
6092 background-color: #FFFFFF; }
6093 .sidebar:dir(ltr), .sidebar list:dir(ltr) {
6094 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6095 .sidebar:dir(rtl), .sidebar list:dir(rtl) {
6096 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6097 .sidebar treeview.view, .sidebar .tweak-category,
6098 .sidebar .frame,
6099 .sidebar list {
6100 background-color: transparent; }
6101 .sidebar treeview.view, .sidebar .tweak-category {
6102 box-shadow: none; }
6103 .sidebar .frame list {
6104 box-shadow: none; }
6105 .sidebar list,
6106 .sidebar row,
6107 .sidebar row.activatable,
6108 .sidebar .view,
6109 .sidebar iconview,
6110 .sidebar .view text,
6111 .view .sidebar text,
6112 .sidebar iconview text,
6113 iconview .sidebar text,
6114 .sidebar textview text,
6115 textview .sidebar text,
6116 .sidebar treeview.view header button,
6117 treeview.view header .sidebar button,
6118 .sidebar .tweak-category header button,
6119 .tweak-category header .sidebar button {
6120 color: rgba(38, 50, 56, 0.75);
6121 background-color: transparent;
6122 font-weight: 500; }
6123 .sidebar list:hover,
6124 .sidebar row:hover,
6125 .sidebar row.activatable:hover,
6126 .sidebar .view:hover,
6127 .sidebar iconview:hover,
6128 .sidebar .view text:hover,
6129 .view .sidebar text:hover,
6130 .sidebar iconview text:hover,
6131 iconview .sidebar text:hover,
6132 .sidebar textview text:hover,
6133 textview .sidebar text:hover,
6134 .sidebar treeview.view header button:hover,
6135 treeview.view header .sidebar button:hover,
6136 .sidebar .tweak-category header button:hover,
6137 .tweak-category header .sidebar button:hover {
6138 color: #263238; }
6139 .sidebar list:selected,
6140 .sidebar row:selected,
6141 .sidebar row.activatable:selected,
6142 .sidebar .view:selected,
6143 .sidebar iconview:selected,
6144 .sidebar .view text:selected,
6145 .view .sidebar text:selected,
6146 .sidebar iconview text:selected,
6147 iconview .sidebar text:selected,
6148 .sidebar textview text:selected,
6149 textview .sidebar text:selected,
6150 .sidebar treeview.view header button:selected,
6151 treeview.view header .sidebar button:selected,
6152 .sidebar .tweak-category header button:selected,
6153 .tweak-category header .sidebar button:selected {
6154 color: #E8E8E8;
6155 background-color: transparent; }
6156 .sidebar list:selected label,
6157 .sidebar row:selected label,
6158 .sidebar row.activatable:selected label,
6159 .sidebar .view:selected label,
6160 .sidebar iconview:selected label,
6161 .sidebar .view text:selected label,
6162 .view .sidebar text:selected label,
6163 .sidebar iconview text:selected label,
6164 iconview .sidebar text:selected label,
6165 .sidebar textview text:selected label,
6166 textview .sidebar text:selected label,
6167 .sidebar treeview.view header button:selected label,
6168 treeview.view header .sidebar button:selected label,
6169 .sidebar .tweak-category header button:selected label,
6170 .tweak-category header .sidebar button:selected label {
6171 color: #E8E8E8; }
6172 .sidebar overshoot,
6173 .sidebar undershoot {
6174 box-shadow: none; }
6175
6176stacksidebar row,
6177stacksidebar row.activatable,
6178stacksidebar .view,
6179stacksidebar iconview,
6180stacksidebar .view text,
6181.view stacksidebar text,
6182stacksidebar iconview text,
6183iconview stacksidebar text,
6184stacksidebar textview text,
6185textview stacksidebar text,
6186stacksidebar treeview.view header button,
6187treeview.view header stacksidebar button,
6188stacksidebar .tweak-category header button,
6189.tweak-category header stacksidebar button {
6190 padding: 0.3985rem 0.6015rem 0.50376rem;
6191 color: rgba(38, 50, 56, 0.75);
6192 background-color: transparent;
6193 font-weight: 500; }
6194 stacksidebar row > label,
6195 stacksidebar row.activatable > label,
6196 stacksidebar .view > label,
6197 stacksidebar iconview > label,
6198 stacksidebar .view text > label,
6199 .view stacksidebar text > label,
6200 stacksidebar iconview text > label,
6201 iconview stacksidebar text > label,
6202 stacksidebar textview text > label,
6203 textview stacksidebar text > label,
6204 stacksidebar treeview.view header button > label,
6205 treeview.view header stacksidebar button > label,
6206 stacksidebar .tweak-category header button > label,
6207 .tweak-category header stacksidebar button > label {
6208 padding-left: 0.3985rem;
6209 padding-right: 0.3985rem; }
6210 stacksidebar row:hover,
6211 stacksidebar row.activatable:hover,
6212 stacksidebar .view:hover,
6213 stacksidebar iconview:hover,
6214 stacksidebar .view text:hover,
6215 .view stacksidebar text:hover,
6216 stacksidebar iconview text:hover,
6217 iconview stacksidebar text:hover,
6218 stacksidebar textview text:hover,
6219 textview stacksidebar text:hover,
6220 stacksidebar treeview.view header button:hover,
6221 treeview.view header stacksidebar button:hover,
6222 stacksidebar .tweak-category header button:hover,
6223 .tweak-category header stacksidebar button:hover {
6224 color: #263238; }
6225 stacksidebar row:selected,
6226 stacksidebar row.activatable:selected,
6227 stacksidebar .view:selected,
6228 stacksidebar iconview:selected,
6229 stacksidebar .view text:selected,
6230 .view stacksidebar text:selected,
6231 stacksidebar iconview text:selected,
6232 iconview stacksidebar text:selected,
6233 stacksidebar textview text:selected,
6234 textview stacksidebar text:selected,
6235 stacksidebar treeview.view header button:selected,
6236 treeview.view header stacksidebar button:selected,
6237 stacksidebar .tweak-category header button:selected,
6238 .tweak-category header stacksidebar button:selected {
6239 color: #E8E8E8;
6240 background-color: transparent; }
6241 stacksidebar row:selected label,
6242 stacksidebar row.activatable:selected label,
6243 stacksidebar .view:selected label,
6244 stacksidebar iconview:selected label,
6245 stacksidebar .view text:selected label,
6246 .view stacksidebar text:selected label,
6247 stacksidebar iconview text:selected label,
6248 iconview stacksidebar text:selected label,
6249 stacksidebar textview text:selected label,
6250 textview stacksidebar text:selected label,
6251 stacksidebar treeview.view header button:selected label,
6252 treeview.view header stacksidebar button:selected label,
6253 stacksidebar .tweak-category header button:selected label,
6254 .tweak-category header stacksidebar button:selected label {
6255 color: #E8E8E8; }
6256 stacksidebar row:backdrop,
6257 stacksidebar row.activatable:backdrop,
6258 stacksidebar .view:backdrop,
6259 stacksidebar iconview:backdrop,
6260 stacksidebar .view text:backdrop,
6261 .view stacksidebar text:backdrop,
6262 stacksidebar iconview text:backdrop,
6263 iconview stacksidebar text:backdrop,
6264 stacksidebar textview text:backdrop,
6265 textview stacksidebar text:backdrop,
6266 stacksidebar treeview.view header button:backdrop,
6267 treeview.view header stacksidebar button:backdrop,
6268 stacksidebar .tweak-category header button:backdrop,
6269 .tweak-category header stacksidebar button:backdrop {
6270 opacity: 1.0; }
6271stacksidebar .frame list {
6272 background-color: rgba(12, 18, 0, 0.01); }
6273 stacksidebar .frame list:dir(ltr) {
6274 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6275 stacksidebar .frame list:dir(rtl) {
6276 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
6277stacksidebar separator,
6278stacksidebar .separator {
6279 min-height: 0;
6280 border-color: transparent;
6281 background-color: transparent;
6282 color: transparent; }
6283
6284/****************
6285 * File chooser *
6286 ****************/
6287placessidebar list,
6288placessidebar row {
6289 background-color: #FFFFFF; }
6290placessidebar row {
6291 padding: 0.3985rem 0 0.50376rem; }
6292 placessidebar row > revealer {
6293 padding: 0.30075rem 1.05263rem 0.30075rem 0.90226rem; }
6294 placessidebar row image.sidebar-icon {
6295 opacity: 0.75; }
6296 placessidebar row image.sidebar-icon:dir(ltr) {
6297 padding-right: 0.50376rem; }
6298 placessidebar row image.sidebar-icon:dir(rtl) {
6299 padding-left: 0.50376rem; }
6300 placessidebar row label.sidebar-label:dir(ltr) {
6301 padding-right: 0.15038rem; }
6302 placessidebar row label.sidebar-label:dir(rtl) {
6303 padding-left: 0.15038rem; }
6304 placessidebar row button.image-button {
6305 padding: 0.50376rem; }
6306 placessidebar row:selected {
6307 color: #E8E8E8; }
6308 placessidebar row:selected label {
6309 color: #E8E8E8; }
6310 placessidebar row:selected button.image-button {
6311 color: #4DD0E1; }
6312 placessidebar row:selected button.image-button:hover, placessidebar row:selected button.image-button:active {
6313 color: #E8E8E8; }
6314 placessidebar row.sidebar-placeholder-row {
6315 border: solid 1px #E8E8E8; }
6316 placessidebar row.sidebar-new-bookmark-row {
6317 color: #E8E8E8; }
6318 placessidebar row:drop(active):not(:disabled) {
6319 color: #E8E8E8;
6320 box-shadow: inset 0 1px #E8E8E8, inset 0 -1px #E8E8E8; }
6321 placessidebar row:drop(active):not(:disabled):selected {
6322 color: #FFFFFF;
6323 background-color: #E8E8E8; }
6324
6325placesview row.activatable:hover, placesview .view:hover, placesview iconview:hover,
6326placesview .view text:hover,
6327.view placesview text:hover,
6328placesview iconview text:hover,
6329iconview placesview text:hover,
6330placesview textview text:hover,
6331textview placesview text:hover, placesview treeview.view header button:hover, treeview.view header placesview button:hover, placesview .tweak-category header button:hover, .tweak-category header placesview button:hover {
6332 background-color: transparent; }
6333placesview > actionbar > revealer > box > label {
6334 padding-left: 0.6015rem;
6335 padding-right: 0.6015rem; }
6336
6337/*********
6338 * Paned *
6339 *********/
6340paned > separator {
6341 min-width: 1px;
6342 min-height: 1px;
6343 border-style: none;
6344 background-color: transparent;
6345 -gtk-icon-source: none;
6346 background-image: image(rgba(0, 0, 0, 0.09));
6347 background-size: 1px 1px;
6348 transition: none; }
6349 paned > separator:backdrop, paned > separator:selected {
6350 background-image: image(#E5E9EC);
6351 transition: none; }
6352 window paned > separator, window paned > separator:backdrop, window paned > separator:selected {
6353 background-image: image(rgba(0, 0, 0, 0.05));
6354 transition: none; }
6355 window > grid.vertical paned > separator, window > grid.vertical paned > separator:backdrop, window > grid.vertical paned > separator:selected {
6356 background-image: image(#E5E9EC);
6357 transition: none; }
6358 paned > separator.wide, button paned > separator, stacksidebar paned > separator,
6359 stacksidebar paned > .separator, .tweak-categories paned > separator,
6360 .tweak-categories paned > .separator, window overlay > grid > frame > grid list paned > separator {
6361 min-width: 0.45113rem;
6362 min-height: 0.45113rem;
6363 margin: 0;
6364 padding: 0;
6365 background-color: #FFFFFF;
6366 background-image: image(#E5E9EC), image(#E5E9EC);
6367 background-size: 1px 1px, 1px 1px; }
6368 paned > separator.wide:backdrop, button paned > separator:backdrop, stacksidebar paned > separator:backdrop,
6369 stacksidebar paned > .separator:backdrop, .tweak-categories paned > separator:backdrop,
6370 .tweak-categories paned > .separator:backdrop, window overlay > grid > frame > grid list paned > separator:backdrop, paned > separator.wide:selected, button paned > separator:selected, stacksidebar paned > separator:selected,
6371 stacksidebar paned > .separator:selected, .tweak-categories paned > separator:selected,
6372 .tweak-categories paned > .separator:selected, window overlay > grid > frame > grid list paned > separator:selected {
6373 background-image: image(#E5E9EC), image(#E5E9EC); }
6374paned.horizontal > separator {
6375 background-repeat: repeat-y; }
6376 paned.horizontal > separator:dir(ltr) {
6377 margin: 0 -0.6015rem 0 0;
6378 padding: 0 0.6015rem 0 0; }
6379 paned.horizontal > separator:dir(rtl) {
6380 margin: 0 0 0 -0.6015rem;
6381 padding: 0 0 0 0.6015rem; }
6382 paned.horizontal > separator.wide, button paned.horizontal > separator, stacksidebar paned.horizontal > separator,
6383 stacksidebar paned.horizontal > .separator, .tweak-categories paned.horizontal > separator,
6384 .tweak-categories paned.horizontal > .separator, window overlay > grid > frame > grid list paned.horizontal > separator {
6385 background-repeat: repeat-y, repeat-y;
6386 background-position: left, right; }
6387paned.vertical > separator {
6388 margin: 0 0 -0.6015rem 0;
6389 padding: 0 0 0.6015rem 0;
6390 background-repeat: repeat-x;
6391 background-position: top; }
6392 paned.vertical > separator.wide, button paned.vertical > separator, stacksidebar paned.vertical > separator,
6393 stacksidebar paned.vertical > .separator, .tweak-categories paned.vertical > separator,
6394 .tweak-categories paned.vertical > .separator, window overlay > grid > frame > grid list paned.vertical > separator {
6395 background-repeat: repeat-x, repeat-x;
6396 background-position: bottom, top; }
6397
6398/**************
6399 * GtkInfoBar *
6400 **************/
6401infobar, NautilusTrashBar {
6402 padding: 0.3985rem;
6403 border-width: 0 0 1px;
6404 border-style: solid;
6405 border-color: #E5E9EC;
6406 background-color: #FFFFFF; }
6407
6408.info:not(.error),
6409.question:not(.error),
6410.warning:not(.error),
6411.error:not(.error) {
6412 color: rgba(38, 50, 56, 0.75); }
6413.info button,
6414.question button,
6415.warning button,
6416.error button {
6417 box-shadow: none;
6418 background-color: transparent;
6419 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
6420 color: rgba(38, 50, 56, 0.75); }
6421 .info button:hover,
6422 .question button:hover,
6423 .warning button:hover,
6424 .error button:hover {
6425 box-shadow: none;
6426 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
6427 color: #263238; }
6428 .info button:active,
6429 .question button:active,
6430 .warning button:active,
6431 .error button:active {
6432 box-shadow: none;
6433 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
6434 color: #263238; }
6435 .info button:checked,
6436 .question button:checked,
6437 .warning button:checked,
6438 .error button:checked {
6439 background-color: alpha(currentColor, 0.2);
6440 color: #263238;
6441 color: #263238; }
6442 .info button:disabled,
6443 .question button:disabled,
6444 .warning button:disabled,
6445 .error button:disabled {
6446 color: rgba(38, 50, 56, 0.3); }
6447 .info button.flat, .info button.osd.image-button, .info .osd toolbar button, .osd toolbar .info button, .info toolbar.osd button, toolbar.osd .info button, .info .app-notification button, .app-notification .info button, .info GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider .info button, .info toolbar button, toolbar .info button, .info .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .info button:not(.suggested-action):not(.destructive-action),
6448 .info headerbar button:not(.suggested-action):not(.destructive-action),
6449 headerbar .info button:not(.suggested-action):not(.destructive-action), .info .menu > arrow,
6450 .info .context-menu > arrow,
6451 .info menu > arrow, .info placessidebar row button.image-button, placessidebar row .info button.image-button, .info .ssd decoration button, .ssd decoration .info button, .info .csd headerbar button.titlebutton, .csd headerbar .info button.titlebutton,
6452 .info .csd .titlebar button.titlebutton,
6453 .csd .titlebar .info button.titlebutton, .info #gf-candidate-popup button, #gf-candidate-popup .info button,
6454 .info #gf-candidate-popup .linked > button:first-child,
6455 #gf-candidate-popup .info .linked > button:first-child,
6456 .info #gf-candidate-popup .linked > button:last-child,
6457 #gf-candidate-popup .info .linked > button:last-child, .info window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .info button, .info layouttabbar button, layouttabbar .info button, .info layouttab button, layouttab .info button,
6458 .question button.flat,
6459 .question button.osd.image-button,
6460 .question .osd toolbar button,
6461 .osd toolbar .question button,
6462 .question toolbar.osd button,
6463 toolbar.osd .question button,
6464 .question .app-notification button,
6465 .app-notification .question button,
6466 .question GeditViewFrame .gedit-search-slider button,
6467 GeditViewFrame .gedit-search-slider .question button,
6468 .question toolbar button,
6469 toolbar .question button,
6470 .question .titlebar button:not(.suggested-action):not(.destructive-action),
6471 .titlebar .question button:not(.suggested-action):not(.destructive-action),
6472 .question headerbar button:not(.suggested-action):not(.destructive-action),
6473 headerbar .question button:not(.suggested-action):not(.destructive-action),
6474 .question .menu > arrow,
6475 .question .context-menu > arrow,
6476 .question menu > arrow,
6477 .question placessidebar row button.image-button,
6478 placessidebar row .question button.image-button,
6479 .question .ssd decoration button,
6480 .ssd decoration .question button,
6481 .question .csd headerbar button.titlebutton,
6482 .csd headerbar .question button.titlebutton,
6483 .question .csd .titlebar button.titlebutton,
6484 .csd .titlebar .question button.titlebutton,
6485 .question #gf-candidate-popup button,
6486 #gf-candidate-popup .question button,
6487 .question #gf-candidate-popup .linked > button:first-child,
6488 #gf-candidate-popup .question .linked > button:first-child,
6489 .question #gf-candidate-popup .linked > button:last-child,
6490 #gf-candidate-popup .question .linked > button:last-child,
6491 .question window > grid.vertical > box.vertical > widget button,
6492 window > grid.vertical > box.vertical > widget .question button,
6493 .question layouttabbar button,
6494 layouttabbar .question button,
6495 .question layouttab button,
6496 layouttab .question button,
6497 .warning button.flat,
6498 .warning button.osd.image-button,
6499 .warning .osd toolbar button,
6500 .osd toolbar .warning button,
6501 .warning toolbar.osd button,
6502 toolbar.osd .warning button,
6503 .warning .app-notification button,
6504 .app-notification .warning button,
6505 .warning GeditViewFrame .gedit-search-slider button,
6506 GeditViewFrame .gedit-search-slider .warning button,
6507 .warning toolbar button,
6508 toolbar .warning button,
6509 .warning .titlebar button:not(.suggested-action):not(.destructive-action),
6510 .titlebar .warning button:not(.suggested-action):not(.destructive-action),
6511 .warning headerbar button:not(.suggested-action):not(.destructive-action),
6512 headerbar .warning button:not(.suggested-action):not(.destructive-action),
6513 .warning .menu > arrow,
6514 .warning .context-menu > arrow,
6515 .warning menu > arrow,
6516 .warning placessidebar row button.image-button,
6517 placessidebar row .warning button.image-button,
6518 .warning .ssd decoration button,
6519 .ssd decoration .warning button,
6520 .warning .csd headerbar button.titlebutton,
6521 .csd headerbar .warning button.titlebutton,
6522 .warning .csd .titlebar button.titlebutton,
6523 .csd .titlebar .warning button.titlebutton,
6524 .warning #gf-candidate-popup button,
6525 #gf-candidate-popup .warning button,
6526 .warning #gf-candidate-popup .linked > button:first-child,
6527 #gf-candidate-popup .warning .linked > button:first-child,
6528 .warning #gf-candidate-popup .linked > button:last-child,
6529 #gf-candidate-popup .warning .linked > button:last-child,
6530 .warning window > grid.vertical > box.vertical > widget button,
6531 window > grid.vertical > box.vertical > widget .warning button,
6532 .warning layouttabbar button,
6533 layouttabbar .warning button,
6534 .warning layouttab button,
6535 layouttab .warning button,
6536 .error button.flat,
6537 .error button.osd.image-button,
6538 .error .osd toolbar button,
6539 .osd toolbar .error button,
6540 .error toolbar.osd button,
6541 toolbar.osd .error button,
6542 .error .app-notification button,
6543 .app-notification .error button,
6544 .error GeditViewFrame .gedit-search-slider button,
6545 GeditViewFrame .gedit-search-slider .error button,
6546 .error toolbar button,
6547 toolbar .error button,
6548 .error .titlebar button:not(.suggested-action):not(.destructive-action),
6549 .titlebar .error button:not(.suggested-action):not(.destructive-action),
6550 .error headerbar button:not(.suggested-action):not(.destructive-action),
6551 headerbar .error button:not(.suggested-action):not(.destructive-action),
6552 .error .menu > arrow,
6553 .error .context-menu > arrow,
6554 .error menu > arrow,
6555 .error placessidebar row button.image-button,
6556 placessidebar row .error button.image-button,
6557 .error .ssd decoration button,
6558 .ssd decoration .error button,
6559 .error .csd headerbar button.titlebutton,
6560 .csd headerbar .error button.titlebutton,
6561 .error .csd .titlebar button.titlebutton,
6562 .csd .titlebar .error button.titlebutton,
6563 .error #gf-candidate-popup button,
6564 #gf-candidate-popup .error button,
6565 .error #gf-candidate-popup .linked > button:first-child,
6566 #gf-candidate-popup .error .linked > button:first-child,
6567 .error #gf-candidate-popup .linked > button:last-child,
6568 #gf-candidate-popup .error .linked > button:last-child,
6569 .error window > grid.vertical > box.vertical > widget button,
6570 window > grid.vertical > box.vertical > widget .error button,
6571 .error layouttabbar button,
6572 layouttabbar .error button,
6573 .error layouttab button,
6574 layouttab .error button {
6575 color: rgba(38, 50, 56, 0.75); }
6576 .info button.flat:hover, .info button.osd.image-button:hover, .info .osd toolbar button:hover, .osd toolbar .info button:hover, .info toolbar.osd button:hover, toolbar.osd .info button:hover, .info .app-notification button:hover, .app-notification .info button:hover, .info GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider .info button:hover, .info toolbar button:hover, toolbar .info button:hover, .info .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info button:hover:not(.suggested-action):not(.destructive-action),
6577 .info headerbar button:hover:not(.suggested-action):not(.destructive-action),
6578 headerbar .info button:hover:not(.suggested-action):not(.destructive-action), .info .menu > arrow:hover,
6579 .info .context-menu > arrow:hover,
6580 .info menu > arrow:hover, .info placessidebar row button.image-button:hover, placessidebar row .info button.image-button:hover, .info .ssd decoration button:hover, .ssd decoration .info button:hover, .info .csd headerbar button.titlebutton:hover, .csd headerbar .info button.titlebutton:hover,
6581 .info .csd .titlebar button.titlebutton:hover,
6582 .csd .titlebar .info button.titlebutton:hover, .info #gf-candidate-popup button:hover, #gf-candidate-popup .info button:hover, .info window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .info button:hover, .info layouttabbar button:hover, layouttabbar .info button:hover, .info layouttab button:hover, layouttab .info button:hover, .info button.flat:active, .info button.osd.image-button:active, .info .osd toolbar button:active, .osd toolbar .info button:active, .info toolbar.osd button:active, toolbar.osd .info button:active, .info .app-notification button:active, .app-notification .info button:active, .info GeditViewFrame .gedit-search-slider button:active, GeditViewFrame .gedit-search-slider .info button:active, .info toolbar button:active, toolbar .info button:active, .info .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .info button:active:not(.suggested-action):not(.destructive-action),
6583 .info headerbar button:active:not(.suggested-action):not(.destructive-action),
6584 headerbar .info button:active:not(.suggested-action):not(.destructive-action), .info .menu > arrow:active,
6585 .info .context-menu > arrow:active,
6586 .info menu > arrow:active, .info placessidebar row button.image-button:active, placessidebar row .info button.image-button:active, .info .ssd decoration button:active, .ssd decoration .info button:active, .info .csd headerbar button.titlebutton:active, .csd headerbar .info button.titlebutton:active,
6587 .info .csd .titlebar button.titlebutton:active,
6588 .csd .titlebar .info button.titlebutton:active, .info #gf-candidate-popup button:active, #gf-candidate-popup .info button:active, .info window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget .info button:active, .info layouttabbar button:active, layouttabbar .info button:active, .info layouttab button:active, layouttab .info button:active,
6589 .question button.flat:hover,
6590 .question button.osd.image-button:hover,
6591 .question .osd toolbar button:hover,
6592 .osd toolbar .question button:hover,
6593 .question toolbar.osd button:hover,
6594 toolbar.osd .question button:hover,
6595 .question .app-notification button:hover,
6596 .app-notification .question button:hover,
6597 .question GeditViewFrame .gedit-search-slider button:hover,
6598 GeditViewFrame .gedit-search-slider .question button:hover,
6599 .question toolbar button:hover,
6600 toolbar .question button:hover,
6601 .question .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6602 .titlebar .question button:hover:not(.suggested-action):not(.destructive-action),
6603 .question headerbar button:hover:not(.suggested-action):not(.destructive-action),
6604 headerbar .question button:hover:not(.suggested-action):not(.destructive-action),
6605 .question .menu > arrow:hover,
6606 .question .context-menu > arrow:hover,
6607 .question menu > arrow:hover,
6608 .question placessidebar row button.image-button:hover,
6609 placessidebar row .question button.image-button:hover,
6610 .question .ssd decoration button:hover,
6611 .ssd decoration .question button:hover,
6612 .question .csd headerbar button.titlebutton:hover,
6613 .csd headerbar .question button.titlebutton:hover,
6614 .question .csd .titlebar button.titlebutton:hover,
6615 .csd .titlebar .question button.titlebutton:hover,
6616 .question #gf-candidate-popup button:hover,
6617 #gf-candidate-popup .question button:hover,
6618 .question window > grid.vertical > box.vertical > widget button:hover,
6619 window > grid.vertical > box.vertical > widget .question button:hover,
6620 .question layouttabbar button:hover,
6621 layouttabbar .question button:hover,
6622 .question layouttab button:hover,
6623 layouttab .question button:hover,
6624 .question button.flat:active,
6625 .question button.osd.image-button:active,
6626 .question .osd toolbar button:active,
6627 .osd toolbar .question button:active,
6628 .question toolbar.osd button:active,
6629 toolbar.osd .question button:active,
6630 .question .app-notification button:active,
6631 .app-notification .question button:active,
6632 .question GeditViewFrame .gedit-search-slider button:active,
6633 GeditViewFrame .gedit-search-slider .question button:active,
6634 .question toolbar button:active,
6635 toolbar .question button:active,
6636 .question .titlebar button:active:not(.suggested-action):not(.destructive-action),
6637 .titlebar .question button:active:not(.suggested-action):not(.destructive-action),
6638 .question headerbar button:active:not(.suggested-action):not(.destructive-action),
6639 headerbar .question button:active:not(.suggested-action):not(.destructive-action),
6640 .question .menu > arrow:active,
6641 .question .context-menu > arrow:active,
6642 .question menu > arrow:active,
6643 .question placessidebar row button.image-button:active,
6644 placessidebar row .question button.image-button:active,
6645 .question .ssd decoration button:active,
6646 .ssd decoration .question button:active,
6647 .question .csd headerbar button.titlebutton:active,
6648 .csd headerbar .question button.titlebutton:active,
6649 .question .csd .titlebar button.titlebutton:active,
6650 .csd .titlebar .question button.titlebutton:active,
6651 .question #gf-candidate-popup button:active,
6652 #gf-candidate-popup .question button:active,
6653 .question window > grid.vertical > box.vertical > widget button:active,
6654 window > grid.vertical > box.vertical > widget .question button:active,
6655 .question layouttabbar button:active,
6656 layouttabbar .question button:active,
6657 .question layouttab button:active,
6658 layouttab .question button:active,
6659 .warning button.flat:hover,
6660 .warning button.osd.image-button:hover,
6661 .warning .osd toolbar button:hover,
6662 .osd toolbar .warning button:hover,
6663 .warning toolbar.osd button:hover,
6664 toolbar.osd .warning button:hover,
6665 .warning .app-notification button:hover,
6666 .app-notification .warning button:hover,
6667 .warning GeditViewFrame .gedit-search-slider button:hover,
6668 GeditViewFrame .gedit-search-slider .warning button:hover,
6669 .warning toolbar button:hover,
6670 toolbar .warning button:hover,
6671 .warning .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6672 .titlebar .warning button:hover:not(.suggested-action):not(.destructive-action),
6673 .warning headerbar button:hover:not(.suggested-action):not(.destructive-action),
6674 headerbar .warning button:hover:not(.suggested-action):not(.destructive-action),
6675 .warning .menu > arrow:hover,
6676 .warning .context-menu > arrow:hover,
6677 .warning menu > arrow:hover,
6678 .warning placessidebar row button.image-button:hover,
6679 placessidebar row .warning button.image-button:hover,
6680 .warning .ssd decoration button:hover,
6681 .ssd decoration .warning button:hover,
6682 .warning .csd headerbar button.titlebutton:hover,
6683 .csd headerbar .warning button.titlebutton:hover,
6684 .warning .csd .titlebar button.titlebutton:hover,
6685 .csd .titlebar .warning button.titlebutton:hover,
6686 .warning #gf-candidate-popup button:hover,
6687 #gf-candidate-popup .warning button:hover,
6688 .warning window > grid.vertical > box.vertical > widget button:hover,
6689 window > grid.vertical > box.vertical > widget .warning button:hover,
6690 .warning layouttabbar button:hover,
6691 layouttabbar .warning button:hover,
6692 .warning layouttab button:hover,
6693 layouttab .warning button:hover,
6694 .warning button.flat:active,
6695 .warning button.osd.image-button:active,
6696 .warning .osd toolbar button:active,
6697 .osd toolbar .warning button:active,
6698 .warning toolbar.osd button:active,
6699 toolbar.osd .warning button:active,
6700 .warning .app-notification button:active,
6701 .app-notification .warning button:active,
6702 .warning GeditViewFrame .gedit-search-slider button:active,
6703 GeditViewFrame .gedit-search-slider .warning button:active,
6704 .warning toolbar button:active,
6705 toolbar .warning button:active,
6706 .warning .titlebar button:active:not(.suggested-action):not(.destructive-action),
6707 .titlebar .warning button:active:not(.suggested-action):not(.destructive-action),
6708 .warning headerbar button:active:not(.suggested-action):not(.destructive-action),
6709 headerbar .warning button:active:not(.suggested-action):not(.destructive-action),
6710 .warning .menu > arrow:active,
6711 .warning .context-menu > arrow:active,
6712 .warning menu > arrow:active,
6713 .warning placessidebar row button.image-button:active,
6714 placessidebar row .warning button.image-button:active,
6715 .warning .ssd decoration button:active,
6716 .ssd decoration .warning button:active,
6717 .warning .csd headerbar button.titlebutton:active,
6718 .csd headerbar .warning button.titlebutton:active,
6719 .warning .csd .titlebar button.titlebutton:active,
6720 .csd .titlebar .warning button.titlebutton:active,
6721 .warning #gf-candidate-popup button:active,
6722 #gf-candidate-popup .warning button:active,
6723 .warning window > grid.vertical > box.vertical > widget button:active,
6724 window > grid.vertical > box.vertical > widget .warning button:active,
6725 .warning layouttabbar button:active,
6726 layouttabbar .warning button:active,
6727 .warning layouttab button:active,
6728 layouttab .warning button:active,
6729 .error button.flat:hover,
6730 .error button.osd.image-button:hover,
6731 .error .osd toolbar button:hover,
6732 .osd toolbar .error button:hover,
6733 .error toolbar.osd button:hover,
6734 toolbar.osd .error button:hover,
6735 .error .app-notification button:hover,
6736 .app-notification .error button:hover,
6737 .error GeditViewFrame .gedit-search-slider button:hover,
6738 GeditViewFrame .gedit-search-slider .error button:hover,
6739 .error toolbar button:hover,
6740 toolbar .error button:hover,
6741 .error .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6742 .titlebar .error button:hover:not(.suggested-action):not(.destructive-action),
6743 .error headerbar button:hover:not(.suggested-action):not(.destructive-action),
6744 headerbar .error button:hover:not(.suggested-action):not(.destructive-action),
6745 .error .menu > arrow:hover,
6746 .error .context-menu > arrow:hover,
6747 .error menu > arrow:hover,
6748 .error placessidebar row button.image-button:hover,
6749 placessidebar row .error button.image-button:hover,
6750 .error .ssd decoration button:hover,
6751 .ssd decoration .error button:hover,
6752 .error .csd headerbar button.titlebutton:hover,
6753 .csd headerbar .error button.titlebutton:hover,
6754 .error .csd .titlebar button.titlebutton:hover,
6755 .csd .titlebar .error button.titlebutton:hover,
6756 .error #gf-candidate-popup button:hover,
6757 #gf-candidate-popup .error button:hover,
6758 .error window > grid.vertical > box.vertical > widget button:hover,
6759 window > grid.vertical > box.vertical > widget .error button:hover,
6760 .error layouttabbar button:hover,
6761 layouttabbar .error button:hover,
6762 .error layouttab button:hover,
6763 layouttab .error button:hover,
6764 .error button.flat:active,
6765 .error button.osd.image-button:active,
6766 .error .osd toolbar button:active,
6767 .osd toolbar .error button:active,
6768 .error toolbar.osd button:active,
6769 toolbar.osd .error button:active,
6770 .error .app-notification button:active,
6771 .app-notification .error button:active,
6772 .error GeditViewFrame .gedit-search-slider button:active,
6773 GeditViewFrame .gedit-search-slider .error button:active,
6774 .error toolbar button:active,
6775 toolbar .error button:active,
6776 .error .titlebar button:active:not(.suggested-action):not(.destructive-action),
6777 .titlebar .error button:active:not(.suggested-action):not(.destructive-action),
6778 .error headerbar button:active:not(.suggested-action):not(.destructive-action),
6779 headerbar .error button:active:not(.suggested-action):not(.destructive-action),
6780 .error .menu > arrow:active,
6781 .error .context-menu > arrow:active,
6782 .error menu > arrow:active,
6783 .error placessidebar row button.image-button:active,
6784 placessidebar row .error button.image-button:active,
6785 .error .ssd decoration button:active,
6786 .ssd decoration .error button:active,
6787 .error .csd headerbar button.titlebutton:active,
6788 .csd headerbar .error button.titlebutton:active,
6789 .error .csd .titlebar button.titlebutton:active,
6790 .csd .titlebar .error button.titlebutton:active,
6791 .error #gf-candidate-popup button:active,
6792 #gf-candidate-popup .error button:active,
6793 .error window > grid.vertical > box.vertical > widget button:active,
6794 window > grid.vertical > box.vertical > widget .error button:active,
6795 .error layouttabbar button:active,
6796 layouttabbar .error button:active,
6797 .error layouttab button:active,
6798 layouttab .error button:active {
6799 color: #263238; }
6800 .info button.flat:disabled, .info button.osd.image-button:disabled, .info .osd toolbar button:disabled, .osd toolbar .info button:disabled, .info toolbar.osd button:disabled, toolbar.osd .info button:disabled, .info .app-notification button:disabled, .app-notification .info button:disabled, .info GeditViewFrame .gedit-search-slider button:disabled, GeditViewFrame .gedit-search-slider .info button:disabled, .info toolbar button:disabled, toolbar .info button:disabled, .info .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .info button:disabled:not(.suggested-action):not(.destructive-action),
6801 .info headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6802 headerbar .info button:disabled:not(.suggested-action):not(.destructive-action), .info .menu > arrow:disabled,
6803 .info .context-menu > arrow:disabled,
6804 .info menu > arrow:disabled, .info placessidebar row button.image-button:disabled, placessidebar row .info button.image-button:disabled, .info .ssd decoration button:disabled, .ssd decoration .info button:disabled, .info .csd headerbar button.titlebutton:disabled, .csd headerbar .info button.titlebutton:disabled,
6805 .info .csd .titlebar button.titlebutton:disabled,
6806 .csd .titlebar .info button.titlebutton:disabled, .info #gf-candidate-popup button:disabled, #gf-candidate-popup .info button:disabled, .info window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget .info button:disabled, .info layouttabbar button:disabled, layouttabbar .info button:disabled, .info layouttab button:disabled, layouttab .info button:disabled,
6807 .question button.flat:disabled,
6808 .question button.osd.image-button:disabled,
6809 .question .osd toolbar button:disabled,
6810 .osd toolbar .question button:disabled,
6811 .question toolbar.osd button:disabled,
6812 toolbar.osd .question button:disabled,
6813 .question .app-notification button:disabled,
6814 .app-notification .question button:disabled,
6815 .question GeditViewFrame .gedit-search-slider button:disabled,
6816 GeditViewFrame .gedit-search-slider .question button:disabled,
6817 .question toolbar button:disabled,
6818 toolbar .question button:disabled,
6819 .question .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6820 .titlebar .question button:disabled:not(.suggested-action):not(.destructive-action),
6821 .question headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6822 headerbar .question button:disabled:not(.suggested-action):not(.destructive-action),
6823 .question .menu > arrow:disabled,
6824 .question .context-menu > arrow:disabled,
6825 .question menu > arrow:disabled,
6826 .question placessidebar row button.image-button:disabled,
6827 placessidebar row .question button.image-button:disabled,
6828 .question .ssd decoration button:disabled,
6829 .ssd decoration .question button:disabled,
6830 .question .csd headerbar button.titlebutton:disabled,
6831 .csd headerbar .question button.titlebutton:disabled,
6832 .question .csd .titlebar button.titlebutton:disabled,
6833 .csd .titlebar .question button.titlebutton:disabled,
6834 .question #gf-candidate-popup button:disabled,
6835 #gf-candidate-popup .question button:disabled,
6836 .question window > grid.vertical > box.vertical > widget button:disabled,
6837 window > grid.vertical > box.vertical > widget .question button:disabled,
6838 .question layouttabbar button:disabled,
6839 layouttabbar .question button:disabled,
6840 .question layouttab button:disabled,
6841 layouttab .question button:disabled,
6842 .warning button.flat:disabled,
6843 .warning button.osd.image-button:disabled,
6844 .warning .osd toolbar button:disabled,
6845 .osd toolbar .warning button:disabled,
6846 .warning toolbar.osd button:disabled,
6847 toolbar.osd .warning button:disabled,
6848 .warning .app-notification button:disabled,
6849 .app-notification .warning button:disabled,
6850 .warning GeditViewFrame .gedit-search-slider button:disabled,
6851 GeditViewFrame .gedit-search-slider .warning button:disabled,
6852 .warning toolbar button:disabled,
6853 toolbar .warning button:disabled,
6854 .warning .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6855 .titlebar .warning button:disabled:not(.suggested-action):not(.destructive-action),
6856 .warning headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6857 headerbar .warning button:disabled:not(.suggested-action):not(.destructive-action),
6858 .warning .menu > arrow:disabled,
6859 .warning .context-menu > arrow:disabled,
6860 .warning menu > arrow:disabled,
6861 .warning placessidebar row button.image-button:disabled,
6862 placessidebar row .warning button.image-button:disabled,
6863 .warning .ssd decoration button:disabled,
6864 .ssd decoration .warning button:disabled,
6865 .warning .csd headerbar button.titlebutton:disabled,
6866 .csd headerbar .warning button.titlebutton:disabled,
6867 .warning .csd .titlebar button.titlebutton:disabled,
6868 .csd .titlebar .warning button.titlebutton:disabled,
6869 .warning #gf-candidate-popup button:disabled,
6870 #gf-candidate-popup .warning button:disabled,
6871 .warning window > grid.vertical > box.vertical > widget button:disabled,
6872 window > grid.vertical > box.vertical > widget .warning button:disabled,
6873 .warning layouttabbar button:disabled,
6874 layouttabbar .warning button:disabled,
6875 .warning layouttab button:disabled,
6876 layouttab .warning button:disabled,
6877 .error button.flat:disabled,
6878 .error button.osd.image-button:disabled,
6879 .error .osd toolbar button:disabled,
6880 .osd toolbar .error button:disabled,
6881 .error toolbar.osd button:disabled,
6882 toolbar.osd .error button:disabled,
6883 .error .app-notification button:disabled,
6884 .app-notification .error button:disabled,
6885 .error GeditViewFrame .gedit-search-slider button:disabled,
6886 GeditViewFrame .gedit-search-slider .error button:disabled,
6887 .error toolbar button:disabled,
6888 toolbar .error button:disabled,
6889 .error .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6890 .titlebar .error button:disabled:not(.suggested-action):not(.destructive-action),
6891 .error headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6892 headerbar .error button:disabled:not(.suggested-action):not(.destructive-action),
6893 .error .menu > arrow:disabled,
6894 .error .context-menu > arrow:disabled,
6895 .error menu > arrow:disabled,
6896 .error placessidebar row button.image-button:disabled,
6897 placessidebar row .error button.image-button:disabled,
6898 .error .ssd decoration button:disabled,
6899 .ssd decoration .error button:disabled,
6900 .error .csd headerbar button.titlebutton:disabled,
6901 .csd headerbar .error button.titlebutton:disabled,
6902 .error .csd .titlebar button.titlebutton:disabled,
6903 .csd .titlebar .error button.titlebutton:disabled,
6904 .error #gf-candidate-popup button:disabled,
6905 #gf-candidate-popup .error button:disabled,
6906 .error window > grid.vertical > box.vertical > widget button:disabled,
6907 window > grid.vertical > box.vertical > widget .error button:disabled,
6908 .error layouttabbar button:disabled,
6909 layouttabbar .error button:disabled,
6910 .error layouttab button:disabled,
6911 layouttab .error button:disabled {
6912 color: rgba(38, 50, 56, 0.3); }
6913 .info button.image-button,
6914 .question button.image-button,
6915 .warning button.image-button,
6916 .error button.image-button {
6917 min-height: 1rem;
6918 min-width: 1rem;
6919 padding: 0.50376rem 0.20301rem 0.50376rem;
6920 border-radius: 100px;
6921 -gtk-outline-radius: 100px; }
6922.info selection,
6923.question selection,
6924.warning selection,
6925.error selection {
6926 background-color: #008fa1; }
6927.info progressbar trough,
6928.question progressbar trough,
6929.warning progressbar trough,
6930.error progressbar trough {
6931 background-color: rgba(255, 255, 255, 0.2); }
6932.info progressbar progress,
6933.question progressbar progress,
6934.warning progressbar progress,
6935.error progressbar progress {
6936 background-color: #FFFFFF; }
6937
6938.info {
6939 background-color: #00E5FF; }
6940
6941.question {
6942 background-color: #FFEA00; }
6943
6944.warning {
6945 background-color: #FF9100; }
6946
6947.error {
6948 color: #FFFFFF;
6949 background-color: #FF1744; }
6950
6951/************
6952 * Tooltips *
6953 ************/
6954tooltip {
6955 color: #ECEFF1;
6956 padding: 0.30075rem;
6957 border-radius: 2px;
6958 box-shadow: none; }
6959 tooltip.background {
6960 border: 1px solid rgba(42, 55, 62, 0.9);
6961 background-color: rgba(42, 55, 62, 0.9);
6962 background-clip: padding-box; }
6963 tooltip decoration {
6964 background-color: transparent; }
6965 tooltip * {
6966 background-color: transparent;
6967 color: #ECEFF1; }
6968
6969/*****************
6970 * Color Chooser *
6971 *****************/
6972colorswatch {
6973 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
6974 colorswatch.top {
6975 border-top-left-radius: 2px;
6976 border-top-right-radius: 2px; }
6977 colorswatch.bottom {
6978 border-bottom-left-radius: 2px;
6979 border-bottom-right-radius: 2px; }
6980 colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) {
6981 border-top-left-radius: 2px;
6982 border-bottom-left-radius: 2px; }
6983 colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) {
6984 border-top-right-radius: 2px;
6985 border-bottom-right-radius: 2px; }
6986 colorswatch:only-child:not(.overlay) {
6987 border-radius: 2px; }
6988 colorswatch.top > .overlay {
6989 border-top-left-radius: 2px;
6990 border-top-right-radius: 2px; }
6991 colorswatch.bottom > .overlay {
6992 border-bottom-left-radius: 2px;
6993 border-bottom-right-radius: 2px; }
6994 colorswatch:first-child:not(.top) > .overlay {
6995 border-top-left-radius: 2px;
6996 border-bottom-left-radius: 2px; }
6997 colorswatch:last-child:not(.bottom) > .overlay {
6998 border-top-right-radius: 2px;
6999 border-bottom-right-radius: 2px; }
7000 colorswatch:only-child > .overlay {
7001 border-radius: 2px; }
7002 colorswatch:hover {
7003 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7004 GtkColorEditor colorswatch {
7005 border-radius: 2px; }
7006 GtkColorEditor colorswatch:hover {
7007 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
7008 colorswatch.color-dark {
7009 color: white; }
7010 colorswatch.color-light {
7011 color: rgba(0, 0, 0, 0.8); }
7012 colorswatch#add-color-button {
7013 background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
7014 color: white; }
7015
7016colorchooser .popover.osd {
7017 padding: 3px;
7018 border-style: solid;
7019 border-width: 9px;
7020 border-radius: 2px;
7021 border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
7022 box-shadow: none;
7023 color: #ECEFF1;
7024 background-color: #FFFFFF; }
7025 colorchooser .popover.osd:backdrop {
7026 border-image: -gtk-scaled(url("assets/osd-shadow-backdrop.png"), url("assets/osd-shadow-backdrop@2.png")) 10/10px stretch; }
7027 colorchooser .popover.osd label {
7028 color: #E8E8E8;
7029 font-weight: 700; }
7030
7031/********
7032 * Misc *
7033 ********/
7034.content-view {
7035 background-color: #FFFFFF; }
7036
7037@keyframes volume_hover {
7038 from {
7039 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)); }
7040 to {
7041 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
7042.osd .scale-popup .vertical button, .scale-popup .vertical button {
7043 border-radius: 100px;
7044 -gtk-outline-radius: 100px;
7045 background-color: transparent;
7046 color: rgba(38, 50, 56, 0.75); }
7047 .osd .scale-popup .vertical button:first-child:hover, .scale-popup .vertical button:first-child:hover {
7048 box-shadow: none;
7049 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
7050 background: none;
7051 color: #00E676;
7052 animation: volume_hover 0.2s linear forwards; }
7053 .osd .scale-popup .vertical button:first-child:disabled, .scale-popup .vertical button:first-child:disabled {
7054 box-shadow: none;
7055 background-color: transparent;
7056 background: none;
7057 color: alpha(#00E676, 0.4); }
7058 .osd .scale-popup .vertical button:last-child:hover, .scale-popup .vertical button:last-child:hover {
7059 box-shadow: none;
7060 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
7061 background: none;
7062 color: #F44336;
7063 animation: volume_hover 0.2s linear forwards; }
7064 .osd .scale-popup .vertical button:last-child:disabled, .scale-popup .vertical button:last-child:disabled {
7065 box-shadow: none;
7066 background-color: transparent;
7067 background: none;
7068 color: alpha(#F44336, 0.4); }
7069.osd .scale-popup button,
7070.scale-popup button {
7071 border-radius: 100px;
7072 -gtk-outline-radius: 100px;
7073 background-color: transparent;
7074 color: rgba(38, 50, 56, 0.75); }
7075 .osd .scale-popup button:first-child:hover,
7076 .scale-popup button:first-child:hover {
7077 box-shadow: none;
7078 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
7079 background: none;
7080 color: #F44336;
7081 animation: spin_hover 0.2s linear forwards; }
7082 .osd .scale-popup button:first-child:disabled,
7083 .scale-popup button:first-child:disabled {
7084 box-shadow: none;
7085 background-color: transparent;
7086 background: none;
7087 color: alpha(#F44336, 0.4); }
7088 .osd .scale-popup button:last-child:hover,
7089 .scale-popup button:last-child:hover {
7090 box-shadow: none;
7091 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
7092 background: none;
7093 color: #00E676;
7094 animation: spin_hover 0.2s linear forwards; }
7095 .osd .scale-popup button:last-child:disabled,
7096 .scale-popup button:last-child:disabled {
7097 box-shadow: none;
7098 background-color: transparent;
7099 background: none;
7100 color: alpha(#00E676, 0.4); }
7101
7102button.flat.scale, button.scale.osd.image-button, .app-notification button.scale, GeditViewFrame .gedit-search-slider button.scale, toolbar button.scale, .titlebar button.scale:not(.suggested-action):not(.destructive-action),
7103headerbar button.scale:not(.suggested-action):not(.destructive-action), .menu > arrow.scale,
7104.context-menu > arrow.scale,
7105menu > arrow.scale, placessidebar row button.scale.image-button, .ssd decoration button.scale, .csd headerbar button.scale.titlebutton,
7106.csd .titlebar button.scale.titlebutton, #gf-candidate-popup button.scale,
7107#gf-candidate-popup .linked > button.scale:first-child,
7108#gf-candidate-popup .linked > button.scale:last-child, window > grid.vertical > box.vertical > widget button.scale, layouttabbar button.scale, layouttab button.scale {
7109 min-width: 1.30075rem;
7110 min-height: 1.30075rem;
7111 padding: 0.75188rem;
7112 border-radius: 100px;
7113 -gtk-outline-radius: 100px; }
7114
7115.nautilus-window .floating-bar {
7116 padding: 0.09774rem 0 0.20301rem;
7117 border: 1px solid transparent;
7118 border-radius: 0;
7119 color: #BBBBBB;
7120 background-color: #FFFFFF;
7121 transition: none; }
7122 .nautilus-window .floating-bar button {
7123 min-height: 1rem;
7124 min-width: 1rem;
7125 padding: 0.30075rem;
7126 margin: 0 0.30075rem;
7127 color: #E8E8E8; }
7128 .nautilus-window .floating-bar button:hover, .nautilus-window .floating-bar button:active, .nautilus-window .floating-bar button:checked {
7129 color: #E8E8E8; }
7130 .nautilus-window .floating-bar button:disabled {
7131 color: #E8E8E8; }
7132 .nautilus-window .floating-bar spinner {
7133 min-height: 0.90226rem;
7134 min-width: 0.90226rem;
7135 padding: 0.50376rem 0 0.50376rem;
7136 margin: 0 -0.07519rem; }
7137
7138.nautilus-window .floating-bar.bottom.left {
7139 border-width: 1px 1px 0 0;
7140 border-radius: 0 3px 0 0; }
7141
7142.nautilus-window .floating-bar.bottom.right {
7143 border-width: 1px 0 0 1px;
7144 border-radius: 3px 0 0 0; }
7145
7146/**********************
7147 * Window Decorations *
7148 *********************/
7149decoration {
7150 transition: none;
7151 border-radius: 2px 2px 0 0;
7152 border-width: 0;
7153 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
7154 margin: 8px; }
7155 decoration:backdrop {
7156 box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2);
7157 transition: none; }
7158 .fullscreen decoration, .maximized decoration, .tiled decoration {
7159 border-radius: 0;
7160 transition: none; }
7161 .popup decoration {
7162 box-shadow: none; }
7163 .ssd decoration {
7164 box-shadow: 0 2px 2px transparent, 0 3px 4px transparent, 0 3px 3px -1px rgba(0, 0, 0, 0.08); }
7165 .ssd decoration button {
7166 border-radius: 100px;
7167 -gtk-outline-radius: 100px; }
7168 .tiled .ssd decoration .titlebar {
7169 transition: none; }
7170 .maximized .ssd decoration .titlebar {
7171 transition: none; }
7172 .csd.popup decoration {
7173 border-radius: 2px;
7174 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
7175 tooltip.csd decoration {
7176 border-radius: 2px;
7177 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7178 message-dialog.csd decoration {
7179 border-radius: 2px;
7180 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
7181 message-dialog.csd decoration:backdrop {
7182 box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2);
7183 transition: none; }
7184 .solid-csd decoration {
7185 border-radius: 2px 2px 0 0;
7186 margin: -1px;
7187 background-color: #FFFFFF;
7188 border: none;
7189 box-shadow: none; }
7190
7191.csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
7192.csd .titlebar button.titlebutton,
7193.csd .titlebar.selection-mode button.titlebutton {
7194 min-width: 1rem;
7195 min-height: 1rem;
7196 padding: 0.75188rem;
7197 border-radius: 100px;
7198 -gtk-outline-radius: 100px; }
7199 .csd headerbar button.titlebutton.close:hover:backdrop, .csd headerbar button.titlebutton.close:active:backdrop, .csd headerbar button.titlebutton.minimize:hover:backdrop, .csd headerbar button.titlebutton.minimize:active:backdrop, .csd headerbar button.titlebutton.maximize:hover:backdrop, .csd headerbar button.titlebutton.maximize:active:backdrop, .csd headerbar.selection-mode button.titlebutton.close:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.close:active:backdrop, .csd headerbar.selection-mode button.titlebutton.minimize:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.minimize:active:backdrop, .csd headerbar.selection-mode button.titlebutton.maximize:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.maximize:active:backdrop,
7200 .csd .titlebar button.titlebutton.close:hover:backdrop,
7201 .csd .titlebar button.titlebutton.close:active:backdrop,
7202 .csd .titlebar button.titlebutton.minimize:hover:backdrop,
7203 .csd .titlebar button.titlebutton.minimize:active:backdrop,
7204 .csd .titlebar button.titlebutton.maximize:hover:backdrop,
7205 .csd .titlebar button.titlebutton.maximize:active:backdrop,
7206 .csd .titlebar.selection-mode button.titlebutton.close:hover:backdrop,
7207 .csd .titlebar.selection-mode button.titlebutton.close:active:backdrop,
7208 .csd .titlebar.selection-mode button.titlebutton.minimize:hover:backdrop,
7209 .csd .titlebar.selection-mode button.titlebutton.minimize:active:backdrop,
7210 .csd .titlebar.selection-mode button.titlebutton.maximize:hover:backdrop,
7211 .csd .titlebar.selection-mode button.titlebutton.maximize:active:backdrop {
7212 opacity: 1.0; }
7213 .csd headerbar button.titlebutton.close > image, .csd headerbar button.titlebutton.minimize > image, .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image,
7214 .csd .titlebar button.titlebutton.close > image,
7215 .csd .titlebar button.titlebutton.minimize > image,
7216 .csd .titlebar button.titlebutton.maximize > image,
7217 .csd .titlebar.selection-mode button.titlebutton.close > image,
7218 .csd .titlebar.selection-mode button.titlebutton.minimize > image,
7219 .csd .titlebar.selection-mode button.titlebutton.maximize > image {
7220 min-height: 16px;
7221 min-width: 16px;
7222 color: transparent;
7223 background-size: 16px 16px;
7224 background-repeat: no-repeat;
7225 background-position: center; }
7226 .csd headerbar button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.close > image,
7227 .csd .titlebar button.titlebutton.close > image,
7228 .csd .titlebar.selection-mode button.titlebutton.close > image {
7229 background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
7230 .csd headerbar button.titlebutton.close:hover, .csd headerbar.selection-mode button.titlebutton.close:hover,
7231 .csd .titlebar button.titlebutton.close:hover,
7232 .csd .titlebar.selection-mode button.titlebutton.close:hover {
7233 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
7234 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
7235 color: #263238;
7236 color: #FFFFFF;
7237 background-color: #FF5252; }
7238 .csd headerbar button.titlebutton.close:hover > image, .csd headerbar.selection-mode button.titlebutton.close:hover > image,
7239 .csd .titlebar button.titlebutton.close:hover > image,
7240 .csd .titlebar.selection-mode button.titlebutton.close:hover > image {
7241 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
7242 .csd headerbar button.titlebutton.close:active, .csd headerbar.selection-mode button.titlebutton.close:active,
7243 .csd .titlebar button.titlebutton.close:active,
7244 .csd .titlebar.selection-mode button.titlebutton.close:active {
7245 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07);
7246 color: #263238;
7247 transition-duration: 0;
7248 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
7249 color: #FFFFFF;
7250 background-color: #E8E8E8; }
7251 .csd headerbar button.titlebutton.close:active > image, .csd headerbar.selection-mode button.titlebutton.close:active > image,
7252 .csd .titlebar button.titlebutton.close:active > image,
7253 .csd .titlebar.selection-mode button.titlebutton.close:active > image {
7254 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
7255 .csd headerbar button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.minimize > image,
7256 .csd .titlebar button.titlebutton.minimize > image,
7257 .csd .titlebar.selection-mode button.titlebutton.minimize > image {
7258 background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
7259 .csd headerbar button.titlebutton.minimize:hover > image, .csd headerbar button.titlebutton.minimize:active > image, .csd headerbar.selection-mode button.titlebutton.minimize:hover > image, .csd headerbar.selection-mode button.titlebutton.minimize:active > image,
7260 .csd .titlebar button.titlebutton.minimize:hover > image,
7261 .csd .titlebar button.titlebutton.minimize:active > image,
7262 .csd .titlebar.selection-mode button.titlebutton.minimize:hover > image,
7263 .csd .titlebar.selection-mode button.titlebutton.minimize:active > image {
7264 background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
7265 .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image,
7266 .csd .titlebar button.titlebutton.maximize > image,
7267 .csd .titlebar.selection-mode button.titlebutton.maximize > image {
7268 background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
7269 .csd headerbar button.titlebutton.maximize:hover > image, .csd headerbar button.titlebutton.maximize:active > image, .csd headerbar.selection-mode button.titlebutton.maximize:hover > image, .csd headerbar.selection-mode button.titlebutton.maximize:active > image,
7270 .csd .titlebar button.titlebutton.maximize:hover > image,
7271 .csd .titlebar button.titlebutton.maximize:active > image,
7272 .csd .titlebar.selection-mode button.titlebutton.maximize:hover > image,
7273 .csd .titlebar.selection-mode button.titlebutton.maximize:active > image {
7274 background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
7275
7276.csd.maximized headerbar button.titlebutton.maximize > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize > image,
7277.csd.maximized .titlebar button.titlebutton.maximize > image,
7278.csd.maximized .titlebar.selection-mode button.titlebutton.maximize > image {
7279 background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
7280.csd.maximized headerbar button.titlebutton.maximize:hover > image, .csd.maximized headerbar button.titlebutton.maximize:active > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize:hover > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize:active > image,
7281.csd.maximized .titlebar button.titlebutton.maximize:hover > image,
7282.csd.maximized .titlebar button.titlebutton.maximize:active > image,
7283.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:hover > image,
7284.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:active > image {
7285 background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
7286
7287.ssd .titlebar button.titlebutton.close, .ssd .titlebar button.titlebutton.minimize, .ssd .titlebar button.titlebutton.maximize {
7288 color: transparent;
7289 background-size: 28px 28px;
7290 background-repeat: no-repeat;
7291 background-position: center;
7292 background: none;
7293 box-shadow: none; }
7294 .ssd .titlebar button.titlebutton.close:backdrop, .ssd .titlebar button.titlebutton.close:hover:backdrop, .ssd .titlebar button.titlebutton.close:active:backdrop, .ssd .titlebar button.titlebutton.minimize:backdrop, .ssd .titlebar button.titlebutton.minimize:hover:backdrop, .ssd .titlebar button.titlebutton.minimize:active:backdrop, .ssd .titlebar button.titlebutton.maximize:backdrop, .ssd .titlebar button.titlebutton.maximize:hover:backdrop, .ssd .titlebar button.titlebutton.maximize:active:backdrop {
7295 color: transparent; }
7296.ssd .titlebar button.titlebutton.close {
7297 background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
7298 box-shadow: none; }
7299.ssd .titlebar button.titlebutton.close:hover {
7300 background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
7301 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7302.ssd .titlebar button.titlebutton.close:active {
7303 background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
7304 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7305.ssd .titlebar button.titlebutton.close:backdrop {
7306 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
7307 box-shadow: none; }
7308.ssd .titlebar button.titlebutton.close:backdrop:hover {
7309 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
7310 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7311.ssd .titlebar button.titlebutton.close:backdrop:active {
7312 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
7313 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7314.ssd .titlebar button.titlebutton.minimize {
7315 background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
7316.ssd .titlebar button.titlebutton.minimize:hover {
7317 background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
7318.ssd .titlebar button.titlebutton.minimize:active {
7319 background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
7320.ssd .titlebar button.titlebutton.minimize:backdrop {
7321 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
7322.ssd .titlebar button.titlebutton.minimize:backdrop:hover {
7323 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
7324.ssd .titlebar button.titlebutton.minimize:backdrop:active {
7325 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
7326.ssd .titlebar button.titlebutton.maximize {
7327 background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
7328.ssd .titlebar button.titlebutton.maximize:hover {
7329 background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
7330.ssd .titlebar button.titlebutton.maximize:active {
7331 background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
7332.ssd .titlebar button.titlebutton.maximize:backdrop {
7333 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
7334.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
7335 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
7336.ssd .titlebar button.titlebutton.maximize:backdrop:active {
7337 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
7338
7339.maximized.ssd .titlebar button.titlebutton.maximize {
7340 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
7341.maximized.ssd .titlebar button.titlebutton.maximize:hover {
7342 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
7343.maximized.ssd .titlebar button.titlebutton.maximize:active {
7344 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
7345.maximized.ssd .titlebar button.titlebutton.maximize:backdrop {
7346 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
7347.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
7348 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
7349.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:active {
7350 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
7351
7352.ssd decoration .titlebar button.titlebutton {
7353 min-width: 26.7px;
7354 min-height: 26.7px;
7355 padding: 0; }
7356
7357.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
7358.view text:selected,
7359iconview text:selected,
7360textview text:selected,
7361.view text:selected:focus,
7362iconview text:selected:focus,
7363textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
7364textview text selection,
7365textview text selection:focus, flowbox flowboxchild:selected, label selection,
7366label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
7367treeview.view row:selected,
7368.tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
7369paned treeview.view row:selected,
7370paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
7371.sidebar treeview.view row:selected,
7372.sidebar .tweak-category row:selected, GdMainView .view:hover:selected, GdMainView iconview:hover:selected, GdMainView .view:selected, GdMainView iconview:selected, GdMainView .view row.activatable:hover:selected, GdMainView iconview row.activatable:hover:selected, GdMainView .view .view:hover:selected, GdMainView iconview .view:hover:selected, GdMainView .view iconview:hover:selected, GdMainView iconview iconview:hover:selected,
7373GdMainView .view text:hover:selected,
7374GdMainView iconview .view text:hover:selected,
7375.view GdMainView iconview text:hover:selected,
7376GdMainView .view iconview text:hover:selected,
7377iconview GdMainView .view text:hover:selected,
7378GdMainView iconview text:hover:selected,
7379GdMainView .view textview text:hover:selected,
7380textview GdMainView .view text:hover:selected,
7381GdMainView iconview textview text:hover:selected,
7382textview GdMainView iconview text:hover:selected, GdMainView treeview.view header button:hover:selected, GdMainView iconview treeview.view header button:hover:selected, treeview.view header GdMainView iconview button:hover:selected, GdMainView .view .tweak-category header button:hover:selected, .tweak-category header GdMainView .view button:hover:selected, GdMainView iconview .tweak-category header button:hover:selected, .tweak-category header GdMainView iconview button:hover:selected, GdMainView .view row.activatable:selected, GdMainView iconview row.activatable:selected, GdMainView .view .view:selected, GdMainView iconview .view:selected, GdMainView .view iconview:selected, GdMainView iconview iconview:selected,
7383GdMainView .view text:selected,
7384GdMainView iconview .view text:selected,
7385.view GdMainView iconview text:selected,
7386GdMainView .view iconview text:selected,
7387iconview GdMainView .view text:selected,
7388GdMainView iconview text:selected,
7389GdMainView .view textview text:selected,
7390textview GdMainView .view text:selected,
7391GdMainView iconview textview text:selected,
7392textview GdMainView iconview text:selected, GdMainView treeview.view header button:selected, GdMainView iconview treeview.view header button:selected, treeview.view header GdMainView iconview button:selected, GdMainView .view .tweak-category header button:selected, .tweak-category header GdMainView .view button:selected, GdMainView iconview .tweak-category header button:selected, .tweak-category header GdMainView iconview button:selected,
7393.side-panel .view:hover:selected,
7394.side-panel iconview:hover:selected,
7395.side-panel .view:selected,
7396.side-panel iconview:selected,
7397.side-panel .view row.activatable:hover:selected,
7398.side-panel iconview row.activatable:hover:selected,
7399.side-panel .view .view:hover:selected,
7400.side-panel iconview .view:hover:selected,
7401.side-panel .view iconview:hover:selected,
7402.side-panel iconview iconview:hover:selected,
7403.side-panel .view text:hover:selected,
7404.side-panel iconview .view text:hover:selected,
7405.view .side-panel iconview text:hover:selected,
7406.side-panel .view iconview text:hover:selected,
7407iconview .side-panel .view text:hover:selected,
7408.side-panel iconview text:hover:selected,
7409.side-panel .view textview text:hover:selected,
7410textview .side-panel .view text:hover:selected,
7411.side-panel iconview textview text:hover:selected,
7412textview .side-panel iconview text:hover:selected,
7413.side-panel treeview.view header button:hover:selected,
7414.side-panel iconview treeview.view header button:hover:selected,
7415treeview.view header .side-panel iconview button:hover:selected,
7416.side-panel .view .tweak-category header button:hover:selected,
7417.tweak-category header .side-panel .view button:hover:selected,
7418.side-panel iconview .tweak-category header button:hover:selected,
7419.tweak-category header .side-panel iconview button:hover:selected,
7420.side-panel .view row.activatable:selected,
7421.side-panel iconview row.activatable:selected,
7422.side-panel .view .view:selected,
7423.side-panel iconview .view:selected,
7424.side-panel .view iconview:selected,
7425.side-panel iconview iconview:selected,
7426.side-panel .view text:selected,
7427.side-panel iconview .view text:selected,
7428.view .side-panel iconview text:selected,
7429.side-panel .view iconview text:selected,
7430iconview .side-panel .view text:selected,
7431.side-panel iconview text:selected,
7432.side-panel .view textview text:selected,
7433textview .side-panel .view text:selected,
7434.side-panel iconview textview text:selected,
7435textview .side-panel iconview text:selected,
7436.side-panel treeview.view header button:selected,
7437.side-panel iconview treeview.view header button:selected,
7438treeview.view header .side-panel iconview button:selected,
7439.side-panel .view .tweak-category header button:selected,
7440.tweak-category header .side-panel .view button:selected,
7441.side-panel iconview .tweak-category header button:selected,
7442.tweak-category header .side-panel iconview button:selected {
7443 background-color: #E8E8E8; }
7444 label:selected, row:selected label, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
7445 .view text:selected,
7446 iconview text:selected,
7447 textview text:selected,
7448 .view text:selected:focus,
7449 iconview text:selected:focus,
7450 textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
7451 textview text selection,
7452 textview text selection:focus, flowbox flowboxchild:selected, label selection,
7453 label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
7454 treeview.view row:selected,
7455 .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
7456 paned treeview.view row:selected,
7457 paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
7458 .sidebar treeview.view row:selected,
7459 .sidebar .tweak-category row:selected, GdMainView .view:hover:selected, GdMainView iconview:hover:selected, GdMainView .view:selected, GdMainView iconview:selected, GdMainView .view row.activatable:hover:selected, GdMainView iconview row.activatable:hover:selected, GdMainView .view .view:hover:selected, GdMainView iconview .view:hover:selected, GdMainView .view iconview:hover:selected, GdMainView iconview iconview:hover:selected,
7460 GdMainView .view text:hover:selected,
7461 GdMainView iconview .view text:hover:selected,
7462 .view GdMainView iconview text:hover:selected,
7463 GdMainView .view iconview text:hover:selected,
7464 iconview GdMainView .view text:hover:selected,
7465 GdMainView iconview text:hover:selected,
7466 GdMainView .view textview text:hover:selected,
7467 textview GdMainView .view text:hover:selected,
7468 GdMainView iconview textview text:hover:selected,
7469 textview GdMainView iconview text:hover:selected, GdMainView treeview.view header button:hover:selected, GdMainView iconview treeview.view header button:hover:selected, treeview.view header GdMainView iconview button:hover:selected, GdMainView .view .tweak-category header button:hover:selected, .tweak-category header GdMainView .view button:hover:selected, GdMainView iconview .tweak-category header button:hover:selected, .tweak-category header GdMainView iconview button:hover:selected, GdMainView .view row.activatable:selected, GdMainView iconview row.activatable:selected, GdMainView .view .view:selected, GdMainView iconview .view:selected, GdMainView .view iconview:selected, GdMainView iconview iconview:selected,
7470 GdMainView .view text:selected,
7471 GdMainView iconview .view text:selected,
7472 .view GdMainView iconview text:selected,
7473 GdMainView .view iconview text:selected,
7474 iconview GdMainView .view text:selected,
7475 GdMainView iconview text:selected,
7476 GdMainView .view textview text:selected,
7477 textview GdMainView .view text:selected,
7478 GdMainView iconview textview text:selected,
7479 textview GdMainView iconview text:selected, GdMainView treeview.view header button:selected, GdMainView iconview treeview.view header button:selected, treeview.view header GdMainView iconview button:selected, GdMainView .view .tweak-category header button:selected, .tweak-category header GdMainView .view button:selected, GdMainView iconview .tweak-category header button:selected, .tweak-category header GdMainView iconview button:selected,
7480 .side-panel .view:hover:selected,
7481 .side-panel iconview:hover:selected,
7482 .side-panel .view:selected,
7483 .side-panel iconview:selected,
7484 .side-panel .view row.activatable:hover:selected,
7485 .side-panel iconview row.activatable:hover:selected,
7486 .side-panel .view .view:hover:selected,
7487 .side-panel iconview .view:hover:selected,
7488 .side-panel .view iconview:hover:selected,
7489 .side-panel iconview iconview:hover:selected,
7490 .side-panel .view text:hover:selected,
7491 .side-panel iconview .view text:hover:selected,
7492 .view .side-panel iconview text:hover:selected,
7493 .side-panel .view iconview text:hover:selected,
7494 iconview .side-panel .view text:hover:selected,
7495 .side-panel iconview text:hover:selected,
7496 .side-panel .view textview text:hover:selected,
7497 textview .side-panel .view text:hover:selected,
7498 .side-panel iconview textview text:hover:selected,
7499 textview .side-panel iconview text:hover:selected,
7500 .side-panel treeview.view header button:hover:selected,
7501 .side-panel iconview treeview.view header button:hover:selected,
7502 treeview.view header .side-panel iconview button:hover:selected,
7503 .side-panel .view .tweak-category header button:hover:selected,
7504 .tweak-category header .side-panel .view button:hover:selected,
7505 .side-panel iconview .tweak-category header button:hover:selected,
7506 .tweak-category header .side-panel iconview button:hover:selected,
7507 .side-panel .view row.activatable:selected,
7508 .side-panel iconview row.activatable:selected,
7509 .side-panel .view .view:selected,
7510 .side-panel iconview .view:selected,
7511 .side-panel .view iconview:selected,
7512 .side-panel iconview iconview:selected,
7513 .side-panel .view text:selected,
7514 .side-panel iconview .view text:selected,
7515 .view .side-panel iconview text:selected,
7516 .side-panel .view iconview text:selected,
7517 iconview .side-panel .view text:selected,
7518 .side-panel iconview text:selected,
7519 .side-panel .view textview text:selected,
7520 textview .side-panel .view text:selected,
7521 .side-panel iconview textview text:selected,
7522 textview .side-panel iconview text:selected,
7523 .side-panel treeview.view header button:selected,
7524 .side-panel iconview treeview.view header button:selected,
7525 treeview.view header .side-panel iconview button:selected,
7526 .side-panel .view .tweak-category header button:selected,
7527 .tweak-category header .side-panel .view button:selected,
7528 .side-panel iconview .tweak-category header button:selected,
7529 .tweak-category header .side-panel iconview button:selected {
7530 color: #FFFFFF; }
7531 label:disabled:selected, row:selected label:disabled, .view:disabled:selected, iconview:disabled:selected, .view:disabled:selected:focus, iconview:disabled:selected:focus,
7532 .view text:disabled:selected,
7533 iconview text:disabled:selected,
7534 textview text:disabled:selected,
7535 .view text:disabled:selected:focus,
7536 iconview text:disabled:selected:focus,
7537 textview text:disabled:selected:focus, .view text selection:disabled, iconview text selection:disabled, .view text selection:disabled:focus, iconview text selection:disabled:focus,
7538 textview text selection:disabled,
7539 textview text selection:disabled:focus, flowbox flowboxchild:disabled:selected, label selection:disabled,
7540 label selection:disabled:focus, label:disabled selection, entry selection:disabled, spinbutton:not(.vertical) selection:disabled, entry selection:disabled:focus, spinbutton:not(.vertical) selection:disabled:focus, treeview entry:disabled:selected, treeview spinbutton:disabled:selected:not(.vertical), treeview entry.flat:disabled:focus:selected, treeview .linked > entry:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:disabled:focus:selected:not(.flat):not(.vertical), treeview spinbutton.flat:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:disabled:focus:selected:not(.vertical), treeview spinbutton entry:disabled:focus:selected, treeview spinbutton spinbutton:disabled:focus:selected:not(.vertical), treeview.view:disabled:selected, .tweak-category:disabled:selected,
7541 treeview.view row:disabled:selected,
7542 .tweak-category row:disabled:selected, paned treeview.view:disabled:selected, paned .tweak-category:disabled:selected,
7543 paned treeview.view row:disabled:selected,
7544 paned .tweak-category row:disabled:selected, row:disabled:selected, .sidebar treeview.view:disabled:selected, .sidebar .tweak-category:disabled:selected,
7545 .sidebar treeview.view row:disabled:selected,
7546 .sidebar .tweak-category row:disabled:selected, placessidebar row:selected:disabled label, GdMainView .view:disabled:hover:selected, GdMainView iconview:disabled:hover:selected, GdMainView .view:disabled:selected, GdMainView iconview:disabled:selected, GdMainView .view row.activatable:disabled:hover:selected, GdMainView iconview row.activatable:disabled:hover:selected, GdMainView .view .view:disabled:hover:selected, GdMainView iconview .view:disabled:hover:selected, GdMainView .view iconview:disabled:hover:selected, GdMainView iconview iconview:disabled:hover:selected,
7547 GdMainView .view text:disabled:hover:selected,
7548 .view GdMainView iconview text:disabled:hover:selected,
7549 GdMainView iconview text:disabled:hover:selected,
7550 GdMainView iconview textview text:disabled:hover:selected,
7551 textview GdMainView iconview text:disabled:hover:selected, GdMainView treeview.view header button:disabled:hover:selected, treeview.view header GdMainView iconview button:disabled:hover:selected, GdMainView .view .tweak-category header button:disabled:hover:selected, .tweak-category header GdMainView .view button:disabled:hover:selected, GdMainView iconview .tweak-category header button:disabled:hover:selected, .tweak-category header GdMainView iconview button:disabled:hover:selected, GdMainView .view row.activatable:disabled:selected, GdMainView iconview row.activatable:disabled:selected, GdMainView .view .view:disabled:selected, GdMainView iconview .view:disabled:selected, GdMainView .view iconview:disabled:selected, GdMainView iconview iconview:disabled:selected,
7552 GdMainView .view text:disabled:selected,
7553 .view GdMainView iconview text:disabled:selected,
7554 GdMainView iconview text:disabled:selected,
7555 GdMainView iconview textview text:disabled:selected,
7556 textview GdMainView iconview text:disabled:selected, GdMainView treeview.view header button:disabled:selected, treeview.view header GdMainView iconview button:disabled:selected, GdMainView .view .tweak-category header button:disabled:selected, .tweak-category header GdMainView .view button:disabled:selected, GdMainView iconview .tweak-category header button:disabled:selected, .tweak-category header GdMainView iconview button:disabled:selected,
7557 .side-panel .view:disabled:hover:selected,
7558 .side-panel iconview:disabled:hover:selected,
7559 .side-panel .view:disabled:selected,
7560 .side-panel iconview:disabled:selected,
7561 .side-panel .view row.activatable:disabled:hover:selected,
7562 .side-panel iconview row.activatable:disabled:hover:selected,
7563 .side-panel .view .view:disabled:hover:selected,
7564 .side-panel iconview .view:disabled:hover:selected,
7565 .side-panel .view iconview:disabled:hover:selected,
7566 .side-panel iconview iconview:disabled:hover:selected,
7567 .side-panel .view text:disabled:hover:selected,
7568 .view .side-panel iconview text:disabled:hover:selected,
7569 .side-panel iconview text:disabled:hover:selected,
7570 .side-panel iconview textview text:disabled:hover:selected,
7571 textview .side-panel iconview text:disabled:hover:selected,
7572 .side-panel treeview.view header button:disabled:hover:selected,
7573 treeview.view header .side-panel iconview button:disabled:hover:selected,
7574 .side-panel .view .tweak-category header button:disabled:hover:selected,
7575 .tweak-category header .side-panel .view button:disabled:hover:selected,
7576 .side-panel iconview .tweak-category header button:disabled:hover:selected,
7577 .tweak-category header .side-panel iconview button:disabled:hover:selected,
7578 .side-panel .view row.activatable:disabled:selected,
7579 .side-panel iconview row.activatable:disabled:selected,
7580 .side-panel .view .view:disabled:selected,
7581 .side-panel iconview .view:disabled:selected,
7582 .side-panel .view iconview:disabled:selected,
7583 .side-panel iconview iconview:disabled:selected,
7584 .side-panel .view text:disabled:selected,
7585 .view .side-panel iconview text:disabled:selected,
7586 .side-panel iconview text:disabled:selected,
7587 .side-panel iconview textview text:disabled:selected,
7588 textview .side-panel iconview text:disabled:selected,
7589 .side-panel treeview.view header button:disabled:selected,
7590 treeview.view header .side-panel iconview button:disabled:selected,
7591 .side-panel .view .tweak-category header button:disabled:selected,
7592 .tweak-category header .side-panel .view button:disabled:selected,
7593 .side-panel iconview .tweak-category header button:disabled:selected,
7594 .tweak-category header .side-panel iconview button:disabled:selected {
7595 color: rgba(255, 255, 255, 0.4); }
7596 label:backdrop:disabled:selected, row:selected label:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view:backdrop:disabled:selected:focus, iconview:backdrop:disabled:selected:focus,
7597 .view text:backdrop:disabled:selected,
7598 iconview text:backdrop:disabled:selected,
7599 textview text:backdrop:disabled:selected,
7600 .view text:backdrop:disabled:selected:focus,
7601 iconview text:backdrop:disabled:selected:focus,
7602 textview text:backdrop:disabled:selected:focus, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, .view text selection:backdrop:disabled:focus, iconview text selection:backdrop:disabled:focus,
7603 textview text selection:backdrop:disabled,
7604 textview text selection:backdrop:disabled:focus, flowbox flowboxchild:backdrop:disabled:selected, label selection:backdrop:disabled,
7605 label selection:backdrop:disabled:focus, label:disabled selection:backdrop, entry selection:backdrop:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled:focus, spinbutton:not(.vertical) selection:backdrop:disabled:focus, treeview entry:backdrop:disabled:selected, treeview spinbutton:backdrop:disabled:selected:not(.vertical), treeview entry.flat:backdrop:disabled:focus:selected, treeview .linked > entry:backdrop:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:backdrop:disabled:focus:selected:not(.flat):not(.vertical), treeview spinbutton.flat:backdrop:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:backdrop:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview spinbutton entry:backdrop:disabled:focus:selected, treeview spinbutton spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview.view:backdrop:disabled:selected, .tweak-category:backdrop:disabled:selected,
7606 treeview.view row:backdrop:disabled:selected,
7607 .tweak-category row:backdrop:disabled:selected, paned treeview.view:backdrop:disabled:selected, paned .tweak-category:backdrop:disabled:selected,
7608 paned treeview.view row:backdrop:disabled:selected,
7609 paned .tweak-category row:backdrop:disabled:selected, row:backdrop:disabled:selected, .sidebar treeview.view:backdrop:disabled:selected, .sidebar .tweak-category:backdrop:disabled:selected,
7610 .sidebar treeview.view row:backdrop:disabled:selected,
7611 .sidebar .tweak-category row:backdrop:disabled:selected, placessidebar row:selected:disabled label:backdrop, GdMainView .view:backdrop:disabled:hover:selected, GdMainView iconview:backdrop:disabled:hover:selected, GdMainView .view:backdrop:disabled:selected, GdMainView iconview:backdrop:disabled:selected, GdMainView .view row.activatable:backdrop:disabled:hover:selected, GdMainView iconview row.activatable:backdrop:disabled:hover:selected, GdMainView .view .view:backdrop:disabled:hover:selected, GdMainView iconview .view:backdrop:disabled:hover:selected, GdMainView .view iconview:backdrop:disabled:hover:selected, GdMainView iconview iconview:backdrop:disabled:hover:selected,
7612 GdMainView .view text:backdrop:disabled:hover:selected,
7613 GdMainView iconview text:backdrop:disabled:hover:selected, GdMainView treeview.view header button:backdrop:disabled:hover:selected, treeview.view header GdMainView iconview button:backdrop:disabled:hover:selected, GdMainView .view .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header GdMainView .view button:backdrop:disabled:hover:selected, GdMainView iconview .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header GdMainView iconview button:backdrop:disabled:hover:selected, GdMainView .view row.activatable:backdrop:disabled:selected, GdMainView iconview row.activatable:backdrop:disabled:selected, GdMainView .view .view:backdrop:disabled:selected, GdMainView iconview .view:backdrop:disabled:selected, GdMainView .view iconview:backdrop:disabled:selected, GdMainView iconview iconview:backdrop:disabled:selected,
7614 GdMainView .view text:backdrop:disabled:selected,
7615 GdMainView iconview text:backdrop:disabled:selected, GdMainView treeview.view header button:backdrop:disabled:selected, treeview.view header GdMainView iconview button:backdrop:disabled:selected, GdMainView .view .tweak-category header button:backdrop:disabled:selected, .tweak-category header GdMainView .view button:backdrop:disabled:selected, GdMainView iconview .tweak-category header button:backdrop:disabled:selected, .tweak-category header GdMainView iconview button:backdrop:disabled:selected,
7616 .side-panel .view:backdrop:disabled:hover:selected,
7617 .side-panel iconview:backdrop:disabled:hover:selected,
7618 .side-panel .view:backdrop:disabled:selected,
7619 .side-panel iconview:backdrop:disabled:selected,
7620 .side-panel .view row.activatable:backdrop:disabled:hover:selected,
7621 .side-panel iconview row.activatable:backdrop:disabled:hover:selected,
7622 .side-panel .view .view:backdrop:disabled:hover:selected,
7623 .side-panel iconview .view:backdrop:disabled:hover:selected,
7624 .side-panel .view iconview:backdrop:disabled:hover:selected,
7625 .side-panel iconview iconview:backdrop:disabled:hover:selected,
7626 .side-panel .view text:backdrop:disabled:hover:selected,
7627 .side-panel iconview text:backdrop:disabled:hover:selected,
7628 .side-panel treeview.view header button:backdrop:disabled:hover:selected,
7629 treeview.view header .side-panel iconview button:backdrop:disabled:hover:selected,
7630 .side-panel .view .tweak-category header button:backdrop:disabled:hover:selected,
7631 .tweak-category header .side-panel .view button:backdrop:disabled:hover:selected,
7632 .side-panel iconview .tweak-category header button:backdrop:disabled:hover:selected,
7633 .tweak-category header .side-panel iconview button:backdrop:disabled:hover:selected,
7634 .side-panel .view row.activatable:backdrop:disabled:selected,
7635 .side-panel iconview row.activatable:backdrop:disabled:selected,
7636 .side-panel .view .view:backdrop:disabled:selected,
7637 .side-panel iconview .view:backdrop:disabled:selected,
7638 .side-panel .view iconview:backdrop:disabled:selected,
7639 .side-panel iconview iconview:backdrop:disabled:selected,
7640 .side-panel .view text:backdrop:disabled:selected,
7641 .side-panel iconview text:backdrop:disabled:selected,
7642 .side-panel treeview.view header button:backdrop:disabled:selected,
7643 treeview.view header .side-panel iconview button:backdrop:disabled:selected,
7644 .side-panel .view .tweak-category header button:backdrop:disabled:selected,
7645 .tweak-category header .side-panel .view button:backdrop:disabled:selected,
7646 .side-panel iconview .tweak-category header button:backdrop:disabled:selected,
7647 .tweak-category header .side-panel iconview button:backdrop:disabled:selected {
7648 color: rgba(255, 255, 255, 0.4); }
7649
7650.monospace {
7651 font-family: Monospace; }
7652
7653/**********************
7654 * Touch Copy & Paste *
7655 *********************/
7656cursor-handle {
7657 background-color: #00E676;
7658 background-image: none;
7659 box-shadow: none;
7660 border-style: none; }
7661 cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
7662 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start.png"), url("assets/text-select-start@2.png"));
7663 padding-left: 10px; }
7664 cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
7665 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end.png"), url("assets/text-select-end@2.png"));
7666 padding-right: 10px; }
7667 cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
7668 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); }
7669 cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) {
7670 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover.png"), url("assets/text-select-start-hover@2.png"));
7671 padding-left: 10px; }
7672 cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) {
7673 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover.png"), url("assets/text-select-end-hover@2.png"));
7674 padding-right: 10px; }
7675 cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) {
7676 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); }
7677 cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) {
7678 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active.png"), url("assets/text-select-start-active@2.png"));
7679 padding-left: 10px; }
7680 cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) {
7681 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active.png"), url("assets/text-select-end-active@2.png"));
7682 padding-right: 10px; }
7683 cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) {
7684 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); }
7685
7686.context-menu {
7687 font: initial; }
7688
7689popover.touch-selection {
7690 font: initial;
7691 color: #263238;
7692 background-color: #FFFFFF;
7693 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7694 popover.touch-selection:backdrop {
7695 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
7696
7697button.circular {
7698 border-radius: 100px;
7699 -gtk-outline-radius: 100px; }
7700 button.circular label {
7701 padding: 0; }
7702
7703.keycap {
7704 min-width: 1.50376rem;
7705 min-height: 1.95489rem;
7706 margin-top: 0.20301rem;
7707 margin-bottom: 0.24812rem;
7708 padding: 0 0.45113rem;
7709 border: none;
7710 border-radius: 2px;
7711 color: #263238;
7712 background-color: #FFFFFF;
7713 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
7714 font-size: 90%;
7715 font-weight: 500; }
7716
7717*:drop(active):focus,
7718*:drop(active) {
7719 border-color: #E8E8E8;
7720 box-shadow: inset 0 0 0 1px #E8E8E8;
7721 caret-color: #E8E8E8; }
7722
7723stackswitcher button.circular,
7724stackswitcher button.text-button.circular {
7725 min-width: 2.80451rem;
7726 min-height: 2.80451rem;
7727 padding: 0; }
7728
7729box > scrolledwindow undershoot.top, box > placessidebar undershoot.top {
7730 background-color: transparent;
7731 background-image: linear-gradient(to top, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
7732 padding-top: 0;
7733 background-size: 16px 32px;
7734 background-repeat: repeat-x;
7735 background-origin: content-box;
7736 background-position: center top; }
7737box > scrolledwindow undershoot.bottom, box > placessidebar undershoot.bottom {
7738 background-color: transparent;
7739 background-image: linear-gradient(to bottom, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
7740 padding-bottom: 0;
7741 background-size: 16px 32px;
7742 background-repeat: repeat-x;
7743 background-origin: content-box;
7744 background-position: center bottom; }
7745box > scrolledwindow undershoot.left, box > placessidebar undershoot.left {
7746 background-color: transparent;
7747 background-image: linear-gradient(to left, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
7748 padding-left: 0;
7749 background-size: 32px 16px;
7750 background-repeat: repeat-y;
7751 background-origin: content-box;
7752 background-position: left center; }
7753box > scrolledwindow undershoot.right, box > placessidebar undershoot.right {
7754 background-color: transparent;
7755 background-image: linear-gradient(to right, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
7756 padding-right: 0;
7757 background-size: 32px 16px;
7758 background-repeat: repeat-y;
7759 background-origin: content-box;
7760 background-position: right center; }
7761placessidebar undershoot.top, .sidebar undershoot.top {
7762 background-color: transparent;
7763 background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
7764 padding-top: 0;
7765 background-size: 16px 32px;
7766 background-repeat: repeat-x;
7767 background-origin: content-box;
7768 background-position: center top; }
7769placessidebar undershoot.bottom, .sidebar undershoot.bottom {
7770 background-color: transparent;
7771 background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
7772 padding-bottom: 0;
7773 background-size: 16px 32px;
7774 background-repeat: repeat-x;
7775 background-origin: content-box;
7776 background-position: center bottom; }
7777placessidebar undershoot.left, .sidebar undershoot.left {
7778 background-color: transparent;
7779 background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
7780 padding-left: 0;
7781 background-size: 32px 16px;
7782 background-repeat: repeat-y;
7783 background-origin: content-box;
7784 background-position: left center; }
7785placessidebar undershoot.right, .sidebar undershoot.right {
7786 background-color: transparent;
7787 background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
7788 padding-right: 0;
7789 background-size: 32px 16px;
7790 background-repeat: repeat-y;
7791 background-origin: content-box;
7792 background-position: right center; }
7793
7794/***************
7795 * Gnome panel *
7796 ***************/
7797panel-toplevel.background {
7798 background-color: #FFFFFF; }
7799
7800panel-plug,
7801panel-toplevel > grid.horizontal > widget > widget {
7802 color: #BBBBBB;
7803 background-color: #FFFFFF;
7804 box-shadow: none; }
7805
7806.gnome-panel-menu-bar,
7807panel-applet > menubar,
7808#clock-applet-button {
7809 font-weight: 700;
7810 color: #BBBBBB;
7811 background-color: transparent;
7812 box-shadow: none; }
7813 .gnome-panel-menu-bar label:backdrop, .gnome-panel-menu-bar:backdrop,
7814 panel-applet > menubar label:backdrop,
7815 panel-applet > menubar:backdrop,
7816 #clock-applet-button label:backdrop,
7817 #clock-applet-button:backdrop {
7818 opacity: 1.0; }
7819
7820.gnome-panel-menu-bar,
7821panel-applet menubar {
7822 box-shadow: none; }
7823 .gnome-panel-menu-bar menuitem,
7824 panel-applet menubar menuitem {
7825 color: #BBBBBB;
7826 background-color: transparent; }
7827 .gnome-panel-menu-bar menuitem:hover,
7828 panel-applet menubar menuitem:hover {
7829 color: #ECEFF1;
7830 box-shadow: inset 0 -2px #E8E8E8; }
7831 .gnome-panel-menu-bar menuitem:backdrop,
7832 panel-applet menubar menuitem:backdrop {
7833 opacity: 1.0; }
7834 .gnome-panel-menu-bar menu,
7835 panel-applet menubar menu {
7836 font: regular; }
7837 .gnome-panel-menu-bar menu menuitem,
7838 panel-applet menubar menu menuitem {
7839 color: rgba(38, 50, 56, 0.75);
7840 background-color: #FFFFFF; }
7841 .gnome-panel-menu-bar menu menuitem:hover,
7842 panel-applet menubar menu menuitem:hover {
7843 color: #263238;
7844 background-color: alpha(currentColor, 0.1);
7845 box-shadow: none; }
7846 .gnome-panel-menu-bar menu menuitem:backdrop,
7847 panel-applet menubar menu menuitem:backdrop {
7848 opacity: 1.0; }
7849 .gnome-panel-menu-bar menu separator,
7850 panel-applet menubar menu separator {
7851 color: rgba(0, 0, 0, 0.09); }
7852
7853#tasklist-button,
7854#clock-applet-button,
7855#showdesktop-button {
7856 box-shadow: none;
7857 background-color: transparent;
7858 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
7859 padding: 0px 0.30075rem;
7860 border: none;
7861 border-radius: 0;
7862 color: #BBBBBB;
7863 background-color: transparent;
7864 font-weight: 700; }
7865 #tasklist-button:hover,
7866 #clock-applet-button:hover,
7867 #showdesktop-button:hover {
7868 color: #ECEFF1;
7869 background-color: transparent;
7870 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
7871 #tasklist-button:checked, #tasklist-button:hover:checked, #tasklist-button:disabled:checked,
7872 #clock-applet-button:checked,
7873 #clock-applet-button:hover:checked,
7874 #clock-applet-button:disabled:checked,
7875 #showdesktop-button:checked,
7876 #showdesktop-button:hover:checked,
7877 #showdesktop-button:disabled:checked {
7878 color: #ECEFF1;
7879 background-color: transparent;
7880 box-shadow: inset 0 -2px #E8E8E8; }
7881 #tasklist-button label:backdrop, #tasklist-button:backdrop,
7882 #clock-applet-button label:backdrop,
7883 #clock-applet-button:backdrop,
7884 #showdesktop-button label:backdrop,
7885 #showdesktop-button:backdrop {
7886 opacity: 1.0; }
7887
7888widget > menubar {
7889 background-color: transparent;
7890 background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
7891 box-shadow: none; }
7892
7893wnck-pager:selected {
7894 box-shadow: inset 0 -2px #E8E8E8; }
7895wnck-pager:backdrop {
7896 opacity: 1.0; }
7897
7898na-tray-applet {
7899 -NaTrayApplet-icon-padding: 2;
7900 -NaTrayApplet-icon-size: 16; }
7901 na-tray-applet:backdrop {
7902 opacity: 1.0; }
7903
7904gp-arrow-button {
7905 min-width: 1.50376rem;
7906 min-height: 0;
7907 border: 1px solid transparent;
7908 background-image: none;
7909 color: #BBBBBB;
7910 margin: 0.15038rem; }
7911 gp-arrow-button:hover, gp-arrow-button:active {
7912 color: #ECEFF1; }
7913
7914sn-button {
7915 padding: 0.30075rem; }
7916
7917/**************
7918 * Tweak-tool *
7919 **************/
7920.tweak-categories {
7921 background-color: #FFFFFF;
7922 color: rgba(38, 50, 56, 0.75); }
7923 .tweak-categories:dir(ltr) {
7924 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
7925 .tweak-categories:dir(rtl) {
7926 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
7927 .tweak-categories separator,
7928 .tweak-categories .separator {
7929 min-height: 0;
7930 border-color: transparent;
7931 background-color: transparent;
7932 color: transparent; }
7933
7934.tweak-category {
7935 border: none;
7936 color: rgba(38, 50, 56, 0.75);
7937 background-color: transparent;
7938 font-weight: 500; }
7939 .tweak-category:hover {
7940 color: #263238; }
7941 .tweak-category:selected {
7942 color: #E8E8E8;
7943 background-color: transparent; }
7944 .tweak-category:selected label {
7945 color: #E8E8E8; }
7946
7947.tweak-group {
7948 padding: 6px;
7949 background-color: #FFFFFF; }
7950
7951.tweak {
7952 background-color: #FFFFFF; }
7953 .tweak:hover {
7954 background-color: transparent; }
7955
7956.tweak-group-white,
7957.tweak-white {
7958 background-color: #FFFFFF; }
7959
7960/*******************
7961 * Gnome-Flashback *
7962 *******************/
7963gf-popup-window {
7964 border-radius: 2px;
7965 border: 1px solid rgba(0, 0, 0, 0.09);
7966 background-color: #FFFFFF;
7967 color: #ECEFF1;
7968 opacity: 0.9; }
7969 gf-popup-window.solid {
7970 border-radius: 2px;
7971 border: 1px solid rgba(0, 0, 0, 0.09); }
7972
7973#gf-label-window {
7974 font-size: 3.38346rem;
7975 font-weight: 400; }
7976
7977#gf-candidate-popup, #gf-candidate-popup.solid {
7978 border-radius: 2px;
7979 border: 1px solid rgba(0, 0, 0, 0.09);
7980 color: #ECEFF1; }
7981#gf-candidate-popup #gf-input-source {
7982 color: #ECEFF1;
7983 font-size: 1.80451rem;
7984 font-weight: 400; }
7985 #gf-candidate-popup #gf-input-source:selected {
7986 border-radius: 2px;
7987 background-color: alpha(currentColor, 0.2);
7988 color: #E8E8E8; }
7989#gf-candidate-popup gf-candidate-box {
7990 transition: none; }
7991 #gf-candidate-popup gf-candidate-box label {
7992 padding: 0.20301rem 0.20301rem 0.30075rem; }
7993 #gf-candidate-popup gf-candidate-box:last-child {
7994 padding-left: 0; }
7995 #gf-candidate-popup gf-candidate-box:hover, #gf-candidate-popup gf-candidate-box:selected {
7996 border-radius: 0;
7997 background-color: alpha(currentColor, 0.2);
7998 color: #FFFFFF; }
7999#gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
8000#gf-candidate-popup .linked > button,
8001#gf-candidate-popup .linked > button:first-child,
8002#gf-candidate-popup .linked > button:last-child {
8003 border-radius: 0;
8004 border: none;
8005 background-color: transparent;
8006 color: #E8E8E8;
8007 box-shadow: none; }
8008
8009/************
8010 * Nautilus *
8011 ************/
8012.nautilus-desktop-window,
8013.nautilus-desktop-window notebook,
8014.nautilus-desktop-window notebook > stack {
8015 background: transparent; }
8016
8017.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
8018 color: #FFFFFF; }
8019
8020.nautilus-canvas-item {
8021 border-radius: 2px; }
8022
8023.nautilus-circular-button {
8024 border-radius: 100px;
8025 -gtk-outline-radius: 100px; }
8026
8027.disk-space-display {
8028 border: 0 none transparent; }
8029 .disk-space-display.free {
8030 background-color: alpha(currentColor, 0.2);
8031 color: rgba(38, 50, 56, 0.3); }
8032 .disk-space-display.used {
8033 background-color: #E8E8E8; }
8034 .disk-space-display.unknown {
8035 background-color: #FF9800; }
8036
8037/*********
8038 * Geary *
8039 *********/
8040.geary-titlebar-left separator {
8041 opacity: 0; }
8042
8043.geary-titlebar-right {
8044 box-shadow: none; }
8045
8046/************
8047 * Epiphany *
8048 ************/
8049EphyWindow .nautilus-window .floating-bar {
8050 color: rgba(38, 50, 56, 0.75); }
8051
8052/************
8053 * Seahorse *
8054 ************/
8055SeahorseWidget .sidebar paned separator {
8056 border: none; }
8057
8058window paned > box.vertical > box.vertical > toolbar.primary-toolbar {
8059 box-shadow: none;
8060 border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
8061
8062/**********
8063 * Polari *
8064 **********/
8065.polari-room-list row {
8066 font-weight: 700; }
8067 .polari-room-list row:not(:hover):not(:active):not(:selected) label,
8068 .polari-room-list row:not(:hover):not(:active):not(:selected) image {
8069 opacity: 1.0; }
8070 .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) label,
8071 .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) image {
8072 opacity: 0.65; }
8073
8074.polari-nick-entry {
8075 border-image: none;
8076 font-weight: 700; }
8077
8078.sidebar row.activatable.inactive, .sidebar .inactive.view, .sidebar iconview.inactive,
8079.sidebar .view text.inactive,
8080.view .sidebar text.inactive,
8081.sidebar iconview text.inactive,
8082iconview .sidebar text.inactive,
8083.sidebar textview text.inactive,
8084textview .sidebar text.inactive, .sidebar treeview.view header button.inactive, treeview.view header .sidebar button.inactive, .sidebar .tweak-category header button.inactive, .tweak-category header .sidebar button.inactive {
8085 color: rgba(38, 50, 56, 0.75);
8086 background-color: transparent;
8087 font-weight: 500; }
8088 .sidebar row.activatable.inactive:hover, .sidebar .inactive.view:hover, .sidebar iconview.inactive:hover,
8089 .sidebar .view text.inactive:hover,
8090 .view .sidebar text.inactive:hover,
8091 .sidebar iconview text.inactive:hover,
8092 iconview .sidebar text.inactive:hover,
8093 .sidebar textview text.inactive:hover,
8094 textview .sidebar text.inactive:hover, .sidebar treeview.view header button.inactive:hover, treeview.view header .sidebar button.inactive:hover, .sidebar .tweak-category header button.inactive:hover, .tweak-category header .sidebar button.inactive:hover {
8095 color: #263238; }
8096 .sidebar row.activatable.inactive:selected, .sidebar .inactive.view:selected, .sidebar iconview.inactive:selected,
8097 .sidebar .view text.inactive:selected,
8098 .view .sidebar text.inactive:selected,
8099 .sidebar iconview text.inactive:selected,
8100 iconview .sidebar text.inactive:selected,
8101 .sidebar textview text.inactive:selected,
8102 textview .sidebar text.inactive:selected, .sidebar treeview.view header button.inactive:selected, treeview.view header .sidebar button.inactive:selected, .sidebar .tweak-category header button.inactive:selected, .tweak-category header .sidebar button.inactive:selected {
8103 color: #FFFFFF;
8104 background-color: #E8E8E8; }
8105
8106box > headerbar > label.polari-titlebar-separator {
8107 min-width: 0;
8108 border: none;
8109 opacity: 0; }
8110
8111/*************
8112 * RhythmBox *
8113 *************/
8114.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
8115 box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 2px -2px rgba(0, 0, 0, 0.03), inset -3px 0 3px -2px rgba(0, 0, 0, 0.03); }
8116 .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar:dir(rtl) {
8117 box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 2px -2px rgba(0, 0, 0, 0.03), inset 3px 0 3px -2px rgba(0, 0, 0, 0.03); }
8118
8119.sidebar-paned scrolledwindow:dir(ltr), .sidebar-paned placessidebar:dir(ltr) {
8120 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
8121.sidebar-paned scrolledwindow:dir(rtl), .sidebar-paned placessidebar:dir(rtl) {
8122 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
8123.sidebar-paned .sidebar {
8124 background-color: rgba(12, 18, 0, 0.01); }
8125
8126window > box.vertical > box.vertical > toolbar.horizontal {
8127 box-shadow: none; }
8128
8129window > box.vertical > box.vertical > toolbar .linked > button {
8130 border-radius: 100px;
8131 -gtk-outline-radius: 100px; }
8132
8133/**************
8134 * Calculator *
8135 **************/
8136window > grid.vertical > box.vertical > widget button {
8137 min-width: 1rem;
8138 min-height: 1rem;
8139 padding: 0.75em 1em 0.75em;
8140 border: 0.75em solid transparent;
8141 border-radius: 2px;
8142 font-weight: 700; }
8143 window > grid.vertical > box.vertical > widget button.suggested-action {
8144 color: transparent;
8145 font-size: 0; }
8146 window > grid.vertical > box.vertical > widget button.suggested-action {
8147 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07);
8148 background-color: #FFFFFF;
8149 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
8150 color: rgba(38, 50, 56, 0.75);
8151 border-style: none;
8152 border-radius: 100px;
8153 background-color: transparent;
8154 background-image: -gtk-scaled(url("assets/equal.png"), url("assets/equal@2.png"));
8155 background-size: 32px;
8156 background-repeat: no-repeat;
8157 background-position: center;
8158 box-shadow: none;
8159 transition-duration: 0.2s;
8160 animation: none; }
8161 window > grid.vertical > box.vertical > widget button.suggested-action:hover {
8162 border-style: none;
8163 border-radius: 100px;
8164 background-color: transparent;
8165 background-image: -gtk-scaled(url("assets/equal-hover.png"), url("assets/equal-hover@2.png"));
8166 background-size: 32px;
8167 background-repeat: no-repeat;
8168 background-position: center;
8169 box-shadow: none;
8170 transition-duration: 0.2s;
8171 animation: none; }
8172 window > grid.vertical > box.vertical > widget button.suggested-action:active {
8173 border-style: none;
8174 border-radius: 100px;
8175 background-color: transparent;
8176 background-image: -gtk-scaled(url("assets/equal-active.png"), url("assets/equal-active@2.png"));
8177 background-size: 32px;
8178 background-repeat: no-repeat;
8179 background-position: center;
8180 box-shadow: none;
8181 transition-duration: 0.2s;
8182 animation: none; }
8183 window > grid.vertical > box.vertical > widget button.suggested-action:disabled {
8184 border-style: none;
8185 border-radius: 100px;
8186 background-color: transparent;
8187 background-image: -gtk-scaled(url("assets/equal-insensitive.png"), url("assets/equal-insensitive@2.png"));
8188 background-size: 32px;
8189 background-repeat: no-repeat;
8190 background-position: center;
8191 box-shadow: none;
8192 transition-duration: 0.2s;
8193 animation: none; }
8194
8195/*********
8196 * Gedit *
8197 *********/
8198GeditViewFrame .gedit-search-slider {
8199 padding: 3px;
8200 border-radius: 2px;
8201 border-width: 9px;
8202 border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
8203 color: #ECEFF1;
8204 opacity: 0.9; }
8205 GeditViewFrame .gedit-search-slider entry, GeditViewFrame .gedit-search-slider spinbutton:not(.vertical), GeditViewFrame .gedit-search-slider entry.error, GeditViewFrame .gedit-search-slider spinbutton.error:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning, GeditViewFrame .gedit-search-slider spinbutton.warning:not(.vertical),
8206 GeditViewFrame .gedit-search-slider .linked > entry,
8207 GeditViewFrame .gedit-search-slider .linked > spinbutton:not(.vertical),
8208 GeditViewFrame .gedit-search-slider .linked > entry.error,
8209 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:not(.vertical),
8210 GeditViewFrame .gedit-search-slider .linked > entry.warning,
8211 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:not(.vertical) {
8212 color: #ECEFF1; }
8213 GeditViewFrame .gedit-search-slider entry:focus, GeditViewFrame .gedit-search-slider spinbutton:focus:not(.vertical), GeditViewFrame .gedit-search-slider entry.error:focus, GeditViewFrame .gedit-search-slider spinbutton.error:focus:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning:focus, GeditViewFrame .gedit-search-slider spinbutton.warning:focus:not(.vertical),
8214 GeditViewFrame .gedit-search-slider .linked > entry:focus,
8215 GeditViewFrame .gedit-search-slider .linked > spinbutton:focus:not(.vertical),
8216 GeditViewFrame .gedit-search-slider .linked > entry.error:focus,
8217 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:focus:not(.vertical),
8218 GeditViewFrame .gedit-search-slider .linked > entry.warning:focus,
8219 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:focus:not(.vertical) {
8220 color: #FFFFFF; }
8221 GeditViewFrame .gedit-search-slider entry:disabled, GeditViewFrame .gedit-search-slider spinbutton:disabled:not(.vertical), GeditViewFrame .gedit-search-slider entry.error:disabled, GeditViewFrame .gedit-search-slider spinbutton.error:disabled:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning:disabled, GeditViewFrame .gedit-search-slider spinbutton.warning:disabled:not(.vertical),
8222 GeditViewFrame .gedit-search-slider .linked > entry:disabled,
8223 GeditViewFrame .gedit-search-slider .linked > spinbutton:disabled:not(.vertical),
8224 GeditViewFrame .gedit-search-slider .linked > entry.error:disabled,
8225 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:disabled:not(.vertical),
8226 GeditViewFrame .gedit-search-slider .linked > entry.warning:disabled,
8227 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:disabled:not(.vertical) {
8228 color: rgba(236, 239, 241, 0.3); }
8229
8230paned.titlebar.horizontal headerbar button.flat.toggle.popup, paned.titlebar.horizontal headerbar button.toggle.popup.osd.image-button, paned.titlebar.horizontal headerbar .osd toolbar button.toggle.popup, .osd toolbar paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar toolbar.osd button.toggle.popup, toolbar.osd paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar .app-notification button.toggle.popup, .app-notification paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar GeditViewFrame .gedit-search-slider button.toggle.popup, GeditViewFrame .gedit-search-slider paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar toolbar button.toggle.popup, toolbar paned.titlebar.horizontal headerbar button.toggle.popup,
8231paned.titlebar.horizontal headerbar button.toggle.popup:not(.suggested-action):not(.destructive-action), paned.titlebar.horizontal headerbar .menu > arrow.toggle.popup,
8232paned.titlebar.horizontal headerbar .context-menu > arrow.toggle.popup,
8233paned.titlebar.horizontal headerbar menu > arrow.toggle.popup, paned.titlebar.horizontal headerbar placessidebar row button.toggle.popup.image-button, placessidebar row paned.titlebar.horizontal headerbar button.toggle.popup.image-button, paned.titlebar.horizontal headerbar .ssd decoration button.toggle.popup, .ssd decoration paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal .csd headerbar button.toggle.popup.titlebutton,
8234.csd paned.titlebar.horizontal headerbar button.toggle.popup.titlebutton,
8235paned.titlebar.horizontal headerbar .csd .titlebar.selection-mode button.toggle.popup.titlebutton, paned.titlebar.horizontal headerbar #gf-candidate-popup button.toggle.popup, #gf-candidate-popup paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar window > grid.vertical > box.vertical > widget button.toggle.popup, window > grid.vertical > box.vertical > widget paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar layouttabbar button.toggle.popup, layouttabbar paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar layouttab button.toggle.popup, layouttab paned.titlebar.horizontal headerbar button.toggle.popup {
8236 border-radius: 2px;
8237 -gtk-outline-radius: 2px; }
8238
8239notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.top, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.top, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.bottom, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.bottom, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.left, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.left, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.right, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.right {
8240 background-image: none; }
8241
8242/***********
8243 * Builder *
8244 ***********/
8245filechooser actionbar button.combo {
8246 padding: 0; }
8247
8248frame.gb-search-frame {
8249 background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
8250 padding: 0.45113rem;
8251 border-style: solid;
8252 border-color: rgba(0, 0, 0, 0.09);
8253 border-left-width: 1px;
8254 border-right-width: 1px;
8255 border-bottom-width: 1px;
8256 border-radius: 0; }
8257
8258frame.gb-search-frame border {
8259 border: none; }
8260
8261.gb-search-entry-occurrences-tag {
8262 color: rgba(38, 50, 56, 0.3);
8263 margin: 0.15038rem;
8264 padding: 0.15038rem;
8265 border-width: 0; }
8266
8267editortweak button {
8268 padding: 0 0.45113rem 0 0.45113rem; }
8269
8270editortweak list row {
8271 padding: 0; }
8272
8273layouttabbar > box {
8274 min-height: 2.93233rem; }
8275
8276eggsearchbar > revealer > box {
8277 min-height: 2.93233rem; }
8278
8279eggsearchbar entry, eggsearchbar spinbutton:not(.vertical) {
8280 min-height: 1.80451rem; }
8281
8282pillbox {
8283 border-radius: 2px; }
8284
8285genesisperspective stack > box:first-child list row {
8286 padding: 0.75188rem;
8287 border-bottom: 1px solid #E5E9EC; }
8288 genesisperspective stack > box:first-child list row:last-child {
8289 border-bottom: none; }
8290
8291perspectiveswitcher {
8292 padding: 0 0.30075rem;
8293 border-right: 1px solid #E5E9EC;
8294 background-color: #FFFFFF; }
8295 perspectiveswitcher button {
8296 padding: 0.45113rem;
8297 border-radius: 100px;
8298 border: none;
8299 background: none;
8300 color: rgba(38, 50, 56, 0.5);
8301 box-shadow: none; }
8302 perspectiveswitcher button image {
8303 opacity: 0.55; }
8304 perspectiveswitcher button:hover {
8305 background: none; }
8306 perspectiveswitcher button:hover image {
8307 opacity: 0.75; }
8308 perspectiveswitcher button:active, perspectiveswitcher button:checked {
8309 background: none; }
8310 perspectiveswitcher button:active image, perspectiveswitcher button:checked image {
8311 opacity: 1.0; }
8312
8313layouttabbar {
8314 min-height: 2.80451rem;
8315 padding: 0.3985rem;
8316 border-bottom: 1px solid #E5E9EC;
8317 background-color: #FFFFFF; }
8318 layouttabbar > box > button {
8319 opacity: 0.55; }
8320 layouttabbar > box > button:hover {
8321 opacity: 0.75; }
8322 layouttabbar > box > button:active {
8323 opacity: 1.0; }
8324 layouttabbar button {
8325 padding: 0.30075rem 0.3985rem 0.3985rem;
8326 margin: 0.20301rem;
8327 border-radius: 2px;
8328 background-color: transparent; }
8329
8330layouttab {
8331 margin: 0.20301rem;
8332 padding: 0.3985rem;
8333 background-color: transparent; }
8334 layouttab label {
8335 padding: 0.30075rem; }
8336 layouttab separator.vertical {
8337 margin: 0.20301rem;
8338 color: transparent;
8339 background-color: rgba(0, 0, 0, 0.09); }
8340 layouttab button {
8341 margin: 0.20301rem;
8342 border-radius: 2px;
8343 padding-left: 0.3985rem;
8344 padding-right: 0.3985rem; }
8345
8346layouttab > box > button:last-child {
8347 min-height: 1rem;
8348 min-width: 1rem;
8349 padding: 0.50376rem;
8350 border-radius: 100px;
8351 -gtk-outline-radius: 100px;
8352 box-shadow: none;
8353 background-color: transparent;
8354 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0)); }
8355 layouttab > box > button:last-child:hover {
8356 box-shadow: none;
8357 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1)); }
8358 layouttab > box > button:last-child:active {
8359 box-shadow: none;
8360 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
8361 layouttab > box > button:last-child:disabled {
8362 box-shadow: none;
8363 background-color: transparent; }
8364layouttab > box > button:last-child image {
8365 opacity: 0.55; }
8366layouttab > box > button:last-child:hover image {
8367 opacity: 0.75; }
8368layouttab > box > button:last-child:active image {
8369 opacity: 1.0; }
8370
8371layout {
8372 border: 1px solid #E5E9EC;
8373 -PnlDockBin-handle-size: 1; }
8374
8375eggsearchbar box.search-bar {
8376 background-color: #FFFFFF; }
8377
8378pillbox {
8379 background-color: #FFFFFF;
8380 border-radius: 2px; }
8381
8382docktabstrip,
8383tabstrip {
8384 min-height: 2.60902rem;
8385 padding: 0.3985rem 1.20301rem;
8386 border-bottom: 1px solid #E5E9EC;
8387 background-color: #FFFFFF; }
8388 docktabstrip docktab,
8389 docktabstrip tab,
8390 tabstrip docktab,
8391 tabstrip tab {
8392 color: rgba(38, 50, 56, 0.5);
8393 font-weight: 700;
8394 box-shadow: inset 0 -1px alpha(currentColor, 0.2); }
8395 docktabstrip docktab:hover,
8396 docktabstrip tab:hover,
8397 tabstrip docktab:hover,
8398 tabstrip tab:hover {
8399 color: #263238;
8400 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
8401 docktabstrip docktab:checked,
8402 docktabstrip tab:checked,
8403 tabstrip docktab:checked,
8404 tabstrip tab:checked {
8405 color: #263238;
8406 box-shadow: inset 0 -2px #E8E8E8; }
8407
8408layoutstack widget scrolledwindow undershoot.top, layoutstack widget placessidebar undershoot.top, layoutstack widget scrolledwindow undershoot.bottom, layoutstack widget placessidebar undershoot.bottom, layoutstack widget scrolledwindow undershoot.left, layoutstack widget placessidebar undershoot.left, layoutstack widget scrolledwindow undershoot.right, layoutstack widget placessidebar undershoot.right {
8409 background-image: none; }
8410
8411/***************
8412 * Gnome-music *
8413 ***************/
8414GdMainView:dir(ltr),
8415.side-panel:dir(ltr) {
8416 border-right: 1px solid rgba(0, 0, 0, 0.09); }
8417GdMainView:dir(rtl),
8418.side-panel:dir(rtl) {
8419 border-left: 1px solid rgba(0, 0, 0, 0.09); }
8420GdMainView .view, GdMainView iconview,
8421.side-panel .view,
8422.side-panel iconview {
8423 background-color: #FFFFFF;
8424 box-shadow: none; }
8425 GdMainView .view, GdMainView iconview, GdMainView .view row.activatable, GdMainView iconview row.activatable, GdMainView .view .view, GdMainView iconview .view, GdMainView .view iconview, GdMainView iconview iconview,
8426 GdMainView .view text,
8427 GdMainView iconview .view text,
8428 .view GdMainView iconview text,
8429 GdMainView .view iconview text,
8430 iconview GdMainView .view text,
8431 GdMainView iconview text,
8432 GdMainView .view textview text,
8433 textview GdMainView .view text,
8434 GdMainView iconview textview text,
8435 textview GdMainView iconview text, GdMainView treeview.view header button, GdMainView iconview treeview.view header button, treeview.view header GdMainView iconview button, GdMainView .view .tweak-category header button, .tweak-category header GdMainView .view button, GdMainView iconview .tweak-category header button, .tweak-category header GdMainView iconview button,
8436 .side-panel .view,
8437 .side-panel iconview,
8438 .side-panel .view row.activatable,
8439 .side-panel iconview row.activatable,
8440 .side-panel .view .view,
8441 .side-panel iconview .view,
8442 .side-panel .view iconview,
8443 .side-panel iconview iconview,
8444 .side-panel .view text,
8445 .side-panel iconview .view text,
8446 .view .side-panel iconview text,
8447 .side-panel .view iconview text,
8448 iconview .side-panel .view text,
8449 .side-panel iconview text,
8450 .side-panel .view textview text,
8451 textview .side-panel .view text,
8452 .side-panel iconview textview text,
8453 textview .side-panel iconview text,
8454 .side-panel treeview.view header button,
8455 .side-panel iconview treeview.view header button,
8456 treeview.view header .side-panel iconview button,
8457 .side-panel .view .tweak-category header button,
8458 .tweak-category header .side-panel .view button,
8459 .side-panel iconview .tweak-category header button,
8460 .tweak-category header .side-panel iconview button {
8461 padding: 0;
8462 background-color: transparent;
8463 color: rgba(38, 50, 56, 0.75);
8464 font-weight: 500;
8465 box-shadow: none; }
8466 GdMainView .view:hover, GdMainView iconview:hover, GdMainView .view row.activatable:hover, GdMainView iconview row.activatable:hover, GdMainView .view .view:hover, GdMainView iconview .view:hover, GdMainView .view iconview:hover, GdMainView iconview iconview:hover,
8467 GdMainView .view text:hover,
8468 GdMainView iconview .view text:hover,
8469 .view GdMainView iconview text:hover,
8470 GdMainView .view iconview text:hover,
8471 iconview GdMainView .view text:hover,
8472 GdMainView iconview text:hover,
8473 GdMainView .view textview text:hover,
8474 textview GdMainView .view text:hover,
8475 GdMainView iconview textview text:hover,
8476 textview GdMainView iconview text:hover, GdMainView treeview.view header button:hover, GdMainView iconview treeview.view header button:hover, treeview.view header GdMainView iconview button:hover, GdMainView .view .tweak-category header button:hover, .tweak-category header GdMainView .view button:hover, GdMainView iconview .tweak-category header button:hover, .tweak-category header GdMainView iconview button:hover,
8477 .side-panel .view:hover,
8478 .side-panel iconview:hover,
8479 .side-panel .view row.activatable:hover,
8480 .side-panel iconview row.activatable:hover,
8481 .side-panel .view .view:hover,
8482 .side-panel iconview .view:hover,
8483 .side-panel .view iconview:hover,
8484 .side-panel iconview iconview:hover,
8485 .side-panel .view text:hover,
8486 .side-panel iconview .view text:hover,
8487 .view .side-panel iconview text:hover,
8488 .side-panel .view iconview text:hover,
8489 iconview .side-panel .view text:hover,
8490 .side-panel iconview text:hover,
8491 .side-panel .view textview text:hover,
8492 textview .side-panel .view text:hover,
8493 .side-panel iconview textview text:hover,
8494 textview .side-panel iconview text:hover,
8495 .side-panel treeview.view header button:hover,
8496 .side-panel iconview treeview.view header button:hover,
8497 treeview.view header .side-panel iconview button:hover,
8498 .side-panel .view .tweak-category header button:hover,
8499 .tweak-category header .side-panel .view button:hover,
8500 .side-panel iconview .tweak-category header button:hover,
8501 .tweak-category header .side-panel iconview button:hover {
8502 color: #263238; }
8503
8504actionbar {
8505 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
8506 actionbar, actionbar.frame {
8507 background-color: #FFFFFF; }
8508 actionbar button,
8509 actionbar .linked > button.image-button {
8510 box-shadow: none;
8511 background-color: transparent;
8512 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
8513 border-radius: 100px;
8514 -gtk-outline-radius: 100px;
8515 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
8516 color: rgba(38, 50, 56, 0.75);
8517 box-shadow: none; }
8518 actionbar button:hover,
8519 actionbar .linked > button.image-button:hover {
8520 box-shadow: none;
8521 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
8522 border-image: none;
8523 color: #263238;
8524 box-shadow: none; }
8525 actionbar button:checked,
8526 actionbar .linked > button.image-button:checked {
8527 background-color: alpha(currentColor, 0.2);
8528 color: #263238;
8529 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
8530 background-color: transparent;
8531 color: #263238;
8532 box-shadow: none; }
8533 actionbar button:checked:disabled,
8534 actionbar .linked > button.image-button:checked:disabled {
8535 border-image: none;
8536 background-color: transparent;
8537 color: rgba(38, 50, 56, 0.3);
8538 box-shadow: none; }
8539 actionbar button:checked:disabled > label,
8540 actionbar .linked > button.image-button:checked:disabled > label {
8541 color: inherit; }
8542 actionbar button:checked:disabled > .label,
8543 actionbar .linked > button.image-button:checked:disabled > .label {
8544 color: inherit; }
8545 actionbar button:disabled,
8546 actionbar .linked > button.image-button:disabled {
8547 box-shadow: none;
8548 background-color: transparent;
8549 border-image: none;
8550 background-color: transparent;
8551 color: rgba(38, 50, 56, 0.225);
8552 box-shadow: none; }
8553
8554/******************
8555 * Gnome-contacts *
8556 ******************/
8557window overlay > grid > frame > grid toolbar {
8558 box-shadow: none; }
8559window overlay > grid > frame > grid list:dir(ltr) {
8560 box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
8561window overlay > grid > frame > grid list:dir(rtl) {
8562 box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
8563window overlay > grid > frame > grid list row {
8564 color: rgba(38, 50, 56, 0.75);
8565 background-color: rgba(12, 18, 0, 0.01); }
8566 window overlay > grid > frame > grid list row:hover {
8567 color: #263238; }
8568 window overlay > grid > frame > grid list row:selected, window overlay > grid > frame > grid list row:selected.activatable, window overlay > grid > frame > grid list .view:selected, window overlay > grid > frame > grid list iconview:selected,
8569 window overlay > grid > frame > grid list .view text:selected,
8570 .view window overlay > grid > frame > grid list text:selected,
8571 window overlay > grid > frame > grid list iconview text:selected,
8572 iconview window overlay > grid > frame > grid list text:selected,
8573 window overlay > grid > frame > grid list textview text:selected,
8574 textview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list treeview.view header button:selected, treeview.view header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list .tweak-category header button:selected, .tweak-category header window overlay > grid > frame > grid list button:selected {
8575 background-color: rgba(12, 18, 0, 0.01); }
8576 window overlay > grid > frame > grid list row:selected, window overlay > grid > frame > grid list row:selected label, window overlay > grid > frame > grid list row:selected.activatable, window overlay > grid > frame > grid list .view:selected, window overlay > grid > frame > grid list iconview:selected,
8577 window overlay > grid > frame > grid list .view text:selected,
8578 .view window overlay > grid > frame > grid list text:selected,
8579 window overlay > grid > frame > grid list iconview text:selected,
8580 iconview window overlay > grid > frame > grid list text:selected,
8581 window overlay > grid > frame > grid list textview text:selected,
8582 textview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list treeview.view header button:selected, treeview.view header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list .tweak-category header button:selected, .tweak-category header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list row:selected.activatable label, window overlay > grid > frame > grid list .view:selected label, window overlay > grid > frame > grid list iconview:selected label,
8583 window overlay > grid > frame > grid list .view text:selected label,
8584 .view window overlay > grid > frame > grid list text:selected label,
8585 window overlay > grid > frame > grid list iconview text:selected label,
8586 iconview window overlay > grid > frame > grid list text:selected label,
8587 window overlay > grid > frame > grid list textview text:selected label,
8588 textview window overlay > grid > frame > grid list text:selected label, window overlay > grid > frame > grid list treeview.view header button:selected label, treeview.view header window overlay > grid > frame > grid list button:selected label, window overlay > grid > frame > grid list .tweak-category header button:selected label, .tweak-category header window overlay > grid > frame > grid list button:selected label {
8589 color: #E8E8E8; }
8590 window overlay > grid > frame > grid list row:backdrop {
8591 opacity: 1.0; }
8592window overlay > grid > frame > grid list separator {
8593 min-height: 0;
8594 border-color: transparent;
8595 background-color: transparent;
8596 color: transparent; }
8597window overlay > grid > frame > grid scrolledwindow undershoot.top, window overlay > grid > frame > grid placessidebar undershoot.top {
8598 background-color: transparent;
8599 background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
8600 padding-top: 0;
8601 background-size: 16px 32px;
8602 background-repeat: repeat-x;
8603 background-origin: content-box;
8604 background-position: center top; }
8605window overlay > grid > frame > grid scrolledwindow undershoot.bottom, window overlay > grid > frame > grid placessidebar undershoot.bottom {
8606 background-color: transparent;
8607 background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
8608 padding-bottom: 0;
8609 background-size: 16px 32px;
8610 background-repeat: repeat-x;
8611 background-origin: content-box;
8612 background-position: center bottom; }
8613window overlay > grid > frame > grid scrolledwindow undershoot.left, window overlay > grid > frame > grid placessidebar undershoot.left {
8614 background-color: transparent;
8615 background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
8616 padding-left: 0;
8617 background-size: 32px 16px;
8618 background-repeat: repeat-y;
8619 background-origin: content-box;
8620 background-position: left center; }
8621window overlay > grid > frame > grid scrolledwindow undershoot.right, window overlay > grid > frame > grid placessidebar undershoot.right {
8622 background-color: transparent;
8623 background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
8624 padding-right: 0;
8625 background-size: 32px 16px;
8626 background-repeat: repeat-y;
8627 background-origin: content-box;
8628 background-position: right center; }
8629
8630/**********
8631 * Baobab *
8632 **********/
8633window > box.vertical > grid.vertical > stack stack > spinner {
8634 min-width: 1.80451rem;
8635 min-height: 1.80451rem;
8636 padding: 4rem 6rem 4rem; }
8637
8638/**********
8639 * Evince *
8640 **********/
8641window.background {
8642 padding: 0.3985rem; }
8643 window.background > box.vertical > box.horizontal > widget > label {
8644 color: #263238;
8645 font-weight: 700; }
8646 window.background > box.vertical > box.horizontal > button.flat:not(.image-button):not(.text-button):not(.toggle), window.background > box.vertical > box.horizontal > button.osd.image-button:not(.image-button):not(.text-button):not(.toggle), .osd toolbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), toolbar.osd window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), .app-notification window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), GeditViewFrame .gedit-search-slider window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), toolbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), .titlebar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action),
8647 headerbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action), window.background > box.vertical > box.menu.horizontal > arrow:not(.image-button):not(.text-button):not(.toggle),
8648 window.background > box.vertical > box.context-menu.horizontal > arrow:not(.image-button):not(.text-button):not(.toggle), placessidebar row window.background > box.vertical > box.horizontal > button.image-button:not(.image-button):not(.text-button):not(.toggle), .ssd decoration window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), .csd headerbar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle),
8649 .csd .titlebar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle), #gf-candidate-popup window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), window > grid.vertical > box.vertical > widget window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), layouttabbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), layouttab window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle) {
8650 min-width: 1rem;
8651 min-height: 1rem;
8652 padding: 0.80451rem;
8653 border: none;
8654 border-radius: 100px;
8655 -gtk-outline-radius: 100px;
8656 color: #263238; }
8657
8658/**************
8659 * Gnome-Logs *
8660 **************/
8661headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.osd.image-button, .osd toolbar headerbar > button.popup.title-menu-button.toggle, toolbar.osd headerbar > button.popup.title-menu-button.toggle, .app-notification headerbar > button.popup.title-menu-button.toggle, GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle, toolbar headerbar > button.popup.title-menu-button.toggle, .titlebar headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action),
8662headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar.menu > arrow.popup.title-menu-button.toggle,
8663headerbar.context-menu > arrow.popup.title-menu-button.toggle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button, .ssd decoration headerbar > button.popup.title-menu-button.toggle, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton,
8664.csd .titlebar headerbar > button.popup.title-menu-button.toggle.titlebutton, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle, layouttabbar headerbar > button.popup.title-menu-button.toggle, layouttab headerbar > button.popup.title-menu-button.toggle {
8665 border-radius: 2px;
8666 -gtk-outline-radius: 2px; }
8667 headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .title, .osd toolbar headerbar > button.popup.title-menu-button.toggle > grid .title, toolbar.osd headerbar > button.popup.title-menu-button.toggle > grid .title, .app-notification headerbar > button.popup.title-menu-button.toggle > grid .title, GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle > grid .title, toolbar headerbar > button.popup.title-menu-button.toggle > grid .title,
8668 headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .title, headerbar.menu > arrow.popup.title-menu-button.toggle > grid .title,
8669 headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .title, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .title, .ssd decoration headerbar > button.popup.title-menu-button.toggle > grid .title, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .title, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .title, layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .title, layouttab headerbar > button.popup.title-menu-button.toggle > grid .title,
8670 headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle,
8671 headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .subtitle,
8672 .osd toolbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8673 toolbar.osd headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8674 .app-notification headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8675 GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8676 toolbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8677 headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .subtitle,
8678 headerbar.menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
8679 headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
8680 placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .subtitle,
8681 .ssd decoration headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8682 .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
8683 .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
8684 #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8685 window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8686 layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8687 layouttab headerbar > button.popup.title-menu-button.toggle > grid .subtitle {
8688 padding: 0.09774rem 1rem 0.09774rem;
8689 font-size: 90%; }
8690
8691/******************
8692 * Budgie Desktop *
8693 ******************/
8694@keyframes budgie_ripple_effect {
8695 from {
8696 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); }
8697 to {
8698 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); } }
8699.budgie-container {
8700 background-color: transparent; }
8701
8702.budgie-panel:backdrop,
8703.budgie-panel *:backdrop {
8704 opacity: 1.0; }
8705
8706.budgie-panel {
8707 background-color: #FFFFFF;
8708 color: #ECEFF1;
8709 font-weight: 700; }
8710 .top .budgie-panel {
8711 border-top: 2px solid #000000; }
8712 .bottom .budgie-panel {
8713 border-bottom: 2px solid #000000; }
8714 .left .budgie-panel {
8715 border-left: 2px solid #000000; }
8716 .right .budgie-panel {
8717 border-right: 2px solid #000000; }
8718 .budgie-panel .alert {
8719 color: #E8E8E8; }
8720
8721.top .shadow-block {
8722 background-color: transparent;
8723 background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8724
8725.bottom .shadow-block {
8726 background-color: transparent;
8727 background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8728
8729.left .shadow-block {
8730 background-color: transparent;
8731 background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8732
8733.right .shadow-block {
8734 background-color: transparent;
8735 background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8736
8737.budgie-panel #tasklist-button button, .budgie-panel #tasklist-button:backdrop button {
8738 border: none;
8739 background: none;
8740 opacity: 0.5; }
8741 .budgie-panel #tasklist-button button:hover, .budgie-panel #tasklist-button button:active, .budgie-panel #tasklist-button button:checked, .budgie-panel #tasklist-button:backdrop button:hover, .budgie-panel #tasklist-button:backdrop button:active, .budgie-panel #tasklist-button:backdrop button:checked {
8742 opacity: 1.0; }
8743
8744.budgie-panel button.flat.launcher, .budgie-panel button.launcher.osd.image-button, .budgie-panel .osd toolbar button.launcher, .osd toolbar .budgie-panel button.launcher, .budgie-panel toolbar.osd button.launcher, toolbar.osd .budgie-panel button.launcher, .budgie-panel .app-notification button.launcher, .app-notification .budgie-panel button.launcher, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher, .budgie-panel toolbar button.launcher, toolbar .budgie-panel button.launcher, .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
8745.budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8746headerbar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher,
8747.budgie-panel .context-menu > arrow.launcher,
8748.budgie-panel menu > arrow.launcher, .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .budgie-panel button.launcher.image-button, .budgie-panel .ssd decoration button.launcher, .ssd decoration .budgie-panel button.launcher, .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel button.launcher.titlebutton,
8749.budgie-panel .csd .titlebar button.launcher.titlebutton,
8750.csd .titlebar .budgie-panel button.launcher.titlebutton, .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .budgie-panel button.launcher, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher, .budgie-panel layouttabbar button.launcher, layouttabbar .budgie-panel button.launcher, .budgie-panel layouttab button.launcher, layouttab .budgie-panel button.launcher, .budgie-panel button.flat.launcher:backdrop, .budgie-panel button.launcher.osd.image-button:backdrop, .budgie-panel .osd toolbar button.launcher:backdrop, .osd toolbar .budgie-panel button.launcher:backdrop, .budgie-panel toolbar.osd button.launcher:backdrop, toolbar.osd .budgie-panel button.launcher:backdrop, .budgie-panel .app-notification button.launcher:backdrop, .app-notification .budgie-panel button.launcher:backdrop, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop, .budgie-panel toolbar button.launcher:backdrop, toolbar .budgie-panel button.launcher:backdrop, .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8751.budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8752headerbar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop,
8753.budgie-panel .context-menu > arrow.launcher:backdrop,
8754.budgie-panel menu > arrow.launcher:backdrop, .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .budgie-panel button.launcher.image-button:backdrop, .budgie-panel .ssd decoration button.launcher:backdrop, .ssd decoration .budgie-panel button.launcher:backdrop, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop,
8755.budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
8756.csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop, .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .budgie-panel button.launcher:backdrop, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop, .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .budgie-panel button.launcher:backdrop, .budgie-panel layouttab button.launcher:backdrop, layouttab .budgie-panel button.launcher:backdrop {
8757 min-width: 1.80451rem;
8758 min-height: 1.80451rem;
8759 padding: 0;
8760 border: 2px solid transparent;
8761 background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0));
8762 background-size: 3.7594rem 3.7594rem, auto;
8763 background-position: center center;
8764 opacity: 0.5;
8765 transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
8766 transition-property: opacity, border-color, background-color, background-image, box-shadow;
8767 transition-duration: 0.2s; }
8768 .budgie-panel button.flat.launcher:hover, .budgie-panel button.launcher.osd.image-button:hover, .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .budgie-panel button.launcher:hover, .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .budgie-panel button.launcher:hover, .budgie-panel .app-notification button.launcher:hover, .app-notification .budgie-panel button.launcher:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:hover, .budgie-panel toolbar button.launcher:hover, toolbar .budgie-panel button.launcher:hover, .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
8769 .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
8770 headerbar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:hover,
8771 .budgie-panel .context-menu > arrow.launcher:hover,
8772 .budgie-panel menu > arrow.launcher:hover, .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel button.launcher.image-button:hover, .budgie-panel .ssd decoration button.launcher:hover, .ssd decoration .budgie-panel button.launcher:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:hover,
8773 .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
8774 .csd .titlebar .budgie-panel button.launcher.titlebutton:hover, .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .budgie-panel button.launcher:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:hover, .budgie-panel layouttabbar button.launcher:hover, layouttabbar .budgie-panel button.launcher:hover, .budgie-panel layouttab button.launcher:hover, layouttab .budgie-panel button.launcher:hover, .budgie-panel button.flat.launcher:backdrop:hover, .budgie-panel button.launcher.osd.image-button:backdrop:hover, .budgie-panel .osd toolbar button.launcher:backdrop:hover, .osd toolbar .budgie-panel button.launcher:backdrop:hover, .budgie-panel toolbar.osd button.launcher:backdrop:hover, toolbar.osd .budgie-panel button.launcher:backdrop:hover, .budgie-panel .app-notification button.launcher:backdrop:hover, .app-notification .budgie-panel button.launcher:backdrop:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:hover, .budgie-panel toolbar button.launcher:backdrop:hover, toolbar .budgie-panel button.launcher:backdrop:hover, .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8775 .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8776 headerbar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:hover,
8777 .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
8778 .budgie-panel menu > arrow.launcher:backdrop:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:hover, .budgie-panel .ssd decoration button.launcher:backdrop:hover, .ssd decoration .budgie-panel button.launcher:backdrop:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:hover,
8779 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
8780 .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:hover, .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .budgie-panel button.launcher:backdrop:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:hover, .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .budgie-panel button.launcher:backdrop:hover, .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .budgie-panel button.launcher:backdrop:hover {
8781 opacity: 0.75;
8782 -gtk-icon-effect: highlight; }
8783 .budgie-panel button.flat.launcher:active, .budgie-panel button.launcher.osd.image-button:active, .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .budgie-panel button.launcher:active, .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .budgie-panel button.launcher:active, .budgie-panel .app-notification button.launcher:active, .app-notification .budgie-panel button.launcher:active, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:active, .budgie-panel toolbar button.launcher:active, toolbar .budgie-panel button.launcher:active, .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
8784 .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
8785 headerbar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:active,
8786 .budgie-panel .context-menu > arrow.launcher:active,
8787 .budgie-panel menu > arrow.launcher:active, .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .budgie-panel button.launcher.image-button:active, .budgie-panel .ssd decoration button.launcher:active, .ssd decoration .budgie-panel button.launcher:active, .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .budgie-panel button.launcher.titlebutton:active,
8788 .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
8789 .csd .titlebar .budgie-panel button.launcher.titlebutton:active, .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .budgie-panel button.launcher:active, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:active, .budgie-panel layouttabbar button.launcher:active, layouttabbar .budgie-panel button.launcher:active, .budgie-panel layouttab button.launcher:active, layouttab .budgie-panel button.launcher:active, .budgie-panel button.flat.launcher:backdrop:active, .budgie-panel button.launcher.osd.image-button:backdrop:active, .budgie-panel .osd toolbar button.launcher:backdrop:active, .osd toolbar .budgie-panel button.launcher:backdrop:active, .budgie-panel toolbar.osd button.launcher:backdrop:active, toolbar.osd .budgie-panel button.launcher:backdrop:active, .budgie-panel .app-notification button.launcher:backdrop:active, .app-notification .budgie-panel button.launcher:backdrop:active, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:active, .budgie-panel toolbar button.launcher:backdrop:active, toolbar .budgie-panel button.launcher:backdrop:active, .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8790 .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8791 headerbar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:active,
8792 .budgie-panel .context-menu > arrow.launcher:backdrop:active,
8793 .budgie-panel menu > arrow.launcher:backdrop:active, .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .budgie-panel button.launcher.image-button:backdrop:active, .budgie-panel .ssd decoration button.launcher:backdrop:active, .ssd decoration .budgie-panel button.launcher:backdrop:active, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:active,
8794 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
8795 .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:active, .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .budgie-panel button.launcher:backdrop:active, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:active, .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .budgie-panel button.launcher:backdrop:active, .budgie-panel layouttab button.launcher:backdrop:active, layouttab .budgie-panel button.launcher:backdrop:active {
8796 opacity: 1.0;
8797 transition-duration: 0;
8798 animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
8799 .budgie-panel button.flat.launcher:checked, .budgie-panel button.launcher.osd.image-button:checked, .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .budgie-panel button.launcher:checked, .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .budgie-panel button.launcher:checked, .budgie-panel .app-notification button.launcher:checked, .app-notification .budgie-panel button.launcher:checked, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:checked, .budgie-panel toolbar button.launcher:checked, toolbar .budgie-panel button.launcher:checked, .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
8800 .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
8801 headerbar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked,
8802 .budgie-panel .context-menu > arrow.launcher:checked,
8803 .budgie-panel menu > arrow.launcher:checked, .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .budgie-panel button.launcher.image-button:checked, .budgie-panel .ssd decoration button.launcher:checked, .ssd decoration .budgie-panel button.launcher:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:checked,
8804 .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
8805 .csd .titlebar .budgie-panel button.launcher.titlebutton:checked, .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .budgie-panel button.launcher:checked, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:checked, .budgie-panel layouttabbar button.launcher:checked, layouttabbar .budgie-panel button.launcher:checked, .budgie-panel layouttab button.launcher:checked, layouttab .budgie-panel button.launcher:checked, .budgie-panel button.flat.launcher:backdrop:checked, .budgie-panel button.launcher.osd.image-button:backdrop:checked, .budgie-panel .osd toolbar button.launcher:backdrop:checked, .osd toolbar .budgie-panel button.launcher:backdrop:checked, .budgie-panel toolbar.osd button.launcher:backdrop:checked, toolbar.osd .budgie-panel button.launcher:backdrop:checked, .budgie-panel .app-notification button.launcher:backdrop:checked, .app-notification .budgie-panel button.launcher:backdrop:checked, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:checked, .budgie-panel toolbar button.launcher:backdrop:checked, toolbar .budgie-panel button.launcher:backdrop:checked, .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8806 .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8807 headerbar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked,
8808 .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
8809 .budgie-panel menu > arrow.launcher:backdrop:checked, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked, .budgie-panel .ssd decoration button.launcher:backdrop:checked, .ssd decoration .budgie-panel button.launcher:backdrop:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked,
8810 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
8811 .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:checked, .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .budgie-panel button.launcher:backdrop:checked, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:checked, .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .budgie-panel button.launcher:backdrop:checked, .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .budgie-panel button.launcher:backdrop:checked {
8812 opacity: 1.0;
8813 background-color: transparent; }
8814 .budgie-panel button.flat.launcher:checked:hover, .budgie-panel button.launcher.osd.image-button:checked:hover, .budgie-panel .osd toolbar button.launcher:checked:hover, .osd toolbar .budgie-panel button.launcher:checked:hover, .budgie-panel toolbar.osd button.launcher:checked:hover, toolbar.osd .budgie-panel button.launcher:checked:hover, .budgie-panel .app-notification button.launcher:checked:hover, .app-notification .budgie-panel button.launcher:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:checked:hover, .budgie-panel toolbar button.launcher:checked:hover, toolbar .budgie-panel button.launcher:checked:hover, .budgie-panel .titlebar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
8815 .budgie-panel headerbar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
8816 headerbar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked:hover,
8817 .budgie-panel .context-menu > arrow.launcher:checked:hover,
8818 .budgie-panel menu > arrow.launcher:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:checked:hover, .budgie-panel .ssd decoration button.launcher:checked:hover, .ssd decoration .budgie-panel button.launcher:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:checked:hover,
8819 .budgie-panel .csd .titlebar button.launcher.titlebutton:checked:hover,
8820 .csd .titlebar .budgie-panel button.launcher.titlebutton:checked:hover, .budgie-panel #gf-candidate-popup button.launcher:checked:hover, #gf-candidate-popup .budgie-panel button.launcher:checked:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:checked:hover, .budgie-panel layouttabbar button.launcher:checked:hover, layouttabbar .budgie-panel button.launcher:checked:hover, .budgie-panel layouttab button.launcher:checked:hover, layouttab .budgie-panel button.launcher:checked:hover, .budgie-panel button.flat.launcher:backdrop:checked:hover, .budgie-panel button.launcher.osd.image-button:backdrop:checked:hover, .budgie-panel .osd toolbar button.launcher:backdrop:checked:hover, .osd toolbar .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel toolbar.osd button.launcher:backdrop:checked:hover, toolbar.osd .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel .app-notification button.launcher:backdrop:checked:hover, .app-notification .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel toolbar button.launcher:backdrop:checked:hover, toolbar .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel .titlebar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
8821 .budgie-panel headerbar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
8822 headerbar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked:hover,
8823 .budgie-panel .context-menu > arrow.launcher:backdrop:checked:hover,
8824 .budgie-panel menu > arrow.launcher:backdrop:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked:hover, .budgie-panel .ssd decoration button.launcher:backdrop:checked:hover, .ssd decoration .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover,
8825 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked:hover,
8826 .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover, .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked:hover, #gf-candidate-popup .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel layouttabbar button.launcher:backdrop:checked:hover, layouttabbar .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel layouttab button.launcher:backdrop:checked:hover, layouttab .budgie-panel button.launcher:backdrop:checked:hover {
8827 -gtk-icon-effect: highlight; }
8828.budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned button.launcher.osd.image-button, .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .app-notification button.launcher, .app-notification .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned toolbar button.launcher, toolbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
8829.budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8830headerbar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher,
8831.budgie-panel .unpinned .context-menu > arrow.launcher,
8832.budgie-panel .unpinned menu > arrow.launcher, .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .budgie-panel .unpinned button.launcher.image-button, .budgie-panel .unpinned .ssd decoration button.launcher, .ssd decoration .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton,
8833.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
8834.csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton, .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned layouttab button.launcher, layouttab .budgie-panel .unpinned button.launcher,
8835.budgie-panel .unpinned button.flat.launcher:backdrop,
8836.budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
8837.budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
8838.osd toolbar .budgie-panel .unpinned button.launcher:backdrop,
8839.budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
8840toolbar.osd .budgie-panel .unpinned button.launcher:backdrop,
8841.budgie-panel .unpinned .app-notification button.launcher:backdrop,
8842.app-notification .budgie-panel .unpinned button.launcher:backdrop,
8843.budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
8844GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:backdrop,
8845.budgie-panel .unpinned toolbar button.launcher:backdrop,
8846toolbar .budgie-panel .unpinned button.launcher:backdrop,
8847.budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8848.titlebar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8849.budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8850headerbar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8851.budgie-panel .unpinned .menu > arrow.launcher:backdrop,
8852.budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
8853.budgie-panel .unpinned menu > arrow.launcher:backdrop,
8854.budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
8855placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop,
8856.budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
8857.ssd decoration .budgie-panel .unpinned button.launcher:backdrop,
8858.budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
8859.csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
8860.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
8861.csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
8862.budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
8863#gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop,
8864.budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
8865window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop,
8866.budgie-panel .unpinned layouttabbar button.launcher:backdrop,
8867layouttabbar .budgie-panel .unpinned button.launcher:backdrop,
8868.budgie-panel .unpinned layouttab button.launcher:backdrop,
8869layouttab .budgie-panel .unpinned button.launcher:backdrop,
8870.budgie-panel .pinned button.flat.launcher.running,
8871.budgie-panel .pinned button.launcher.running.osd.image-button,
8872.budgie-panel .pinned .osd toolbar button.launcher.running,
8873.osd toolbar .budgie-panel .pinned button.launcher.running,
8874.budgie-panel .pinned toolbar.osd button.launcher.running,
8875toolbar.osd .budgie-panel .pinned button.launcher.running,
8876.budgie-panel .pinned .app-notification button.launcher.running,
8877.app-notification .budgie-panel .pinned button.launcher.running,
8878.budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
8879GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running,
8880.budgie-panel .pinned toolbar button.launcher.running,
8881toolbar .budgie-panel .pinned button.launcher.running,
8882.budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
8883.titlebar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
8884.budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
8885headerbar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
8886.budgie-panel .pinned .menu > arrow.launcher.running,
8887.budgie-panel .pinned .context-menu > arrow.launcher.running,
8888.budgie-panel .pinned menu > arrow.launcher.running,
8889.budgie-panel .pinned placessidebar row button.launcher.running.image-button,
8890placessidebar row .budgie-panel .pinned button.launcher.running.image-button,
8891.budgie-panel .pinned .ssd decoration button.launcher.running,
8892.ssd decoration .budgie-panel .pinned button.launcher.running,
8893.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
8894.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton,
8895.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
8896.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton,
8897.budgie-panel .pinned #gf-candidate-popup button.launcher.running,
8898#gf-candidate-popup .budgie-panel .pinned button.launcher.running,
8899.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
8900window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running,
8901.budgie-panel .pinned layouttabbar button.launcher.running,
8902layouttabbar .budgie-panel .pinned button.launcher.running,
8903.budgie-panel .pinned layouttab button.launcher.running,
8904layouttab .budgie-panel .pinned button.launcher.running,
8905.budgie-panel .pinned button.flat.launcher.running:backdrop,
8906.budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
8907.budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
8908.osd toolbar .budgie-panel .pinned button.launcher.running:backdrop,
8909.budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
8910toolbar.osd .budgie-panel .pinned button.launcher.running:backdrop,
8911.budgie-panel .pinned .app-notification button.launcher.running:backdrop,
8912.app-notification .budgie-panel .pinned button.launcher.running:backdrop,
8913.budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
8914GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:backdrop,
8915.budgie-panel .pinned toolbar button.launcher.running:backdrop,
8916toolbar .budgie-panel .pinned button.launcher.running:backdrop,
8917.budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8918.titlebar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8919.budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8920headerbar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8921.budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
8922.budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
8923.budgie-panel .pinned menu > arrow.launcher.running:backdrop,
8924.budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
8925placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop,
8926.budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
8927.ssd decoration .budgie-panel .pinned button.launcher.running:backdrop,
8928.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
8929.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
8930.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
8931.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
8932.budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
8933#gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop,
8934.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
8935window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop,
8936.budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
8937layouttabbar .budgie-panel .pinned button.launcher.running:backdrop,
8938.budgie-panel .pinned layouttab button.launcher.running:backdrop,
8939layouttab .budgie-panel .pinned button.launcher.running:backdrop {
8940 opacity: 1.0; }
8941 .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned button.launcher.osd.image-button:hover, .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
8942 .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
8943 headerbar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:hover,
8944 .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
8945 .budgie-panel .unpinned menu > arrow.launcher:hover, .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel .unpinned button.launcher.image-button:hover, .budgie-panel .unpinned .ssd decoration button.launcher:hover, .ssd decoration .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:hover,
8946 .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
8947 .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:hover, .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .budgie-panel .unpinned button.launcher:hover,
8948 .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
8949 .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
8950 .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
8951 .osd toolbar .budgie-panel .unpinned button.launcher:backdrop:hover,
8952 .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
8953 toolbar.osd .budgie-panel .unpinned button.launcher:backdrop:hover,
8954 .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
8955 .app-notification .budgie-panel .unpinned button.launcher:backdrop:hover,
8956 .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
8957 GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:backdrop:hover,
8958 .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
8959 toolbar .budgie-panel .unpinned button.launcher:backdrop:hover,
8960 .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8961 .titlebar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8962 .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8963 headerbar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8964 .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
8965 .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
8966 .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
8967 .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
8968 placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
8969 .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
8970 .ssd decoration .budgie-panel .unpinned button.launcher:backdrop:hover,
8971 .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
8972 .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
8973 .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
8974 .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
8975 .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
8976 #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop:hover,
8977 .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
8978 window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop:hover,
8979 .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
8980 layouttabbar .budgie-panel .unpinned button.launcher:backdrop:hover,
8981 .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
8982 layouttab .budgie-panel .unpinned button.launcher:backdrop:hover,
8983 .budgie-panel .pinned button.flat.launcher.running:hover,
8984 .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
8985 .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
8986 .osd toolbar .budgie-panel .pinned button.launcher.running:hover,
8987 .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
8988 toolbar.osd .budgie-panel .pinned button.launcher.running:hover,
8989 .budgie-panel .pinned .app-notification button.launcher.running:hover,
8990 .app-notification .budgie-panel .pinned button.launcher.running:hover,
8991 .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
8992 GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:hover,
8993 .budgie-panel .pinned toolbar button.launcher.running:hover,
8994 toolbar .budgie-panel .pinned button.launcher.running:hover,
8995 .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8996 .titlebar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8997 .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8998 headerbar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8999 .budgie-panel .pinned .menu > arrow.launcher.running:hover,
9000 .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
9001 .budgie-panel .pinned menu > arrow.launcher.running:hover,
9002 .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
9003 placessidebar row .budgie-panel .pinned button.launcher.running.image-button:hover,
9004 .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
9005 .ssd decoration .budgie-panel .pinned button.launcher.running:hover,
9006 .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
9007 .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9008 .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
9009 .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9010 .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
9011 #gf-candidate-popup .budgie-panel .pinned button.launcher.running:hover,
9012 .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
9013 window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:hover,
9014 .budgie-panel .pinned layouttabbar button.launcher.running:hover,
9015 layouttabbar .budgie-panel .pinned button.launcher.running:hover,
9016 .budgie-panel .pinned layouttab button.launcher.running:hover,
9017 layouttab .budgie-panel .pinned button.launcher.running:hover,
9018 .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
9019 .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
9020 .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
9021 .osd toolbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
9022 .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
9023 toolbar.osd .budgie-panel .pinned button.launcher.running:backdrop:hover,
9024 .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
9025 .app-notification .budgie-panel .pinned button.launcher.running:backdrop:hover,
9026 .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
9027 GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:backdrop:hover,
9028 .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
9029 toolbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
9030 .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9031 .titlebar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9032 .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9033 headerbar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9034 .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
9035 .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
9036 .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
9037 .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
9038 placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
9039 .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
9040 .ssd decoration .budgie-panel .pinned button.launcher.running:backdrop:hover,
9041 .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
9042 .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9043 .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
9044 .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9045 .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
9046 #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop:hover,
9047 .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
9048 window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop:hover,
9049 .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
9050 layouttabbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
9051 .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
9052 layouttab .budgie-panel .pinned button.launcher.running:backdrop:hover {
9053 -gtk-icon-effect: highlight; }
9054
9055.top .budgie-panel #tasklist-button button,
9056.top .budgie-panel #tasklist-button button:backdrop {
9057 border: 2px solid transparent; }
9058 .top .budgie-panel #tasklist-button button:hover,
9059 .top .budgie-panel #tasklist-button button:backdrop:hover {
9060 border-top: 2px solid alpha(#ECEFF1, 0.4); }
9061 .top .budgie-panel #tasklist-button button:active, .top .budgie-panel #tasklist-button button:checked,
9062 .top .budgie-panel #tasklist-button button:backdrop:active,
9063 .top .budgie-panel #tasklist-button button:backdrop:checked {
9064 border-top: 2px solid #E8E8E8; }
9065.top .budgie-panel button.flat.launcher, .top .budgie-panel button.launcher.osd.image-button, .top .budgie-panel .osd toolbar button.launcher, .osd toolbar .top .budgie-panel button.launcher, .top .budgie-panel toolbar.osd button.launcher, toolbar.osd .top .budgie-panel button.launcher, .top .budgie-panel .app-notification button.launcher, .app-notification .top .budgie-panel button.launcher, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher, .top .budgie-panel toolbar button.launcher, toolbar .top .budgie-panel button.launcher, .top .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9066.top .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9067headerbar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher,
9068.top .budgie-panel .context-menu > arrow.launcher,
9069.top .budgie-panel menu > arrow.launcher, .top .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel button.launcher.image-button, .top .budgie-panel .ssd decoration button.launcher, .ssd decoration .top .budgie-panel button.launcher, .top .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel button.launcher.titlebutton,
9070.top .budgie-panel .csd .titlebar button.launcher.titlebutton,
9071.csd .titlebar .top .budgie-panel button.launcher.titlebutton, .top .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .top .budgie-panel button.launcher, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher, .top .budgie-panel layouttabbar button.launcher, layouttabbar .top .budgie-panel button.launcher, .top .budgie-panel layouttab button.launcher, layouttab .top .budgie-panel button.launcher,
9072.top .budgie-panel button.flat.launcher:backdrop,
9073.top .budgie-panel button.launcher.osd.image-button:backdrop,
9074.top .budgie-panel .osd toolbar button.launcher:backdrop,
9075.osd toolbar .top .budgie-panel button.launcher:backdrop,
9076.top .budgie-panel toolbar.osd button.launcher:backdrop,
9077toolbar.osd .top .budgie-panel button.launcher:backdrop,
9078.top .budgie-panel .app-notification button.launcher:backdrop,
9079.app-notification .top .budgie-panel button.launcher:backdrop,
9080.top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
9081GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop,
9082.top .budgie-panel toolbar button.launcher:backdrop,
9083toolbar .top .budgie-panel button.launcher:backdrop,
9084.top .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9085.titlebar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9086.top .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9087headerbar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9088.top .budgie-panel .menu > arrow.launcher:backdrop,
9089.top .budgie-panel .context-menu > arrow.launcher:backdrop,
9090.top .budgie-panel menu > arrow.launcher:backdrop,
9091.top .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9092placessidebar row .top .budgie-panel button.launcher.image-button:backdrop,
9093.top .budgie-panel .ssd decoration button.launcher:backdrop,
9094.ssd decoration .top .budgie-panel button.launcher:backdrop,
9095.top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9096.csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop,
9097.top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9098.csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop,
9099.top .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9100#gf-candidate-popup .top .budgie-panel button.launcher:backdrop,
9101.top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9102window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop,
9103.top .budgie-panel layouttabbar button.launcher:backdrop,
9104layouttabbar .top .budgie-panel button.launcher:backdrop,
9105.top .budgie-panel layouttab button.launcher:backdrop,
9106layouttab .top .budgie-panel button.launcher:backdrop {
9107 border: 2px solid transparent; }
9108 .top .budgie-panel button.flat.launcher:hover, .top .budgie-panel button.launcher.osd.image-button:hover, .top .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .top .budgie-panel button.launcher:hover, .top .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .top .budgie-panel button.launcher:hover, .top .budgie-panel .app-notification button.launcher:hover, .app-notification .top .budgie-panel button.launcher:hover, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:hover, .top .budgie-panel toolbar button.launcher:hover, toolbar .top .budgie-panel button.launcher:hover, .top .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
9109 .top .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9110 headerbar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:hover,
9111 .top .budgie-panel .context-menu > arrow.launcher:hover,
9112 .top .budgie-panel menu > arrow.launcher:hover, .top .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel button.launcher.image-button:hover, .top .budgie-panel .ssd decoration button.launcher:hover, .ssd decoration .top .budgie-panel button.launcher:hover, .top .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:hover,
9113 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9114 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:hover, .top .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .top .budgie-panel button.launcher:hover, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:hover, .top .budgie-panel layouttabbar button.launcher:hover, layouttabbar .top .budgie-panel button.launcher:hover, .top .budgie-panel layouttab button.launcher:hover, layouttab .top .budgie-panel button.launcher:hover,
9115 .top .budgie-panel button.flat.launcher:backdrop:hover,
9116 .top .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9117 .top .budgie-panel .osd toolbar button.launcher:backdrop:hover,
9118 .osd toolbar .top .budgie-panel button.launcher:backdrop:hover,
9119 .top .budgie-panel toolbar.osd button.launcher:backdrop:hover,
9120 toolbar.osd .top .budgie-panel button.launcher:backdrop:hover,
9121 .top .budgie-panel .app-notification button.launcher:backdrop:hover,
9122 .app-notification .top .budgie-panel button.launcher:backdrop:hover,
9123 .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
9124 GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:hover,
9125 .top .budgie-panel toolbar button.launcher:backdrop:hover,
9126 toolbar .top .budgie-panel button.launcher:backdrop:hover,
9127 .top .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9128 .titlebar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9129 .top .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9130 headerbar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9131 .top .budgie-panel .menu > arrow.launcher:backdrop:hover,
9132 .top .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9133 .top .budgie-panel menu > arrow.launcher:backdrop:hover,
9134 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9135 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:hover,
9136 .top .budgie-panel .ssd decoration button.launcher:backdrop:hover,
9137 .ssd decoration .top .budgie-panel button.launcher:backdrop:hover,
9138 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9139 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
9140 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9141 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
9142 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9143 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:hover,
9144 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9145 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:hover,
9146 .top .budgie-panel layouttabbar button.launcher:backdrop:hover,
9147 layouttabbar .top .budgie-panel button.launcher:backdrop:hover,
9148 .top .budgie-panel layouttab button.launcher:backdrop:hover,
9149 layouttab .top .budgie-panel button.launcher:backdrop:hover {
9150 border-top: 2px solid alpha(#ECEFF1, 0.4); }
9151 .top .budgie-panel button.flat.launcher:active, .top .budgie-panel button.launcher.osd.image-button:active, .top .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .top .budgie-panel button.launcher:active, .top .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .top .budgie-panel button.launcher:active, .top .budgie-panel .app-notification button.launcher:active, .app-notification .top .budgie-panel button.launcher:active, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:active, .top .budgie-panel toolbar button.launcher:active, toolbar .top .budgie-panel button.launcher:active, .top .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
9152 .top .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9153 headerbar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:active,
9154 .top .budgie-panel .context-menu > arrow.launcher:active,
9155 .top .budgie-panel menu > arrow.launcher:active, .top .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel button.launcher.image-button:active, .top .budgie-panel .ssd decoration button.launcher:active, .ssd decoration .top .budgie-panel button.launcher:active, .top .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:active,
9156 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9157 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:active, .top .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .top .budgie-panel button.launcher:active, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:active, .top .budgie-panel layouttabbar button.launcher:active, layouttabbar .top .budgie-panel button.launcher:active, .top .budgie-panel layouttab button.launcher:active, layouttab .top .budgie-panel button.launcher:active, .top .budgie-panel button.flat.launcher:checked, .top .budgie-panel button.launcher.osd.image-button:checked, .top .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .top .budgie-panel button.launcher:checked, .top .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .top .budgie-panel button.launcher:checked, .top .budgie-panel .app-notification button.launcher:checked, .app-notification .top .budgie-panel button.launcher:checked, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:checked, .top .budgie-panel toolbar button.launcher:checked, toolbar .top .budgie-panel button.launcher:checked, .top .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
9158 .top .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9159 headerbar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:checked,
9160 .top .budgie-panel .context-menu > arrow.launcher:checked,
9161 .top .budgie-panel menu > arrow.launcher:checked, .top .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel button.launcher.image-button:checked, .top .budgie-panel .ssd decoration button.launcher:checked, .ssd decoration .top .budgie-panel button.launcher:checked, .top .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:checked,
9162 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9163 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:checked, .top .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .top .budgie-panel button.launcher:checked, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:checked, .top .budgie-panel layouttabbar button.launcher:checked, layouttabbar .top .budgie-panel button.launcher:checked, .top .budgie-panel layouttab button.launcher:checked, layouttab .top .budgie-panel button.launcher:checked,
9164 .top .budgie-panel button.flat.launcher:backdrop:active,
9165 .top .budgie-panel button.launcher.osd.image-button:backdrop:active,
9166 .top .budgie-panel .osd toolbar button.launcher:backdrop:active,
9167 .osd toolbar .top .budgie-panel button.launcher:backdrop:active,
9168 .top .budgie-panel toolbar.osd button.launcher:backdrop:active,
9169 toolbar.osd .top .budgie-panel button.launcher:backdrop:active,
9170 .top .budgie-panel .app-notification button.launcher:backdrop:active,
9171 .app-notification .top .budgie-panel button.launcher:backdrop:active,
9172 .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
9173 GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:active,
9174 .top .budgie-panel toolbar button.launcher:backdrop:active,
9175 toolbar .top .budgie-panel button.launcher:backdrop:active,
9176 .top .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9177 .titlebar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9178 .top .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9179 headerbar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9180 .top .budgie-panel .menu > arrow.launcher:backdrop:active,
9181 .top .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9182 .top .budgie-panel menu > arrow.launcher:backdrop:active,
9183 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9184 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:active,
9185 .top .budgie-panel .ssd decoration button.launcher:backdrop:active,
9186 .ssd decoration .top .budgie-panel button.launcher:backdrop:active,
9187 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9188 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
9189 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9190 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
9191 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9192 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:active,
9193 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9194 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:active,
9195 .top .budgie-panel layouttabbar button.launcher:backdrop:active,
9196 layouttabbar .top .budgie-panel button.launcher:backdrop:active,
9197 .top .budgie-panel layouttab button.launcher:backdrop:active,
9198 layouttab .top .budgie-panel button.launcher:backdrop:active,
9199 .top .budgie-panel button.flat.launcher:backdrop:checked,
9200 .top .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9201 .top .budgie-panel .osd toolbar button.launcher:backdrop:checked,
9202 .osd toolbar .top .budgie-panel button.launcher:backdrop:checked,
9203 .top .budgie-panel toolbar.osd button.launcher:backdrop:checked,
9204 toolbar.osd .top .budgie-panel button.launcher:backdrop:checked,
9205 .top .budgie-panel .app-notification button.launcher:backdrop:checked,
9206 .app-notification .top .budgie-panel button.launcher:backdrop:checked,
9207 .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
9208 GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:checked,
9209 .top .budgie-panel toolbar button.launcher:backdrop:checked,
9210 toolbar .top .budgie-panel button.launcher:backdrop:checked,
9211 .top .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9212 .titlebar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9213 .top .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9214 headerbar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9215 .top .budgie-panel .menu > arrow.launcher:backdrop:checked,
9216 .top .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9217 .top .budgie-panel menu > arrow.launcher:backdrop:checked,
9218 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9219 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:checked,
9220 .top .budgie-panel .ssd decoration button.launcher:backdrop:checked,
9221 .ssd decoration .top .budgie-panel button.launcher:backdrop:checked,
9222 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9223 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
9224 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9225 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
9226 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9227 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:checked,
9228 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9229 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:checked,
9230 .top .budgie-panel layouttabbar button.launcher:backdrop:checked,
9231 layouttabbar .top .budgie-panel button.launcher:backdrop:checked,
9232 .top .budgie-panel layouttab button.launcher:backdrop:checked,
9233 layouttab .top .budgie-panel button.launcher:backdrop:checked {
9234 border-top: 2px solid #E8E8E8; }
9235
9236.bottom .budgie-panel #tasklist-button button,
9237.bottom .budgie-panel #tasklist-button button:backdrop {
9238 border: 2px solid transparent; }
9239 .bottom .budgie-panel #tasklist-button button:hover,
9240 .bottom .budgie-panel #tasklist-button button:backdrop:hover {
9241 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
9242 .bottom .budgie-panel #tasklist-button button:active, .bottom .budgie-panel #tasklist-button button:checked,
9243 .bottom .budgie-panel #tasklist-button button:backdrop:active,
9244 .bottom .budgie-panel #tasklist-button button:backdrop:checked {
9245 border-bottom: 2px solid #E8E8E8; }
9246.bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel button.launcher.osd.image-button, .bottom .budgie-panel .osd toolbar button.launcher, .osd toolbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel toolbar.osd button.launcher, toolbar.osd .bottom .budgie-panel button.launcher, .bottom .budgie-panel .app-notification button.launcher, .app-notification .bottom .budgie-panel button.launcher, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher, .bottom .budgie-panel toolbar button.launcher, toolbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9247.bottom .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9248headerbar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher,
9249.bottom .budgie-panel .context-menu > arrow.launcher,
9250.bottom .budgie-panel menu > arrow.launcher, .bottom .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel button.launcher.image-button, .bottom .budgie-panel .ssd decoration button.launcher, .ssd decoration .bottom .budgie-panel button.launcher, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton,
9251.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton,
9252.csd .titlebar .bottom .budgie-panel button.launcher.titlebutton, .bottom .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .bottom .budgie-panel button.launcher, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher, .bottom .budgie-panel layouttabbar button.launcher, layouttabbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel layouttab button.launcher, layouttab .bottom .budgie-panel button.launcher,
9253.bottom .budgie-panel button.flat.launcher:backdrop,
9254.bottom .budgie-panel button.launcher.osd.image-button:backdrop,
9255.bottom .budgie-panel .osd toolbar button.launcher:backdrop,
9256.osd toolbar .bottom .budgie-panel button.launcher:backdrop,
9257.bottom .budgie-panel toolbar.osd button.launcher:backdrop,
9258toolbar.osd .bottom .budgie-panel button.launcher:backdrop,
9259.bottom .budgie-panel .app-notification button.launcher:backdrop,
9260.app-notification .bottom .budgie-panel button.launcher:backdrop,
9261.bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
9262GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop,
9263.bottom .budgie-panel toolbar button.launcher:backdrop,
9264toolbar .bottom .budgie-panel button.launcher:backdrop,
9265.bottom .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9266.titlebar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9267.bottom .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9268headerbar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9269.bottom .budgie-panel .menu > arrow.launcher:backdrop,
9270.bottom .budgie-panel .context-menu > arrow.launcher:backdrop,
9271.bottom .budgie-panel menu > arrow.launcher:backdrop,
9272.bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9273placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop,
9274.bottom .budgie-panel .ssd decoration button.launcher:backdrop,
9275.ssd decoration .bottom .budgie-panel button.launcher:backdrop,
9276.bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9277.csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
9278.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9279.csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
9280.bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9281#gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop,
9282.bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9283window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop,
9284.bottom .budgie-panel layouttabbar button.launcher:backdrop,
9285layouttabbar .bottom .budgie-panel button.launcher:backdrop,
9286.bottom .budgie-panel layouttab button.launcher:backdrop,
9287layouttab .bottom .budgie-panel button.launcher:backdrop {
9288 border: 2px solid transparent; }
9289 .bottom .budgie-panel button.flat.launcher:hover, .bottom .budgie-panel button.launcher.osd.image-button:hover, .bottom .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel .app-notification button.launcher:hover, .app-notification .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel toolbar button.launcher:hover, toolbar .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
9290 .bottom .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9291 headerbar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:hover,
9292 .bottom .budgie-panel .context-menu > arrow.launcher:hover,
9293 .bottom .budgie-panel menu > arrow.launcher:hover, .bottom .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel button.launcher.image-button:hover, .bottom .budgie-panel .ssd decoration button.launcher:hover, .ssd decoration .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:hover,
9294 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9295 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:hover, .bottom .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel layouttabbar button.launcher:hover, layouttabbar .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel layouttab button.launcher:hover, layouttab .bottom .budgie-panel button.launcher:hover,
9296 .bottom .budgie-panel button.flat.launcher:backdrop:hover,
9297 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9298 .bottom .budgie-panel .osd toolbar button.launcher:backdrop:hover,
9299 .osd toolbar .bottom .budgie-panel button.launcher:backdrop:hover,
9300 .bottom .budgie-panel toolbar.osd button.launcher:backdrop:hover,
9301 toolbar.osd .bottom .budgie-panel button.launcher:backdrop:hover,
9302 .bottom .budgie-panel .app-notification button.launcher:backdrop:hover,
9303 .app-notification .bottom .budgie-panel button.launcher:backdrop:hover,
9304 .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
9305 GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:hover,
9306 .bottom .budgie-panel toolbar button.launcher:backdrop:hover,
9307 toolbar .bottom .budgie-panel button.launcher:backdrop:hover,
9308 .bottom .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9309 .titlebar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9310 .bottom .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9311 headerbar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9312 .bottom .budgie-panel .menu > arrow.launcher:backdrop:hover,
9313 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9314 .bottom .budgie-panel menu > arrow.launcher:backdrop:hover,
9315 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9316 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:hover,
9317 .bottom .budgie-panel .ssd decoration button.launcher:backdrop:hover,
9318 .ssd decoration .bottom .budgie-panel button.launcher:backdrop:hover,
9319 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9320 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
9321 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9322 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
9323 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9324 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:hover,
9325 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9326 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:hover,
9327 .bottom .budgie-panel layouttabbar button.launcher:backdrop:hover,
9328 layouttabbar .bottom .budgie-panel button.launcher:backdrop:hover,
9329 .bottom .budgie-panel layouttab button.launcher:backdrop:hover,
9330 layouttab .bottom .budgie-panel button.launcher:backdrop:hover {
9331 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
9332 .bottom .budgie-panel button.flat.launcher:active, .bottom .budgie-panel button.launcher.osd.image-button:active, .bottom .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel .app-notification button.launcher:active, .app-notification .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel toolbar button.launcher:active, toolbar .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
9333 .bottom .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9334 headerbar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:active,
9335 .bottom .budgie-panel .context-menu > arrow.launcher:active,
9336 .bottom .budgie-panel menu > arrow.launcher:active, .bottom .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel button.launcher.image-button:active, .bottom .budgie-panel .ssd decoration button.launcher:active, .ssd decoration .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:active,
9337 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9338 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:active, .bottom .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel layouttabbar button.launcher:active, layouttabbar .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel layouttab button.launcher:active, layouttab .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel button.flat.launcher:checked, .bottom .budgie-panel button.launcher.osd.image-button:checked, .bottom .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel .app-notification button.launcher:checked, .app-notification .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel toolbar button.launcher:checked, toolbar .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
9339 .bottom .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9340 headerbar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:checked,
9341 .bottom .budgie-panel .context-menu > arrow.launcher:checked,
9342 .bottom .budgie-panel menu > arrow.launcher:checked, .bottom .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel button.launcher.image-button:checked, .bottom .budgie-panel .ssd decoration button.launcher:checked, .ssd decoration .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:checked,
9343 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9344 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:checked, .bottom .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel layouttabbar button.launcher:checked, layouttabbar .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel layouttab button.launcher:checked, layouttab .bottom .budgie-panel button.launcher:checked,
9345 .bottom .budgie-panel button.flat.launcher:backdrop:active,
9346 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:active,
9347 .bottom .budgie-panel .osd toolbar button.launcher:backdrop:active,
9348 .osd toolbar .bottom .budgie-panel button.launcher:backdrop:active,
9349 .bottom .budgie-panel toolbar.osd button.launcher:backdrop:active,
9350 toolbar.osd .bottom .budgie-panel button.launcher:backdrop:active,
9351 .bottom .budgie-panel .app-notification button.launcher:backdrop:active,
9352 .app-notification .bottom .budgie-panel button.launcher:backdrop:active,
9353 .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
9354 GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:active,
9355 .bottom .budgie-panel toolbar button.launcher:backdrop:active,
9356 toolbar .bottom .budgie-panel button.launcher:backdrop:active,
9357 .bottom .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9358 .titlebar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9359 .bottom .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9360 headerbar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9361 .bottom .budgie-panel .menu > arrow.launcher:backdrop:active,
9362 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9363 .bottom .budgie-panel menu > arrow.launcher:backdrop:active,
9364 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9365 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:active,
9366 .bottom .budgie-panel .ssd decoration button.launcher:backdrop:active,
9367 .ssd decoration .bottom .budgie-panel button.launcher:backdrop:active,
9368 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9369 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
9370 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9371 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
9372 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9373 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:active,
9374 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9375 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:active,
9376 .bottom .budgie-panel layouttabbar button.launcher:backdrop:active,
9377 layouttabbar .bottom .budgie-panel button.launcher:backdrop:active,
9378 .bottom .budgie-panel layouttab button.launcher:backdrop:active,
9379 layouttab .bottom .budgie-panel button.launcher:backdrop:active,
9380 .bottom .budgie-panel button.flat.launcher:backdrop:checked,
9381 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9382 .bottom .budgie-panel .osd toolbar button.launcher:backdrop:checked,
9383 .osd toolbar .bottom .budgie-panel button.launcher:backdrop:checked,
9384 .bottom .budgie-panel toolbar.osd button.launcher:backdrop:checked,
9385 toolbar.osd .bottom .budgie-panel button.launcher:backdrop:checked,
9386 .bottom .budgie-panel .app-notification button.launcher:backdrop:checked,
9387 .app-notification .bottom .budgie-panel button.launcher:backdrop:checked,
9388 .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
9389 GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:checked,
9390 .bottom .budgie-panel toolbar button.launcher:backdrop:checked,
9391 toolbar .bottom .budgie-panel button.launcher:backdrop:checked,
9392 .bottom .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9393 .titlebar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9394 .bottom .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9395 headerbar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9396 .bottom .budgie-panel .menu > arrow.launcher:backdrop:checked,
9397 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9398 .bottom .budgie-panel menu > arrow.launcher:backdrop:checked,
9399 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9400 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:checked,
9401 .bottom .budgie-panel .ssd decoration button.launcher:backdrop:checked,
9402 .ssd decoration .bottom .budgie-panel button.launcher:backdrop:checked,
9403 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9404 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
9405 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9406 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
9407 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9408 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:checked,
9409 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9410 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:checked,
9411 .bottom .budgie-panel layouttabbar button.launcher:backdrop:checked,
9412 layouttabbar .bottom .budgie-panel button.launcher:backdrop:checked,
9413 .bottom .budgie-panel layouttab button.launcher:backdrop:checked,
9414 layouttab .bottom .budgie-panel button.launcher:backdrop:checked {
9415 border-bottom: 2px solid #E8E8E8; }
9416
9417.left .budgie-panel #tasklist-button button,
9418.left .budgie-panel #tasklist-button button:backdrop {
9419 border: 2px solid transparent; }
9420 .left .budgie-panel #tasklist-button button:hover,
9421 .left .budgie-panel #tasklist-button button:backdrop:hover {
9422 border-left: 2px solid alpha(#ECEFF1, 0.4); }
9423 .left .budgie-panel #tasklist-button button:active, .left .budgie-panel #tasklist-button button:checked,
9424 .left .budgie-panel #tasklist-button button:backdrop:active,
9425 .left .budgie-panel #tasklist-button button:backdrop:checked {
9426 border-left: 2px solid #E8E8E8; }
9427.left .budgie-panel button.flat.launcher, .left .budgie-panel button.launcher.osd.image-button, .left .budgie-panel .osd toolbar button.launcher, .osd toolbar .left .budgie-panel button.launcher, .left .budgie-panel toolbar.osd button.launcher, toolbar.osd .left .budgie-panel button.launcher, .left .budgie-panel .app-notification button.launcher, .app-notification .left .budgie-panel button.launcher, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher, .left .budgie-panel toolbar button.launcher, toolbar .left .budgie-panel button.launcher, .left .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9428.left .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9429headerbar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher,
9430.left .budgie-panel .context-menu > arrow.launcher,
9431.left .budgie-panel menu > arrow.launcher, .left .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel button.launcher.image-button, .left .budgie-panel .ssd decoration button.launcher, .ssd decoration .left .budgie-panel button.launcher, .left .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel button.launcher.titlebutton,
9432.left .budgie-panel .csd .titlebar button.launcher.titlebutton,
9433.csd .titlebar .left .budgie-panel button.launcher.titlebutton, .left .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .left .budgie-panel button.launcher, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher, .left .budgie-panel layouttabbar button.launcher, layouttabbar .left .budgie-panel button.launcher, .left .budgie-panel layouttab button.launcher, layouttab .left .budgie-panel button.launcher,
9434.left .budgie-panel button.flat.launcher:backdrop,
9435.left .budgie-panel button.launcher.osd.image-button:backdrop,
9436.left .budgie-panel .osd toolbar button.launcher:backdrop,
9437.osd toolbar .left .budgie-panel button.launcher:backdrop,
9438.left .budgie-panel toolbar.osd button.launcher:backdrop,
9439toolbar.osd .left .budgie-panel button.launcher:backdrop,
9440.left .budgie-panel .app-notification button.launcher:backdrop,
9441.app-notification .left .budgie-panel button.launcher:backdrop,
9442.left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
9443GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop,
9444.left .budgie-panel toolbar button.launcher:backdrop,
9445toolbar .left .budgie-panel button.launcher:backdrop,
9446.left .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9447.titlebar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9448.left .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9449headerbar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9450.left .budgie-panel .menu > arrow.launcher:backdrop,
9451.left .budgie-panel .context-menu > arrow.launcher:backdrop,
9452.left .budgie-panel menu > arrow.launcher:backdrop,
9453.left .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9454placessidebar row .left .budgie-panel button.launcher.image-button:backdrop,
9455.left .budgie-panel .ssd decoration button.launcher:backdrop,
9456.ssd decoration .left .budgie-panel button.launcher:backdrop,
9457.left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9458.csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop,
9459.left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9460.csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop,
9461.left .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9462#gf-candidate-popup .left .budgie-panel button.launcher:backdrop,
9463.left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9464window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop,
9465.left .budgie-panel layouttabbar button.launcher:backdrop,
9466layouttabbar .left .budgie-panel button.launcher:backdrop,
9467.left .budgie-panel layouttab button.launcher:backdrop,
9468layouttab .left .budgie-panel button.launcher:backdrop {
9469 border: 2px solid transparent; }
9470 .left .budgie-panel button.flat.launcher:hover, .left .budgie-panel button.launcher.osd.image-button:hover, .left .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .left .budgie-panel button.launcher:hover, .left .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .left .budgie-panel button.launcher:hover, .left .budgie-panel .app-notification button.launcher:hover, .app-notification .left .budgie-panel button.launcher:hover, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:hover, .left .budgie-panel toolbar button.launcher:hover, toolbar .left .budgie-panel button.launcher:hover, .left .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
9471 .left .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9472 headerbar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:hover,
9473 .left .budgie-panel .context-menu > arrow.launcher:hover,
9474 .left .budgie-panel menu > arrow.launcher:hover, .left .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel button.launcher.image-button:hover, .left .budgie-panel .ssd decoration button.launcher:hover, .ssd decoration .left .budgie-panel button.launcher:hover, .left .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:hover,
9475 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9476 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:hover, .left .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .left .budgie-panel button.launcher:hover, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:hover, .left .budgie-panel layouttabbar button.launcher:hover, layouttabbar .left .budgie-panel button.launcher:hover, .left .budgie-panel layouttab button.launcher:hover, layouttab .left .budgie-panel button.launcher:hover,
9477 .left .budgie-panel button.flat.launcher:backdrop:hover,
9478 .left .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9479 .left .budgie-panel .osd toolbar button.launcher:backdrop:hover,
9480 .osd toolbar .left .budgie-panel button.launcher:backdrop:hover,
9481 .left .budgie-panel toolbar.osd button.launcher:backdrop:hover,
9482 toolbar.osd .left .budgie-panel button.launcher:backdrop:hover,
9483 .left .budgie-panel .app-notification button.launcher:backdrop:hover,
9484 .app-notification .left .budgie-panel button.launcher:backdrop:hover,
9485 .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
9486 GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:hover,
9487 .left .budgie-panel toolbar button.launcher:backdrop:hover,
9488 toolbar .left .budgie-panel button.launcher:backdrop:hover,
9489 .left .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9490 .titlebar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9491 .left .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9492 headerbar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9493 .left .budgie-panel .menu > arrow.launcher:backdrop:hover,
9494 .left .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9495 .left .budgie-panel menu > arrow.launcher:backdrop:hover,
9496 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9497 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:hover,
9498 .left .budgie-panel .ssd decoration button.launcher:backdrop:hover,
9499 .ssd decoration .left .budgie-panel button.launcher:backdrop:hover,
9500 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9501 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
9502 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9503 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
9504 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9505 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:hover,
9506 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9507 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:hover,
9508 .left .budgie-panel layouttabbar button.launcher:backdrop:hover,
9509 layouttabbar .left .budgie-panel button.launcher:backdrop:hover,
9510 .left .budgie-panel layouttab button.launcher:backdrop:hover,
9511 layouttab .left .budgie-panel button.launcher:backdrop:hover {
9512 border-left: 2px solid alpha(#ECEFF1, 0.4); }
9513 .left .budgie-panel button.flat.launcher:active, .left .budgie-panel button.launcher.osd.image-button:active, .left .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .left .budgie-panel button.launcher:active, .left .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .left .budgie-panel button.launcher:active, .left .budgie-panel .app-notification button.launcher:active, .app-notification .left .budgie-panel button.launcher:active, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:active, .left .budgie-panel toolbar button.launcher:active, toolbar .left .budgie-panel button.launcher:active, .left .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
9514 .left .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9515 headerbar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:active,
9516 .left .budgie-panel .context-menu > arrow.launcher:active,
9517 .left .budgie-panel menu > arrow.launcher:active, .left .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel button.launcher.image-button:active, .left .budgie-panel .ssd decoration button.launcher:active, .ssd decoration .left .budgie-panel button.launcher:active, .left .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:active,
9518 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9519 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:active, .left .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .left .budgie-panel button.launcher:active, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:active, .left .budgie-panel layouttabbar button.launcher:active, layouttabbar .left .budgie-panel button.launcher:active, .left .budgie-panel layouttab button.launcher:active, layouttab .left .budgie-panel button.launcher:active, .left .budgie-panel button.flat.launcher:checked, .left .budgie-panel button.launcher.osd.image-button:checked, .left .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .left .budgie-panel button.launcher:checked, .left .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .left .budgie-panel button.launcher:checked, .left .budgie-panel .app-notification button.launcher:checked, .app-notification .left .budgie-panel button.launcher:checked, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:checked, .left .budgie-panel toolbar button.launcher:checked, toolbar .left .budgie-panel button.launcher:checked, .left .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
9520 .left .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9521 headerbar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:checked,
9522 .left .budgie-panel .context-menu > arrow.launcher:checked,
9523 .left .budgie-panel menu > arrow.launcher:checked, .left .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel button.launcher.image-button:checked, .left .budgie-panel .ssd decoration button.launcher:checked, .ssd decoration .left .budgie-panel button.launcher:checked, .left .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:checked,
9524 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9525 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:checked, .left .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .left .budgie-panel button.launcher:checked, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:checked, .left .budgie-panel layouttabbar button.launcher:checked, layouttabbar .left .budgie-panel button.launcher:checked, .left .budgie-panel layouttab button.launcher:checked, layouttab .left .budgie-panel button.launcher:checked,
9526 .left .budgie-panel button.flat.launcher:backdrop:active,
9527 .left .budgie-panel button.launcher.osd.image-button:backdrop:active,
9528 .left .budgie-panel .osd toolbar button.launcher:backdrop:active,
9529 .osd toolbar .left .budgie-panel button.launcher:backdrop:active,
9530 .left .budgie-panel toolbar.osd button.launcher:backdrop:active,
9531 toolbar.osd .left .budgie-panel button.launcher:backdrop:active,
9532 .left .budgie-panel .app-notification button.launcher:backdrop:active,
9533 .app-notification .left .budgie-panel button.launcher:backdrop:active,
9534 .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
9535 GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:active,
9536 .left .budgie-panel toolbar button.launcher:backdrop:active,
9537 toolbar .left .budgie-panel button.launcher:backdrop:active,
9538 .left .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9539 .titlebar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9540 .left .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9541 headerbar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9542 .left .budgie-panel .menu > arrow.launcher:backdrop:active,
9543 .left .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9544 .left .budgie-panel menu > arrow.launcher:backdrop:active,
9545 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9546 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:active,
9547 .left .budgie-panel .ssd decoration button.launcher:backdrop:active,
9548 .ssd decoration .left .budgie-panel button.launcher:backdrop:active,
9549 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9550 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
9551 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9552 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
9553 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9554 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:active,
9555 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9556 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:active,
9557 .left .budgie-panel layouttabbar button.launcher:backdrop:active,
9558 layouttabbar .left .budgie-panel button.launcher:backdrop:active,
9559 .left .budgie-panel layouttab button.launcher:backdrop:active,
9560 layouttab .left .budgie-panel button.launcher:backdrop:active,
9561 .left .budgie-panel button.flat.launcher:backdrop:checked,
9562 .left .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9563 .left .budgie-panel .osd toolbar button.launcher:backdrop:checked,
9564 .osd toolbar .left .budgie-panel button.launcher:backdrop:checked,
9565 .left .budgie-panel toolbar.osd button.launcher:backdrop:checked,
9566 toolbar.osd .left .budgie-panel button.launcher:backdrop:checked,
9567 .left .budgie-panel .app-notification button.launcher:backdrop:checked,
9568 .app-notification .left .budgie-panel button.launcher:backdrop:checked,
9569 .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
9570 GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:checked,
9571 .left .budgie-panel toolbar button.launcher:backdrop:checked,
9572 toolbar .left .budgie-panel button.launcher:backdrop:checked,
9573 .left .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9574 .titlebar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9575 .left .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9576 headerbar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9577 .left .budgie-panel .menu > arrow.launcher:backdrop:checked,
9578 .left .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9579 .left .budgie-panel menu > arrow.launcher:backdrop:checked,
9580 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9581 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:checked,
9582 .left .budgie-panel .ssd decoration button.launcher:backdrop:checked,
9583 .ssd decoration .left .budgie-panel button.launcher:backdrop:checked,
9584 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9585 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
9586 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9587 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
9588 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9589 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:checked,
9590 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9591 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:checked,
9592 .left .budgie-panel layouttabbar button.launcher:backdrop:checked,
9593 layouttabbar .left .budgie-panel button.launcher:backdrop:checked,
9594 .left .budgie-panel layouttab button.launcher:backdrop:checked,
9595 layouttab .left .budgie-panel button.launcher:backdrop:checked {
9596 border-left: 2px solid #E8E8E8; }
9597
9598.right .budgie-panel #tasklist-button button,
9599.right .budgie-panel #tasklist-button button:backdrop {
9600 border: 2px solid transparent; }
9601 .right .budgie-panel #tasklist-button button:hover,
9602 .right .budgie-panel #tasklist-button button:backdrop:hover {
9603 border-right: 2px solid alpha(#ECEFF1, 0.4); }
9604 .right .budgie-panel #tasklist-button button:active, .right .budgie-panel #tasklist-button button:checked,
9605 .right .budgie-panel #tasklist-button button:backdrop:active,
9606 .right .budgie-panel #tasklist-button button:backdrop:checked {
9607 border-right: 2px solid #E8E8E8; }
9608.right .budgie-panel button.flat.launcher, .right .budgie-panel button.launcher.osd.image-button, .right .budgie-panel .osd toolbar button.launcher, .osd toolbar .right .budgie-panel button.launcher, .right .budgie-panel toolbar.osd button.launcher, toolbar.osd .right .budgie-panel button.launcher, .right .budgie-panel .app-notification button.launcher, .app-notification .right .budgie-panel button.launcher, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher, .right .budgie-panel toolbar button.launcher, toolbar .right .budgie-panel button.launcher, .right .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9609.right .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9610headerbar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher,
9611.right .budgie-panel .context-menu > arrow.launcher,
9612.right .budgie-panel menu > arrow.launcher, .right .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel button.launcher.image-button, .right .budgie-panel .ssd decoration button.launcher, .ssd decoration .right .budgie-panel button.launcher, .right .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel button.launcher.titlebutton,
9613.right .budgie-panel .csd .titlebar button.launcher.titlebutton,
9614.csd .titlebar .right .budgie-panel button.launcher.titlebutton, .right .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .right .budgie-panel button.launcher, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher, .right .budgie-panel layouttabbar button.launcher, layouttabbar .right .budgie-panel button.launcher, .right .budgie-panel layouttab button.launcher, layouttab .right .budgie-panel button.launcher,
9615.right .budgie-panel button.flat.launcher:backdrop,
9616.right .budgie-panel button.launcher.osd.image-button:backdrop,
9617.right .budgie-panel .osd toolbar button.launcher:backdrop,
9618.osd toolbar .right .budgie-panel button.launcher:backdrop,
9619.right .budgie-panel toolbar.osd button.launcher:backdrop,
9620toolbar.osd .right .budgie-panel button.launcher:backdrop,
9621.right .budgie-panel .app-notification button.launcher:backdrop,
9622.app-notification .right .budgie-panel button.launcher:backdrop,
9623.right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
9624GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop,
9625.right .budgie-panel toolbar button.launcher:backdrop,
9626toolbar .right .budgie-panel button.launcher:backdrop,
9627.right .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9628.titlebar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9629.right .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9630headerbar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9631.right .budgie-panel .menu > arrow.launcher:backdrop,
9632.right .budgie-panel .context-menu > arrow.launcher:backdrop,
9633.right .budgie-panel menu > arrow.launcher:backdrop,
9634.right .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9635placessidebar row .right .budgie-panel button.launcher.image-button:backdrop,
9636.right .budgie-panel .ssd decoration button.launcher:backdrop,
9637.ssd decoration .right .budgie-panel button.launcher:backdrop,
9638.right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9639.csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop,
9640.right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9641.csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop,
9642.right .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9643#gf-candidate-popup .right .budgie-panel button.launcher:backdrop,
9644.right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9645window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop,
9646.right .budgie-panel layouttabbar button.launcher:backdrop,
9647layouttabbar .right .budgie-panel button.launcher:backdrop,
9648.right .budgie-panel layouttab button.launcher:backdrop,
9649layouttab .right .budgie-panel button.launcher:backdrop {
9650 border: 2px solid transparent; }
9651 .right .budgie-panel button.flat.launcher:hover, .right .budgie-panel button.launcher.osd.image-button:hover, .right .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .right .budgie-panel button.launcher:hover, .right .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .right .budgie-panel button.launcher:hover, .right .budgie-panel .app-notification button.launcher:hover, .app-notification .right .budgie-panel button.launcher:hover, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:hover, .right .budgie-panel toolbar button.launcher:hover, toolbar .right .budgie-panel button.launcher:hover, .right .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
9652 .right .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9653 headerbar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:hover,
9654 .right .budgie-panel .context-menu > arrow.launcher:hover,
9655 .right .budgie-panel menu > arrow.launcher:hover, .right .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel button.launcher.image-button:hover, .right .budgie-panel .ssd decoration button.launcher:hover, .ssd decoration .right .budgie-panel button.launcher:hover, .right .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:hover,
9656 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9657 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:hover, .right .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .right .budgie-panel button.launcher:hover, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:hover, .right .budgie-panel layouttabbar button.launcher:hover, layouttabbar .right .budgie-panel button.launcher:hover, .right .budgie-panel layouttab button.launcher:hover, layouttab .right .budgie-panel button.launcher:hover,
9658 .right .budgie-panel button.flat.launcher:backdrop:hover,
9659 .right .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9660 .right .budgie-panel .osd toolbar button.launcher:backdrop:hover,
9661 .osd toolbar .right .budgie-panel button.launcher:backdrop:hover,
9662 .right .budgie-panel toolbar.osd button.launcher:backdrop:hover,
9663 toolbar.osd .right .budgie-panel button.launcher:backdrop:hover,
9664 .right .budgie-panel .app-notification button.launcher:backdrop:hover,
9665 .app-notification .right .budgie-panel button.launcher:backdrop:hover,
9666 .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
9667 GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:hover,
9668 .right .budgie-panel toolbar button.launcher:backdrop:hover,
9669 toolbar .right .budgie-panel button.launcher:backdrop:hover,
9670 .right .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9671 .titlebar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9672 .right .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9673 headerbar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9674 .right .budgie-panel .menu > arrow.launcher:backdrop:hover,
9675 .right .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9676 .right .budgie-panel menu > arrow.launcher:backdrop:hover,
9677 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9678 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:hover,
9679 .right .budgie-panel .ssd decoration button.launcher:backdrop:hover,
9680 .ssd decoration .right .budgie-panel button.launcher:backdrop:hover,
9681 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9682 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
9683 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9684 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
9685 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9686 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:hover,
9687 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9688 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:hover,
9689 .right .budgie-panel layouttabbar button.launcher:backdrop:hover,
9690 layouttabbar .right .budgie-panel button.launcher:backdrop:hover,
9691 .right .budgie-panel layouttab button.launcher:backdrop:hover,
9692 layouttab .right .budgie-panel button.launcher:backdrop:hover {
9693 border-right: 2px solid alpha(#ECEFF1, 0.4); }
9694 .right .budgie-panel button.flat.launcher:active, .right .budgie-panel button.launcher.osd.image-button:active, .right .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .right .budgie-panel button.launcher:active, .right .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .right .budgie-panel button.launcher:active, .right .budgie-panel .app-notification button.launcher:active, .app-notification .right .budgie-panel button.launcher:active, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:active, .right .budgie-panel toolbar button.launcher:active, toolbar .right .budgie-panel button.launcher:active, .right .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
9695 .right .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9696 headerbar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:active,
9697 .right .budgie-panel .context-menu > arrow.launcher:active,
9698 .right .budgie-panel menu > arrow.launcher:active, .right .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel button.launcher.image-button:active, .right .budgie-panel .ssd decoration button.launcher:active, .ssd decoration .right .budgie-panel button.launcher:active, .right .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:active,
9699 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9700 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:active, .right .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .right .budgie-panel button.launcher:active, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:active, .right .budgie-panel layouttabbar button.launcher:active, layouttabbar .right .budgie-panel button.launcher:active, .right .budgie-panel layouttab button.launcher:active, layouttab .right .budgie-panel button.launcher:active, .right .budgie-panel button.flat.launcher:checked, .right .budgie-panel button.launcher.osd.image-button:checked, .right .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .right .budgie-panel button.launcher:checked, .right .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .right .budgie-panel button.launcher:checked, .right .budgie-panel .app-notification button.launcher:checked, .app-notification .right .budgie-panel button.launcher:checked, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:checked, .right .budgie-panel toolbar button.launcher:checked, toolbar .right .budgie-panel button.launcher:checked, .right .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
9701 .right .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9702 headerbar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:checked,
9703 .right .budgie-panel .context-menu > arrow.launcher:checked,
9704 .right .budgie-panel menu > arrow.launcher:checked, .right .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel button.launcher.image-button:checked, .right .budgie-panel .ssd decoration button.launcher:checked, .ssd decoration .right .budgie-panel button.launcher:checked, .right .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:checked,
9705 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9706 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:checked, .right .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .right .budgie-panel button.launcher:checked, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:checked, .right .budgie-panel layouttabbar button.launcher:checked, layouttabbar .right .budgie-panel button.launcher:checked, .right .budgie-panel layouttab button.launcher:checked, layouttab .right .budgie-panel button.launcher:checked,
9707 .right .budgie-panel button.flat.launcher:backdrop:active,
9708 .right .budgie-panel button.launcher.osd.image-button:backdrop:active,
9709 .right .budgie-panel .osd toolbar button.launcher:backdrop:active,
9710 .osd toolbar .right .budgie-panel button.launcher:backdrop:active,
9711 .right .budgie-panel toolbar.osd button.launcher:backdrop:active,
9712 toolbar.osd .right .budgie-panel button.launcher:backdrop:active,
9713 .right .budgie-panel .app-notification button.launcher:backdrop:active,
9714 .app-notification .right .budgie-panel button.launcher:backdrop:active,
9715 .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
9716 GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:active,
9717 .right .budgie-panel toolbar button.launcher:backdrop:active,
9718 toolbar .right .budgie-panel button.launcher:backdrop:active,
9719 .right .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9720 .titlebar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9721 .right .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9722 headerbar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9723 .right .budgie-panel .menu > arrow.launcher:backdrop:active,
9724 .right .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9725 .right .budgie-panel menu > arrow.launcher:backdrop:active,
9726 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9727 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:active,
9728 .right .budgie-panel .ssd decoration button.launcher:backdrop:active,
9729 .ssd decoration .right .budgie-panel button.launcher:backdrop:active,
9730 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9731 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
9732 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9733 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
9734 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9735 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:active,
9736 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9737 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:active,
9738 .right .budgie-panel layouttabbar button.launcher:backdrop:active,
9739 layouttabbar .right .budgie-panel button.launcher:backdrop:active,
9740 .right .budgie-panel layouttab button.launcher:backdrop:active,
9741 layouttab .right .budgie-panel button.launcher:backdrop:active,
9742 .right .budgie-panel button.flat.launcher:backdrop:checked,
9743 .right .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9744 .right .budgie-panel .osd toolbar button.launcher:backdrop:checked,
9745 .osd toolbar .right .budgie-panel button.launcher:backdrop:checked,
9746 .right .budgie-panel toolbar.osd button.launcher:backdrop:checked,
9747 toolbar.osd .right .budgie-panel button.launcher:backdrop:checked,
9748 .right .budgie-panel .app-notification button.launcher:backdrop:checked,
9749 .app-notification .right .budgie-panel button.launcher:backdrop:checked,
9750 .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
9751 GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:checked,
9752 .right .budgie-panel toolbar button.launcher:backdrop:checked,
9753 toolbar .right .budgie-panel button.launcher:backdrop:checked,
9754 .right .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9755 .titlebar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9756 .right .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9757 headerbar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9758 .right .budgie-panel .menu > arrow.launcher:backdrop:checked,
9759 .right .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9760 .right .budgie-panel menu > arrow.launcher:backdrop:checked,
9761 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9762 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:checked,
9763 .right .budgie-panel .ssd decoration button.launcher:backdrop:checked,
9764 .ssd decoration .right .budgie-panel button.launcher:backdrop:checked,
9765 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9766 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
9767 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9768 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
9769 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9770 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:checked,
9771 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9772 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:checked,
9773 .right .budgie-panel layouttabbar button.launcher:backdrop:checked,
9774 layouttabbar .right .budgie-panel button.launcher:backdrop:checked,
9775 .right .budgie-panel layouttab button.launcher:backdrop:checked,
9776 layouttab .right .budgie-panel button.launcher:backdrop:checked {
9777 border-right: 2px solid #E8E8E8; }
9778
9779.top .budgie-panel .unpinned button.flat.launcher, .top .budgie-panel .unpinned button.launcher.osd.image-button, .top .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned .app-notification button.launcher, .app-notification .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned toolbar button.launcher, toolbar .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
9780.top .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9781headerbar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher,
9782.top .budgie-panel .unpinned .context-menu > arrow.launcher,
9783.top .budgie-panel .unpinned menu > arrow.launcher, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button, .top .budgie-panel .unpinned .ssd decoration button.launcher, .ssd decoration .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton,
9784.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
9785.csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned layouttab button.launcher, layouttab .top .budgie-panel .unpinned button.launcher,
9786.top .budgie-panel .unpinned button.flat.launcher:backdrop,
9787.top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
9788.top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
9789.osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop,
9790.top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
9791toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop,
9792.top .budgie-panel .unpinned .app-notification button.launcher:backdrop,
9793.app-notification .top .budgie-panel .unpinned button.launcher:backdrop,
9794.top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
9795GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop,
9796.top .budgie-panel .unpinned toolbar button.launcher:backdrop,
9797toolbar .top .budgie-panel .unpinned button.launcher:backdrop,
9798.top .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9799.titlebar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9800.top .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9801headerbar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9802.top .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
9803.top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
9804.top .budgie-panel .unpinned menu > arrow.launcher:backdrop,
9805.top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
9806placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop,
9807.top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
9808.ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop,
9809.top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
9810.csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9811.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
9812.csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9813.top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
9814#gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop,
9815.top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9816window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop,
9817.top .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
9818layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop,
9819.top .budgie-panel .unpinned layouttab button.launcher:backdrop,
9820layouttab .top .budgie-panel .unpinned button.launcher:backdrop,
9821.top .budgie-panel .pinned button.flat.launcher.running,
9822.top .budgie-panel .pinned button.launcher.running.osd.image-button,
9823.top .budgie-panel .pinned .osd toolbar button.launcher.running,
9824.osd toolbar .top .budgie-panel .pinned button.launcher.running,
9825.top .budgie-panel .pinned toolbar.osd button.launcher.running,
9826toolbar.osd .top .budgie-panel .pinned button.launcher.running,
9827.top .budgie-panel .pinned .app-notification button.launcher.running,
9828.app-notification .top .budgie-panel .pinned button.launcher.running,
9829.top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
9830GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running,
9831.top .budgie-panel .pinned toolbar button.launcher.running,
9832toolbar .top .budgie-panel .pinned button.launcher.running,
9833.top .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
9834.titlebar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9835.top .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
9836headerbar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9837.top .budgie-panel .pinned .menu > arrow.launcher.running,
9838.top .budgie-panel .pinned .context-menu > arrow.launcher.running,
9839.top .budgie-panel .pinned menu > arrow.launcher.running,
9840.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
9841placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button,
9842.top .budgie-panel .pinned .ssd decoration button.launcher.running,
9843.ssd decoration .top .budgie-panel .pinned button.launcher.running,
9844.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
9845.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton,
9846.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
9847.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton,
9848.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
9849#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running,
9850.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
9851window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running,
9852.top .budgie-panel .pinned layouttabbar button.launcher.running,
9853layouttabbar .top .budgie-panel .pinned button.launcher.running,
9854.top .budgie-panel .pinned layouttab button.launcher.running,
9855layouttab .top .budgie-panel .pinned button.launcher.running,
9856.top .budgie-panel .pinned button.flat.launcher.running:backdrop,
9857.top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
9858.top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
9859.osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop,
9860.top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
9861toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop,
9862.top .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
9863.app-notification .top .budgie-panel .pinned button.launcher.running:backdrop,
9864.top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
9865GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop,
9866.top .budgie-panel .pinned toolbar button.launcher.running:backdrop,
9867toolbar .top .budgie-panel .pinned button.launcher.running:backdrop,
9868.top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9869.titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9870.top .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9871headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9872.top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
9873.top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
9874.top .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
9875.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
9876placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop,
9877.top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
9878.ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop,
9879.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
9880.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9881.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
9882.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9883.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
9884#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop,
9885.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
9886window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop,
9887.top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
9888layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop,
9889.top .budgie-panel .pinned layouttab button.launcher.running:backdrop,
9890layouttab .top .budgie-panel .pinned button.launcher.running:backdrop {
9891 border: 2px solid transparent;
9892 border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
9893 .top .budgie-panel .unpinned button.flat.launcher:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:hover, .top .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
9894 .top .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9895 headerbar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:hover,
9896 .top .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
9897 .top .budgie-panel .unpinned menu > arrow.launcher:hover, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:hover, .top .budgie-panel .unpinned .ssd decoration button.launcher:hover, .ssd decoration .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:hover,
9898 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
9899 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:hover, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned button.flat.launcher:active, .top .budgie-panel .unpinned button.launcher.osd.image-button:active, .top .budgie-panel .unpinned .osd toolbar button.launcher:active, .osd toolbar .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned toolbar button.launcher:active, toolbar .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
9900 .top .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9901 headerbar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:active,
9902 .top .budgie-panel .unpinned .context-menu > arrow.launcher:active,
9903 .top .budgie-panel .unpinned menu > arrow.launcher:active, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:active, .top .budgie-panel .unpinned .ssd decoration button.launcher:active, .ssd decoration .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:active,
9904 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
9905 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:active, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned layouttab button.launcher:active, layouttab .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .unpinned button.launcher.osd.image-button:checked, .top .budgie-panel .unpinned .osd toolbar button.launcher:checked, .osd toolbar .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
9906 .top .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9907 headerbar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:checked,
9908 .top .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
9909 .top .budgie-panel .unpinned menu > arrow.launcher:checked, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:checked, .top .budgie-panel .unpinned .ssd decoration button.launcher:checked, .ssd decoration .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:checked,
9910 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
9911 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:checked, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .top .budgie-panel .unpinned button.launcher:checked,
9912 .top .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
9913 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
9914 .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
9915 .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9916 .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
9917 toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9918 .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
9919 .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9920 .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
9921 GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9922 .top .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
9923 toolbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9924 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9925 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9926 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9927 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9928 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
9929 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
9930 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
9931 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
9932 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
9933 .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
9934 .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9935 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
9936 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9937 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9938 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9939 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
9940 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9941 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9942 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9943 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
9944 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9945 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
9946 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9947 .top .budgie-panel .unpinned button.flat.launcher:backdrop:active,
9948 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
9949 .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
9950 .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
9951 .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
9952 toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:active,
9953 .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
9954 .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:active,
9955 .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
9956 GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:active,
9957 .top .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
9958 toolbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
9959 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9960 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9961 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9962 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9963 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
9964 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
9965 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
9966 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
9967 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
9968 .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
9969 .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:active,
9970 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
9971 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9972 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
9973 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9974 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
9975 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:active,
9976 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9977 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:active,
9978 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
9979 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
9980 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
9981 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:active,
9982 .top .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
9983 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
9984 .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
9985 .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9986 .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
9987 toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9988 .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
9989 .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9990 .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
9991 GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9992 .top .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
9993 toolbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9994 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9995 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9996 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9997 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9998 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
9999 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10000 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10001 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10002 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10003 .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
10004 .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10005 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10006 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10007 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10008 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10009 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10010 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10011 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10012 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10013 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10014 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10015 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10016 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10017 .top .budgie-panel .pinned button.flat.launcher.running:hover,
10018 .top .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10019 .top .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
10020 .osd toolbar .top .budgie-panel .pinned button.launcher.running:hover,
10021 .top .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
10022 toolbar.osd .top .budgie-panel .pinned button.launcher.running:hover,
10023 .top .budgie-panel .pinned .app-notification button.launcher.running:hover,
10024 .app-notification .top .budgie-panel .pinned button.launcher.running:hover,
10025 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
10026 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:hover,
10027 .top .budgie-panel .pinned toolbar button.launcher.running:hover,
10028 toolbar .top .budgie-panel .pinned button.launcher.running:hover,
10029 .top .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10030 .titlebar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10031 .top .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10032 headerbar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10033 .top .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10034 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10035 .top .budgie-panel .pinned menu > arrow.launcher.running:hover,
10036 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10037 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:hover,
10038 .top .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
10039 .ssd decoration .top .budgie-panel .pinned button.launcher.running:hover,
10040 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10041 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10042 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10043 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10044 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10045 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:hover,
10046 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10047 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:hover,
10048 .top .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10049 layouttabbar .top .budgie-panel .pinned button.launcher.running:hover,
10050 .top .budgie-panel .pinned layouttab button.launcher.running:hover,
10051 layouttab .top .budgie-panel .pinned button.launcher.running:hover,
10052 .top .budgie-panel .pinned button.flat.launcher.running:active,
10053 .top .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10054 .top .budgie-panel .pinned .osd toolbar button.launcher.running:active,
10055 .osd toolbar .top .budgie-panel .pinned button.launcher.running:active,
10056 .top .budgie-panel .pinned toolbar.osd button.launcher.running:active,
10057 toolbar.osd .top .budgie-panel .pinned button.launcher.running:active,
10058 .top .budgie-panel .pinned .app-notification button.launcher.running:active,
10059 .app-notification .top .budgie-panel .pinned button.launcher.running:active,
10060 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
10061 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:active,
10062 .top .budgie-panel .pinned toolbar button.launcher.running:active,
10063 toolbar .top .budgie-panel .pinned button.launcher.running:active,
10064 .top .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10065 .titlebar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10066 .top .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10067 headerbar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10068 .top .budgie-panel .pinned .menu > arrow.launcher.running:active,
10069 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10070 .top .budgie-panel .pinned menu > arrow.launcher.running:active,
10071 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10072 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:active,
10073 .top .budgie-panel .pinned .ssd decoration button.launcher.running:active,
10074 .ssd decoration .top .budgie-panel .pinned button.launcher.running:active,
10075 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10076 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
10077 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10078 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
10079 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10080 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:active,
10081 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10082 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:active,
10083 .top .budgie-panel .pinned layouttabbar button.launcher.running:active,
10084 layouttabbar .top .budgie-panel .pinned button.launcher.running:active,
10085 .top .budgie-panel .pinned layouttab button.launcher.running:active,
10086 layouttab .top .budgie-panel .pinned button.launcher.running:active,
10087 .top .budgie-panel .pinned button.flat.launcher.running:checked,
10088 .top .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10089 .top .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
10090 .osd toolbar .top .budgie-panel .pinned button.launcher.running:checked,
10091 .top .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
10092 toolbar.osd .top .budgie-panel .pinned button.launcher.running:checked,
10093 .top .budgie-panel .pinned .app-notification button.launcher.running:checked,
10094 .app-notification .top .budgie-panel .pinned button.launcher.running:checked,
10095 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
10096 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:checked,
10097 .top .budgie-panel .pinned toolbar button.launcher.running:checked,
10098 toolbar .top .budgie-panel .pinned button.launcher.running:checked,
10099 .top .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10100 .titlebar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10101 .top .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10102 headerbar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10103 .top .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10104 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10105 .top .budgie-panel .pinned menu > arrow.launcher.running:checked,
10106 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10107 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:checked,
10108 .top .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
10109 .ssd decoration .top .budgie-panel .pinned button.launcher.running:checked,
10110 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10111 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10112 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10113 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10114 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10115 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:checked,
10116 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10117 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:checked,
10118 .top .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10119 layouttabbar .top .budgie-panel .pinned button.launcher.running:checked,
10120 .top .budgie-panel .pinned layouttab button.launcher.running:checked,
10121 layouttab .top .budgie-panel .pinned button.launcher.running:checked,
10122 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10123 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10124 .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
10125 .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10126 .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
10127 toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10128 .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
10129 .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10130 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
10131 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10132 .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
10133 toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10134 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10135 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10136 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10137 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10138 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10139 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10140 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10141 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10142 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10143 .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
10144 .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10145 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10146 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10147 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10148 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10149 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10150 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10151 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10152 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10153 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10154 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10155 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10156 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10157 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10158 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10159 .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
10160 .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10161 .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
10162 toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10163 .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
10164 .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10165 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
10166 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10167 .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
10168 toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10169 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10170 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10171 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10172 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10173 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10174 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10175 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10176 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10177 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10178 .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
10179 .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10180 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10181 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10182 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10183 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10184 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10185 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10186 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10187 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10188 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10189 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10190 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10191 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10192 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10193 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10194 .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
10195 .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10196 .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
10197 toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10198 .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
10199 .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10200 .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
10201 GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10202 .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
10203 toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10204 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10205 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10206 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10207 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10208 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10209 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10210 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10211 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10212 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10213 .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
10214 .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10215 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10216 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10217 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10218 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10219 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10220 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10221 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10222 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10223 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10224 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10225 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10226 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:checked {
10227 border-top: 2px solid #E8E8E8;
10228 border-image: none; }
10229
10230.bottom .budgie-panel .unpinned button.flat.launcher, .bottom .budgie-panel .unpinned button.launcher.osd.image-button, .bottom .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned .app-notification button.launcher, .app-notification .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned toolbar button.launcher, toolbar .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
10231.bottom .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10232headerbar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher,
10233.bottom .budgie-panel .unpinned .context-menu > arrow.launcher,
10234.bottom .budgie-panel .unpinned menu > arrow.launcher, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button, .bottom .budgie-panel .unpinned .ssd decoration button.launcher, .ssd decoration .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton,
10235.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10236.csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned layouttab button.launcher, layouttab .bottom .budgie-panel .unpinned button.launcher,
10237.bottom .budgie-panel .unpinned button.flat.launcher:backdrop,
10238.bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10239.bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
10240.osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10241.bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
10242toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop,
10243.bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop,
10244.app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop,
10245.bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
10246GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop,
10247.bottom .budgie-panel .unpinned toolbar button.launcher:backdrop,
10248toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10249.bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10250.titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10251.bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10252headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10253.bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10254.bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10255.bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10256.bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10257placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop,
10258.bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
10259.ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop,
10260.bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10261.csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10262.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10263.csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10264.bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10265#gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop,
10266.bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10267window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop,
10268.bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10269layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10270.bottom .budgie-panel .unpinned layouttab button.launcher:backdrop,
10271layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop,
10272.bottom .budgie-panel .pinned button.flat.launcher.running,
10273.bottom .budgie-panel .pinned button.launcher.running.osd.image-button,
10274.bottom .budgie-panel .pinned .osd toolbar button.launcher.running,
10275.osd toolbar .bottom .budgie-panel .pinned button.launcher.running,
10276.bottom .budgie-panel .pinned toolbar.osd button.launcher.running,
10277toolbar.osd .bottom .budgie-panel .pinned button.launcher.running,
10278.bottom .budgie-panel .pinned .app-notification button.launcher.running,
10279.app-notification .bottom .budgie-panel .pinned button.launcher.running,
10280.bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
10281GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running,
10282.bottom .budgie-panel .pinned toolbar button.launcher.running,
10283toolbar .bottom .budgie-panel .pinned button.launcher.running,
10284.bottom .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10285.titlebar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10286.bottom .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10287headerbar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10288.bottom .budgie-panel .pinned .menu > arrow.launcher.running,
10289.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running,
10290.bottom .budgie-panel .pinned menu > arrow.launcher.running,
10291.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10292placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button,
10293.bottom .budgie-panel .pinned .ssd decoration button.launcher.running,
10294.ssd decoration .bottom .budgie-panel .pinned button.launcher.running,
10295.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10296.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
10297.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10298.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
10299.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10300#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running,
10301.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10302window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running,
10303.bottom .budgie-panel .pinned layouttabbar button.launcher.running,
10304layouttabbar .bottom .budgie-panel .pinned button.launcher.running,
10305.bottom .budgie-panel .pinned layouttab button.launcher.running,
10306layouttab .bottom .budgie-panel .pinned button.launcher.running,
10307.bottom .budgie-panel .pinned button.flat.launcher.running:backdrop,
10308.bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10309.bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
10310.osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10311.bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
10312toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10313.bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
10314.app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10315.bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
10316GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10317.bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop,
10318toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10319.bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10320.titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10321.bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10322headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10323.bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10324.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10325.bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10326.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10327placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10328.bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
10329.ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10330.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10331.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10332.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10333.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10334.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10335#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10336.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10337window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10338.bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10339layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10340.bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10341layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop {
10342 border: 2px solid transparent;
10343 border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
10344 .bottom .budgie-panel .unpinned button.flat.launcher:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:hover, .bottom .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
10345 .bottom .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10346 headerbar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:hover,
10347 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10348 .bottom .budgie-panel .unpinned menu > arrow.launcher:hover, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:hover, .bottom .budgie-panel .unpinned .ssd decoration button.launcher:hover, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover,
10349 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10350 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned button.flat.launcher:active, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:active, .bottom .budgie-panel .unpinned .osd toolbar button.launcher:active, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned toolbar button.launcher:active, toolbar .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
10351 .bottom .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10352 headerbar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:active,
10353 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10354 .bottom .budgie-panel .unpinned menu > arrow.launcher:active, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:active, .bottom .budgie-panel .unpinned .ssd decoration button.launcher:active, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active,
10355 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10356 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned layouttab button.launcher:active, layouttab .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:checked, .bottom .budgie-panel .unpinned .osd toolbar button.launcher:checked, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
10357 .bottom .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10358 headerbar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:checked,
10359 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10360 .bottom .budgie-panel .unpinned menu > arrow.launcher:checked, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:checked, .bottom .budgie-panel .unpinned .ssd decoration button.launcher:checked, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked,
10361 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10362 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .bottom .budgie-panel .unpinned button.launcher:checked,
10363 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10364 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10365 .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
10366 .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10367 .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
10368 toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10369 .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
10370 .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10371 .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
10372 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10373 .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
10374 toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10375 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10376 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10377 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10378 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10379 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10380 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10381 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10382 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10383 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10384 .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
10385 .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10386 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10387 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10388 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10389 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10390 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10391 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10392 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10393 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10394 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10395 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10396 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10397 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10398 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10399 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10400 .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
10401 .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10402 .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
10403 toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10404 .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
10405 .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10406 .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
10407 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10408 .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
10409 toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10410 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10411 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10412 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10413 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10414 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10415 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10416 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10417 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10418 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10419 .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
10420 .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10421 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10422 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10423 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10424 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10425 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10426 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10427 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10428 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10429 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10430 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10431 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10432 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10433 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10434 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10435 .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
10436 .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10437 .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
10438 toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10439 .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
10440 .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10441 .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
10442 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10443 .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
10444 toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10445 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10446 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10447 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10448 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10449 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10450 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10451 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10452 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10453 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10454 .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
10455 .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10456 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10457 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10458 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10459 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10460 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10461 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10462 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10463 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10464 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10465 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10466 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10467 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10468 .bottom .budgie-panel .pinned button.flat.launcher.running:hover,
10469 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10470 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
10471 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10472 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
10473 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:hover,
10474 .bottom .budgie-panel .pinned .app-notification button.launcher.running:hover,
10475 .app-notification .bottom .budgie-panel .pinned button.launcher.running:hover,
10476 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
10477 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:hover,
10478 .bottom .budgie-panel .pinned toolbar button.launcher.running:hover,
10479 toolbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10480 .bottom .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10481 .titlebar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10482 .bottom .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10483 headerbar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10484 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10485 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10486 .bottom .budgie-panel .pinned menu > arrow.launcher.running:hover,
10487 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10488 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:hover,
10489 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
10490 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:hover,
10491 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10492 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10493 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10494 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10495 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10496 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:hover,
10497 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10498 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:hover,
10499 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10500 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10501 .bottom .budgie-panel .pinned layouttab button.launcher.running:hover,
10502 layouttab .bottom .budgie-panel .pinned button.launcher.running:hover,
10503 .bottom .budgie-panel .pinned button.flat.launcher.running:active,
10504 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10505 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:active,
10506 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:active,
10507 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:active,
10508 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:active,
10509 .bottom .budgie-panel .pinned .app-notification button.launcher.running:active,
10510 .app-notification .bottom .budgie-panel .pinned button.launcher.running:active,
10511 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
10512 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:active,
10513 .bottom .budgie-panel .pinned toolbar button.launcher.running:active,
10514 toolbar .bottom .budgie-panel .pinned button.launcher.running:active,
10515 .bottom .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10516 .titlebar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10517 .bottom .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10518 headerbar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10519 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:active,
10520 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10521 .bottom .budgie-panel .pinned menu > arrow.launcher.running:active,
10522 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10523 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:active,
10524 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:active,
10525 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:active,
10526 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10527 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
10528 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10529 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
10530 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10531 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:active,
10532 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10533 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:active,
10534 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:active,
10535 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:active,
10536 .bottom .budgie-panel .pinned layouttab button.launcher.running:active,
10537 layouttab .bottom .budgie-panel .pinned button.launcher.running:active,
10538 .bottom .budgie-panel .pinned button.flat.launcher.running:checked,
10539 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10540 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
10541 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10542 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
10543 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:checked,
10544 .bottom .budgie-panel .pinned .app-notification button.launcher.running:checked,
10545 .app-notification .bottom .budgie-panel .pinned button.launcher.running:checked,
10546 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
10547 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:checked,
10548 .bottom .budgie-panel .pinned toolbar button.launcher.running:checked,
10549 toolbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10550 .bottom .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10551 .titlebar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10552 .bottom .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10553 headerbar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10554 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10555 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10556 .bottom .budgie-panel .pinned menu > arrow.launcher.running:checked,
10557 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10558 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:checked,
10559 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
10560 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:checked,
10561 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10562 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10563 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10564 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10565 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10566 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:checked,
10567 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10568 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:checked,
10569 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10570 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10571 .bottom .budgie-panel .pinned layouttab button.launcher.running:checked,
10572 layouttab .bottom .budgie-panel .pinned button.launcher.running:checked,
10573 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10574 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10575 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
10576 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10577 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
10578 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10579 .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
10580 .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10581 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
10582 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10583 .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
10584 toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10585 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10586 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10587 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10588 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10589 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10590 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10591 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10592 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10593 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10594 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
10595 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10596 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10597 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10598 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10599 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10600 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10601 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10602 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10603 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10604 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10605 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10606 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10607 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10608 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10609 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10610 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
10611 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10612 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
10613 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10614 .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
10615 .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10616 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
10617 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10618 .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
10619 toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10620 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10621 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10622 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10623 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10624 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10625 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10626 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10627 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10628 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10629 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
10630 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10631 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10632 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10633 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10634 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10635 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10636 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10637 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10638 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10639 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10640 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10641 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10642 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10643 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10644 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10645 .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
10646 .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10647 .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
10648 toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10649 .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
10650 .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10651 .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
10652 GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10653 .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
10654 toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10655 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10656 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10657 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10658 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10659 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10660 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10661 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10662 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10663 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10664 .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
10665 .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10666 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10667 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10668 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10669 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10670 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10671 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10672 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10673 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10674 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10675 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10676 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10677 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked {
10678 border-bottom: 2px solid #E8E8E8;
10679 border-image: none; }
10680
10681.left .budgie-panel .unpinned button.flat.launcher, .left .budgie-panel .unpinned button.launcher.osd.image-button, .left .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned .app-notification button.launcher, .app-notification .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned toolbar button.launcher, toolbar .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
10682.left .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10683headerbar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher,
10684.left .budgie-panel .unpinned .context-menu > arrow.launcher,
10685.left .budgie-panel .unpinned menu > arrow.launcher, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button, .left .budgie-panel .unpinned .ssd decoration button.launcher, .ssd decoration .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton,
10686.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10687.csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned layouttab button.launcher, layouttab .left .budgie-panel .unpinned button.launcher,
10688.left .budgie-panel .unpinned button.flat.launcher:backdrop,
10689.left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10690.left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
10691.osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop,
10692.left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
10693toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop,
10694.left .budgie-panel .unpinned .app-notification button.launcher:backdrop,
10695.app-notification .left .budgie-panel .unpinned button.launcher:backdrop,
10696.left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
10697GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop,
10698.left .budgie-panel .unpinned toolbar button.launcher:backdrop,
10699toolbar .left .budgie-panel .unpinned button.launcher:backdrop,
10700.left .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10701.titlebar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10702.left .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10703headerbar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10704.left .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10705.left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10706.left .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10707.left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10708placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop,
10709.left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
10710.ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop,
10711.left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10712.csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10713.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10714.csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10715.left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10716#gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop,
10717.left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10718window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop,
10719.left .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10720layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop,
10721.left .budgie-panel .unpinned layouttab button.launcher:backdrop,
10722layouttab .left .budgie-panel .unpinned button.launcher:backdrop,
10723.left .budgie-panel .pinned button.flat.launcher.running,
10724.left .budgie-panel .pinned button.launcher.running.osd.image-button,
10725.left .budgie-panel .pinned .osd toolbar button.launcher.running,
10726.osd toolbar .left .budgie-panel .pinned button.launcher.running,
10727.left .budgie-panel .pinned toolbar.osd button.launcher.running,
10728toolbar.osd .left .budgie-panel .pinned button.launcher.running,
10729.left .budgie-panel .pinned .app-notification button.launcher.running,
10730.app-notification .left .budgie-panel .pinned button.launcher.running,
10731.left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
10732GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running,
10733.left .budgie-panel .pinned toolbar button.launcher.running,
10734toolbar .left .budgie-panel .pinned button.launcher.running,
10735.left .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10736.titlebar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10737.left .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10738headerbar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10739.left .budgie-panel .pinned .menu > arrow.launcher.running,
10740.left .budgie-panel .pinned .context-menu > arrow.launcher.running,
10741.left .budgie-panel .pinned menu > arrow.launcher.running,
10742.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10743placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button,
10744.left .budgie-panel .pinned .ssd decoration button.launcher.running,
10745.ssd decoration .left .budgie-panel .pinned button.launcher.running,
10746.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10747.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10748.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10749.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10750.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10751#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running,
10752.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10753window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running,
10754.left .budgie-panel .pinned layouttabbar button.launcher.running,
10755layouttabbar .left .budgie-panel .pinned button.launcher.running,
10756.left .budgie-panel .pinned layouttab button.launcher.running,
10757layouttab .left .budgie-panel .pinned button.launcher.running,
10758.left .budgie-panel .pinned button.flat.launcher.running:backdrop,
10759.left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10760.left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
10761.osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10762.left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
10763toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop,
10764.left .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
10765.app-notification .left .budgie-panel .pinned button.launcher.running:backdrop,
10766.left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
10767GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop,
10768.left .budgie-panel .pinned toolbar button.launcher.running:backdrop,
10769toolbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10770.left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10771.titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10772.left .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10773headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10774.left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10775.left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10776.left .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10777.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10778placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10779.left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
10780.ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop,
10781.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10782.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10783.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10784.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10785.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10786#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop,
10787.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10788window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop,
10789.left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10790layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10791.left .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10792layouttab .left .budgie-panel .pinned button.launcher.running:backdrop {
10793 border: 2px solid transparent;
10794 border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
10795 .left .budgie-panel .unpinned button.flat.launcher:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:hover, .left .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
10796 .left .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10797 headerbar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:hover,
10798 .left .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10799 .left .budgie-panel .unpinned menu > arrow.launcher:hover, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:hover, .left .budgie-panel .unpinned .ssd decoration button.launcher:hover, .ssd decoration .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:hover,
10800 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10801 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:hover, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned button.flat.launcher:active, .left .budgie-panel .unpinned button.launcher.osd.image-button:active, .left .budgie-panel .unpinned .osd toolbar button.launcher:active, .osd toolbar .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned toolbar button.launcher:active, toolbar .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
10802 .left .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10803 headerbar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:active,
10804 .left .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10805 .left .budgie-panel .unpinned menu > arrow.launcher:active, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:active, .left .budgie-panel .unpinned .ssd decoration button.launcher:active, .ssd decoration .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:active,
10806 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10807 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:active, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned layouttab button.launcher:active, layouttab .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .unpinned button.launcher.osd.image-button:checked, .left .budgie-panel .unpinned .osd toolbar button.launcher:checked, .osd toolbar .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
10808 .left .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10809 headerbar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:checked,
10810 .left .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10811 .left .budgie-panel .unpinned menu > arrow.launcher:checked, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:checked, .left .budgie-panel .unpinned .ssd decoration button.launcher:checked, .ssd decoration .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:checked,
10812 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10813 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:checked, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .left .budgie-panel .unpinned button.launcher:checked,
10814 .left .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10815 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10816 .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
10817 .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10818 .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
10819 toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10820 .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
10821 .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10822 .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
10823 GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10824 .left .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
10825 toolbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10826 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10827 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10828 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10829 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10830 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10831 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10832 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10833 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10834 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10835 .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
10836 .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10837 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10838 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10839 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10840 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10841 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10842 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10843 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10844 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10845 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10846 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10847 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10848 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10849 .left .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10850 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10851 .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
10852 .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10853 .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
10854 toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:active,
10855 .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
10856 .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:active,
10857 .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
10858 GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:active,
10859 .left .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
10860 toolbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10861 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10862 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10863 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10864 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10865 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10866 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10867 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10868 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10869 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10870 .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
10871 .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:active,
10872 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10873 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10874 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10875 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10876 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10877 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:active,
10878 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10879 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:active,
10880 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10881 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10882 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10883 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:active,
10884 .left .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10885 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10886 .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
10887 .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10888 .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
10889 toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10890 .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
10891 .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10892 .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
10893 GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10894 .left .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
10895 toolbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10896 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10897 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10898 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10899 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10900 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10901 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10902 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10903 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10904 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10905 .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
10906 .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10907 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10908 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10909 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10910 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10911 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10912 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10913 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10914 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10915 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10916 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10917 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10918 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10919 .left .budgie-panel .pinned button.flat.launcher.running:hover,
10920 .left .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10921 .left .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
10922 .osd toolbar .left .budgie-panel .pinned button.launcher.running:hover,
10923 .left .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
10924 toolbar.osd .left .budgie-panel .pinned button.launcher.running:hover,
10925 .left .budgie-panel .pinned .app-notification button.launcher.running:hover,
10926 .app-notification .left .budgie-panel .pinned button.launcher.running:hover,
10927 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
10928 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:hover,
10929 .left .budgie-panel .pinned toolbar button.launcher.running:hover,
10930 toolbar .left .budgie-panel .pinned button.launcher.running:hover,
10931 .left .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10932 .titlebar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10933 .left .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10934 headerbar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10935 .left .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10936 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10937 .left .budgie-panel .pinned menu > arrow.launcher.running:hover,
10938 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10939 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:hover,
10940 .left .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
10941 .ssd decoration .left .budgie-panel .pinned button.launcher.running:hover,
10942 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10943 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10944 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10945 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10946 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10947 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:hover,
10948 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10949 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:hover,
10950 .left .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10951 layouttabbar .left .budgie-panel .pinned button.launcher.running:hover,
10952 .left .budgie-panel .pinned layouttab button.launcher.running:hover,
10953 layouttab .left .budgie-panel .pinned button.launcher.running:hover,
10954 .left .budgie-panel .pinned button.flat.launcher.running:active,
10955 .left .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10956 .left .budgie-panel .pinned .osd toolbar button.launcher.running:active,
10957 .osd toolbar .left .budgie-panel .pinned button.launcher.running:active,
10958 .left .budgie-panel .pinned toolbar.osd button.launcher.running:active,
10959 toolbar.osd .left .budgie-panel .pinned button.launcher.running:active,
10960 .left .budgie-panel .pinned .app-notification button.launcher.running:active,
10961 .app-notification .left .budgie-panel .pinned button.launcher.running:active,
10962 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
10963 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:active,
10964 .left .budgie-panel .pinned toolbar button.launcher.running:active,
10965 toolbar .left .budgie-panel .pinned button.launcher.running:active,
10966 .left .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10967 .titlebar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10968 .left .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10969 headerbar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10970 .left .budgie-panel .pinned .menu > arrow.launcher.running:active,
10971 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10972 .left .budgie-panel .pinned menu > arrow.launcher.running:active,
10973 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10974 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:active,
10975 .left .budgie-panel .pinned .ssd decoration button.launcher.running:active,
10976 .ssd decoration .left .budgie-panel .pinned button.launcher.running:active,
10977 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10978 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10979 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10980 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10981 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10982 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:active,
10983 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10984 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:active,
10985 .left .budgie-panel .pinned layouttabbar button.launcher.running:active,
10986 layouttabbar .left .budgie-panel .pinned button.launcher.running:active,
10987 .left .budgie-panel .pinned layouttab button.launcher.running:active,
10988 layouttab .left .budgie-panel .pinned button.launcher.running:active,
10989 .left .budgie-panel .pinned button.flat.launcher.running:checked,
10990 .left .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10991 .left .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
10992 .osd toolbar .left .budgie-panel .pinned button.launcher.running:checked,
10993 .left .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
10994 toolbar.osd .left .budgie-panel .pinned button.launcher.running:checked,
10995 .left .budgie-panel .pinned .app-notification button.launcher.running:checked,
10996 .app-notification .left .budgie-panel .pinned button.launcher.running:checked,
10997 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
10998 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:checked,
10999 .left .budgie-panel .pinned toolbar button.launcher.running:checked,
11000 toolbar .left .budgie-panel .pinned button.launcher.running:checked,
11001 .left .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11002 .titlebar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11003 .left .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11004 headerbar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11005 .left .budgie-panel .pinned .menu > arrow.launcher.running:checked,
11006 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
11007 .left .budgie-panel .pinned menu > arrow.launcher.running:checked,
11008 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
11009 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:checked,
11010 .left .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
11011 .ssd decoration .left .budgie-panel .pinned button.launcher.running:checked,
11012 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
11013 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11014 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
11015 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11016 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
11017 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:checked,
11018 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
11019 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:checked,
11020 .left .budgie-panel .pinned layouttabbar button.launcher.running:checked,
11021 layouttabbar .left .budgie-panel .pinned button.launcher.running:checked,
11022 .left .budgie-panel .pinned layouttab button.launcher.running:checked,
11023 layouttab .left .budgie-panel .pinned button.launcher.running:checked,
11024 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
11025 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
11026 .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
11027 .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11028 .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
11029 toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11030 .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
11031 .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11032 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
11033 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11034 .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
11035 toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11036 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11037 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11038 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11039 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11040 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
11041 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
11042 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
11043 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
11044 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
11045 .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
11046 .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11047 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
11048 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11049 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
11050 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11051 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
11052 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11053 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
11054 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11055 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
11056 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11057 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
11058 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11059 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
11060 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
11061 .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
11062 .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11063 .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
11064 toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11065 .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
11066 .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11067 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
11068 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11069 .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
11070 toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11071 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11072 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11073 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11074 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11075 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
11076 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
11077 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
11078 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
11079 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
11080 .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
11081 .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11082 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
11083 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11084 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
11085 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11086 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
11087 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11088 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
11089 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11090 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
11091 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11092 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
11093 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11094 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
11095 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
11096 .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
11097 .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11098 .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
11099 toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11100 .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
11101 .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11102 .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
11103 GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11104 .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
11105 toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11106 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11107 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11108 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11109 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11110 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
11111 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
11112 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
11113 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
11114 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
11115 .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
11116 .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11117 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
11118 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11119 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
11120 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11121 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
11122 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11123 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
11124 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11125 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
11126 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11127 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
11128 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:checked {
11129 border-left: 2px solid #E8E8E8;
11130 border-image: none; }
11131
11132.right .budgie-panel .unpinned button.flat.launcher, .right .budgie-panel .unpinned button.launcher.osd.image-button, .right .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned .app-notification button.launcher, .app-notification .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned toolbar button.launcher, toolbar .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
11133.right .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
11134headerbar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher,
11135.right .budgie-panel .unpinned .context-menu > arrow.launcher,
11136.right .budgie-panel .unpinned menu > arrow.launcher, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button, .right .budgie-panel .unpinned .ssd decoration button.launcher, .ssd decoration .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton,
11137.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
11138.csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned layouttab button.launcher, layouttab .right .budgie-panel .unpinned button.launcher,
11139.right .budgie-panel .unpinned button.flat.launcher:backdrop,
11140.right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
11141.right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
11142.osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop,
11143.right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
11144toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop,
11145.right .budgie-panel .unpinned .app-notification button.launcher:backdrop,
11146.app-notification .right .budgie-panel .unpinned button.launcher:backdrop,
11147.right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
11148GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop,
11149.right .budgie-panel .unpinned toolbar button.launcher:backdrop,
11150toolbar .right .budgie-panel .unpinned button.launcher:backdrop,
11151.right .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11152.titlebar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11153.right .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11154headerbar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11155.right .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
11156.right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
11157.right .budgie-panel .unpinned menu > arrow.launcher:backdrop,
11158.right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
11159placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop,
11160.right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
11161.ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop,
11162.right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
11163.csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
11164.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
11165.csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
11166.right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
11167#gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop,
11168.right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
11169window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop,
11170.right .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
11171layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop,
11172.right .budgie-panel .unpinned layouttab button.launcher:backdrop,
11173layouttab .right .budgie-panel .unpinned button.launcher:backdrop,
11174.right .budgie-panel .pinned button.flat.launcher.running,
11175.right .budgie-panel .pinned button.launcher.running.osd.image-button,
11176.right .budgie-panel .pinned .osd toolbar button.launcher.running,
11177.osd toolbar .right .budgie-panel .pinned button.launcher.running,
11178.right .budgie-panel .pinned toolbar.osd button.launcher.running,
11179toolbar.osd .right .budgie-panel .pinned button.launcher.running,
11180.right .budgie-panel .pinned .app-notification button.launcher.running,
11181.app-notification .right .budgie-panel .pinned button.launcher.running,
11182.right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
11183GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running,
11184.right .budgie-panel .pinned toolbar button.launcher.running,
11185toolbar .right .budgie-panel .pinned button.launcher.running,
11186.right .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
11187.titlebar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
11188.right .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
11189headerbar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
11190.right .budgie-panel .pinned .menu > arrow.launcher.running,
11191.right .budgie-panel .pinned .context-menu > arrow.launcher.running,
11192.right .budgie-panel .pinned menu > arrow.launcher.running,
11193.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
11194placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button,
11195.right .budgie-panel .pinned .ssd decoration button.launcher.running,
11196.ssd decoration .right .budgie-panel .pinned button.launcher.running,
11197.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
11198.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton,
11199.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
11200.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton,
11201.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
11202#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running,
11203.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
11204window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running,
11205.right .budgie-panel .pinned layouttabbar button.launcher.running,
11206layouttabbar .right .budgie-panel .pinned button.launcher.running,
11207.right .budgie-panel .pinned layouttab button.launcher.running,
11208layouttab .right .budgie-panel .pinned button.launcher.running,
11209.right .budgie-panel .pinned button.flat.launcher.running:backdrop,
11210.right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
11211.right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
11212.osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11213.right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
11214toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop,
11215.right .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
11216.app-notification .right .budgie-panel .pinned button.launcher.running:backdrop,
11217.right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
11218GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop,
11219.right .budgie-panel .pinned toolbar button.launcher.running:backdrop,
11220toolbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11221.right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11222.titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11223.right .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11224headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11225.right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
11226.right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
11227.right .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
11228.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
11229placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop,
11230.right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
11231.ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop,
11232.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
11233.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
11234.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
11235.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
11236.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
11237#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop,
11238.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
11239window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop,
11240.right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
11241layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11242.right .budgie-panel .pinned layouttab button.launcher.running:backdrop,
11243layouttab .right .budgie-panel .pinned button.launcher.running:backdrop {
11244 border: 2px solid transparent;
11245 border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
11246 .right .budgie-panel .unpinned button.flat.launcher:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:hover, .right .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
11247 .right .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
11248 headerbar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:hover,
11249 .right .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
11250 .right .budgie-panel .unpinned menu > arrow.launcher:hover, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:hover, .right .budgie-panel .unpinned .ssd decoration button.launcher:hover, .ssd decoration .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:hover,
11251 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
11252 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:hover, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned button.flat.launcher:active, .right .budgie-panel .unpinned button.launcher.osd.image-button:active, .right .budgie-panel .unpinned .osd toolbar button.launcher:active, .osd toolbar .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned toolbar button.launcher:active, toolbar .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
11253 .right .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
11254 headerbar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:active,
11255 .right .budgie-panel .unpinned .context-menu > arrow.launcher:active,
11256 .right .budgie-panel .unpinned menu > arrow.launcher:active, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:active, .right .budgie-panel .unpinned .ssd decoration button.launcher:active, .ssd decoration .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:active,
11257 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
11258 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:active, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned layouttab button.launcher:active, layouttab .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .unpinned button.launcher.osd.image-button:checked, .right .budgie-panel .unpinned .osd toolbar button.launcher:checked, .osd toolbar .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
11259 .right .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
11260 headerbar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:checked,
11261 .right .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
11262 .right .budgie-panel .unpinned menu > arrow.launcher:checked, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:checked, .right .budgie-panel .unpinned .ssd decoration button.launcher:checked, .ssd decoration .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:checked,
11263 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
11264 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:checked, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .right .budgie-panel .unpinned button.launcher:checked,
11265 .right .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
11266 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
11267 .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
11268 .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11269 .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
11270 toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11271 .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
11272 .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11273 .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
11274 GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11275 .right .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
11276 toolbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11277 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11278 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11279 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11280 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11281 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
11282 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
11283 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
11284 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
11285 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
11286 .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
11287 .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11288 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
11289 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
11290 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
11291 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
11292 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
11293 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11294 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
11295 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11296 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
11297 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11298 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
11299 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11300 .right .budgie-panel .unpinned button.flat.launcher:backdrop:active,
11301 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
11302 .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
11303 .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11304 .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
11305 toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:active,
11306 .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
11307 .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:active,
11308 .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
11309 GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:active,
11310 .right .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
11311 toolbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11312 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11313 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11314 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11315 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11316 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
11317 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
11318 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
11319 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
11320 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
11321 .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
11322 .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:active,
11323 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
11324 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
11325 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
11326 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
11327 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
11328 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:active,
11329 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
11330 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:active,
11331 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
11332 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11333 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
11334 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:active,
11335 .right .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
11336 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
11337 .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
11338 .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11339 .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
11340 toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11341 .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
11342 .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11343 .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
11344 GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11345 .right .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
11346 toolbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11347 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11348 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11349 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11350 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11351 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
11352 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
11353 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
11354 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
11355 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
11356 .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
11357 .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11358 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
11359 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11360 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
11361 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11362 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
11363 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11364 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
11365 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11366 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
11367 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11368 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
11369 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11370 .right .budgie-panel .pinned button.flat.launcher.running:hover,
11371 .right .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
11372 .right .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
11373 .osd toolbar .right .budgie-panel .pinned button.launcher.running:hover,
11374 .right .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
11375 toolbar.osd .right .budgie-panel .pinned button.launcher.running:hover,
11376 .right .budgie-panel .pinned .app-notification button.launcher.running:hover,
11377 .app-notification .right .budgie-panel .pinned button.launcher.running:hover,
11378 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
11379 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:hover,
11380 .right .budgie-panel .pinned toolbar button.launcher.running:hover,
11381 toolbar .right .budgie-panel .pinned button.launcher.running:hover,
11382 .right .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11383 .titlebar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11384 .right .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11385 headerbar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11386 .right .budgie-panel .pinned .menu > arrow.launcher.running:hover,
11387 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
11388 .right .budgie-panel .pinned menu > arrow.launcher.running:hover,
11389 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
11390 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:hover,
11391 .right .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
11392 .ssd decoration .right .budgie-panel .pinned button.launcher.running:hover,
11393 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
11394 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11395 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
11396 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11397 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
11398 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:hover,
11399 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
11400 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:hover,
11401 .right .budgie-panel .pinned layouttabbar button.launcher.running:hover,
11402 layouttabbar .right .budgie-panel .pinned button.launcher.running:hover,
11403 .right .budgie-panel .pinned layouttab button.launcher.running:hover,
11404 layouttab .right .budgie-panel .pinned button.launcher.running:hover,
11405 .right .budgie-panel .pinned button.flat.launcher.running:active,
11406 .right .budgie-panel .pinned button.launcher.running.osd.image-button:active,
11407 .right .budgie-panel .pinned .osd toolbar button.launcher.running:active,
11408 .osd toolbar .right .budgie-panel .pinned button.launcher.running:active,
11409 .right .budgie-panel .pinned toolbar.osd button.launcher.running:active,
11410 toolbar.osd .right .budgie-panel .pinned button.launcher.running:active,
11411 .right .budgie-panel .pinned .app-notification button.launcher.running:active,
11412 .app-notification .right .budgie-panel .pinned button.launcher.running:active,
11413 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
11414 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:active,
11415 .right .budgie-panel .pinned toolbar button.launcher.running:active,
11416 toolbar .right .budgie-panel .pinned button.launcher.running:active,
11417 .right .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11418 .titlebar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11419 .right .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11420 headerbar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11421 .right .budgie-panel .pinned .menu > arrow.launcher.running:active,
11422 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
11423 .right .budgie-panel .pinned menu > arrow.launcher.running:active,
11424 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
11425 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:active,
11426 .right .budgie-panel .pinned .ssd decoration button.launcher.running:active,
11427 .ssd decoration .right .budgie-panel .pinned button.launcher.running:active,
11428 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
11429 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
11430 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
11431 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
11432 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
11433 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:active,
11434 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
11435 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:active,
11436 .right .budgie-panel .pinned layouttabbar button.launcher.running:active,
11437 layouttabbar .right .budgie-panel .pinned button.launcher.running:active,
11438 .right .budgie-panel .pinned layouttab button.launcher.running:active,
11439 layouttab .right .budgie-panel .pinned button.launcher.running:active,
11440 .right .budgie-panel .pinned button.flat.launcher.running:checked,
11441 .right .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
11442 .right .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
11443 .osd toolbar .right .budgie-panel .pinned button.launcher.running:checked,
11444 .right .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
11445 toolbar.osd .right .budgie-panel .pinned button.launcher.running:checked,
11446 .right .budgie-panel .pinned .app-notification button.launcher.running:checked,
11447 .app-notification .right .budgie-panel .pinned button.launcher.running:checked,
11448 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
11449 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:checked,
11450 .right .budgie-panel .pinned toolbar button.launcher.running:checked,
11451 toolbar .right .budgie-panel .pinned button.launcher.running:checked,
11452 .right .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11453 .titlebar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11454 .right .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11455 headerbar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11456 .right .budgie-panel .pinned .menu > arrow.launcher.running:checked,
11457 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
11458 .right .budgie-panel .pinned menu > arrow.launcher.running:checked,
11459 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
11460 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:checked,
11461 .right .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
11462 .ssd decoration .right .budgie-panel .pinned button.launcher.running:checked,
11463 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
11464 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11465 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
11466 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11467 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
11468 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:checked,
11469 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
11470 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:checked,
11471 .right .budgie-panel .pinned layouttabbar button.launcher.running:checked,
11472 layouttabbar .right .budgie-panel .pinned button.launcher.running:checked,
11473 .right .budgie-panel .pinned layouttab button.launcher.running:checked,
11474 layouttab .right .budgie-panel .pinned button.launcher.running:checked,
11475 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
11476 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
11477 .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
11478 .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11479 .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
11480 toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11481 .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
11482 .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11483 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
11484 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11485 .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
11486 toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11487 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11488 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11489 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11490 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11491 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
11492 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
11493 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
11494 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
11495 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
11496 .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
11497 .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11498 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
11499 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11500 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
11501 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11502 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
11503 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11504 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
11505 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11506 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
11507 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11508 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
11509 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11510 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
11511 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
11512 .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
11513 .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11514 .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
11515 toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11516 .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
11517 .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11518 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
11519 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11520 .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
11521 toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11522 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11523 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11524 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11525 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11526 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
11527 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
11528 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
11529 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
11530 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
11531 .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
11532 .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11533 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
11534 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11535 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
11536 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11537 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
11538 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11539 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
11540 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11541 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
11542 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11543 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
11544 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11545 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
11546 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
11547 .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
11548 .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11549 .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
11550 toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11551 .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
11552 .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11553 .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
11554 GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11555 .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
11556 toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11557 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11558 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11559 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11560 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11561 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
11562 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
11563 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
11564 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
11565 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
11566 .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
11567 .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11568 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
11569 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11570 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
11571 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11572 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
11573 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11574 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
11575 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11576 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
11577 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11578 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
11579 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:checked {
11580 border-right: 2px solid #E8E8E8;
11581 border-image: none; }
11582
11583.budgie-menu {
11584 border-radius: 2px;
11585 background-color: #fdfdfe; }
11586 .budgie-menu scrolledwindow, .budgie-menu placessidebar,
11587 .budgie-menu list,
11588 .budgie-menu row,
11589 .budgie-menu scrollbar {
11590 min-width: 0;
11591 min-height: 0;
11592 border: none;
11593 background: none;
11594 box-shadow: none; }
11595 .budgie-menu row, .budgie-menu row.activatable, .budgie-menu .view, .budgie-menu iconview,
11596 .budgie-menu .view text,
11597 .view .budgie-menu text,
11598 .budgie-menu iconview text,
11599 iconview .budgie-menu text,
11600 .budgie-menu textview text,
11601 textview .budgie-menu text, .budgie-menu treeview.view header button, treeview.view header .budgie-menu button, .budgie-menu .tweak-category header button, .tweak-category header .budgie-menu button {
11602 background-image: none;
11603 background-color: #fdfdfe;
11604 color: rgba(38, 50, 56, 0.75);
11605 transition: none; }
11606 .budgie-menu row image, .budgie-menu row.activatable image, .budgie-menu .view image, .budgie-menu iconview image,
11607 .budgie-menu .view text image,
11608 .view .budgie-menu text image,
11609 .budgie-menu iconview text image,
11610 iconview .budgie-menu text image,
11611 .budgie-menu textview text image,
11612 textview .budgie-menu text image, .budgie-menu treeview.view header button image, treeview.view header .budgie-menu button image, .budgie-menu .tweak-category header button image, .tweak-category header .budgie-menu button image {
11613 padding: 0.3985rem 0 0.50376rem; }
11614 .budgie-menu row:hover, .budgie-menu row.activatable:hover, .budgie-menu .view:hover, .budgie-menu iconview:hover,
11615 .budgie-menu .view text:hover,
11616 .view .budgie-menu text:hover,
11617 .budgie-menu iconview text:hover,
11618 iconview .budgie-menu text:hover,
11619 .budgie-menu textview text:hover,
11620 textview .budgie-menu text:hover, .budgie-menu treeview.view header button:hover, treeview.view header .budgie-menu button:hover, .budgie-menu .tweak-category header button:hover, .tweak-category header .budgie-menu button:hover {
11621 background-image: none;
11622 background-color: #fdfdfe;
11623 color: #263238;
11624 transition: none; }
11625 .budgie-menu scrolledwindow undershoot.top, .budgie-menu placessidebar undershoot.top {
11626 background-color: transparent;
11627 background-image: linear-gradient(to top, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
11628 padding-top: 0;
11629 background-size: 16px 32px;
11630 background-repeat: repeat-x;
11631 background-origin: content-box;
11632 background-position: center top; }
11633 .budgie-menu scrolledwindow undershoot.bottom, .budgie-menu placessidebar undershoot.bottom {
11634 background-color: transparent;
11635 background-image: linear-gradient(to bottom, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
11636 padding-bottom: 0;
11637 background-size: 16px 32px;
11638 background-repeat: repeat-x;
11639 background-origin: content-box;
11640 background-position: center bottom; }
11641 .budgie-menu scrolledwindow undershoot.left, .budgie-menu placessidebar undershoot.left {
11642 background-color: transparent;
11643 background-image: linear-gradient(to left, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
11644 padding-left: 0;
11645 background-size: 32px 16px;
11646 background-repeat: repeat-y;
11647 background-origin: content-box;
11648 background-position: left center; }
11649 .budgie-menu scrolledwindow undershoot.right, .budgie-menu placessidebar undershoot.right {
11650 background-color: transparent;
11651 background-image: linear-gradient(to right, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
11652 padding-right: 0;
11653 background-size: 32px 16px;
11654 background-repeat: repeat-y;
11655 background-origin: content-box;
11656 background-position: right center; }
11657
11658.raven-frame {
11659 border: none; }
11660
11661.raven {
11662 margin: -1px;
11663 padding: 0;
11664 border: none;
11665 color: rgba(38, 50, 56, 0.75);
11666 background-color: rgba(229, 233, 236, 0.9); }
11667 .raven:dir(ltr) {
11668 box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
11669 .raven:dir(rtl) {
11670 box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
11671 .raven .raven-header {
11672 border: none;
11673 color: rgba(38, 50, 56, 0.5);
11674 background-color: transparent;
11675 font-weight: 700; }
11676 .raven .raven-background {
11677 border-width: 1px 0 0;
11678 border-style: solid none none;
11679 border-color: rgba(0, 0, 0, 0.09);
11680 background-color: transparent;
11681 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
11682 .raven .powerstrip {
11683 border-top: 1px solid rgba(0, 0, 0, 0.09);
11684 background-color: #FFFFFF;
11685 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
11686 .raven .powerstrip button {
11687 padding: 1rem;
11688 color: #E8E8E8; }
11689 .raven .powerstrip button:hover, .raven .powerstrip button:active, .raven .powerstrip button:checked {
11690 color: #E8E8E8; }
11691 .raven .powerstrip button:disabled {
11692 color: #E8E8E8; }
11693 .raven .option-subtitle {
11694 color: rgba(38, 50, 56, 0.225);
11695 font-size: 90%; }
11696 .raven scrolledwindow, .raven placessidebar {
11697 background: transparent; }
11698 .raven list,
11699 .raven row,
11700 .raven row.activatable,
11701 .raven .view,
11702 .raven iconview,
11703 .raven .view text,
11704 .view .raven text,
11705 .raven iconview text,
11706 iconview .raven text,
11707 .raven textview text,
11708 textview .raven text,
11709 .raven treeview.view header button,
11710 treeview.view header .raven button,
11711 .raven .tweak-category header button,
11712 .tweak-category header .raven button {
11713 background-color: transparent; }
11714 .raven list:not(.list):hover,
11715 .raven row:not(.list):hover,
11716 .raven row.activatable:not(.list):hover,
11717 .raven .view:not(.list):hover,
11718 .raven iconview:not(.list):hover,
11719 .raven .view text:not(.list):hover,
11720 .view .raven text:not(.list):hover,
11721 .raven iconview text:not(.list):hover,
11722 iconview .raven text:not(.list):hover,
11723 .raven textview text:not(.list):hover,
11724 textview .raven text:not(.list):hover,
11725 .raven treeview.view header button:not(.list):hover,
11726 treeview.view header .raven button:not(.list):hover,
11727 .raven .tweak-category header button:not(.list):hover,
11728 .tweak-category header .raven button:not(.list):hover {
11729 color: #263238; }
11730 .raven list:not(.list):selected, .raven list:not(.list):selected label,
11731 .raven row:not(.list):selected,
11732 .raven row:not(.list):selected label,
11733 .raven row.activatable:not(.list):selected,
11734 .raven .view:not(.list):selected,
11735 .raven iconview:not(.list):selected,
11736 .raven .view text:not(.list):selected,
11737 .view .raven text:not(.list):selected,
11738 .raven iconview text:not(.list):selected,
11739 iconview .raven text:not(.list):selected,
11740 .raven textview text:not(.list):selected,
11741 textview .raven text:not(.list):selected,
11742 .raven treeview.view header button:not(.list):selected,
11743 treeview.view header .raven button:not(.list):selected,
11744 .raven .tweak-category header button:not(.list):selected,
11745 .tweak-category header .raven button:not(.list):selected,
11746 .raven row.activatable:not(.list):selected label,
11747 .raven .view:not(.list):selected label,
11748 .raven iconview:not(.list):selected label,
11749 .raven .view text:not(.list):selected label,
11750 .view .raven text:not(.list):selected label,
11751 .raven iconview text:not(.list):selected label,
11752 iconview .raven text:not(.list):selected label,
11753 .raven textview text:not(.list):selected label,
11754 textview .raven text:not(.list):selected label,
11755 .raven treeview.view header button:not(.list):selected label,
11756 treeview.view header .raven button:not(.list):selected label,
11757 .raven .tweak-category header button:not(.list):selected label,
11758 .tweak-category header .raven button:not(.list):selected label {
11759 color: #E8E8E8; }
11760 .raven list:not(.list):selected:hover,
11761 .raven row:not(.list):selected:hover,
11762 .raven row.activatable:not(.list):selected:hover,
11763 .raven .view:not(.list):selected:hover,
11764 .raven iconview:not(.list):selected:hover,
11765 .raven .view text:not(.list):selected:hover,
11766 .view .raven text:not(.list):selected:hover,
11767 .raven iconview text:not(.list):selected:hover,
11768 iconview .raven text:not(.list):selected:hover,
11769 .raven textview text:not(.list):selected:hover,
11770 textview .raven text:not(.list):selected:hover,
11771 .raven treeview.view header button:not(.list):selected:hover,
11772 treeview.view header .raven button:not(.list):selected:hover,
11773 .raven .tweak-category header button:not(.list):selected:hover,
11774 .tweak-category header .raven button:not(.list):selected:hover {
11775 background-color: rgba(0, 188, 212, 0.1); }
11776 .raven list separator,
11777 .raven row separator,
11778 .raven row.activatable separator,
11779 .raven .view separator,
11780 .raven iconview separator,
11781 .raven .view text separator,
11782 .view .raven text separator,
11783 .raven iconview text separator,
11784 iconview .raven text separator,
11785 .raven textview text separator,
11786 textview .raven text separator,
11787 .raven treeview.view header button separator,
11788 treeview.view header .raven button separator,
11789 .raven .tweak-category header button separator,
11790 .tweak-category header .raven button separator {
11791 min-height: 1px;
11792 min-width: 1px;
11793 margin-bottom: 0.50376rem;
11794 border: none;
11795 color: transparent;
11796 background-color: transparent;
11797 background-image: none;
11798 box-shadow: inset 0 -1px rgba(38, 50, 56, 0.165); }
11799 .raven button.image-button {
11800 box-shadow: none;
11801 background-color: transparent;
11802 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0)); }
11803 .raven button.image-button:hover {
11804 box-shadow: none;
11805 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
11806 -gtk-icon-effect: highlight; }
11807 .raven button.image-button:active {
11808 box-shadow: none;
11809 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
11810 .raven button.image-button:disabled {
11811 box-shadow: none;
11812 background-color: transparent; }
11813 .raven button.image-button:checked {
11814 background-color: alpha(currentColor, 0.2);
11815 color: #263238; }
11816 .raven button.image-button:checked:disabled > label {
11817 color: inherit; }
11818 .raven .raven-header > .linked {
11819 margin: 0 0.80451rem; }
11820 .raven .raven-header > button.text-button {
11821 min-height: 1rem;
11822 min-width: 1rem;
11823 padding: 0.69925rem 0.80451rem 0.80451rem;
11824 color: rgba(255, 255, 255, 0.85);
11825 background-color: #E8E8E8; }
11826 .raven .raven-header > button.text-button:hover {
11827 color: #FFFFFF; }
11828 .raven .raven-header > button.text-button:active {
11829 color: #FFFFFF;
11830 background-color: #E8E8E8; }
11831 .raven .raven-header > button.text-button:checked {
11832 color: rgba(255, 255, 255, 0.85);
11833 background-color: #33aba0; }
11834 .raven .raven-header > button.text-button:disabled {
11835 box-shadow: none;
11836 background-color: transparent; }
11837 .raven .raven-header button.flat.expander-button, .raven .raven-header button.expander-button.osd.image-button, .raven .raven-header .osd toolbar button.expander-button, .osd toolbar .raven .raven-header button.expander-button, .raven .raven-header toolbar.osd button.expander-button, toolbar.osd .raven .raven-header button.expander-button, .raven .raven-header .app-notification button.expander-button, .app-notification .raven .raven-header button.expander-button, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button, .raven .raven-header toolbar button.expander-button, toolbar .raven .raven-header button.expander-button, .raven .raven-header .titlebar button.expander-button:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action),
11838 .raven .raven-header headerbar button.expander-button:not(.suggested-action):not(.destructive-action),
11839 headerbar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button,
11840 .raven .raven-header .context-menu > arrow.expander-button,
11841 .raven .raven-header menu > arrow.expander-button, .raven .raven-header placessidebar row button.expander-button.image-button, placessidebar row .raven .raven-header button.expander-button.image-button, .raven .raven-header .ssd decoration button.expander-button, .ssd decoration .raven .raven-header button.expander-button, .raven .raven-header .csd headerbar button.expander-button.titlebutton, .csd headerbar .raven .raven-header button.expander-button.titlebutton,
11842 .raven .raven-header .csd .titlebar button.expander-button.titlebutton,
11843 .csd .titlebar .raven .raven-header button.expander-button.titlebutton, .raven .raven-header #gf-candidate-popup button.expander-button, #gf-candidate-popup .raven .raven-header button.expander-button, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button, .raven .raven-header layouttabbar button.expander-button, layouttabbar .raven .raven-header button.expander-button, .raven .raven-header layouttab button.expander-button, layouttab .raven .raven-header button.expander-button {
11844 min-width: 1rem;
11845 min-height: 1rem;
11846 padding: 0.80451rem;
11847 border-radius: 100px;
11848 -gtk-outline-radius: 100px;
11849 color: rgba(38, 50, 56, 0.5); }
11850 .raven .raven-header button.flat.expander-button:hover, .raven .raven-header button.expander-button.osd.image-button:hover, .raven .raven-header .osd toolbar button.expander-button:hover, .osd toolbar .raven .raven-header button.expander-button:hover, .raven .raven-header toolbar.osd button.expander-button:hover, toolbar.osd .raven .raven-header button.expander-button:hover, .raven .raven-header .app-notification button.expander-button:hover, .app-notification .raven .raven-header button.expander-button:hover, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button:hover, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button:hover, .raven .raven-header toolbar button.expander-button:hover, toolbar .raven .raven-header button.expander-button:hover, .raven .raven-header .titlebar button.expander-button:hover:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action),
11851 .raven .raven-header headerbar button.expander-button:hover:not(.suggested-action):not(.destructive-action),
11852 headerbar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:hover,
11853 .raven .raven-header .context-menu > arrow.expander-button:hover,
11854 .raven .raven-header menu > arrow.expander-button:hover, .raven .raven-header placessidebar row button.expander-button.image-button:hover, placessidebar row .raven .raven-header button.expander-button.image-button:hover, .raven .raven-header .ssd decoration button.expander-button:hover, .ssd decoration .raven .raven-header button.expander-button:hover, .raven .raven-header .csd headerbar button.expander-button.titlebutton:hover, .csd headerbar .raven .raven-header button.expander-button.titlebutton:hover,
11855 .raven .raven-header .csd .titlebar button.expander-button.titlebutton:hover,
11856 .csd .titlebar .raven .raven-header button.expander-button.titlebutton:hover, .raven .raven-header #gf-candidate-popup button.expander-button:hover, #gf-candidate-popup .raven .raven-header button.expander-button:hover, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button:hover, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button:hover, .raven .raven-header layouttabbar button.expander-button:hover, layouttabbar .raven .raven-header button.expander-button:hover, .raven .raven-header layouttab button.expander-button:hover, layouttab .raven .raven-header button.expander-button:hover, .raven .raven-header button.flat.expander-button:active, .raven .raven-header button.expander-button.osd.image-button:active, .raven .raven-header .osd toolbar button.expander-button:active, .osd toolbar .raven .raven-header button.expander-button:active, .raven .raven-header toolbar.osd button.expander-button:active, toolbar.osd .raven .raven-header button.expander-button:active, .raven .raven-header .app-notification button.expander-button:active, .app-notification .raven .raven-header button.expander-button:active, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button:active, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button:active, .raven .raven-header toolbar button.expander-button:active, toolbar .raven .raven-header button.expander-button:active, .raven .raven-header .titlebar button.expander-button:active:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action),
11857 .raven .raven-header headerbar button.expander-button:active:not(.suggested-action):not(.destructive-action),
11858 headerbar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:active,
11859 .raven .raven-header .context-menu > arrow.expander-button:active,
11860 .raven .raven-header menu > arrow.expander-button:active, .raven .raven-header placessidebar row button.expander-button.image-button:active, placessidebar row .raven .raven-header button.expander-button.image-button:active, .raven .raven-header .ssd decoration button.expander-button:active, .ssd decoration .raven .raven-header button.expander-button:active, .raven .raven-header .csd headerbar button.expander-button.titlebutton:active, .csd headerbar .raven .raven-header button.expander-button.titlebutton:active,
11861 .raven .raven-header .csd .titlebar button.expander-button.titlebutton:active,
11862 .csd .titlebar .raven .raven-header button.expander-button.titlebutton:active, .raven .raven-header #gf-candidate-popup button.expander-button:active, #gf-candidate-popup .raven .raven-header button.expander-button:active, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button:active, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button:active, .raven .raven-header layouttabbar button.expander-button:active, layouttabbar .raven .raven-header button.expander-button:active, .raven .raven-header layouttab button.expander-button:active, layouttab .raven .raven-header button.expander-button:active {
11863 color: #263238; }
11864 .raven calendar {
11865 border: none;
11866 background-color: transparent; }
11867 .raven undershoot.top, .raven undershoot.bottom, .raven undershoot.left, .raven undershoot.right {
11868 background-image: none; }
11869
11870.raven-mpris {
11871 border: none;
11872 color: #263238;
11873 background-color: rgba(229, 233, 236, 0.9); }
11874 .raven-mpris button.image-button {
11875 padding: 0.6015rem; }
11876
11877.budgie-notification-window {
11878 border-radius: 2px;
11879 background: none; }
11880
11881.budgie-notification.background {
11882 border-radius: 2px; }
11883.budgie-notification .notification-title {
11884 color: rgba(38, 50, 56, 0.75);
11885 font-size: 110%;
11886 font-weight: 500; }
11887.budgie-notification .notification-body {
11888 color: #263238; }
11889
11890.background.csd.budgie-run-dialog {
11891 border: 1px solid rgba(0, 0, 0, 0.09);
11892 border-top-color: rgba(255, 255, 255, 0.07);
11893 background-color: transparent; }
11894 .background.csd.budgie-run-dialog decoration {
11895 border-radius: 2px;
11896 background-color: rgba(229, 233, 236, 0.9); }
11897 .background.csd.budgie-run-dialog decoration headerbar {
11898 border-radius: 2px; }
11899 .background.csd.budgie-run-dialog scrolledwindow, .background.csd.budgie-run-dialog placessidebar {
11900 border-image: none; }
11901 .background.csd.budgie-run-dialog scrolledwindow undershoot.top, .background.csd.budgie-run-dialog placessidebar undershoot.top, .background.csd.budgie-run-dialog scrolledwindow undershoot.bottom, .background.csd.budgie-run-dialog placessidebar undershoot.bottom, .background.csd.budgie-run-dialog scrolledwindow undershoot.left, .background.csd.budgie-run-dialog placessidebar undershoot.left, .background.csd.budgie-run-dialog scrolledwindow undershoot.right, .background.csd.budgie-run-dialog placessidebar undershoot.right {
11902 background-image: none; }
11903 .background.csd.budgie-run-dialog box > box > separator {
11904 border: 0 none transparent;
11905 color: transparent;
11906 background-color: transparent; }
11907 .background.csd.budgie-run-dialog button.image-button {
11908 color: #E8E8E8; }
11909 .background.csd.budgie-run-dialog button.image-button:hover, .background.csd.budgie-run-dialog button.image-button:active, .background.csd.budgie-run-dialog button.image-button:checked {
11910 color: #E8E8E8; }
11911 .background.csd.budgie-run-dialog button.image-button:disabled {
11912 color: #E8E8E8; }
11913
11914.budgie-session-dialog,
11915.budgie-polkit-dialog {
11916 border-radius: 2px;
11917 border-width: 0;
11918 background-color: #3e515a;
11919 color: #ECEFF1;
11920 font-weight: 700;
11921 opacity: 0.9; }
11922 .budgie-session-dialog decoration,
11923 .budgie-polkit-dialog decoration {
11924 border-radius: 2px;
11925 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
11926 .budgie-session-dialog decoration:backdrop,
11927 .budgie-polkit-dialog decoration:backdrop {
11928 box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2);
11929 transition: none; }
11930 .budgie-session-dialog button,
11931 .budgie-session-dialog .linked > button,
11932 .budgie-polkit-dialog button,
11933 .budgie-polkit-dialog .linked > button {
11934 box-shadow: none;
11935 background-color: transparent;
11936 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
11937 padding: 0.69925rem 1rem 0.80451rem;
11938 border: 2px solid transparent;
11939 border-radius: 0;
11940 color: #E8E8E8;
11941 background-color: transparent;
11942 background-size: 9.96241rem 9.96241rem, auto; }
11943 .budgie-session-dialog button:hover,
11944 .budgie-session-dialog .linked > button:hover,
11945 .budgie-polkit-dialog button:hover,
11946 .budgie-polkit-dialog .linked > button:hover {
11947 box-shadow: none;
11948 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
11949 color: #E8E8E8; }
11950 .budgie-session-dialog button:active,
11951 .budgie-session-dialog .linked > button:active,
11952 .budgie-polkit-dialog button:active,
11953 .budgie-polkit-dialog .linked > button:active {
11954 box-shadow: none;
11955 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
11956 color: #E8E8E8; }
11957 .budgie-session-dialog button:checked,
11958 .budgie-session-dialog .linked > button:checked,
11959 .budgie-polkit-dialog button:checked,
11960 .budgie-polkit-dialog .linked > button:checked {
11961 background-color: alpha(currentColor, 0.2);
11962 color: #263238;
11963 color: #E8E8E8; }
11964 .budgie-session-dialog button:disabled,
11965 .budgie-session-dialog .linked > button:disabled,
11966 .budgie-polkit-dialog button:disabled,
11967 .budgie-polkit-dialog .linked > button:disabled {
11968 box-shadow: none;
11969 background-color: transparent; }
11970 .budgie-session-dialog button:first-child,
11971 .budgie-session-dialog .linked > button:first-child,
11972 .budgie-polkit-dialog button:first-child,
11973 .budgie-polkit-dialog .linked > button:first-child {
11974 border-radius: 0 0 0 2px;
11975 border-right-width: 0; }
11976 .budgie-session-dialog button:last-child,
11977 .budgie-session-dialog .linked > button:last-child,
11978 .budgie-polkit-dialog button:last-child,
11979 .budgie-polkit-dialog .linked > button:last-child {
11980 border-radius: 0 0 2px 0;
11981 border-left-width: 0; }
11982 .budgie-session-dialog:not(.budgie-session-dialog) .message,
11983 .budgie-polkit-dialog:not(.budgie-session-dialog) .message {
11984 color: rgba(38, 50, 56, 0.75); }
11985 .budgie-session-dialog:not(.budgie-session-dialog) .failure,
11986 .budgie-polkit-dialog:not(.budgie-session-dialog) .failure {
11987 color: #E8E8E8;
11988 font-weight: 700; }
11989
11990.drop-shadow {
11991 background-color: #e5e9ec;
11992 background-image: none;
11993 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
11994
11995/*****************
11996 * Unity Desktop *
11997 *****************/
11998UnityDecoration {
11999 -UnityDecoration-extents: 28px 0 0 0;
12000 -UnityDecoration-input-extents: 8px;
12001 -UnityDecoration-shadow-offset-x: 0px;
12002 -UnityDecoration-shadow-offset-y: 8px;
12003 -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
12004 -UnityDecoration-active-shadow-radius: 12px;
12005 -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
12006 -UnityDecoration-inactive-shadow-radius: 6px;
12007 -UnityDecoration-glow-size: 10px;
12008 -UnityDecoration-glow-color: #E8E8E8;
12009 -UnityDecoration-title-indent: 16px;
12010 -UnityDecoration-title-fade: 32px;
12011 -UnityDecoration-title-alignment: 0.0; }
12012 UnityDecoration.top {
12013 border-width: 1px 0 0;
12014 border-style: solid none none;
12015 border-color: rgba(0, 0, 0, 0.09);
12016 border-radius: 2px 2px 0 0;
12017 padding: 1px 6px 0 6px;
12018 background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
12019 color: #ECEFF1;
12020 box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
12021 UnityDecoration.top:backdrop {
12022 color: rgba(236, 239, 241, 0.3); }
12023 UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
12024 background-image: none; }
12025
12026UnityPanelWidget, UnityPanelWidget:backdrop,
12027.unity-panel,
12028.unity-panel:backdrop {
12029 border-bottom: 1px solid #FFFFFF;
12030 color: #ECEFF1;
12031 background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
12032 box-shadow: none; }
12033
12034.unity-panel.menubar,
12035.unity-panel .menubar {
12036 background-color: transparent;
12037 background-image: none;
12038 box-shadow: none; }
12039 .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
12040 .unity-panel .menubar.menuitem,
12041 .unity-panel .menubar .menuitem * {
12042 padding: 0 6px;
12043 border-radius: 0;
12044 border-bottom: none;
12045 color: #ECEFF1;
12046 background-color: transparent; }
12047 .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
12048 .unity-panel .menubar.menuitem:hover,
12049 .unity-panel .menubar .menuitem *:hover {
12050 color: #FFFFFF;
12051 box-shadow: inset 0 -2px #E8E8E8; }
12052
12053/************
12054 * Corebird *
12055 ************/
12056stack button.profile-button:checked {
12057 color: #263238; }
12058
12059headerbar.titlebar box button.toggle.account-button {
12060 min-width: 1rem;
12061 min-height: 1rem;
12062 padding: 0.50376rem 0.75188rem 0.50376rem;
12063 border-radius: 2px;
12064 -gtk-outline-radius: 2px; }
12065 headerbar.titlebar box button.toggle.account-button .avatar-round {
12066 border-color: transparent; }
12067headerbar.titlebar box button.image-button.toggle {
12068 min-width: 1rem;
12069 min-height: 1rem;
12070 padding: 0.50376rem 0.75188rem 0.50376rem; }
12071
12072/********
12073 * Nemo *
12074 ********/
12075window EelEditableLabel {
12076 transition: none; }
12077window grid > box > box > toolbar.primary-toolbar {
12078 border-bottom: 1px solid rgba(0, 0, 0, 0.09);
12079 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.18), inset 0 4px 2px -4px rgba(0, 0, 0, 0.2), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); }
12080window grid > paned > box > paned > box > notebook, window grid > paned > box > paned > box > notebook > stack:not(:only-child) {
12081 background-color: #FFFFFF; }
12082window grid.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, window grid.vertical > paned.horizontal > box.vertical > placessidebar.frame {
12083 border-width: 0; }
12084window grid.vertical > widget > box {
12085 padding: 0.20301rem; }
12086window grid.vertical > widget > box > button.image-button {
12087 box-shadow: none;
12088 background-color: transparent;
12089 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
12090 min-width: 1rem;
12091 min-height: 2.20301rem;
12092 border-radius: 2px;
12093 -gtk-outline-radius: 2px;
12094 padding: 0 0.75188rem 0;
12095 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px;
12096 color: rgba(38, 50, 56, 0.75);
12097 box-shadow: none; }
12098 window grid.vertical > widget > box > button.image-button:hover {
12099 box-shadow: none;
12100 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1), alpha(currentColor, 0.1));
12101 border-image: none;
12102 color: #263238;
12103 box-shadow: none; }
12104 window grid.vertical > widget > box > button.image-button:checked {
12105 background-color: alpha(currentColor, 0.2);
12106 color: #263238;
12107 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
12108 background-color: transparent;
12109 color: #263238;
12110 box-shadow: none; }
12111 window grid.vertical > widget > box > button.image-button:checked:disabled {
12112 border-image: none;
12113 background-color: transparent;
12114 color: rgba(38, 50, 56, 0.3);
12115 box-shadow: none; }
12116 window grid.vertical > widget > box > button.image-button:checked:disabled > label {
12117 color: inherit; }
12118 window grid.vertical > widget > box > button.image-button:checked:disabled > label {
12119 color: inherit; }
12120 window grid.vertical > widget > box > button.image-button:disabled {
12121 box-shadow: none;
12122 background-color: transparent;
12123 border-image: none;
12124 background-color: transparent;
12125 color: rgba(38, 50, 56, 0.225);
12126 box-shadow: none; }
12127window grid.vertical > widget box > separator.vertical {
12128 min-width: 0;
12129 color: transparent;
12130 background-color: transparent; }
12131
12132/************
12133 * Lollypop *
12134 ************/
12135window > headerbar > widget > box.horizontal > grid.horizontal > button.toggle.image-button {
12136 min-width: 1.30075rem;
12137 min-height: 2.80451rem;
12138 padding: 0 0.75188rem 0; }
12139window > headerbar > widget > box.horizontal > button.image-button {
12140 min-width: 1.30075rem;
12141 min-height: 2.80451rem;
12142 margin: -0.15038rem 0;
12143 padding: 0 0.75188rem 0; }
12144
12145/***************************
12146 * Cinnamon-control-center *
12147 ***************************/
12148window > box.vertical > stack > scrolledwindow iconview, window > box.vertical > stack > placessidebar iconview, window > box.vertical > stack > scrolledwindow iconview.view, window > box.vertical > stack > placessidebar iconview.view, window > box.vertical > stack > scrolledwindow iconview, window > box.vertical > stack > placessidebar iconview {
12149 background-color: transparent; }
12150window > box.vertical > stack > scrolledwindow toolbar, window > box.vertical > stack > placessidebar toolbar {
12151 background-color: #FFFFFF;
12152 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
12153
12154/*********
12155 * XFce4 *
12156 *********/
12157.xfce4-panel {
12158 background-color: #FFFFFF;
12159 color: #ECEFF1;
12160 font-weight: 700; }
12161 .xfce4-panel button {
12162 box-shadow: none;
12163 background-color: transparent;
12164 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0), alpha(currentColor, 0));
12165 padding: 0px 4px;
12166 border: none;
12167 border-radius: 0;
12168 color: #ECEFF1;
12169 background-color: transparent; }
12170 .xfce4-panel button:hover {
12171 color: #FFFFFF;
12172 background-color: transparent;
12173 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
12174 .xfce4-panel button:checked, .xfce4-panel button:hover:checked, .xfce4-panel button:disabled:checked {
12175 color: #FFFFFF;
12176 background-color: transparent;
12177 box-shadow: inset 0 -2px #E8E8E8; }
12178 .xfce4-panel button label:backdrop, .xfce4-panel button:backdrop {
12179 opacity: 1.0; }
12180 .xfce4-panel menu {
12181 -gtk-icon-effect: none; }
12182
12183TopMenuAppMenuBar {
12184 background-color: #FFFFFF;
12185 color: #ECEFF1;
12186 box-shadow: none; }
12187 TopMenuAppMenuBar > menuitem {
12188 color: #ECEFF1;
12189 background-color: transparent; }
12190 TopMenuAppMenuBar > menuitem:hover {
12191 color: #FFFFFF;
12192 box-shadow: inset 0 -2px #E8E8E8; }
12193 TopMenuAppMenuBar > menuitem:backdrop {
12194 opacity: 1.0; }
12195
12196/**************
12197 * FeedReader *
12198 **************/
12199window > paned.titlebar > headerbar.titlebar button.flat:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar button.osd.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .osd toolbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .osd toolbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar toolbar.osd button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), toolbar.osd window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .app-notification button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .app-notification window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar GeditViewFrame .gedit-search-slider button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), GeditViewFrame .gedit-search-slider window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar toolbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), toolbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12200window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action), window > paned.titlebar > headerbar.titlebar .menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12201window > paned.titlebar > headerbar.titlebar .context-menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12202window > paned.titlebar > headerbar.titlebar menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar placessidebar row button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), placessidebar row window > paned.titlebar > headerbar.titlebar button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .ssd decoration button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .ssd decoration window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .csd headerbar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12203.csd window > paned.titlebar > headerbar.titlebar button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12204window > paned.titlebar > headerbar.titlebar .csd .titlebar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar #gf-candidate-popup button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), #gf-candidate-popup window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar window > grid.vertical > box.vertical > widget button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > grid.vertical > box.vertical > widget window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar layouttabbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), layouttabbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar layouttab button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), layouttab window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle) {
12205 min-width: 1rem;
12206 padding-left: 0.90226rem;
12207 padding-right: 0.90226rem; }
12208
12209/************
12210 * Synaptic *
12211 ************/
12212window > box.vertical > box.horizontal > toolbar {
12213 background-color: transparent;
12214 box-shadow: none; }
12215 window > box.vertical > box.horizontal > toolbar toolitem > box label,
12216 window > box.vertical > box.horizontal > toolbar toolitem > box entry,
12217 window > box.vertical > box.horizontal > toolbar toolitem > box spinbutton:not(.vertical) {
12218 min-height: 1rem;
12219 padding-top: 0.09774rem;
12220 padding-bottom: 0.09774rem;
12221 font-size: 90%; }
12222 window > box.vertical > box.horizontal > toolbar toolitem > box > label {
12223 color: rgba(38, 50, 56, 0.3); }
12224window > box.vertical > box.horizontal > widget {
12225 background-color: transparent; }
12226
12227/***********
12228 * Colours *
12229 ***********/
12230@define-color theme_fg_color #263238;
12231@define-color theme_inverted_fg_color #ECEFF1;
12232@define-color theme_text_color #263238;
12233@define-color theme_bg_color #FFFFFF;
12234@define-color theme_base_color #FFFFFF;
12235@define-color theme_selected_bg_color #E8E8E8;
12236@define-color theme_selected_fg_color #FFFFFF;
12237@define-color insensitive_bg_color #FFFFFF;
12238@define-color insensitive_fg_color rgba(38, 50, 56, 0.3);
12239@define-color insensitive_base_color #fdfdfe;
12240@define-color theme_unfocused_fg_color rgba(38, 50, 56, 0.3);
12241@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
12242@define-color theme_unfocused_text_color rgba(38, 50, 56, 0.3);
12243@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
12244@define-color theme_unfocused_bg_color #FFFFFF;
12245@define-color theme_unfocused_base_color #FFFFFF;
12246@define-color theme_unfocused_selected_bg_color #E8E8E8;
12247@define-color theme_unfocused_selected_fg_color #FFFFFF;
12248@define-color placeholder_text_color #CFD8DC;
12249@define-color borders rgba(0, 0, 0, 0.09);
12250@define-color unfocused_borders rgba(0, 0, 0, 0.09);
12251@define-color warning_color #FF9800;
12252@define-color error_color #F44336;
12253@define-color success_color #00E676;
12254@define-color link_color #E8E8E8;
12255@define-color wm_bg_a #FFFFFF;
12256@define-color wm_bg_b rgba(255, 255, 255, 0.07);
12257@define-color content_view_bg #FFFFFF;