themes/whitey/gtk-3.20/gtk-dark.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)); }
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)); } }
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)); }
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)); } }
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)); }
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)); } }
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: #C5A68E;
44 text-shadow: none;
45 -gtk-icon-shadow: none; }
46
47/***************
48 * Base States *
49 ***************/
50.background {
51 background-color: #3e515a;
52 color: #ECEFF1; }
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: #3e515a;
65 color: #ECEFF1; }
66 .gtkstyle-fallback:hover {
67 background-color: #34434b;
68 color: #ECEFF1; }
69 .gtkstyle-fallback:active {
70 background-color: #29363c;
71 color: #ECEFF1; }
72 .gtkstyle-fallback:disabled {
73 background-color: #3e515a;
74 color: rgba(236, 239, 241, 0.3); }
75 .gtkstyle-fallback:selected {
76 background-color: #C5A68E;
77 color: #FFFFFF; }
78
79.view, iconview,
80.view text,
81iconview text,
82textview text {
83 background-color: #455A64;
84 color: #ECEFF1; }
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(236, 239, 241, 0.3); }
102
103textview border {
104 background-color: #3e515a; }
105
106rubberband, flowbox rubberband, treeview.view rubberband, .tweak-category rubberband, .content-view rubberband,
107.rubberband {
108 border: 1px solid #4DD0E1;
109 background-color: rgba(77, 208, 225, 0.2); }
110
111flowbox flowboxchild {
112 padding: 0.15038rem;
113 border-radius: 2px;
114 -gtk-outline-radius: 2px; }
115 flowbox flowboxchild:selected {
116 outline-offset: -0.15038rem; }
117
118label {
119 caret-color: currentColor; }
120 label.separator {
121 color: transparent; }
122 label:disabled {
123 color: rgba(236, 239, 241, 0.3); }
124 label.kudo-label {
125 color: #263238; }
126
127.dim-label, label.separator, .titlebar .title:backdrop,
128headerbar .title:backdrop, .titlebar .subtitle,
129headerbar .subtitle, .titlebar .subtitle:backdrop,
130headerbar .subtitle:backdrop {
131 opacity: 0.55; }
132
133assistant .sidebar {
134 padding: 0.50376rem 0;
135 background-color: #3b4c54; }
136 assistant .sidebar:dir(ltr) {
137 border-right: 1px solid rgba(0, 0, 0, 0.11); }
138 assistant .sidebar:dir(rtl) {
139 border-left: 1px solid rgba(0, 0, 0, 0.11); }
140assistant.csd .sidebar {
141 border-top-style: none; }
142assistant .sidebar label {
143 padding: 0.3985rem 0.6015rem 0.50376rem;
144 color: rgba(236, 239, 241, 0.75);
145 font-weight: 500; }
146 assistant .sidebar label.highlight {
147 color: #C5A68E; }
148assistant headerbar button.flat:not(:last-child), assistant headerbar button.osd.image-button:not(:last-child),
149assistant headerbar .button.osd.image-button:not(:last-child),
150assistant headerbar button:not(:last-child):not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child),
151assistant headerbar .context-menu > arrow:not(:last-child),
152assistant 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 .csd headerbar button.titlebutton:not(:last-child), .csd assistant headerbar button.titlebutton:not(:last-child),
153assistant headerbar .csd .titlebar button.titlebutton:not(:last-child),
154.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),
155assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):first-child,
156#gf-candidate-popup assistant headerbar .linked > button:not(:last-child):first-child,
157assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):last-child,
158#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) {
159 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);
160 background-color: #546E7A;
161 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));
162 color: rgba(236, 239, 241, 0.75);
163 background-color: #009688;
164 color: rgba(255, 255, 255, 0.85); }
165 assistant headerbar button.flat:not(:last-child):hover, assistant headerbar button.osd.image-button:not(:last-child):hover,
166 assistant headerbar .button.osd.image-button:not(:last-child):hover,
167 assistant headerbar button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):hover,
168 assistant headerbar .context-menu > arrow:not(:last-child):hover,
169 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 .csd headerbar button.titlebutton:not(:last-child):hover, .csd assistant headerbar button.titlebutton:not(:last-child):hover,
170 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 {
171 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);
172 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));
173 color: #ECEFF1;
174 color: #FFFFFF; }
175 assistant headerbar button.flat:not(:last-child):active, assistant headerbar button.osd.image-button:not(:last-child):active,
176 assistant headerbar .button.osd.image-button:not(:last-child):active,
177 assistant headerbar button:not(:last-child):active:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):active,
178 assistant headerbar .context-menu > arrow:not(:last-child):active,
179 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 .csd headerbar button.titlebutton:not(:last-child):active, .csd assistant headerbar button.titlebutton:not(:last-child):active,
180 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 {
181 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);
182 color: #ECEFF1;
183 transition-duration: 0;
184 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
185 color: #FFFFFF;
186 background-color: #C5A68E; }
187 assistant headerbar button.flat:not(:last-child):checked, assistant headerbar button.osd.image-button:not(:last-child):checked,
188 assistant headerbar .button.osd.image-button:not(:last-child):checked,
189 assistant headerbar button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):checked,
190 assistant headerbar .context-menu > arrow:not(:last-child):checked,
191 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 .csd headerbar button.titlebutton:not(:last-child):checked, .csd assistant headerbar button.titlebutton:not(:last-child):checked,
192 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 {
193 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);
194 background-color: #C5A68E;
195 color: #FFFFFF;
196 background-color: #009688;
197 color: #ECEFF1; }
198 assistant headerbar button.flat:not(:last-child):disabled, assistant headerbar button.osd.image-button:not(:last-child):disabled,
199 assistant headerbar .button.osd.image-button:not(:last-child):disabled,
200 assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):disabled,
201 assistant headerbar .context-menu > arrow:not(:last-child):disabled,
202 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 .csd headerbar button.titlebutton:not(:last-child):disabled, .csd assistant headerbar button.titlebutton:not(:last-child):disabled,
203 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 {
204 box-shadow: none;
205 background-color: alpha(currentColor, 0.2);
206 color: rgba(236, 239, 241, 0.225); }
207 assistant headerbar button.flat:not(:last-child):disabled > label, assistant headerbar button.osd.image-button:not(:last-child):disabled > label,
208 assistant headerbar .button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .titlebar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label,
209 assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar .menu > arrow:not(:last-child):disabled > label,
210 assistant headerbar .context-menu > arrow:not(:last-child):disabled > label,
211 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 .csd headerbar button.titlebutton:not(:last-child):disabled > label, .csd assistant headerbar button.titlebutton:not(:last-child):disabled > label,
212 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,
213 assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):disabled > label,
214 #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 {
215 color: inherit; }
216
217buttonbox button, buttonbox.dialog-action-area button {
218 box-shadow: none;
219 background-color: transparent;
220 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));
221 color: #C5A68E);
222 font-weight: 700; }
223 buttonbox button:hover, buttonbox.dialog-action-area button:hover {
224 box-shadow: none;
225 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));
226 color: #C5A68E; }
227 buttonbox button:active, buttonbox.dialog-action-area button:active {
228 box-shadow: none;
229 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
230 color: #C5A68E; }
231 buttonbox button:disabled, buttonbox.dialog-action-area button:disabled {
232 box-shadow: none;
233 background-color: transparent; }
234 buttonbox button:checked, buttonbox.dialog-action-area button:checked {
235 background-color: alpha(currentColor, 0.2);
236 color: #ECEFF1;
237 color: #C5A68E; }
238 buttonbox button:checked:disabled, buttonbox.dialog-action-area button:checked:disabled {
239 color: rgba(77, 182, 172, 0.4); }
240 buttonbox button:checked:disabled > label, buttonbox.dialog-action-area button:checked:disabled > label {
241 color: inherit; }
242
243.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification,
244.app-notification.frame, .osd .scale-popup, .nautilus-window .floating-bar, .osd {
245 opacity: 0.9; }
246
247/*********************
248 * Spinner Animation *
249 *********************/
250@keyframes colorful_bar {
251 0% {
252 -gtk-icon-source: url("assets/bar-red.svg");
253 -gtk-icon-transform: scale(0, 1); }
254 24.9% {
255 -gtk-icon-source: url("assets/bar-red.svg");
256 -gtk-icon-transform: scale(1, 1); }
257 25% {
258 -gtk-icon-source: url("assets/bar-yellow.svg");
259 -gtk-icon-transform: scale(1, 1); }
260 49.9% {
261 -gtk-icon-source: url("assets/bar-yellow.svg");
262 -gtk-icon-transform: scale(0, 1); }
263 50% {
264 -gtk-icon-source: url("assets/bar-green.svg");
265 -gtk-icon-transform: scale(0, 1); }
266 74.9% {
267 -gtk-icon-source: url("assets/bar-green.svg");
268 -gtk-icon-transform: scale(1, 1); }
269 75% {
270 -gtk-icon-source: url("assets/bar-blue.svg");
271 -gtk-icon-transform: scale(1, 1); }
272 99.9% {
273 -gtk-icon-source: url("assets/bar-blue.svg");
274 -gtk-icon-transform: scale(0, 1); }
275 100% {
276 -gtk-icon-source: url("assets/bar-red.svg");
277 -gtk-icon-transform: scale(0, 1); } }
278spinner {
279 min-height: 1.20301rem;
280 min-width: 1.20301rem;
281 padding: 0.3985rem 0 0.3985rem;
282 margin: 0;
283 background: none;
284 opacity: 0;
285 -gtk-icon-source: url("assets/bar-red.svg"); }
286 spinner:checked {
287 opacity: 1.0;
288 animation: colorful_bar 2s linear infinite; }
289 spinner:checked:disabled {
290 opacity: 0.4; }
291 spinner:checked:backdrop {
292 opacity: 1.0; }
293 spinner:backdrop {
294 opacity: 0; }
295
296/****************
297 * Text Entries *
298 ****************/
299entry, spinbutton:not(.vertical),
300.entry {
301 min-height: 1rem;
302 min-width: 2.50376rem;
303 padding: 0.69925rem 0.6015rem 0.80451rem;
304 border-radius: 0;
305 -gtk-outline-radius: 0;
306 border-color: #37474F;
307 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;
308 background-color: transparent;
309 color: rgba(236, 239, 241, 0.75); }
310 entry:focus, spinbutton:focus:not(.vertical),
311 .entry:focus {
312 border-color: #37474F;
313 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
314 color: #ECEFF1;
315 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; }
316 entry:disabled, spinbutton:disabled:not(.vertical),
317 .entry:disabled {
318 border-color: #37474F;
319 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;
320 background-color: transparent;
321 color: rgba(236, 239, 241, 0.3); }
322 entry.flat, spinbutton.flat:not(.vertical), notebook:not(.reorderable-page) > entry, notebook:not(.reorderable-page) > spinbutton:not(.vertical),
323 .entry.flat,
324 .linked > entry:not(.flat),
325 .linked > spinbutton:not(.flat):not(.vertical),
326 .linked.vertical > entry:not(.flat),
327 .linked > .entry:not(.flat),
328 .linked.vertical > .entry:not(.flat) {
329 border-radius: 0;
330 border-radius: 0;
331 -gtk-outline-radius: 0;
332 border-color: #37474F;
333 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;
334 background-color: transparent;
335 color: rgba(236, 239, 241, 0.75); }
336 entry.flat:focus, spinbutton.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry:focus, notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical),
337 .entry.flat:focus,
338 .linked > entry:focus:not(.flat),
339 .linked > spinbutton:focus:not(.flat):not(.vertical),
340 .linked > .entry:focus:not(.flat) {
341 border-color: #37474F;
342 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
343 color: #ECEFF1;
344 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; }
345 entry.flat:disabled, spinbutton.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry:disabled, notebook:not(.reorderable-page) > spinbutton:disabled:not(.vertical),
346 .entry.flat:disabled,
347 .linked > entry:disabled:not(.flat),
348 .linked > spinbutton:disabled:not(.flat):not(.vertical),
349 .linked > .entry:disabled:not(.flat) {
350 border-color: #37474F;
351 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;
352 color: rgba(236, 239, 241, 0.3); }
353 entry image, spinbutton:not(.vertical) image,
354 .entry image {
355 padding-left: 0.30075rem;
356 padding-right: 0.30075rem; }
357 .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked.vertical > spinbutton:not(.flat):not(.vertical), .linked >
358 .entry:not(.flat), .linked.vertical >
359 .entry:not(.flat) {
360 border-radius: 0;
361 -gtk-outline-radius: 0; }
362 entry.error, spinbutton.error:not(.vertical),
363 .entry.error {
364 border-radius: 0;
365 -gtk-outline-radius: 0;
366 border-color: #37474F;
367 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;
368 background-color: transparent;
369 color: rgba(236, 239, 241, 0.75); }
370 entry.error:focus, spinbutton.error:focus:not(.vertical),
371 .entry.error:focus {
372 border-color: #37474F;
373 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
374 color: #ECEFF1;
375 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; }
376 entry.error:disabled, spinbutton.error:disabled:not(.vertical),
377 .entry.error:disabled {
378 border-color: #37474F;
379 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;
380 background-color: transparent;
381 color: rgba(236, 239, 241, 0.3); }
382 entry.error.flat, spinbutton.error.flat:not(.vertical), notebook:not(.reorderable-page) > entry.error, notebook:not(.reorderable-page) > spinbutton.error:not(.vertical),
383 .entry.error.flat,
384 .linked > entry.error:not(.flat),
385 .linked > spinbutton.error:not(.flat):not(.vertical),
386 .linked > .error.entry:not(.flat) {
387 border-radius: 0;
388 -gtk-outline-radius: 0;
389 border-color: #37474F;
390 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;
391 background-color: transparent;
392 color: rgba(236, 239, 241, 0.75); }
393 entry.error.flat:focus, spinbutton.error.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.error:focus, notebook:not(.reorderable-page) > spinbutton.error:focus:not(.vertical),
394 .entry.error.flat:focus,
395 .linked > entry.error:focus:not(.flat),
396 .linked > spinbutton.error:focus:not(.flat):not(.vertical),
397 .linked > .error.entry:focus:not(.flat) {
398 border-color: #37474F;
399 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
400 color: #ECEFF1;
401 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; }
402 entry.error.flat:disabled, spinbutton.error.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.error:disabled, notebook:not(.reorderable-page) > spinbutton.error:disabled:not(.vertical),
403 .entry.error.flat:disabled,
404 .linked > entry.error:disabled:not(.flat),
405 .linked > spinbutton.error:disabled:not(.flat):not(.vertical),
406 .linked > .error.entry:disabled:not(.flat) {
407 border-color: #37474F;
408 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;
409 color: rgba(236, 239, 241, 0.3); }
410 entry.warning, spinbutton.warning:not(.vertical),
411 .entry.warning {
412 border-radius: 0;
413 -gtk-outline-radius: 0;
414 border-color: #37474F;
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(236, 239, 241, 0.75); }
418 entry.warning:focus, spinbutton.warning:focus:not(.vertical),
419 .entry.warning:focus {
420 border-color: #37474F;
421 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
422 color: #ECEFF1;
423 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; }
424 entry.warning:disabled, spinbutton.warning:disabled:not(.vertical),
425 .entry.warning:disabled {
426 border-color: #37474F;
427 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;
428 background-color: transparent;
429 color: rgba(236, 239, 241, 0.3); }
430 entry.warning.flat, spinbutton.warning.flat:not(.vertical), notebook:not(.reorderable-page) > entry.warning, notebook:not(.reorderable-page) > spinbutton.warning:not(.vertical),
431 .entry.warning.flat,
432 .linked > entry.warning:not(.flat),
433 .linked > spinbutton.warning:not(.flat):not(.vertical),
434 .linked > .warning.entry:not(.flat) {
435 border-radius: 0;
436 -gtk-outline-radius: 0;
437 border-color: #37474F;
438 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;
439 background-color: transparent;
440 color: rgba(236, 239, 241, 0.75); }
441 entry.warning.flat:focus, spinbutton.warning.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.warning:focus, notebook:not(.reorderable-page) > spinbutton.warning:focus:not(.vertical),
442 .entry.warning.flat:focus,
443 .linked > entry.warning:focus:not(.flat),
444 .linked > spinbutton.warning:focus:not(.flat):not(.vertical),
445 .linked > .warning.entry:focus:not(.flat) {
446 border-color: #37474F;
447 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
448 color: #ECEFF1;
449 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; }
450 entry.warning.flat:disabled, spinbutton.warning.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.warning:disabled, notebook:not(.reorderable-page) > spinbutton.warning:disabled:not(.vertical),
451 .entry.warning.flat:disabled,
452 .linked > entry.warning:disabled:not(.flat),
453 .linked > spinbutton.warning:disabled:not(.flat):not(.vertical),
454 .linked > .warning.entry:disabled:not(.flat) {
455 border-color: #37474F;
456 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;
457 color: rgba(236, 239, 241, 0.3); }
458 entry.search-missing, spinbutton.search-missing:not(.vertical),
459 .entry.search-missing {
460 border-radius: 0;
461 -gtk-outline-radius: 0;
462 border-color: #37474F;
463 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;
464 background-color: transparent;
465 color: rgba(236, 239, 241, 0.75); }
466 entry.search-missing:focus, spinbutton.search-missing:focus:not(.vertical),
467 .entry.search-missing:focus {
468 border-color: #37474F;
469 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
470 color: #ECEFF1;
471 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; }
472 entry.search-missing:disabled, spinbutton.search-missing:disabled:not(.vertical),
473 .entry.search-missing:disabled {
474 border-color: #37474F;
475 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;
476 background-color: transparent;
477 color: rgba(236, 239, 241, 0.3); }
478 entry.search-missing.flat, spinbutton.search-missing.flat:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing, notebook:not(.reorderable-page) > spinbutton.search-missing:not(.vertical),
479 .entry.search-missing.flat,
480 .linked > entry.search-missing:not(.flat),
481 .linked > spinbutton.search-missing:not(.flat):not(.vertical),
482 .linked > .search-missing.entry:not(.flat) {
483 border-radius: 0;
484 -gtk-outline-radius: 0;
485 border-color: #37474F;
486 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;
487 background-color: transparent;
488 color: rgba(236, 239, 241, 0.75); }
489 entry.search-missing.flat:focus, 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),
490 .entry.search-missing.flat:focus,
491 .linked > entry.search-missing:focus:not(.flat),
492 .linked > spinbutton.search-missing:focus:not(.flat):not(.vertical),
493 .linked > .search-missing.entry:focus:not(.flat) {
494 border-color: #37474F;
495 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
496 color: #ECEFF1;
497 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; }
498 entry.search-missing.flat:disabled, 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),
499 .entry.search-missing.flat:disabled,
500 .linked > entry.search-missing:disabled:not(.flat),
501 .linked > spinbutton.search-missing:disabled:not(.flat):not(.vertical),
502 .linked > .search-missing.entry:disabled:not(.flat) {
503 border-color: #37474F;
504 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;
505 color: rgba(236, 239, 241, 0.3); }
506 entry image:not(:hover):not(:active), spinbutton:not(.vertical) image:not(:hover):not(:active),
507 .entry image:not(:hover):not(:active) {
508 color: alpha(currentColor, 0.75); }
509 entry image:active, spinbutton:not(.vertical) image:active,
510 .entry image:active {
511 color: #C5A68E; }
512 entry image:disabled, spinbutton:not(.vertical) image:disabled,
513 .entry image:disabled {
514 color: alpha(currentColor, 0.55); }
515 entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical), entry:drop(active), spinbutton:drop(active):not(.vertical),
516 .entry:drop(active):focus,
517 .entry:drop(active) {
518 border-color: #C5A68E;
519 box-shadow: inset 0 0 0 1px #C5A68E; }
520 treeview entry, treeview spinbutton:not(.vertical), treeview entry.flat:focus, treeview spinbutton.flat:focus:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus, treeview notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical), treeview
521 .entry, treeview
522 .entry.flat:focus, treeview .linked > entry:focus:not(.flat), treeview .linked > spinbutton:focus:not(.flat):not(.vertical), treeview .linked > .entry:focus:not(.flat) {
523 padding: 1px;
524 border-radius: 0;
525 border-image: none;
526 background-color: #455A64;
527 color: #ECEFF1;
528 box-shadow: none;
529 transition: none; }
530
531/***********
532 * Buttons *
533 ***********/
534@keyframes needs_attention {
535 from {
536 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#C5A68E), to(transparent)); }
537 to {
538 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#C5A68E), to(transparent)); } }
539button,
540.button {
541 min-height: 1rem;
542 min-width: 2.50376rem;
543 padding: 0.69925rem 1rem 0.80451rem;
544 border-radius: 2px;
545 -gtk-outline-radius: 2px;
546 background-repeat: no-repeat;
547 background-position: center, center;
548 background-size: 9.96241rem 9.96241rem, auto;
549 font-weight: 500;
550 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);
551 background-color: #546E7A;
552 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));
553 color: rgba(236, 239, 241, 0.75); }
554 button:hover,
555 .button:hover {
556 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);
557 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));
558 color: #ECEFF1; }
559 button:active,
560 .button:active {
561 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);
562 color: #ECEFF1;
563 transition-duration: 0;
564 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
565 button:disabled,
566 .button:disabled {
567 box-shadow: none;
568 background-color: alpha(currentColor, 0.2);
569 color: rgba(236, 239, 241, 0.225); }
570 button:disabled > label,
571 .button:disabled > label {
572 color: inherit; }
573 button:checked,
574 .button:checked {
575 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);
576 background-color: #C5A68E;
577 color: #FFFFFF; }
578 button:checked:disabled,
579 .button:checked:disabled {
580 box-shadow: none;
581 background-color: alpha(currentColor, 0.2);
582 color: rgba(0, 188, 212, 0.4); }
583 button:checked:disabled > label,
584 .button:checked:disabled > label {
585 color: inherit; }
586 button.flat, button.osd.image-button,
587 .button.osd.image-button, .titlebar button:not(.suggested-action):not(.destructive-action),
588 headerbar button:not(.suggested-action):not(.destructive-action), .menu > arrow,
589 .context-menu > arrow,
590 menu > arrow, placessidebar row button.image-button, .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
591 .csd .titlebar button.titlebutton,
592 .csd .titlebar.selection-mode button.titlebutton, #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
593 #gf-candidate-popup .linked > button,
594 #gf-candidate-popup .linked > button:first-child,
595 #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget button, layouttabbar button, layouttab button,
596 .button.flat,
597 .ssd decoration .button {
598 box-shadow: none;
599 background-color: transparent;
600 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)); }
601 button.flat:hover, button.osd.image-button:hover,
602 .button.osd.image-button:hover, .titlebar button:hover:not(.suggested-action):not(.destructive-action),
603 headerbar button:hover:not(.suggested-action):not(.destructive-action), .menu > arrow:hover,
604 .context-menu > arrow:hover,
605 menu > arrow:hover, placessidebar row button.image-button:hover, .csd headerbar button.titlebutton:hover,
606 .csd .titlebar button.titlebutton:hover, #gf-candidate-popup button:hover,
607 #gf-candidate-popup .linked > button:hover:first-child,
608 #gf-candidate-popup .linked > button:hover:last-child, window > grid.vertical > box.vertical > widget button:hover, layouttabbar button:hover, layouttab button:hover,
609 .button.flat:hover,
610 .ssd decoration .button:hover {
611 box-shadow: none;
612 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)); }
613 button.flat:active, button.osd.image-button:active,
614 .button.osd.image-button:active, .titlebar button:active:not(.suggested-action):not(.destructive-action),
615 headerbar button:active:not(.suggested-action):not(.destructive-action), .menu > arrow:active,
616 .context-menu > arrow:active,
617 menu > arrow:active, placessidebar row button.image-button:active, .csd headerbar button.titlebutton:active,
618 .csd .titlebar button.titlebutton:active, #gf-candidate-popup button:active,
619 #gf-candidate-popup .linked > button:active:first-child,
620 #gf-candidate-popup .linked > button:active:last-child, window > grid.vertical > box.vertical > widget button:active, layouttabbar button:active, layouttab button:active,
621 .button.flat:active,
622 .ssd decoration .button:active {
623 box-shadow: none;
624 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
625 button.flat:disabled, button.osd.image-button:disabled,
626 .button.osd.image-button:disabled, .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
627 headerbar button:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow:disabled,
628 .context-menu > arrow:disabled,
629 menu > arrow:disabled, placessidebar row button.image-button:disabled, .csd headerbar button.titlebutton:disabled,
630 .csd .titlebar button.titlebutton:disabled, #gf-candidate-popup button:disabled,
631 #gf-candidate-popup .linked > button:disabled:first-child,
632 #gf-candidate-popup .linked > button:disabled:last-child, window > grid.vertical > box.vertical > widget button:disabled, layouttabbar button:disabled, layouttab button:disabled,
633 .button.flat:disabled,
634 .ssd decoration .button:disabled {
635 box-shadow: none;
636 background-color: transparent; }
637 button.flat:checked, button.osd.image-button:checked,
638 .button.osd.image-button:checked, .titlebar button:checked:not(.suggested-action):not(.destructive-action),
639 headerbar button:checked:not(.suggested-action):not(.destructive-action), .menu > arrow:checked,
640 .context-menu > arrow:checked,
641 menu > arrow:checked, placessidebar row button.image-button:checked, .csd headerbar button.titlebutton:checked,
642 .csd .titlebar button.titlebutton:checked, #gf-candidate-popup button:checked,
643 #gf-candidate-popup .linked > button:checked:first-child,
644 #gf-candidate-popup .linked > button:checked:last-child, window > grid.vertical > box.vertical > widget button:checked, layouttabbar button:checked, layouttab button:checked,
645 .button.flat:checked,
646 .ssd decoration .button:checked {
647 background-color: alpha(currentColor, 0.2);
648 color: #ECEFF1; }
649 button.flat:checked:disabled > label, button.osd.image-button:checked:disabled > label,
650 .button.osd.image-button:checked:disabled > label, .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
651 headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, .menu > arrow:checked:disabled > label,
652 .context-menu > arrow:checked:disabled > label,
653 menu > arrow:checked:disabled > label, placessidebar row button.image-button:checked:disabled > label, .csd headerbar button.titlebutton:checked:disabled > label,
654 .csd .titlebar button.titlebutton:checked:disabled > label, #gf-candidate-popup button:checked:disabled > label,
655 #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,
656 .button.flat:checked:disabled > label,
657 .ssd decoration .button:checked:disabled > label {
658 color: inherit; }
659 .linked > button.flat, .linked > button.osd.image-button,
660 .linked > .button.osd.image-button, .titlebar .linked > button:not(.suggested-action):not(.destructive-action),
661 headerbar .linked > button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow,
662 .context-menu.linked > arrow,
663 menu.linked > arrow, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.titlebutton,
664 .csd .titlebar .linked > button.titlebutton,
665 #gf-candidate-popup .linked > button,
666 #gf-candidate-popup .linked > button:first-child,
667 #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget .linked > button, layouttabbar .linked > button, layouttab .linked > button, .linked >
668 .button.flat, .ssd decoration .linked > .button {
669 border-radius: 2px;
670 -gtk-outline-radius: 2px; }
671 .linked > button.flat.image-button, .linked > button.image-button.osd,
672 .linked > .image-button.button.osd, .titlebar .linked > button.image-button:not(.suggested-action):not(.destructive-action),
673 headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow.image-button,
674 .context-menu.linked > arrow.image-button,
675 menu.linked > arrow.image-button, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.image-button.titlebutton,
676 .csd .titlebar .linked > button.image-button.titlebutton,
677 #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, .linked >
678 .button.flat.image-button, .ssd decoration .linked > .image-button.button {
679 border-radius: 100px;
680 -gtk-outline-radius: 100px; }
681 button.osd.image-button,
682 .button.osd.image-button {
683 padding: 1.30075rem;
684 background-color: #322F22;
685 background-size: 3.7594rem 3.7594rem, auto; }
686 button.osd.image-button:not(:active):not(:disabled):not(hover),
687 .button.osd.image-button:not(:active):not(:disabled):not(hover) {
688 color: #C5A68E); }
689 button.osd.image-button:hover,
690 .button.osd.image-button:hover {
691 color: #C5A68E;
692 background-color: rgba(42, 55, 62, 0.7);
693 background-image: linear-gradient(to bottom, alpha(currentColor, 0.2)); }
694 button.osd.image-button:active,
695 .button.osd.image-button:active {
696 color: #C5A68E;
697 background-color: rgba(42, 55, 62, 0.7);
698 background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1)); }
699 button.osd:disabled,
700 .button.osd:disabled {
701 opacity: 0; }
702 button.suggested-action,
703 .button.suggested-action {
704 background-color: #009688;
705 background-size: 9.96241rem 9.96241rem, auto;
706 color: #FFFFFF; }
707 button.suggested-action:hover,
708 .button.suggested-action:hover {
709 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);
710 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));
711 color: #ECEFF1;
712 background-color: #009688;
713 color: #FFFFFF; }
714 button.suggested-action:active,
715 .button.suggested-action:active {
716 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);
717 color: #ECEFF1;
718 transition-duration: 0;
719 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
720 background-color: #C5A68E;
721 color: #FFFFFF; }
722 button.suggested-action:checked,
723 .button.suggested-action:checked {
724 background-color: #33aba0; }
725 button.suggested-action:disabled,
726 .button.suggested-action:disabled {
727 box-shadow: none;
728 background-color: alpha(currentColor, 0.2);
729 color: rgba(236, 239, 241, 0.3); }
730 button.suggested-action:disabled > label,
731 .button.suggested-action:disabled > label {
732 color: inherit; }
733 button.suggested-action.flat, button.suggested-action.osd.image-button,
734 .suggested-action.button.osd.image-button, .titlebar button.suggested-action:not(.suggested-action):not(.destructive-action),
735 headerbar button.suggested-action:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action,
736 .context-menu > arrow.suggested-action,
737 menu > arrow.suggested-action, placessidebar row button.suggested-action.image-button, .csd headerbar button.suggested-action.titlebutton,
738 .csd .titlebar button.suggested-action.titlebutton, #gf-candidate-popup button.suggested-action,
739 #gf-candidate-popup .linked > button.suggested-action:first-child,
740 #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,
741 .button.suggested-action.flat,
742 .ssd decoration .suggested-action.button {
743 background-color: transparent;
744 color: #009688; }
745 button.suggested-action.flat:hover, button.suggested-action.osd.image-button:hover,
746 .suggested-action.button.osd.image-button:hover, .titlebar button.suggested-action:hover:not(.suggested-action):not(.destructive-action),
747 headerbar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:hover,
748 .context-menu > arrow.suggested-action:hover,
749 menu > arrow.suggested-action:hover, placessidebar row button.suggested-action.image-button:hover, .csd headerbar button.suggested-action.titlebutton:hover,
750 .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,
751 .button.suggested-action.flat:hover,
752 .ssd decoration .suggested-action.button:hover {
753 box-shadow: none;
754 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)); }
755 button.suggested-action.flat:active, button.suggested-action.osd.image-button:active,
756 .suggested-action.button.osd.image-button:active, .titlebar button.suggested-action:active:not(.suggested-action):not(.destructive-action),
757 headerbar button.suggested-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:active,
758 .context-menu > arrow.suggested-action:active,
759 menu > arrow.suggested-action:active, placessidebar row button.suggested-action.image-button:active, .csd headerbar button.suggested-action.titlebutton:active,
760 .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,
761 .button.suggested-action.flat:active,
762 .ssd decoration .suggested-action.button:active {
763 box-shadow: none;
764 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
765 background-color: alpha(#C5A68E, 0.2);
766 color: #C5A68E; }
767 button.suggested-action.flat:checked, button.suggested-action.osd.image-button:checked,
768 .suggested-action.button.osd.image-button:checked, .titlebar button.suggested-action:checked:not(.suggested-action):not(.destructive-action),
769 headerbar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:checked,
770 .context-menu > arrow.suggested-action:checked,
771 menu > arrow.suggested-action:checked, placessidebar row button.suggested-action.image-button:checked, .csd headerbar button.suggested-action.titlebutton:checked,
772 .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,
773 .button.suggested-action.flat:checked,
774 .ssd decoration .suggested-action.button:checked {
775 background-color: alpha(currentColor, 0.2);
776 color: #ECEFF1; }
777 button.suggested-action.flat:disabled, button.suggested-action.osd.image-button:disabled,
778 .suggested-action.button.osd.image-button:disabled, .titlebar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action),
779 headerbar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:disabled,
780 .context-menu > arrow.suggested-action:disabled,
781 menu > arrow.suggested-action:disabled, placessidebar row button.suggested-action.image-button:disabled, .csd headerbar button.suggested-action.titlebutton:disabled,
782 .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,
783 .button.suggested-action.flat:disabled,
784 .ssd decoration .suggested-action.button:disabled {
785 box-shadow: none;
786 background-color: transparent; }
787 button.destructive-action,
788 .button.destructive-action {
789 background-color: #FF5252;
790 background-size: 9.96241rem 9.96241rem, auto;
791 color: #FFFFFF; }
792 button.destructive-action:hover,
793 .button.destructive-action:hover {
794 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);
795 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));
796 color: #ECEFF1;
797 background-color: #FF5252;
798 color: #FFFFFF; }
799 button.destructive-action:active,
800 .button.destructive-action:active {
801 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);
802 color: #ECEFF1;
803 transition-duration: 0;
804 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
805 background-color: #C5A68E;
806 color: #FFFFFF; }
807 button.destructive-action:checked,
808 .button.destructive-action:checked {
809 background-color: #ff7575; }
810 button.destructive-action:disabled,
811 .button.destructive-action:disabled {
812 box-shadow: none;
813 background-color: alpha(currentColor, 0.2);
814 color: rgba(236, 239, 241, 0.3); }
815 button.destructive-action:disabled > label,
816 .button.destructive-action:disabled > label {
817 color: inherit; }
818 button.destructive-action.flat, button.destructive-action.osd.image-button,
819 .destructive-action.button.osd.image-button, .titlebar button.destructive-action:not(.suggested-action):not(.destructive-action),
820 headerbar button.destructive-action:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action,
821 .context-menu > arrow.destructive-action,
822 menu > arrow.destructive-action, placessidebar row button.destructive-action.image-button, .csd headerbar button.destructive-action.titlebutton,
823 .csd .titlebar button.destructive-action.titlebutton, #gf-candidate-popup button.destructive-action,
824 #gf-candidate-popup .linked > button.destructive-action:first-child,
825 #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,
826 .button.destructive-action.flat,
827 .ssd decoration .destructive-action.button {
828 background-color: transparent;
829 color: #FF5252; }
830 button.destructive-action.flat:hover, button.destructive-action.osd.image-button:hover,
831 .destructive-action.button.osd.image-button:hover, .titlebar button.destructive-action:hover:not(.suggested-action):not(.destructive-action),
832 headerbar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:hover,
833 .context-menu > arrow.destructive-action:hover,
834 menu > arrow.destructive-action:hover, placessidebar row button.destructive-action.image-button:hover, .csd headerbar button.destructive-action.titlebutton:hover,
835 .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,
836 .button.destructive-action.flat:hover,
837 .ssd decoration .destructive-action.button:hover {
838 box-shadow: none;
839 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)); }
840 button.destructive-action.flat:active, button.destructive-action.osd.image-button:active,
841 .destructive-action.button.osd.image-button:active, .titlebar button.destructive-action:active:not(.suggested-action):not(.destructive-action),
842 headerbar button.destructive-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:active,
843 .context-menu > arrow.destructive-action:active,
844 menu > arrow.destructive-action:active, placessidebar row button.destructive-action.image-button:active, .csd headerbar button.destructive-action.titlebutton:active,
845 .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,
846 .button.destructive-action.flat:active,
847 .ssd decoration .destructive-action.button:active {
848 box-shadow: none;
849 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
850 background-color: alpha(#C5A68E, 0.2);
851 color: #C5A68E; }
852 button.destructive-action.flat:checked, button.destructive-action.osd.image-button:checked,
853 .destructive-action.button.osd.image-button:checked, .titlebar button.destructive-action:checked:not(.suggested-action):not(.destructive-action),
854 headerbar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:checked,
855 .context-menu > arrow.destructive-action:checked,
856 menu > arrow.destructive-action:checked, placessidebar row button.destructive-action.image-button:checked, .csd headerbar button.destructive-action.titlebutton:checked,
857 .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,
858 .button.destructive-action.flat:checked,
859 .ssd decoration .destructive-action.button:checked {
860 background-color: alpha(currentColor, 0.2);
861 color: #ECEFF1; }
862 button.destructive-action.flat:disabled, button.destructive-action.osd.image-button:disabled,
863 .destructive-action.button.osd.image-button:disabled, .titlebar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action),
864 headerbar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:disabled,
865 .context-menu > arrow.destructive-action:disabled,
866 menu > arrow.destructive-action:disabled, placessidebar row button.destructive-action.image-button:disabled, .csd headerbar button.destructive-action.titlebutton:disabled,
867 .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,
868 .button.destructive-action.flat:disabled,
869 .ssd decoration .destructive-action.button:disabled {
870 box-shadow: none;
871 background-color: transparent; }
872 button.image-button,
873 .button.image-button {
874 min-width: 1rem;
875 min-height: 1rem; }
876 button.text-button,
877 .button.text-button {
878 padding: 0.69925rem 1rem 0.80451rem;
879 border-radius: 2px;
880 -gtk-outline-radius: 2px;
881 font-weight: 700; }
882 button.text-button.image-button,
883 .button.text-button.image-button {
884 padding-left: 1rem;
885 padding-right: 1rem;
886 border-radius: 2px;
887 -gtk-outline-radius: 2px; }
888 button.text-button.image-button label,
889 .button.text-button.image-button label {
890 padding-left: 0.30075rem;
891 padding-right: 0.30075rem; }
892 button.text-button.image-button image,
893 .button.text-button.image-button image {
894 padding-left: 0.30075rem;
895 padding-right: 0.30075rem; }
896 button.text-button.image-button:drop(active), combobox:drop(active) button.text-button.image-button.combo,
897 .button.text-button.image-button:drop(active) {
898 color: #C5A68E;
899 background-color: rgba(77, 182, 172, 0.2); }
900 button separator,
901 button .separator,
902 .button separator,
903 .button .separator {
904 min-height: 0;
905 min-width: 0;
906 border-color: transparent;
907 background-color: transparent;
908 color: transparent; }
909 stackswitcher button.text-button, stackswitcher
910 .button.text-button {
911 min-height: 1.30075rem;
912 min-width: 8.42105rem; }
913 .stack-switcher > button, .stack-switcher >
914 .button {
915 outline-offset: -0.19549rem; }
916 .stack-switcher > button > label, .stack-switcher >
917 .button > label {
918 padding-left: 0.6015rem;
919 padding-right: 0.6015rem; }
920 .stack-switcher > button > image, .stack-switcher >
921 .button > image {
922 padding-left: 0.6015rem;
923 padding-right: 0.6015rem;
924 padding-top: 0.20301rem;
925 padding-bottom: 0.20301rem; }
926 .stack-switcher > button.text-button, .stack-switcher >
927 .button.text-button {
928 padding-left: 1rem;
929 padding-right: 1rem;
930 border-radius: 2px;
931 -gtk-outline-radius: 2px; }
932 .stack-switcher > button.image-button, .stack-switcher >
933 .button.image-button {
934 padding-left: 0.6015rem;
935 padding-right: 0.6015rem; }
936 .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, .stack-switcher >
937 .button.needs-attention:active > label, .stack-switcher >
938 .button.needs-attention:active > image, .stack-switcher >
939 .button.needs-attention:checked > label, .stack-switcher >
940 .button.needs-attention:checked > image {
941 animation: none;
942 background-image: none; }
943 .linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
944 .button, .linked >
945 .button .image-button, .linked >
946 .button .text-button {
947 min-width: 1rem;
948 padding: 0.69925rem 0.3985rem 0.80451rem; }
949 .linked > button label, .linked > button .image-button label, .linked > button .text-button label, .linked >
950 .button label, .linked >
951 .button .image-button label, .linked >
952 .button .text-button label {
953 padding-left: 0.30075rem;
954 padding-right: 0.30075rem; }
955 .linked > button image, .linked > button .image-button image, .linked > button .text-button image, .linked >
956 .button image, .linked >
957 .button .image-button image, .linked >
958 .button .text-button image {
959 padding-left: 0.30075rem;
960 padding-right: 0.30075rem; }
961 .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
962 .button, .linked.vertical >
963 .button .image-button, .linked.vertical >
964 .button .text-button {
965 min-height: 1rem;
966 min-width: 1.69925rem;
967 padding: 0.75188rem 0.50376rem 0.75188rem; }
968 .linked > button.image-button.radio, .linked.vertical > button.image-button.radio, .linked >
969 .button.image-button.radio, .linked.vertical >
970 .button.image-button.radio {
971 min-width: 1rem;
972 min-height: 1rem;
973 padding: 0.6015rem; }
974 .inline-toolbar button, .inline-toolbar button:not(.text-button).image-button,
975 button actionbar,
976 button actionbar:not(.text-button).image-button, .inline-toolbar
977 .button, .inline-toolbar
978 .button:not(.text-button).image-button,
979 .button actionbar,
980 .button actionbar:not(.text-button).image-button {
981 box-shadow: none;
982 background-color: transparent;
983 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));
984 min-width: 1rem;
985 min-height: 1rem;
986 padding: 0.75188rem;
987 border-radius: 100px;
988 -gtk-outline-radius: 100px;
989 background-size: 2.44361rem 2.44361rem, auto; }
990 .inline-toolbar button:hover, .inline-toolbar button:not(.text-button).image-button:hover,
991 button actionbar:hover,
992 button actionbar:not(.text-button).image-button:hover, .inline-toolbar
993 .button:hover, .inline-toolbar
994 .button:not(.text-button).image-button:hover,
995 .button actionbar:hover,
996 .button actionbar:not(.text-button).image-button:hover {
997 box-shadow: none;
998 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)); }
999 .inline-toolbar button:active, .inline-toolbar button:not(.text-button).image-button:active,
1000 button actionbar:active,
1001 button actionbar:not(.text-button).image-button:active, .inline-toolbar
1002 .button:active, .inline-toolbar
1003 .button:not(.text-button).image-button:active,
1004 .button actionbar:active,
1005 .button actionbar:not(.text-button).image-button:active {
1006 box-shadow: none;
1007 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1008 .inline-toolbar button:disabled, .inline-toolbar button:not(.text-button).image-button:disabled,
1009 button actionbar:disabled,
1010 button actionbar:not(.text-button).image-button:disabled, .inline-toolbar
1011 .button:disabled, .inline-toolbar
1012 .button:not(.text-button).image-button:disabled,
1013 .button actionbar:disabled,
1014 .button actionbar:not(.text-button).image-button:disabled {
1015 box-shadow: none;
1016 background-color: transparent; }
1017 .inline-toolbar button:checked, .inline-toolbar button:not(.text-button).image-button:checked,
1018 button actionbar:checked,
1019 button actionbar:not(.text-button).image-button:checked, .inline-toolbar
1020 .button:checked, .inline-toolbar
1021 .button:not(.text-button).image-button:checked,
1022 .button actionbar:checked,
1023 .button actionbar:not(.text-button).image-button:checked {
1024 background-color: alpha(currentColor, 0.2);
1025 color: #ECEFF1; }
1026 .inline-toolbar button:checked:disabled > label, .inline-toolbar button:not(.text-button).image-button:checked:disabled > label,
1027 button actionbar:checked:disabled > label,
1028 button actionbar:not(.text-button).image-button:checked:disabled > label, .inline-toolbar
1029 .button:checked:disabled > label, .inline-toolbar
1030 .button:not(.text-button).image-button:checked:disabled > label,
1031 .button actionbar:checked:disabled > label,
1032 .button actionbar:not(.text-button).image-button:checked:disabled > label {
1033 color: inherit; }
1034 .inline-toolbar button.text-button,
1035 button actionbar.text-button, .inline-toolbar
1036 .button.text-button,
1037 .button actionbar.text-button {
1038 border-radius: 2px;
1039 -gtk-outline-radius: 2px; }
1040 .inline-toolbar .linked > button, .inline-toolbar .linked > button:not(.text-button).image-button, actionbar .linked > button, actionbar .linked > button:not(.text-button).image-button, .inline-toolbar .linked >
1041 .button, .inline-toolbar .linked >
1042 .button:not(.text-button).image-button, actionbar .linked >
1043 .button, actionbar .linked >
1044 .button:not(.text-button).image-button {
1045 min-width: 1rem;
1046 min-height: 1rem;
1047 padding: 0.50376rem;
1048 border-radius: 100px;
1049 -gtk-outline-radius: 100px; }
1050 .inline-toolbar .linked > button.image-button.toggle, actionbar .linked > button.image-button.toggle, .inline-toolbar .linked >
1051 .button.image-button.toggle, actionbar .linked >
1052 .button.image-button.toggle {
1053 min-width: 1rem;
1054 min-height: 1rem;
1055 padding: 0.6015rem 0.30075rem 0.6015rem;
1056 border-radius: 100px;
1057 -gtk-outline-radius: 100px; }
1058 .inline-toolbar .linked > button.text-button, actionbar .linked > button.text-button, .inline-toolbar .linked >
1059 .button.text-button, actionbar .linked >
1060 .button.text-button {
1061 border-radius: 2px;
1062 -gtk-outline-radius: 2px; }
1063 .primary-toolbar button, .primary-toolbar
1064 .button {
1065 -gtk-icon-shadow: none; }
1066
1067.linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
1068.button, .linked >
1069.button .image-button, .linked >
1070.button .text-button, toolbar .linked > button.text-button:not(.image-button), popover.background .linked > button {
1071 box-shadow: none;
1072 background-color: transparent;
1073 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));
1074 border-radius: 0;
1075 -gtk-outline-radius: 0;
1076 color: rgba(236, 239, 241, 0.75);
1077 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; }
1078 .linked > button:hover, .linked > button .image-button:hover, .linked > button .text-button:hover, .linked >
1079 .button:hover, .linked >
1080 .button .image-button:hover, .linked >
1081 .button .text-button:hover, toolbar .linked > button.text-button:hover:not(.image-button), popover.background .linked > button:hover {
1082 box-shadow: none;
1083 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));
1084 border-radius: 0;
1085 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; }
1086 .linked > button:active, .linked > button .image-button:active, .linked > button .text-button:active, .linked >
1087 .button:active, .linked >
1088 .button .image-button:active, .linked >
1089 .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, .linked >
1090 .button:checked, .linked >
1091 .button .image-button:checked, .linked >
1092 .button .text-button:checked, toolbar .linked > button.text-button:checked:not(.image-button), popover.background .linked > button:checked {
1093 color: #ECEFF1;
1094 background-color: transparent;
1095 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; }
1096 .linked > button:active:disabled, .linked > button .image-button:active:disabled, .linked > button .text-button:active:disabled, .linked >
1097 .button:active:disabled, .linked >
1098 .button .image-button:active:disabled, .linked >
1099 .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, .linked >
1100 .button:checked:disabled, .linked >
1101 .button .image-button:checked:disabled, .linked >
1102 .button .text-button:checked:disabled, toolbar .linked > button.text-button:checked:disabled:not(.image-button), popover.background .linked > button:checked:disabled {
1103 color: rgba(236, 239, 241, 0.3);
1104 background-color: transparent;
1105 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; }
1106 .linked > button:active:disabled > label, .linked > button .image-button:active:disabled > label, .linked > button .text-button:active:disabled > label, .linked >
1107 .button:active:disabled > label, .linked >
1108 .button .image-button:active:disabled > label, .linked >
1109 .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, .linked >
1110 .button:checked:disabled > label, .linked >
1111 .button .image-button:checked:disabled > label, .linked >
1112 .button .text-button:checked:disabled > label {
1113 color: inherit; }
1114 .linked > button:disabled, .linked > button .image-button:disabled, .linked > button .text-button:disabled, .linked >
1115 .button:disabled, .linked >
1116 .button .image-button:disabled, .linked >
1117 .button .text-button:disabled, toolbar .linked > button.text-button:disabled:not(.image-button), popover.background .linked > button:disabled {
1118 color: rgba(236, 239, 241, 0.3);
1119 background-color: transparent;
1120 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; }
1121
1122.linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
1123.button, .linked.vertical >
1124.button .image-button, .linked.vertical >
1125.button .text-button {
1126 box-shadow: none;
1127 background-color: transparent;
1128 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));
1129 border-image: none;
1130 border-width: 0;
1131 -gtk-outline-radius: 0;
1132 color: rgba(236, 239, 241, 0.75); }
1133 .linked.vertical > button:dir(ltr), .linked.vertical > button .image-button:dir(ltr), .linked.vertical > button .text-button:dir(ltr), .linked.vertical >
1134 .button:dir(ltr), .linked.vertical >
1135 .button .image-button:dir(ltr), .linked.vertical >
1136 .button .text-button:dir(ltr) {
1137 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
1138 .linked.vertical > button:dir(rtl), .linked.vertical > button .image-button:dir(rtl), .linked.vertical > button .text-button:dir(rtl), .linked.vertical >
1139 .button:dir(rtl), .linked.vertical >
1140 .button .image-button:dir(rtl), .linked.vertical >
1141 .button .text-button:dir(rtl) {
1142 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
1143 .linked.vertical > button:hover, .linked.vertical > button .image-button:hover, .linked.vertical > button .text-button:hover, .linked.vertical >
1144 .button:hover, .linked.vertical >
1145 .button .image-button:hover, .linked.vertical >
1146 .button .text-button:hover {
1147 box-shadow: none;
1148 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)); }
1149 .linked.vertical > button:hover:dir(ltr), .linked.vertical > button .image-button:hover:dir(ltr), .linked.vertical > button .text-button:hover:dir(ltr), .linked.vertical >
1150 .button:hover:dir(ltr), .linked.vertical >
1151 .button .image-button:hover:dir(ltr), .linked.vertical >
1152 .button .text-button:hover:dir(ltr) {
1153 box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
1154 .linked.vertical > button:hover:dir(rtl), .linked.vertical > button .image-button:hover:dir(rtl), .linked.vertical > button .text-button:hover:dir(rtl), .linked.vertical >
1155 .button:hover:dir(rtl), .linked.vertical >
1156 .button .image-button:hover:dir(rtl), .linked.vertical >
1157 .button .text-button:hover:dir(rtl) {
1158 box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
1159 .linked.vertical > button:active, .linked.vertical > button .image-button:active, .linked.vertical > button .text-button:active, .linked.vertical >
1160 .button:active, .linked.vertical >
1161 .button .image-button:active, .linked.vertical >
1162 .button .text-button:active, .linked.vertical > button:checked, .linked.vertical > button .image-button:checked, .linked.vertical > button .text-button:checked, .linked.vertical >
1163 .button:checked, .linked.vertical >
1164 .button .image-button:checked, .linked.vertical >
1165 .button .text-button:checked {
1166 color: #ECEFF1;
1167 background-color: transparent; }
1168 .linked.vertical > button:active:dir(ltr), .linked.vertical > button .image-button:active:dir(ltr), .linked.vertical > button .text-button:active:dir(ltr), .linked.vertical >
1169 .button:active:dir(ltr), .linked.vertical >
1170 .button .image-button:active:dir(ltr), .linked.vertical >
1171 .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), .linked.vertical >
1172 .button:checked:dir(ltr), .linked.vertical >
1173 .button .image-button:checked:dir(ltr), .linked.vertical >
1174 .button .text-button:checked:dir(ltr) {
1175 box-shadow: inset 2px 0 #C5A68E; }
1176 .linked.vertical > button:active:dir(rtl), .linked.vertical > button .image-button:active:dir(rtl), .linked.vertical > button .text-button:active:dir(rtl), .linked.vertical >
1177 .button:active:dir(rtl), .linked.vertical >
1178 .button .image-button:active:dir(rtl), .linked.vertical >
1179 .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), .linked.vertical >
1180 .button:checked:dir(rtl), .linked.vertical >
1181 .button .image-button:checked:dir(rtl), .linked.vertical >
1182 .button .text-button:checked:dir(rtl) {
1183 box-shadow: inset -2px 0 #C5A68E; }
1184 .linked.vertical > button:active:disabled, .linked.vertical > button .image-button:active:disabled, .linked.vertical > button .text-button:active:disabled, .linked.vertical >
1185 .button:active:disabled, .linked.vertical >
1186 .button .image-button:active:disabled, .linked.vertical >
1187 .button .text-button:active:disabled, .linked.vertical > button:checked:disabled, .linked.vertical > button .image-button:checked:disabled, .linked.vertical > button .text-button:checked:disabled, .linked.vertical >
1188 .button:checked:disabled, .linked.vertical >
1189 .button .image-button:checked:disabled, .linked.vertical >
1190 .button .text-button:checked:disabled {
1191 color: rgba(236, 239, 241, 0.3);
1192 background-color: alpha(currentColor, 0.2); }
1193 .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 >
1194 .button:active:disabled:dir(ltr), .linked.vertical >
1195 .button .image-button:active:disabled:dir(ltr), .linked.vertical >
1196 .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), .linked.vertical >
1197 .button:checked:disabled:dir(ltr), .linked.vertical >
1198 .button .image-button:checked:disabled:dir(ltr), .linked.vertical >
1199 .button .text-button:checked:disabled:dir(ltr) {
1200 box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
1201 .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 >
1202 .button:active:disabled:dir(ltr), .linked.vertical >
1203 .button .image-button:active:disabled:dir(ltr), .linked.vertical >
1204 .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), .linked.vertical >
1205 .button:checked:disabled:dir(ltr), .linked.vertical >
1206 .button .image-button:checked:disabled:dir(ltr), .linked.vertical >
1207 .button .text-button:checked:disabled:dir(ltr) {
1208 box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
1209 .linked.vertical > button:active:disabled > label, .linked.vertical > button .image-button:active:disabled > label, .linked.vertical > button .text-button:active:disabled > label, .linked.vertical >
1210 .button:active:disabled > label, .linked.vertical >
1211 .button .image-button:active:disabled > label, .linked.vertical >
1212 .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, .linked.vertical >
1213 .button:checked:disabled > label, .linked.vertical >
1214 .button .image-button:checked:disabled > label, .linked.vertical >
1215 .button .text-button:checked:disabled > label {
1216 color: inherit; }
1217 .linked.vertical > button:disabled, .linked.vertical > button .image-button:disabled, .linked.vertical > button .text-button:disabled, .linked.vertical >
1218 .button:disabled, .linked.vertical >
1219 .button .image-button:disabled, .linked.vertical >
1220 .button .text-button:disabled {
1221 color: rgba(236, 239, 241, 0.3);
1222 background-color: alpha(currentColor, 0.2); }
1223 .linked.vertical > button:disabled:dir(ltr), .linked.vertical > button .image-button:disabled:dir(ltr), .linked.vertical > button .text-button:disabled:dir(ltr), .linked.vertical >
1224 .button:disabled:dir(ltr), .linked.vertical >
1225 .button .image-button:disabled:dir(ltr), .linked.vertical >
1226 .button .text-button:disabled:dir(ltr) {
1227 box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
1228 .linked.vertical > button:disabled:dir(rtl), .linked.vertical > button .image-button:disabled:dir(rtl), .linked.vertical > button .text-button:disabled:dir(rtl), .linked.vertical >
1229 .button:disabled:dir(rtl), .linked.vertical >
1230 .button .image-button:disabled:dir(rtl), .linked.vertical >
1231 .button .text-button:disabled:dir(rtl) {
1232 box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
1233
1234button.osd.image-button,
1235.button.osd.image-button, button.image-button,
1236.button.image-button {
1237 padding: 0.75188rem;
1238 -gtk-outline-radius: 100px;
1239 border-radius: 100px;
1240 background-size: 3.7594rem 3.7594rem, auto; }
1241
1242.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, .stack-switcher >
1243.button.needs-attention > label, .stack-switcher >
1244.button.needs-attention > image, stacksidebar row.needs-attention > label,
1245stacksidebar row.activatable.needs-attention > label,
1246stacksidebar .needs-attention.view > label,
1247stacksidebar iconview.needs-attention > label,
1248stacksidebar .view text.needs-attention > label,
1249.view stacksidebar text.needs-attention > label,
1250stacksidebar iconview text.needs-attention > label,
1251iconview stacksidebar text.needs-attention > label,
1252stacksidebar textview text.needs-attention > label,
1253textview stacksidebar text.needs-attention > label,
1254stacksidebar treeview.view header button.needs-attention > label,
1255treeview.view header stacksidebar button.needs-attention > label,
1256stacksidebar .tweak-category header button.needs-attention > label,
1257.tweak-category header stacksidebar button.needs-attention > label {
1258 transition: none;
1259 animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1260 background-repeat: no-repeat;
1261 background-position: right 0.22556rem;
1262 background-size: 0.3985rem 0.3985rem; }
1263 .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .stack-switcher >
1264 .button.needs-attention > label:dir(rtl), .stack-switcher >
1265 .button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl),
1266 stacksidebar .needs-attention.view > label:dir(rtl),
1267 stacksidebar iconview.needs-attention > label:dir(rtl),
1268 stacksidebar .view text.needs-attention > label:dir(rtl),
1269 .view stacksidebar text.needs-attention > label:dir(rtl),
1270 stacksidebar iconview text.needs-attention > label:dir(rtl),
1271 iconview stacksidebar text.needs-attention > label:dir(rtl),
1272 stacksidebar textview text.needs-attention > label:dir(rtl),
1273 textview stacksidebar text.needs-attention > label:dir(rtl),
1274 stacksidebar treeview.view header button.needs-attention > label:dir(rtl),
1275 treeview.view header stacksidebar button.needs-attention > label:dir(rtl),
1276 stacksidebar .tweak-category header button.needs-attention > label:dir(rtl),
1277 .tweak-category header stacksidebar button.needs-attention > label:dir(rtl) {
1278 background-position: left 0.22556rem; }
1279
1280.linked > button:not(.flat):not(:only-child), .linked >
1281.button:not(.flat):not(:only-child), .linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
1282.button, .linked >
1283.button .image-button, .linked >
1284.button .text-button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
1285 border-radius: 0; }
1286
1287 combobox.linked button:nth-child(2):dir(rtl), .linked > combobox:first-child > button.combo {
1288 border-top-left-radius: 2px;
1289 border-bottom-left-radius: 2px; }
1290 combobox.linked button:nth-child(2):dir(ltr), .linked > combobox:last-child > button.combo {
1291 border-top-right-radius: 2px;
1292 border-bottom-right-radius: 2px; }
1293 .linked > combobox:only-child > button.combo {
1294 border-radius: 2px; }
1295
1296.linked.vertical > button:not(:only-child), .linked.vertical >
1297.button:not(:only-child), .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
1298.button, .linked.vertical >
1299.button .image-button, .linked.vertical >
1300.button .text-button, .linked.vertical > combobox > button.combo {
1301 border-radius: 0; }
1302
1303 .linked.vertical > combobox:first-child > button.combo {
1304 border-top-left-radius: 2px;
1305 border-top-right-radius: 2px; }
1306 .linked.vertical > combobox:last-child > button.combo {
1307 border-bottom-left-radius: 2px;
1308 border-bottom-right-radius: 2px; }
1309 .linked.vertical > combobox:only-child > button.combo {
1310 border-radius: 2px; }
1311
1312modelbutton.flat,
1313.menuitem.button.flat,
1314.ssd decoration .menuitem.button {
1315 box-shadow: none;
1316 background-color: transparent;
1317 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));
1318 min-height: 2rem;
1319 padding: 0.20301rem 0.3985rem 0.24812rem;
1320 outline-offset: -0.07519rem;
1321 background-size: 9.96241rem 9.96241rem, auto;
1322 color: rgba(236, 239, 241, 0.75);
1323 transition: none; }
1324 modelbutton.flat:hover,
1325 .menuitem.button.flat:hover,
1326 .ssd decoration .menuitem.button:hover {
1327 box-shadow: none;
1328 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));
1329 color: #ECEFF1; }
1330 modelbutton.flat:active,
1331 .menuitem.button.flat:active,
1332 .ssd decoration .menuitem.button:active {
1333 box-shadow: none;
1334 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1335 color: #ECEFF1; }
1336 modelbutton.flat:checked,
1337 .menuitem.button.flat:checked,
1338 .ssd decoration .menuitem.button:checked {
1339 background-color: alpha(currentColor, 0.2);
1340 color: #ECEFF1;
1341 color: #ECEFF1; }
1342 modelbutton.flat:checked:disabled,
1343 .menuitem.button.flat:checked:disabled,
1344 .ssd decoration .menuitem.button:checked:disabled {
1345 color: rgba(236, 239, 241, 0.3); }
1346 modelbutton.flat:checked:disabled > label,
1347 .menuitem.button.flat:checked:disabled > label,
1348 .ssd decoration .menuitem.button:checked:disabled > label {
1349 color: inherit; }
1350 modelbutton.flat:disabled,
1351 .menuitem.button.flat:disabled,
1352 .ssd decoration .menuitem.button:disabled {
1353 box-shadow: none;
1354 background-color: transparent;
1355 color: rgba(236, 239, 241, 0.225); }
1356 modelbutton.flat check:first-child,
1357 modelbutton.flat radio:first-child,
1358 .menuitem.button.flat check:first-child,
1359 .ssd decoration .menuitem.button check:first-child,
1360 .menuitem.button.flat radio:first-child,
1361 .ssd decoration .menuitem.button radio:first-child {
1362 margin-right: 1rem; }
1363 modelbutton.flat check:last-child,
1364 modelbutton.flat radio:last-child,
1365 .menuitem.button.flat check:last-child,
1366 .ssd decoration .menuitem.button check:last-child,
1367 .menuitem.button.flat radio:last-child,
1368 .ssd decoration .menuitem.button radio:last-child {
1369 margin-left: 1rem; }
1370
1371modelbutton.flat arrow {
1372 background: none; }
1373 modelbutton.flat arrow:hover {
1374 background: none; }
1375 modelbutton.flat arrow.left {
1376 -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
1377 modelbutton.flat arrow.right {
1378 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
1379
1380button.color {
1381 min-width: 2.50376rem;
1382 min-height: 1.50376rem;
1383 padding: 0.50376rem 0.6015rem 0.50376rem; }
1384 button.color > colorswatch:first-child:last-child {
1385 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
1386 button.color > colorswatch:first-child:last-child, button.color > colorswatch:first-child:last-child overlay {
1387 border-radius: 2px;
1388 -gtk-outline-radius: 2px; }
1389 button.color:disabled,
1390 button.color GtkColorSwatch:disabled {
1391 box-shadow: none;
1392 opacity: 0.4; }
1393
1394toolpalette toolitemgroup > button {
1395 border-top: 1px solid rgba(0, 0, 0, 0.11);
1396 border-radius: 0; }
1397toolpalette toolbutton > button.toggle {
1398 border-radius: 2px;
1399 -gtk-outline-radius: 2px; }
1400
1401/*********
1402 * Links *
1403 *********/
1404*:link, button:link,
1405button:visited {
1406 color: #03A9F4; }
1407 *:link:hover, button:hover:link,
1408 button:hover:visited, *:link:active, button:active:link,
1409 button:active:visited {
1410 color: #03A9F4; }
1411 *:link:visited,
1412 button:visited {
1413 color: #9C27B0; }
1414 *:link:visited:hover,
1415 button:visited:hover, *:link:visited:active,
1416 button:visited:active {
1417 color: #9C27B0; }
1418 *:selected *:link:visited, *:selected button:visited:link,
1419 *:selected button:visited {
1420 color: #99e4ee; }
1421 *:link:selected, button:selected:link,
1422 button:selected:visited, .titlebar.selection-mode .subtitle:link,
1423 headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link,
1424 *:selected button:visited {
1425 color: #ccf2f6; }
1426 *:link:disabled, button:disabled:link,
1427 button:disabled:visited {
1428 opacity: 0.4; }
1429
1430button:link > label,
1431button:visited > label {
1432 text-decoration-line: underline; }
1433
1434/*****************
1435 * GtkSpinButton *
1436 *****************/
1437@keyframes spin_hover {
1438 from {
1439 background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); }
1440 to {
1441 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
1442@keyframes spin_active {
1443 from {
1444 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.2)), to(transparent)); }
1445 to {
1446 background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } }
1447spinbutton:not(.vertical) {
1448 padding: 0; }
1449 spinbutton:not(.vertical):disabled {
1450 color: rgba(236, 239, 241, 0.3); }
1451 spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
1452 margin: 0;
1453 background: none;
1454 border: none;
1455 box-shadow: none; }
1456 spinbutton:not(.vertical) button {
1457 box-shadow: none;
1458 background-color: transparent;
1459 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));
1460 min-width: 1rem;
1461 min-height: 1rem;
1462 padding: 0 0.54887rem 0;
1463 border: solid 0.20301rem transparent;
1464 border-radius: 100px;
1465 -gtk-outline-radius: 100px;
1466 background: none;
1467 background-size: contain;
1468 color: rgba(236, 239, 241, 0.75);
1469 box-shadow: none;
1470 transition-property: opacity, color, background-color, background-image, box-shadow; }
1471 spinbutton:not(.vertical) button:not(:last-child):hover {
1472 box-shadow: none;
1473 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));
1474 background: none;
1475 color: #F44336;
1476 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1477 spinbutton:not(.vertical) button:not(:last-child):active {
1478 box-shadow: none;
1479 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1480 background: none;
1481 color: #F44336;
1482 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1483 transition-duration: 0.15s; }
1484 spinbutton:not(.vertical) button:not(:last-child):disabled {
1485 box-shadow: none;
1486 background-color: transparent;
1487 background: none;
1488 color: rgba(236, 239, 241, 0.3); }
1489 spinbutton:not(.vertical) button:last-child:hover {
1490 box-shadow: none;
1491 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));
1492 background: none;
1493 color: #00E676;
1494 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1495 spinbutton:not(.vertical) button:last-child:active {
1496 box-shadow: none;
1497 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1498 background: none;
1499 color: #00E676;
1500 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1501 transition-duration: 0.15s; }
1502 spinbutton:not(.vertical) button:last-child:disabled {
1503 box-shadow: none;
1504 background-color: transparent;
1505 background: none;
1506 color: rgba(236, 239, 241, 0.3); }
1507.osd spinbutton,
1508.osd spinbutton button,
1509.osd spinbutton entry,
1510.osd spinbutton spinbutton:not(.vertical), .osd spinbutton.vertical,
1511.osd spinbutton.vertical button,
1512.osd spinbutton.vertical entry,
1513.osd spinbutton.vertical spinbutton:not(.vertical) {
1514 color: rgba(236, 239, 241, 0.75); }
1515 .osd spinbutton:focus,
1516 .osd spinbutton button:focus,
1517 .osd spinbutton entry:focus,
1518 .osd spinbutton spinbutton:focus:not(.vertical), .osd spinbutton.vertical:focus,
1519 .osd spinbutton.vertical button:focus,
1520 .osd spinbutton.vertical entry:focus,
1521 .osd spinbutton.vertical spinbutton:focus:not(.vertical) {
1522 color: #ECEFF1; }
1523 .osd spinbutton:disabled,
1524 .osd spinbutton button:disabled,
1525 .osd spinbutton entry:disabled,
1526 .osd spinbutton spinbutton:disabled:not(.vertical), .osd spinbutton.vertical:disabled,
1527 .osd spinbutton.vertical button:disabled,
1528 .osd spinbutton.vertical entry:disabled,
1529 .osd spinbutton.vertical spinbutton:disabled:not(.vertical) {
1530 color: rgba(236, 239, 241, 0.225); }
1531spinbutton.vertical entry, spinbutton.vertical spinbutton:not(.vertical) {
1532 min-width: 2.50376rem;
1533 min-height: 2.50376rem;
1534 padding: 0;
1535 border-radius: 0; }
1536spinbutton.vertical button {
1537 min-width: 2.00752rem;
1538 min-height: 2.00752rem;
1539 padding: 0.20301rem;
1540 border: 0.20301rem solid transparent;
1541 border-radius: 200px;
1542 -gtk-outline-radius: 200px;
1543 background: none;
1544 background-size: contain;
1545 color: rgba(236, 239, 241, 0.75);
1546 box-shadow: none;
1547 transition-property: opacity, color, background-color, background-image, box-shadow; }
1548 spinbutton.vertical button.up:hover {
1549 box-shadow: none;
1550 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));
1551 background: none;
1552 color: #00E676;
1553 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1554 spinbutton.vertical button.up:active {
1555 box-shadow: none;
1556 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1557 background: none;
1558 color: #00E676;
1559 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1560 transition-duration: 0.15s; }
1561 spinbutton.vertical button.up:disabled {
1562 box-shadow: none;
1563 background-color: transparent;
1564 background: none;
1565 color: rgba(236, 239, 241, 0.3); }
1566 spinbutton.vertical button.down:hover {
1567 box-shadow: none;
1568 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));
1569 background: none;
1570 color: #F44336;
1571 animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1572 spinbutton.vertical button.down:active {
1573 box-shadow: none;
1574 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1575 background: none;
1576 color: #F44336;
1577 animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1578 transition-duration: 0.15s; }
1579 spinbutton.vertical button.down:disabled {
1580 box-shadow: none;
1581 background-color: transparent;
1582 background: none;
1583 color: rgba(236, 239, 241, 0.3); }
1584treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus:not(.vertical) {
1585 padding: 1px;
1586 border-radius: 0;
1587 border-width: 0;
1588 background-color: #455A64;
1589 color: #ECEFF1;
1590 box-shadow: none; }
1591
1592/**************
1593 * ComboBoxes *
1594 **************/
1595combobox arrow {
1596 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1597 min-height: 1.20301rem;
1598 min-width: 1.20301rem; }
1599combobox menu {
1600 padding: 0.24812rem 0; }
1601combobox menu > menuitem {
1602 padding: 0.35338rem 0.3985rem 0.45113rem; }
1603combobox button.combo {
1604 min-height: 1rem;
1605 min-width: 1.30075rem;
1606 padding: 0.6015rem 0.3985rem 0.65414rem; }
1607 combobox button.combo arrow {
1608 padding: 0 0.30075rem 0; }
1609 combobox button.combo label {
1610 padding-left: 0.30075rem;
1611 padding-right: 0.30075rem; }
1612 combobox button.combo image {
1613 min-height: 1.20301rem;
1614 min-width: 1.20301rem;
1615 padding-left: 0.30075rem;
1616 padding-right: 0.30075rem; }
1617combobox button.combo {
1618 box-shadow: none;
1619 background-color: transparent;
1620 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));
1621 color: rgba(236, 239, 241, 0.75);
1622 background: transparent;
1623 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; }
1624 combobox button.combo:hover, combobox button.combo:active {
1625 box-shadow: none;
1626 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));
1627 border-radius: 0;
1628 color: #ECEFF1;
1629 background: transparent;
1630 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; }
1631 combobox button.combo:disabled, combobox button.combo:checked:disabled {
1632 box-shadow: none;
1633 background-color: transparent;
1634 color: rgba(236, 239, 241, 0.3);
1635 background: transparent;
1636 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; }
1637
1638/************
1639 * Toolbars *
1640 ************/
1641toolbar {
1642 -GtkWidget-window-dragging: true;
1643 padding: 0.3985rem;
1644 background-color: #3e515a;
1645 color: rgba(236, 239, 241, 0.75);
1646 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), inset 0 4px 3px -4px rgba(0, 0, 0, 0.22), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); }
1647 toolbar.vertical, .inline-toolbar toolbar, paned toolbar, paned toolbar.primary-toolbar, grid toolbar.primary-toolbar {
1648 box-shadow: none; }
1649 .osd toolbar {
1650 background-color: transparent; }
1651 .osd toolbar, toolbar.osd, .app-notification,
1652 .app-notification.frame, GeditViewFrame .gedit-search-slider {
1653 padding: 3px;
1654 border-style: solid;
1655 border-width: 9px;
1656 border-radius: 2px;
1657 border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
1658 box-shadow: none;
1659 color: #ECEFF1;
1660 background-color: #322F22; }
1661 .osd toolbar:backdrop, toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
1662 border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; }
1663 .osd toolbar button, toolbar.osd button, .app-notification button,
1664 .app-notification.frame button, GeditViewFrame .gedit-search-slider button {
1665 box-shadow: none;
1666 background-color: transparent;
1667 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)); }
1668 .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),
1669 .app-notification.frame button:not(:active):not(:disabled):not(hover), GeditViewFrame .gedit-search-slider button:not(:active):not(:disabled):not(hover) {
1670 color: #C5A68E); }
1671 .osd toolbar button:hover, toolbar.osd button:hover, .app-notification button:hover,
1672 .app-notification.frame button:hover, GeditViewFrame .gedit-search-slider button:hover {
1673 box-shadow: none;
1674 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));
1675 color: #C5A68E; }
1676 .osd toolbar button:active, toolbar.osd button:active, .app-notification button:active,
1677 .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active {
1678 box-shadow: none;
1679 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1680 border-image: none;
1681 color: #C5A68E;
1682 box-shadow: none; }
1683 .osd toolbar button:checked, toolbar.osd button:checked, .app-notification button:checked,
1684 .app-notification.frame button:checked, GeditViewFrame .gedit-search-slider button:checked {
1685 background-color: alpha(currentColor, 0.2);
1686 color: #ECEFF1;
1687 border-image: none;
1688 color: #C5A68E;
1689 box-shadow: none; }
1690 .osd toolbar button:disabled, toolbar.osd button:disabled, .app-notification button:disabled,
1691 .app-notification.frame button:disabled, GeditViewFrame .gedit-search-slider button:disabled {
1692 box-shadow: none;
1693 background-color: transparent;
1694 color: rgba(77, 182, 172, 0.4); }
1695 .osd toolbar .linked > button, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button, .app-notification .linked > button,
1696 .app-notification.frame .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
1697 .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
1698 border-image: none;
1699 box-shadow: none; }
1700 .osd toolbar .linked > button:hover, .osd toolbar .linked > button.image-button:hover, toolbar.osd .linked > button:hover, .app-notification .linked > button:hover,
1701 .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,
1702 .app-notification.frame .linked > button.image-button:hover, GeditViewFrame .gedit-search-slider .linked > button.image-button:hover {
1703 background-color: transparent; }
1704 .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),
1705 .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),
1706 .app-notification.frame .linked > button.image-button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button.image-button:not(:checked) {
1707 border-radius: 100px;
1708 -gtk-outline-radius: 100px; }
1709 .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
1710 .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
1711 min-width: 1rem;
1712 min-height: 2.20301rem;
1713 padding: 0 0.50376rem 0;
1714 border-radius: 100px;
1715 -gtk-outline-radius: 100px; }
1716 .osd toolbar label, toolbar.osd label, .app-notification label,
1717 .app-notification.frame label, GeditViewFrame .gedit-search-slider label {
1718 padding: 0 1em; }
1719 toolbar button {
1720 box-shadow: none;
1721 background-color: transparent;
1722 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));
1723 background-size: 9.96241rem 9.96241rem, auto;
1724 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;
1725 color: rgba(236, 239, 241, 0.75);
1726 box-shadow: none; }
1727 toolbar button:hover {
1728 box-shadow: none;
1729 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));
1730 border-image: none;
1731 color: #ECEFF1;
1732 box-shadow: none; }
1733 toolbar button:checked {
1734 background-color: alpha(currentColor, 0.2);
1735 color: #ECEFF1;
1736 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
1737 background-color: transparent;
1738 color: #ECEFF1;
1739 box-shadow: none; }
1740 toolbar button:checked:disabled {
1741 border-image: none;
1742 background-color: transparent;
1743 color: rgba(236, 239, 241, 0.3);
1744 box-shadow: none; }
1745 toolbar button:checked:disabled > label {
1746 color: inherit; }
1747 toolbar button:checked:disabled > label {
1748 color: inherit; }
1749 toolbar button:disabled {
1750 box-shadow: none;
1751 background-color: transparent;
1752 border-image: none;
1753 background-color: transparent;
1754 color: rgba(236, 239, 241, 0.225);
1755 box-shadow: none; }
1756 toolbar button button, toolbar button button.text-button, toolbar button button.text-button.image-button,
1757 toolbar button button.flat,
1758 toolbar button button.osd.image-button,
1759 toolbar button .button.osd.image-button,
1760 toolbar button .titlebar button:not(.suggested-action):not(.destructive-action),
1761 .titlebar toolbar button button:not(.suggested-action):not(.destructive-action),
1762 toolbar button headerbar button:not(.suggested-action):not(.destructive-action),
1763 headerbar toolbar button button:not(.suggested-action):not(.destructive-action),
1764 toolbar button .menu > arrow,
1765 toolbar button .context-menu > arrow,
1766 toolbar button menu > arrow,
1767 toolbar button placessidebar row button.image-button,
1768 placessidebar row toolbar button button.image-button,
1769 toolbar button .csd headerbar button.titlebutton,
1770 .csd headerbar toolbar button button.titlebutton,
1771 toolbar button .csd headerbar.selection-mode button.titlebutton,
1772 .csd headerbar.selection-mode toolbar button button.titlebutton,
1773 toolbar button .csd .titlebar button.titlebutton,
1774 .csd .titlebar toolbar button button.titlebutton,
1775 toolbar button .csd .titlebar.selection-mode button.titlebutton,
1776 .csd .titlebar.selection-mode toolbar button button.titlebutton,
1777 toolbar button #gf-candidate-popup button,
1778 #gf-candidate-popup toolbar button button,
1779 toolbar button #gf-candidate-popup button:first-child,
1780 #gf-candidate-popup toolbar button button:first-child,
1781 toolbar button #gf-candidate-popup button:last-child,
1782 #gf-candidate-popup toolbar button button:last-child,
1783 toolbar button #gf-candidate-popup .linked > button,
1784 #gf-candidate-popup toolbar button .linked > button,
1785 toolbar button #gf-candidate-popup .linked > button:first-child,
1786 #gf-candidate-popup toolbar button .linked > button:first-child,
1787 toolbar button #gf-candidate-popup .linked > button:last-child,
1788 #gf-candidate-popup toolbar button .linked > button:last-child,
1789 toolbar button window > grid.vertical > box.vertical > widget button,
1790 window > grid.vertical > box.vertical > widget toolbar button button,
1791 toolbar button layouttabbar button,
1792 layouttabbar toolbar button button,
1793 toolbar button layouttab button,
1794 layouttab toolbar button button,
1795 toolbar button button.flat.text-button,
1796 toolbar button button.text-button.osd.image-button,
1797 toolbar button .text-button.button.osd.image-button,
1798 toolbar button .titlebar button.text-button:not(.suggested-action):not(.destructive-action),
1799 .titlebar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
1800 toolbar button headerbar button.text-button:not(.suggested-action):not(.destructive-action),
1801 headerbar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
1802 toolbar button .menu > arrow.text-button,
1803 toolbar button .context-menu > arrow.text-button,
1804 toolbar button menu > arrow.text-button,
1805 toolbar button placessidebar row button.text-button.image-button,
1806 placessidebar row toolbar button button.text-button.image-button,
1807 toolbar button .csd headerbar button.text-button.titlebutton,
1808 .csd headerbar toolbar button button.text-button.titlebutton,
1809 toolbar button .csd .titlebar button.text-button.titlebutton,
1810 .csd .titlebar toolbar button button.text-button.titlebutton,
1811 toolbar button #gf-candidate-popup button.text-button,
1812 #gf-candidate-popup toolbar button button.text-button,
1813 toolbar button #gf-candidate-popup .linked > button.text-button:first-child,
1814 #gf-candidate-popup toolbar button .linked > button.text-button:first-child,
1815 toolbar button #gf-candidate-popup .linked > button.text-button:last-child,
1816 #gf-candidate-popup toolbar button .linked > button.text-button:last-child,
1817 toolbar button window > grid.vertical > box.vertical > widget button.text-button,
1818 window > grid.vertical > box.vertical > widget toolbar button button.text-button,
1819 toolbar button layouttabbar button.text-button,
1820 layouttabbar toolbar button button.text-button,
1821 toolbar button layouttab button.text-button,
1822 layouttab toolbar button button.text-button,
1823 toolbar button button.flat.text-button.image-button,
1824 toolbar button button.text-button.image-button.osd,
1825 toolbar button .text-button.image-button.button.osd,
1826 toolbar button .titlebar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1827 .titlebar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1828 toolbar button headerbar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1829 headerbar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
1830 toolbar button .menu > arrow.text-button.image-button,
1831 toolbar button .context-menu > arrow.text-button.image-button,
1832 toolbar button menu > arrow.text-button.image-button,
1833 toolbar button placessidebar row button.text-button.image-button,
1834 placessidebar row toolbar button button.text-button.image-button,
1835 toolbar button .csd headerbar button.text-button.image-button.titlebutton,
1836 .csd headerbar toolbar button button.text-button.image-button.titlebutton,
1837 toolbar button .csd .titlebar button.text-button.image-button.titlebutton,
1838 .csd .titlebar toolbar button button.text-button.image-button.titlebutton,
1839 toolbar button #gf-candidate-popup button.text-button.image-button,
1840 #gf-candidate-popup toolbar button button.text-button.image-button,
1841 toolbar button window > grid.vertical > box.vertical > widget button.text-button.image-button,
1842 window > grid.vertical > box.vertical > widget toolbar button button.text-button.image-button,
1843 toolbar button layouttabbar button.text-button.image-button,
1844 layouttabbar toolbar button button.text-button.image-button,
1845 toolbar button layouttab button.text-button.image-button,
1846 layouttab toolbar button button.text-button.image-button {
1847 border-radius: 2px;
1848 -gtk-outline-radius: 2px; }
1849 toolbar button button.image-button,
1850 toolbar button button.flat.image-button,
1851 toolbar button button.image-button.osd,
1852 toolbar button .image-button.button.osd,
1853 toolbar button .titlebar button.image-button:not(.suggested-action):not(.destructive-action),
1854 .titlebar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
1855 toolbar button headerbar button.image-button:not(.suggested-action):not(.destructive-action),
1856 headerbar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
1857 toolbar button .menu > arrow.image-button,
1858 toolbar button .context-menu > arrow.image-button,
1859 toolbar button menu > arrow.image-button,
1860 toolbar button placessidebar row button.image-button,
1861 placessidebar row toolbar button button.image-button,
1862 toolbar button .csd headerbar button.image-button.titlebutton,
1863 .csd headerbar toolbar button button.image-button.titlebutton,
1864 toolbar button .csd .titlebar button.image-button.titlebutton,
1865 .csd .titlebar toolbar button button.image-button.titlebutton,
1866 toolbar button #gf-candidate-popup button.image-button,
1867 #gf-candidate-popup toolbar button button.image-button,
1868 toolbar button #gf-candidate-popup .linked > button.image-button:first-child,
1869 #gf-candidate-popup toolbar button .linked > button.image-button:first-child,
1870 toolbar button #gf-candidate-popup .linked > button.image-button:last-child,
1871 #gf-candidate-popup toolbar button .linked > button.image-button:last-child,
1872 toolbar button window > grid.vertical > box.vertical > widget button.image-button,
1873 window > grid.vertical > box.vertical > widget toolbar button button.image-button,
1874 toolbar button layouttabbar button.image-button,
1875 layouttabbar toolbar button button.image-button,
1876 toolbar button layouttab button.image-button,
1877 layouttab toolbar button button.image-button {
1878 border-radius: 100px;
1879 -gtk-outline-radius: 100px; }
1880 toolbar button .text-button,
1881 toolbar button .image-button.text-button {
1882 min-width: 1rem;
1883 min-height: 2.20301rem;
1884 padding: 0 1rem 0;
1885 background-size: 9.96241rem 9.96241rem, auto; }
1886 toolbar button .image-button {
1887 min-width: 1rem;
1888 min-height: 2.20301rem;
1889 padding: 0 0.50376rem 0;
1890 background-size: 3.7594rem 3.7594rem, auto; }
1891 toolbar button.toggle:hover, toolbar button.toggle:active, toolbar button.toggle:checked {
1892 background-color: transparent;
1893 box-shadow: none; }
1894 toolbar .linked > button, toolbar .linked > button.image-button {
1895 border-image: none;
1896 box-shadow: none; }
1897 toolbar .linked > button:hover, toolbar .linked > button:active, toolbar .linked > button.image-button:hover, toolbar .linked > button.image-button:active {
1898 border-image: none;
1899 background-color: transparent;
1900 box-shadow: none; }
1901 toolbar .linked > button:not(:disabled), toolbar .linked > button.image-button:not(:disabled) {
1902 border-radius: 100px;
1903 -gtk-outline-radius: 100px; }
1904 toolbar .linked > button .image-button {
1905 min-width: 1rem;
1906 min-height: 2.20301rem;
1907 padding: 0 0.50376rem 0;
1908 border-radius: 100px;
1909 -gtk-outline-radius: 100px; }
1910 toolbar separator {
1911 color: transparent;
1912 background: none; }
1913 toolbar.horizontal separator {
1914 margin: 0 0.45113rem; }
1915 toolbar.vertical separator {
1916 margin: 0.45113rem 0; }
1917
1918.inline-toolbar {
1919 padding: 0.3985rem;
1920 border-style: solid;
1921 border-width: 0 1px 1px;
1922 border-color: rgba(0, 0, 0, 0.11);
1923 background-color: #3b4c54;
1924 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
1925
1926searchbar,
1927.location-bar {
1928 padding: 0.3985rem;
1929 border-style: solid;
1930 border-width: 0 0 1px;
1931 border-color: rgba(0, 0, 0, 0.11);
1932 background-color: #3b4c54; }
1933 searchbar .linked > button.image-button,
1934 .location-bar .linked > button.image-button {
1935 padding-top: 0.69925rem;
1936 padding-bottom: 0.80451rem; }
1937 searchbar button.flat.close.raised, searchbar button.close.raised.osd.image-button,
1938 searchbar .close.raised.button.osd.image-button, searchbar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar searchbar button.close.raised:not(.suggested-action):not(.destructive-action),
1939 searchbar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
1940 headerbar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar .menu > arrow.close.raised,
1941 searchbar .context-menu > arrow.close.raised,
1942 searchbar menu > arrow.close.raised, searchbar placessidebar row button.close.raised.image-button, placessidebar row searchbar button.close.raised.image-button, searchbar .csd headerbar button.close.raised.titlebutton, .csd headerbar searchbar button.close.raised.titlebutton,
1943 searchbar .csd .titlebar button.close.raised.titlebutton,
1944 .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,
1945 .location-bar button.flat.close.raised,
1946 .location-bar button.close.raised.osd.image-button,
1947 .location-bar .close.raised.button.osd.image-button,
1948 .location-bar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action),
1949 .titlebar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
1950 .location-bar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
1951 headerbar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
1952 .location-bar .menu > arrow.close.raised,
1953 .location-bar .context-menu > arrow.close.raised,
1954 .location-bar menu > arrow.close.raised,
1955 .location-bar placessidebar row button.close.raised.image-button,
1956 placessidebar row .location-bar button.close.raised.image-button,
1957 .location-bar .csd headerbar button.close.raised.titlebutton,
1958 .csd headerbar .location-bar button.close.raised.titlebutton,
1959 .location-bar .csd .titlebar button.close.raised.titlebutton,
1960 .csd .titlebar .location-bar button.close.raised.titlebutton,
1961 .location-bar #gf-candidate-popup button.close.raised,
1962 #gf-candidate-popup .location-bar button.close.raised,
1963 .location-bar window > grid.vertical > box.vertical > widget button.close.raised,
1964 window > grid.vertical > box.vertical > widget .location-bar button.close.raised,
1965 .location-bar layouttabbar button.close.raised,
1966 layouttabbar .location-bar button.close.raised,
1967 .location-bar layouttab button.close.raised,
1968 layouttab .location-bar button.close.raised {
1969 min-width: 1rem;
1970 min-height: 1rem;
1971 padding: 0.75188rem;
1972 border-radius: 100px;
1973 -gtk-outline-radius: 100px; }
1974
1975/***************
1976 * Header bars *
1977 ***************/
1978.titlebar,
1979headerbar {
1980 background-color: #13191C;
1981 background-clip: border-box;
1982 color: rgba(236, 239, 241, 0.75); }
1983 .titlebar label:checked:disabled,
1984 .titlebar image:checked:disabled,
1985 headerbar label:checked:disabled,
1986 headerbar image:checked:disabled {
1987 color: rgba(236, 239, 241, 0.3); }
1988 button:disabled > .titlebar label, .linked > button:disabled > .titlebar label, .titlebar label:disabled, button:disabled >
1989 .titlebar image, .linked > button:disabled >
1990 .titlebar image,
1991 .titlebar image:disabled, button:disabled >
1992 headerbar label, .linked > button:disabled >
1993 headerbar label,
1994 headerbar label:disabled, button:disabled >
1995 headerbar image, .linked > button:disabled >
1996 headerbar image,
1997 headerbar image:disabled {
1998 color: rgba(236, 239, 241, 0.225); }
1999 .titlebar .title,
2000 headerbar .title {
2001 padding-left: 1rem;
2002 padding-right: 1rem;
2003 color: #ECEFF1;
2004 font-weight: 700; }
2005 .titlebar .subtitle,
2006 headerbar .subtitle {
2007 padding-left: 1rem;
2008 padding-right: 1rem;
2009 color: rgba(236, 239, 241, 0.75);
2010 font-size: 90%; }
2011 .titlebar separator.vertical, .titlebar > box > separator.vertical, .titlebar > box > box > separator.vertical,
2012 headerbar separator.vertical,
2013 headerbar > box > separator.vertical,
2014 headerbar > box > box > separator.vertical {
2015 border: 0 none transparent;
2016 color: transparent;
2017 background-color: transparent; }
2018 .titlebar button:not(.suggested-action):not(.destructive-action),
2019 headerbar button:not(.suggested-action):not(.destructive-action) {
2020 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#C5A68E), to(transparent)) 0 0 0/0 0 0px;
2021 color: rgba(236, 239, 241, 0.75);
2022 background-size: 9.96241rem 9.96241rem, auto; }
2023 .titlebar button:not(.suggested-action):not(.destructive-action):hover,
2024 headerbar button:not(.suggested-action):not(.destructive-action):hover {
2025 color: #ECEFF1; }
2026 .titlebar button:not(.suggested-action):not(.destructive-action):checked,
2027 headerbar button:not(.suggested-action):not(.destructive-action):checked {
2028 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
2029 background-color: transparent;
2030 color: #ECEFF1; }
2031 .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled,
2032 headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled {
2033 background-color: transparent;
2034 color: rgba(236, 239, 241, 0.3); }
2035 .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled > label,
2036 headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled > label {
2037 color: inherit; }
2038 .titlebar button:not(.suggested-action):not(.destructive-action),
2039 headerbar button:not(.suggested-action):not(.destructive-action) {
2040 border-radius: 100px;
2041 -gtk-outline-radius: 100px; }
2042 .titlebar button:not(.suggested-action):not(.destructive-action).text-button,
2043 headerbar button:not(.suggested-action):not(.destructive-action).text-button {
2044 border-radius: 2px;
2045 -gtk-outline-radius: 2px; }
2046 .titlebar button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2047 headerbar button:not(.suggested-action):not(.destructive-action).text-button.image-button {
2048 border-radius: 2px;
2049 -gtk-outline-radius: 2px;
2050 background-size: 9.96241rem 9.96241rem, auto; }
2051 .titlebar .linked > button.image-button,
2052 headerbar .linked > button.image-button {
2053 min-width: 1.30075rem;
2054 min-height: 2.80451rem;
2055 padding: 0 0.50376rem 0; }
2056 .titlebar button.toggle,
2057 headerbar button.toggle {
2058 min-width: 1.30075rem;
2059 min-height: 2.80451rem;
2060 padding: 0 0.75188rem 0; }
2061 .titlebar button.toggle label,
2062 headerbar button.toggle label {
2063 padding: 0.69925rem 0.6015rem 0.80451rem; }
2064 .titlebar button.toggle menu menuitem label,
2065 headerbar button.toggle menu menuitem label {
2066 padding: 0; }
2067 .titlebar button, .titlebar button label.text-button,
2068 .titlebar .linked > button,
2069 .titlebar .linked > button label.text-button,
2070 .titlebar button.suggested-action,
2071 .titlebar button.suggested-action label.text-button,
2072 .titlebar button.destructive-action,
2073 .titlebar button.destructive-action label.text-button,
2074 headerbar button,
2075 headerbar button label.text-button,
2076 headerbar .linked > button,
2077 headerbar .linked > button label.text-button,
2078 headerbar button.suggested-action,
2079 headerbar button.suggested-action label.text-button,
2080 headerbar button.destructive-action,
2081 headerbar button.destructive-action label.text-button {
2082 color: rgba(236, 239, 241, 0.75); }
2083 .titlebar button:hover, .titlebar button label.text-button:hover,
2084 .titlebar .linked > button:hover,
2085 .titlebar .linked > button label.text-button:hover,
2086 .titlebar button.suggested-action:hover,
2087 .titlebar button.suggested-action label.text-button:hover,
2088 .titlebar button.destructive-action:hover,
2089 .titlebar button.destructive-action label.text-button:hover,
2090 headerbar button:hover,
2091 headerbar button label.text-button:hover,
2092 headerbar .linked > button:hover,
2093 headerbar .linked > button label.text-button:hover,
2094 headerbar button.suggested-action:hover,
2095 headerbar button.suggested-action label.text-button:hover,
2096 headerbar button.destructive-action:hover,
2097 headerbar button.destructive-action label.text-button:hover {
2098 color: #ECEFF1; }
2099 .titlebar button:checked, .titlebar button label.text-button:checked,
2100 .titlebar .linked > button:checked,
2101 .titlebar .linked > button label.text-button:checked,
2102 .titlebar button.suggested-action:checked,
2103 .titlebar button.suggested-action label.text-button:checked,
2104 .titlebar button.destructive-action:checked,
2105 .titlebar button.destructive-action label.text-button:checked,
2106 headerbar button:checked,
2107 headerbar button label.text-button:checked,
2108 headerbar .linked > button:checked,
2109 headerbar .linked > button label.text-button:checked,
2110 headerbar button.suggested-action:checked,
2111 headerbar button.suggested-action label.text-button:checked,
2112 headerbar button.destructive-action:checked,
2113 headerbar button.destructive-action label.text-button:checked {
2114 color: #ECEFF1; }
2115 .titlebar button:checked:disabled, .titlebar button label.text-button:checked:disabled,
2116 .titlebar .linked > button:checked:disabled,
2117 .titlebar .linked > button label.text-button:checked:disabled,
2118 .titlebar button.suggested-action:checked:disabled,
2119 .titlebar button.suggested-action label.text-button:checked:disabled,
2120 .titlebar button.destructive-action:checked:disabled,
2121 .titlebar button.destructive-action label.text-button:checked:disabled,
2122 headerbar button:checked:disabled,
2123 headerbar button label.text-button:checked:disabled,
2124 headerbar .linked > button:checked:disabled,
2125 headerbar .linked > button label.text-button:checked:disabled,
2126 headerbar button.suggested-action:checked:disabled,
2127 headerbar button.suggested-action label.text-button:checked:disabled,
2128 headerbar button.destructive-action:checked:disabled,
2129 headerbar button.destructive-action label.text-button:checked:disabled {
2130 color: rgba(236, 239, 241, 0.3); }
2131 .titlebar button:disabled, .titlebar button label.text-button:disabled,
2132 .titlebar .linked > button:disabled,
2133 .titlebar .linked > button label.text-button:disabled,
2134 .titlebar button.suggested-action:disabled,
2135 .titlebar button.suggested-action label.text-button:disabled,
2136 .titlebar button.destructive-action:disabled,
2137 .titlebar button.destructive-action label.text-button:disabled,
2138 headerbar button:disabled,
2139 headerbar button label.text-button:disabled,
2140 headerbar .linked > button:disabled,
2141 headerbar .linked > button label.text-button:disabled,
2142 headerbar button.suggested-action:disabled,
2143 headerbar button.suggested-action label.text-button:disabled,
2144 headerbar button.destructive-action:disabled,
2145 headerbar button.destructive-action label.text-button:disabled {
2146 color: rgba(236, 239, 241, 0.225); }
2147 .titlebar button label.text-button,
2148 .titlebar .linked > button label.text-button,
2149 .titlebar button.suggested-action label.text-button,
2150 .titlebar button.destructive-action label.text-button,
2151 headerbar button label.text-button,
2152 headerbar .linked > button label.text-button,
2153 headerbar button.suggested-action label.text-button,
2154 headerbar button.destructive-action label.text-button {
2155 border-image: none;
2156 box-shadow: none; }
2157 .titlebar entry, .titlebar spinbutton:not(.vertical),
2158 .titlebar .linked > entry,
2159 .titlebar .linked > spinbutton:not(.vertical),
2160 headerbar entry,
2161 headerbar spinbutton:not(.vertical),
2162 headerbar .linked > entry,
2163 headerbar .linked > spinbutton:not(.vertical) {
2164 color: rgba(236, 239, 241, 0.75);
2165 caret-color: rgba(236, 239, 241, 0.75); }
2166 .titlebar entry:focus, .titlebar spinbutton:focus:not(.vertical),
2167 .titlebar .linked > entry:focus,
2168 .titlebar .linked > spinbutton:focus:not(.vertical),
2169 headerbar entry:focus,
2170 headerbar spinbutton:focus:not(.vertical),
2171 headerbar .linked > entry:focus,
2172 headerbar .linked > spinbutton:focus:not(.vertical) {
2173 color: #ECEFF1;
2174 caret-color: #ECEFF1; }
2175 .titlebar entry:disabled, .titlebar spinbutton:disabled:not(.vertical),
2176 .titlebar .linked > entry:disabled,
2177 .titlebar .linked > spinbutton:disabled:not(.vertical),
2178 headerbar entry:disabled,
2179 headerbar spinbutton:disabled:not(.vertical),
2180 headerbar .linked > entry:disabled,
2181 headerbar .linked > spinbutton:disabled:not(.vertical) {
2182 color: rgba(236, 239, 241, 0.225); }
2183 .titlebar combobox > entry.combo, .titlebar combobox > spinbutton.combo:not(.vertical),
2184 .titlebar .linked > combobox > entry.combo,
2185 .titlebar .linked > combobox > spinbutton.combo:not(.vertical),
2186 headerbar combobox > entry.combo,
2187 headerbar combobox > spinbutton.combo:not(.vertical),
2188 headerbar .linked > combobox > entry.combo,
2189 headerbar .linked > combobox > spinbutton.combo:not(.vertical) {
2190 color: rgba(236, 239, 241, 0.75);
2191 caret-color: rgba(236, 239, 241, 0.75); }
2192 .titlebar combobox > entry.combo:focus, .titlebar combobox > spinbutton.combo:focus:not(.vertical),
2193 .titlebar .linked > combobox > entry.combo:focus,
2194 .titlebar .linked > combobox > spinbutton.combo:focus:not(.vertical),
2195 headerbar combobox > entry.combo:focus,
2196 headerbar combobox > spinbutton.combo:focus:not(.vertical),
2197 headerbar .linked > combobox > entry.combo:focus,
2198 headerbar .linked > combobox > spinbutton.combo:focus:not(.vertical) {
2199 color: #ECEFF1;
2200 caret-color: #ECEFF1; }
2201 .titlebar combobox > entry.combo:disabled, .titlebar combobox > spinbutton.combo:disabled:not(.vertical),
2202 .titlebar .linked > combobox > entry.combo:disabled,
2203 .titlebar .linked > combobox > spinbutton.combo:disabled:not(.vertical),
2204 headerbar combobox > entry.combo:disabled,
2205 headerbar combobox > spinbutton.combo:disabled:not(.vertical),
2206 headerbar .linked > combobox > entry.combo:disabled,
2207 headerbar .linked > combobox > spinbutton.combo:disabled:not(.vertical) {
2208 color: rgba(236, 239, 241, 0.225); }
2209 .titlebar combobox > entry.combo:backdrop, .titlebar combobox > spinbutton.combo:backdrop:not(.vertical),
2210 .titlebar .linked > combobox > entry.combo:backdrop,
2211 .titlebar .linked > combobox > spinbutton.combo:backdrop:not(.vertical),
2212 headerbar combobox > entry.combo:backdrop,
2213 headerbar combobox > spinbutton.combo:backdrop:not(.vertical),
2214 headerbar .linked > combobox > entry.combo:backdrop,
2215 headerbar .linked > combobox > spinbutton.combo:backdrop:not(.vertical) {
2216 opacity: 0.5; }
2217 .titlebar combobox > button.combo,
2218 .titlebar .linked > combobox > button.combo,
2219 headerbar combobox > button.combo,
2220 headerbar .linked > combobox > button.combo {
2221 color: rgba(236, 239, 241, 0.75); }
2222 .titlebar combobox > button.combo:hover,
2223 .titlebar .linked > combobox > button.combo:hover,
2224 headerbar combobox > button.combo:hover,
2225 headerbar .linked > combobox > button.combo:hover {
2226 color: #ECEFF1; }
2227 .titlebar combobox > button.combo:checked,
2228 .titlebar .linked > combobox > button.combo:checked,
2229 headerbar combobox > button.combo:checked,
2230 headerbar .linked > combobox > button.combo:checked {
2231 color: #ECEFF1; }
2232 .titlebar combobox > button.combo:checked:disabled,
2233 .titlebar .linked > combobox > button.combo:checked:disabled,
2234 headerbar combobox > button.combo:checked:disabled,
2235 headerbar .linked > combobox > button.combo:checked:disabled {
2236 color: rgba(236, 239, 241, 0.3); }
2237 .titlebar combobox > button.combo:disabled,
2238 .titlebar .linked > combobox > button.combo:disabled,
2239 headerbar combobox > button.combo:disabled,
2240 headerbar .linked > combobox > button.combo:disabled {
2241 color: rgba(236, 239, 241, 0.225); }
2242 .titlebar combobox > button.combo:backdrop,
2243 .titlebar .linked > combobox > button.combo:backdrop,
2244 headerbar combobox > button.combo:backdrop,
2245 headerbar .linked > combobox > button.combo:backdrop {
2246 opacity: 0.5; }
2247 .titlebar menu menuitem,
2248 headerbar menu menuitem {
2249 color: rgba(236, 239, 241, 0.75); }
2250 .titlebar menu menuitem:hover,
2251 headerbar menu menuitem:hover {
2252 color: #ECEFF1; }
2253 .titlebar menu menuitem label:disabled,
2254 headerbar menu menuitem label:disabled {
2255 color: rgba(236, 239, 241, 0.3); }
2256 .titlebar menu menuitem accelerator,
2257 headerbar menu menuitem accelerator {
2258 color: alpha(currentColor, 0.55); }
2259 .titlebar menu menuitem separator,
2260 headerbar menu menuitem separator {
2261 color: rgba(0, 0, 0, 0.11); }
2262 .titlebar popover button.flat, .titlebar popover button.osd.image-button,
2263 .titlebar popover .button.osd.image-button, .titlebar popover button:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow,
2264 .titlebar popover .context-menu > arrow,
2265 .titlebar popover menu > arrow, .titlebar popover placessidebar row button.image-button, placessidebar row .titlebar popover button.image-button, .titlebar popover .csd headerbar button.titlebutton,
2266 .csd .titlebar popover button.titlebutton,
2267 .csd .titlebar.selection-mode popover button.titlebutton, .titlebar popover #gf-candidate-popup button, #gf-candidate-popup .titlebar popover button,
2268 .titlebar popover #gf-candidate-popup .linked > button:first-child,
2269 #gf-candidate-popup .titlebar popover .linked > button:first-child,
2270 .titlebar popover #gf-candidate-popup .linked > button:last-child,
2271 #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,
2272 headerbar popover button.flat,
2273 headerbar popover button.osd.image-button,
2274 headerbar popover .button.osd.image-button,
2275 headerbar popover .titlebar button:not(.suggested-action):not(.destructive-action),
2276 .titlebar headerbar popover button:not(.suggested-action):not(.destructive-action),
2277 headerbar popover button:not(.suggested-action):not(.destructive-action),
2278 headerbar popover .menu > arrow,
2279 headerbar popover .context-menu > arrow,
2280 headerbar popover menu > arrow,
2281 headerbar popover placessidebar row button.image-button,
2282 placessidebar row headerbar popover button.image-button,
2283 .csd headerbar popover button.titlebutton,
2284 .csd headerbar.selection-mode popover button.titlebutton,
2285 headerbar popover .csd .titlebar button.titlebutton,
2286 .csd .titlebar headerbar popover button.titlebutton,
2287 headerbar popover .csd .titlebar.selection-mode button.titlebutton,
2288 .csd .titlebar.selection-mode headerbar popover button.titlebutton,
2289 headerbar popover #gf-candidate-popup button,
2290 #gf-candidate-popup headerbar popover button,
2291 headerbar popover #gf-candidate-popup button:first-child,
2292 #gf-candidate-popup headerbar popover button:first-child,
2293 headerbar popover #gf-candidate-popup button:last-child,
2294 #gf-candidate-popup headerbar popover button:last-child,
2295 headerbar popover #gf-candidate-popup .linked > button,
2296 #gf-candidate-popup headerbar popover .linked > button,
2297 headerbar popover #gf-candidate-popup .linked > button:first-child,
2298 #gf-candidate-popup headerbar popover .linked > button:first-child,
2299 headerbar popover #gf-candidate-popup .linked > button:last-child,
2300 #gf-candidate-popup headerbar popover .linked > button:last-child,
2301 headerbar popover window > grid.vertical > box.vertical > widget button,
2302 window > grid.vertical > box.vertical > widget headerbar popover button,
2303 headerbar popover layouttabbar button,
2304 layouttabbar headerbar popover button,
2305 headerbar popover layouttab button,
2306 layouttab headerbar popover button {
2307 color: rgba(236, 239, 241, 0.75); }
2308 .titlebar popover button.flat:hover, .titlebar popover button.osd.image-button:hover,
2309 .titlebar popover .button.osd.image-button:hover, .titlebar popover button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow:hover,
2310 .titlebar popover .context-menu > arrow:hover,
2311 .titlebar popover menu > arrow:hover, .titlebar popover placessidebar row button.image-button:hover, placessidebar row .titlebar popover button.image-button:hover, .titlebar popover .csd headerbar button.titlebutton:hover,
2312 .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,
2313 headerbar popover button.flat:hover,
2314 headerbar popover button.osd.image-button:hover,
2315 headerbar popover .button.osd.image-button:hover,
2316 headerbar popover button:hover:not(.suggested-action):not(.destructive-action),
2317 headerbar popover .menu > arrow:hover,
2318 headerbar popover .context-menu > arrow:hover,
2319 headerbar popover menu > arrow:hover,
2320 headerbar popover placessidebar row button.image-button:hover,
2321 placessidebar row headerbar popover button.image-button:hover,
2322 .csd headerbar popover button.titlebutton:hover,
2323 headerbar popover .csd .titlebar button.titlebutton:hover,
2324 .csd .titlebar.selection-mode headerbar popover button.titlebutton:hover,
2325 headerbar popover #gf-candidate-popup button:hover,
2326 #gf-candidate-popup headerbar popover button:hover,
2327 headerbar popover #gf-candidate-popup .linked > button:hover:first-child,
2328 #gf-candidate-popup headerbar popover .linked > button:hover:first-child,
2329 headerbar popover #gf-candidate-popup .linked > button:hover:last-child,
2330 #gf-candidate-popup headerbar popover .linked > button:hover:last-child,
2331 headerbar popover window > grid.vertical > box.vertical > widget button:hover,
2332 window > grid.vertical > box.vertical > widget headerbar popover button:hover,
2333 headerbar popover layouttabbar button:hover,
2334 layouttabbar headerbar popover button:hover,
2335 headerbar popover layouttab button:hover,
2336 layouttab headerbar popover button:hover {
2337 color: #ECEFF1; }
2338 .titlebar popover button.flat label:hover, .titlebar popover button.osd.image-button label:hover,
2339 .titlebar popover .button.osd.image-button label:hover, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:hover, .titlebar popover .menu > arrow label:hover,
2340 .titlebar popover .context-menu > arrow label:hover,
2341 .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 .csd headerbar button.titlebutton label:hover,
2342 .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,
2343 headerbar popover button.flat label:hover,
2344 headerbar popover button.osd.image-button label:hover,
2345 headerbar popover .button.osd.image-button label:hover,
2346 headerbar popover button:not(.suggested-action):not(.destructive-action) label:hover,
2347 headerbar popover .menu > arrow label:hover,
2348 headerbar popover .context-menu > arrow label:hover,
2349 headerbar popover menu > arrow label:hover,
2350 headerbar popover placessidebar row button.image-button label:hover,
2351 placessidebar row headerbar popover button.image-button label:hover,
2352 .csd headerbar popover button.titlebutton label:hover,
2353 headerbar popover .csd .titlebar button.titlebutton label:hover,
2354 .csd .titlebar.selection-mode headerbar popover button.titlebutton label:hover,
2355 headerbar popover #gf-candidate-popup button label:hover,
2356 #gf-candidate-popup headerbar popover button label:hover,
2357 headerbar popover #gf-candidate-popup .linked > button:first-child label:hover,
2358 #gf-candidate-popup headerbar popover .linked > button:first-child label:hover,
2359 headerbar popover #gf-candidate-popup .linked > button:last-child label:hover,
2360 #gf-candidate-popup headerbar popover .linked > button:last-child label:hover,
2361 headerbar popover window > grid.vertical > box.vertical > widget button label:hover,
2362 window > grid.vertical > box.vertical > widget headerbar popover button label:hover,
2363 headerbar popover layouttabbar button label:hover,
2364 layouttabbar headerbar popover button label:hover,
2365 headerbar popover layouttab button label:hover,
2366 layouttab headerbar popover button label:hover {
2367 color: #ECEFF1; }
2368 .titlebar popover button.flat label:disabled, .titlebar popover button.osd.image-button label:disabled,
2369 .titlebar popover .button.osd.image-button label:disabled, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:disabled, .titlebar popover .menu > arrow label:disabled,
2370 .titlebar popover .context-menu > arrow label:disabled,
2371 .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 .csd headerbar button.titlebutton label:disabled,
2372 .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,
2373 headerbar popover button.flat label:disabled,
2374 headerbar popover button.osd.image-button label:disabled,
2375 headerbar popover .button.osd.image-button label:disabled,
2376 headerbar popover button:not(.suggested-action):not(.destructive-action) label:disabled,
2377 headerbar popover .menu > arrow label:disabled,
2378 headerbar popover .context-menu > arrow label:disabled,
2379 headerbar popover menu > arrow label:disabled,
2380 headerbar popover placessidebar row button.image-button label:disabled,
2381 placessidebar row headerbar popover button.image-button label:disabled,
2382 .csd headerbar popover button.titlebutton label:disabled,
2383 headerbar popover .csd .titlebar button.titlebutton label:disabled,
2384 .csd .titlebar.selection-mode headerbar popover button.titlebutton label:disabled,
2385 headerbar popover #gf-candidate-popup button label:disabled,
2386 #gf-candidate-popup headerbar popover button label:disabled,
2387 headerbar popover #gf-candidate-popup .linked > button:first-child label:disabled,
2388 #gf-candidate-popup headerbar popover .linked > button:first-child label:disabled,
2389 headerbar popover #gf-candidate-popup .linked > button:last-child label:disabled,
2390 #gf-candidate-popup headerbar popover .linked > button:last-child label:disabled,
2391 headerbar popover window > grid.vertical > box.vertical > widget button label:disabled,
2392 window > grid.vertical > box.vertical > widget headerbar popover button label:disabled,
2393 headerbar popover layouttabbar button label:disabled,
2394 layouttabbar headerbar popover button label:disabled,
2395 headerbar popover layouttab button label:disabled,
2396 layouttab headerbar popover button label:disabled {
2397 color: rgba(236, 239, 241, 0.3); }
2398 .titlebar switch,
2399 headerbar switch {
2400 margin: 0.20301rem 0;
2401 color: rgba(236, 239, 241, 0.75);
2402 background-color: rgba(236, 239, 241, 0.075); }
2403 .titlebar switch:checked,
2404 headerbar switch:checked {
2405 background-color: rgba(0, 188, 212, 0.2); }
2406 .titlebar switch:checked:disabled,
2407 headerbar switch:checked:disabled {
2408 background-color: rgba(0, 188, 212, 0.2); }
2409 .titlebar switch:disabled,
2410 headerbar switch:disabled {
2411 color: rgba(236, 239, 241, 0.3);
2412 background-color: alpha(currentColor, 0.2); }
2413 .titlebar switch slider,
2414 headerbar switch slider {
2415 background-color: #3e515a; }
2416 .titlebar switch:hover slider,
2417 headerbar switch:hover slider {
2418 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
2419 .titlebar switch:checked slider,
2420 headerbar switch:checked slider {
2421 background-color: #C5A68E; }
2422 .titlebar switch:checked slider:disabled,
2423 headerbar switch:checked slider:disabled {
2424 background-color: #3F4E56; }
2425 .titlebar switch:disabled slider,
2426 headerbar switch:disabled slider {
2427 background-color: #3F4E56; }
2428 .titlebar spinner,
2429 headerbar spinner {
2430 min-width: 1rem;
2431 min-height: 1rem;
2432 margin: -0.3985rem; }
2433 .titlebar.selection-mode,
2434 headerbar.selection-mode {
2435 border-width: 1px 0 1px 0;
2436 border-top-color: rgba(255, 255, 255, 0.07);
2437 border-bottom-color: transparent;
2438 background-color: #C5A68E;
2439 color: #FFFFFF; }
2440 .titlebar.selection-mode button,
2441 .titlebar.selection-mode button.image-button,
2442 headerbar.selection-mode button,
2443 headerbar.selection-mode button.image-button {
2444 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
2445 color: rgba(255, 255, 255, 0.85); }
2446 .titlebar.selection-mode button:hover, .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
2447 .titlebar.selection-mode button.image-button:hover,
2448 .titlebar.selection-mode button.image-button:active,
2449 .titlebar.selection-mode button.image-button:checked,
2450 headerbar.selection-mode button:hover,
2451 headerbar.selection-mode button:active,
2452 headerbar.selection-mode button:checked,
2453 headerbar.selection-mode button.image-button:hover,
2454 headerbar.selection-mode button.image-button:active,
2455 headerbar.selection-mode button.image-button:checked {
2456 color: #FFFFFF; }
2457 .titlebar.selection-mode button:disabled,
2458 .titlebar.selection-mode button.image-button:disabled,
2459 headerbar.selection-mode button:disabled,
2460 headerbar.selection-mode button.image-button:disabled {
2461 color: rgba(236, 239, 241, 0.225); }
2462 .titlebar.selection-mode button:checked,
2463 .titlebar.selection-mode button.image-button:checked,
2464 headerbar.selection-mode button:checked,
2465 headerbar.selection-mode button.image-button:checked {
2466 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
2467 color: #FFFFFF;
2468 background-color: transparent; }
2469 .titlebar.selection-mode button:checked:disabled,
2470 .titlebar.selection-mode button.image-button:checked:disabled,
2471 headerbar.selection-mode button:checked:disabled,
2472 headerbar.selection-mode button.image-button:checked:disabled {
2473 color: rgba(255, 255, 255, 0.4); }
2474 .titlebar.selection-mode button:checked:disabled > label,
2475 .titlebar.selection-mode button.image-button:checked:disabled > label,
2476 headerbar.selection-mode button:checked:disabled > label,
2477 headerbar.selection-mode button.image-button:checked:disabled > label {
2478 color: inherit; }
2479 .titlebar.selection-mode button.suggested-action,
2480 .titlebar.selection-mode button.image-button.suggested-action,
2481 headerbar.selection-mode button.suggested-action,
2482 headerbar.selection-mode button.image-button.suggested-action {
2483 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);
2484 background-color: #546E7A;
2485 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));
2486 color: rgba(236, 239, 241, 0.75); }
2487 .titlebar.selection-mode button.suggested-action:hover,
2488 .titlebar.selection-mode button.image-button.suggested-action:hover,
2489 headerbar.selection-mode button.suggested-action:hover,
2490 headerbar.selection-mode button.image-button.suggested-action:hover {
2491 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);
2492 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));
2493 color: #ECEFF1; }
2494 .titlebar.selection-mode button.suggested-action:active,
2495 .titlebar.selection-mode button.image-button.suggested-action:active,
2496 headerbar.selection-mode button.suggested-action:active,
2497 headerbar.selection-mode button.image-button.suggested-action:active {
2498 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);
2499 color: #ECEFF1;
2500 transition-duration: 0;
2501 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2502 .titlebar.selection-mode button.suggested-action:disabled,
2503 .titlebar.selection-mode button.image-button.suggested-action:disabled,
2504 headerbar.selection-mode button.suggested-action:disabled,
2505 headerbar.selection-mode button.image-button.suggested-action:disabled {
2506 box-shadow: none;
2507 background-color: alpha(currentColor, 0.2);
2508 color: rgba(236, 239, 241, 0.225); }
2509 .titlebar.selection-mode button.suggested-action:disabled > label,
2510 .titlebar.selection-mode button.image-button.suggested-action:disabled > label,
2511 headerbar.selection-mode button.suggested-action:disabled > label,
2512 headerbar.selection-mode button.image-button.suggested-action:disabled > label {
2513 color: inherit; }
2514 .titlebar.selection-mode button.text-button, .titlebar.selection-mode button.suggested-action,
2515 .titlebar.selection-mode button.image-button.text-button,
2516 .titlebar.selection-mode button.image-button.suggested-action,
2517 headerbar.selection-mode button.text-button,
2518 headerbar.selection-mode button.suggested-action,
2519 headerbar.selection-mode button.image-button.text-button,
2520 headerbar.selection-mode button.image-button.suggested-action {
2521 color: rgba(255, 255, 255, 0.85); }
2522 .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,
2523 .titlebar.selection-mode button.image-button.text-button:hover,
2524 .titlebar.selection-mode button.image-button.text-button:active,
2525 .titlebar.selection-mode button.image-button.text-button:checked,
2526 .titlebar.selection-mode button.image-button.suggested-action:hover,
2527 .titlebar.selection-mode button.image-button.suggested-action:active,
2528 .titlebar.selection-mode button.image-button.suggested-action:checked,
2529 headerbar.selection-mode button.text-button:hover,
2530 headerbar.selection-mode button.text-button:active,
2531 headerbar.selection-mode button.text-button:checked,
2532 headerbar.selection-mode button.suggested-action:hover,
2533 headerbar.selection-mode button.suggested-action:active,
2534 headerbar.selection-mode button.suggested-action:checked,
2535 headerbar.selection-mode button.image-button.text-button:hover,
2536 headerbar.selection-mode button.image-button.text-button:active,
2537 headerbar.selection-mode button.image-button.text-button:checked,
2538 headerbar.selection-mode button.image-button.suggested-action:hover,
2539 headerbar.selection-mode button.image-button.suggested-action:active,
2540 headerbar.selection-mode button.image-button.suggested-action:checked {
2541 color: #FFFFFF; }
2542 .titlebar.selection-mode button.text-button:disabled, .titlebar.selection-mode button.suggested-action:disabled,
2543 .titlebar.selection-mode button.image-button.text-button:disabled,
2544 .titlebar.selection-mode button.image-button.suggested-action:disabled,
2545 headerbar.selection-mode button.text-button:disabled,
2546 headerbar.selection-mode button.suggested-action:disabled,
2547 headerbar.selection-mode button.image-button.text-button:disabled,
2548 headerbar.selection-mode button.image-button.suggested-action:disabled {
2549 color: rgba(255, 255, 255, 0.4); }
2550 .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action),
2551 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
2552 border-radius: 100px;
2553 -gtk-outline-radius: 100px; }
2554 .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,
2555 .titlebar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2556 .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2557 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,
2558 .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2559 .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 .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,
2560 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button,
2561 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
2562 headerbar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2563 headerbar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2564 headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu,
2565 .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2566 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2567 headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2568 headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2569 headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
2570 headerbar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2571 placessidebar row headerbar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2572 headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu,
2573 #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2574 headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu,
2575 window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2576 headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu,
2577 layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
2578 headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu,
2579 layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu {
2580 border-radius: 2px;
2581 -gtk-outline-radius: 2px; }
2582 .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,
2583 .titlebar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2584 .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2585 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,
2586 .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2587 .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 .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,
2588 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2589 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
2590 headerbar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2591 headerbar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2592 headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2593 .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2594 headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2595 headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2596 headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2597 headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2598 headerbar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2599 placessidebar row headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2600 headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2601 #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2602 headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2603 window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2604 headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2605 layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2606 headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2607 layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button {
2608 border-radius: 100px;
2609 -gtk-outline-radius: 100px; }
2610 .titlebar.selection-mode entry, .titlebar.selection-mode spinbutton:not(.vertical),
2611 headerbar.selection-mode entry,
2612 headerbar.selection-mode spinbutton:not(.vertical) {
2613 color: rgba(236, 239, 241, 0.75); }
2614 .titlebar.selection-mode entry:focus, .titlebar.selection-mode spinbutton:focus:not(.vertical),
2615 headerbar.selection-mode entry:focus,
2616 headerbar.selection-mode spinbutton:focus:not(.vertical) {
2617 color: #ECEFF1; }
2618 .titlebar.selection-mode entry:disabled, .titlebar.selection-mode spinbutton:disabled:not(.vertical),
2619 headerbar.selection-mode entry:disabled,
2620 headerbar.selection-mode spinbutton:disabled:not(.vertical) {
2621 color: rgba(236, 239, 241, 0.225); }
2622 .titlebar.selection-mode .selection-menu,
2623 headerbar.selection-mode .selection-menu {
2624 padding-left: 1.20301rem;
2625 padding-right: 1.20301rem; }
2626 .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu.popup,
2627 headerbar.selection-mode .selection-menu,
2628 headerbar.selection-mode .selection-menu.popup {
2629 color: rgba(255, 255, 255, 0.85); }
2630 .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,
2631 headerbar.selection-mode .selection-menu:hover,
2632 headerbar.selection-mode .selection-menu:active,
2633 headerbar.selection-mode .selection-menu:checked,
2634 headerbar.selection-mode .selection-menu.popup:hover,
2635 headerbar.selection-mode .selection-menu.popup:active,
2636 headerbar.selection-mode .selection-menu.popup:checked {
2637 color: #FFFFFF; }
2638 .titlebar.selection-mode .selection-menu:disabled, .titlebar.selection-mode .selection-menu.popup:disabled,
2639 headerbar.selection-mode .selection-menu:disabled,
2640 headerbar.selection-mode .selection-menu.popup:disabled {
2641 color: rgba(236, 239, 241, 0.225); }
2642 .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:checked,
2643 headerbar.selection-mode .selection-menu:checked,
2644 headerbar.selection-mode .selection-menu.popup:checked {
2645 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
2646 background-color: transparent; }
2647 .titlebar.selection-mode .selection-menu:checked:disabled, .titlebar.selection-mode .selection-menu.popup:checked:disabled,
2648 headerbar.selection-mode .selection-menu:checked:disabled,
2649 headerbar.selection-mode .selection-menu.popup:checked:disabled {
2650 color: rgba(255, 255, 255, 0.4); }
2651 .titlebar.selection-mode .selection-menu:checked:disabled > label, .titlebar.selection-mode .selection-menu.popup:checked:disabled > label,
2652 headerbar.selection-mode .selection-menu:checked:disabled > label,
2653 headerbar.selection-mode .selection-menu.popup:checked:disabled > label {
2654 color: inherit; }
2655 .titlebar.selection-mode .selection-menu GtkArrow,
2656 headerbar.selection-mode .selection-menu GtkArrow {
2657 -GtkArrow-arrow-scaling: 1.0; }
2658 .titlebar.selection-mode .selection-menu .arrow,
2659 headerbar.selection-mode .selection-menu .arrow {
2660 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2661 color: rgba(255, 255, 255, 0.85); }
2662 .tiled .titlebar, .tiled
2663 headerbar {
2664 transition: none; }
2665 .maximized .titlebar, .maximized
2666 headerbar {
2667 transition: none; }
2668 .titlebar.default-decoration,
2669 headerbar.default-decoration {
2670 min-height: 26.7px;
2671 padding: 5.3px;
2672 border-width: 0; }
2673 .titlebar.default-decoration .title,
2674 headerbar.default-decoration .title {
2675 color: #ECEFF1; }
2676 .titlebar.default-decoration .title:backdrop,
2677 headerbar.default-decoration .title:backdrop {
2678 color: rgba(236, 239, 241, 0.4); }
2679 .titlebar.default-decoration button.titlebutton,
2680 headerbar.default-decoration button.titlebutton {
2681 min-width: 26.7px;
2682 min-height: 26.7px;
2683 margin: 0;
2684 padding: 0;
2685 color: rgba(236, 239, 241, 0.75);
2686 background-size: 2.44361rem 2.44361rem, auto; }
2687 .titlebar.default-decoration button.titlebutton:hover, .titlebar.default-decoration button.titlebutton:active,
2688 headerbar.default-decoration button.titlebutton:hover,
2689 headerbar.default-decoration button.titlebutton:active {
2690 color: #ECEFF1; }
2691 .titlebar.default-decoration button.titlebutton:backdrop,
2692 headerbar.default-decoration button.titlebutton:backdrop {
2693 color: rgba(236, 239, 241, 0.4); }
2694
2695headerbar {
2696 border-width: 1px 0 1px;
2697 border-style: solid;
2698 border-top-color: #13191C;
2699 border-bottom-color: #242F35; }
2700 headerbar.titlebar, .csd headerbar, box headerbar:only-child {
2701 padding: 0.3985rem;
2702 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2); }
2703 box headerbar:not(:only-child):first-child, box headerbar:not(:only-child):last-child {
2704 border-left-color: #13191C;
2705 border-right-color: #13191C; }
2706 .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 {
2707 border-left-color: #13191c;
2708 border-right-color: #13191c; }
2709 box headerbar:not(:only-child):last-child:dir(ltr) {
2710 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #13191C, -2px 0 0 -1px rgba(0, 0, 0, 0.11); }
2711 box headerbar:not(:only-child):last-child:dir(rtl) {
2712 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #13191C, 2px 0 0 -1px rgba(0, 0, 0, 0.11); }
2713
2714box headerbar.selection-mode:not(:only-child):last-child:dir(ltr) {
2715 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #C5A68E, -2px 0 0 -1px #242F35; }
2716box headerbar.selection-mode:not(:only-child):last-child:dir(rtl) {
2717 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #C5A68E, 2px 0 0 -1px #242F35; }
2718
2719headerbar,
2720.titlebar {
2721 border-top-left-radius: 2px;
2722 border-top-right-radius: 2px; }
2723 box headerbar:not(:last-child):not(.titlebar):dir(ltr), box
2724 .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
2725 border-top-left-radius: 2px;
2726 border-top-right-radius: 0; }
2727 box headerbar:not(:last-child):not(.titlebar):dir(rtl), box
2728 .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
2729 border-top-left-radius: 0;
2730 border-top-right-radius: 2px; }
2731 box headerbar:last-child:not(.titlebar):dir(ltr), box
2732 .titlebar:last-child:not(.titlebar):dir(ltr) {
2733 border-top-left-radius: 0; }
2734 box headerbar:last-child:not(.titlebar):dir(rtl), box
2735 .titlebar:last-child:not(.titlebar):dir(rtl) {
2736 border-top-right-radius: 0; }
2737
2738window:not(.maximized):not(.tiled) paned.titlebar {
2739 border-top-left-radius: 2px;
2740 border-top-right-radius: 2px; }
2741 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(ltr) {
2742 border-top-left-radius: 2px;
2743 border-top-right-radius: 0; }
2744 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(rtl) {
2745 border-top-left-radius: 0;
2746 border-top-right-radius: 2px; }
2747 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(ltr) {
2748 border-top-left-radius: 0;
2749 border-top-right-radius: 2px; }
2750 window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(rtl) {
2751 border-top-left-radius: 2px;
2752 border-top-right-radius: 0; }
2753
2754.ssd decoration .titlebar {
2755 border-top: 1px solid rgba(255, 255, 255, 0.07);
2756 box-shadow: none; }
2757
2758.tiled .titlebar, .tiled
2759headerbar, .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 {
2760 border-radius: 0;
2761 border-color: #13191c;
2762 border-width: 2px 0 0 0;
2763 border-top-color: #4DD0E1;
2764 background-color: #13191c;
2765 box-shadow: none; }
2766 .tiled .titlebar:backdrop, .tiled
2767 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 {
2768 border-top-color: alpha(currentColor, 0.2); }
2769
2770.maximized .titlebar, .maximized
2771headerbar, .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 {
2772 border-radius: 0;
2773 border-color: #13191c;
2774 border-width: 1px 0 0 0;
2775 background-color: #13191c;
2776 box-shadow: none; }
2777
2778/************
2779 * Pathbars *
2780 ************/
2781.linked.path-bar button, .linked.path-bar button.text-button,
2782.path-bar button,
2783.path-bar button.text-button {
2784 padding: 0 0.09774rem 0;
2785 -gtk-outline-radius: 2px; }
2786.linked.path-bar button.image-button,
2787.path-bar button.image-button {
2788 padding: 0 0.3985rem 0; }
2789.linked.path-bar button.text-button.image-button,
2790.path-bar button.text-button.image-button {
2791 -gtk-outline-radius: 2px; }
2792 .linked.path-bar button.text-button.image-button label,
2793 .path-bar button.text-button.image-button label {
2794 padding-left: 0;
2795 padding-right: 0; }
2796.linked.path-bar button.text-button.image-button label:last-child,
2797.path-bar button.text-button.image-button label:last-child {
2798 padding-right: 0.3985rem; }
2799.linked.path-bar button.text-button.image-button label:first-child,
2800.path-bar button.text-button.image-button label:first-child {
2801 padding-left: 0.3985rem; }
2802.linked.path-bar button image,
2803.path-bar button image {
2804 padding: 0.09774rem 0.3985rem 0; }
2805.linked.path-bar button.slider-button, .linked.path-bar button.image-button.text-button.toggle,
2806.path-bar button.slider-button,
2807.path-bar button.image-button.text-button.toggle {
2808 min-height: 1.30075rem;
2809 padding: 0 0.09774rem 0;
2810 -gtk-outline-radius: 2px; }
2811
2812/**************
2813 * Tree Views *
2814 **************/
2815treeview.view, .tweak-category {
2816 border-left-color: alpha(currentColor, 0.2);
2817 border-top-color: rgba(0, 0, 0, 0.11);
2818 border-radius: 0;
2819 background-color: transparent;
2820 background-image: none;
2821 box-shadow: none; }
2822 * {
2823 -GtkTreeView-horizontal-separator: 4;
2824 -GtkTreeView-grid-line-width: 1;
2825 -GtkTreeView-grid-line-pattern: '';
2826 -GtkTreeView-tree-line-width: 1;
2827 -GtkTreeView-tree-line-pattern: '';
2828 -GtkTreeView-expander-size: 16; }
2829 treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active {
2830 border-radius: 0; }
2831 treeview.view:selected, .tweak-category:selected {
2832 border-radius: 0; }
2833 treeview.view, .tweak-category, treeview.view entry, .tweak-category entry, treeview.view spinbutton:not(.vertical), .tweak-category spinbutton:not(.vertical), treeview.view entry > label, .tweak-category entry > label, treeview.view spinbutton:not(.vertical) > label, .tweak-category spinbutton:not(.vertical) > label {
2834 color: rgba(236, 239, 241, 0.75); }
2835 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), treeview.view entry > label:hover, .tweak-category entry > label:hover, treeview.view spinbutton:not(.vertical) > label:hover, .tweak-category spinbutton:not(.vertical) > label:hover, treeview.view entry > label:active, .tweak-category entry > label:active, treeview.view spinbutton:not(.vertical) > label:active, .tweak-category spinbutton:not(.vertical) > label:active, treeview.view entry > label:focus, .tweak-category entry > label:focus, treeview.view spinbutton:not(.vertical) > label:focus, .tweak-category spinbutton:not(.vertical) > label:focus {
2836 color: #ECEFF1; }
2837 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), treeview.view entry > label:selected, .tweak-category entry > label:selected, treeview.view spinbutton:not(.vertical) > label:selected, .tweak-category spinbutton:not(.vertical) > label:selected {
2838 color: #FFFFFF; }
2839 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), treeview.view entry > label:disabled, .tweak-category entry > label:disabled, treeview.view spinbutton:not(.vertical) > label:disabled, .tweak-category spinbutton:not(.vertical) > label:disabled {
2840 color: rgba(236, 239, 241, 0.3); }
2841 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), treeview.view entry > label:disabled:selected, .tweak-category entry > label:disabled:selected, treeview.view spinbutton:not(.vertical) > label:disabled:selected, .tweak-category spinbutton:not(.vertical) > label:disabled:selected {
2842 color: rgba(255, 255, 255, 0.4); }
2843 treeview.view .separator, .tweak-category .separator, treeview.view .separator:hover, .tweak-category .separator:hover {
2844 color: transparent;
2845 background-color: rgba(0, 0, 0, 0.11); }
2846 treeview.view.dnd, .dnd.tweak-category {
2847 border-style: solid none;
2848 border-width: 1px;
2849 border-color: #76d6e3; }
2850 treeview.view expander arrow, .tweak-category expander arrow {
2851 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2852 treeview.view expander arrow:dir(rtl), .tweak-category expander arrow:dir(rtl) {
2853 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2854 treeview.view expander arrow:checked, .tweak-category expander arrow:checked {
2855 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2856 treeview.view expander arrow:selected, .tweak-category expander arrow:selected {
2857 color: rgba(255, 255, 255, 0.75); }
2858 treeview.view expander arrow:selected:hover, .tweak-category expander arrow:selected:hover, treeview.view expander arrow:selected:active, .tweak-category expander arrow:selected:active {
2859 color: #FFFFFF; }
2860 treeview.view.progressbar, .progressbar.tweak-category {
2861 box-shadow: inset 0 -4px #C5A68E; }
2862 treeview.view.progressbar:selected, .progressbar.tweak-category:selected {
2863 box-shadow: inset 0 -4px #FFFFFF; }
2864 treeview.view.trough, .trough.tweak-category {
2865 box-shadow: inset 0 -4px alpha(#C5A68E, 0.2); }
2866 treeview.view.trough:selected, .trough.tweak-category:selected {
2867 box-shadow: inset 0 -4px alpha(#FFFFFF, 0.2); }
2868 treeview.view, .tweak-category, paned treeview.view, paned .tweak-category {
2869 background-color: #455A64; }
2870 treeview.view:hover, .tweak-category:hover,
2871 treeview.view row:hover,
2872 .tweak-category row:hover, paned treeview.view:hover, paned .tweak-category:hover,
2873 paned treeview.view row:hover,
2874 paned .tweak-category row:hover {
2875 color: #ECEFF1; }
2876 treeview.view header button, .tweak-category header button {
2877 min-height: 1.50376rem;
2878 padding: 0 0.50376rem 0;
2879 border-style: none solid solid none;
2880 border-width: 1px;
2881 border-color: rgba(0, 0, 0, 0.11);
2882 border-radius: 0;
2883 box-shadow: none;
2884 background-color: #455A64;
2885 color: rgba(236, 239, 241, 0.5); }
2886 treeview.view header:hover, .tweak-category header:hover, treeview.view header:active, .tweak-category header:active {
2887 color: #ECEFF1;
2888 box-shadow: none; }
2889 treeview.view header:disabled, .tweak-category header:disabled {
2890 background-color: #455A64; }
2891 treeview.view button:last-child, .tweak-category button:last-child, treeview.view:last-child button, .tweak-category:last-child button {
2892 border-right-style: none; }
2893 treeview.view.separator, .separator.tweak-category {
2894 min-height: 0.15038rem;
2895 color: transparent;
2896 background-color: rgba(0, 0, 0, 0.11); }
2897 treeview.view acceleditor > label, .tweak-category acceleditor > label {
2898 background-color: #C5A68E; }
2899
2900column-header.button.dnd, treeview.view header.dnd, .tweak-category header.dnd {
2901 transition: none;
2902 border-left-style: solid;
2903 color: #C5A68E; }
2904
2905/*********
2906 * Menus *
2907 *********/
2908.menubar,
2909menubar {
2910 -GtkWidget-window-dragging: true;
2911 padding: 0;
2912 box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.26), inset 0 5px 3px -5px rgba(0, 0, 0, 0.39), inset 0 -1px rgba(0, 0, 0, 0.11);
2913 background-color: #13191C;
2914 color: rgba(236, 239, 241, 0.75); }
2915 .tiled .menubar, .maximized .menubar, .tiled
2916 menubar, .maximized
2917 menubar {
2918 background-color: #13191c;
2919 box-shadow: none;
2920 transition: none; }
2921 .menubar > menuitem,
2922 menubar > menuitem {
2923 min-height: 1.50376rem;
2924 padding: 0.3985rem 0.6015rem 0.50376rem;
2925 color: rgba(236, 239, 241, 0.75);
2926 background-color: transparent; }
2927 .menubar > menuitem:hover,
2928 menubar > menuitem:hover {
2929 color: #ECEFF1;
2930 box-shadow: inset 0 -2px #C5A68E; }
2931 .menubar > menuitem:disabled,
2932 menubar > menuitem:disabled {
2933 color: rgba(236, 239, 241, 0.3);
2934 box-shadow: none; }
2935
2936.menu,
2937.context-menu,
2938menu {
2939 margin: 0.30075rem 0;
2940 padding: 0.30075rem 0;
2941 border-width: 1px;
2942 border-style: solid;
2943 border-color: #455A64 transparent transparent;
2944 background-color: #42565f; }
2945 .csd .menu, .csd
2946 .context-menu, .csd
2947 menu {
2948 border-width: 1px;
2949 border-radius: 2px;
2950 border-color: #455A64 transparent transparent; }
2951 .menu .menuitem,
2952 .menu menuitem,
2953 .context-menu .menuitem,
2954 .context-menu menuitem,
2955 menu .menuitem,
2956 menu menuitem {
2957 min-height: 1.50376rem;
2958 min-width: 3.00752rem;
2959 padding: 0.3985rem 0.6015rem 0.50376rem;
2960 color: rgba(236, 239, 241, 0.75);
2961 font: initial;
2962 text-shadow: none;
2963 transition: none; }
2964 .menu .menuitem:hover,
2965 .menu menuitem:hover,
2966 .context-menu .menuitem:hover,
2967 .context-menu menuitem:hover,
2968 menu .menuitem:hover,
2969 menu menuitem:hover {
2970 color: #ECEFF1;
2971 background-color: alpha(currentColor, 0.1);
2972 transition: none; }
2973 .menu .menuitem:disabled,
2974 .menu menuitem:disabled,
2975 .context-menu .menuitem:disabled,
2976 .context-menu menuitem:disabled,
2977 menu .menuitem:disabled,
2978 menu menuitem:disabled {
2979 color: rgba(236, 239, 241, 0.3); }
2980 .menu .menuitem arrow,
2981 .menu menuitem arrow,
2982 .context-menu .menuitem arrow,
2983 .context-menu menuitem arrow,
2984 menu .menuitem arrow,
2985 menu menuitem arrow {
2986 min-height: 1.20301rem;
2987 min-width: 1.20301rem; }
2988 .menu .menuitem arrow:dir(ltr),
2989 .menu menuitem arrow:dir(ltr),
2990 .context-menu .menuitem arrow:dir(ltr),
2991 .context-menu menuitem arrow:dir(ltr),
2992 menu .menuitem arrow:dir(ltr),
2993 menu menuitem arrow:dir(ltr) {
2994 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2995 margin-left: 0.80451rem; }
2996 .menu .menuitem arrow:dir(rtl),
2997 .menu menuitem arrow:dir(rtl),
2998 .context-menu .menuitem arrow:dir(rtl),
2999 .context-menu menuitem arrow:dir(rtl),
3000 menu .menuitem arrow:dir(rtl),
3001 menu menuitem arrow:dir(rtl) {
3002 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
3003 margin-right: 0.80451rem; }
3004 .menu .menuitem label:dir(rtl), .menu .menuitem label:dir(ltr),
3005 .menu menuitem label:dir(rtl),
3006 .menu menuitem label:dir(ltr),
3007 .context-menu .menuitem label:dir(rtl),
3008 .context-menu .menuitem label:dir(ltr),
3009 .context-menu menuitem label:dir(rtl),
3010 .context-menu menuitem label:dir(ltr),
3011 menu .menuitem label:dir(rtl),
3012 menu .menuitem label:dir(ltr),
3013 menu menuitem label:dir(rtl),
3014 menu menuitem label:dir(ltr) {
3015 color: inherit; }
3016 .menu > arrow,
3017 .context-menu > arrow,
3018 menu > arrow {
3019 min-height: 1.20301rem;
3020 min-width: 1.20301rem;
3021 padding: 0.30075rem;
3022 border-style: none;
3023 border-radius: 0;
3024 background-color: #42565f; }
3025 .menu > arrow.top,
3026 .context-menu > arrow.top,
3027 menu > arrow.top {
3028 margin-top: -0.3985rem;
3029 -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
3030 border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
3031 .menu > arrow.bottom,
3032 .context-menu > arrow.bottom,
3033 menu > arrow.bottom {
3034 margin-bottom: -0.3985rem;
3035 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3036 border-top: 1px solid rgba(0, 0, 0, 0.11); }
3037 .menu > arrow:hover,
3038 .context-menu > arrow:hover,
3039 menu > arrow:hover {
3040 background-color: #3b4c54; }
3041 .menu > arrow:disabled,
3042 .context-menu > arrow:disabled,
3043 menu > arrow:disabled {
3044 color: transparent;
3045 background-color: transparent;
3046 border-color: transparent; }
3047 .menu > separator:dir(ltr),
3048 .context-menu > separator:dir(ltr),
3049 menu > separator:dir(ltr) {
3050 margin-left: 2.40602rem; }
3051 .menu > separator:dir(rtl),
3052 .context-menu > separator:dir(rtl),
3053 menu > separator:dir(rtl) {
3054 margin-right: 2.40602rem; }
3055
3056menuitem accelerator {
3057 color: alpha(currentColor, 0.55); }
3058menuitem separator {
3059 color: transparent;
3060 background: none;
3061 border-top: 1px solid rgba(0, 0, 0, 0.11); }
3062 menuitem separator:dir(ltr) {
3063 margin-left: 2.40602rem; }
3064 menuitem separator:dir(rtl) {
3065 margin-right: 2.40602rem; }
3066
3067.csd.popup {
3068 border-radius: 2px; }
3069
3070/************
3071 * Popovers *
3072 ************/
3073popover.background {
3074 padding: 2px;
3075 background-color: #42565f;
3076 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
3077 .csd popover.background, popover.background {
3078 border: 1px solid;
3079 border-color: #455A64 #42565f #42565f;
3080 border-radius: 2px; }
3081 popover.background:backdrop {
3082 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
3083 popover.background > list,
3084 popover.background > .view,
3085 popover.background > iconview,
3086 popover.background > toolbar, popover.background.osd > toolbar {
3087 border-style: none;
3088 border-image: none;
3089 background-color: transparent; }
3090 popover.background button menuitem.flat,
3091 popover.background button.flat,
3092 popover.background button.osd.image-button,
3093 popover.background .button.osd.image-button,
3094 popover.background .titlebar button:not(.suggested-action):not(.destructive-action),
3095 .titlebar popover.background button:not(.suggested-action):not(.destructive-action),
3096 popover.background headerbar button:not(.suggested-action):not(.destructive-action),
3097 headerbar popover.background button:not(.suggested-action):not(.destructive-action),
3098 popover.background .menu > arrow,
3099 popover.background .context-menu > arrow,
3100 popover.background menu > arrow,
3101 popover.background placessidebar row button.image-button,
3102 placessidebar row popover.background button.image-button,
3103 popover.background .csd headerbar button.titlebutton,
3104 .csd headerbar popover.background button.titlebutton,
3105 popover.background .csd .titlebar button.titlebutton,
3106 .csd .titlebar popover.background button.titlebutton,
3107 popover.background #gf-candidate-popup button,
3108 #gf-candidate-popup popover.background button,
3109 popover.background #gf-candidate-popup .linked > button:first-child,
3110 #gf-candidate-popup popover.background .linked > button:first-child,
3111 popover.background #gf-candidate-popup .linked > button:last-child,
3112 #gf-candidate-popup popover.background .linked > button:last-child,
3113 popover.background window > grid.vertical > box.vertical > widget button,
3114 window > grid.vertical > box.vertical > widget popover.background button,
3115 popover.background layouttabbar button,
3116 layouttabbar popover.background button,
3117 popover.background layouttab button,
3118 layouttab popover.background button {
3119 transition: none;
3120 padding: 0 0.75188rem 0;
3121 background-color: transparent;
3122 background-size: 9.96241rem 9.96241rem, auto;
3123 color: rgba(236, 239, 241, 0.75);
3124 font: initial; }
3125 popover.background button menuitem.flat:hover,
3126 popover.background button.flat:hover,
3127 popover.background button.osd.image-button:hover,
3128 popover.background .button.osd.image-button:hover,
3129 popover.background .titlebar button:hover:not(.suggested-action):not(.destructive-action),
3130 .titlebar popover.background button:hover:not(.suggested-action):not(.destructive-action),
3131 popover.background headerbar button:hover:not(.suggested-action):not(.destructive-action),
3132 headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action),
3133 popover.background .menu > arrow:hover,
3134 popover.background .context-menu > arrow:hover,
3135 popover.background menu > arrow:hover,
3136 popover.background placessidebar row button.image-button:hover,
3137 placessidebar row popover.background button.image-button:hover,
3138 popover.background .csd headerbar button.titlebutton:hover,
3139 .csd headerbar popover.background button.titlebutton:hover,
3140 popover.background .csd .titlebar button.titlebutton:hover,
3141 .csd .titlebar popover.background button.titlebutton:hover,
3142 popover.background #gf-candidate-popup button:hover,
3143 #gf-candidate-popup popover.background button:hover,
3144 popover.background window > grid.vertical > box.vertical > widget button:hover,
3145 window > grid.vertical > box.vertical > widget popover.background button:hover,
3146 popover.background layouttabbar button:hover,
3147 layouttabbar popover.background button:hover,
3148 popover.background layouttab button:hover,
3149 layouttab popover.background button:hover {
3150 background-color: transparent;
3151 color: #ECEFF1; }
3152 popover.background button menuitem.flat label,
3153 popover.background button.flat label,
3154 popover.background button.osd.image-button label,
3155 popover.background .button.osd.image-button label,
3156 popover.background .titlebar button:not(.suggested-action):not(.destructive-action) label,
3157 .titlebar popover.background button:not(.suggested-action):not(.destructive-action) label,
3158 popover.background headerbar button:not(.suggested-action):not(.destructive-action) label,
3159 headerbar popover.background button:not(.suggested-action):not(.destructive-action) label,
3160 popover.background .menu > arrow label,
3161 popover.background .context-menu > arrow label,
3162 popover.background menu > arrow label,
3163 popover.background placessidebar row button.image-button label,
3164 placessidebar row popover.background button.image-button label,
3165 popover.background .csd headerbar button.titlebutton label,
3166 .csd headerbar popover.background button.titlebutton label,
3167 popover.background .csd .titlebar button.titlebutton label,
3168 .csd .titlebar popover.background button.titlebutton label,
3169 popover.background #gf-candidate-popup button label,
3170 #gf-candidate-popup popover.background button label,
3171 popover.background #gf-candidate-popup .linked > button:first-child label,
3172 #gf-candidate-popup popover.background .linked > button:first-child label,
3173 popover.background #gf-candidate-popup .linked > button:last-child label,
3174 #gf-candidate-popup popover.background .linked > button:last-child label,
3175 popover.background window > grid.vertical > box.vertical > widget button label,
3176 window > grid.vertical > box.vertical > widget popover.background button label,
3177 popover.background layouttabbar button label,
3178 layouttabbar popover.background button label,
3179 popover.background layouttab button label,
3180 layouttab popover.background button label {
3181 padding: 0.20301rem 0 0.24812rem; }
3182 popover.background button.image-button {
3183 padding: 0.50376rem; }
3184 popover.background button.model.image-button {
3185 min-height: 2.00752rem; }
3186 popover.background .linked > button {
3187 box-shadow: none;
3188 background-color: transparent;
3189 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));
3190 color: rgba(236, 239, 241, 0.75); }
3191 popover.background .linked > button:hover {
3192 box-shadow: none;
3193 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));
3194 color: #ECEFF1; }
3195 popover.background .linked > button:active {
3196 box-shadow: none;
3197 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
3198 color: #ECEFF1; }
3199 popover.background .linked > button:checked {
3200 background-color: alpha(currentColor, 0.2);
3201 color: #ECEFF1;
3202 color: #ECEFF1;
3203 background-color: transparent; }
3204 popover.background .linked > button:checked:disabled > label {
3205 color: inherit; }
3206 popover.background .linked > button:disabled {
3207 box-shadow: none;
3208 background-color: transparent; }
3209 .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button {
3210 box-shadow: none;
3211 background-color: transparent;
3212 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)); }
3213 popover.background separator {
3214 margin: 0.22556rem 0; }
3215
3216/*************
3217 * Notebooks *
3218 *************/
3219notebook {
3220 padding: 0; }
3221 notebook.frame {
3222 border: 1px solid #37474F;
3223 transition: none; }
3224 notebook.frame > header, notebook.frame > header.frame {
3225 border-style: none; }
3226 notebook.frame > header.top {
3227 margin: -1px -1px 0 -1px; }
3228 notebook.frame > header.bottom {
3229 margin: 0 -1px -1px -1px; }
3230 notebook.frame > header.left {
3231 margin: -1px 0 -1px -1px; }
3232 notebook.frame > header.right {
3233 margin: -1px -1px -1px 0; }
3234 notebook > stack {
3235 transition: none; }
3236 notebook > stack:only-child {
3237 border: none;
3238 background-color: transparent;
3239 box-shadow: none; }
3240 notebook > stack:not(:only-child), notebook > stack:not(:first-child), notebook > stack:not(:last-child) {
3241 border: none;
3242 background-color: #455A64;
3243 box-shadow: inset 0 0 0 1px #455A64; }
3244 notebook > header {
3245 background-color: #3e515a; }
3246 notebook > header tabs {
3247 background-color: transparent; }
3248 notebook > header.top {
3249 box-shadow: 0 1px rgba(0, 0, 0, 0.11); }
3250 notebook > header.bottom {
3251 box-shadow: 0 -1px rgba(0, 0, 0, 0.11); }
3252 notebook > header.left {
3253 box-shadow: 1px 0 rgba(0, 0, 0, 0.11); }
3254 notebook > header.right {
3255 box-shadow: -1px 0 rgba(0, 0, 0, 0.11); }
3256 notebook > header.top > tabs {
3257 margin: 0 0.45113rem -1px 0.45113rem; }
3258 notebook > header.top > tabs > tab {
3259 margin: 0 -1px 0 -1px;
3260 padding: 0.3985rem 1.20301rem;
3261 border-bottom-width: 2px;
3262 box-shadow: none; }
3263 notebook > header.top > tabs > tab.reorderable-page {
3264 padding-left: 0.75188rem;
3265 padding-right: 0.75188rem;
3266 border-left-width: 1px;
3267 border-right-width: 1px; }
3268 notebook > header.bottom > tabs {
3269 margin: -1px 0.45113rem 0 0.45113rem; }
3270 notebook > header.bottom > tabs > tab {
3271 margin: 0 -1px 0 -1px;
3272 padding: 0.3985rem 1.20301rem;
3273 border-top-width: 2px;
3274 box-shadow: none; }
3275 notebook > header.bottom > tabs > tab.reorderable-page {
3276 padding-left: 1.20301rem;
3277 padding-right: 1.20301rem;
3278 border-left-width: 1px;
3279 border-right-width: 1px; }
3280 notebook > header.left > tabs {
3281 margin: 0.45113rem -1px 0.45113rem 0; }
3282 notebook > header.left > tabs > tab {
3283 margin: -1px 0 -1px 0;
3284 padding: 0.3985rem 0.75188rem;
3285 border-right-width: 2px;
3286 box-shadow: none; }
3287 notebook > header.left > tabs > tab.reorderable-page {
3288 border-bottom-width: 1px;
3289 border-top-width: 1px; }
3290 notebook > header.right > tabs {
3291 margin: 0.45113rem 0 0.45113rem -1px; }
3292 notebook > header.right > tabs > tab {
3293 margin: -1px 0 -1px 0;
3294 padding: 0.3985rem 0.75188rem;
3295 border-left-width: 2px;
3296 box-shadow: none; }
3297 notebook > header.right > tabs > tab.reorderable-page {
3298 border-bottom-width: 1px;
3299 border-top-width: 1px; }
3300 notebook > header.top tab.reorderable-page {
3301 border-bottom-width: 2px;
3302 border-bottom-color: transparent; }
3303 notebook > header.top tab.reorderable-page:hover {
3304 border-color: rgba(0, 0, 0, 0.11);
3305 border-bottom-width: 2px;
3306 border-bottom-color: rgba(0, 0, 0, 0.11);
3307 background-color: #455A64;
3308 box-shadow: none; }
3309 notebook > header.top tab.reorderable-page:checked {
3310 border-color: rgba(0, 0, 0, 0.11);
3311 border-bottom-width: 2px;
3312 border-bottom-color: #C5A68E;
3313 background-color: #455A64;
3314 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
3315 notebook > header.bottom tab.reorderable-page {
3316 border-top-width: 2px;
3317 border-top-color: transparent; }
3318 notebook > header.bottom tab.reorderable-page:hover {
3319 border-color: rgba(0, 0, 0, 0.11);
3320 border-top-width: 2px;
3321 border-top-color: rgba(0, 0, 0, 0.11);
3322 background-color: #455A64;
3323 box-shadow: none; }
3324 notebook > header.bottom tab.reorderable-page:checked {
3325 border-color: rgba(0, 0, 0, 0.11);
3326 border-top-width: 2px;
3327 border-top-color: #C5A68E;
3328 background-color: #455A64;
3329 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
3330 notebook > header.left tab.reorderable-page {
3331 border-right-width: 2px;
3332 border-right-color: transparent; }
3333 notebook > header.left tab.reorderable-page:hover {
3334 border-color: rgba(0, 0, 0, 0.11);
3335 border-right-width: 2px;
3336 border-right-color: rgba(0, 0, 0, 0.11);
3337 background-color: #455A64;
3338 box-shadow: none; }
3339 notebook > header.left tab.reorderable-page:checked {
3340 border-color: rgba(0, 0, 0, 0.11);
3341 border-right-width: 2px;
3342 border-right-color: #C5A68E;
3343 background-color: #455A64;
3344 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
3345 notebook > header.right tab.reorderable-page {
3346 border-left-width: 2px;
3347 border-left-color: transparent; }
3348 notebook > header.right tab.reorderable-page:hover {
3349 border-color: rgba(0, 0, 0, 0.11);
3350 border-left-width: 2px;
3351 border-left-color: rgba(0, 0, 0, 0.11);
3352 background-color: #455A64;
3353 box-shadow: none; }
3354 notebook > header.right tab.reorderable-page:checked {
3355 border-color: rgba(0, 0, 0, 0.11);
3356 border-left-width: 2px;
3357 border-left-color: #C5A68E;
3358 background-color: #455A64;
3359 box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
3360 notebook > header > tabs > arrow {
3361 transition: none;
3362 min-height: 1.20301rem;
3363 min-width: 1.20301rem;
3364 margin: 0 0.50376rem;
3365 border-radius: 0;
3366 color: rgba(236, 239, 241, 0.5); }
3367 notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active {
3368 color: #ECEFF1; }
3369 notebook > header > tabs > arrow:disabled {
3370 color: rgba(236, 239, 241, 0.3); }
3371 notebook > header.top button, notebook > header.bottom button, notebook > header.left button, notebook > header.right button {
3372 min-height: 1.20301rem;
3373 min-width: 1.20301rem;
3374 padding: 0;
3375 border-radius: 100px;
3376 -gtk-outline-radius: 100px; }
3377 notebook > header.top button > image, notebook > header.bottom button > image, notebook > header.left button > image, notebook > header.right button > image {
3378 padding: 0.50376rem; }
3379 notebook tab {
3380 border-width: 0;
3381 border-style: solid;
3382 border-color: transparent;
3383 background-color: transparent;
3384 outline-offset: -0.45113rem; }
3385 notebook tab:hover {
3386 border-color: alpha(currentColor, 0.2); }
3387 notebook tab:checked {
3388 border-color: #C5A68E; }
3389 notebook tab label {
3390 padding: 0.09774rem;
3391 font-weight: 700;
3392 color: rgba(236, 239, 241, 0.5); }
3393 notebook tab.reorderable-page label {
3394 padding: 0.3985rem 0 0.3985rem; }
3395 notebook tab:hover label {
3396 color: #ECEFF1; }
3397 notebook tab:checked label {
3398 color: #ECEFF1; }
3399 notebook tab button {
3400 box-shadow: none;
3401 background-color: transparent;
3402 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));
3403 min-width: 1.20301rem;
3404 min-height: 1.20301rem;
3405 padding: 0;
3406 border-radius: 100px;
3407 -gtk-outline-radius: 100px;
3408 background-size: 2.44361rem 2.44361rem, auto;
3409 color: rgba(236, 239, 241, 0.5); }
3410 notebook tab button:hover {
3411 box-shadow: none;
3412 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)); }
3413 notebook tab button:active {
3414 box-shadow: none;
3415 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
3416 notebook tab button:disabled {
3417 box-shadow: none;
3418 background-color: transparent; }
3419 notebook tab button > image {
3420 padding: 0.50376rem; }
3421 notebook tab:hover button, notebook tab:checked button {
3422 color: #ECEFF1; }
3423 notebook tab:hover button image, notebook tab:checked button image {
3424 color: #ECEFF1; }
3425 notebook tab:disabled button {
3426 color: rgba(236, 239, 241, 0.3); }
3427 notebook tab:disabled button image {
3428 color: rgba(236, 239, 241, 0.3); }
3429 notebook tab button.flat.image-button.small-button, notebook tab button.image-button.small-button.osd,
3430 notebook tab .image-button.small-button.button.osd, 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),
3431 notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action),
3432 headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab .menu > arrow.image-button.small-button,
3433 notebook tab .context-menu > arrow.image-button.small-button,
3434 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 .csd headerbar button.image-button.small-button.titlebutton, .csd headerbar notebook tab button.image-button.small-button.titlebutton,
3435 notebook tab .csd .titlebar button.image-button.small-button.titlebutton,
3436 .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 {
3437 min-width: 1.20301rem;
3438 min-height: 1.20301rem;
3439 padding: 0; }
3440 notebook tab button.flat.image-button.small-button > widget > box > image, notebook tab button.image-button.small-button.osd > widget > box > image,
3441 notebook tab .image-button.small-button.button.osd > 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,
3442 notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
3443 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,
3444 notebook tab .context-menu > arrow.image-button.small-button > widget > box > image,
3445 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 .csd headerbar button.image-button.small-button.titlebutton > widget > box > image, .csd headerbar notebook tab button.image-button.small-button.titlebutton > widget > box > image,
3446 notebook tab .csd .titlebar button.image-button.small-button.titlebutton > widget > box > image,
3447 .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 {
3448 padding: 0.50376rem; }
3449
3450/**************
3451 * Scrollbars *
3452 **************/
3453@keyframes slow_down_vert {
3454 from {
3455 min-width: 0.45113rem; }
3456 to {
3457 min-width: 0.90226rem; } }
3458@keyframes slow_down_horz {
3459 from {
3460 min-height: 0.45113rem; }
3461 to {
3462 min-height: 0.90226rem; } }
3463.scrollbar,
3464scrollbar {
3465 background-color: rgba(69, 90, 100, 0.55);
3466 transition-duration: 0.2s; }
3467 * {
3468 -GtkScrollbar-has-backward-stepper: false;
3469 -GtkScrollbar-has-forward-stepper: false; }
3470 .scrollbar.top, .scrollbar.top .trough, .scrollbar.bottom, .scrollbar.bottom .trough, .scrollbar.left, .scrollbar.left .trough, .scrollbar.right, .scrollbar.right .trough,
3471 scrollbar.top,
3472 scrollbar.top .trough,
3473 scrollbar.bottom,
3474 scrollbar.bottom .trough,
3475 scrollbar.left,
3476 scrollbar.left .trough,
3477 scrollbar.right,
3478 scrollbar.right .trough {
3479 border: none; }
3480 .scrollbar slider,
3481 .scrollbar .slider,
3482 scrollbar slider,
3483 scrollbar .slider {
3484 margin: 0;
3485 border-radius: 0;
3486 border: 0 none transparent;
3487 background-color: rgba(236, 239, 241, 0.275); }
3488 .scrollbar slider:hover,
3489 .scrollbar .slider:hover,
3490 scrollbar slider:hover,
3491 scrollbar .slider:hover {
3492 background-color: rgba(236, 239, 241, 0.4125); }
3493 .scrollbar slider:active,
3494 .scrollbar .slider:active,
3495 scrollbar slider:active,
3496 scrollbar .slider:active {
3497 background-color: #ECEFF1; }
3498 .scrollbar slider:disabled,
3499 .scrollbar .slider:disabled,
3500 scrollbar slider:disabled,
3501 scrollbar .slider:disabled {
3502 opacity: 0.4; }
3503 .scrollbar.fine-tune slider,
3504 scrollbar.fine-tune slider {
3505 margin: 0; }
3506 .scrollbar.vertical slider,
3507 .scrollbar.vertical .slider,
3508 scrollbar.vertical slider,
3509 scrollbar.vertical .slider {
3510 min-width: 0.90226rem;
3511 min-height: 2.40602rem;
3512 margin: 0; }
3513 .scrollbar.vertical.fine-tune slider,
3514 scrollbar.vertical.fine-tune slider {
3515 margin: 0; }
3516 .scrollbar.horizontal slider,
3517 .scrollbar.horizontal .slider,
3518 scrollbar.horizontal slider,
3519 scrollbar.horizontal .slider {
3520 min-width: 2.40602rem;
3521 min-height: 0.90226rem;
3522 margin: 0; }
3523 .scrollbar.horizontal.fine-tune slider,
3524 scrollbar.horizontal.fine-tune slider {
3525 margin: 0; }
3526 .scrollbar.overlay-indicator:not(.dragging):not(.hovering),
3527 scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
3528 border-color: transparent;
3529 background-color: transparent; }
3530 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
3531 scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
3532 margin: 0;
3533 border: 0 none transparent; }
3534 .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button,
3535 scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
3536 min-width: 0.90226rem;
3537 min-height: 0.90226rem;
3538 background-color: rgba(236, 239, 241, 0.275);
3539 border-radius: 0;
3540 border: none;
3541 -gtk-icon-source: none; }
3542 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider,
3543 scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
3544 min-width: 0.45113rem;
3545 min-height: 2.40602rem;
3546 margin: 0; }
3547 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button,
3548 scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
3549 min-width: 0.45113rem;
3550 margin: 0; }
3551 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider,
3552 scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
3553 min-width: 2.40602rem;
3554 min-height: 0.45113rem;
3555 margin: 0; }
3556 .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button,
3557 scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
3558 min-height: 0.45113rem;
3559 margin: 0; }
3560 .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering,
3561 scrollbar.overlay-indicator.dragging,
3562 scrollbar.overlay-indicator.hovering {
3563 opacity: 0.8; }
3564 .scrollbar.overlay-indicator.hovering.vertical slider,
3565 scrollbar.overlay-indicator.hovering.vertical slider {
3566 animation: slow_down_vert 0.2s linear forwards; }
3567 .scrollbar.overlay-indicator.hovering.horizontal slider,
3568 scrollbar.overlay-indicator.hovering.horizontal slider {
3569 animation: slow_down_horz 0.2s linear forwards; }
3570
3571/**********
3572 * Switch *
3573 **********/
3574switch {
3575 outline-offset: -0.30075rem;
3576 font-size: 0;
3577 border: 0.75188rem solid transparent;
3578 border-radius: 100px;
3579 -gtk-outline-radius: 100px;
3580 background-color: alpha(currentColor, 0.2); }
3581 switch:disabled {
3582 color: rgba(236, 239, 241, 0.3); }
3583 switch:checked {
3584 background-color: rgba(0, 188, 212, 0.2); }
3585 switch:checked:disabled {
3586 background-color: rgba(0, 188, 212, 0.2); }
3587 switch:disabled {
3588 color: rgba(236, 239, 241, 0.3);
3589 background-color: alpha(currentColor, 0.2); }
3590 switch slider {
3591 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);
3592 background-color: #546E7A;
3593 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));
3594 color: rgba(236, 239, 241, 0.75);
3595 min-width: 1.50376rem;
3596 min-height: 1.50376rem;
3597 margin: -0.30075rem -0.07519rem;
3598 padding: 0;
3599 border-radius: 100px;
3600 -gtk-outline-radius: 100px; }
3601 switch:hover slider {
3602 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);
3603 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));
3604 color: #ECEFF1;
3605 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
3606 switch:checked slider {
3607 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);
3608 background-color: #C5A68E;
3609 color: #FFFFFF; }
3610 switch:checked:hover slider {
3611 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);
3612 background-color: #C5A68E;
3613 color: #FFFFFF;
3614 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2));
3615 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); }
3616 switch:checked:disabled slider {
3617 box-shadow: none;
3618 background-color: alpha(currentColor, 0.2);
3619 color: rgba(0, 188, 212, 0.4);
3620 background-color: #3F4E56;
3621 background-image: none;
3622 box-shadow: none; }
3623 switch:checked:disabled slider > label {
3624 color: inherit; }
3625 switch:disabled slider {
3626 background-color: #3F4E56;
3627 background-image: none;
3628 box-shadow: none; }
3629 row:selected switch {
3630 background-color: #3e515a; }
3631 row:selected switch:checked {
3632 background-color: #3b4c54; }
3633 row:selected switch:checked:disabled {
3634 background-color: #3b4c54; }
3635 row:selected switch slider {
3636 background-color: #3e515a; }
3637 row:selected switch:hover slider {
3638 background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
3639 row:selected switch:checked slider {
3640 background-color: #455A64; }
3641 row:selected switch:checked:disabled slider {
3642 background-color: #3b4c54; }
3643 grid switch {
3644 margin: 0.45113rem 0.37594rem;
3645 font-size: 0;
3646 outline-color: transparent; }
3647 grid switch slider {
3648 min-width: 3.00752rem;
3649 min-height: 1.50376rem; }
3650 grid switch, grid switch:hover, grid switch:checked, grid switch:checked:hover, grid switch:checked:disabled, grid switch:disabled {
3651 margin: 0.45113rem 0.37594rem;
3652 border: none;
3653 color: transparent;
3654 background: none;
3655 background-image: none;
3656 background-size: 40px 20px;
3657 background-repeat: no-repeat;
3658 background-position: right center;
3659 box-shadow: none; }
3660 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) {
3661 background-position: left center; }
3662 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 {
3663 margin: 0;
3664 border: none;
3665 border-radius: 0;
3666 color: transparent;
3667 background: none;
3668 background-image: none;
3669 background-size: 40px 20px;
3670 background-repeat: no-repeat;
3671 background-position: right center;
3672 box-shadow: none; }
3673 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) {
3674 background-position: left center; }
3675 grid switch:not(:hover):not(:checked):not(:disabled) {
3676 background-image: -gtk-scaled(url("assets/toggle-off-dark.png"), url("assets/toggle-off-dark@2.png")); }
3677 grid switch:hover {
3678 background-image: -gtk-scaled(url("assets/toggle-off-hover-dark.png"), url("assets/toggle-off-hover-dark@2.png")); }
3679 grid switch:checked {
3680 background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
3681 grid switch:checked:hover {
3682 background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
3683 grid switch:checked:disabled {
3684 background-image: -gtk-scaled(url("assets/toggle-on-insensitive-dark.png"), url("assets/toggle-on-insensitive-dark@2.png")); }
3685 grid switch:disabled {
3686 background-image: -gtk-scaled(url("assets/toggle-off-insensitive-dark.png"), url("assets/toggle-off-insensitive-dark@2.png")); }
3687
3688/*************************
3689 * Check and Radio items *
3690 *************************/
3691@keyframes check_radio_hover {
3692 from {
3693 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); }
3694 to {
3695 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); } }
3696@keyframes check_radio_active {
3697 from {
3698 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0.1)), to(transparent)); }
3699 to {
3700 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.1)), to(transparent)); } }
3701@keyframes check_radio_active_reverse {
3702 from {
3703 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.2)), to(transparent)); }
3704 to {
3705 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0)), to(transparent)); } }
3706.check, check {
3707 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
3708 -gtk-icon-shadow: none; }
3709
3710.check:hover, check:hover {
3711 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
3712 -gtk-icon-shadow: none; }
3713
3714.check:active, check:active {
3715 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
3716 -gtk-icon-shadow: none; }
3717
3718.check:disabled, check:disabled {
3719 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3720 -gtk-icon-shadow: none; }
3721
3722.check:indeterminate, check:indeterminate {
3723 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3724 -gtk-icon-shadow: none; }
3725
3726.check:indeterminate:hover, check:indeterminate:hover {
3727 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
3728 -gtk-icon-shadow: none; }
3729
3730.check:indeterminate:active, check:indeterminate:active {
3731 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
3732 -gtk-icon-shadow: none; }
3733
3734.check:indeterminate:disabled, check:indeterminate:disabled {
3735 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3736 -gtk-icon-shadow: none; }
3737
3738.check:checked, check:checked {
3739 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3740 -gtk-icon-shadow: none; }
3741
3742.check:checked:hover, check:checked:hover {
3743 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
3744 -gtk-icon-shadow: none; }
3745
3746.check:checked:active, check:checked:active {
3747 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
3748 -gtk-icon-shadow: none; }
3749
3750.check:checked:disabled, check:checked:disabled {
3751 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3752 -gtk-icon-shadow: none; }
3753
3754menu menuitem.check,
3755menu menuitem check {
3756 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png"));
3757 -gtk-icon-shadow: none; }
3758 menu menuitem.check:hover,
3759 menu menuitem check:hover {
3760 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png"));
3761 animation: none;
3762 -gtk-icon-shadow: none;
3763 transition: none; }
3764
3765menu menuitem.check:disabled,
3766menu menuitem check:disabled {
3767 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png"));
3768 -gtk-icon-shadow: none; }
3769 menu menuitem.check:disabled:hover,
3770 menu menuitem check:disabled:hover {
3771 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png"));
3772 animation: none;
3773 -gtk-icon-shadow: none;
3774 transition: none; }
3775
3776menu menuitem.check:indeterminate,
3777menu menuitem check:indeterminate {
3778 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png"));
3779 -gtk-icon-shadow: none; }
3780 menu menuitem.check:indeterminate:hover,
3781 menu menuitem check:indeterminate:hover {
3782 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png"));
3783 animation: none;
3784 -gtk-icon-shadow: none;
3785 transition: none; }
3786
3787menu menuitem.check:indeterminate:disabled,
3788menu menuitem check:indeterminate:disabled {
3789 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png"));
3790 -gtk-icon-shadow: none; }
3791 menu menuitem.check:indeterminate:disabled:hover,
3792 menu menuitem check:indeterminate:disabled:hover {
3793 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png"));
3794 animation: none;
3795 -gtk-icon-shadow: none;
3796 transition: none; }
3797
3798menu menuitem.check:checked,
3799menu menuitem check:checked {
3800 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png"));
3801 -gtk-icon-shadow: none; }
3802 menu menuitem.check:checked:hover,
3803 menu menuitem check:checked:hover {
3804 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png"));
3805 animation: none;
3806 -gtk-icon-shadow: none;
3807 transition: none; }
3808
3809menu menuitem.check:checked:disabled,
3810menu menuitem check:checked:disabled {
3811 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png"));
3812 -gtk-icon-shadow: none; }
3813 menu menuitem.check:checked:disabled:hover,
3814 menu menuitem check:checked:disabled:hover {
3815 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png"));
3816 animation: none;
3817 -gtk-icon-shadow: none;
3818 transition: none; }
3819
3820.radio, radio {
3821 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3822 -gtk-icon-shadow: none; }
3823
3824.radio:hover, radio:hover {
3825 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
3826 -gtk-icon-shadow: none; }
3827
3828.radio:active, radio:active {
3829 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
3830 -gtk-icon-shadow: none; }
3831
3832.radio:disabled, radio:disabled {
3833 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3834 -gtk-icon-shadow: none; }
3835
3836.radio:indeterminate, radio:indeterminate {
3837 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3838 -gtk-icon-shadow: none; }
3839
3840.radio:indeterminate:hover, radio:indeterminate:hover {
3841 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
3842 -gtk-icon-shadow: none; }
3843
3844.radio:indeterminate:active, radio:indeterminate:active {
3845 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
3846 -gtk-icon-shadow: none; }
3847
3848.radio:indeterminate:disabled, radio:indeterminate:disabled {
3849 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3850 -gtk-icon-shadow: none; }
3851
3852.radio:checked, radio:checked {
3853 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3854 -gtk-icon-shadow: none; }
3855
3856.radio:checked:hover, radio:checked:hover {
3857 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
3858 -gtk-icon-shadow: none; }
3859
3860.radio:checked:active, radio:checked:active {
3861 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
3862 -gtk-icon-shadow: none; }
3863
3864.radio:checked:disabled, radio:checked:disabled {
3865 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3866 -gtk-icon-shadow: none; }
3867
3868menu menuitem.radio,
3869menu menuitem radio {
3870 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png"));
3871 -gtk-icon-shadow: none; }
3872 menu menuitem.radio:hover,
3873 menu menuitem radio:hover {
3874 -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png"));
3875 animation: none;
3876 -gtk-icon-shadow: none;
3877 transition: none; }
3878
3879menu menuitem.radio:disabled,
3880menu menuitem radio:disabled {
3881 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png"));
3882 -gtk-icon-shadow: none; }
3883 menu menuitem.radio:disabled:hover,
3884 menu menuitem radio:disabled:hover {
3885 -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png"));
3886 animation: none;
3887 -gtk-icon-shadow: none;
3888 transition: none; }
3889
3890menu menuitem.radio:indeterminate,
3891menu menuitem radio:indeterminate {
3892 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png"));
3893 -gtk-icon-shadow: none; }
3894 menu menuitem.radio:indeterminate:hover,
3895 menu menuitem radio:indeterminate:hover {
3896 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png"));
3897 animation: none;
3898 -gtk-icon-shadow: none;
3899 transition: none; }
3900
3901menu menuitem.radio:indeterminate:disabled,
3902menu menuitem radio:indeterminate:disabled {
3903 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png"));
3904 -gtk-icon-shadow: none; }
3905 menu menuitem.radio:indeterminate:disabled:hover,
3906 menu menuitem radio:indeterminate:disabled:hover {
3907 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png"));
3908 animation: none;
3909 -gtk-icon-shadow: none;
3910 transition: none; }
3911
3912menu menuitem.radio:checked,
3913menu menuitem radio:checked {
3914 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png"));
3915 -gtk-icon-shadow: none; }
3916 menu menuitem.radio:checked:hover,
3917 menu menuitem radio:checked:hover {
3918 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png"));
3919 animation: none;
3920 -gtk-icon-shadow: none;
3921 transition: none; }
3922
3923menu menuitem.radio:checked:disabled,
3924menu menuitem radio:checked:disabled {
3925 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png"));
3926 -gtk-icon-shadow: none; }
3927 menu menuitem.radio:checked:disabled:hover,
3928 menu menuitem radio:checked:disabled:hover {
3929 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png"));
3930 animation: none;
3931 -gtk-icon-shadow: none;
3932 transition: none; }
3933
3934treeview.view check, .tweak-category check, treeview.view check:only-child, .tweak-category check:only-child,
3935treeview.view radio,
3936.tweak-category radio,
3937treeview.view radio:only-child,
3938.tweak-category radio:only-child {
3939 padding: 0; }
3940
3941treeview.view check:selected, .tweak-category check:selected,
3942treeview.view check:selected:focus,
3943.tweak-category check:selected:focus,
3944row check:selected,
3945row check:selected:focus,
3946row.activatable check:selected,
3947.view check:selected,
3948iconview check:selected,
3949.view text check:selected,
3950iconview text check:selected,
3951textview text check:selected,
3952treeview.view header button check:selected,
3953.tweak-category header button check:selected,
3954row.activatable check:selected:focus,
3955.view check:selected:focus,
3956iconview check:selected:focus,
3957.view text check:selected:focus,
3958iconview text check:selected:focus,
3959textview text check:selected:focus,
3960treeview.view header button check:selected:focus,
3961.tweak-category header button check:selected:focus {
3962 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3963 -gtk-icon-shadow: none; }
3964treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
3965treeview.view check:selected:focus:disabled,
3966.tweak-category check:selected:focus:disabled,
3967row check:selected:disabled,
3968row check:selected:focus:disabled,
3969row.activatable check:selected:disabled,
3970.view check:selected:disabled,
3971iconview check:selected:disabled,
3972.view text check:selected:disabled,
3973iconview text check:selected:disabled,
3974textview text check:selected:disabled,
3975treeview.view header button check:selected:disabled,
3976.tweak-category header button check:selected:disabled,
3977row.activatable check:selected:focus:disabled,
3978.view check:selected:focus:disabled,
3979iconview check:selected:focus:disabled,
3980.view text check:selected:focus:disabled,
3981iconview text check:selected:focus:disabled,
3982textview text check:selected:focus:disabled,
3983treeview.view header button check:selected:focus:disabled,
3984.tweak-category header button check:selected:focus:disabled {
3985 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3986treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
3987treeview.view check:selected:focus:indeterminate:disabled,
3988.tweak-category check:selected:focus:indeterminate:disabled,
3989row check:selected:indeterminate:disabled,
3990row check:selected:focus:indeterminate:disabled,
3991row.activatable check:selected:indeterminate:disabled,
3992.view check:selected:indeterminate:disabled,
3993iconview check:selected:indeterminate:disabled,
3994.view text check:selected:indeterminate:disabled,
3995iconview text check:selected:indeterminate:disabled,
3996textview text check:selected:indeterminate:disabled,
3997treeview.view header button check:selected:indeterminate:disabled,
3998.tweak-category header button check:selected:indeterminate:disabled,
3999row.activatable check:selected:focus:indeterminate:disabled,
4000.view check:selected:focus:indeterminate:disabled,
4001iconview check:selected:focus:indeterminate:disabled,
4002.view text check:selected:focus:indeterminate:disabled,
4003iconview text check:selected:focus:indeterminate:disabled,
4004textview text check:selected:focus:indeterminate:disabled,
4005treeview.view header button check:selected:focus:indeterminate:disabled,
4006.tweak-category header button check:selected:focus:indeterminate:disabled {
4007 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4008treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4009treeview.view check:selected:focus:checked:disabled,
4010.tweak-category check:selected:focus:checked:disabled,
4011row check:selected:checked:disabled,
4012row check:selected:focus:checked:disabled,
4013row.activatable check:selected:checked:disabled,
4014.view check:selected:checked:disabled,
4015iconview check:selected:checked:disabled,
4016.view text check:selected:checked:disabled,
4017iconview text check:selected:checked:disabled,
4018textview text check:selected:checked:disabled,
4019treeview.view header button check:selected:checked:disabled,
4020.tweak-category header button check:selected:checked:disabled,
4021row.activatable check:selected:focus:checked:disabled,
4022.view check:selected:focus:checked:disabled,
4023iconview check:selected:focus:checked:disabled,
4024.view text check:selected:focus:checked:disabled,
4025iconview text check:selected:focus:checked:disabled,
4026textview text check:selected:focus:checked:disabled,
4027treeview.view header button check:selected:focus:checked:disabled,
4028.tweak-category header button check:selected:focus:checked:disabled {
4029 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4030
4031treeview.view check:selected:active, .tweak-category check:selected:active,
4032treeview.view check:selected:focus:active,
4033.tweak-category check:selected:focus:active,
4034row check:selected:active,
4035row check:selected:focus:active,
4036row.activatable check:selected:active,
4037.view check:selected:active,
4038iconview check:selected:active,
4039.view text check:selected:active,
4040iconview text check:selected:active,
4041textview text check:selected:active,
4042treeview.view header button check:selected:active,
4043.tweak-category header button check:selected:active,
4044row.activatable check:selected:focus:active,
4045.view check:selected:focus:active,
4046iconview check:selected:focus:active,
4047.view text check:selected:focus:active,
4048iconview text check:selected:focus:active,
4049textview text check:selected:focus:active,
4050treeview.view header button check:selected:focus:active,
4051.tweak-category header button check:selected:focus:active {
4052 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
4053 -gtk-icon-shadow: none; }
4054treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4055treeview.view check:selected:focus:disabled,
4056.tweak-category check:selected:focus:disabled,
4057row check:selected:disabled,
4058row check:selected:focus:disabled,
4059row.activatable check:selected:disabled,
4060.view check:selected:disabled,
4061iconview check:selected:disabled,
4062.view text check:selected:disabled,
4063iconview text check:selected:disabled,
4064textview text check:selected:disabled,
4065treeview.view header button check:selected:disabled,
4066.tweak-category header button check:selected:disabled,
4067row.activatable check:selected:focus:disabled,
4068.view check:selected:focus:disabled,
4069iconview check:selected:focus:disabled,
4070.view text check:selected:focus:disabled,
4071iconview text check:selected:focus:disabled,
4072textview text check:selected:focus:disabled,
4073treeview.view header button check:selected:focus:disabled,
4074.tweak-category header button check:selected:focus:disabled {
4075 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4076treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4077treeview.view check:selected:focus:indeterminate:disabled,
4078.tweak-category check:selected:focus:indeterminate:disabled,
4079row check:selected:indeterminate:disabled,
4080row check:selected:focus:indeterminate:disabled,
4081row.activatable check:selected:indeterminate:disabled,
4082.view check:selected:indeterminate:disabled,
4083iconview check:selected:indeterminate:disabled,
4084.view text check:selected:indeterminate:disabled,
4085iconview text check:selected:indeterminate:disabled,
4086textview text check:selected:indeterminate:disabled,
4087treeview.view header button check:selected:indeterminate:disabled,
4088.tweak-category header button check:selected:indeterminate:disabled,
4089row.activatable check:selected:focus:indeterminate:disabled,
4090.view check:selected:focus:indeterminate:disabled,
4091iconview check:selected:focus:indeterminate:disabled,
4092.view text check:selected:focus:indeterminate:disabled,
4093iconview text check:selected:focus:indeterminate:disabled,
4094textview text check:selected:focus:indeterminate:disabled,
4095treeview.view header button check:selected:focus:indeterminate:disabled,
4096.tweak-category header button check:selected:focus:indeterminate:disabled {
4097 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4098treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4099treeview.view check:selected:focus:checked:disabled,
4100.tweak-category check:selected:focus:checked:disabled,
4101row check:selected:checked:disabled,
4102row check:selected:focus:checked:disabled,
4103row.activatable check:selected:checked:disabled,
4104.view check:selected:checked:disabled,
4105iconview check:selected:checked:disabled,
4106.view text check:selected:checked:disabled,
4107iconview text check:selected:checked:disabled,
4108textview text check:selected:checked:disabled,
4109treeview.view header button check:selected:checked:disabled,
4110.tweak-category header button check:selected:checked:disabled,
4111row.activatable check:selected:focus:checked:disabled,
4112.view check:selected:focus:checked:disabled,
4113iconview check:selected:focus:checked:disabled,
4114.view text check:selected:focus:checked:disabled,
4115iconview text check:selected:focus:checked:disabled,
4116textview text check:selected:focus:checked:disabled,
4117treeview.view header button check:selected:focus:checked:disabled,
4118.tweak-category header button check:selected:focus:checked:disabled {
4119 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4120
4121treeview.view check:selected:indeterminate, .tweak-category check:selected:indeterminate,
4122treeview.view check:selected:focus:indeterminate,
4123.tweak-category check:selected:focus:indeterminate,
4124row check:selected:indeterminate,
4125row check:selected:focus:indeterminate,
4126row.activatable check:selected:indeterminate,
4127.view check:selected:indeterminate,
4128iconview check:selected:indeterminate,
4129.view text check:selected:indeterminate,
4130iconview text check:selected:indeterminate,
4131textview text check:selected:indeterminate,
4132treeview.view header button check:selected:indeterminate,
4133.tweak-category header button check:selected:indeterminate,
4134row.activatable check:selected:focus:indeterminate,
4135.view check:selected:focus:indeterminate,
4136iconview check:selected:focus:indeterminate,
4137.view text check:selected:focus:indeterminate,
4138iconview text check:selected:focus:indeterminate,
4139textview text check:selected:focus:indeterminate,
4140treeview.view header button check:selected:focus:indeterminate,
4141.tweak-category header button check:selected:focus:indeterminate {
4142 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
4143 -gtk-icon-shadow: none; }
4144treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4145treeview.view check:selected:focus:disabled,
4146.tweak-category check:selected:focus:disabled,
4147row check:selected:disabled,
4148row check:selected:focus:disabled,
4149row.activatable check:selected:disabled,
4150.view check:selected:disabled,
4151iconview check:selected:disabled,
4152.view text check:selected:disabled,
4153iconview text check:selected:disabled,
4154textview text check:selected:disabled,
4155treeview.view header button check:selected:disabled,
4156.tweak-category header button check:selected:disabled,
4157row.activatable check:selected:focus:disabled,
4158.view check:selected:focus:disabled,
4159iconview check:selected:focus:disabled,
4160.view text check:selected:focus:disabled,
4161iconview text check:selected:focus:disabled,
4162textview text check:selected:focus:disabled,
4163treeview.view header button check:selected:focus:disabled,
4164.tweak-category header button check:selected:focus:disabled {
4165 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4166treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4167treeview.view check:selected:focus:indeterminate:disabled,
4168.tweak-category check:selected:focus:indeterminate:disabled,
4169row check:selected:indeterminate:disabled,
4170row check:selected:focus:indeterminate:disabled,
4171row.activatable check:selected:indeterminate:disabled,
4172.view check:selected:indeterminate:disabled,
4173iconview check:selected:indeterminate:disabled,
4174.view text check:selected:indeterminate:disabled,
4175iconview text check:selected:indeterminate:disabled,
4176textview text check:selected:indeterminate:disabled,
4177treeview.view header button check:selected:indeterminate:disabled,
4178.tweak-category header button check:selected:indeterminate:disabled,
4179row.activatable check:selected:focus:indeterminate:disabled,
4180.view check:selected:focus:indeterminate:disabled,
4181iconview check:selected:focus:indeterminate:disabled,
4182.view text check:selected:focus:indeterminate:disabled,
4183iconview text check:selected:focus:indeterminate:disabled,
4184textview text check:selected:focus:indeterminate:disabled,
4185treeview.view header button check:selected:focus:indeterminate:disabled,
4186.tweak-category header button check:selected:focus:indeterminate:disabled {
4187 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4188treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4189treeview.view check:selected:focus:checked:disabled,
4190.tweak-category check:selected:focus:checked:disabled,
4191row check:selected:checked:disabled,
4192row check:selected:focus:checked:disabled,
4193row.activatable check:selected:checked:disabled,
4194.view check:selected:checked:disabled,
4195iconview check:selected:checked:disabled,
4196.view text check:selected:checked:disabled,
4197iconview text check:selected:checked:disabled,
4198textview text check:selected:checked:disabled,
4199treeview.view header button check:selected:checked:disabled,
4200.tweak-category header button check:selected:checked:disabled,
4201row.activatable check:selected:focus:checked:disabled,
4202.view check:selected:focus:checked:disabled,
4203iconview check:selected:focus:checked:disabled,
4204.view text check:selected:focus:checked:disabled,
4205iconview text check:selected:focus:checked:disabled,
4206textview text check:selected:focus:checked:disabled,
4207treeview.view header button check:selected:focus:checked:disabled,
4208.tweak-category header button check:selected:focus:checked:disabled {
4209 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4210
4211treeview.view check:selected:indeterminate:active, .tweak-category check:selected:indeterminate:active,
4212treeview.view check:selected:focus:indeterminate:active,
4213.tweak-category check:selected:focus:indeterminate:active,
4214row check:selected:indeterminate:active,
4215row check:selected:focus:indeterminate:active,
4216row.activatable check:selected:indeterminate:active,
4217.view check:selected:indeterminate:active,
4218iconview check:selected:indeterminate:active,
4219.view text check:selected:indeterminate:active,
4220iconview text check:selected:indeterminate:active,
4221textview text check:selected:indeterminate:active,
4222treeview.view header button check:selected:indeterminate:active,
4223.tweak-category header button check:selected:indeterminate:active,
4224row.activatable check:selected:focus:indeterminate:active,
4225.view check:selected:focus:indeterminate:active,
4226iconview check:selected:focus:indeterminate:active,
4227.view text check:selected:focus:indeterminate:active,
4228iconview text check:selected:focus:indeterminate:active,
4229textview text check:selected:focus:indeterminate:active,
4230treeview.view header button check:selected:focus:indeterminate:active,
4231.tweak-category header button check:selected:focus:indeterminate:active {
4232 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
4233 -gtk-icon-shadow: none; }
4234treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4235treeview.view check:selected:focus:disabled,
4236.tweak-category check:selected:focus:disabled,
4237row check:selected:disabled,
4238row check:selected:focus:disabled,
4239row.activatable check:selected:disabled,
4240.view check:selected:disabled,
4241iconview check:selected:disabled,
4242.view text check:selected:disabled,
4243iconview text check:selected:disabled,
4244textview text check:selected:disabled,
4245treeview.view header button check:selected:disabled,
4246.tweak-category header button check:selected:disabled,
4247row.activatable check:selected:focus:disabled,
4248.view check:selected:focus:disabled,
4249iconview check:selected:focus:disabled,
4250.view text check:selected:focus:disabled,
4251iconview text check:selected:focus:disabled,
4252textview text check:selected:focus:disabled,
4253treeview.view header button check:selected:focus:disabled,
4254.tweak-category header button check:selected:focus:disabled {
4255 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4256treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4257treeview.view check:selected:focus:indeterminate:disabled,
4258.tweak-category check:selected:focus:indeterminate:disabled,
4259row check:selected:indeterminate:disabled,
4260row check:selected:focus:indeterminate:disabled,
4261row.activatable check:selected:indeterminate:disabled,
4262.view check:selected:indeterminate:disabled,
4263iconview check:selected:indeterminate:disabled,
4264.view text check:selected:indeterminate:disabled,
4265iconview text check:selected:indeterminate:disabled,
4266textview text check:selected:indeterminate:disabled,
4267treeview.view header button check:selected:indeterminate:disabled,
4268.tweak-category header button check:selected:indeterminate:disabled,
4269row.activatable check:selected:focus:indeterminate:disabled,
4270.view check:selected:focus:indeterminate:disabled,
4271iconview check:selected:focus:indeterminate:disabled,
4272.view text check:selected:focus:indeterminate:disabled,
4273iconview text check:selected:focus:indeterminate:disabled,
4274textview text check:selected:focus:indeterminate:disabled,
4275treeview.view header button check:selected:focus:indeterminate:disabled,
4276.tweak-category header button check:selected:focus:indeterminate:disabled {
4277 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4278treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4279treeview.view check:selected:focus:checked:disabled,
4280.tweak-category check:selected:focus:checked:disabled,
4281row check:selected:checked:disabled,
4282row check:selected:focus:checked:disabled,
4283row.activatable check:selected:checked:disabled,
4284.view check:selected:checked:disabled,
4285iconview check:selected:checked:disabled,
4286.view text check:selected:checked:disabled,
4287iconview text check:selected:checked:disabled,
4288textview text check:selected:checked:disabled,
4289treeview.view header button check:selected:checked:disabled,
4290.tweak-category header button check:selected:checked:disabled,
4291row.activatable check:selected:focus:checked:disabled,
4292.view check:selected:focus:checked:disabled,
4293iconview check:selected:focus:checked:disabled,
4294.view text check:selected:focus:checked:disabled,
4295iconview text check:selected:focus:checked:disabled,
4296textview text check:selected:focus:checked:disabled,
4297treeview.view header button check:selected:focus:checked:disabled,
4298.tweak-category header button check:selected:focus:checked:disabled {
4299 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4300
4301treeview.view check:selected:checked, .tweak-category check:selected:checked,
4302treeview.view check:selected:focus:checked,
4303.tweak-category check:selected:focus:checked,
4304row check:selected:checked,
4305row check:selected:focus:checked,
4306row.activatable check:selected:checked,
4307.view check:selected:checked,
4308iconview check:selected:checked,
4309.view text check:selected:checked,
4310iconview text check:selected:checked,
4311textview text check:selected:checked,
4312treeview.view header button check:selected:checked,
4313.tweak-category header button check:selected:checked,
4314row.activatable check:selected:focus:checked,
4315.view check:selected:focus:checked,
4316iconview check:selected:focus:checked,
4317.view text check:selected:focus:checked,
4318iconview text check:selected:focus:checked,
4319textview text check:selected:focus:checked,
4320treeview.view header button check:selected:focus:checked,
4321.tweak-category header button check:selected:focus:checked {
4322 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
4323 -gtk-icon-shadow: none; }
4324treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4325treeview.view check:selected:focus:disabled,
4326.tweak-category check:selected:focus:disabled,
4327row check:selected:disabled,
4328row check:selected:focus:disabled,
4329row.activatable check:selected:disabled,
4330.view check:selected:disabled,
4331iconview check:selected:disabled,
4332.view text check:selected:disabled,
4333iconview text check:selected:disabled,
4334textview text check:selected:disabled,
4335treeview.view header button check:selected:disabled,
4336.tweak-category header button check:selected:disabled,
4337row.activatable check:selected:focus:disabled,
4338.view check:selected:focus:disabled,
4339iconview check:selected:focus:disabled,
4340.view text check:selected:focus:disabled,
4341iconview text check:selected:focus:disabled,
4342textview text check:selected:focus:disabled,
4343treeview.view header button check:selected:focus:disabled,
4344.tweak-category header button check:selected:focus:disabled {
4345 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4346treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4347treeview.view check:selected:focus:indeterminate:disabled,
4348.tweak-category check:selected:focus:indeterminate:disabled,
4349row check:selected:indeterminate:disabled,
4350row check:selected:focus:indeterminate:disabled,
4351row.activatable check:selected:indeterminate:disabled,
4352.view check:selected:indeterminate:disabled,
4353iconview check:selected:indeterminate:disabled,
4354.view text check:selected:indeterminate:disabled,
4355iconview text check:selected:indeterminate:disabled,
4356textview text check:selected:indeterminate:disabled,
4357treeview.view header button check:selected:indeterminate:disabled,
4358.tweak-category header button check:selected:indeterminate:disabled,
4359row.activatable check:selected:focus:indeterminate:disabled,
4360.view check:selected:focus:indeterminate:disabled,
4361iconview check:selected:focus:indeterminate:disabled,
4362.view text check:selected:focus:indeterminate:disabled,
4363iconview text check:selected:focus:indeterminate:disabled,
4364textview text check:selected:focus:indeterminate:disabled,
4365treeview.view header button check:selected:focus:indeterminate:disabled,
4366.tweak-category header button check:selected:focus:indeterminate:disabled {
4367 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4368treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4369treeview.view check:selected:focus:checked:disabled,
4370.tweak-category check:selected:focus:checked:disabled,
4371row check:selected:checked:disabled,
4372row check:selected:focus:checked:disabled,
4373row.activatable check:selected:checked:disabled,
4374.view check:selected:checked:disabled,
4375iconview check:selected:checked:disabled,
4376.view text check:selected:checked:disabled,
4377iconview text check:selected:checked:disabled,
4378textview text check:selected:checked:disabled,
4379treeview.view header button check:selected:checked:disabled,
4380.tweak-category header button check:selected:checked:disabled,
4381row.activatable check:selected:focus:checked:disabled,
4382.view check:selected:focus:checked:disabled,
4383iconview check:selected:focus:checked:disabled,
4384.view text check:selected:focus:checked:disabled,
4385iconview text check:selected:focus:checked:disabled,
4386textview text check:selected:focus:checked:disabled,
4387treeview.view header button check:selected:focus:checked:disabled,
4388.tweak-category header button check:selected:focus:checked:disabled {
4389 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4390
4391treeview.view check:selected:checked:active, .tweak-category check:selected:checked:active,
4392treeview.view check:selected:focus:checked:active,
4393.tweak-category check:selected:focus:checked:active,
4394row check:selected:checked:active,
4395row check:selected:focus:checked:active,
4396row.activatable check:selected:checked:active,
4397.view check:selected:checked:active,
4398iconview check:selected:checked:active,
4399.view text check:selected:checked:active,
4400iconview text check:selected:checked:active,
4401textview text check:selected:checked:active,
4402treeview.view header button check:selected:checked:active,
4403.tweak-category header button check:selected:checked:active,
4404row.activatable check:selected:focus:checked:active,
4405.view check:selected:focus:checked:active,
4406iconview check:selected:focus:checked:active,
4407.view text check:selected:focus:checked:active,
4408iconview text check:selected:focus:checked:active,
4409textview text check:selected:focus:checked:active,
4410treeview.view header button check:selected:focus:checked:active,
4411.tweak-category header button check:selected:focus:checked:active {
4412 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
4413 -gtk-icon-shadow: none; }
4414treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
4415treeview.view check:selected:focus:disabled,
4416.tweak-category check:selected:focus:disabled,
4417row check:selected:disabled,
4418row check:selected:focus:disabled,
4419row.activatable check:selected:disabled,
4420.view check:selected:disabled,
4421iconview check:selected:disabled,
4422.view text check:selected:disabled,
4423iconview text check:selected:disabled,
4424textview text check:selected:disabled,
4425treeview.view header button check:selected:disabled,
4426.tweak-category header button check:selected:disabled,
4427row.activatable check:selected:focus:disabled,
4428.view check:selected:focus:disabled,
4429iconview check:selected:focus:disabled,
4430.view text check:selected:focus:disabled,
4431iconview text check:selected:focus:disabled,
4432textview text check:selected:focus:disabled,
4433treeview.view header button check:selected:focus:disabled,
4434.tweak-category header button check:selected:focus:disabled {
4435 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4436treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
4437treeview.view check:selected:focus:indeterminate:disabled,
4438.tweak-category check:selected:focus:indeterminate:disabled,
4439row check:selected:indeterminate:disabled,
4440row check:selected:focus:indeterminate:disabled,
4441row.activatable check:selected:indeterminate:disabled,
4442.view check:selected:indeterminate:disabled,
4443iconview check:selected:indeterminate:disabled,
4444.view text check:selected:indeterminate:disabled,
4445iconview text check:selected:indeterminate:disabled,
4446textview text check:selected:indeterminate:disabled,
4447treeview.view header button check:selected:indeterminate:disabled,
4448.tweak-category header button check:selected:indeterminate:disabled,
4449row.activatable check:selected:focus:indeterminate:disabled,
4450.view check:selected:focus:indeterminate:disabled,
4451iconview check:selected:focus:indeterminate:disabled,
4452.view text check:selected:focus:indeterminate:disabled,
4453iconview text check:selected:focus:indeterminate:disabled,
4454textview text check:selected:focus:indeterminate:disabled,
4455treeview.view header button check:selected:focus:indeterminate:disabled,
4456.tweak-category header button check:selected:focus:indeterminate:disabled {
4457 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4458treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
4459treeview.view check:selected:focus:checked:disabled,
4460.tweak-category check:selected:focus:checked:disabled,
4461row check:selected:checked:disabled,
4462row check:selected:focus:checked:disabled,
4463row.activatable check:selected:checked:disabled,
4464.view check:selected:checked:disabled,
4465iconview check:selected:checked:disabled,
4466.view text check:selected:checked:disabled,
4467iconview text check:selected:checked:disabled,
4468textview text check:selected:checked:disabled,
4469treeview.view header button check:selected:checked:disabled,
4470.tweak-category header button check:selected:checked:disabled,
4471row.activatable check:selected:focus:checked:disabled,
4472.view check:selected:focus:checked:disabled,
4473iconview check:selected:focus:checked:disabled,
4474.view text check:selected:focus:checked:disabled,
4475iconview text check:selected:focus:checked:disabled,
4476textview text check:selected:focus:checked:disabled,
4477treeview.view header button check:selected:focus:checked:disabled,
4478.tweak-category header button check:selected:focus:checked:disabled {
4479 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4480
4481treeview.view radio:selected, .tweak-category radio:selected,
4482treeview.view radio:selected:focus,
4483.tweak-category radio:selected:focus,
4484row radio:selected,
4485row radio:selected:focus,
4486row.activatable radio:selected,
4487.view radio:selected,
4488iconview radio:selected,
4489.view text radio:selected,
4490iconview text radio:selected,
4491textview text radio:selected,
4492treeview.view header button radio:selected,
4493.tweak-category header button radio:selected,
4494row.activatable radio:selected:focus,
4495.view radio:selected:focus,
4496iconview radio:selected:focus,
4497.view text radio:selected:focus,
4498iconview text radio:selected:focus,
4499textview text radio:selected:focus,
4500treeview.view header button radio:selected:focus,
4501.tweak-category header button radio:selected:focus {
4502 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
4503 -gtk-icon-shadow: none; }
4504treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4505treeview.view radio:selected:focus:disabled,
4506.tweak-category radio:selected:focus:disabled,
4507row radio:selected:disabled,
4508row radio:selected:focus:disabled,
4509row.activatable radio:selected:disabled,
4510.view radio:selected:disabled,
4511iconview radio:selected:disabled,
4512.view text radio:selected:disabled,
4513iconview text radio:selected:disabled,
4514textview text radio:selected:disabled,
4515treeview.view header button radio:selected:disabled,
4516.tweak-category header button radio:selected:disabled,
4517row.activatable radio:selected:focus:disabled,
4518.view radio:selected:focus:disabled,
4519iconview radio:selected:focus:disabled,
4520.view text radio:selected:focus:disabled,
4521iconview text radio:selected:focus:disabled,
4522textview text radio:selected:focus:disabled,
4523treeview.view header button radio:selected:focus:disabled,
4524.tweak-category header button radio:selected:focus:disabled {
4525 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4526treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4527treeview.view radio:selected:focus:indeterminate:disabled,
4528.tweak-category radio:selected:focus:indeterminate:disabled,
4529row radio:selected:indeterminate:disabled,
4530row radio:selected:focus:indeterminate:disabled,
4531row.activatable radio:selected:indeterminate:disabled,
4532.view radio:selected:indeterminate:disabled,
4533iconview radio:selected:indeterminate:disabled,
4534.view text radio:selected:indeterminate:disabled,
4535iconview text radio:selected:indeterminate:disabled,
4536textview text radio:selected:indeterminate:disabled,
4537treeview.view header button radio:selected:indeterminate:disabled,
4538.tweak-category header button radio:selected:indeterminate:disabled,
4539row.activatable radio:selected:focus:indeterminate:disabled,
4540.view radio:selected:focus:indeterminate:disabled,
4541iconview radio:selected:focus:indeterminate:disabled,
4542.view text radio:selected:focus:indeterminate:disabled,
4543iconview text radio:selected:focus:indeterminate:disabled,
4544textview text radio:selected:focus:indeterminate:disabled,
4545treeview.view header button radio:selected:focus:indeterminate:disabled,
4546.tweak-category header button radio:selected:focus:indeterminate:disabled {
4547 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4548treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4549treeview.view radio:selected:focus:checked:disabled,
4550.tweak-category radio:selected:focus:checked:disabled,
4551row radio:selected:checked:disabled,
4552row radio:selected:focus:checked:disabled,
4553row.activatable radio:selected:checked:disabled,
4554.view radio:selected:checked:disabled,
4555iconview radio:selected:checked:disabled,
4556.view text radio:selected:checked:disabled,
4557iconview text radio:selected:checked:disabled,
4558textview text radio:selected:checked:disabled,
4559treeview.view header button radio:selected:checked:disabled,
4560.tweak-category header button radio:selected:checked:disabled,
4561row.activatable radio:selected:focus:checked:disabled,
4562.view radio:selected:focus:checked:disabled,
4563iconview radio:selected:focus:checked:disabled,
4564.view text radio:selected:focus:checked:disabled,
4565iconview text radio:selected:focus:checked:disabled,
4566textview text radio:selected:focus:checked:disabled,
4567treeview.view header button radio:selected:focus:checked:disabled,
4568.tweak-category header button radio:selected:focus:checked:disabled {
4569 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4570
4571treeview.view radio:selected:active, .tweak-category radio:selected:active,
4572treeview.view radio:selected:focus:active,
4573.tweak-category radio:selected:focus:active,
4574row radio:selected:active,
4575row radio:selected:focus:active,
4576row.activatable radio:selected:active,
4577.view radio:selected:active,
4578iconview radio:selected:active,
4579.view text radio:selected:active,
4580iconview text radio:selected:active,
4581textview text radio:selected:active,
4582treeview.view header button radio:selected:active,
4583.tweak-category header button radio:selected:active,
4584row.activatable radio:selected:focus:active,
4585.view radio:selected:focus:active,
4586iconview radio:selected:focus:active,
4587.view text radio:selected:focus:active,
4588iconview text radio:selected:focus:active,
4589textview text radio:selected:focus:active,
4590treeview.view header button radio:selected:focus:active,
4591.tweak-category header button radio:selected:focus:active {
4592 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
4593 -gtk-icon-shadow: none; }
4594treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4595treeview.view radio:selected:focus:disabled,
4596.tweak-category radio:selected:focus:disabled,
4597row radio:selected:disabled,
4598row radio:selected:focus:disabled,
4599row.activatable radio:selected:disabled,
4600.view radio:selected:disabled,
4601iconview radio:selected:disabled,
4602.view text radio:selected:disabled,
4603iconview text radio:selected:disabled,
4604textview text radio:selected:disabled,
4605treeview.view header button radio:selected:disabled,
4606.tweak-category header button radio:selected:disabled,
4607row.activatable radio:selected:focus:disabled,
4608.view radio:selected:focus:disabled,
4609iconview radio:selected:focus:disabled,
4610.view text radio:selected:focus:disabled,
4611iconview text radio:selected:focus:disabled,
4612textview text radio:selected:focus:disabled,
4613treeview.view header button radio:selected:focus:disabled,
4614.tweak-category header button radio:selected:focus:disabled {
4615 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4616treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4617treeview.view radio:selected:focus:indeterminate:disabled,
4618.tweak-category radio:selected:focus:indeterminate:disabled,
4619row radio:selected:indeterminate:disabled,
4620row radio:selected:focus:indeterminate:disabled,
4621row.activatable radio:selected:indeterminate:disabled,
4622.view radio:selected:indeterminate:disabled,
4623iconview radio:selected:indeterminate:disabled,
4624.view text radio:selected:indeterminate:disabled,
4625iconview text radio:selected:indeterminate:disabled,
4626textview text radio:selected:indeterminate:disabled,
4627treeview.view header button radio:selected:indeterminate:disabled,
4628.tweak-category header button radio:selected:indeterminate:disabled,
4629row.activatable radio:selected:focus:indeterminate:disabled,
4630.view radio:selected:focus:indeterminate:disabled,
4631iconview radio:selected:focus:indeterminate:disabled,
4632.view text radio:selected:focus:indeterminate:disabled,
4633iconview text radio:selected:focus:indeterminate:disabled,
4634textview text radio:selected:focus:indeterminate:disabled,
4635treeview.view header button radio:selected:focus:indeterminate:disabled,
4636.tweak-category header button radio:selected:focus:indeterminate:disabled {
4637 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4638treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4639treeview.view radio:selected:focus:checked:disabled,
4640.tweak-category radio:selected:focus:checked:disabled,
4641row radio:selected:checked:disabled,
4642row radio:selected:focus:checked:disabled,
4643row.activatable radio:selected:checked:disabled,
4644.view radio:selected:checked:disabled,
4645iconview radio:selected:checked:disabled,
4646.view text radio:selected:checked:disabled,
4647iconview text radio:selected:checked:disabled,
4648textview text radio:selected:checked:disabled,
4649treeview.view header button radio:selected:checked:disabled,
4650.tweak-category header button radio:selected:checked:disabled,
4651row.activatable radio:selected:focus:checked:disabled,
4652.view radio:selected:focus:checked:disabled,
4653iconview radio:selected:focus:checked:disabled,
4654.view text radio:selected:focus:checked:disabled,
4655iconview text radio:selected:focus:checked:disabled,
4656textview text radio:selected:focus:checked:disabled,
4657treeview.view header button radio:selected:focus:checked:disabled,
4658.tweak-category header button radio:selected:focus:checked:disabled {
4659 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4660
4661treeview.view radio:selected:indeterminate, .tweak-category radio:selected:indeterminate,
4662treeview.view radio:selected:focus:indeterminate,
4663.tweak-category radio:selected:focus:indeterminate,
4664row radio:selected:indeterminate,
4665row radio:selected:focus:indeterminate,
4666row.activatable radio:selected:indeterminate,
4667.view radio:selected:indeterminate,
4668iconview radio:selected:indeterminate,
4669.view text radio:selected:indeterminate,
4670iconview text radio:selected:indeterminate,
4671textview text radio:selected:indeterminate,
4672treeview.view header button radio:selected:indeterminate,
4673.tweak-category header button radio:selected:indeterminate,
4674row.activatable radio:selected:focus:indeterminate,
4675.view radio:selected:focus:indeterminate,
4676iconview radio:selected:focus:indeterminate,
4677.view text radio:selected:focus:indeterminate,
4678iconview text radio:selected:focus:indeterminate,
4679textview text radio:selected:focus:indeterminate,
4680treeview.view header button radio:selected:focus:indeterminate,
4681.tweak-category header button radio:selected:focus:indeterminate {
4682 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
4683 -gtk-icon-shadow: none; }
4684treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4685treeview.view radio:selected:focus:disabled,
4686.tweak-category radio:selected:focus:disabled,
4687row radio:selected:disabled,
4688row radio:selected:focus:disabled,
4689row.activatable radio:selected:disabled,
4690.view radio:selected:disabled,
4691iconview radio:selected:disabled,
4692.view text radio:selected:disabled,
4693iconview text radio:selected:disabled,
4694textview text radio:selected:disabled,
4695treeview.view header button radio:selected:disabled,
4696.tweak-category header button radio:selected:disabled,
4697row.activatable radio:selected:focus:disabled,
4698.view radio:selected:focus:disabled,
4699iconview radio:selected:focus:disabled,
4700.view text radio:selected:focus:disabled,
4701iconview text radio:selected:focus:disabled,
4702textview text radio:selected:focus:disabled,
4703treeview.view header button radio:selected:focus:disabled,
4704.tweak-category header button radio:selected:focus:disabled {
4705 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4706treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4707treeview.view radio:selected:focus:indeterminate:disabled,
4708.tweak-category radio:selected:focus:indeterminate:disabled,
4709row radio:selected:indeterminate:disabled,
4710row radio:selected:focus:indeterminate:disabled,
4711row.activatable radio:selected:indeterminate:disabled,
4712.view radio:selected:indeterminate:disabled,
4713iconview radio:selected:indeterminate:disabled,
4714.view text radio:selected:indeterminate:disabled,
4715iconview text radio:selected:indeterminate:disabled,
4716textview text radio:selected:indeterminate:disabled,
4717treeview.view header button radio:selected:indeterminate:disabled,
4718.tweak-category header button radio:selected:indeterminate:disabled,
4719row.activatable radio:selected:focus:indeterminate:disabled,
4720.view radio:selected:focus:indeterminate:disabled,
4721iconview radio:selected:focus:indeterminate:disabled,
4722.view text radio:selected:focus:indeterminate:disabled,
4723iconview text radio:selected:focus:indeterminate:disabled,
4724textview text radio:selected:focus:indeterminate:disabled,
4725treeview.view header button radio:selected:focus:indeterminate:disabled,
4726.tweak-category header button radio:selected:focus:indeterminate:disabled {
4727 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4728treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4729treeview.view radio:selected:focus:checked:disabled,
4730.tweak-category radio:selected:focus:checked:disabled,
4731row radio:selected:checked:disabled,
4732row radio:selected:focus:checked:disabled,
4733row.activatable radio:selected:checked:disabled,
4734.view radio:selected:checked:disabled,
4735iconview radio:selected:checked:disabled,
4736.view text radio:selected:checked:disabled,
4737iconview text radio:selected:checked:disabled,
4738textview text radio:selected:checked:disabled,
4739treeview.view header button radio:selected:checked:disabled,
4740.tweak-category header button radio:selected:checked:disabled,
4741row.activatable radio:selected:focus:checked:disabled,
4742.view radio:selected:focus:checked:disabled,
4743iconview radio:selected:focus:checked:disabled,
4744.view text radio:selected:focus:checked:disabled,
4745iconview text radio:selected:focus:checked:disabled,
4746textview text radio:selected:focus:checked:disabled,
4747treeview.view header button radio:selected:focus:checked:disabled,
4748.tweak-category header button radio:selected:focus:checked:disabled {
4749 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4750
4751treeview.view radio:selected:indeterminate:active, .tweak-category radio:selected:indeterminate:active,
4752treeview.view radio:selected:focus:indeterminate:active,
4753.tweak-category radio:selected:focus:indeterminate:active,
4754row radio:selected:indeterminate:active,
4755row radio:selected:focus:indeterminate:active,
4756row.activatable radio:selected:indeterminate:active,
4757.view radio:selected:indeterminate:active,
4758iconview radio:selected:indeterminate:active,
4759.view text radio:selected:indeterminate:active,
4760iconview text radio:selected:indeterminate:active,
4761textview text radio:selected:indeterminate:active,
4762treeview.view header button radio:selected:indeterminate:active,
4763.tweak-category header button radio:selected:indeterminate:active,
4764row.activatable radio:selected:focus:indeterminate:active,
4765.view radio:selected:focus:indeterminate:active,
4766iconview radio:selected:focus:indeterminate:active,
4767.view text radio:selected:focus:indeterminate:active,
4768iconview text radio:selected:focus:indeterminate:active,
4769textview text radio:selected:focus:indeterminate:active,
4770treeview.view header button radio:selected:focus:indeterminate:active,
4771.tweak-category header button radio:selected:focus:indeterminate:active {
4772 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
4773 -gtk-icon-shadow: none; }
4774treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4775treeview.view radio:selected:focus:disabled,
4776.tweak-category radio:selected:focus:disabled,
4777row radio:selected:disabled,
4778row radio:selected:focus:disabled,
4779row.activatable radio:selected:disabled,
4780.view radio:selected:disabled,
4781iconview radio:selected:disabled,
4782.view text radio:selected:disabled,
4783iconview text radio:selected:disabled,
4784textview text radio:selected:disabled,
4785treeview.view header button radio:selected:disabled,
4786.tweak-category header button radio:selected:disabled,
4787row.activatable radio:selected:focus:disabled,
4788.view radio:selected:focus:disabled,
4789iconview radio:selected:focus:disabled,
4790.view text radio:selected:focus:disabled,
4791iconview text radio:selected:focus:disabled,
4792textview text radio:selected:focus:disabled,
4793treeview.view header button radio:selected:focus:disabled,
4794.tweak-category header button radio:selected:focus:disabled {
4795 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4796treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4797treeview.view radio:selected:focus:indeterminate:disabled,
4798.tweak-category radio:selected:focus:indeterminate:disabled,
4799row radio:selected:indeterminate:disabled,
4800row radio:selected:focus:indeterminate:disabled,
4801row.activatable radio:selected:indeterminate:disabled,
4802.view radio:selected:indeterminate:disabled,
4803iconview radio:selected:indeterminate:disabled,
4804.view text radio:selected:indeterminate:disabled,
4805iconview text radio:selected:indeterminate:disabled,
4806textview text radio:selected:indeterminate:disabled,
4807treeview.view header button radio:selected:indeterminate:disabled,
4808.tweak-category header button radio:selected:indeterminate:disabled,
4809row.activatable radio:selected:focus:indeterminate:disabled,
4810.view radio:selected:focus:indeterminate:disabled,
4811iconview radio:selected:focus:indeterminate:disabled,
4812.view text radio:selected:focus:indeterminate:disabled,
4813iconview text radio:selected:focus:indeterminate:disabled,
4814textview text radio:selected:focus:indeterminate:disabled,
4815treeview.view header button radio:selected:focus:indeterminate:disabled,
4816.tweak-category header button radio:selected:focus:indeterminate:disabled {
4817 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4818treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4819treeview.view radio:selected:focus:checked:disabled,
4820.tweak-category radio:selected:focus:checked:disabled,
4821row radio:selected:checked:disabled,
4822row radio:selected:focus:checked:disabled,
4823row.activatable radio:selected:checked:disabled,
4824.view radio:selected:checked:disabled,
4825iconview radio:selected:checked:disabled,
4826.view text radio:selected:checked:disabled,
4827iconview text radio:selected:checked:disabled,
4828textview text radio:selected:checked:disabled,
4829treeview.view header button radio:selected:checked:disabled,
4830.tweak-category header button radio:selected:checked:disabled,
4831row.activatable radio:selected:focus:checked:disabled,
4832.view radio:selected:focus:checked:disabled,
4833iconview radio:selected:focus:checked:disabled,
4834.view text radio:selected:focus:checked:disabled,
4835iconview text radio:selected:focus:checked:disabled,
4836textview text radio:selected:focus:checked:disabled,
4837treeview.view header button radio:selected:focus:checked:disabled,
4838.tweak-category header button radio:selected:focus:checked:disabled {
4839 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4840
4841treeview.view radio:selected:checked, .tweak-category radio:selected:checked,
4842treeview.view radio:selected:focus:checked,
4843.tweak-category radio:selected:focus:checked,
4844row radio:selected:checked,
4845row radio:selected:focus:checked,
4846row.activatable radio:selected:checked,
4847.view radio:selected:checked,
4848iconview radio:selected:checked,
4849.view text radio:selected:checked,
4850iconview text radio:selected:checked,
4851textview text radio:selected:checked,
4852treeview.view header button radio:selected:checked,
4853.tweak-category header button radio:selected:checked,
4854row.activatable radio:selected:focus:checked,
4855.view radio:selected:focus:checked,
4856iconview radio:selected:focus:checked,
4857.view text radio:selected:focus:checked,
4858iconview text radio:selected:focus:checked,
4859textview text radio:selected:focus:checked,
4860treeview.view header button radio:selected:focus:checked,
4861.tweak-category header button radio:selected:focus:checked {
4862 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
4863 -gtk-icon-shadow: none; }
4864treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4865treeview.view radio:selected:focus:disabled,
4866.tweak-category radio:selected:focus:disabled,
4867row radio:selected:disabled,
4868row radio:selected:focus:disabled,
4869row.activatable radio:selected:disabled,
4870.view radio:selected:disabled,
4871iconview radio:selected:disabled,
4872.view text radio:selected:disabled,
4873iconview text radio:selected:disabled,
4874textview text radio:selected:disabled,
4875treeview.view header button radio:selected:disabled,
4876.tweak-category header button radio:selected:disabled,
4877row.activatable radio:selected:focus:disabled,
4878.view radio:selected:focus:disabled,
4879iconview radio:selected:focus:disabled,
4880.view text radio:selected:focus:disabled,
4881iconview text radio:selected:focus:disabled,
4882textview text radio:selected:focus:disabled,
4883treeview.view header button radio:selected:focus:disabled,
4884.tweak-category header button radio:selected:focus:disabled {
4885 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4886treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4887treeview.view radio:selected:focus:indeterminate:disabled,
4888.tweak-category radio:selected:focus:indeterminate:disabled,
4889row radio:selected:indeterminate:disabled,
4890row radio:selected:focus:indeterminate:disabled,
4891row.activatable radio:selected:indeterminate:disabled,
4892.view radio:selected:indeterminate:disabled,
4893iconview radio:selected:indeterminate:disabled,
4894.view text radio:selected:indeterminate:disabled,
4895iconview text radio:selected:indeterminate:disabled,
4896textview text radio:selected:indeterminate:disabled,
4897treeview.view header button radio:selected:indeterminate:disabled,
4898.tweak-category header button radio:selected:indeterminate:disabled,
4899row.activatable radio:selected:focus:indeterminate:disabled,
4900.view radio:selected:focus:indeterminate:disabled,
4901iconview radio:selected:focus:indeterminate:disabled,
4902.view text radio:selected:focus:indeterminate:disabled,
4903iconview text radio:selected:focus:indeterminate:disabled,
4904textview text radio:selected:focus:indeterminate:disabled,
4905treeview.view header button radio:selected:focus:indeterminate:disabled,
4906.tweak-category header button radio:selected:focus:indeterminate:disabled {
4907 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4908treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4909treeview.view radio:selected:focus:checked:disabled,
4910.tweak-category radio:selected:focus:checked:disabled,
4911row radio:selected:checked:disabled,
4912row radio:selected:focus:checked:disabled,
4913row.activatable radio:selected:checked:disabled,
4914.view radio:selected:checked:disabled,
4915iconview radio:selected:checked:disabled,
4916.view text radio:selected:checked:disabled,
4917iconview text radio:selected:checked:disabled,
4918textview text radio:selected:checked:disabled,
4919treeview.view header button radio:selected:checked:disabled,
4920.tweak-category header button radio:selected:checked:disabled,
4921row.activatable radio:selected:focus:checked:disabled,
4922.view radio:selected:focus:checked:disabled,
4923iconview radio:selected:focus:checked:disabled,
4924.view text radio:selected:focus:checked:disabled,
4925iconview text radio:selected:focus:checked:disabled,
4926textview text radio:selected:focus:checked:disabled,
4927treeview.view header button radio:selected:focus:checked:disabled,
4928.tweak-category header button radio:selected:focus:checked:disabled {
4929 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4930
4931treeview.view radio:selected:checked:active, .tweak-category radio:selected:checked:active,
4932treeview.view radio:selected:focus:checked:active,
4933.tweak-category radio:selected:focus:checked:active,
4934row radio:selected:checked:active,
4935row radio:selected:focus:checked:active,
4936row.activatable radio:selected:checked:active,
4937.view radio:selected:checked:active,
4938iconview radio:selected:checked:active,
4939.view text radio:selected:checked:active,
4940iconview text radio:selected:checked:active,
4941textview text radio:selected:checked:active,
4942treeview.view header button radio:selected:checked:active,
4943.tweak-category header button radio:selected:checked:active,
4944row.activatable radio:selected:focus:checked:active,
4945.view radio:selected:focus:checked:active,
4946iconview radio:selected:focus:checked:active,
4947.view text radio:selected:focus:checked:active,
4948iconview text radio:selected:focus:checked:active,
4949textview text radio:selected:focus:checked:active,
4950treeview.view header button radio:selected:focus:checked:active,
4951.tweak-category header button radio:selected:focus:checked:active {
4952 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
4953 -gtk-icon-shadow: none; }
4954treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
4955treeview.view radio:selected:focus:disabled,
4956.tweak-category radio:selected:focus:disabled,
4957row radio:selected:disabled,
4958row radio:selected:focus:disabled,
4959row.activatable radio:selected:disabled,
4960.view radio:selected:disabled,
4961iconview radio:selected:disabled,
4962.view text radio:selected:disabled,
4963iconview text radio:selected:disabled,
4964textview text radio:selected:disabled,
4965treeview.view header button radio:selected:disabled,
4966.tweak-category header button radio:selected:disabled,
4967row.activatable radio:selected:focus:disabled,
4968.view radio:selected:focus:disabled,
4969iconview radio:selected:focus:disabled,
4970.view text radio:selected:focus:disabled,
4971iconview text radio:selected:focus:disabled,
4972textview text radio:selected:focus:disabled,
4973treeview.view header button radio:selected:focus:disabled,
4974.tweak-category header button radio:selected:focus:disabled {
4975 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4976treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
4977treeview.view radio:selected:focus:indeterminate:disabled,
4978.tweak-category radio:selected:focus:indeterminate:disabled,
4979row radio:selected:indeterminate:disabled,
4980row radio:selected:focus:indeterminate:disabled,
4981row.activatable radio:selected:indeterminate:disabled,
4982.view radio:selected:indeterminate:disabled,
4983iconview radio:selected:indeterminate:disabled,
4984.view text radio:selected:indeterminate:disabled,
4985iconview text radio:selected:indeterminate:disabled,
4986textview text radio:selected:indeterminate:disabled,
4987treeview.view header button radio:selected:indeterminate:disabled,
4988.tweak-category header button radio:selected:indeterminate:disabled,
4989row.activatable radio:selected:focus:indeterminate:disabled,
4990.view radio:selected:focus:indeterminate:disabled,
4991iconview radio:selected:focus:indeterminate:disabled,
4992.view text radio:selected:focus:indeterminate:disabled,
4993iconview text radio:selected:focus:indeterminate:disabled,
4994textview text radio:selected:focus:indeterminate:disabled,
4995treeview.view header button radio:selected:focus:indeterminate:disabled,
4996.tweak-category header button radio:selected:focus:indeterminate:disabled {
4997 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4998treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
4999treeview.view radio:selected:focus:checked:disabled,
5000.tweak-category radio:selected:focus:checked:disabled,
5001row radio:selected:checked:disabled,
5002row radio:selected:focus:checked:disabled,
5003row.activatable radio:selected:checked:disabled,
5004.view radio:selected:checked:disabled,
5005iconview radio:selected:checked:disabled,
5006.view text radio:selected:checked:disabled,
5007iconview text radio:selected:checked:disabled,
5008textview text radio:selected:checked:disabled,
5009treeview.view header button radio:selected:checked:disabled,
5010.tweak-category header button radio:selected:checked:disabled,
5011row.activatable radio:selected:focus:checked:disabled,
5012.view radio:selected:focus:checked:disabled,
5013iconview radio:selected:focus:checked:disabled,
5014.view text radio:selected:focus:checked:disabled,
5015iconview text radio:selected:focus:checked:disabled,
5016textview text radio:selected:focus:checked:disabled,
5017treeview.view header button radio:selected:focus:checked:disabled,
5018.tweak-category header button radio:selected:focus:checked:disabled {
5019 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
5020
5021.view.content-view .check:not(list), iconview.content-view .check:not(list),
5022.view.content-view check:not(list),
5023iconview.content-view check:not(list) {
5024 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
5025 background-color: transparent; }
5026
5027.view.content-view .check:hover:not(list), iconview.content-view .check:hover:not(list),
5028.view.content-view check:hover:not(list),
5029iconview.content-view check:hover:not(list) {
5030 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
5031 background-color: transparent; }
5032
5033.view.content-view .check:active:not(list), iconview.content-view .check:active:not(list),
5034.view.content-view check:active:not(list),
5035iconview.content-view check:active:not(list) {
5036 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
5037 background-color: transparent; }
5038
5039.view.content-view .check:disabled:not(list), iconview.content-view .check:disabled:not(list),
5040.view.content-view check:disabled:not(list),
5041iconview.content-view check:disabled:not(list) {
5042 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode-dark.png"), url("assets/checkbox-insensitive-selectionmode-dark@2.png"));
5043 background-color: transparent; }
5044
5045.view.content-view .check:checked:not(list), iconview.content-view .check:checked:not(list),
5046.view.content-view check:checked:not(list),
5047iconview.content-view check:checked:not(list) {
5048 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
5049 background-color: transparent; }
5050
5051.view.content-view .check:checked:hover:not(list), iconview.content-view .check:checked:hover:not(list),
5052.view.content-view check:checked:hover:not(list),
5053iconview.content-view check:checked:hover:not(list) {
5054 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
5055 background-color: transparent; }
5056
5057.view.content-view .check:checked:active:not(list), iconview.content-view .check:checked:active:not(list),
5058.view.content-view check:checked:active:not(list),
5059iconview.content-view check:checked:active:not(list) {
5060 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
5061 background-color: transparent; }
5062
5063.view.content-view .check:disabled:checked:not(list), iconview.content-view .check:disabled:checked:not(list),
5064.view.content-view check:disabled:checked:not(list),
5065iconview.content-view check:disabled:checked:not(list) {
5066 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-insensitive-selectionmode-dark@2.png"));
5067 background-color: transparent; }
5068
5069checkbutton.text-button,
5070radiobutton.text-button {
5071 padding: 0.20301rem 0.50376rem;
5072 outline-offset: 0;
5073 color: rgba(236, 239, 241, 0.75); }
5074 checkbutton.text-button:hover, checkbutton.text-button:active, checkbutton.text-button:checked,
5075 radiobutton.text-button:hover,
5076 radiobutton.text-button:active,
5077 radiobutton.text-button:checked {
5078 color: #ECEFF1; }
5079
5080radio,
5081check {
5082 min-width: 1.20301rem;
5083 min-height: 1.20301rem;
5084 margin: -0.75188rem -0.24812rem;
5085 padding: 0.75188rem; }
5086 radio:hover,
5087 check:hover {
5088 animation: check_radio_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5089 radio:active,
5090 check:active {
5091 animation: check_radio_active_reverse 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
5092 transition-duration: 0.15s; }
5093 radio:hover:checked, radio:hover:indeterminate,
5094 check:hover:checked,
5095 check:hover:indeterminate {
5096 animation: check_radio_active 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5097 menu menuitem radio, menu menuitem
5098 check {
5099 min-width: 1.20301rem;
5100 min-height: 1.20301rem;
5101 margin: 0;
5102 padding: 0; }
5103 menu menuitem radio:dir(ltr), menu menuitem
5104 check:dir(ltr) {
5105 margin-right: 0.6015rem; }
5106 menu menuitem radio:dir(rtl), menu menuitem
5107 check:dir(rtl) {
5108 margin-left: 0.6015rem; }
5109 menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem
5110 check, menu menuitem
5111 check:hover, menu menuitem
5112 check:disabled {
5113 border-color: transparent;
5114 background-image: none;
5115 background-color: transparent;
5116 box-shadow: none;
5117 -gtk-icon-shadow: none;
5118 color: inherit;
5119 animation: none; }
5120
5121/************
5122 * GtkScale *
5123 ************/
5124@keyframes scale_enlarge {
5125 from {
5126 background-size: 80%; }
5127 to {
5128 background-size: 100%; } }
5129scale trough, scale fill {
5130 border: 1px solid transparent;
5131 border-radius: 0;
5132 background-color: alpha(currentColor, 0.2);
5133 box-shadow: none; }
5134 scale trough:disabled, scale fill:disabled {
5135 color: rgba(236, 239, 241, 0.3);
5136 background-color: alpha(currentColor, 0.2); }
5137
5138scale highlight {
5139 border: 1px solid transparent;
5140 border-radius: 0;
5141 background-color: #C5A68E; }
5142 scale highlight:disabled {
5143 color: rgba(236, 239, 241, 0.3);
5144 background-color: alpha(currentColor, 0.2); }
5145
5146scale {
5147 outline-offset: 0;
5148 outline-width: 0;
5149 min-height: 10px;
5150 min-width: 10px;
5151 padding: 10px; }
5152 scale.fine-tune {
5153 outline-offset: 0;
5154 outline-width: 0; }
5155 scale.fine-tune.horizontal {
5156 padding-top: 9px;
5157 padding-bottom: 9px;
5158 min-height: 10px; }
5159 scale.fine-tune.vertical {
5160 padding-left: 9px;
5161 padding-right: 9px;
5162 min-width: 10px; }
5163 scale.fine-tune slider {
5164 margin: -9px; }
5165 scale slider {
5166 min-height: 20px;
5167 min-width: 20px;
5168 margin: -9px; }
5169 scale slider:not(:hover):not(:active) {
5170 background-size: 80%; }
5171 scale slider {
5172 border-style: none;
5173 border-radius: 0;
5174 background-color: transparent;
5175 background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png"));
5176 background-repeat: no-repeat;
5177 background-position: center;
5178 box-shadow: none; }
5179 scale slider:active {
5180 border-style: none;
5181 border-radius: 0;
5182 background-color: transparent;
5183 background-image: -gtk-scaled(url("assets/slider-active-dark.png"), url("assets/slider-active-dark@2.png"));
5184 background-repeat: no-repeat;
5185 background-position: center;
5186 box-shadow: none; }
5187 scale slider:disabled {
5188 border-style: none;
5189 border-radius: 0;
5190 background-color: transparent;
5191 background-image: -gtk-scaled(url("assets/slider-insensitive-dark.png"), url("assets/slider-insensitive-dark@2.png"));
5192 background-repeat: no-repeat;
5193 background-position: center;
5194 box-shadow: none; }
5195 scale slider:hover {
5196 animation: scale_enlarge 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5197 scale trough,
5198 scale fill,
5199 scale highlight {
5200 min-height: 2px;
5201 min-width: 2px;
5202 border-radius: 0;
5203 border-width: 0; }
5204 scale fill {
5205 background-color: rgba(236, 239, 241, 0.1); }
5206 scale fill:disabled {
5207 border-color: transparent;
5208 background-color: transparent; }
5209 scale value {
5210 color: alpha(currentColor, 0.55); }
5211 scale separator {
5212 color: transparent;
5213 background-color: alpha(currentColor, 0.2); }
5214
5215scale marks {
5216 color: alpha(currentColor, 0.55); }
5217 scale marks.top {
5218 margin-bottom: 6px;
5219 margin-top: -12px; }
5220 scale marks.bottom {
5221 margin-top: 6px;
5222 margin-bottom: -12px; }
5223 scale marks.top {
5224 margin-right: 6px;
5225 margin-left: -12px; }
5226 scale marks.bottom {
5227 margin-left: 6px;
5228 margin-right: -12px; }
5229scale.fine-tune marks.top {
5230 margin-bottom: 6px;
5231 margin-top: -9px; }
5232scale.fine-tune marks.bottom {
5233 margin-top: 6px;
5234 margin-bottom: -9px; }
5235scale.fine-tune marks.top {
5236 margin-right: 6px;
5237 margin-left: -9px; }
5238scale.fine-tune marks.bottom {
5239 margin-left: 6px;
5240 margin-right: -9px; }
5241scale.horizontal indicator {
5242 min-height: 6px;
5243 min-width: 1px; }
5244scale.horizontal.fine-tune indicator {
5245 min-height: 3px; }
5246scale.vertical indicator {
5247 min-height: 1px;
5248 min-width: 6px; }
5249scale.vertical.fine-tune indicator {
5250 min-width: 3px; }
5251
5252scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
5253scale.horizontal contents:last-child:not(:only-child) > trough > slider {
5254 border-style: none;
5255 border-radius: 0;
5256 background-color: transparent;
5257 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
5258 background-repeat: no-repeat;
5259 background-position: center;
5260 box-shadow: none; }
5261scale.color.horizontal slider:active,
5262scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
5263 border-style: none;
5264 border-radius: 0;
5265 background-color: transparent;
5266 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
5267 background-repeat: no-repeat;
5268 background-position: center;
5269 box-shadow: none; }
5270scale.color.horizontal slider:disabled,
5271scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
5272 border-style: none;
5273 border-radius: 0;
5274 background-color: transparent;
5275 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png"));
5276 background-repeat: no-repeat;
5277 background-position: center;
5278 box-shadow: none; }
5279
5280scale.horizontal contents:first-child:not(:only-child) > trough > slider {
5281 border-style: none;
5282 border-radius: 0;
5283 background-color: transparent;
5284 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png"));
5285 background-repeat: no-repeat;
5286 background-position: center;
5287 box-shadow: none; }
5288scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
5289 border-style: none;
5290 border-radius: 0;
5291 background-color: transparent;
5292 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png"));
5293 background-repeat: no-repeat;
5294 background-position: center;
5295 box-shadow: none; }
5296scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
5297 border-style: none;
5298 border-radius: 0;
5299 background-color: transparent;
5300 background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png"));
5301 background-repeat: no-repeat;
5302 background-position: center;
5303 box-shadow: none; }
5304
5305scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
5306scale.vertical contents:last-child:not(:only-child) > trough > slider {
5307 border-style: none;
5308 border-radius: 0;
5309 background-color: transparent;
5310 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png"));
5311 background-repeat: no-repeat;
5312 background-position: center;
5313 box-shadow: none; }
5314scale.color.vertical:dir(rtl) slider:active,
5315scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
5316 border-style: none;
5317 border-radius: 0;
5318 background-color: transparent;
5319 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png"));
5320 background-repeat: no-repeat;
5321 background-position: center;
5322 box-shadow: none; }
5323scale.color.vertical:dir(rtl) slider:disabled,
5324scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
5325 border-style: none;
5326 border-radius: 0;
5327 background-color: transparent;
5328 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png"));
5329 background-repeat: no-repeat;
5330 background-position: center;
5331 box-shadow: none; }
5332
5333scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
5334scale.vertical contents:first-child:not(:only-child) > trough > slider {
5335 border-style: none;
5336 border-radius: 0;
5337 background-color: transparent;
5338 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png"));
5339 background-repeat: no-repeat;
5340 background-position: center;
5341 box-shadow: none; }
5342scale.color.vertical:dir(ltr) slider:active,
5343scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
5344 border-style: none;
5345 border-radius: 0;
5346 background-color: transparent;
5347 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png"));
5348 background-repeat: no-repeat;
5349 background-position: center;
5350 box-shadow: none; }
5351scale.color.vertical:dir(ltr) slider:disabled,
5352scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
5353 border-style: none;
5354 border-radius: 0;
5355 background-color: transparent;
5356 background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png"));
5357 background-repeat: no-repeat;
5358 background-position: center;
5359 box-shadow: none; }
5360
5361scale.color {
5362 min-height: 0;
5363 min-width: 0; }
5364 scale.color trough {
5365 min-width: 2px;
5366 min-height: 2px;
5367 border-radius: 0;
5368 background-color: transparent; }
5369 scale.color.horizontal {
5370 padding: 0 0 10px 0; }
5371 scale.color.horizontal trough {
5372 padding-bottom: 5px; }
5373 scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled {
5374 margin-top: 5px;
5375 margin-bottom: -10px; }
5376 scale.color.vertical:dir(ltr) {
5377 padding: 0 0 0 10px; }
5378 scale.color.vertical:dir(ltr) trough {
5379 padding-left: 5px; }
5380 scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled {
5381 margin-left: -10px;
5382 margin-right: 5px; }
5383 scale.color.vertical:dir(rtl) {
5384 padding: 0 10px 0 0; }
5385 scale.color.vertical:dir(rtl) trough {
5386 padding-right: 5px; }
5387 scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled {
5388 margin-left: 5px;
5389 margin-right: -10px; }
5390 scale.color.fine-tune.horizontal {
5391 padding: 0 0 10px 0; }
5392 scale.color.fine-tune.horizontal trough {
5393 padding-bottom: 5px; }
5394 scale.color.fine-tune.horizontal slider {
5395 margin-top: 5px;
5396 margin-bottom: -10px; }
5397 scale.color.fine-tune.vertical:dir(ltr) {
5398 padding: 0 0 0 10px; }
5399 scale.color.fine-tune.vertical:dir(ltr) trough {
5400 padding-left: 5px; }
5401 scale.color.fine-tune.vertical:dir(ltr) slider {
5402 margin-left: -10px;
5403 margin-right: 5px; }
5404 scale.color.fine-tune.vertical:dir(rtl) {
5405 padding: 0 10px 0 0; }
5406 scale.color.fine-tune.vertical:dir(rtl) trough {
5407 padding-right: 5px; }
5408 scale.color.fine-tune.vertical:dir(rtl) slider {
5409 margin-left: 5px;
5410 margin-right: -10px; }
5411
5412scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
5413scale.horizontal contents:last-child:not(:only-child) > trough > slider, scale.color.horizontal slider:active,
5414scale.horizontal contents:last-child:not(:only-child) > trough > slider:active,
5415scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
5416 margin: -15px -10px -10px -10px; }
5417
5418scale.horizontal contents:first-child:not(:only-child) > trough > slider,
5419scale.horizontal contents:first-child:not(:only-child) > trough > slider:active,
5420scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
5421 margin: -10px -10px -15px -10px; }
5422
5423scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
5424scale.vertical contents:last-child:not(:only-child) > trough > slider,
5425scale.vertical contents:last-child:not(:only-child) > trough > slider:active,
5426scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
5427 margin: -10px -10px -10px -15px; }
5428
5429scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
5430scale.vertical contents:first-child:not(:only-child) > trough > slider,
5431scale.vertical contents:first-child:not(:only-child) > trough > slider:active,
5432scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
5433 margin: -10px -15px -10px -10px; }
5434
5435scale.color.fine-tune.horizontal slider,
5436scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.color.fine-tune.horizontal slider:active,
5437scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.color.fine-tune.horizontal slider:disabled,
5438scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
5439 margin: -15px -10px -10px -10px; }
5440
5441scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider,
5442scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
5443scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
5444 margin: -10px -10px -15px -10px; }
5445
5446scale.color.fine-tune.vertical:dir(rtl) slider,
5447scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider,
5448scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:active,
5449scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
5450 margin: -10px -10px -10px -15px; }
5451
5452scale.color.fine-tune.vertical:dir(ltr) slider,
5453scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider,
5454scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
5455scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
5456 margin: -10px -15px -10px -10px; }
5457
5458/*****************
5459 * Progress bars *
5460 *****************/
5461progressbar {
5462 font-size: 90%;
5463 color: rgba(236, 239, 241, 0.5); }
5464 progressbar.horizontal trough,
5465 progressbar.horizontal progress {
5466 min-height: 4px; }
5467 progressbar.vertical trough,
5468 progressbar.vertical progress {
5469 min-width: 4px; }
5470 progressbar.horizontal progress {
5471 margin: 0 -1px; }
5472 progressbar.vertical progress {
5473 margin: -1px 0; }
5474 progressbar trough {
5475 box-shadow: none;
5476 border-radius: 0;
5477 background-color: rgba(77, 182, 172, 0.2); }
5478 progressbar progress {
5479 box-shadow: none;
5480 border-radius: 0;
5481 background-color: #C5A68E; }
5482 progressbar progress.left {
5483 border-top-left-radius: 0;
5484 border-bottom-left-radius: 0; }
5485 progressbar progress.right {
5486 border-top-right-radius: 0;
5487 border-bottom-right-radius: 0; }
5488 progressbar progress.top {
5489 border-top-left-radius: 0;
5490 border-top-right-radius: 0; }
5491 progressbar progress.bottom {
5492 border-bottom-left-radius: 0;
5493 border-bottom-right-radius: 0; }
5494 progressbar.osd {
5495 min-width: 4px;
5496 min-height: 4px; }
5497 progressbar.osd trough {
5498 border-style: none;
5499 box-shadow: none;
5500 background-color: rgba(77, 182, 172, 0.2); }
5501 progressbar.osd progress {
5502 background-image: none;
5503 background-color: #C5A68E;
5504 border-style: none;
5505 border-radius: 0; }
5506
5507entry progress, spinbutton:not(.vertical) progress,
5508.entry progress {
5509 margin: -10px -6px;
5510 border-style: none none solid;
5511 border-width: 2px;
5512 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
5513 border-radius: 0;
5514 box-shadow: none;
5515 background-color: transparent;
5516 background-image: none; }
5517
5518/*************
5519 * Level Bar *
5520 *************/
5521levelbar {
5522 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5523 levelbar block {
5524 min-width: 36px;
5525 min-height: 4px; }
5526 levelbar.vertical block {
5527 min-width: 4px;
5528 min-height: 36px; }
5529 levelbar trough {
5530 padding: 2px;
5531 border-radius: 2px;
5532 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5533 levelbar trough:disabled {
5534 box-shadow: none; }
5535 levelbar trough.horizontal {
5536 padding: 2px 1px; }
5537 levelbar trough.vertical {
5538 padding: 1px 2px; }
5539 levelbar.horizontal.discrete block {
5540 margin: 0 1px; }
5541 levelbar.vertical.discrete block {
5542 margin: 1px 0; }
5543 levelbar block {
5544 border-radius: 0;
5545 border: none;
5546 box-shadow: none; }
5547 levelbar block.low {
5548 background-color: #FF9800; }
5549 levelbar block:not(.empty),
5550 levelbar block.high {
5551 background-color: #C5A68E; }
5552 levelbar block.full {
5553 background-color: #00E676; }
5554 levelbar block.empty {
5555 background-color: alpha(currentColor, 0.2); }
5556
5557/****************
5558 * Print dialog *
5559*****************/
5560printdialog paper {
5561 padding: 0;
5562 color: #ECEFF1;
5563 border: 1px solid rgba(0, 0, 0, 0.11);
5564 background-color: white; }
5565printdialog .dialog-action-box {
5566 margin: 0.90226rem; }
5567
5568/**********
5569 * Frames *
5570 **********/
5571frame > border,
5572.frame {
5573 margin: 0;
5574 padding: 0;
5575 border-radius: 0;
5576 border: 1px solid rgba(0, 0, 0, 0.11);
5577 box-shadow: none; }
5578 frame > border.flat,
5579 .frame.flat {
5580 border-style: none; }
5581
5582actionbar > frame > border {
5583 border-width: 1px 0 0; }
5584
5585actionbar > revealer > box {
5586 padding: 0.3985rem;
5587 border-top: 1px solid rgba(0, 0, 0, 0.11); }
5588
5589placessidebar viewport.frame,
5590scrolledwindow viewport.frame,
5591placessidebar viewport.frame {
5592 border-style: none; }
5593placessidebar overshoot.top,
5594scrolledwindow overshoot.top,
5595placessidebar overshoot.top {
5596 background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5597 background-repeat: no-repeat;
5598 background-position: center top;
5599 background-color: transparent;
5600 border: none;
5601 box-shadow: none; }
5602placessidebar overshoot.bottom,
5603scrolledwindow overshoot.bottom,
5604placessidebar overshoot.bottom {
5605 background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5606 background-repeat: no-repeat;
5607 background-position: center bottom;
5608 background-color: transparent;
5609 border: none;
5610 box-shadow: none; }
5611placessidebar overshoot.left,
5612scrolledwindow overshoot.left,
5613placessidebar overshoot.left {
5614 background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5615 background-repeat: no-repeat;
5616 background-position: left center;
5617 background-color: transparent;
5618 border: none;
5619 box-shadow: none; }
5620placessidebar overshoot.right,
5621scrolledwindow overshoot.right,
5622placessidebar overshoot.right {
5623 background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5624 background-repeat: no-repeat;
5625 background-position: right center;
5626 background-color: transparent;
5627 border: none;
5628 box-shadow: none; }
5629placessidebar undershoot.top,
5630scrolledwindow undershoot.top,
5631placessidebar undershoot.top {
5632 background-color: transparent;
5633 background-image: linear-gradient(to top, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5634 padding-top: 0;
5635 background-size: 16px 32px;
5636 background-repeat: repeat-x;
5637 background-origin: content-box;
5638 background-position: center top; }
5639placessidebar undershoot.bottom,
5640scrolledwindow undershoot.bottom,
5641placessidebar undershoot.bottom {
5642 background-color: transparent;
5643 background-image: linear-gradient(to bottom, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5644 padding-bottom: 0;
5645 background-size: 16px 32px;
5646 background-repeat: repeat-x;
5647 background-origin: content-box;
5648 background-position: center bottom; }
5649placessidebar undershoot.left,
5650scrolledwindow undershoot.left,
5651placessidebar undershoot.left {
5652 background-color: transparent;
5653 background-image: linear-gradient(to left, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5654 padding-left: 0;
5655 background-size: 32px 16px;
5656 background-repeat: repeat-y;
5657 background-origin: content-box;
5658 background-position: left center; }
5659placessidebar undershoot.right,
5660scrolledwindow undershoot.right,
5661placessidebar undershoot.right {
5662 background-color: transparent;
5663 background-image: linear-gradient(to right, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5664 padding-right: 0;
5665 background-size: 32px 16px;
5666 background-repeat: repeat-y;
5667 background-origin: content-box;
5668 background-position: right center; }
5669placessidebar junction,
5670scrolledwindow junction,
5671placessidebar junction {
5672 border-color: transparent;
5673 border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
5674 background-color: #455A64; }
5675 placessidebar junction:dir(rtl),
5676 scrolledwindow junction:dir(rtl),
5677 placessidebar junction:dir(rtl) {
5678 border-image-slice: 0 1 0 0; }
5679
5680separator {
5681 color: transparent;
5682 background-color: rgba(0, 0, 0, 0.11);
5683 min-width: 1px;
5684 min-height: 1px; }
5685
5686/*********
5687 * Lists *
5688 *********/
5689list {
5690 border-color: rgba(0, 0, 0, 0.11);
5691 background-color: #455A64; }
5692
5693row {
5694 padding: 2px; }
5695
5696row.activatable, .view, iconview,
5697.view text,
5698iconview text,
5699textview text, treeview.view header button, .tweak-category header button {
5700 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));
5701 background-repeat: no-repeat;
5702 background-position: center, center;
5703 background-size: 20.0188rem 20.0188rem, auto; }
5704 row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup,
5705 .view text.has-open-popup,
5706 iconview text.has-open-popup,
5707 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,
5708 .view text:hover,
5709 iconview text:hover,
5710 textview text:hover, treeview.view header button:hover, .tweak-category header button:hover {
5711 transition: none;
5712 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)); }
5713 row.activatable:active, .view:active, iconview:active,
5714 .view text:active,
5715 iconview text:active,
5716 textview text:active, treeview.view header button:active, .tweak-category header button:active {
5717 animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5718
5719row button.image-button {
5720 padding: 0.6015rem;
5721 background-size: 2.44361rem 2.44361rem, auto; }
5722row button.circular {
5723 min-width: 1rem;
5724 min-height: 1rem;
5725 padding: 0.6015rem;
5726 background-size: 2.44361rem 2.44361rem, auto; }
5727
5728row:selected button:disabled {
5729 color: rgba(255, 255, 255, 0.34); }
5730row:selected button.flat, row:selected button.osd.image-button,
5731row:selected .button.osd.image-button, row:selected .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:not(.suggested-action):not(.destructive-action),
5732row:selected headerbar button:not(.suggested-action):not(.destructive-action),
5733headerbar row:selected button:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow,
5734row:selected .context-menu > arrow,
5735row:selected menu > arrow, placessidebar row:selected button.image-button, row:selected .csd headerbar button.titlebutton, .csd headerbar row:selected button.titlebutton,
5736row:selected .csd .titlebar button.titlebutton,
5737.csd .titlebar row:selected button.titlebutton, row:selected #gf-candidate-popup button, #gf-candidate-popup row:selected button,
5738row:selected #gf-candidate-popup .linked > button:first-child,
5739#gf-candidate-popup row:selected .linked > button:first-child,
5740row:selected #gf-candidate-popup .linked > button:last-child,
5741#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 {
5742 color: rgba(255, 255, 255, 0.85); }
5743 row:selected button.flat:hover, row:selected button.osd.image-button:hover,
5744 row:selected .button.osd.image-button:hover, row:selected .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:hover:not(.suggested-action):not(.destructive-action),
5745 row:selected headerbar button:hover:not(.suggested-action):not(.destructive-action),
5746 headerbar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:hover,
5747 row:selected .context-menu > arrow:hover,
5748 row:selected menu > arrow:hover, placessidebar row:selected button.image-button:hover, row:selected .csd headerbar button.titlebutton:hover, .csd headerbar row:selected button.titlebutton:hover,
5749 row:selected .csd .titlebar button.titlebutton:hover,
5750 .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,
5751 row:selected .button.osd.image-button:active, row:selected .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:active:not(.suggested-action):not(.destructive-action),
5752 row:selected headerbar button:active:not(.suggested-action):not(.destructive-action),
5753 headerbar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:active,
5754 row:selected .context-menu > arrow:active,
5755 row:selected menu > arrow:active, placessidebar row:selected button.image-button:active, row:selected .csd headerbar button.titlebutton:active, .csd headerbar row:selected button.titlebutton:active,
5756 row:selected .csd .titlebar button.titlebutton:active,
5757 .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 {
5758 color: #FFFFFF; }
5759 row:selected button.flat:disabled, row:selected button.osd.image-button:disabled,
5760 row:selected .button.osd.image-button:disabled, row:selected .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:disabled:not(.suggested-action):not(.destructive-action),
5761 row:selected headerbar button:disabled:not(.suggested-action):not(.destructive-action),
5762 headerbar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:disabled,
5763 row:selected .context-menu > arrow:disabled,
5764 row:selected menu > arrow:disabled, placessidebar row:selected button.image-button:disabled, row:selected .csd headerbar button.titlebutton:disabled, .csd headerbar row:selected button.titlebutton:disabled,
5765 row:selected .csd .titlebar button.titlebutton:disabled,
5766 .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 {
5767 color: rgba(255, 255, 255, 0.34); }
5768
5769row:hover {
5770 transition: none; }
5771
5772/*********************
5773 * App Notifications *
5774 *********************/
5775.app-notification border,
5776.app-notification.frame border {
5777 border: none; }
5778
5779/*************
5780 * Expanders *
5781 *************/
5782expander {
5783 padding: 0.20301rem 0.30075rem 0.24812rem; }
5784 expander arrow {
5785 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
5786 min-width: 1.20301rem;
5787 min-height: 1.20301rem; }
5788 expander arrow:dir(rtl) {
5789 -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
5790 expander arrow:checked {
5791 -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
5792 expander arrow:not(:hover):not(:active) {
5793 color: alpha(currentColor, 0.75); }
5794 expander arrow:selected {
5795 color: #FFFFFF; }
5796 expander label {
5797 color: rgba(236, 239, 241, 0.75); }
5798 expander label:hover, expander label:active {
5799 color: #ECEFF1; }
5800 expander label:selected {
5801 color: #FFFFFF; }
5802
5803/************
5804 * Calendar *
5805 ***********/
5806calendar {
5807 margin: 0.6015rem 0;
5808 padding: 0.3985rem 0.09774rem 0.20301rem;
5809 border: 1px solid rgba(0, 0, 0, 0.11);
5810 color: #ECEFF1; }
5811 calendar:selected {
5812 border: none;
5813 border-radius: 100px;
5814 color: #FFFFFF;
5815 background-color: transparent;
5816 background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
5817 background-size: 1.45113rem 1.45113rem;
5818 background-position: center top;
5819 background-repeat: no-repeat; }
5820 calendar.header {
5821 border: 1px solid transparent;
5822 border-bottom-color: rgba(0, 0, 0, 0.11);
5823 border-radius: 0; }
5824 calendar.button, calendar.header.button {
5825 box-shadow: none;
5826 background-color: transparent;
5827 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));
5828 color: alpha(currentColor, 0.2);
5829 background-size: 2.44361rem 2.44361rem, auto; }
5830 calendar.button:hover, calendar.header.button:hover {
5831 box-shadow: none;
5832 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)); }
5833 calendar.button:active, calendar.header.button:active {
5834 box-shadow: none;
5835 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
5836 calendar.button:disabled, calendar.header.button:disabled {
5837 box-shadow: none;
5838 background-color: transparent; }
5839 calendar:indeterminate {
5840 color: alpha(currentColor, 0.2); }
5841 calendar.highlight {
5842 color: alpha(currentColor, 0.55);
5843 font-size: 90%;
5844 font-weight: 500; }
5845
5846/***********
5847 * Dialogs *
5848 ***********/
5849messagedialog .titlebar {
5850 min-height: 1.50376rem;
5851 border-style: none;
5852 border-top-left-radius: 2px;
5853 border-top-right-radius: 2px;
5854 color: rgba(236, 239, 241, 0.75);
5855 background-color: #322F22; }
5856messagedialog entry, messagedialog spinbutton:not(.vertical), messagedialog entry:focus, messagedialog spinbutton:focus:not(.vertical) {
5857 color: #ECEFF1;
5858 caret-color: #ECEFF1; }
5859messagedialog entry:disabled, messagedialog spinbutton:disabled:not(.vertical) {
5860 color: rgba(236, 239, 241, 0.3); }
5861messagedialog button {
5862 color: #C5A68E); }
5863 messagedialog button:hover, messagedialog button:active, messagedialog button:checked {
5864 color: #C5A68E; }
5865 messagedialog button:disabled {
5866 color: rgba(236, 239, 241, 0.3); }
5867messagedialog .linked > button {
5868 border: 2px solid transparent;
5869 border-radius: 2px;
5870 -gtk-outline-radius: 2px;
5871 border-image: none;
5872 box-shadow: none; }
5873messagedialog check {
5874 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
5875messagedialog radio {
5876 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
5877messagedialog check:hover {
5878 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
5879messagedialog radio:hover {
5880 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
5881messagedialog check:active {
5882 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
5883messagedialog radio:active {
5884 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
5885messagedialog check:disabled {
5886 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
5887messagedialog radio:disabled {
5888 -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
5889messagedialog check:indeterminate {
5890 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
5891messagedialog radio:indeterminate {
5892 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
5893messagedialog check:indeterminate:hover {
5894 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
5895messagedialog radio:indeterminate:hover {
5896 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
5897messagedialog check:indeterminate:active {
5898 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
5899messagedialog radio:indeterminate:active {
5900 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
5901messagedialog check:indeterminate:disabled {
5902 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
5903messagedialog radio:indeterminate:disabled {
5904 -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
5905messagedialog check:checked {
5906 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
5907messagedialog radio:checked {
5908 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
5909messagedialog check:checked:hover {
5910 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
5911messagedialog radio:checked:hover {
5912 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
5913messagedialog check:checked:active {
5914 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
5915messagedialog radio:checked:active {
5916 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
5917messagedialog check:checked:disabled {
5918 -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
5919messagedialog radio:checked:disabled {
5920 -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
5921messagedialog checkbutton.text-button,
5922messagedialog radiobutton.text-button {
5923 color: rgba(236, 239, 241, 0.75); }
5924 messagedialog checkbutton.text-button:hover, messagedialog checkbutton.text-button:active, messagedialog checkbutton.text-button:checked,
5925 messagedialog radiobutton.text-button:hover,
5926 messagedialog radiobutton.text-button:active,
5927 messagedialog radiobutton.text-button:checked {
5928 color: #ECEFF1; }
5929 messagedialog checkbutton.text-button:disabled, messagedialog checkbutton.text-button:disabled:active, messagedialog checkbutton.text-button:disabled:indeterminate,
5930 messagedialog radiobutton.text-button:disabled,
5931 messagedialog radiobutton.text-button:disabled:active,
5932 messagedialog radiobutton.text-button:disabled:indeterminate {
5933 color: rgba(236, 239, 241, 0.3); }
5934messagedialog.csd.background {
5935 border-bottom-left-radius: 2px;
5936 border-bottom-right-radius: 2px; }
5937messagedialog.background, messagedialog.csd.background {
5938 color: rgba(236, 239, 241, 0.75);
5939 background-color: #322F22;
5940 opacity: 0.9; }
5941 messagedialog.background .dialog-action-area button,
5942 messagedialog.background .dialog-action-area .linked > button, messagedialog.csd.background .dialog-action-area button,
5943 messagedialog.csd.background .dialog-action-area .linked > button {
5944 box-shadow: none;
5945 background-color: transparent;
5946 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));
5947 border: 2px solid transparent;
5948 border-radius: 0;
5949 color: rgba(236, 239, 241, 0.75);
5950 font-size: initial;
5951 font-weight: 700;
5952 background-size: 9.96241rem 9.96241rem, auto;
5953 box-shadow: none;
5954 background-color: transparent;
5955 color: #C5A68E); }
5956 messagedialog.background .dialog-action-area button:hover,
5957 messagedialog.background .dialog-action-area .linked > button:hover, messagedialog.csd.background .dialog-action-area button:hover,
5958 messagedialog.csd.background .dialog-action-area .linked > button:hover {
5959 box-shadow: none;
5960 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));
5961 color: #C5A68E; }
5962 messagedialog.background .dialog-action-area button:active,
5963 messagedialog.background .dialog-action-area .linked > button:active, messagedialog.csd.background .dialog-action-area button:active,
5964 messagedialog.csd.background .dialog-action-area .linked > button:active {
5965 box-shadow: none;
5966 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
5967 color: #C5A68E; }
5968 messagedialog.background .dialog-action-area button:checked,
5969 messagedialog.background .dialog-action-area .linked > button:checked, messagedialog.csd.background .dialog-action-area button:checked,
5970 messagedialog.csd.background .dialog-action-area .linked > button:checked {
5971 background-color: alpha(currentColor, 0.2);
5972 color: #ECEFF1;
5973 color: #C5A68E); }
5974 messagedialog.background .dialog-action-area button:disabled,
5975 messagedialog.background .dialog-action-area .linked > button:disabled, messagedialog.csd.background .dialog-action-area button:disabled,
5976 messagedialog.csd.background .dialog-action-area .linked > button:disabled {
5977 box-shadow: none;
5978 background-color: transparent; }
5979 messagedialog.background .dialog-action-area button:first-child,
5980 messagedialog.background .dialog-action-area .linked > button:first-child, messagedialog.csd.background .dialog-action-area button:first-child,
5981 messagedialog.csd.background .dialog-action-area .linked > button:first-child {
5982 border-radius: 0 0 0 2px;
5983 border-right-width: 0; }
5984 messagedialog.background .dialog-action-area button:last-child,
5985 messagedialog.background .dialog-action-area .linked > button:last-child, messagedialog.csd.background .dialog-action-area button:last-child,
5986 messagedialog.csd.background .dialog-action-area .linked > button:last-child {
5987 border-radius: 0 0 2px 0;
5988 border-left-width: 0; }
5989
5990filechooser .dialog-action-box {
5991 border-top: 1px solid rgba(0, 0, 0, 0.11); }
5992filechooser #pathbarbox {
5993 border-bottom: 1px solid #3e515a; }
5994
5995filechooserbutton:drop(active) {
5996 box-shadow: none;
5997 border-color: transparent; }
5998
5999/***********
6000 * Sidebar *
6001 ***********/
6002.sidebar {
6003 border: none;
6004 color: rgba(236, 239, 241, 0.75);
6005 background-color: #3b4c54; }
6006 .sidebar:dir(ltr), .sidebar list:dir(ltr) {
6007 box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6008 .sidebar:dir(rtl), .sidebar list:dir(rtl) {
6009 box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6010 .sidebar treeview.view, .sidebar .tweak-category,
6011 .sidebar .frame,
6012 .sidebar list {
6013 background-color: transparent; }
6014 .sidebar treeview.view, .sidebar .tweak-category {
6015 box-shadow: none; }
6016 .sidebar .frame list {
6017 box-shadow: none; }
6018 .sidebar list,
6019 .sidebar row,
6020 .sidebar row.activatable,
6021 .sidebar .view,
6022 .sidebar iconview,
6023 .sidebar .view text,
6024 .view .sidebar text,
6025 .sidebar iconview text,
6026 iconview .sidebar text,
6027 .sidebar textview text,
6028 textview .sidebar text,
6029 .sidebar treeview.view header button,
6030 treeview.view header .sidebar button,
6031 .sidebar .tweak-category header button,
6032 .tweak-category header .sidebar button {
6033 color: rgba(236, 239, 241, 0.75);
6034 background-color: transparent;
6035 font-weight: 500; }
6036 .sidebar list:hover,
6037 .sidebar row:hover,
6038 .sidebar row.activatable:hover,
6039 .sidebar .view:hover,
6040 .sidebar iconview:hover,
6041 .sidebar .view text:hover,
6042 .view .sidebar text:hover,
6043 .sidebar iconview text:hover,
6044 iconview .sidebar text:hover,
6045 .sidebar textview text:hover,
6046 textview .sidebar text:hover,
6047 .sidebar treeview.view header button:hover,
6048 treeview.view header .sidebar button:hover,
6049 .sidebar .tweak-category header button:hover,
6050 .tweak-category header .sidebar button:hover {
6051 color: #ECEFF1; }
6052 .sidebar list:selected,
6053 .sidebar row:selected,
6054 .sidebar row.activatable:selected,
6055 .sidebar .view:selected,
6056 .sidebar iconview:selected,
6057 .sidebar .view text:selected,
6058 .view .sidebar text:selected,
6059 .sidebar iconview text:selected,
6060 iconview .sidebar text:selected,
6061 .sidebar textview text:selected,
6062 textview .sidebar text:selected,
6063 .sidebar treeview.view header button:selected,
6064 treeview.view header .sidebar button:selected,
6065 .sidebar .tweak-category header button:selected,
6066 .tweak-category header .sidebar button:selected {
6067 color: #C5A68E;
6068 background-color: transparent; }
6069 .sidebar list:selected label,
6070 .sidebar row:selected label,
6071 .sidebar row.activatable:selected label,
6072 .sidebar .view:selected label,
6073 .sidebar iconview:selected label,
6074 .sidebar .view text:selected label,
6075 .view .sidebar text:selected label,
6076 .sidebar iconview text:selected label,
6077 iconview .sidebar text:selected label,
6078 .sidebar textview text:selected label,
6079 textview .sidebar text:selected label,
6080 .sidebar treeview.view header button:selected label,
6081 treeview.view header .sidebar button:selected label,
6082 .sidebar .tweak-category header button:selected label,
6083 .tweak-category header .sidebar button:selected label {
6084 color: #C5A68E; }
6085 .sidebar overshoot,
6086 .sidebar undershoot {
6087 box-shadow: none; }
6088
6089stacksidebar row,
6090stacksidebar row.activatable,
6091stacksidebar .view,
6092stacksidebar iconview,
6093stacksidebar .view text,
6094.view stacksidebar text,
6095stacksidebar iconview text,
6096iconview stacksidebar text,
6097stacksidebar textview text,
6098textview stacksidebar text,
6099stacksidebar treeview.view header button,
6100treeview.view header stacksidebar button,
6101stacksidebar .tweak-category header button,
6102.tweak-category header stacksidebar button {
6103 padding: 0.3985rem 0.6015rem 0.50376rem;
6104 color: rgba(236, 239, 241, 0.75);
6105 background-color: transparent;
6106 font-weight: 500; }
6107 stacksidebar row > label,
6108 stacksidebar row.activatable > label,
6109 stacksidebar .view > label,
6110 stacksidebar iconview > label,
6111 stacksidebar .view text > label,
6112 .view stacksidebar text > label,
6113 stacksidebar iconview text > label,
6114 iconview stacksidebar text > label,
6115 stacksidebar textview text > label,
6116 textview stacksidebar text > label,
6117 stacksidebar treeview.view header button > label,
6118 treeview.view header stacksidebar button > label,
6119 stacksidebar .tweak-category header button > label,
6120 .tweak-category header stacksidebar button > label {
6121 padding-left: 0.3985rem;
6122 padding-right: 0.3985rem; }
6123 stacksidebar row:hover,
6124 stacksidebar row.activatable:hover,
6125 stacksidebar .view:hover,
6126 stacksidebar iconview:hover,
6127 stacksidebar .view text:hover,
6128 .view stacksidebar text:hover,
6129 stacksidebar iconview text:hover,
6130 iconview stacksidebar text:hover,
6131 stacksidebar textview text:hover,
6132 textview stacksidebar text:hover,
6133 stacksidebar treeview.view header button:hover,
6134 treeview.view header stacksidebar button:hover,
6135 stacksidebar .tweak-category header button:hover,
6136 .tweak-category header stacksidebar button:hover {
6137 color: #ECEFF1; }
6138 stacksidebar row:selected,
6139 stacksidebar row.activatable:selected,
6140 stacksidebar .view:selected,
6141 stacksidebar iconview:selected,
6142 stacksidebar .view text:selected,
6143 .view stacksidebar text:selected,
6144 stacksidebar iconview text:selected,
6145 iconview stacksidebar text:selected,
6146 stacksidebar textview text:selected,
6147 textview stacksidebar text:selected,
6148 stacksidebar treeview.view header button:selected,
6149 treeview.view header stacksidebar button:selected,
6150 stacksidebar .tweak-category header button:selected,
6151 .tweak-category header stacksidebar button:selected {
6152 color: #C5A68E;
6153 background-color: transparent; }
6154 stacksidebar row:selected label,
6155 stacksidebar row.activatable:selected label,
6156 stacksidebar .view:selected label,
6157 stacksidebar iconview:selected label,
6158 stacksidebar .view text:selected label,
6159 .view stacksidebar text:selected label,
6160 stacksidebar iconview text:selected label,
6161 iconview stacksidebar text:selected label,
6162 stacksidebar textview text:selected label,
6163 textview stacksidebar text:selected label,
6164 stacksidebar treeview.view header button:selected label,
6165 treeview.view header stacksidebar button:selected label,
6166 stacksidebar .tweak-category header button:selected label,
6167 .tweak-category header stacksidebar button:selected label {
6168 color: #C5A68E; }
6169 stacksidebar row:backdrop,
6170 stacksidebar row.activatable:backdrop,
6171 stacksidebar .view:backdrop,
6172 stacksidebar iconview:backdrop,
6173 stacksidebar .view text:backdrop,
6174 .view stacksidebar text:backdrop,
6175 stacksidebar iconview text:backdrop,
6176 iconview stacksidebar text:backdrop,
6177 stacksidebar textview text:backdrop,
6178 textview stacksidebar text:backdrop,
6179 stacksidebar treeview.view header button:backdrop,
6180 treeview.view header stacksidebar button:backdrop,
6181 stacksidebar .tweak-category header button:backdrop,
6182 .tweak-category header stacksidebar button:backdrop {
6183 opacity: 1.0; }
6184stacksidebar .frame list {
6185 background-color: rgba(18, 22, 0, 0.04); }
6186 stacksidebar .frame list:dir(ltr) {
6187 box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6188 stacksidebar .frame list:dir(rtl) {
6189 box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6190stacksidebar separator,
6191stacksidebar .separator {
6192 min-height: 0;
6193 border-color: transparent;
6194 background-color: transparent;
6195 color: transparent; }
6196
6197/****************
6198 * File chooser *
6199 ****************/
6200placessidebar list,
6201placessidebar row {
6202 background-color: #3b4c54; }
6203placessidebar row {
6204 padding: 0.3985rem 0 0.50376rem; }
6205 placessidebar row > revealer {
6206 padding: 0.30075rem 1.05263rem 0.30075rem 0.90226rem; }
6207 placessidebar row image.sidebar-icon {
6208 opacity: 0.75; }
6209 placessidebar row image.sidebar-icon:dir(ltr) {
6210 padding-right: 0.50376rem; }
6211 placessidebar row image.sidebar-icon:dir(rtl) {
6212 padding-left: 0.50376rem; }
6213 placessidebar row label.sidebar-label:dir(ltr) {
6214 padding-right: 0.15038rem; }
6215 placessidebar row label.sidebar-label:dir(rtl) {
6216 padding-left: 0.15038rem; }
6217 placessidebar row button.image-button {
6218 padding: 0.50376rem; }
6219 placessidebar row:selected {
6220 color: #C5A68E; }
6221 placessidebar row:selected label {
6222 color: #C5A68E; }
6223 placessidebar row:selected button.image-button {
6224 color: #4DD0E1; }
6225 placessidebar row:selected button.image-button:hover, placessidebar row:selected button.image-button:active {
6226 color: #C5A68E; }
6227 placessidebar row.sidebar-placeholder-row {
6228 border: solid 1px #C5A68E; }
6229 placessidebar row.sidebar-new-bookmark-row {
6230 color: #C5A68E; }
6231 placessidebar row:drop(active):not(:disabled) {
6232 color: #C5A68E;
6233 box-shadow: inset 0 1px #C5A68E, inset 0 -1px #C5A68E; }
6234 placessidebar row:drop(active):not(:disabled):selected {
6235 color: #FFFFFF;
6236 background-color: #C5A68E; }
6237
6238placesview row.activatable:hover, placesview .view:hover, placesview iconview:hover,
6239placesview .view text:hover,
6240.view placesview text:hover,
6241placesview iconview text:hover,
6242iconview placesview text:hover,
6243placesview textview text:hover,
6244textview 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 {
6245 background-color: transparent; }
6246placesview > actionbar > revealer > box > label {
6247 padding-left: 0.6015rem;
6248 padding-right: 0.6015rem; }
6249
6250/*********
6251 * Paned *
6252 *********/
6253paned > separator {
6254 min-width: 1px;
6255 min-height: 1px;
6256 border-style: none;
6257 background-color: transparent;
6258 -gtk-icon-source: none;
6259 background-image: image(rgba(0, 0, 0, 0.11));
6260 background-size: 1px 1px;
6261 transition: none; }
6262 paned > separator:backdrop, paned > separator:selected {
6263 background-image: image(#37474F);
6264 transition: none; }
6265 window paned > separator, window paned > separator:backdrop, window paned > separator:selected {
6266 background-image: image(rgba(0, 0, 0, 0.06));
6267 transition: none; }
6268 window > grid.vertical paned > separator, window > grid.vertical paned > separator:backdrop, window > grid.vertical paned > separator:selected {
6269 background-image: image(#37474F);
6270 transition: none; }
6271 paned > separator.wide, button paned > separator,
6272 button paned > .separator,
6273 .button paned > separator,
6274 .button paned > .separator, stacksidebar paned > separator,
6275 stacksidebar paned > .separator, .tweak-categories paned > separator,
6276 .tweak-categories paned > .separator, window overlay > grid > frame > grid list paned > separator {
6277 min-width: 0.45113rem;
6278 min-height: 0.45113rem;
6279 margin: 0;
6280 padding: 0;
6281 background-color: #3e515a;
6282 background-image: image(#37474F), image(#37474F);
6283 background-size: 1px 1px, 1px 1px; }
6284 paned > separator.wide:backdrop, button paned > separator:backdrop,
6285 button paned > .separator:backdrop,
6286 .button paned > separator:backdrop,
6287 .button paned > .separator:backdrop, stacksidebar paned > separator:backdrop,
6288 stacksidebar paned > .separator:backdrop, .tweak-categories paned > separator:backdrop,
6289 .tweak-categories paned > .separator:backdrop, window overlay > grid > frame > grid list paned > separator:backdrop, paned > separator.wide:selected, button paned > separator:selected,
6290 button paned > .separator:selected,
6291 .button paned > separator:selected,
6292 .button paned > .separator:selected, stacksidebar paned > separator:selected,
6293 stacksidebar paned > .separator:selected, .tweak-categories paned > separator:selected,
6294 .tweak-categories paned > .separator:selected, window overlay > grid > frame > grid list paned > separator:selected {
6295 background-image: image(#37474F), image(#37474F); }
6296paned.horizontal > separator {
6297 background-repeat: repeat-y; }
6298 paned.horizontal > separator:dir(ltr) {
6299 margin: 0 -0.6015rem 0 0;
6300 padding: 0 0.6015rem 0 0; }
6301 paned.horizontal > separator:dir(rtl) {
6302 margin: 0 0 0 -0.6015rem;
6303 padding: 0 0 0 0.6015rem; }
6304 paned.horizontal > separator.wide, button paned.horizontal > separator,
6305 button paned.horizontal > .separator,
6306 .button paned.horizontal > separator,
6307 .button paned.horizontal > .separator, stacksidebar paned.horizontal > separator,
6308 stacksidebar paned.horizontal > .separator, .tweak-categories paned.horizontal > separator,
6309 .tweak-categories paned.horizontal > .separator, window overlay > grid > frame > grid list paned.horizontal > separator {
6310 background-repeat: repeat-y, repeat-y;
6311 background-position: left, right; }
6312paned.vertical > separator {
6313 margin: 0 0 -0.6015rem 0;
6314 padding: 0 0 0.6015rem 0;
6315 background-repeat: repeat-x;
6316 background-position: top; }
6317 paned.vertical > separator.wide, button paned.vertical > separator,
6318 button paned.vertical > .separator,
6319 .button paned.vertical > separator,
6320 .button paned.vertical > .separator, stacksidebar paned.vertical > separator,
6321 stacksidebar paned.vertical > .separator, .tweak-categories paned.vertical > separator,
6322 .tweak-categories paned.vertical > .separator, window overlay > grid > frame > grid list paned.vertical > separator {
6323 background-repeat: repeat-x, repeat-x;
6324 background-position: bottom, top; }
6325
6326/**************
6327 * GtkInfoBar *
6328 **************/
6329infobar, NautilusTrashBar {
6330 padding: 0.3985rem;
6331 border-width: 0 0 1px;
6332 border-style: solid;
6333 border-color: #37474F;
6334 background-color: #3b4c54; }
6335
6336.info:not(.error),
6337.question:not(.error),
6338.warning:not(.error),
6339.error:not(.error) {
6340 color: rgba(38, 50, 56, 0.75); }
6341.info button,
6342.question button,
6343.warning button,
6344.error button {
6345 box-shadow: none;
6346 background-color: transparent;
6347 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));
6348 color: rgba(38, 50, 56, 0.75); }
6349 .info button:hover,
6350 .question button:hover,
6351 .warning button:hover,
6352 .error button:hover {
6353 box-shadow: none;
6354 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));
6355 color: #263238; }
6356 .info button:active,
6357 .question button:active,
6358 .warning button:active,
6359 .error button:active {
6360 box-shadow: none;
6361 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
6362 color: #263238; }
6363 .info button:checked,
6364 .question button:checked,
6365 .warning button:checked,
6366 .error button:checked {
6367 background-color: alpha(currentColor, 0.2);
6368 color: #ECEFF1;
6369 color: #263238; }
6370 .info button:disabled,
6371 .question button:disabled,
6372 .warning button:disabled,
6373 .error button:disabled {
6374 color: rgba(38, 50, 56, 0.3); }
6375 .info button.flat, .info button.osd.image-button,
6376 .info .button.osd.image-button, .info .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .info button:not(.suggested-action):not(.destructive-action),
6377 .info headerbar button:not(.suggested-action):not(.destructive-action),
6378 headerbar .info button:not(.suggested-action):not(.destructive-action), .info .menu > arrow,
6379 .info .context-menu > arrow,
6380 .info menu > arrow, .info placessidebar row button.image-button, placessidebar row .info button.image-button, .info .csd headerbar button.titlebutton, .csd headerbar .info button.titlebutton,
6381 .info .csd .titlebar button.titlebutton,
6382 .csd .titlebar .info button.titlebutton, .info #gf-candidate-popup button, #gf-candidate-popup .info button,
6383 .info #gf-candidate-popup .linked > button:first-child,
6384 #gf-candidate-popup .info .linked > button:first-child,
6385 .info #gf-candidate-popup .linked > button:last-child,
6386 #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,
6387 .question button.flat,
6388 .question button.osd.image-button,
6389 .question .button.osd.image-button,
6390 .question .titlebar button:not(.suggested-action):not(.destructive-action),
6391 .titlebar .question button:not(.suggested-action):not(.destructive-action),
6392 .question headerbar button:not(.suggested-action):not(.destructive-action),
6393 headerbar .question button:not(.suggested-action):not(.destructive-action),
6394 .question .menu > arrow,
6395 .question .context-menu > arrow,
6396 .question menu > arrow,
6397 .question placessidebar row button.image-button,
6398 placessidebar row .question button.image-button,
6399 .question .csd headerbar button.titlebutton,
6400 .csd headerbar .question button.titlebutton,
6401 .question .csd .titlebar button.titlebutton,
6402 .csd .titlebar .question button.titlebutton,
6403 .question #gf-candidate-popup button,
6404 #gf-candidate-popup .question button,
6405 .question #gf-candidate-popup .linked > button:first-child,
6406 #gf-candidate-popup .question .linked > button:first-child,
6407 .question #gf-candidate-popup .linked > button:last-child,
6408 #gf-candidate-popup .question .linked > button:last-child,
6409 .question window > grid.vertical > box.vertical > widget button,
6410 window > grid.vertical > box.vertical > widget .question button,
6411 .question layouttabbar button,
6412 layouttabbar .question button,
6413 .question layouttab button,
6414 layouttab .question button,
6415 .warning button.flat,
6416 .warning button.osd.image-button,
6417 .warning .button.osd.image-button,
6418 .warning .titlebar button:not(.suggested-action):not(.destructive-action),
6419 .titlebar .warning button:not(.suggested-action):not(.destructive-action),
6420 .warning headerbar button:not(.suggested-action):not(.destructive-action),
6421 headerbar .warning button:not(.suggested-action):not(.destructive-action),
6422 .warning .menu > arrow,
6423 .warning .context-menu > arrow,
6424 .warning menu > arrow,
6425 .warning placessidebar row button.image-button,
6426 placessidebar row .warning button.image-button,
6427 .warning .csd headerbar button.titlebutton,
6428 .csd headerbar .warning button.titlebutton,
6429 .warning .csd .titlebar button.titlebutton,
6430 .csd .titlebar .warning button.titlebutton,
6431 .warning #gf-candidate-popup button,
6432 #gf-candidate-popup .warning button,
6433 .warning #gf-candidate-popup .linked > button:first-child,
6434 #gf-candidate-popup .warning .linked > button:first-child,
6435 .warning #gf-candidate-popup .linked > button:last-child,
6436 #gf-candidate-popup .warning .linked > button:last-child,
6437 .warning window > grid.vertical > box.vertical > widget button,
6438 window > grid.vertical > box.vertical > widget .warning button,
6439 .warning layouttabbar button,
6440 layouttabbar .warning button,
6441 .warning layouttab button,
6442 layouttab .warning button,
6443 .error button.flat,
6444 .error button.osd.image-button,
6445 .error .button.osd.image-button,
6446 .error .titlebar button:not(.suggested-action):not(.destructive-action),
6447 .titlebar .error button:not(.suggested-action):not(.destructive-action),
6448 .error headerbar button:not(.suggested-action):not(.destructive-action),
6449 headerbar .error button:not(.suggested-action):not(.destructive-action),
6450 .error .menu > arrow,
6451 .error .context-menu > arrow,
6452 .error menu > arrow,
6453 .error placessidebar row button.image-button,
6454 placessidebar row .error button.image-button,
6455 .error .csd headerbar button.titlebutton,
6456 .csd headerbar .error button.titlebutton,
6457 .error .csd .titlebar button.titlebutton,
6458 .csd .titlebar .error button.titlebutton,
6459 .error #gf-candidate-popup button,
6460 #gf-candidate-popup .error button,
6461 .error #gf-candidate-popup .linked > button:first-child,
6462 #gf-candidate-popup .error .linked > button:first-child,
6463 .error #gf-candidate-popup .linked > button:last-child,
6464 #gf-candidate-popup .error .linked > button:last-child,
6465 .error window > grid.vertical > box.vertical > widget button,
6466 window > grid.vertical > box.vertical > widget .error button,
6467 .error layouttabbar button,
6468 layouttabbar .error button,
6469 .error layouttab button,
6470 layouttab .error button {
6471 color: rgba(38, 50, 56, 0.75); }
6472 .info button.flat:hover, .info button.osd.image-button:hover,
6473 .info .button.osd.image-button:hover, .info .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info button:hover:not(.suggested-action):not(.destructive-action),
6474 .info headerbar button:hover:not(.suggested-action):not(.destructive-action),
6475 headerbar .info button:hover:not(.suggested-action):not(.destructive-action), .info .menu > arrow:hover,
6476 .info .context-menu > arrow:hover,
6477 .info menu > arrow:hover, .info placessidebar row button.image-button:hover, placessidebar row .info button.image-button:hover, .info .csd headerbar button.titlebutton:hover, .csd headerbar .info button.titlebutton:hover,
6478 .info .csd .titlebar button.titlebutton:hover,
6479 .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,
6480 .info .button.osd.image-button:active, .info .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .info button:active:not(.suggested-action):not(.destructive-action),
6481 .info headerbar button:active:not(.suggested-action):not(.destructive-action),
6482 headerbar .info button:active:not(.suggested-action):not(.destructive-action), .info .menu > arrow:active,
6483 .info .context-menu > arrow:active,
6484 .info menu > arrow:active, .info placessidebar row button.image-button:active, placessidebar row .info button.image-button:active, .info .csd headerbar button.titlebutton:active, .csd headerbar .info button.titlebutton:active,
6485 .info .csd .titlebar button.titlebutton:active,
6486 .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,
6487 .question button.flat:hover,
6488 .question button.osd.image-button:hover,
6489 .question .button.osd.image-button:hover,
6490 .question .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6491 .titlebar .question button:hover:not(.suggested-action):not(.destructive-action),
6492 .question headerbar button:hover:not(.suggested-action):not(.destructive-action),
6493 headerbar .question button:hover:not(.suggested-action):not(.destructive-action),
6494 .question .menu > arrow:hover,
6495 .question .context-menu > arrow:hover,
6496 .question menu > arrow:hover,
6497 .question placessidebar row button.image-button:hover,
6498 placessidebar row .question button.image-button:hover,
6499 .question .csd headerbar button.titlebutton:hover,
6500 .csd headerbar .question button.titlebutton:hover,
6501 .question .csd .titlebar button.titlebutton:hover,
6502 .csd .titlebar .question button.titlebutton:hover,
6503 .question #gf-candidate-popup button:hover,
6504 #gf-candidate-popup .question button:hover,
6505 .question window > grid.vertical > box.vertical > widget button:hover,
6506 window > grid.vertical > box.vertical > widget .question button:hover,
6507 .question layouttabbar button:hover,
6508 layouttabbar .question button:hover,
6509 .question layouttab button:hover,
6510 layouttab .question button:hover,
6511 .question button.flat:active,
6512 .question button.osd.image-button:active,
6513 .question .button.osd.image-button:active,
6514 .question .titlebar button:active:not(.suggested-action):not(.destructive-action),
6515 .titlebar .question button:active:not(.suggested-action):not(.destructive-action),
6516 .question headerbar button:active:not(.suggested-action):not(.destructive-action),
6517 headerbar .question button:active:not(.suggested-action):not(.destructive-action),
6518 .question .menu > arrow:active,
6519 .question .context-menu > arrow:active,
6520 .question menu > arrow:active,
6521 .question placessidebar row button.image-button:active,
6522 placessidebar row .question button.image-button:active,
6523 .question .csd headerbar button.titlebutton:active,
6524 .csd headerbar .question button.titlebutton:active,
6525 .question .csd .titlebar button.titlebutton:active,
6526 .csd .titlebar .question button.titlebutton:active,
6527 .question #gf-candidate-popup button:active,
6528 #gf-candidate-popup .question button:active,
6529 .question window > grid.vertical > box.vertical > widget button:active,
6530 window > grid.vertical > box.vertical > widget .question button:active,
6531 .question layouttabbar button:active,
6532 layouttabbar .question button:active,
6533 .question layouttab button:active,
6534 layouttab .question button:active,
6535 .warning button.flat:hover,
6536 .warning button.osd.image-button:hover,
6537 .warning .button.osd.image-button:hover,
6538 .warning .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6539 .titlebar .warning button:hover:not(.suggested-action):not(.destructive-action),
6540 .warning headerbar button:hover:not(.suggested-action):not(.destructive-action),
6541 headerbar .warning button:hover:not(.suggested-action):not(.destructive-action),
6542 .warning .menu > arrow:hover,
6543 .warning .context-menu > arrow:hover,
6544 .warning menu > arrow:hover,
6545 .warning placessidebar row button.image-button:hover,
6546 placessidebar row .warning button.image-button:hover,
6547 .warning .csd headerbar button.titlebutton:hover,
6548 .csd headerbar .warning button.titlebutton:hover,
6549 .warning .csd .titlebar button.titlebutton:hover,
6550 .csd .titlebar .warning button.titlebutton:hover,
6551 .warning #gf-candidate-popup button:hover,
6552 #gf-candidate-popup .warning button:hover,
6553 .warning window > grid.vertical > box.vertical > widget button:hover,
6554 window > grid.vertical > box.vertical > widget .warning button:hover,
6555 .warning layouttabbar button:hover,
6556 layouttabbar .warning button:hover,
6557 .warning layouttab button:hover,
6558 layouttab .warning button:hover,
6559 .warning button.flat:active,
6560 .warning button.osd.image-button:active,
6561 .warning .button.osd.image-button:active,
6562 .warning .titlebar button:active:not(.suggested-action):not(.destructive-action),
6563 .titlebar .warning button:active:not(.suggested-action):not(.destructive-action),
6564 .warning headerbar button:active:not(.suggested-action):not(.destructive-action),
6565 headerbar .warning button:active:not(.suggested-action):not(.destructive-action),
6566 .warning .menu > arrow:active,
6567 .warning .context-menu > arrow:active,
6568 .warning menu > arrow:active,
6569 .warning placessidebar row button.image-button:active,
6570 placessidebar row .warning button.image-button:active,
6571 .warning .csd headerbar button.titlebutton:active,
6572 .csd headerbar .warning button.titlebutton:active,
6573 .warning .csd .titlebar button.titlebutton:active,
6574 .csd .titlebar .warning button.titlebutton:active,
6575 .warning #gf-candidate-popup button:active,
6576 #gf-candidate-popup .warning button:active,
6577 .warning window > grid.vertical > box.vertical > widget button:active,
6578 window > grid.vertical > box.vertical > widget .warning button:active,
6579 .warning layouttabbar button:active,
6580 layouttabbar .warning button:active,
6581 .warning layouttab button:active,
6582 layouttab .warning button:active,
6583 .error button.flat:hover,
6584 .error button.osd.image-button:hover,
6585 .error .button.osd.image-button:hover,
6586 .error .titlebar button:hover:not(.suggested-action):not(.destructive-action),
6587 .titlebar .error button:hover:not(.suggested-action):not(.destructive-action),
6588 .error headerbar button:hover:not(.suggested-action):not(.destructive-action),
6589 headerbar .error button:hover:not(.suggested-action):not(.destructive-action),
6590 .error .menu > arrow:hover,
6591 .error .context-menu > arrow:hover,
6592 .error menu > arrow:hover,
6593 .error placessidebar row button.image-button:hover,
6594 placessidebar row .error button.image-button:hover,
6595 .error .csd headerbar button.titlebutton:hover,
6596 .csd headerbar .error button.titlebutton:hover,
6597 .error .csd .titlebar button.titlebutton:hover,
6598 .csd .titlebar .error button.titlebutton:hover,
6599 .error #gf-candidate-popup button:hover,
6600 #gf-candidate-popup .error button:hover,
6601 .error window > grid.vertical > box.vertical > widget button:hover,
6602 window > grid.vertical > box.vertical > widget .error button:hover,
6603 .error layouttabbar button:hover,
6604 layouttabbar .error button:hover,
6605 .error layouttab button:hover,
6606 layouttab .error button:hover,
6607 .error button.flat:active,
6608 .error button.osd.image-button:active,
6609 .error .button.osd.image-button:active,
6610 .error .titlebar button:active:not(.suggested-action):not(.destructive-action),
6611 .titlebar .error button:active:not(.suggested-action):not(.destructive-action),
6612 .error headerbar button:active:not(.suggested-action):not(.destructive-action),
6613 headerbar .error button:active:not(.suggested-action):not(.destructive-action),
6614 .error .menu > arrow:active,
6615 .error .context-menu > arrow:active,
6616 .error menu > arrow:active,
6617 .error placessidebar row button.image-button:active,
6618 placessidebar row .error button.image-button:active,
6619 .error .csd headerbar button.titlebutton:active,
6620 .csd headerbar .error button.titlebutton:active,
6621 .error .csd .titlebar button.titlebutton:active,
6622 .csd .titlebar .error button.titlebutton:active,
6623 .error #gf-candidate-popup button:active,
6624 #gf-candidate-popup .error button:active,
6625 .error window > grid.vertical > box.vertical > widget button:active,
6626 window > grid.vertical > box.vertical > widget .error button:active,
6627 .error layouttabbar button:active,
6628 layouttabbar .error button:active,
6629 .error layouttab button:active,
6630 layouttab .error button:active {
6631 color: #263238; }
6632 .info button.flat:disabled, .info button.osd.image-button:disabled,
6633 .info .button.osd.image-button:disabled, .info .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .info button:disabled:not(.suggested-action):not(.destructive-action),
6634 .info headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6635 headerbar .info button:disabled:not(.suggested-action):not(.destructive-action), .info .menu > arrow:disabled,
6636 .info .context-menu > arrow:disabled,
6637 .info menu > arrow:disabled, .info placessidebar row button.image-button:disabled, placessidebar row .info button.image-button:disabled, .info .csd headerbar button.titlebutton:disabled, .csd headerbar .info button.titlebutton:disabled,
6638 .info .csd .titlebar button.titlebutton:disabled,
6639 .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,
6640 .question button.flat:disabled,
6641 .question button.osd.image-button:disabled,
6642 .question .button.osd.image-button:disabled,
6643 .question .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6644 .titlebar .question button:disabled:not(.suggested-action):not(.destructive-action),
6645 .question headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6646 headerbar .question button:disabled:not(.suggested-action):not(.destructive-action),
6647 .question .menu > arrow:disabled,
6648 .question .context-menu > arrow:disabled,
6649 .question menu > arrow:disabled,
6650 .question placessidebar row button.image-button:disabled,
6651 placessidebar row .question button.image-button:disabled,
6652 .question .csd headerbar button.titlebutton:disabled,
6653 .csd headerbar .question button.titlebutton:disabled,
6654 .question .csd .titlebar button.titlebutton:disabled,
6655 .csd .titlebar .question button.titlebutton:disabled,
6656 .question #gf-candidate-popup button:disabled,
6657 #gf-candidate-popup .question button:disabled,
6658 .question window > grid.vertical > box.vertical > widget button:disabled,
6659 window > grid.vertical > box.vertical > widget .question button:disabled,
6660 .question layouttabbar button:disabled,
6661 layouttabbar .question button:disabled,
6662 .question layouttab button:disabled,
6663 layouttab .question button:disabled,
6664 .warning button.flat:disabled,
6665 .warning button.osd.image-button:disabled,
6666 .warning .button.osd.image-button:disabled,
6667 .warning .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6668 .titlebar .warning button:disabled:not(.suggested-action):not(.destructive-action),
6669 .warning headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6670 headerbar .warning button:disabled:not(.suggested-action):not(.destructive-action),
6671 .warning .menu > arrow:disabled,
6672 .warning .context-menu > arrow:disabled,
6673 .warning menu > arrow:disabled,
6674 .warning placessidebar row button.image-button:disabled,
6675 placessidebar row .warning button.image-button:disabled,
6676 .warning .csd headerbar button.titlebutton:disabled,
6677 .csd headerbar .warning button.titlebutton:disabled,
6678 .warning .csd .titlebar button.titlebutton:disabled,
6679 .csd .titlebar .warning button.titlebutton:disabled,
6680 .warning #gf-candidate-popup button:disabled,
6681 #gf-candidate-popup .warning button:disabled,
6682 .warning window > grid.vertical > box.vertical > widget button:disabled,
6683 window > grid.vertical > box.vertical > widget .warning button:disabled,
6684 .warning layouttabbar button:disabled,
6685 layouttabbar .warning button:disabled,
6686 .warning layouttab button:disabled,
6687 layouttab .warning button:disabled,
6688 .error button.flat:disabled,
6689 .error button.osd.image-button:disabled,
6690 .error .button.osd.image-button:disabled,
6691 .error .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
6692 .titlebar .error button:disabled:not(.suggested-action):not(.destructive-action),
6693 .error headerbar button:disabled:not(.suggested-action):not(.destructive-action),
6694 headerbar .error button:disabled:not(.suggested-action):not(.destructive-action),
6695 .error .menu > arrow:disabled,
6696 .error .context-menu > arrow:disabled,
6697 .error menu > arrow:disabled,
6698 .error placessidebar row button.image-button:disabled,
6699 placessidebar row .error button.image-button:disabled,
6700 .error .csd headerbar button.titlebutton:disabled,
6701 .csd headerbar .error button.titlebutton:disabled,
6702 .error .csd .titlebar button.titlebutton:disabled,
6703 .csd .titlebar .error button.titlebutton:disabled,
6704 .error #gf-candidate-popup button:disabled,
6705 #gf-candidate-popup .error button:disabled,
6706 .error window > grid.vertical > box.vertical > widget button:disabled,
6707 window > grid.vertical > box.vertical > widget .error button:disabled,
6708 .error layouttabbar button:disabled,
6709 layouttabbar .error button:disabled,
6710 .error layouttab button:disabled,
6711 layouttab .error button:disabled {
6712 color: rgba(38, 50, 56, 0.3); }
6713 .info button.image-button,
6714 .question button.image-button,
6715 .warning button.image-button,
6716 .error button.image-button {
6717 min-height: 1rem;
6718 min-width: 1rem;
6719 padding: 0.50376rem 0.20301rem 0.50376rem;
6720 border-radius: 100px;
6721 -gtk-outline-radius: 100px; }
6722.info selection,
6723.question selection,
6724.warning selection,
6725.error selection {
6726 background-color: #008fa1; }
6727.info progressbar trough,
6728.question progressbar trough,
6729.warning progressbar trough,
6730.error progressbar trough {
6731 background-color: rgba(255, 255, 255, 0.2); }
6732.info progressbar progress,
6733.question progressbar progress,
6734.warning progressbar progress,
6735.error progressbar progress {
6736 background-color: #FFFFFF; }
6737
6738.info {
6739 background-color: #00E5FF; }
6740
6741.question {
6742 background-color: #FFEA00; }
6743
6744.warning {
6745 background-color: #FF9100; }
6746
6747.error {
6748 color: #FFFFFF;
6749 background-color: #FF1744; }
6750
6751/************
6752 * Tooltips *
6753 ************/
6754tooltip {
6755 color: #ECEFF1;
6756 padding: 0.30075rem;
6757 border-radius: 2px;
6758 box-shadow: none; }
6759 tooltip.background {
6760 border: 1px solid rgba(42, 55, 62, 0.9);
6761 background-color: rgba(42, 55, 62, 0.9);
6762 background-clip: padding-box; }
6763 tooltip decoration {
6764 background-color: transparent; }
6765 tooltip * {
6766 background-color: transparent;
6767 color: #ECEFF1; }
6768
6769/*****************
6770 * Color Chooser *
6771 *****************/
6772colorswatch {
6773 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
6774 colorswatch.top {
6775 border-top-left-radius: 2px;
6776 border-top-right-radius: 2px; }
6777 colorswatch.bottom {
6778 border-bottom-left-radius: 2px;
6779 border-bottom-right-radius: 2px; }
6780 colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) {
6781 border-top-left-radius: 2px;
6782 border-bottom-left-radius: 2px; }
6783 colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) {
6784 border-top-right-radius: 2px;
6785 border-bottom-right-radius: 2px; }
6786 colorswatch:only-child:not(.overlay) {
6787 border-radius: 2px; }
6788 colorswatch.top > .overlay {
6789 border-top-left-radius: 2px;
6790 border-top-right-radius: 2px; }
6791 colorswatch.bottom > .overlay {
6792 border-bottom-left-radius: 2px;
6793 border-bottom-right-radius: 2px; }
6794 colorswatch:first-child:not(.top) > .overlay {
6795 border-top-left-radius: 2px;
6796 border-bottom-left-radius: 2px; }
6797 colorswatch:last-child:not(.bottom) > .overlay {
6798 border-top-right-radius: 2px;
6799 border-bottom-right-radius: 2px; }
6800 colorswatch:only-child > .overlay {
6801 border-radius: 2px; }
6802 colorswatch:hover {
6803 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
6804 GtkColorEditor colorswatch {
6805 border-radius: 2px; }
6806 GtkColorEditor colorswatch:hover {
6807 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
6808 colorswatch.color-dark {
6809 color: white; }
6810 colorswatch.color-light {
6811 color: rgba(0, 0, 0, 0.8); }
6812 colorswatch#add-color-button {
6813 background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
6814 color: white; }
6815
6816colorchooser .popover.osd {
6817 padding: 3px;
6818 border-style: solid;
6819 border-width: 9px;
6820 border-radius: 2px;
6821 border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
6822 box-shadow: none;
6823 color: #ECEFF1;
6824 background-color: #322F22; }
6825 colorchooser .popover.osd:backdrop {
6826 border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; }
6827 colorchooser .popover.osd label {
6828 color: #C5A68E;
6829 font-weight: 700; }
6830
6831/********
6832 * Misc *
6833 ********/
6834.content-view {
6835 background-color: #3e515a; }
6836
6837@keyframes volume_hover {
6838 from {
6839 background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)); }
6840 to {
6841 background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
6842.osd .scale-popup .vertical button, .scale-popup .vertical button {
6843 border-radius: 100px;
6844 -gtk-outline-radius: 100px;
6845 background-color: transparent;
6846 color: rgba(236, 239, 241, 0.75); }
6847 .osd .scale-popup .vertical button:first-child:hover, .scale-popup .vertical button:first-child:hover {
6848 box-shadow: none;
6849 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));
6850 background: none;
6851 color: #00E676;
6852 animation: volume_hover 0.2s linear forwards; }
6853 .osd .scale-popup .vertical button:first-child:disabled, .scale-popup .vertical button:first-child:disabled {
6854 box-shadow: none;
6855 background-color: transparent;
6856 background: none;
6857 color: alpha(#00E676, 0.4); }
6858 .osd .scale-popup .vertical button:last-child:hover, .scale-popup .vertical button:last-child:hover {
6859 box-shadow: none;
6860 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));
6861 background: none;
6862 color: #F44336;
6863 animation: volume_hover 0.2s linear forwards; }
6864 .osd .scale-popup .vertical button:last-child:disabled, .scale-popup .vertical button:last-child:disabled {
6865 box-shadow: none;
6866 background-color: transparent;
6867 background: none;
6868 color: alpha(#F44336, 0.4); }
6869.osd .scale-popup button,
6870.scale-popup button {
6871 border-radius: 100px;
6872 -gtk-outline-radius: 100px;
6873 background-color: transparent;
6874 color: rgba(236, 239, 241, 0.75); }
6875 .osd .scale-popup button:first-child:hover,
6876 .scale-popup button:first-child:hover {
6877 box-shadow: none;
6878 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));
6879 background: none;
6880 color: #F44336;
6881 animation: spin_hover 0.2s linear forwards; }
6882 .osd .scale-popup button:first-child:disabled,
6883 .scale-popup button:first-child:disabled {
6884 box-shadow: none;
6885 background-color: transparent;
6886 background: none;
6887 color: alpha(#F44336, 0.4); }
6888 .osd .scale-popup button:last-child:hover,
6889 .scale-popup button:last-child:hover {
6890 box-shadow: none;
6891 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));
6892 background: none;
6893 color: #00E676;
6894 animation: spin_hover 0.2s linear forwards; }
6895 .osd .scale-popup button:last-child:disabled,
6896 .scale-popup button:last-child:disabled {
6897 box-shadow: none;
6898 background-color: transparent;
6899 background: none;
6900 color: alpha(#00E676, 0.4); }
6901
6902button.flat.scale, button.scale.osd.image-button,
6903.scale.button.osd.image-button, .titlebar button.scale:not(.suggested-action):not(.destructive-action),
6904headerbar button.scale:not(.suggested-action):not(.destructive-action), .menu > arrow.scale,
6905.context-menu > arrow.scale,
6906menu > arrow.scale, placessidebar row button.scale.image-button, .csd headerbar button.scale.titlebutton,
6907.csd .titlebar button.scale.titlebutton, #gf-candidate-popup button.scale,
6908#gf-candidate-popup .linked > button.scale:first-child,
6909#gf-candidate-popup .linked > button.scale:last-child, window > grid.vertical > box.vertical > widget button.scale, layouttabbar button.scale, layouttab button.scale {
6910 min-width: 1.30075rem;
6911 min-height: 1.30075rem;
6912 padding: 0.75188rem;
6913 border-radius: 100px;
6914 -gtk-outline-radius: 100px; }
6915
6916.nautilus-window .floating-bar {
6917 padding: 0.09774rem 0 0.20301rem;
6918 border: 1px solid transparent;
6919 border-radius: 0;
6920 color: rgba(236, 239, 241, 0.75);
6921 background-color: #13191C;
6922 transition: none; }
6923 .nautilus-window .floating-bar button {
6924 min-height: 1rem;
6925 min-width: 1rem;
6926 padding: 0.30075rem;
6927 margin: 0 0.30075rem;
6928 color: #C5A68E); }
6929 .nautilus-window .floating-bar button:hover, .nautilus-window .floating-bar button:active, .nautilus-window .floating-bar button:checked {
6930 color: #C5A68E; }
6931 .nautilus-window .floating-bar button:disabled {
6932 color: rgba(77, 182, 172, 0.4); }
6933 .nautilus-window .floating-bar spinner {
6934 min-height: 0.90226rem;
6935 min-width: 0.90226rem;
6936 padding: 0.50376rem 0 0.50376rem;
6937 margin: 0 -0.07519rem; }
6938
6939.nautilus-window .floating-bar.bottom.left {
6940 border-width: 1px 1px 0 0;
6941 border-radius: 0 3px 0 0; }
6942
6943.nautilus-window .floating-bar.bottom.right {
6944 border-width: 1px 0 0 1px;
6945 border-radius: 3px 0 0 0; }
6946
6947/**********************
6948 * Window Decorations *
6949 *********************/
6950decoration {
6951 transition: none;
6952 border-radius: 2px 2px 0 0;
6953 border-width: 0;
6954 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
6955 margin: 8px; }
6956 decoration:backdrop {
6957 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);
6958 transition: none; }
6959 .fullscreen decoration, .maximized decoration, .tiled decoration {
6960 border-radius: 0;
6961 transition: none; }
6962 .popup decoration {
6963 box-shadow: none; }
6964 .ssd decoration {
6965 box-shadow: 0 2px 2px transparent, 0 3px 4px transparent, 0 3px 3px -1px rgba(0, 0, 0, 0.08); }
6966 .ssd decoration .button {
6967 border-radius: 100px;
6968 -gtk-outline-radius: 100px; }
6969 .tiled .ssd decoration .titlebar {
6970 transition: none; }
6971 .maximized .ssd decoration .titlebar {
6972 transition: none; }
6973 .csd.popup decoration {
6974 border-radius: 2px;
6975 box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
6976 tooltip.csd decoration {
6977 border-radius: 2px;
6978 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
6979 message-dialog.csd decoration {
6980 border-radius: 2px;
6981 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
6982 message-dialog.csd decoration:backdrop {
6983 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);
6984 transition: none; }
6985 .solid-csd decoration {
6986 border-radius: 2px 2px 0 0;
6987 margin: -1px;
6988 background-color: #3e515a;
6989 border: none;
6990 box-shadow: none; }
6991
6992.csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
6993.csd .titlebar button.titlebutton,
6994.csd .titlebar.selection-mode button.titlebutton {
6995 min-width: 1rem;
6996 min-height: 1rem;
6997 padding: 0.75188rem;
6998 border-radius: 100px;
6999 -gtk-outline-radius: 100px; }
7000 .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,
7001 .csd .titlebar button.titlebutton.close:hover:backdrop,
7002 .csd .titlebar button.titlebutton.close:active:backdrop,
7003 .csd .titlebar button.titlebutton.minimize:hover:backdrop,
7004 .csd .titlebar button.titlebutton.minimize:active:backdrop,
7005 .csd .titlebar button.titlebutton.maximize:hover:backdrop,
7006 .csd .titlebar button.titlebutton.maximize:active:backdrop,
7007 .csd .titlebar.selection-mode button.titlebutton.close:hover:backdrop,
7008 .csd .titlebar.selection-mode button.titlebutton.close:active:backdrop,
7009 .csd .titlebar.selection-mode button.titlebutton.minimize:hover:backdrop,
7010 .csd .titlebar.selection-mode button.titlebutton.minimize:active:backdrop,
7011 .csd .titlebar.selection-mode button.titlebutton.maximize:hover:backdrop,
7012 .csd .titlebar.selection-mode button.titlebutton.maximize:active:backdrop {
7013 opacity: 1.0; }
7014 .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,
7015 .csd .titlebar button.titlebutton.close > image,
7016 .csd .titlebar button.titlebutton.minimize > image,
7017 .csd .titlebar button.titlebutton.maximize > image,
7018 .csd .titlebar.selection-mode button.titlebutton.close > image,
7019 .csd .titlebar.selection-mode button.titlebutton.minimize > image,
7020 .csd .titlebar.selection-mode button.titlebutton.maximize > image {
7021 min-height: 16px;
7022 min-width: 16px;
7023 color: transparent;
7024 background-size: 16px 16px;
7025 background-repeat: no-repeat;
7026 background-position: center; }
7027 .csd headerbar button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.close > image,
7028 .csd .titlebar button.titlebutton.close > image,
7029 .csd .titlebar.selection-mode button.titlebutton.close > image {
7030 background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
7031 .csd headerbar button.titlebutton.close:hover, .csd headerbar.selection-mode button.titlebutton.close:hover,
7032 .csd .titlebar button.titlebutton.close:hover,
7033 .csd .titlebar.selection-mode button.titlebutton.close:hover {
7034 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);
7035 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));
7036 color: #ECEFF1;
7037 color: #FFFFFF;
7038 background-color: #FF5252; }
7039 .csd headerbar button.titlebutton.close:hover > image, .csd headerbar.selection-mode button.titlebutton.close:hover > image,
7040 .csd .titlebar button.titlebutton.close:hover > image,
7041 .csd .titlebar.selection-mode button.titlebutton.close:hover > image {
7042 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
7043 .csd headerbar button.titlebutton.close:active, .csd headerbar.selection-mode button.titlebutton.close:active,
7044 .csd .titlebar button.titlebutton.close:active,
7045 .csd .titlebar.selection-mode button.titlebutton.close:active {
7046 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);
7047 color: #ECEFF1;
7048 transition-duration: 0;
7049 animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
7050 color: #FFFFFF;
7051 background-color: #C5A68E; }
7052 .csd headerbar button.titlebutton.close:active > image, .csd headerbar.selection-mode button.titlebutton.close:active > image,
7053 .csd .titlebar button.titlebutton.close:active > image,
7054 .csd .titlebar.selection-mode button.titlebutton.close:active > image {
7055 background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
7056 .csd headerbar button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.minimize > image,
7057 .csd .titlebar button.titlebutton.minimize > image,
7058 .csd .titlebar.selection-mode button.titlebutton.minimize > image {
7059 background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
7060 .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,
7061 .csd .titlebar button.titlebutton.minimize:hover > image,
7062 .csd .titlebar button.titlebutton.minimize:active > image,
7063 .csd .titlebar.selection-mode button.titlebutton.minimize:hover > image,
7064 .csd .titlebar.selection-mode button.titlebutton.minimize:active > image {
7065 background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
7066 .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image,
7067 .csd .titlebar button.titlebutton.maximize > image,
7068 .csd .titlebar.selection-mode button.titlebutton.maximize > image {
7069 background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
7070 .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,
7071 .csd .titlebar button.titlebutton.maximize:hover > image,
7072 .csd .titlebar button.titlebutton.maximize:active > image,
7073 .csd .titlebar.selection-mode button.titlebutton.maximize:hover > image,
7074 .csd .titlebar.selection-mode button.titlebutton.maximize:active > image {
7075 background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
7076
7077.csd.maximized headerbar button.titlebutton.maximize > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize > image,
7078.csd.maximized .titlebar button.titlebutton.maximize > image,
7079.csd.maximized .titlebar.selection-mode button.titlebutton.maximize > image {
7080 background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
7081.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,
7082.csd.maximized .titlebar button.titlebutton.maximize:hover > image,
7083.csd.maximized .titlebar button.titlebutton.maximize:active > image,
7084.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:hover > image,
7085.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:active > image {
7086 background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
7087
7088.ssd .titlebar button.titlebutton.close, .ssd .titlebar button.titlebutton.minimize, .ssd .titlebar button.titlebutton.maximize {
7089 color: transparent;
7090 background-size: 28px 28px;
7091 background-repeat: no-repeat;
7092 background-position: center;
7093 background: none;
7094 box-shadow: none; }
7095 .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 {
7096 color: transparent; }
7097.ssd .titlebar button.titlebutton.close {
7098 background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
7099 box-shadow: none; }
7100.ssd .titlebar button.titlebutton.close:hover {
7101 background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
7102 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7103.ssd .titlebar button.titlebutton.close:active {
7104 background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
7105 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7106.ssd .titlebar button.titlebutton.close:backdrop {
7107 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
7108 box-shadow: none; }
7109.ssd .titlebar button.titlebutton.close:backdrop:hover {
7110 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
7111 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7112.ssd .titlebar button.titlebutton.close:backdrop:active {
7113 background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
7114 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7115.ssd .titlebar button.titlebutton.minimize {
7116 background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
7117.ssd .titlebar button.titlebutton.minimize:hover {
7118 background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
7119.ssd .titlebar button.titlebutton.minimize:active {
7120 background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
7121.ssd .titlebar button.titlebutton.minimize:backdrop {
7122 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
7123.ssd .titlebar button.titlebutton.minimize:backdrop:hover {
7124 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
7125.ssd .titlebar button.titlebutton.minimize:backdrop:active {
7126 background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
7127.ssd .titlebar button.titlebutton.maximize {
7128 background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
7129.ssd .titlebar button.titlebutton.maximize:hover {
7130 background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
7131.ssd .titlebar button.titlebutton.maximize:active {
7132 background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
7133.ssd .titlebar button.titlebutton.maximize:backdrop {
7134 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
7135.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
7136 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
7137.ssd .titlebar button.titlebutton.maximize:backdrop:active {
7138 background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
7139
7140.maximized.ssd .titlebar button.titlebutton.maximize {
7141 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
7142.maximized.ssd .titlebar button.titlebutton.maximize:hover {
7143 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
7144.maximized.ssd .titlebar button.titlebutton.maximize:active {
7145 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
7146.maximized.ssd .titlebar button.titlebutton.maximize:backdrop {
7147 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
7148.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
7149 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
7150.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:active {
7151 background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
7152
7153.ssd decoration .titlebar button.titlebutton {
7154 min-width: 28px;
7155 min-height: 28px;
7156 margin: 0;
7157 padding: 0; }
7158
7159.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
7160.view text:selected,
7161iconview text:selected,
7162textview text:selected,
7163.view text:selected:focus,
7164iconview text:selected:focus,
7165textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
7166textview text selection,
7167textview text selection:focus, flowbox flowboxchild:selected, label selection,
7168label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus,
7169.entry selection,
7170.entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, 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
7171.entry:selected, treeview
7172.entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
7173treeview.view row:selected,
7174.tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
7175paned treeview.view row:selected,
7176paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
7177.sidebar treeview.view row:selected,
7178.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,
7179GdMainView .view text:hover:selected,
7180GdMainView iconview .view text:hover:selected,
7181.view GdMainView iconview text:hover:selected,
7182GdMainView .view iconview text:hover:selected,
7183iconview GdMainView .view text:hover:selected,
7184GdMainView iconview text:hover:selected,
7185GdMainView .view textview text:hover:selected,
7186textview GdMainView .view text:hover:selected,
7187GdMainView iconview textview text:hover:selected,
7188textview 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,
7189GdMainView .view text:selected,
7190GdMainView iconview .view text:selected,
7191.view GdMainView iconview text:selected,
7192GdMainView .view iconview text:selected,
7193iconview GdMainView .view text:selected,
7194GdMainView iconview text:selected,
7195GdMainView .view textview text:selected,
7196textview GdMainView .view text:selected,
7197GdMainView iconview textview text:selected,
7198textview 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,
7199.side-panel .view:hover:selected,
7200.side-panel iconview:hover:selected,
7201.side-panel .view:selected,
7202.side-panel iconview:selected,
7203.side-panel .view row.activatable:hover:selected,
7204.side-panel iconview row.activatable:hover:selected,
7205.side-panel .view .view:hover:selected,
7206.side-panel iconview .view:hover:selected,
7207.side-panel .view iconview:hover:selected,
7208.side-panel iconview iconview:hover:selected,
7209.side-panel .view text:hover:selected,
7210.side-panel iconview .view text:hover:selected,
7211.view .side-panel iconview text:hover:selected,
7212.side-panel .view iconview text:hover:selected,
7213iconview .side-panel .view text:hover:selected,
7214.side-panel iconview text:hover:selected,
7215.side-panel .view textview text:hover:selected,
7216textview .side-panel .view text:hover:selected,
7217.side-panel iconview textview text:hover:selected,
7218textview .side-panel iconview text:hover:selected,
7219.side-panel treeview.view header button:hover:selected,
7220.side-panel iconview treeview.view header button:hover:selected,
7221treeview.view header .side-panel iconview button:hover:selected,
7222.side-panel .view .tweak-category header button:hover:selected,
7223.tweak-category header .side-panel .view button:hover:selected,
7224.side-panel iconview .tweak-category header button:hover:selected,
7225.tweak-category header .side-panel iconview button:hover:selected,
7226.side-panel .view row.activatable:selected,
7227.side-panel iconview row.activatable:selected,
7228.side-panel .view .view:selected,
7229.side-panel iconview .view:selected,
7230.side-panel .view iconview:selected,
7231.side-panel iconview iconview:selected,
7232.side-panel .view text:selected,
7233.side-panel iconview .view text:selected,
7234.view .side-panel iconview text:selected,
7235.side-panel .view iconview text:selected,
7236iconview .side-panel .view text:selected,
7237.side-panel iconview text:selected,
7238.side-panel .view textview text:selected,
7239textview .side-panel .view text:selected,
7240.side-panel iconview textview text:selected,
7241textview .side-panel iconview text:selected,
7242.side-panel treeview.view header button:selected,
7243.side-panel iconview treeview.view header button:selected,
7244treeview.view header .side-panel iconview button:selected,
7245.side-panel .view .tweak-category header button:selected,
7246.tweak-category header .side-panel .view button:selected,
7247.side-panel iconview .tweak-category header button:selected,
7248.tweak-category header .side-panel iconview button:selected {
7249 background-color: #C5A68E; }
7250 label:selected, row:selected label, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
7251 .view text:selected,
7252 iconview text:selected,
7253 textview text:selected,
7254 .view text:selected:focus,
7255 iconview text:selected:focus,
7256 textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
7257 textview text selection,
7258 textview text selection:focus, flowbox flowboxchild:selected, label selection,
7259 label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus,
7260 .entry selection,
7261 .entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, 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
7262 .entry:selected, treeview
7263 .entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
7264 treeview.view row:selected,
7265 .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
7266 paned treeview.view row:selected,
7267 paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
7268 .sidebar treeview.view row:selected,
7269 .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,
7270 GdMainView .view text:hover:selected,
7271 GdMainView iconview .view text:hover:selected,
7272 .view GdMainView iconview text:hover:selected,
7273 GdMainView .view iconview text:hover:selected,
7274 iconview GdMainView .view text:hover:selected,
7275 GdMainView iconview text:hover:selected,
7276 GdMainView .view textview text:hover:selected,
7277 textview GdMainView .view text:hover:selected,
7278 GdMainView iconview textview text:hover:selected,
7279 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,
7280 GdMainView .view text:selected,
7281 GdMainView iconview .view text:selected,
7282 .view GdMainView iconview text:selected,
7283 GdMainView .view iconview text:selected,
7284 iconview GdMainView .view text:selected,
7285 GdMainView iconview text:selected,
7286 GdMainView .view textview text:selected,
7287 textview GdMainView .view text:selected,
7288 GdMainView iconview textview text:selected,
7289 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,
7290 .side-panel .view:hover:selected,
7291 .side-panel iconview:hover:selected,
7292 .side-panel .view:selected,
7293 .side-panel iconview:selected,
7294 .side-panel .view row.activatable:hover:selected,
7295 .side-panel iconview row.activatable:hover:selected,
7296 .side-panel .view .view:hover:selected,
7297 .side-panel iconview .view:hover:selected,
7298 .side-panel .view iconview:hover:selected,
7299 .side-panel iconview iconview:hover:selected,
7300 .side-panel .view text:hover:selected,
7301 .side-panel iconview .view text:hover:selected,
7302 .view .side-panel iconview text:hover:selected,
7303 .side-panel .view iconview text:hover:selected,
7304 iconview .side-panel .view text:hover:selected,
7305 .side-panel iconview text:hover:selected,
7306 .side-panel .view textview text:hover:selected,
7307 textview .side-panel .view text:hover:selected,
7308 .side-panel iconview textview text:hover:selected,
7309 textview .side-panel iconview text:hover:selected,
7310 .side-panel treeview.view header button:hover:selected,
7311 .side-panel iconview treeview.view header button:hover:selected,
7312 treeview.view header .side-panel iconview button:hover:selected,
7313 .side-panel .view .tweak-category header button:hover:selected,
7314 .tweak-category header .side-panel .view button:hover:selected,
7315 .side-panel iconview .tweak-category header button:hover:selected,
7316 .tweak-category header .side-panel iconview button:hover:selected,
7317 .side-panel .view row.activatable:selected,
7318 .side-panel iconview row.activatable:selected,
7319 .side-panel .view .view:selected,
7320 .side-panel iconview .view:selected,
7321 .side-panel .view iconview:selected,
7322 .side-panel iconview iconview:selected,
7323 .side-panel .view text:selected,
7324 .side-panel iconview .view text:selected,
7325 .view .side-panel iconview text:selected,
7326 .side-panel .view iconview text:selected,
7327 iconview .side-panel .view text:selected,
7328 .side-panel iconview text:selected,
7329 .side-panel .view textview text:selected,
7330 textview .side-panel .view text:selected,
7331 .side-panel iconview textview text:selected,
7332 textview .side-panel iconview text:selected,
7333 .side-panel treeview.view header button:selected,
7334 .side-panel iconview treeview.view header button:selected,
7335 treeview.view header .side-panel iconview button:selected,
7336 .side-panel .view .tweak-category header button:selected,
7337 .tweak-category header .side-panel .view button:selected,
7338 .side-panel iconview .tweak-category header button:selected,
7339 .tweak-category header .side-panel iconview button:selected {
7340 color: #FFFFFF; }
7341 label:disabled:selected, row:selected label:disabled, .view:disabled:selected, iconview:disabled:selected, .view:disabled:selected:focus, iconview:disabled:selected:focus,
7342 .view text:disabled:selected,
7343 iconview text:disabled:selected,
7344 textview text:disabled:selected,
7345 .view text:disabled:selected:focus,
7346 iconview text:disabled:selected:focus,
7347 textview text:disabled:selected:focus, .view text selection:disabled, iconview text selection:disabled, .view text selection:disabled:focus, iconview text selection:disabled:focus,
7348 textview text selection:disabled,
7349 textview text selection:disabled:focus, flowbox flowboxchild:disabled:selected, label selection:disabled,
7350 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,
7351 .entry selection:disabled,
7352 .entry selection:disabled:focus, treeview entry:disabled:selected, treeview spinbutton:disabled:selected:not(.vertical), treeview entry.flat:disabled:focus:selected, 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
7353 .entry:disabled:selected, treeview
7354 .entry.flat:disabled:focus:selected, treeview .linked > entry:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:disabled:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:disabled:focus:selected:not(.flat), treeview spinbutton entry:disabled:focus:selected, treeview spinbutton spinbutton:disabled:focus:selected:not(.vertical), treeview.view:disabled:selected, .tweak-category:disabled:selected,
7355 treeview.view row:disabled:selected,
7356 .tweak-category row:disabled:selected, paned treeview.view:disabled:selected, paned .tweak-category:disabled:selected,
7357 paned treeview.view row:disabled:selected,
7358 paned .tweak-category row:disabled:selected, row:disabled:selected, .sidebar treeview.view:disabled:selected, .sidebar .tweak-category:disabled:selected,
7359 .sidebar treeview.view row:disabled:selected,
7360 .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,
7361 GdMainView .view text:disabled:hover:selected,
7362 .view GdMainView iconview text:disabled:hover:selected,
7363 GdMainView iconview text:disabled:hover:selected,
7364 GdMainView iconview textview text:disabled:hover:selected,
7365 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,
7366 GdMainView .view text:disabled:selected,
7367 .view GdMainView iconview text:disabled:selected,
7368 GdMainView iconview text:disabled:selected,
7369 GdMainView iconview textview text:disabled:selected,
7370 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,
7371 .side-panel .view:disabled:hover:selected,
7372 .side-panel iconview:disabled:hover:selected,
7373 .side-panel .view:disabled:selected,
7374 .side-panel iconview:disabled:selected,
7375 .side-panel .view row.activatable:disabled:hover:selected,
7376 .side-panel iconview row.activatable:disabled:hover:selected,
7377 .side-panel .view .view:disabled:hover:selected,
7378 .side-panel iconview .view:disabled:hover:selected,
7379 .side-panel .view iconview:disabled:hover:selected,
7380 .side-panel iconview iconview:disabled:hover:selected,
7381 .side-panel .view text:disabled:hover:selected,
7382 .view .side-panel iconview text:disabled:hover:selected,
7383 .side-panel iconview text:disabled:hover:selected,
7384 .side-panel iconview textview text:disabled:hover:selected,
7385 textview .side-panel iconview text:disabled:hover:selected,
7386 .side-panel treeview.view header button:disabled:hover:selected,
7387 treeview.view header .side-panel iconview button:disabled:hover:selected,
7388 .side-panel .view .tweak-category header button:disabled:hover:selected,
7389 .tweak-category header .side-panel .view button:disabled:hover:selected,
7390 .side-panel iconview .tweak-category header button:disabled:hover:selected,
7391 .tweak-category header .side-panel iconview button:disabled:hover:selected,
7392 .side-panel .view row.activatable:disabled:selected,
7393 .side-panel iconview row.activatable:disabled:selected,
7394 .side-panel .view .view:disabled:selected,
7395 .side-panel iconview .view:disabled:selected,
7396 .side-panel .view iconview:disabled:selected,
7397 .side-panel iconview iconview:disabled:selected,
7398 .side-panel .view text:disabled:selected,
7399 .view .side-panel iconview text:disabled:selected,
7400 .side-panel iconview text:disabled:selected,
7401 .side-panel iconview textview text:disabled:selected,
7402 textview .side-panel iconview text:disabled:selected,
7403 .side-panel treeview.view header button:disabled:selected,
7404 treeview.view header .side-panel iconview button:disabled:selected,
7405 .side-panel .view .tweak-category header button:disabled:selected,
7406 .tweak-category header .side-panel .view button:disabled:selected,
7407 .side-panel iconview .tweak-category header button:disabled:selected,
7408 .tweak-category header .side-panel iconview button:disabled:selected {
7409 color: rgba(255, 255, 255, 0.4); }
7410 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,
7411 .view text:backdrop:disabled:selected,
7412 iconview text:backdrop:disabled:selected,
7413 textview text:backdrop:disabled:selected,
7414 .view text:backdrop:disabled:selected:focus,
7415 iconview text:backdrop:disabled:selected:focus,
7416 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,
7417 textview text selection:backdrop:disabled,
7418 textview text selection:backdrop:disabled:focus, flowbox flowboxchild:backdrop:disabled:selected, label selection:backdrop:disabled,
7419 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,
7420 .entry selection:backdrop:disabled,
7421 .entry selection:backdrop:disabled:focus, treeview entry:backdrop:disabled:selected, treeview spinbutton:backdrop:disabled:selected:not(.vertical), treeview entry.flat:backdrop:disabled:focus:selected, 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
7422 .entry:backdrop:disabled:selected, treeview
7423 .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 .linked > .entry:backdrop:disabled:focus:selected:not(.flat), 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,
7424 treeview.view row:backdrop:disabled:selected,
7425 .tweak-category row:backdrop:disabled:selected, paned treeview.view:backdrop:disabled:selected, paned .tweak-category:backdrop:disabled:selected,
7426 paned treeview.view row:backdrop:disabled:selected,
7427 paned .tweak-category row:backdrop:disabled:selected, row:backdrop:disabled:selected, .sidebar treeview.view:backdrop:disabled:selected, .sidebar .tweak-category:backdrop:disabled:selected,
7428 .sidebar treeview.view row:backdrop:disabled:selected,
7429 .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,
7430 GdMainView .view text:backdrop:disabled:hover:selected,
7431 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,
7432 GdMainView .view text:backdrop:disabled:selected,
7433 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,
7434 .side-panel .view:backdrop:disabled:hover:selected,
7435 .side-panel iconview:backdrop:disabled:hover:selected,
7436 .side-panel .view:backdrop:disabled:selected,
7437 .side-panel iconview:backdrop:disabled:selected,
7438 .side-panel .view row.activatable:backdrop:disabled:hover:selected,
7439 .side-panel iconview row.activatable:backdrop:disabled:hover:selected,
7440 .side-panel .view .view:backdrop:disabled:hover:selected,
7441 .side-panel iconview .view:backdrop:disabled:hover:selected,
7442 .side-panel .view iconview:backdrop:disabled:hover:selected,
7443 .side-panel iconview iconview:backdrop:disabled:hover:selected,
7444 .side-panel .view text:backdrop:disabled:hover:selected,
7445 .side-panel iconview text:backdrop:disabled:hover:selected,
7446 .side-panel treeview.view header button:backdrop:disabled:hover:selected,
7447 treeview.view header .side-panel iconview button:backdrop:disabled:hover:selected,
7448 .side-panel .view .tweak-category header button:backdrop:disabled:hover:selected,
7449 .tweak-category header .side-panel .view button:backdrop:disabled:hover:selected,
7450 .side-panel iconview .tweak-category header button:backdrop:disabled:hover:selected,
7451 .tweak-category header .side-panel iconview button:backdrop:disabled:hover:selected,
7452 .side-panel .view row.activatable:backdrop:disabled:selected,
7453 .side-panel iconview row.activatable:backdrop:disabled:selected,
7454 .side-panel .view .view:backdrop:disabled:selected,
7455 .side-panel iconview .view:backdrop:disabled:selected,
7456 .side-panel .view iconview:backdrop:disabled:selected,
7457 .side-panel iconview iconview:backdrop:disabled:selected,
7458 .side-panel .view text:backdrop:disabled:selected,
7459 .side-panel iconview text:backdrop:disabled:selected,
7460 .side-panel treeview.view header button:backdrop:disabled:selected,
7461 treeview.view header .side-panel iconview button:backdrop:disabled:selected,
7462 .side-panel .view .tweak-category header button:backdrop:disabled:selected,
7463 .tweak-category header .side-panel .view button:backdrop:disabled:selected,
7464 .side-panel iconview .tweak-category header button:backdrop:disabled:selected,
7465 .tweak-category header .side-panel iconview button:backdrop:disabled:selected {
7466 color: rgba(255, 255, 255, 0.4); }
7467
7468.monospace {
7469 font-family: Monospace; }
7470
7471/**********************
7472 * Touch Copy & Paste *
7473 *********************/
7474cursor-handle {
7475 background-color: #00E676;
7476 background-image: none;
7477 box-shadow: none;
7478 border-style: none; }
7479 cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
7480 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-dark.png"), url("assets/text-select-start-dark@2.png"));
7481 padding-left: 10px; }
7482 cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
7483 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-dark.png"), url("assets/text-select-end-dark@2.png"));
7484 padding-right: 10px; }
7485 cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
7486 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); }
7487 cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) {
7488 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover-dark.png"), url("assets/text-select-start-hover-dark@2.png"));
7489 padding-left: 10px; }
7490 cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) {
7491 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover-dark.png"), url("assets/text-select-end-hover-dark@2.png"));
7492 padding-right: 10px; }
7493 cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) {
7494 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); }
7495 cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) {
7496 -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active-dark.png"), url("assets/text-select-start-active-dark@2.png"));
7497 padding-left: 10px; }
7498 cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) {
7499 -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active-dark.png"), url("assets/text-select-end-active-dark@2.png"));
7500 padding-right: 10px; }
7501 cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) {
7502 -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); }
7503
7504.context-menu {
7505 font: initial; }
7506
7507popover.touch-selection {
7508 font: initial;
7509 color: #ECEFF1;
7510 background-color: #455A64;
7511 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7512 popover.touch-selection:backdrop {
7513 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
7514
7515button.circular {
7516 border-radius: 100px;
7517 -gtk-outline-radius: 100px; }
7518 button.circular label {
7519 padding: 0; }
7520
7521.keycap {
7522 min-width: 1.50376rem;
7523 min-height: 1.95489rem;
7524 margin-top: 0.20301rem;
7525 margin-bottom: 0.24812rem;
7526 padding: 0 0.45113rem;
7527 border: none;
7528 border-radius: 2px;
7529 color: #ECEFF1;
7530 background-color: #455A64;
7531 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
7532 font-size: 90%;
7533 font-weight: 500; }
7534
7535*:drop(active):focus,
7536*:drop(active) {
7537 border-color: #C5A68E;
7538 box-shadow: inset 0 0 0 1px #C5A68E;
7539 caret-color: #C5A68E; }
7540
7541stackswitcher button.circular,
7542stackswitcher button.text-button.circular {
7543 min-width: 2.80451rem;
7544 min-height: 2.80451rem;
7545 padding: 0; }
7546
7547box > scrolledwindow undershoot.top, box > placessidebar undershoot.top {
7548 background-color: transparent;
7549 background-image: linear-gradient(to top, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
7550 padding-top: 0;
7551 background-size: 16px 32px;
7552 background-repeat: repeat-x;
7553 background-origin: content-box;
7554 background-position: center top; }
7555box > scrolledwindow undershoot.bottom, box > placessidebar undershoot.bottom {
7556 background-color: transparent;
7557 background-image: linear-gradient(to bottom, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
7558 padding-bottom: 0;
7559 background-size: 16px 32px;
7560 background-repeat: repeat-x;
7561 background-origin: content-box;
7562 background-position: center bottom; }
7563box > scrolledwindow undershoot.left, box > placessidebar undershoot.left {
7564 background-color: transparent;
7565 background-image: linear-gradient(to left, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
7566 padding-left: 0;
7567 background-size: 32px 16px;
7568 background-repeat: repeat-y;
7569 background-origin: content-box;
7570 background-position: left center; }
7571box > scrolledwindow undershoot.right, box > placessidebar undershoot.right {
7572 background-color: transparent;
7573 background-image: linear-gradient(to right, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
7574 padding-right: 0;
7575 background-size: 32px 16px;
7576 background-repeat: repeat-y;
7577 background-origin: content-box;
7578 background-position: right center; }
7579placessidebar undershoot.top, .sidebar undershoot.top {
7580 background-color: transparent;
7581 background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
7582 padding-top: 0;
7583 background-size: 16px 32px;
7584 background-repeat: repeat-x;
7585 background-origin: content-box;
7586 background-position: center top; }
7587placessidebar undershoot.bottom, .sidebar undershoot.bottom {
7588 background-color: transparent;
7589 background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
7590 padding-bottom: 0;
7591 background-size: 16px 32px;
7592 background-repeat: repeat-x;
7593 background-origin: content-box;
7594 background-position: center bottom; }
7595placessidebar undershoot.left, .sidebar undershoot.left {
7596 background-color: transparent;
7597 background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
7598 padding-left: 0;
7599 background-size: 32px 16px;
7600 background-repeat: repeat-y;
7601 background-origin: content-box;
7602 background-position: left center; }
7603placessidebar undershoot.right, .sidebar undershoot.right {
7604 background-color: transparent;
7605 background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
7606 padding-right: 0;
7607 background-size: 32px 16px;
7608 background-repeat: repeat-y;
7609 background-origin: content-box;
7610 background-position: right center; }
7611
7612/***************
7613 * Gnome panel *
7614 ***************/
7615panel-toplevel.background {
7616 background-color: #13191c; }
7617
7618panel-plug,
7619panel-toplevel > grid.horizontal > widget > widget {
7620 color: rgba(236, 239, 241, 0.75);
7621 background-color: #13191c;
7622 box-shadow: none; }
7623
7624.gnome-panel-menu-bar,
7625panel-applet > menubar,
7626#clock-applet-button {
7627 font-weight: 700;
7628 color: rgba(236, 239, 241, 0.75);
7629 background-color: transparent;
7630 box-shadow: none; }
7631 .gnome-panel-menu-bar label:backdrop, .gnome-panel-menu-bar:backdrop,
7632 panel-applet > menubar label:backdrop,
7633 panel-applet > menubar:backdrop,
7634 #clock-applet-button label:backdrop,
7635 #clock-applet-button:backdrop {
7636 opacity: 1.0; }
7637
7638.gnome-panel-menu-bar,
7639panel-applet menubar {
7640 box-shadow: none; }
7641 .gnome-panel-menu-bar menuitem,
7642 panel-applet menubar menuitem {
7643 color: rgba(236, 239, 241, 0.75);
7644 background-color: transparent; }
7645 .gnome-panel-menu-bar menuitem:hover,
7646 panel-applet menubar menuitem:hover {
7647 color: #ECEFF1;
7648 box-shadow: inset 0 -2px #C5A68E; }
7649 .gnome-panel-menu-bar menuitem:backdrop,
7650 panel-applet menubar menuitem:backdrop {
7651 opacity: 1.0; }
7652 .gnome-panel-menu-bar menu,
7653 panel-applet menubar menu {
7654 font: regular; }
7655 .gnome-panel-menu-bar menu menuitem,
7656 panel-applet menubar menu menuitem {
7657 color: rgba(236, 239, 241, 0.75);
7658 background-color: #455A64; }
7659 .gnome-panel-menu-bar menu menuitem:hover,
7660 panel-applet menubar menu menuitem:hover {
7661 color: #ECEFF1;
7662 background-color: alpha(currentColor, 0.1);
7663 box-shadow: none; }
7664 .gnome-panel-menu-bar menu menuitem:backdrop,
7665 panel-applet menubar menu menuitem:backdrop {
7666 opacity: 1.0; }
7667 .gnome-panel-menu-bar menu separator,
7668 panel-applet menubar menu separator {
7669 color: rgba(0, 0, 0, 0.11); }
7670
7671#tasklist-button,
7672#clock-applet-button,
7673#showdesktop-button {
7674 box-shadow: none;
7675 background-color: transparent;
7676 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));
7677 padding: 0px 0.30075rem;
7678 border: none;
7679 border-radius: 0;
7680 color: rgba(236, 239, 241, 0.75);
7681 background-color: transparent;
7682 font-weight: 700; }
7683 #tasklist-button:hover,
7684 #clock-applet-button:hover,
7685 #showdesktop-button:hover {
7686 color: #ECEFF1;
7687 background-color: transparent;
7688 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
7689 #tasklist-button:checked, #tasklist-button:hover:checked, #tasklist-button:disabled:checked,
7690 #clock-applet-button:checked,
7691 #clock-applet-button:hover:checked,
7692 #clock-applet-button:disabled:checked,
7693 #showdesktop-button:checked,
7694 #showdesktop-button:hover:checked,
7695 #showdesktop-button:disabled:checked {
7696 color: #ECEFF1;
7697 background-color: transparent;
7698 box-shadow: inset 0 -2px #C5A68E; }
7699 #tasklist-button label:backdrop, #tasklist-button:backdrop,
7700 #clock-applet-button label:backdrop,
7701 #clock-applet-button:backdrop,
7702 #showdesktop-button label:backdrop,
7703 #showdesktop-button:backdrop {
7704 opacity: 1.0; }
7705
7706widget > menubar {
7707 background-color: transparent;
7708 background-image: linear-gradient(to bottom, #13191c);
7709 box-shadow: none; }
7710
7711wnck-pager:selected {
7712 box-shadow: inset 0 -2px #C5A68E; }
7713wnck-pager:backdrop {
7714 opacity: 1.0; }
7715
7716na-tray-applet {
7717 -NaTrayApplet-icon-padding: 2;
7718 -NaTrayApplet-icon-size: 16; }
7719 na-tray-applet:backdrop {
7720 opacity: 1.0; }
7721
7722gp-arrow-button {
7723 min-width: 1.50376rem;
7724 min-height: 0;
7725 border: 1px solid transparent;
7726 background-image: none;
7727 color: rgba(236, 239, 241, 0.75);
7728 margin: 0.15038rem; }
7729 gp-arrow-button:hover, gp-arrow-button:active {
7730 color: #ECEFF1; }
7731
7732sn-button {
7733 padding: 0.30075rem; }
7734
7735/**************
7736 * Tweak-tool *
7737 **************/
7738.tweak-categories {
7739 background-color: #3b4c54;
7740 color: rgba(236, 239, 241, 0.75); }
7741 .tweak-categories:dir(ltr) {
7742 box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
7743 .tweak-categories:dir(rtl) {
7744 box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
7745 .tweak-categories separator,
7746 .tweak-categories .separator {
7747 min-height: 0;
7748 border-color: transparent;
7749 background-color: transparent;
7750 color: transparent; }
7751
7752.tweak-category {
7753 border: none;
7754 color: rgba(236, 239, 241, 0.75);
7755 background-color: transparent;
7756 font-weight: 500; }
7757 .tweak-category:hover {
7758 color: #ECEFF1; }
7759 .tweak-category:selected {
7760 color: #C5A68E;
7761 background-color: transparent; }
7762 .tweak-category:selected label {
7763 color: #C5A68E; }
7764
7765.tweak-group {
7766 padding: 6px;
7767 background-color: #455A64; }
7768
7769.tweak {
7770 background-color: #455A64; }
7771 .tweak:hover {
7772 background-color: transparent; }
7773
7774.tweak-group-white,
7775.tweak-white {
7776 background-color: #455A64; }
7777
7778/*******************
7779 * Gnome-Flashback *
7780 *******************/
7781#gf-bubble, #gf-bubble.solid,
7782#gf-osd-window,
7783#gf-osd-window.solid,
7784#gf-input-source-popup,
7785#gf-input-source-popup.solid {
7786 border-radius: 2px;
7787 border: 1px solid rgba(0, 0, 0, 0.11);
7788 background-color: rgba(42, 55, 62, 0.9);
7789 color: #ECEFF1; }
7790
7791#gf-input-source {
7792 min-width: 9.02256rem;
7793 min-height: 9.02256rem;
7794 color: #ECEFF1;
7795 font-size: 1.80451rem;
7796 font-weight: 400; }
7797 #gf-input-source:selected {
7798 border-radius: 2px;
7799 background-color: alpha(currentColor, 0.2);
7800 color: #C5A68E; }
7801
7802#gf-candidate-popup, #gf-candidate-popup.solid {
7803 border-radius: 2px;
7804 border: 1px solid rgba(0, 0, 0, 0.11);
7805 background-color: rgba(42, 55, 62, 0.9);
7806 color: #ECEFF1; }
7807#gf-candidate-popup gf-candidate-box {
7808 transition: none; }
7809 #gf-candidate-popup gf-candidate-box label {
7810 padding: 0.20301rem 0.20301rem 0.30075rem; }
7811 #gf-candidate-popup gf-candidate-box:last-child {
7812 padding-left: 0; }
7813 #gf-candidate-popup gf-candidate-box:hover, #gf-candidate-popup gf-candidate-box:selected {
7814 border-radius: 0;
7815 background-color: alpha(currentColor, 0.2);
7816 color: #FFFFFF; }
7817#gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
7818#gf-candidate-popup .linked > button,
7819#gf-candidate-popup .linked > button:first-child,
7820#gf-candidate-popup .linked > button:last-child {
7821 border-radius: 0;
7822 border: none;
7823 background-color: transparent;
7824 color: #C5A68E);
7825 box-shadow: none; }
7826
7827/************
7828 * Nautilus *
7829 ************/
7830.nautilus-desktop-window,
7831.nautilus-desktop-window notebook,
7832.nautilus-desktop-window notebook > stack {
7833 background: transparent; }
7834
7835.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
7836 color: #FFFFFF; }
7837
7838.nautilus-canvas-item {
7839 border-radius: 2px; }
7840
7841.nautilus-circular-button {
7842 border-radius: 100px;
7843 -gtk-outline-radius: 100px; }
7844
7845.disk-space-display {
7846 border: 0 none transparent; }
7847 .disk-space-display.free {
7848 background-color: alpha(currentColor, 0.2);
7849 color: rgba(236, 239, 241, 0.3); }
7850 .disk-space-display.used {
7851 background-color: #C5A68E; }
7852 .disk-space-display.unknown {
7853 background-color: #FF9800; }
7854
7855/*********
7856 * Geary *
7857 *********/
7858.geary-titlebar-left separator {
7859 opacity: 0; }
7860
7861.geary-titlebar-right {
7862 box-shadow: none; }
7863
7864/************
7865 * Epiphany *
7866 ************/
7867EphyWindow .nautilus-window .floating-bar {
7868 color: rgba(236, 239, 241, 0.75); }
7869
7870/************
7871 * Seahorse *
7872 ************/
7873SeahorseWidget .sidebar paned separator {
7874 border: none; }
7875
7876window paned > box.vertical > box.vertical > toolbar.primary-toolbar {
7877 box-shadow: none;
7878 border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
7879
7880/**********
7881 * Polari *
7882 **********/
7883.polari-room-list row {
7884 font-weight: 700; }
7885 .polari-room-list row:not(:hover):not(:active):not(:selected) label,
7886 .polari-room-list row:not(:hover):not(:active):not(:selected) image {
7887 opacity: 1.0; }
7888 .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) label,
7889 .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) image {
7890 opacity: 0.65; }
7891
7892.polari-nick-entry {
7893 border-image: none;
7894 font-weight: 700; }
7895
7896.sidebar row.activatable.inactive, .sidebar .inactive.view, .sidebar iconview.inactive,
7897.sidebar .view text.inactive,
7898.view .sidebar text.inactive,
7899.sidebar iconview text.inactive,
7900iconview .sidebar text.inactive,
7901.sidebar textview text.inactive,
7902textview .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 {
7903 color: rgba(236, 239, 241, 0.75);
7904 background-color: transparent;
7905 font-weight: 500; }
7906 .sidebar row.activatable.inactive:hover, .sidebar .inactive.view:hover, .sidebar iconview.inactive:hover,
7907 .sidebar .view text.inactive:hover,
7908 .view .sidebar text.inactive:hover,
7909 .sidebar iconview text.inactive:hover,
7910 iconview .sidebar text.inactive:hover,
7911 .sidebar textview text.inactive:hover,
7912 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 {
7913 color: #ECEFF1; }
7914 .sidebar row.activatable.inactive:selected, .sidebar .inactive.view:selected, .sidebar iconview.inactive:selected,
7915 .sidebar .view text.inactive:selected,
7916 .view .sidebar text.inactive:selected,
7917 .sidebar iconview text.inactive:selected,
7918 iconview .sidebar text.inactive:selected,
7919 .sidebar textview text.inactive:selected,
7920 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 {
7921 color: #FFFFFF;
7922 background-color: #C5A68E; }
7923
7924box > headerbar > label.polari-titlebar-separator {
7925 min-width: 0;
7926 border: none;
7927 opacity: 0; }
7928
7929/*************
7930 * RhythmBox *
7931 *************/
7932.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
7933 box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 1px -2px rgba(0, 0, 0, 0.02), inset -3px 0 3px -2px rgba(0, 0, 0, 0.04); }
7934 .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar:dir(rtl) {
7935 box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 1px -2px rgba(0, 0, 0, 0.02), inset 3px 0 3px -2px rgba(0, 0, 0, 0.04); }
7936
7937.sidebar-paned scrolledwindow:dir(ltr), .sidebar-paned placessidebar:dir(ltr) {
7938 box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
7939.sidebar-paned scrolledwindow:dir(rtl), .sidebar-paned placessidebar:dir(rtl) {
7940 box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
7941.sidebar-paned .sidebar {
7942 background-color: rgba(18, 22, 0, 0.04); }
7943
7944window > box.vertical > box.vertical > toolbar.horizontal {
7945 box-shadow: none; }
7946
7947window > box.vertical > box.vertical > toolbar .linked > button {
7948 border-radius: 100px;
7949 -gtk-outline-radius: 100px; }
7950
7951/**************
7952 * Calculator *
7953 **************/
7954window > grid.vertical > box.vertical > widget button {
7955 min-width: 1rem;
7956 min-height: 1rem;
7957 padding: 0.75em 1em 0.75em;
7958 border: 0.75em solid transparent;
7959 border-radius: 2px;
7960 font-weight: 700; }
7961 window > grid.vertical > box.vertical > widget button.suggested-action {
7962 color: transparent;
7963 font-size: 0; }
7964 window > grid.vertical > box.vertical > widget button.suggested-action {
7965 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);
7966 background-color: #546E7A;
7967 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));
7968 color: rgba(236, 239, 241, 0.75);
7969 border-style: none;
7970 border-radius: 100px;
7971 background-color: transparent;
7972 background-image: -gtk-scaled(url("assets/equal-dark.png"), url("assets/equal-dark@2.png"));
7973 background-size: 32px;
7974 background-repeat: no-repeat;
7975 background-position: center;
7976 box-shadow: none;
7977 transition-duration: 0.2s;
7978 animation: none; }
7979 window > grid.vertical > box.vertical > widget button.suggested-action:hover {
7980 border-style: none;
7981 border-radius: 100px;
7982 background-color: transparent;
7983 background-image: -gtk-scaled(url("assets/equal-hover-dark.png"), url("assets/equal-hover-dark@2.png"));
7984 background-size: 32px;
7985 background-repeat: no-repeat;
7986 background-position: center;
7987 box-shadow: none;
7988 transition-duration: 0.2s;
7989 animation: none; }
7990 window > grid.vertical > box.vertical > widget button.suggested-action:active {
7991 border-style: none;
7992 border-radius: 100px;
7993 background-color: transparent;
7994 background-image: -gtk-scaled(url("assets/equal-active-dark.png"), url("assets/equal-active-dark@2.png"));
7995 background-size: 32px;
7996 background-repeat: no-repeat;
7997 background-position: center;
7998 box-shadow: none;
7999 transition-duration: 0.2s;
8000 animation: none; }
8001 window > grid.vertical > box.vertical > widget button.suggested-action:disabled {
8002 border-style: none;
8003 border-radius: 100px;
8004 background-color: transparent;
8005 background-image: -gtk-scaled(url("assets/equal-insensitive-dark.png"), url("assets/equal-insensitive-dark@2.png"));
8006 background-size: 32px;
8007 background-repeat: no-repeat;
8008 background-position: center;
8009 box-shadow: none;
8010 transition-duration: 0.2s;
8011 animation: none; }
8012
8013/*********
8014 * Gedit *
8015 *********/
8016GeditViewFrame .gedit-search-slider {
8017 padding: 3px;
8018 border-radius: 2px;
8019 border-width: 9px;
8020 border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
8021 color: #ECEFF1;
8022 opacity: 0.9; }
8023 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),
8024 GeditViewFrame .gedit-search-slider .linked > entry,
8025 GeditViewFrame .gedit-search-slider .linked > spinbutton:not(.vertical),
8026 GeditViewFrame .gedit-search-slider .linked > entry.error,
8027 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:not(.vertical),
8028 GeditViewFrame .gedit-search-slider .linked > entry.warning,
8029 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:not(.vertical) {
8030 color: #ECEFF1; }
8031 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),
8032 GeditViewFrame .gedit-search-slider .linked > entry:focus,
8033 GeditViewFrame .gedit-search-slider .linked > spinbutton:focus:not(.vertical),
8034 GeditViewFrame .gedit-search-slider .linked > entry.error:focus,
8035 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:focus:not(.vertical),
8036 GeditViewFrame .gedit-search-slider .linked > entry.warning:focus,
8037 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:focus:not(.vertical) {
8038 color: #FFFFFF; }
8039 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),
8040 GeditViewFrame .gedit-search-slider .linked > entry:disabled,
8041 GeditViewFrame .gedit-search-slider .linked > spinbutton:disabled:not(.vertical),
8042 GeditViewFrame .gedit-search-slider .linked > entry.error:disabled,
8043 GeditViewFrame .gedit-search-slider .linked > spinbutton.error:disabled:not(.vertical),
8044 GeditViewFrame .gedit-search-slider .linked > entry.warning:disabled,
8045 GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:disabled:not(.vertical) {
8046 color: rgba(236, 239, 241, 0.3); }
8047
8048paned.titlebar.horizontal headerbar button.flat.toggle.popup, paned.titlebar.horizontal headerbar button.toggle.popup.osd.image-button,
8049paned.titlebar.horizontal headerbar .toggle.popup.button.osd.image-button,
8050paned.titlebar.horizontal headerbar button.toggle.popup:not(.suggested-action):not(.destructive-action), paned.titlebar.horizontal headerbar .menu > arrow.toggle.popup,
8051paned.titlebar.horizontal headerbar .context-menu > arrow.toggle.popup,
8052paned.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 .csd headerbar button.toggle.popup.titlebutton,
8053.csd paned.titlebar.horizontal headerbar button.toggle.popup.titlebutton,
8054paned.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 {
8055 border-radius: 2px;
8056 -gtk-outline-radius: 2px; }
8057
8058notebook 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 {
8059 background-image: none; }
8060
8061/***********
8062 * Builder *
8063 ***********/
8064filechooser actionbar button.combo {
8065 padding: 0; }
8066
8067frame.gb-search-frame {
8068 background-image: linear-gradient(to bottom, #3e515a);
8069 padding: 0.45113rem;
8070 border-style: solid;
8071 border-color: rgba(0, 0, 0, 0.11);
8072 border-left-width: 1px;
8073 border-right-width: 1px;
8074 border-bottom-width: 1px;
8075 border-radius: 0; }
8076
8077frame.gb-search-frame border {
8078 border: none; }
8079
8080.gb-search-entry-occurrences-tag {
8081 color: rgba(236, 239, 241, 0.3);
8082 margin: 0.15038rem;
8083 padding: 0.15038rem;
8084 border-width: 0; }
8085
8086editortweak button {
8087 padding: 0 0.45113rem 0 0.45113rem; }
8088
8089editortweak list row {
8090 padding: 0; }
8091
8092layouttabbar > box {
8093 min-height: 2.93233rem; }
8094
8095eggsearchbar > revealer > box {
8096 min-height: 2.93233rem; }
8097
8098eggsearchbar entry, eggsearchbar spinbutton:not(.vertical) {
8099 min-height: 1.80451rem; }
8100
8101pillbox {
8102 border-radius: 2px; }
8103
8104genesisperspective stack > box:first-child list row {
8105 padding: 0.75188rem;
8106 border-bottom: 1px solid #37474F; }
8107 genesisperspective stack > box:first-child list row:last-child {
8108 border-bottom: none; }
8109
8110perspectiveswitcher {
8111 padding: 0 0.30075rem;
8112 border-right: 1px solid #37474F;
8113 background-color: #3b4c54; }
8114 perspectiveswitcher button {
8115 padding: 0.45113rem;
8116 border-radius: 100px;
8117 border: none;
8118 background: none;
8119 color: rgba(236, 239, 241, 0.5);
8120 box-shadow: none; }
8121 perspectiveswitcher button image {
8122 opacity: 0.55; }
8123 perspectiveswitcher button:hover {
8124 background: none; }
8125 perspectiveswitcher button:hover image {
8126 opacity: 0.75; }
8127 perspectiveswitcher button:active, perspectiveswitcher button:checked {
8128 background: none; }
8129 perspectiveswitcher button:active image, perspectiveswitcher button:checked image {
8130 opacity: 1.0; }
8131
8132layouttabbar {
8133 min-height: 2.80451rem;
8134 padding: 0.3985rem;
8135 border-bottom: 1px solid #37474F;
8136 background-color: #3b4c54; }
8137 layouttabbar > box > button {
8138 opacity: 0.55; }
8139 layouttabbar > box > button:hover {
8140 opacity: 0.75; }
8141 layouttabbar > box > button:active {
8142 opacity: 1.0; }
8143 layouttabbar button {
8144 padding: 0.30075rem 0.3985rem 0.3985rem;
8145 margin: 0.20301rem;
8146 border-radius: 2px;
8147 background-color: transparent; }
8148
8149layouttab {
8150 margin: 0.20301rem;
8151 padding: 0.3985rem;
8152 background-color: transparent; }
8153 layouttab label {
8154 padding: 0.30075rem; }
8155 layouttab separator.vertical {
8156 margin: 0.20301rem;
8157 color: transparent;
8158 background-color: rgba(0, 0, 0, 0.11); }
8159 layouttab button {
8160 margin: 0.20301rem;
8161 border-radius: 2px;
8162 padding-left: 0.3985rem;
8163 padding-right: 0.3985rem; }
8164
8165layouttab > box > button:last-child {
8166 min-height: 1rem;
8167 min-width: 1rem;
8168 padding: 0.50376rem;
8169 border-radius: 100px;
8170 -gtk-outline-radius: 100px;
8171 box-shadow: none;
8172 background-color: transparent;
8173 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)); }
8174 layouttab > box > button:last-child:hover {
8175 box-shadow: none;
8176 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)); }
8177 layouttab > box > button:last-child:active {
8178 box-shadow: none;
8179 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
8180 layouttab > box > button:last-child:disabled {
8181 box-shadow: none;
8182 background-color: transparent; }
8183layouttab > box > button:last-child image {
8184 opacity: 0.55; }
8185layouttab > box > button:last-child:hover image {
8186 opacity: 0.75; }
8187layouttab > box > button:last-child:active image {
8188 opacity: 1.0; }
8189
8190layout {
8191 border: 1px solid #37474F;
8192 -PnlDockBin-handle-size: 1; }
8193
8194eggsearchbar box.search-bar {
8195 background-color: #3b4c54; }
8196
8197pillbox {
8198 background-color: #3e515a;
8199 border-radius: 2px; }
8200
8201docktabstrip,
8202tabstrip {
8203 min-height: 2.60902rem;
8204 padding: 0.3985rem 1.20301rem;
8205 border-bottom: 1px solid #37474F;
8206 background-color: #3b4c54; }
8207 docktabstrip docktab,
8208 docktabstrip tab,
8209 tabstrip docktab,
8210 tabstrip tab {
8211 color: rgba(236, 239, 241, 0.5);
8212 font-weight: 700;
8213 box-shadow: inset 0 -1px alpha(currentColor, 0.2); }
8214 docktabstrip docktab:hover,
8215 docktabstrip tab:hover,
8216 tabstrip docktab:hover,
8217 tabstrip tab:hover {
8218 color: #ECEFF1;
8219 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
8220 docktabstrip docktab:checked,
8221 docktabstrip tab:checked,
8222 tabstrip docktab:checked,
8223 tabstrip tab:checked {
8224 color: #ECEFF1;
8225 box-shadow: inset 0 -2px #C5A68E; }
8226
8227layoutstack 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 {
8228 background-image: none; }
8229
8230/***************
8231 * Gnome-music *
8232 ***************/
8233GdMainView:dir(ltr),
8234.side-panel:dir(ltr) {
8235 border-right: 1px solid rgba(0, 0, 0, 0.11); }
8236GdMainView:dir(rtl),
8237.side-panel:dir(rtl) {
8238 border-left: 1px solid rgba(0, 0, 0, 0.11); }
8239GdMainView .view, GdMainView iconview,
8240.side-panel .view,
8241.side-panel iconview {
8242 background-color: #3b4c54;
8243 box-shadow: none; }
8244 GdMainView .view, GdMainView iconview, GdMainView .view row.activatable, GdMainView iconview row.activatable, GdMainView .view .view, GdMainView iconview .view, GdMainView .view iconview, GdMainView iconview iconview,
8245 GdMainView .view text,
8246 GdMainView iconview .view text,
8247 .view GdMainView iconview text,
8248 GdMainView .view iconview text,
8249 iconview GdMainView .view text,
8250 GdMainView iconview text,
8251 GdMainView .view textview text,
8252 textview GdMainView .view text,
8253 GdMainView iconview textview text,
8254 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,
8255 .side-panel .view,
8256 .side-panel iconview,
8257 .side-panel .view row.activatable,
8258 .side-panel iconview row.activatable,
8259 .side-panel .view .view,
8260 .side-panel iconview .view,
8261 .side-panel .view iconview,
8262 .side-panel iconview iconview,
8263 .side-panel .view text,
8264 .side-panel iconview .view text,
8265 .view .side-panel iconview text,
8266 .side-panel .view iconview text,
8267 iconview .side-panel .view text,
8268 .side-panel iconview text,
8269 .side-panel .view textview text,
8270 textview .side-panel .view text,
8271 .side-panel iconview textview text,
8272 textview .side-panel iconview text,
8273 .side-panel treeview.view header button,
8274 .side-panel iconview treeview.view header button,
8275 treeview.view header .side-panel iconview button,
8276 .side-panel .view .tweak-category header button,
8277 .tweak-category header .side-panel .view button,
8278 .side-panel iconview .tweak-category header button,
8279 .tweak-category header .side-panel iconview button {
8280 padding: 0;
8281 background-color: transparent;
8282 color: rgba(236, 239, 241, 0.75);
8283 font-weight: 500;
8284 box-shadow: none; }
8285 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,
8286 GdMainView .view text:hover,
8287 GdMainView iconview .view text:hover,
8288 .view GdMainView iconview text:hover,
8289 GdMainView .view iconview text:hover,
8290 iconview GdMainView .view text:hover,
8291 GdMainView iconview text:hover,
8292 GdMainView .view textview text:hover,
8293 textview GdMainView .view text:hover,
8294 GdMainView iconview textview text:hover,
8295 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,
8296 .side-panel .view:hover,
8297 .side-panel iconview:hover,
8298 .side-panel .view row.activatable:hover,
8299 .side-panel iconview row.activatable:hover,
8300 .side-panel .view .view:hover,
8301 .side-panel iconview .view:hover,
8302 .side-panel .view iconview:hover,
8303 .side-panel iconview iconview:hover,
8304 .side-panel .view text:hover,
8305 .side-panel iconview .view text:hover,
8306 .view .side-panel iconview text:hover,
8307 .side-panel .view iconview text:hover,
8308 iconview .side-panel .view text:hover,
8309 .side-panel iconview text:hover,
8310 .side-panel .view textview text:hover,
8311 textview .side-panel .view text:hover,
8312 .side-panel iconview textview text:hover,
8313 textview .side-panel iconview text:hover,
8314 .side-panel treeview.view header button:hover,
8315 .side-panel iconview treeview.view header button:hover,
8316 treeview.view header .side-panel iconview button:hover,
8317 .side-panel .view .tweak-category header button:hover,
8318 .tweak-category header .side-panel .view button:hover,
8319 .side-panel iconview .tweak-category header button:hover,
8320 .tweak-category header .side-panel iconview button:hover {
8321 color: #ECEFF1; }
8322
8323actionbar {
8324 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
8325 actionbar, actionbar.frame {
8326 background-color: #3b4c54; }
8327 actionbar button,
8328 actionbar .linked > button.image-button {
8329 box-shadow: none;
8330 background-color: transparent;
8331 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));
8332 border-radius: 100px;
8333 -gtk-outline-radius: 100px;
8334 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;
8335 color: rgba(236, 239, 241, 0.75);
8336 box-shadow: none; }
8337 actionbar button:hover,
8338 actionbar .linked > button.image-button:hover {
8339 box-shadow: none;
8340 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));
8341 border-image: none;
8342 color: #ECEFF1;
8343 box-shadow: none; }
8344 actionbar button:checked,
8345 actionbar .linked > button.image-button:checked {
8346 background-color: alpha(currentColor, 0.2);
8347 color: #ECEFF1;
8348 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
8349 background-color: transparent;
8350 color: #ECEFF1;
8351 box-shadow: none; }
8352 actionbar button:checked:disabled,
8353 actionbar .linked > button.image-button:checked:disabled {
8354 border-image: none;
8355 background-color: transparent;
8356 color: rgba(236, 239, 241, 0.3);
8357 box-shadow: none; }
8358 actionbar button:checked:disabled > label,
8359 actionbar .linked > button.image-button:checked:disabled > label {
8360 color: inherit; }
8361 actionbar button:checked:disabled > .label,
8362 actionbar .linked > button.image-button:checked:disabled > .label {
8363 color: inherit; }
8364 actionbar button:disabled,
8365 actionbar .linked > button.image-button:disabled {
8366 box-shadow: none;
8367 background-color: transparent;
8368 border-image: none;
8369 background-color: transparent;
8370 color: rgba(236, 239, 241, 0.225);
8371 box-shadow: none; }
8372
8373/******************
8374 * Gnome-contacts *
8375 ******************/
8376window overlay > grid > frame > grid toolbar {
8377 box-shadow: none; }
8378window overlay > grid > frame > grid list:dir(ltr) {
8379 box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
8380window overlay > grid > frame > grid list:dir(rtl) {
8381 box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
8382window overlay > grid > frame > grid list row {
8383 color: rgba(236, 239, 241, 0.75);
8384 background-color: rgba(18, 22, 0, 0.04); }
8385 window overlay > grid > frame > grid list row:hover {
8386 color: #ECEFF1; }
8387 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,
8388 window overlay > grid > frame > grid list .view text:selected,
8389 .view window overlay > grid > frame > grid list text:selected,
8390 window overlay > grid > frame > grid list iconview text:selected,
8391 iconview window overlay > grid > frame > grid list text:selected,
8392 window overlay > grid > frame > grid list textview text:selected,
8393 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 {
8394 background-color: rgba(18, 22, 0, 0.04); }
8395 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,
8396 window overlay > grid > frame > grid list .view text:selected,
8397 .view window overlay > grid > frame > grid list text:selected,
8398 window overlay > grid > frame > grid list iconview text:selected,
8399 iconview window overlay > grid > frame > grid list text:selected,
8400 window overlay > grid > frame > grid list textview text:selected,
8401 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,
8402 window overlay > grid > frame > grid list .view text:selected label,
8403 .view window overlay > grid > frame > grid list text:selected label,
8404 window overlay > grid > frame > grid list iconview text:selected label,
8405 iconview window overlay > grid > frame > grid list text:selected label,
8406 window overlay > grid > frame > grid list textview text:selected label,
8407 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 {
8408 color: #C5A68E; }
8409 window overlay > grid > frame > grid list row:backdrop {
8410 opacity: 1.0; }
8411window overlay > grid > frame > grid list separator {
8412 min-height: 0;
8413 border-color: transparent;
8414 background-color: transparent;
8415 color: transparent; }
8416window overlay > grid > frame > grid scrolledwindow undershoot.top, window overlay > grid > frame > grid placessidebar undershoot.top {
8417 background-color: transparent;
8418 background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
8419 padding-top: 0;
8420 background-size: 16px 32px;
8421 background-repeat: repeat-x;
8422 background-origin: content-box;
8423 background-position: center top; }
8424window overlay > grid > frame > grid scrolledwindow undershoot.bottom, window overlay > grid > frame > grid placessidebar undershoot.bottom {
8425 background-color: transparent;
8426 background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
8427 padding-bottom: 0;
8428 background-size: 16px 32px;
8429 background-repeat: repeat-x;
8430 background-origin: content-box;
8431 background-position: center bottom; }
8432window overlay > grid > frame > grid scrolledwindow undershoot.left, window overlay > grid > frame > grid placessidebar undershoot.left {
8433 background-color: transparent;
8434 background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
8435 padding-left: 0;
8436 background-size: 32px 16px;
8437 background-repeat: repeat-y;
8438 background-origin: content-box;
8439 background-position: left center; }
8440window overlay > grid > frame > grid scrolledwindow undershoot.right, window overlay > grid > frame > grid placessidebar undershoot.right {
8441 background-color: transparent;
8442 background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
8443 padding-right: 0;
8444 background-size: 32px 16px;
8445 background-repeat: repeat-y;
8446 background-origin: content-box;
8447 background-position: right center; }
8448
8449/**********
8450 * Baobab *
8451 **********/
8452window > box.vertical > grid.vertical > stack stack > spinner {
8453 min-width: 1.80451rem;
8454 min-height: 1.80451rem;
8455 padding: 4rem 6rem 4rem; }
8456
8457/**********
8458 * Evince *
8459 **********/
8460window.background {
8461 padding: 0.3985rem; }
8462 window.background > box.vertical > box.horizontal > widget > label {
8463 color: #263238;
8464 font-weight: 700; }
8465 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),
8466 window.background > box.vertical > box.horizontal > .button.osd.image-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),
8467 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),
8468 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), .csd headerbar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle),
8469 .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) {
8470 min-width: 1rem;
8471 min-height: 1rem;
8472 padding: 0.80451rem;
8473 border: none;
8474 border-radius: 100px;
8475 -gtk-outline-radius: 100px;
8476 color: #263238; }
8477
8478/**************
8479 * Gnome-Logs *
8480 **************/
8481headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.osd.image-button,
8482headerbar > .popup.title-menu-button.toggle.button.osd.image-button, .titlebar headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action),
8483headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar.menu > arrow.popup.title-menu-button.toggle,
8484headerbar.context-menu > arrow.popup.title-menu-button.toggle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton,
8485.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 {
8486 border-radius: 2px;
8487 -gtk-outline-radius: 2px; }
8488 headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .title,
8489 headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .title,
8490 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,
8491 headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .title, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > 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,
8492 headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle,
8493 headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .subtitle,
8494 headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .subtitle,
8495 headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .subtitle,
8496 headerbar.menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
8497 headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
8498 placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .subtitle,
8499 .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
8500 .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
8501 #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8502 window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8503 layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
8504 layouttab headerbar > button.popup.title-menu-button.toggle > grid .subtitle {
8505 padding: 0.09774rem 1rem 0.09774rem;
8506 font-size: 90%; }
8507
8508/******************
8509 * Budgie Desktop *
8510 ******************/
8511@keyframes budgie_ripple_effect {
8512 from {
8513 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)); }
8514 to {
8515 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)); } }
8516.budgie-container {
8517 background-color: transparent; }
8518
8519.budgie-panel:backdrop,
8520.budgie-panel *:backdrop {
8521 opacity: 1.0; }
8522
8523.budgie-panel {
8524 background-color: #13191c;
8525 color: #ECEFF1;
8526 font-weight: 700; }
8527 .top .budgie-panel {
8528 border-top: 2px solid #000000; }
8529 .bottom .budgie-panel {
8530 border-bottom: 2px solid #000000; }
8531 .left .budgie-panel {
8532 border-left: 2px solid #000000; }
8533 .right .budgie-panel {
8534 border-right: 2px solid #000000; }
8535 .budgie-panel .alert {
8536 color: #C5A68E; }
8537
8538.top .shadow-block {
8539 background-color: transparent;
8540 background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8541
8542.bottom .shadow-block {
8543 background-color: transparent;
8544 background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8545
8546.left .shadow-block {
8547 background-color: transparent;
8548 background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8549
8550.right .shadow-block {
8551 background-color: transparent;
8552 background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
8553
8554.budgie-panel #tasklist-button button, .budgie-panel #tasklist-button:backdrop button {
8555 border: none;
8556 background: none;
8557 opacity: 0.5; }
8558 .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 {
8559 opacity: 1.0; }
8560
8561.budgie-panel button.flat.launcher, .budgie-panel button.launcher.osd.image-button,
8562.budgie-panel .launcher.button.osd.image-button, .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
8563.budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8564headerbar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher,
8565.budgie-panel .context-menu > arrow.launcher,
8566.budgie-panel menu > arrow.launcher, .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .budgie-panel button.launcher.image-button, .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel button.launcher.titlebutton,
8567.budgie-panel .csd .titlebar button.launcher.titlebutton,
8568.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,
8569.budgie-panel .launcher.button.osd.image-button: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),
8570.budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8571headerbar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop,
8572.budgie-panel .context-menu > arrow.launcher:backdrop,
8573.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 .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop,
8574.budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
8575.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 {
8576 min-width: 1.80451rem;
8577 min-height: 1.80451rem;
8578 padding: 0;
8579 border: 2px solid transparent;
8580 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));
8581 background-size: 3.7594rem 3.7594rem, auto;
8582 background-position: center center;
8583 opacity: 0.5;
8584 transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
8585 transition-property: opacity, border-color, background-color, background-image, box-shadow;
8586 transition-duration: 0.2s; }
8587 .budgie-panel button.flat.launcher:hover, .budgie-panel button.launcher.osd.image-button:hover,
8588 .budgie-panel .launcher.button.osd.image-button: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),
8589 .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
8590 headerbar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:hover,
8591 .budgie-panel .context-menu > arrow.launcher:hover,
8592 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:hover,
8593 .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
8594 .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,
8595 .budgie-panel .launcher.button.osd.image-button: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),
8596 .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8597 headerbar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:hover,
8598 .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
8599 .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 .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:hover,
8600 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
8601 .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 {
8602 opacity: 0.75;
8603 -gtk-icon-effect: highlight; }
8604 .budgie-panel button.flat.launcher:active, .budgie-panel button.launcher.osd.image-button:active,
8605 .budgie-panel .launcher.button.osd.image-button: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),
8606 .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
8607 headerbar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:active,
8608 .budgie-panel .context-menu > arrow.launcher:active,
8609 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .budgie-panel button.launcher.titlebutton:active,
8610 .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
8611 .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,
8612 .budgie-panel .launcher.button.osd.image-button: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),
8613 .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8614 headerbar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:active,
8615 .budgie-panel .context-menu > arrow.launcher:backdrop:active,
8616 .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 .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:active,
8617 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
8618 .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 {
8619 opacity: 1.0;
8620 transition-duration: 0;
8621 animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
8622 .budgie-panel button.flat.launcher:checked, .budgie-panel button.launcher.osd.image-button:checked,
8623 .budgie-panel .launcher.button.osd.image-button: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),
8624 .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
8625 headerbar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked,
8626 .budgie-panel .context-menu > arrow.launcher:checked,
8627 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:checked,
8628 .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
8629 .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,
8630 .budgie-panel .launcher.button.osd.image-button: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),
8631 .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8632 headerbar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked,
8633 .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
8634 .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 .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked,
8635 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
8636 .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 {
8637 opacity: 1.0;
8638 background-color: transparent; }
8639 .budgie-panel button.flat.launcher:checked:hover, .budgie-panel button.launcher.osd.image-button:checked:hover,
8640 .budgie-panel .launcher.button.osd.image-button: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),
8641 .budgie-panel headerbar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
8642 headerbar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked:hover,
8643 .budgie-panel .context-menu > arrow.launcher:checked:hover,
8644 .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 .csd headerbar button.launcher.titlebutton:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:checked:hover,
8645 .budgie-panel .csd .titlebar button.launcher.titlebutton:checked:hover,
8646 .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,
8647 .budgie-panel .launcher.button.osd.image-button: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),
8648 .budgie-panel headerbar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
8649 headerbar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked:hover,
8650 .budgie-panel .context-menu > arrow.launcher:backdrop:checked:hover,
8651 .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 .csd headerbar button.launcher.titlebutton:backdrop:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover,
8652 .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked:hover,
8653 .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 {
8654 -gtk-icon-effect: highlight; }
8655.budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned button.launcher.osd.image-button,
8656.budgie-panel .unpinned .launcher.button.osd.image-button, .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
8657.budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8658headerbar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher,
8659.budgie-panel .unpinned .context-menu > arrow.launcher,
8660.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton,
8661.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
8662.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,
8663.budgie-panel .unpinned button.flat.launcher:backdrop,
8664.budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
8665.budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
8666.budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8667.titlebar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8668.budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8669headerbar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8670.budgie-panel .unpinned .menu > arrow.launcher:backdrop,
8671.budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
8672.budgie-panel .unpinned menu > arrow.launcher:backdrop,
8673.budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
8674placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop,
8675.budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
8676.csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
8677.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
8678.csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
8679.budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
8680#gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop,
8681.budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
8682window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop,
8683.budgie-panel .unpinned layouttabbar button.launcher:backdrop,
8684layouttabbar .budgie-panel .unpinned button.launcher:backdrop,
8685.budgie-panel .unpinned layouttab button.launcher:backdrop,
8686layouttab .budgie-panel .unpinned button.launcher:backdrop,
8687.budgie-panel .pinned button.flat.launcher.running,
8688.budgie-panel .pinned button.launcher.running.osd.image-button,
8689.budgie-panel .pinned .launcher.running.button.osd.image-button,
8690.budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
8691.titlebar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
8692.budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
8693headerbar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
8694.budgie-panel .pinned .menu > arrow.launcher.running,
8695.budgie-panel .pinned .context-menu > arrow.launcher.running,
8696.budgie-panel .pinned menu > arrow.launcher.running,
8697.budgie-panel .pinned placessidebar row button.launcher.running.image-button,
8698placessidebar row .budgie-panel .pinned button.launcher.running.image-button,
8699.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
8700.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton,
8701.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
8702.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton,
8703.budgie-panel .pinned #gf-candidate-popup button.launcher.running,
8704#gf-candidate-popup .budgie-panel .pinned button.launcher.running,
8705.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
8706window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running,
8707.budgie-panel .pinned layouttabbar button.launcher.running,
8708layouttabbar .budgie-panel .pinned button.launcher.running,
8709.budgie-panel .pinned layouttab button.launcher.running,
8710layouttab .budgie-panel .pinned button.launcher.running,
8711.budgie-panel .pinned button.flat.launcher.running:backdrop,
8712.budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
8713.budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
8714.budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8715.titlebar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8716.budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8717headerbar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
8718.budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
8719.budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
8720.budgie-panel .pinned menu > arrow.launcher.running:backdrop,
8721.budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
8722placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop,
8723.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
8724.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
8725.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
8726.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
8727.budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
8728#gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop,
8729.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
8730window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop,
8731.budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
8732layouttabbar .budgie-panel .pinned button.launcher.running:backdrop,
8733.budgie-panel .pinned layouttab button.launcher.running:backdrop,
8734layouttab .budgie-panel .pinned button.launcher.running:backdrop {
8735 opacity: 1.0; }
8736 .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned button.launcher.osd.image-button:hover,
8737 .budgie-panel .unpinned .launcher.button.osd.image-button: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),
8738 .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
8739 headerbar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:hover,
8740 .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
8741 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:hover,
8742 .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
8743 .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,
8744 .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
8745 .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
8746 .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
8747 .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8748 .titlebar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8749 .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8750 headerbar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8751 .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
8752 .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
8753 .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
8754 .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
8755 placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
8756 .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
8757 .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
8758 .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
8759 .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
8760 .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
8761 #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop:hover,
8762 .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
8763 window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop:hover,
8764 .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
8765 layouttabbar .budgie-panel .unpinned button.launcher:backdrop:hover,
8766 .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
8767 layouttab .budgie-panel .unpinned button.launcher:backdrop:hover,
8768 .budgie-panel .pinned button.flat.launcher.running:hover,
8769 .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
8770 .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
8771 .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8772 .titlebar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8773 .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8774 headerbar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
8775 .budgie-panel .pinned .menu > arrow.launcher.running:hover,
8776 .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
8777 .budgie-panel .pinned menu > arrow.launcher.running:hover,
8778 .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
8779 placessidebar row .budgie-panel .pinned button.launcher.running.image-button:hover,
8780 .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
8781 .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
8782 .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
8783 .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
8784 .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
8785 #gf-candidate-popup .budgie-panel .pinned button.launcher.running:hover,
8786 .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
8787 window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:hover,
8788 .budgie-panel .pinned layouttabbar button.launcher.running:hover,
8789 layouttabbar .budgie-panel .pinned button.launcher.running:hover,
8790 .budgie-panel .pinned layouttab button.launcher.running:hover,
8791 layouttab .budgie-panel .pinned button.launcher.running:hover,
8792 .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
8793 .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
8794 .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
8795 .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
8796 .titlebar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
8797 .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
8798 headerbar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
8799 .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
8800 .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
8801 .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
8802 .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
8803 placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
8804 .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
8805 .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
8806 .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
8807 .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
8808 .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
8809 #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop:hover,
8810 .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
8811 window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop:hover,
8812 .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
8813 layouttabbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
8814 .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
8815 layouttab .budgie-panel .pinned button.launcher.running:backdrop:hover {
8816 -gtk-icon-effect: highlight; }
8817
8818.top .budgie-panel #tasklist-button button,
8819.top .budgie-panel #tasklist-button button:backdrop {
8820 border: 2px solid transparent; }
8821 .top .budgie-panel #tasklist-button button:hover,
8822 .top .budgie-panel #tasklist-button button:backdrop:hover {
8823 border-top: 2px solid alpha(#ECEFF1, 0.4); }
8824 .top .budgie-panel #tasklist-button button:active, .top .budgie-panel #tasklist-button button:checked,
8825 .top .budgie-panel #tasklist-button button:backdrop:active,
8826 .top .budgie-panel #tasklist-button button:backdrop:checked {
8827 border-top: 2px solid #C5A68E; }
8828.top .budgie-panel button.flat.launcher, .top .budgie-panel button.launcher.osd.image-button,
8829.top .budgie-panel .launcher.button.osd.image-button, .top .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
8830.top .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8831headerbar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher,
8832.top .budgie-panel .context-menu > arrow.launcher,
8833.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel button.launcher.titlebutton,
8834.top .budgie-panel .csd .titlebar button.launcher.titlebutton,
8835.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,
8836.top .budgie-panel button.flat.launcher:backdrop,
8837.top .budgie-panel button.launcher.osd.image-button:backdrop,
8838.top .budgie-panel .launcher.button.osd.image-button:backdrop,
8839.top .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8840.titlebar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8841.top .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8842headerbar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8843.top .budgie-panel .menu > arrow.launcher:backdrop,
8844.top .budgie-panel .context-menu > arrow.launcher:backdrop,
8845.top .budgie-panel menu > arrow.launcher:backdrop,
8846.top .budgie-panel placessidebar row button.launcher.image-button:backdrop,
8847placessidebar row .top .budgie-panel button.launcher.image-button:backdrop,
8848.top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
8849.csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop,
8850.top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
8851.csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop,
8852.top .budgie-panel #gf-candidate-popup button.launcher:backdrop,
8853#gf-candidate-popup .top .budgie-panel button.launcher:backdrop,
8854.top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
8855window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop,
8856.top .budgie-panel layouttabbar button.launcher:backdrop,
8857layouttabbar .top .budgie-panel button.launcher:backdrop,
8858.top .budgie-panel layouttab button.launcher:backdrop,
8859layouttab .top .budgie-panel button.launcher:backdrop {
8860 border: 2px solid transparent; }
8861 .top .budgie-panel button.flat.launcher:hover, .top .budgie-panel button.launcher.osd.image-button:hover,
8862 .top .budgie-panel .launcher.button.osd.image-button: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),
8863 .top .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
8864 headerbar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:hover,
8865 .top .budgie-panel .context-menu > arrow.launcher:hover,
8866 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:hover,
8867 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
8868 .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,
8869 .top .budgie-panel button.flat.launcher:backdrop:hover,
8870 .top .budgie-panel button.launcher.osd.image-button:backdrop:hover,
8871 .top .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
8872 .top .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8873 .titlebar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8874 .top .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8875 headerbar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
8876 .top .budgie-panel .menu > arrow.launcher:backdrop:hover,
8877 .top .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
8878 .top .budgie-panel menu > arrow.launcher:backdrop:hover,
8879 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
8880 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:hover,
8881 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
8882 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
8883 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
8884 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
8885 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
8886 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:hover,
8887 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
8888 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:hover,
8889 .top .budgie-panel layouttabbar button.launcher:backdrop:hover,
8890 layouttabbar .top .budgie-panel button.launcher:backdrop:hover,
8891 .top .budgie-panel layouttab button.launcher:backdrop:hover,
8892 layouttab .top .budgie-panel button.launcher:backdrop:hover {
8893 border-top: 2px solid alpha(#ECEFF1, 0.4); }
8894 .top .budgie-panel button.flat.launcher:active, .top .budgie-panel button.launcher.osd.image-button:active,
8895 .top .budgie-panel .launcher.button.osd.image-button: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),
8896 .top .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
8897 headerbar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:active,
8898 .top .budgie-panel .context-menu > arrow.launcher:active,
8899 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:active,
8900 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
8901 .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,
8902 .top .budgie-panel .launcher.button.osd.image-button: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),
8903 .top .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
8904 headerbar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:checked,
8905 .top .budgie-panel .context-menu > arrow.launcher:checked,
8906 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:checked,
8907 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
8908 .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,
8909 .top .budgie-panel button.flat.launcher:backdrop:active,
8910 .top .budgie-panel button.launcher.osd.image-button:backdrop:active,
8911 .top .budgie-panel .launcher.button.osd.image-button:backdrop:active,
8912 .top .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8913 .titlebar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8914 .top .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8915 headerbar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
8916 .top .budgie-panel .menu > arrow.launcher:backdrop:active,
8917 .top .budgie-panel .context-menu > arrow.launcher:backdrop:active,
8918 .top .budgie-panel menu > arrow.launcher:backdrop:active,
8919 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
8920 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:active,
8921 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
8922 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
8923 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
8924 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
8925 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
8926 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:active,
8927 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
8928 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:active,
8929 .top .budgie-panel layouttabbar button.launcher:backdrop:active,
8930 layouttabbar .top .budgie-panel button.launcher:backdrop:active,
8931 .top .budgie-panel layouttab button.launcher:backdrop:active,
8932 layouttab .top .budgie-panel button.launcher:backdrop:active,
8933 .top .budgie-panel button.flat.launcher:backdrop:checked,
8934 .top .budgie-panel button.launcher.osd.image-button:backdrop:checked,
8935 .top .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
8936 .top .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8937 .titlebar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8938 .top .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8939 headerbar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
8940 .top .budgie-panel .menu > arrow.launcher:backdrop:checked,
8941 .top .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
8942 .top .budgie-panel menu > arrow.launcher:backdrop:checked,
8943 .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
8944 placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:checked,
8945 .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
8946 .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
8947 .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
8948 .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
8949 .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
8950 #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:checked,
8951 .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
8952 window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:checked,
8953 .top .budgie-panel layouttabbar button.launcher:backdrop:checked,
8954 layouttabbar .top .budgie-panel button.launcher:backdrop:checked,
8955 .top .budgie-panel layouttab button.launcher:backdrop:checked,
8956 layouttab .top .budgie-panel button.launcher:backdrop:checked {
8957 border-top: 2px solid #C5A68E; }
8958
8959.bottom .budgie-panel #tasklist-button button,
8960.bottom .budgie-panel #tasklist-button button:backdrop {
8961 border: 2px solid transparent; }
8962 .bottom .budgie-panel #tasklist-button button:hover,
8963 .bottom .budgie-panel #tasklist-button button:backdrop:hover {
8964 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
8965 .bottom .budgie-panel #tasklist-button button:active, .bottom .budgie-panel #tasklist-button button:checked,
8966 .bottom .budgie-panel #tasklist-button button:backdrop:active,
8967 .bottom .budgie-panel #tasklist-button button:backdrop:checked {
8968 border-bottom: 2px solid #C5A68E; }
8969.bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel button.launcher.osd.image-button,
8970.bottom .budgie-panel .launcher.button.osd.image-button, .bottom .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
8971.bottom .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
8972headerbar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher,
8973.bottom .budgie-panel .context-menu > arrow.launcher,
8974.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton,
8975.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton,
8976.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,
8977.bottom .budgie-panel button.flat.launcher:backdrop,
8978.bottom .budgie-panel button.launcher.osd.image-button:backdrop,
8979.bottom .budgie-panel .launcher.button.osd.image-button:backdrop,
8980.bottom .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8981.titlebar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8982.bottom .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8983headerbar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
8984.bottom .budgie-panel .menu > arrow.launcher:backdrop,
8985.bottom .budgie-panel .context-menu > arrow.launcher:backdrop,
8986.bottom .budgie-panel menu > arrow.launcher:backdrop,
8987.bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop,
8988placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop,
8989.bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
8990.csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
8991.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
8992.csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
8993.bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop,
8994#gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop,
8995.bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
8996window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop,
8997.bottom .budgie-panel layouttabbar button.launcher:backdrop,
8998layouttabbar .bottom .budgie-panel button.launcher:backdrop,
8999.bottom .budgie-panel layouttab button.launcher:backdrop,
9000layouttab .bottom .budgie-panel button.launcher:backdrop {
9001 border: 2px solid transparent; }
9002 .bottom .budgie-panel button.flat.launcher:hover, .bottom .budgie-panel button.launcher.osd.image-button:hover,
9003 .bottom .budgie-panel .launcher.button.osd.image-button: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),
9004 .bottom .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9005 headerbar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:hover,
9006 .bottom .budgie-panel .context-menu > arrow.launcher:hover,
9007 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:hover,
9008 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9009 .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,
9010 .bottom .budgie-panel button.flat.launcher:backdrop:hover,
9011 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9012 .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
9013 .bottom .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9014 .titlebar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9015 .bottom .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9016 headerbar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9017 .bottom .budgie-panel .menu > arrow.launcher:backdrop:hover,
9018 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9019 .bottom .budgie-panel menu > arrow.launcher:backdrop:hover,
9020 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9021 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:hover,
9022 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9023 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
9024 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9025 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
9026 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9027 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:hover,
9028 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9029 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:hover,
9030 .bottom .budgie-panel layouttabbar button.launcher:backdrop:hover,
9031 layouttabbar .bottom .budgie-panel button.launcher:backdrop:hover,
9032 .bottom .budgie-panel layouttab button.launcher:backdrop:hover,
9033 layouttab .bottom .budgie-panel button.launcher:backdrop:hover {
9034 border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
9035 .bottom .budgie-panel button.flat.launcher:active, .bottom .budgie-panel button.launcher.osd.image-button:active,
9036 .bottom .budgie-panel .launcher.button.osd.image-button: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),
9037 .bottom .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9038 headerbar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:active,
9039 .bottom .budgie-panel .context-menu > arrow.launcher:active,
9040 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:active,
9041 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9042 .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,
9043 .bottom .budgie-panel .launcher.button.osd.image-button: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),
9044 .bottom .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9045 headerbar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:checked,
9046 .bottom .budgie-panel .context-menu > arrow.launcher:checked,
9047 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:checked,
9048 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9049 .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,
9050 .bottom .budgie-panel button.flat.launcher:backdrop:active,
9051 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:active,
9052 .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:active,
9053 .bottom .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9054 .titlebar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9055 .bottom .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9056 headerbar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9057 .bottom .budgie-panel .menu > arrow.launcher:backdrop:active,
9058 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9059 .bottom .budgie-panel menu > arrow.launcher:backdrop:active,
9060 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9061 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:active,
9062 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9063 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
9064 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9065 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
9066 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9067 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:active,
9068 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9069 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:active,
9070 .bottom .budgie-panel layouttabbar button.launcher:backdrop:active,
9071 layouttabbar .bottom .budgie-panel button.launcher:backdrop:active,
9072 .bottom .budgie-panel layouttab button.launcher:backdrop:active,
9073 layouttab .bottom .budgie-panel button.launcher:backdrop:active,
9074 .bottom .budgie-panel button.flat.launcher:backdrop:checked,
9075 .bottom .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9076 .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
9077 .bottom .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9078 .titlebar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9079 .bottom .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9080 headerbar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9081 .bottom .budgie-panel .menu > arrow.launcher:backdrop:checked,
9082 .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9083 .bottom .budgie-panel menu > arrow.launcher:backdrop:checked,
9084 .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9085 placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:checked,
9086 .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9087 .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
9088 .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9089 .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
9090 .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9091 #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:checked,
9092 .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9093 window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:checked,
9094 .bottom .budgie-panel layouttabbar button.launcher:backdrop:checked,
9095 layouttabbar .bottom .budgie-panel button.launcher:backdrop:checked,
9096 .bottom .budgie-panel layouttab button.launcher:backdrop:checked,
9097 layouttab .bottom .budgie-panel button.launcher:backdrop:checked {
9098 border-bottom: 2px solid #C5A68E; }
9099
9100.left .budgie-panel #tasklist-button button,
9101.left .budgie-panel #tasklist-button button:backdrop {
9102 border: 2px solid transparent; }
9103 .left .budgie-panel #tasklist-button button:hover,
9104 .left .budgie-panel #tasklist-button button:backdrop:hover {
9105 border-left: 2px solid alpha(#ECEFF1, 0.4); }
9106 .left .budgie-panel #tasklist-button button:active, .left .budgie-panel #tasklist-button button:checked,
9107 .left .budgie-panel #tasklist-button button:backdrop:active,
9108 .left .budgie-panel #tasklist-button button:backdrop:checked {
9109 border-left: 2px solid #C5A68E; }
9110.left .budgie-panel button.flat.launcher, .left .budgie-panel button.launcher.osd.image-button,
9111.left .budgie-panel .launcher.button.osd.image-button, .left .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9112.left .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9113headerbar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher,
9114.left .budgie-panel .context-menu > arrow.launcher,
9115.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel button.launcher.titlebutton,
9116.left .budgie-panel .csd .titlebar button.launcher.titlebutton,
9117.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,
9118.left .budgie-panel button.flat.launcher:backdrop,
9119.left .budgie-panel button.launcher.osd.image-button:backdrop,
9120.left .budgie-panel .launcher.button.osd.image-button:backdrop,
9121.left .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9122.titlebar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9123.left .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9124headerbar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9125.left .budgie-panel .menu > arrow.launcher:backdrop,
9126.left .budgie-panel .context-menu > arrow.launcher:backdrop,
9127.left .budgie-panel menu > arrow.launcher:backdrop,
9128.left .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9129placessidebar row .left .budgie-panel button.launcher.image-button:backdrop,
9130.left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9131.csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop,
9132.left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9133.csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop,
9134.left .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9135#gf-candidate-popup .left .budgie-panel button.launcher:backdrop,
9136.left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9137window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop,
9138.left .budgie-panel layouttabbar button.launcher:backdrop,
9139layouttabbar .left .budgie-panel button.launcher:backdrop,
9140.left .budgie-panel layouttab button.launcher:backdrop,
9141layouttab .left .budgie-panel button.launcher:backdrop {
9142 border: 2px solid transparent; }
9143 .left .budgie-panel button.flat.launcher:hover, .left .budgie-panel button.launcher.osd.image-button:hover,
9144 .left .budgie-panel .launcher.button.osd.image-button: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),
9145 .left .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9146 headerbar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:hover,
9147 .left .budgie-panel .context-menu > arrow.launcher:hover,
9148 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:hover,
9149 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9150 .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,
9151 .left .budgie-panel button.flat.launcher:backdrop:hover,
9152 .left .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9153 .left .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
9154 .left .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9155 .titlebar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9156 .left .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9157 headerbar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9158 .left .budgie-panel .menu > arrow.launcher:backdrop:hover,
9159 .left .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9160 .left .budgie-panel menu > arrow.launcher:backdrop:hover,
9161 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9162 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:hover,
9163 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9164 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
9165 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9166 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
9167 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9168 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:hover,
9169 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9170 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:hover,
9171 .left .budgie-panel layouttabbar button.launcher:backdrop:hover,
9172 layouttabbar .left .budgie-panel button.launcher:backdrop:hover,
9173 .left .budgie-panel layouttab button.launcher:backdrop:hover,
9174 layouttab .left .budgie-panel button.launcher:backdrop:hover {
9175 border-left: 2px solid alpha(#ECEFF1, 0.4); }
9176 .left .budgie-panel button.flat.launcher:active, .left .budgie-panel button.launcher.osd.image-button:active,
9177 .left .budgie-panel .launcher.button.osd.image-button: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),
9178 .left .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9179 headerbar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:active,
9180 .left .budgie-panel .context-menu > arrow.launcher:active,
9181 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:active,
9182 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9183 .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,
9184 .left .budgie-panel .launcher.button.osd.image-button: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),
9185 .left .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9186 headerbar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:checked,
9187 .left .budgie-panel .context-menu > arrow.launcher:checked,
9188 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:checked,
9189 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9190 .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,
9191 .left .budgie-panel button.flat.launcher:backdrop:active,
9192 .left .budgie-panel button.launcher.osd.image-button:backdrop:active,
9193 .left .budgie-panel .launcher.button.osd.image-button:backdrop:active,
9194 .left .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9195 .titlebar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9196 .left .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9197 headerbar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9198 .left .budgie-panel .menu > arrow.launcher:backdrop:active,
9199 .left .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9200 .left .budgie-panel menu > arrow.launcher:backdrop:active,
9201 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9202 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:active,
9203 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9204 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
9205 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9206 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
9207 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9208 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:active,
9209 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9210 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:active,
9211 .left .budgie-panel layouttabbar button.launcher:backdrop:active,
9212 layouttabbar .left .budgie-panel button.launcher:backdrop:active,
9213 .left .budgie-panel layouttab button.launcher:backdrop:active,
9214 layouttab .left .budgie-panel button.launcher:backdrop:active,
9215 .left .budgie-panel button.flat.launcher:backdrop:checked,
9216 .left .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9217 .left .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
9218 .left .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9219 .titlebar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9220 .left .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9221 headerbar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9222 .left .budgie-panel .menu > arrow.launcher:backdrop:checked,
9223 .left .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9224 .left .budgie-panel menu > arrow.launcher:backdrop:checked,
9225 .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9226 placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:checked,
9227 .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9228 .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
9229 .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9230 .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
9231 .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9232 #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:checked,
9233 .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9234 window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:checked,
9235 .left .budgie-panel layouttabbar button.launcher:backdrop:checked,
9236 layouttabbar .left .budgie-panel button.launcher:backdrop:checked,
9237 .left .budgie-panel layouttab button.launcher:backdrop:checked,
9238 layouttab .left .budgie-panel button.launcher:backdrop:checked {
9239 border-left: 2px solid #C5A68E; }
9240
9241.right .budgie-panel #tasklist-button button,
9242.right .budgie-panel #tasklist-button button:backdrop {
9243 border: 2px solid transparent; }
9244 .right .budgie-panel #tasklist-button button:hover,
9245 .right .budgie-panel #tasklist-button button:backdrop:hover {
9246 border-right: 2px solid alpha(#ECEFF1, 0.4); }
9247 .right .budgie-panel #tasklist-button button:active, .right .budgie-panel #tasklist-button button:checked,
9248 .right .budgie-panel #tasklist-button button:backdrop:active,
9249 .right .budgie-panel #tasklist-button button:backdrop:checked {
9250 border-right: 2px solid #C5A68E; }
9251.right .budgie-panel button.flat.launcher, .right .budgie-panel button.launcher.osd.image-button,
9252.right .budgie-panel .launcher.button.osd.image-button, .right .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
9253.right .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9254headerbar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher,
9255.right .budgie-panel .context-menu > arrow.launcher,
9256.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel button.launcher.titlebutton,
9257.right .budgie-panel .csd .titlebar button.launcher.titlebutton,
9258.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,
9259.right .budgie-panel button.flat.launcher:backdrop,
9260.right .budgie-panel button.launcher.osd.image-button:backdrop,
9261.right .budgie-panel .launcher.button.osd.image-button:backdrop,
9262.right .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9263.titlebar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9264.right .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9265headerbar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9266.right .budgie-panel .menu > arrow.launcher:backdrop,
9267.right .budgie-panel .context-menu > arrow.launcher:backdrop,
9268.right .budgie-panel menu > arrow.launcher:backdrop,
9269.right .budgie-panel placessidebar row button.launcher.image-button:backdrop,
9270placessidebar row .right .budgie-panel button.launcher.image-button:backdrop,
9271.right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
9272.csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop,
9273.right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
9274.csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop,
9275.right .budgie-panel #gf-candidate-popup button.launcher:backdrop,
9276#gf-candidate-popup .right .budgie-panel button.launcher:backdrop,
9277.right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9278window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop,
9279.right .budgie-panel layouttabbar button.launcher:backdrop,
9280layouttabbar .right .budgie-panel button.launcher:backdrop,
9281.right .budgie-panel layouttab button.launcher:backdrop,
9282layouttab .right .budgie-panel button.launcher:backdrop {
9283 border: 2px solid transparent; }
9284 .right .budgie-panel button.flat.launcher:hover, .right .budgie-panel button.launcher.osd.image-button:hover,
9285 .right .budgie-panel .launcher.button.osd.image-button: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),
9286 .right .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9287 headerbar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:hover,
9288 .right .budgie-panel .context-menu > arrow.launcher:hover,
9289 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:hover,
9290 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
9291 .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,
9292 .right .budgie-panel button.flat.launcher:backdrop:hover,
9293 .right .budgie-panel button.launcher.osd.image-button:backdrop:hover,
9294 .right .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
9295 .right .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9296 .titlebar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9297 .right .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9298 headerbar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9299 .right .budgie-panel .menu > arrow.launcher:backdrop:hover,
9300 .right .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
9301 .right .budgie-panel menu > arrow.launcher:backdrop:hover,
9302 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
9303 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:hover,
9304 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
9305 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
9306 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9307 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
9308 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
9309 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:hover,
9310 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9311 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:hover,
9312 .right .budgie-panel layouttabbar button.launcher:backdrop:hover,
9313 layouttabbar .right .budgie-panel button.launcher:backdrop:hover,
9314 .right .budgie-panel layouttab button.launcher:backdrop:hover,
9315 layouttab .right .budgie-panel button.launcher:backdrop:hover {
9316 border-right: 2px solid alpha(#ECEFF1, 0.4); }
9317 .right .budgie-panel button.flat.launcher:active, .right .budgie-panel button.launcher.osd.image-button:active,
9318 .right .budgie-panel .launcher.button.osd.image-button: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),
9319 .right .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9320 headerbar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:active,
9321 .right .budgie-panel .context-menu > arrow.launcher:active,
9322 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:active,
9323 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
9324 .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,
9325 .right .budgie-panel .launcher.button.osd.image-button: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),
9326 .right .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9327 headerbar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:checked,
9328 .right .budgie-panel .context-menu > arrow.launcher:checked,
9329 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:checked,
9330 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
9331 .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,
9332 .right .budgie-panel button.flat.launcher:backdrop:active,
9333 .right .budgie-panel button.launcher.osd.image-button:backdrop:active,
9334 .right .budgie-panel .launcher.button.osd.image-button:backdrop:active,
9335 .right .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9336 .titlebar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9337 .right .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9338 headerbar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9339 .right .budgie-panel .menu > arrow.launcher:backdrop:active,
9340 .right .budgie-panel .context-menu > arrow.launcher:backdrop:active,
9341 .right .budgie-panel menu > arrow.launcher:backdrop:active,
9342 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
9343 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:active,
9344 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
9345 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
9346 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
9347 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
9348 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
9349 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:active,
9350 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9351 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:active,
9352 .right .budgie-panel layouttabbar button.launcher:backdrop:active,
9353 layouttabbar .right .budgie-panel button.launcher:backdrop:active,
9354 .right .budgie-panel layouttab button.launcher:backdrop:active,
9355 layouttab .right .budgie-panel button.launcher:backdrop:active,
9356 .right .budgie-panel button.flat.launcher:backdrop:checked,
9357 .right .budgie-panel button.launcher.osd.image-button:backdrop:checked,
9358 .right .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
9359 .right .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9360 .titlebar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9361 .right .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9362 headerbar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9363 .right .budgie-panel .menu > arrow.launcher:backdrop:checked,
9364 .right .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
9365 .right .budgie-panel menu > arrow.launcher:backdrop:checked,
9366 .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
9367 placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:checked,
9368 .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
9369 .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
9370 .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9371 .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
9372 .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
9373 #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:checked,
9374 .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9375 window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:checked,
9376 .right .budgie-panel layouttabbar button.launcher:backdrop:checked,
9377 layouttabbar .right .budgie-panel button.launcher:backdrop:checked,
9378 .right .budgie-panel layouttab button.launcher:backdrop:checked,
9379 layouttab .right .budgie-panel button.launcher:backdrop:checked {
9380 border-right: 2px solid #C5A68E; }
9381
9382.top .budgie-panel .unpinned button.flat.launcher, .top .budgie-panel .unpinned button.launcher.osd.image-button,
9383.top .budgie-panel .unpinned .launcher.button.osd.image-button, .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),
9384.top .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9385headerbar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher,
9386.top .budgie-panel .unpinned .context-menu > arrow.launcher,
9387.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton,
9388.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
9389.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,
9390.top .budgie-panel .unpinned button.flat.launcher:backdrop,
9391.top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
9392.top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
9393.top .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9394.titlebar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9395.top .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9396headerbar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9397.top .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
9398.top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
9399.top .budgie-panel .unpinned menu > arrow.launcher:backdrop,
9400.top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
9401placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop,
9402.top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
9403.csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9404.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
9405.csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9406.top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
9407#gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop,
9408.top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9409window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop,
9410.top .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
9411layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop,
9412.top .budgie-panel .unpinned layouttab button.launcher:backdrop,
9413layouttab .top .budgie-panel .unpinned button.launcher:backdrop,
9414.top .budgie-panel .pinned button.flat.launcher.running,
9415.top .budgie-panel .pinned button.launcher.running.osd.image-button,
9416.top .budgie-panel .pinned .launcher.running.button.osd.image-button,
9417.top .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
9418.titlebar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9419.top .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
9420headerbar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9421.top .budgie-panel .pinned .menu > arrow.launcher.running,
9422.top .budgie-panel .pinned .context-menu > arrow.launcher.running,
9423.top .budgie-panel .pinned menu > arrow.launcher.running,
9424.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
9425placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button,
9426.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
9427.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton,
9428.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
9429.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton,
9430.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
9431#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running,
9432.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
9433window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running,
9434.top .budgie-panel .pinned layouttabbar button.launcher.running,
9435layouttabbar .top .budgie-panel .pinned button.launcher.running,
9436.top .budgie-panel .pinned layouttab button.launcher.running,
9437layouttab .top .budgie-panel .pinned button.launcher.running,
9438.top .budgie-panel .pinned button.flat.launcher.running:backdrop,
9439.top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
9440.top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
9441.top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9442.titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9443.top .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9444headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9445.top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
9446.top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
9447.top .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
9448.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
9449placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop,
9450.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
9451.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9452.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
9453.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9454.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
9455#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop,
9456.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
9457window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop,
9458.top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
9459layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop,
9460.top .budgie-panel .pinned layouttab button.launcher.running:backdrop,
9461layouttab .top .budgie-panel .pinned button.launcher.running:backdrop {
9462 border: 2px solid transparent;
9463 border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
9464 .top .budgie-panel .unpinned button.flat.launcher:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:hover,
9465 .top .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9466 .top .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9467 headerbar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:hover,
9468 .top .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
9469 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:hover,
9470 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
9471 .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,
9472 .top .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9473 .top .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9474 headerbar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:active,
9475 .top .budgie-panel .unpinned .context-menu > arrow.launcher:active,
9476 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:active,
9477 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
9478 .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,
9479 .top .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9480 .top .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9481 headerbar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:checked,
9482 .top .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
9483 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:checked,
9484 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
9485 .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,
9486 .top .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
9487 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
9488 .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
9489 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9490 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9491 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9492 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9493 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
9494 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
9495 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
9496 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
9497 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
9498 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
9499 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9500 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9501 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9502 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
9503 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9504 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9505 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9506 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
9507 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9508 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
9509 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:hover,
9510 .top .budgie-panel .unpinned button.flat.launcher:backdrop:active,
9511 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
9512 .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
9513 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9514 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9515 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9516 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9517 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
9518 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
9519 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
9520 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
9521 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
9522 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
9523 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9524 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
9525 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9526 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
9527 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:active,
9528 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9529 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:active,
9530 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
9531 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
9532 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
9533 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:active,
9534 .top .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
9535 .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
9536 .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
9537 .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9538 .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9539 .top .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9540 headerbar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9541 .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
9542 .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
9543 .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
9544 .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
9545 placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
9546 .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
9547 .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
9548 .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9549 .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
9550 .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
9551 #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9552 .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9553 window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9554 .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
9555 layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9556 .top .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
9557 layouttab .top .budgie-panel .unpinned button.launcher:backdrop:checked,
9558 .top .budgie-panel .pinned button.flat.launcher.running:hover,
9559 .top .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
9560 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
9561 .top .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9562 .titlebar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9563 .top .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9564 headerbar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9565 .top .budgie-panel .pinned .menu > arrow.launcher.running:hover,
9566 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
9567 .top .budgie-panel .pinned menu > arrow.launcher.running:hover,
9568 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
9569 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:hover,
9570 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
9571 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9572 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
9573 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9574 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
9575 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:hover,
9576 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
9577 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:hover,
9578 .top .budgie-panel .pinned layouttabbar button.launcher.running:hover,
9579 layouttabbar .top .budgie-panel .pinned button.launcher.running:hover,
9580 .top .budgie-panel .pinned layouttab button.launcher.running:hover,
9581 layouttab .top .budgie-panel .pinned button.launcher.running:hover,
9582 .top .budgie-panel .pinned button.flat.launcher.running:active,
9583 .top .budgie-panel .pinned button.launcher.running.osd.image-button:active,
9584 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
9585 .top .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9586 .titlebar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9587 .top .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9588 headerbar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9589 .top .budgie-panel .pinned .menu > arrow.launcher.running:active,
9590 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
9591 .top .budgie-panel .pinned menu > arrow.launcher.running:active,
9592 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
9593 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:active,
9594 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
9595 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
9596 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
9597 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
9598 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
9599 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:active,
9600 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
9601 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:active,
9602 .top .budgie-panel .pinned layouttabbar button.launcher.running:active,
9603 layouttabbar .top .budgie-panel .pinned button.launcher.running:active,
9604 .top .budgie-panel .pinned layouttab button.launcher.running:active,
9605 layouttab .top .budgie-panel .pinned button.launcher.running:active,
9606 .top .budgie-panel .pinned button.flat.launcher.running:checked,
9607 .top .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
9608 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
9609 .top .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9610 .titlebar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9611 .top .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9612 headerbar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9613 .top .budgie-panel .pinned .menu > arrow.launcher.running:checked,
9614 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
9615 .top .budgie-panel .pinned menu > arrow.launcher.running:checked,
9616 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
9617 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:checked,
9618 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
9619 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
9620 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
9621 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
9622 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
9623 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:checked,
9624 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
9625 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:checked,
9626 .top .budgie-panel .pinned layouttabbar button.launcher.running:checked,
9627 layouttabbar .top .budgie-panel .pinned button.launcher.running:checked,
9628 .top .budgie-panel .pinned layouttab button.launcher.running:checked,
9629 layouttab .top .budgie-panel .pinned button.launcher.running:checked,
9630 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
9631 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
9632 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
9633 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9634 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9635 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9636 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9637 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
9638 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
9639 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
9640 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
9641 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
9642 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
9643 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9644 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
9645 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9646 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
9647 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
9648 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
9649 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
9650 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
9651 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
9652 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
9653 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
9654 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
9655 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
9656 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
9657 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9658 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9659 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9660 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9661 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
9662 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
9663 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
9664 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
9665 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
9666 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
9667 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
9668 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
9669 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
9670 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
9671 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:active,
9672 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
9673 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:active,
9674 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
9675 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
9676 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
9677 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:active,
9678 .top .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
9679 .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
9680 .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
9681 .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
9682 .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
9683 .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
9684 headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
9685 .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
9686 .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
9687 .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
9688 .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
9689 placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
9690 .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
9691 .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
9692 .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
9693 .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
9694 .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
9695 #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
9696 .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
9697 window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
9698 .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
9699 layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
9700 .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
9701 layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:checked {
9702 border-top: 2px solid #C5A68E;
9703 border-image: none; }
9704
9705.bottom .budgie-panel .unpinned button.flat.launcher, .bottom .budgie-panel .unpinned button.launcher.osd.image-button,
9706.bottom .budgie-panel .unpinned .launcher.button.osd.image-button, .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),
9707.bottom .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
9708headerbar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher,
9709.bottom .budgie-panel .unpinned .context-menu > arrow.launcher,
9710.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton,
9711.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
9712.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,
9713.bottom .budgie-panel .unpinned button.flat.launcher:backdrop,
9714.bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
9715.bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
9716.bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9717.titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9718.bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9719headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
9720.bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
9721.bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
9722.bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop,
9723.bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
9724placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop,
9725.bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
9726.csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9727.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
9728.csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
9729.bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
9730#gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop,
9731.bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
9732window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop,
9733.bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
9734layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
9735.bottom .budgie-panel .unpinned layouttab button.launcher:backdrop,
9736layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop,
9737.bottom .budgie-panel .pinned button.flat.launcher.running,
9738.bottom .budgie-panel .pinned button.launcher.running.osd.image-button,
9739.bottom .budgie-panel .pinned .launcher.running.button.osd.image-button,
9740.bottom .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
9741.titlebar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9742.bottom .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
9743headerbar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
9744.bottom .budgie-panel .pinned .menu > arrow.launcher.running,
9745.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running,
9746.bottom .budgie-panel .pinned menu > arrow.launcher.running,
9747.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
9748placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button,
9749.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
9750.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
9751.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
9752.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
9753.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
9754#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running,
9755.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
9756window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running,
9757.bottom .budgie-panel .pinned layouttabbar button.launcher.running,
9758layouttabbar .bottom .budgie-panel .pinned button.launcher.running,
9759.bottom .budgie-panel .pinned layouttab button.launcher.running,
9760layouttab .bottom .budgie-panel .pinned button.launcher.running,
9761.bottom .budgie-panel .pinned button.flat.launcher.running:backdrop,
9762.bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
9763.bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
9764.bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9765.titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9766.bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9767headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
9768.bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
9769.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
9770.bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
9771.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
9772placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop,
9773.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
9774.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9775.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
9776.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
9777.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
9778#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop,
9779.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
9780window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop,
9781.bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
9782layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
9783.bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop,
9784layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop {
9785 border: 2px solid transparent;
9786 border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
9787 .bottom .budgie-panel .unpinned button.flat.launcher:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:hover,
9788 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9789 .bottom .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
9790 headerbar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:hover,
9791 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
9792 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover,
9793 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
9794 .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,
9795 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9796 .bottom .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
9797 headerbar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:active,
9798 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:active,
9799 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active,
9800 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
9801 .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,
9802 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button: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),
9803 .bottom .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
9804 headerbar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:checked,
9805 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
9806 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked,
9807 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
9808 .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,
9809 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
9810 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
9811 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
9812 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9813 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9814 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9815 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
9816 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
9817 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
9818 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
9819 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
9820 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
9821 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
9822 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9823 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
9824 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
9825 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
9826 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
9827 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
9828 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
9829 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
9830 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
9831 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
9832 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
9833 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:active,
9834 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
9835 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
9836 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9837 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9838 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9839 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
9840 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
9841 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
9842 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
9843 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
9844 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
9845 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
9846 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9847 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
9848 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
9849 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
9850 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
9851 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
9852 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
9853 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
9854 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
9855 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
9856 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
9857 .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
9858 .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
9859 .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
9860 .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9861 .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9862 .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9863 headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
9864 .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
9865 .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
9866 .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
9867 .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
9868 placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
9869 .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
9870 .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
9871 .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
9872 .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
9873 .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
9874 #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
9875 .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
9876 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
9877 .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
9878 layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
9879 .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
9880 layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
9881 .bottom .budgie-panel .pinned button.flat.launcher.running:hover,
9882 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
9883 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
9884 .bottom .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9885 .titlebar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9886 .bottom .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9887 headerbar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
9888 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:hover,
9889 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
9890 .bottom .budgie-panel .pinned menu > arrow.launcher.running:hover,
9891 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
9892 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:hover,
9893 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
9894 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9895 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
9896 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
9897 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
9898 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:hover,
9899 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
9900 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:hover,
9901 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:hover,
9902 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:hover,
9903 .bottom .budgie-panel .pinned layouttab button.launcher.running:hover,
9904 layouttab .bottom .budgie-panel .pinned button.launcher.running:hover,
9905 .bottom .budgie-panel .pinned button.flat.launcher.running:active,
9906 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:active,
9907 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
9908 .bottom .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9909 .titlebar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9910 .bottom .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9911 headerbar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
9912 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:active,
9913 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
9914 .bottom .budgie-panel .pinned menu > arrow.launcher.running:active,
9915 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
9916 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:active,
9917 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
9918 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
9919 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
9920 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
9921 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
9922 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:active,
9923 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
9924 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:active,
9925 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:active,
9926 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:active,
9927 .bottom .budgie-panel .pinned layouttab button.launcher.running:active,
9928 layouttab .bottom .budgie-panel .pinned button.launcher.running:active,
9929 .bottom .budgie-panel .pinned button.flat.launcher.running:checked,
9930 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
9931 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
9932 .bottom .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9933 .titlebar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9934 .bottom .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9935 headerbar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
9936 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:checked,
9937 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
9938 .bottom .budgie-panel .pinned menu > arrow.launcher.running:checked,
9939 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
9940 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:checked,
9941 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
9942 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
9943 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
9944 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
9945 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
9946 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:checked,
9947 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
9948 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:checked,
9949 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:checked,
9950 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:checked,
9951 .bottom .budgie-panel .pinned layouttab button.launcher.running:checked,
9952 layouttab .bottom .budgie-panel .pinned button.launcher.running:checked,
9953 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
9954 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
9955 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
9956 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9957 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9958 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9959 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
9960 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
9961 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
9962 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
9963 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
9964 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
9965 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
9966 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9967 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
9968 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
9969 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
9970 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
9971 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
9972 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
9973 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
9974 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
9975 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
9976 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
9977 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
9978 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
9979 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
9980 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9981 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9982 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9983 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
9984 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
9985 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
9986 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
9987 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
9988 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
9989 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
9990 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
9991 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
9992 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
9993 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
9994 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
9995 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
9996 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
9997 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
9998 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
9999 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10000 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10001 .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10002 .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10003 .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
10004 .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10005 .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10006 .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10007 headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10008 .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10009 .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10010 .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10011 .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10012 placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10013 .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10014 .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10015 .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10016 .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10017 .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10018 #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10019 .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10020 window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10021 .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10022 layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10023 .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10024 layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked {
10025 border-bottom: 2px solid #C5A68E;
10026 border-image: none; }
10027
10028.left .budgie-panel .unpinned button.flat.launcher, .left .budgie-panel .unpinned button.launcher.osd.image-button,
10029.left .budgie-panel .unpinned .launcher.button.osd.image-button, .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),
10030.left .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10031headerbar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher,
10032.left .budgie-panel .unpinned .context-menu > arrow.launcher,
10033.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton,
10034.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10035.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,
10036.left .budgie-panel .unpinned button.flat.launcher:backdrop,
10037.left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10038.left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
10039.left .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10040.titlebar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10041.left .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10042headerbar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10043.left .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10044.left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10045.left .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10046.left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10047placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop,
10048.left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10049.csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10050.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10051.csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10052.left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10053#gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop,
10054.left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10055window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop,
10056.left .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10057layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop,
10058.left .budgie-panel .unpinned layouttab button.launcher:backdrop,
10059layouttab .left .budgie-panel .unpinned button.launcher:backdrop,
10060.left .budgie-panel .pinned button.flat.launcher.running,
10061.left .budgie-panel .pinned button.launcher.running.osd.image-button,
10062.left .budgie-panel .pinned .launcher.running.button.osd.image-button,
10063.left .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10064.titlebar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10065.left .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10066headerbar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10067.left .budgie-panel .pinned .menu > arrow.launcher.running,
10068.left .budgie-panel .pinned .context-menu > arrow.launcher.running,
10069.left .budgie-panel .pinned menu > arrow.launcher.running,
10070.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10071placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button,
10072.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10073.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10074.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10075.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10076.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10077#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running,
10078.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10079window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running,
10080.left .budgie-panel .pinned layouttabbar button.launcher.running,
10081layouttabbar .left .budgie-panel .pinned button.launcher.running,
10082.left .budgie-panel .pinned layouttab button.launcher.running,
10083layouttab .left .budgie-panel .pinned button.launcher.running,
10084.left .budgie-panel .pinned button.flat.launcher.running:backdrop,
10085.left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10086.left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
10087.left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10088.titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10089.left .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10090headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10091.left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10092.left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10093.left .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10094.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10095placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10096.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10097.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10098.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10099.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10100.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10101#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop,
10102.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10103window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop,
10104.left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10105layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10106.left .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10107layouttab .left .budgie-panel .pinned button.launcher.running:backdrop {
10108 border: 2px solid transparent;
10109 border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
10110 .left .budgie-panel .unpinned button.flat.launcher:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:hover,
10111 .left .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10112 .left .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10113 headerbar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:hover,
10114 .left .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10115 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:hover,
10116 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10117 .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,
10118 .left .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10119 .left .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10120 headerbar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:active,
10121 .left .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10122 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:active,
10123 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10124 .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,
10125 .left .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10126 .left .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10127 headerbar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:checked,
10128 .left .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10129 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:checked,
10130 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10131 .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,
10132 .left .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10133 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10134 .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
10135 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10136 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10137 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10138 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10139 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10140 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10141 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10142 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10143 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10144 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10145 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10146 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10147 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10148 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10149 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10150 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10151 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10152 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10153 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10154 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10155 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10156 .left .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10157 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10158 .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
10159 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10160 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10161 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10162 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10163 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10164 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10165 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10166 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10167 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10168 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10169 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10170 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10171 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10172 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10173 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:active,
10174 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10175 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:active,
10176 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10177 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10178 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10179 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:active,
10180 .left .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10181 .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10182 .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
10183 .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10184 .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10185 .left .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10186 headerbar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10187 .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10188 .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10189 .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10190 .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10191 placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10192 .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10193 .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10194 .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10195 .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10196 .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10197 #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10198 .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10199 window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10200 .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10201 layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10202 .left .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10203 layouttab .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10204 .left .budgie-panel .pinned button.flat.launcher.running:hover,
10205 .left .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10206 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
10207 .left .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10208 .titlebar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10209 .left .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10210 headerbar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10211 .left .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10212 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10213 .left .budgie-panel .pinned menu > arrow.launcher.running:hover,
10214 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10215 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:hover,
10216 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10217 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10218 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10219 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10220 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10221 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:hover,
10222 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10223 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:hover,
10224 .left .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10225 layouttabbar .left .budgie-panel .pinned button.launcher.running:hover,
10226 .left .budgie-panel .pinned layouttab button.launcher.running:hover,
10227 layouttab .left .budgie-panel .pinned button.launcher.running:hover,
10228 .left .budgie-panel .pinned button.flat.launcher.running:active,
10229 .left .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10230 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
10231 .left .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10232 .titlebar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10233 .left .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10234 headerbar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10235 .left .budgie-panel .pinned .menu > arrow.launcher.running:active,
10236 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10237 .left .budgie-panel .pinned menu > arrow.launcher.running:active,
10238 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10239 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:active,
10240 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10241 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10242 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10243 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10244 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10245 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:active,
10246 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10247 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:active,
10248 .left .budgie-panel .pinned layouttabbar button.launcher.running:active,
10249 layouttabbar .left .budgie-panel .pinned button.launcher.running:active,
10250 .left .budgie-panel .pinned layouttab button.launcher.running:active,
10251 layouttab .left .budgie-panel .pinned button.launcher.running:active,
10252 .left .budgie-panel .pinned button.flat.launcher.running:checked,
10253 .left .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10254 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
10255 .left .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10256 .titlebar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10257 .left .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10258 headerbar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10259 .left .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10260 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10261 .left .budgie-panel .pinned menu > arrow.launcher.running:checked,
10262 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10263 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:checked,
10264 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10265 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10266 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10267 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10268 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10269 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:checked,
10270 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10271 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:checked,
10272 .left .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10273 layouttabbar .left .budgie-panel .pinned button.launcher.running:checked,
10274 .left .budgie-panel .pinned layouttab button.launcher.running:checked,
10275 layouttab .left .budgie-panel .pinned button.launcher.running:checked,
10276 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10277 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10278 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
10279 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10280 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10281 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10282 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10283 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10284 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10285 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10286 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10287 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10288 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10289 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10290 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10291 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10292 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10293 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10294 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10295 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10296 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10297 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10298 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10299 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10300 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10301 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10302 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
10303 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10304 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10305 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10306 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10307 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10308 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10309 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10310 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10311 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10312 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10313 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10314 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10315 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10316 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10317 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10318 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10319 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10320 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10321 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10322 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10323 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10324 .left .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10325 .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10326 .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
10327 .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10328 .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10329 .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10330 headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10331 .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10332 .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10333 .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10334 .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10335 placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10336 .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10337 .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10338 .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10339 .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10340 .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10341 #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10342 .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10343 window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10344 .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10345 layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10346 .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10347 layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:checked {
10348 border-left: 2px solid #C5A68E;
10349 border-image: none; }
10350
10351.right .budgie-panel .unpinned button.flat.launcher, .right .budgie-panel .unpinned button.launcher.osd.image-button,
10352.right .budgie-panel .unpinned .launcher.button.osd.image-button, .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),
10353.right .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10354headerbar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher,
10355.right .budgie-panel .unpinned .context-menu > arrow.launcher,
10356.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 .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton,
10357.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10358.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,
10359.right .budgie-panel .unpinned button.flat.launcher:backdrop,
10360.right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10361.right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
10362.right .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10363.titlebar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10364.right .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10365headerbar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10366.right .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10367.right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10368.right .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10369.right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10370placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop,
10371.right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10372.csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10373.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10374.csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10375.right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10376#gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop,
10377.right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10378window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop,
10379.right .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10380layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop,
10381.right .budgie-panel .unpinned layouttab button.launcher:backdrop,
10382layouttab .right .budgie-panel .unpinned button.launcher:backdrop,
10383.right .budgie-panel .pinned button.flat.launcher.running,
10384.right .budgie-panel .pinned button.launcher.running.osd.image-button,
10385.right .budgie-panel .pinned .launcher.running.button.osd.image-button,
10386.right .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10387.titlebar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10388.right .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10389headerbar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10390.right .budgie-panel .pinned .menu > arrow.launcher.running,
10391.right .budgie-panel .pinned .context-menu > arrow.launcher.running,
10392.right .budgie-panel .pinned menu > arrow.launcher.running,
10393.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10394placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button,
10395.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10396.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton,
10397.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10398.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton,
10399.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10400#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running,
10401.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10402window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running,
10403.right .budgie-panel .pinned layouttabbar button.launcher.running,
10404layouttabbar .right .budgie-panel .pinned button.launcher.running,
10405.right .budgie-panel .pinned layouttab button.launcher.running,
10406layouttab .right .budgie-panel .pinned button.launcher.running,
10407.right .budgie-panel .pinned button.flat.launcher.running:backdrop,
10408.right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10409.right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
10410.right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10411.titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10412.right .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10413headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10414.right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10415.right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10416.right .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10417.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10418placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10419.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10420.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10421.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10422.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10423.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10424#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop,
10425.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10426window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop,
10427.right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10428layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop,
10429.right .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10430layouttab .right .budgie-panel .pinned button.launcher.running:backdrop {
10431 border: 2px solid transparent;
10432 border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
10433 .right .budgie-panel .unpinned button.flat.launcher:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:hover,
10434 .right .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10435 .right .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10436 headerbar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:hover,
10437 .right .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10438 .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 .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:hover,
10439 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10440 .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,
10441 .right .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10442 .right .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10443 headerbar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:active,
10444 .right .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10445 .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 .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:active,
10446 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10447 .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,
10448 .right .budgie-panel .unpinned .launcher.button.osd.image-button: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),
10449 .right .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10450 headerbar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:checked,
10451 .right .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10452 .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 .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:checked,
10453 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10454 .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,
10455 .right .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10456 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10457 .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
10458 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10459 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10460 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10461 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10462 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10463 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10464 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10465 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10466 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10467 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10468 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10469 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10470 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10471 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10472 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10473 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10474 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10475 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10476 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10477 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10478 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10479 .right .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10480 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10481 .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
10482 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10483 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10484 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10485 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10486 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10487 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10488 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10489 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10490 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10491 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10492 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10493 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10494 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10495 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10496 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:active,
10497 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10498 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:active,
10499 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10500 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
10501 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10502 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:active,
10503 .right .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10504 .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10505 .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
10506 .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10507 .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10508 .right .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10509 headerbar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10510 .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10511 .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10512 .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10513 .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10514 placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10515 .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10516 .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10517 .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10518 .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10519 .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10520 #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10521 .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10522 window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10523 .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10524 layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10525 .right .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10526 layouttab .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10527 .right .budgie-panel .pinned button.flat.launcher.running:hover,
10528 .right .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10529 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
10530 .right .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10531 .titlebar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10532 .right .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10533 headerbar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10534 .right .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10535 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10536 .right .budgie-panel .pinned menu > arrow.launcher.running:hover,
10537 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10538 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:hover,
10539 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10540 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10541 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10542 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10543 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10544 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:hover,
10545 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10546 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:hover,
10547 .right .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10548 layouttabbar .right .budgie-panel .pinned button.launcher.running:hover,
10549 .right .budgie-panel .pinned layouttab button.launcher.running:hover,
10550 layouttab .right .budgie-panel .pinned button.launcher.running:hover,
10551 .right .budgie-panel .pinned button.flat.launcher.running:active,
10552 .right .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10553 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
10554 .right .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10555 .titlebar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10556 .right .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10557 headerbar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10558 .right .budgie-panel .pinned .menu > arrow.launcher.running:active,
10559 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10560 .right .budgie-panel .pinned menu > arrow.launcher.running:active,
10561 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10562 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:active,
10563 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10564 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
10565 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10566 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
10567 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10568 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:active,
10569 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10570 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:active,
10571 .right .budgie-panel .pinned layouttabbar button.launcher.running:active,
10572 layouttabbar .right .budgie-panel .pinned button.launcher.running:active,
10573 .right .budgie-panel .pinned layouttab button.launcher.running:active,
10574 layouttab .right .budgie-panel .pinned button.launcher.running:active,
10575 .right .budgie-panel .pinned button.flat.launcher.running:checked,
10576 .right .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10577 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
10578 .right .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10579 .titlebar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10580 .right .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10581 headerbar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10582 .right .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10583 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10584 .right .budgie-panel .pinned menu > arrow.launcher.running:checked,
10585 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10586 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:checked,
10587 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10588 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10589 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10590 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10591 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10592 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:checked,
10593 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10594 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:checked,
10595 .right .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10596 layouttabbar .right .budgie-panel .pinned button.launcher.running:checked,
10597 .right .budgie-panel .pinned layouttab button.launcher.running:checked,
10598 layouttab .right .budgie-panel .pinned button.launcher.running:checked,
10599 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10600 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10601 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
10602 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10603 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10604 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10605 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10606 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10607 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10608 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10609 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10610 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10611 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10612 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10613 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10614 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10615 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10616 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10617 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10618 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10619 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10620 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10621 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10622 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10623 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10624 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10625 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
10626 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10627 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10628 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10629 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10630 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10631 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10632 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10633 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10634 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10635 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10636 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10637 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10638 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10639 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10640 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10641 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10642 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10643 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10644 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10645 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10646 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10647 .right .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10648 .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10649 .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
10650 .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10651 .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10652 .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10653 headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10654 .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10655 .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10656 .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10657 .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10658 placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10659 .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10660 .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10661 .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10662 .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10663 .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10664 #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10665 .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10666 window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10667 .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10668 layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10669 .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10670 layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:checked {
10671 border-right: 2px solid #C5A68E;
10672 border-image: none; }
10673
10674.budgie-menu {
10675 border-radius: 2px;
10676 background-color: #42565f; }
10677 .budgie-menu scrolledwindow, .budgie-menu placessidebar,
10678 .budgie-menu list,
10679 .budgie-menu row,
10680 .budgie-menu scrollbar {
10681 min-width: 0;
10682 min-height: 0;
10683 border: none;
10684 background: none;
10685 box-shadow: none; }
10686 .budgie-menu row, .budgie-menu row.activatable, .budgie-menu .view, .budgie-menu iconview,
10687 .budgie-menu .view text,
10688 .view .budgie-menu text,
10689 .budgie-menu iconview text,
10690 iconview .budgie-menu text,
10691 .budgie-menu textview text,
10692 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 {
10693 background-image: none;
10694 background-color: #42565f;
10695 color: rgba(236, 239, 241, 0.75);
10696 transition: none; }
10697 .budgie-menu row image, .budgie-menu row.activatable image, .budgie-menu .view image, .budgie-menu iconview image,
10698 .budgie-menu .view text image,
10699 .view .budgie-menu text image,
10700 .budgie-menu iconview text image,
10701 iconview .budgie-menu text image,
10702 .budgie-menu textview text image,
10703 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 {
10704 padding: 0.3985rem 0 0.50376rem; }
10705 .budgie-menu row:hover, .budgie-menu row.activatable:hover, .budgie-menu .view:hover, .budgie-menu iconview:hover,
10706 .budgie-menu .view text:hover,
10707 .view .budgie-menu text:hover,
10708 .budgie-menu iconview text:hover,
10709 iconview .budgie-menu text:hover,
10710 .budgie-menu textview text:hover,
10711 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 {
10712 background-image: none;
10713 background-color: #42565f;
10714 color: #ECEFF1;
10715 transition: none; }
10716 .budgie-menu scrolledwindow undershoot.top, .budgie-menu placessidebar undershoot.top {
10717 background-color: transparent;
10718 background-image: linear-gradient(to top, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
10719 padding-top: 0;
10720 background-size: 16px 32px;
10721 background-repeat: repeat-x;
10722 background-origin: content-box;
10723 background-position: center top; }
10724 .budgie-menu scrolledwindow undershoot.bottom, .budgie-menu placessidebar undershoot.bottom {
10725 background-color: transparent;
10726 background-image: linear-gradient(to bottom, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
10727 padding-bottom: 0;
10728 background-size: 16px 32px;
10729 background-repeat: repeat-x;
10730 background-origin: content-box;
10731 background-position: center bottom; }
10732 .budgie-menu scrolledwindow undershoot.left, .budgie-menu placessidebar undershoot.left {
10733 background-color: transparent;
10734 background-image: linear-gradient(to left, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
10735 padding-left: 0;
10736 background-size: 32px 16px;
10737 background-repeat: repeat-y;
10738 background-origin: content-box;
10739 background-position: left center; }
10740 .budgie-menu scrolledwindow undershoot.right, .budgie-menu placessidebar undershoot.right {
10741 background-color: transparent;
10742 background-image: linear-gradient(to right, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
10743 padding-right: 0;
10744 background-size: 32px 16px;
10745 background-repeat: repeat-y;
10746 background-origin: content-box;
10747 background-position: right center; }
10748
10749.raven-frame {
10750 border: none; }
10751
10752.raven {
10753 margin: -1px;
10754 padding: 0;
10755 border: none;
10756 color: rgba(236, 239, 241, 0.75);
10757 background-color: rgba(42, 55, 62, 0.9); }
10758 .raven:dir(ltr) {
10759 box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
10760 .raven:dir(rtl) {
10761 box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
10762 .raven .raven-header {
10763 border: none;
10764 color: rgba(236, 239, 241, 0.5);
10765 background-color: transparent;
10766 font-weight: 700; }
10767 .raven .raven-background {
10768 border-width: 1px 0 0;
10769 border-style: solid none none;
10770 border-color: rgba(0, 0, 0, 0.11);
10771 background-color: transparent;
10772 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
10773 .raven .powerstrip {
10774 border-top: 1px solid rgba(0, 0, 0, 0.11);
10775 background-color: #322F22;
10776 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
10777 .raven .powerstrip button {
10778 padding: 1rem;
10779 color: #C5A68E); }
10780 .raven .powerstrip button:hover, .raven .powerstrip button:active, .raven .powerstrip button:checked {
10781 color: #C5A68E; }
10782 .raven .powerstrip button:disabled {
10783 color: rgba(77, 182, 172, 0.4); }
10784 .raven .option-subtitle {
10785 color: rgba(236, 239, 241, 0.225);
10786 font-size: 90%; }
10787 .raven scrolledwindow, .raven placessidebar {
10788 background: transparent; }
10789 .raven list,
10790 .raven row,
10791 .raven row.activatable,
10792 .raven .view,
10793 .raven iconview,
10794 .raven .view text,
10795 .view .raven text,
10796 .raven iconview text,
10797 iconview .raven text,
10798 .raven textview text,
10799 textview .raven text,
10800 .raven treeview.view header button,
10801 treeview.view header .raven button,
10802 .raven .tweak-category header button,
10803 .tweak-category header .raven button {
10804 background-color: transparent; }
10805 .raven list:not(.list):hover,
10806 .raven row:not(.list):hover,
10807 .raven row.activatable:not(.list):hover,
10808 .raven .view:not(.list):hover,
10809 .raven iconview:not(.list):hover,
10810 .raven .view text:not(.list):hover,
10811 .view .raven text:not(.list):hover,
10812 .raven iconview text:not(.list):hover,
10813 iconview .raven text:not(.list):hover,
10814 .raven textview text:not(.list):hover,
10815 textview .raven text:not(.list):hover,
10816 .raven treeview.view header button:not(.list):hover,
10817 treeview.view header .raven button:not(.list):hover,
10818 .raven .tweak-category header button:not(.list):hover,
10819 .tweak-category header .raven button:not(.list):hover {
10820 color: #ECEFF1; }
10821 .raven list:not(.list):selected, .raven list:not(.list):selected label,
10822 .raven row:not(.list):selected,
10823 .raven row:not(.list):selected label,
10824 .raven row.activatable:not(.list):selected,
10825 .raven .view:not(.list):selected,
10826 .raven iconview:not(.list):selected,
10827 .raven .view text:not(.list):selected,
10828 .view .raven text:not(.list):selected,
10829 .raven iconview text:not(.list):selected,
10830 iconview .raven text:not(.list):selected,
10831 .raven textview text:not(.list):selected,
10832 textview .raven text:not(.list):selected,
10833 .raven treeview.view header button:not(.list):selected,
10834 treeview.view header .raven button:not(.list):selected,
10835 .raven .tweak-category header button:not(.list):selected,
10836 .tweak-category header .raven button:not(.list):selected,
10837 .raven row.activatable:not(.list):selected label,
10838 .raven .view:not(.list):selected label,
10839 .raven iconview:not(.list):selected label,
10840 .raven .view text:not(.list):selected label,
10841 .view .raven text:not(.list):selected label,
10842 .raven iconview text:not(.list):selected label,
10843 iconview .raven text:not(.list):selected label,
10844 .raven textview text:not(.list):selected label,
10845 textview .raven text:not(.list):selected label,
10846 .raven treeview.view header button:not(.list):selected label,
10847 treeview.view header .raven button:not(.list):selected label,
10848 .raven .tweak-category header button:not(.list):selected label,
10849 .tweak-category header .raven button:not(.list):selected label {
10850 color: #C5A68E; }
10851 .raven list:not(.list):selected:hover,
10852 .raven row:not(.list):selected:hover,
10853 .raven row.activatable:not(.list):selected:hover,
10854 .raven .view:not(.list):selected:hover,
10855 .raven iconview:not(.list):selected:hover,
10856 .raven .view text:not(.list):selected:hover,
10857 .view .raven text:not(.list):selected:hover,
10858 .raven iconview text:not(.list):selected:hover,
10859 iconview .raven text:not(.list):selected:hover,
10860 .raven textview text:not(.list):selected:hover,
10861 textview .raven text:not(.list):selected:hover,
10862 .raven treeview.view header button:not(.list):selected:hover,
10863 treeview.view header .raven button:not(.list):selected:hover,
10864 .raven .tweak-category header button:not(.list):selected:hover,
10865 .tweak-category header .raven button:not(.list):selected:hover {
10866 background-color: rgba(0, 188, 212, 0.1); }
10867 .raven list separator,
10868 .raven row separator,
10869 .raven row.activatable separator,
10870 .raven .view separator,
10871 .raven iconview separator,
10872 .raven .view text separator,
10873 .view .raven text separator,
10874 .raven iconview text separator,
10875 iconview .raven text separator,
10876 .raven textview text separator,
10877 textview .raven text separator,
10878 .raven treeview.view header button separator,
10879 treeview.view header .raven button separator,
10880 .raven .tweak-category header button separator,
10881 .tweak-category header .raven button separator {
10882 min-height: 1px;
10883 min-width: 1px;
10884 margin-bottom: 0.50376rem;
10885 border: none;
10886 color: transparent;
10887 background-color: transparent;
10888 background-image: none;
10889 box-shadow: inset 0 -1px rgba(236, 239, 241, 0.165); }
10890 .raven button.image-button {
10891 box-shadow: none;
10892 background-color: transparent;
10893 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)); }
10894 .raven button.image-button:hover {
10895 box-shadow: none;
10896 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));
10897 -gtk-icon-effect: highlight; }
10898 .raven button.image-button:active {
10899 box-shadow: none;
10900 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
10901 .raven button.image-button:disabled {
10902 box-shadow: none;
10903 background-color: transparent; }
10904 .raven button.image-button:checked {
10905 background-color: alpha(currentColor, 0.2);
10906 color: #ECEFF1; }
10907 .raven button.image-button:checked:disabled > label {
10908 color: inherit; }
10909 .raven .raven-header > .linked {
10910 margin: 0 0.80451rem; }
10911 .raven .raven-header > button.text-button {
10912 min-height: 1rem;
10913 min-width: 1rem;
10914 padding: 0.69925rem 0.80451rem 0.80451rem;
10915 color: rgba(255, 255, 255, 0.85);
10916 background-color: #009688; }
10917 .raven .raven-header > button.text-button:hover {
10918 color: #FFFFFF; }
10919 .raven .raven-header > button.text-button:active {
10920 color: #FFFFFF;
10921 background-color: #C5A68E; }
10922 .raven .raven-header > button.text-button:checked {
10923 color: rgba(255, 255, 255, 0.85);
10924 background-color: #33aba0; }
10925 .raven .raven-header > button.text-button:disabled {
10926 box-shadow: none;
10927 background-color: transparent; }
10928 .raven .raven-header button.flat.expander-button, .raven .raven-header button.expander-button.osd.image-button,
10929 .raven .raven-header .expander-button.button.osd.image-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),
10930 .raven .raven-header headerbar button.expander-button:not(.suggested-action):not(.destructive-action),
10931 headerbar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button,
10932 .raven .raven-header .context-menu > arrow.expander-button,
10933 .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 .csd headerbar button.expander-button.titlebutton, .csd headerbar .raven .raven-header button.expander-button.titlebutton,
10934 .raven .raven-header .csd .titlebar button.expander-button.titlebutton,
10935 .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 {
10936 min-width: 1rem;
10937 min-height: 1rem;
10938 padding: 0.80451rem;
10939 border-radius: 100px;
10940 -gtk-outline-radius: 100px;
10941 color: rgba(236, 239, 241, 0.5); }
10942 .raven .raven-header button.flat.expander-button:hover, .raven .raven-header button.expander-button.osd.image-button:hover,
10943 .raven .raven-header .expander-button.button.osd.image-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),
10944 .raven .raven-header headerbar button.expander-button:hover:not(.suggested-action):not(.destructive-action),
10945 headerbar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:hover,
10946 .raven .raven-header .context-menu > arrow.expander-button:hover,
10947 .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 .csd headerbar button.expander-button.titlebutton:hover, .csd headerbar .raven .raven-header button.expander-button.titlebutton:hover,
10948 .raven .raven-header .csd .titlebar button.expander-button.titlebutton:hover,
10949 .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,
10950 .raven .raven-header .expander-button.button.osd.image-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),
10951 .raven .raven-header headerbar button.expander-button:active:not(.suggested-action):not(.destructive-action),
10952 headerbar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:active,
10953 .raven .raven-header .context-menu > arrow.expander-button:active,
10954 .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 .csd headerbar button.expander-button.titlebutton:active, .csd headerbar .raven .raven-header button.expander-button.titlebutton:active,
10955 .raven .raven-header .csd .titlebar button.expander-button.titlebutton:active,
10956 .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 {
10957 color: #ECEFF1; }
10958 .raven calendar {
10959 border: none;
10960 background-color: transparent; }
10961 .raven undershoot.top, .raven undershoot.bottom, .raven undershoot.left, .raven undershoot.right {
10962 background-image: none; }
10963
10964.raven-mpris {
10965 border: none;
10966 color: #ECEFF1;
10967 background-color: rgba(42, 55, 62, 0.9); }
10968 .raven-mpris button.image-button {
10969 padding: 0.6015rem; }
10970
10971.budgie-notification-window {
10972 border-radius: 2px;
10973 background: none; }
10974
10975.budgie-notification.background {
10976 border-radius: 2px; }
10977.budgie-notification .notification-title {
10978 color: rgba(236, 239, 241, 0.75);
10979 font-size: 110%;
10980 font-weight: 500; }
10981.budgie-notification .notification-body {
10982 color: #ECEFF1; }
10983
10984.background.csd.budgie-run-dialog {
10985 border: 1px solid rgba(0, 0, 0, 0.11);
10986 border-top-color: rgba(255, 255, 255, 0.07);
10987 background-color: transparent; }
10988 .background.csd.budgie-run-dialog decoration {
10989 border-radius: 2px;
10990 background-color: rgba(42, 55, 62, 0.9); }
10991 .background.csd.budgie-run-dialog decoration headerbar {
10992 border-radius: 2px; }
10993 .background.csd.budgie-run-dialog scrolledwindow, .background.csd.budgie-run-dialog placessidebar {
10994 border-image: none; }
10995 .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 {
10996 background-image: none; }
10997 .background.csd.budgie-run-dialog box > box > separator {
10998 border: 0 none transparent;
10999 color: transparent;
11000 background-color: transparent; }
11001 .background.csd.budgie-run-dialog button.image-button {
11002 color: #C5A68E); }
11003 .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 {
11004 color: #C5A68E; }
11005 .background.csd.budgie-run-dialog button.image-button:disabled {
11006 color: rgba(77, 182, 172, 0.4); }
11007
11008.budgie-session-dialog,
11009.budgie-polkit-dialog {
11010 border-radius: 2px;
11011 border-width: 0;
11012 background-color: #3e515a;
11013 color: #ECEFF1;
11014 font-weight: 700;
11015 opacity: 0.9; }
11016 .budgie-session-dialog decoration,
11017 .budgie-polkit-dialog decoration {
11018 border-radius: 2px;
11019 box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
11020 .budgie-session-dialog decoration:backdrop,
11021 .budgie-polkit-dialog decoration:backdrop {
11022 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);
11023 transition: none; }
11024 .budgie-session-dialog button,
11025 .budgie-session-dialog .linked > button,
11026 .budgie-polkit-dialog button,
11027 .budgie-polkit-dialog .linked > button {
11028 box-shadow: none;
11029 background-color: transparent;
11030 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));
11031 padding: 0.69925rem 1rem 0.80451rem;
11032 border: 2px solid transparent;
11033 border-radius: 0;
11034 color: #C5A68E);
11035 background-color: transparent;
11036 background-size: 9.96241rem 9.96241rem, auto; }
11037 .budgie-session-dialog button:hover,
11038 .budgie-session-dialog .linked > button:hover,
11039 .budgie-polkit-dialog button:hover,
11040 .budgie-polkit-dialog .linked > button:hover {
11041 box-shadow: none;
11042 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));
11043 color: #C5A68E; }
11044 .budgie-session-dialog button:active,
11045 .budgie-session-dialog .linked > button:active,
11046 .budgie-polkit-dialog button:active,
11047 .budgie-polkit-dialog .linked > button:active {
11048 box-shadow: none;
11049 animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
11050 color: #C5A68E; }
11051 .budgie-session-dialog button:checked,
11052 .budgie-session-dialog .linked > button:checked,
11053 .budgie-polkit-dialog button:checked,
11054 .budgie-polkit-dialog .linked > button:checked {
11055 background-color: alpha(currentColor, 0.2);
11056 color: #ECEFF1;
11057 color: #C5A68E); }
11058 .budgie-session-dialog button:disabled,
11059 .budgie-session-dialog .linked > button:disabled,
11060 .budgie-polkit-dialog button:disabled,
11061 .budgie-polkit-dialog .linked > button:disabled {
11062 box-shadow: none;
11063 background-color: transparent; }
11064 .budgie-session-dialog button:first-child,
11065 .budgie-session-dialog .linked > button:first-child,
11066 .budgie-polkit-dialog button:first-child,
11067 .budgie-polkit-dialog .linked > button:first-child {
11068 border-radius: 0 0 0 2px;
11069 border-right-width: 0; }
11070 .budgie-session-dialog button:last-child,
11071 .budgie-session-dialog .linked > button:last-child,
11072 .budgie-polkit-dialog button:last-child,
11073 .budgie-polkit-dialog .linked > button:last-child {
11074 border-radius: 0 0 2px 0;
11075 border-left-width: 0; }
11076 .budgie-session-dialog:not(.budgie-session-dialog) .message,
11077 .budgie-polkit-dialog:not(.budgie-session-dialog) .message {
11078 color: rgba(236, 239, 241, 0.75); }
11079 .budgie-session-dialog:not(.budgie-session-dialog) .failure,
11080 .budgie-polkit-dialog:not(.budgie-session-dialog) .failure {
11081 color: #C5A68E;
11082 font-weight: 700; }
11083
11084.drop-shadow {
11085 background-color: #13191C;
11086 background-image: none;
11087 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
11088
11089/*****************
11090 * Unity Desktop *
11091 *****************/
11092UnityDecoration {
11093 -UnityDecoration-extents: 28px 0 0 0;
11094 -UnityDecoration-input-extents: 8px;
11095 -UnityDecoration-shadow-offset-x: 0px;
11096 -UnityDecoration-shadow-offset-y: 8px;
11097 -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
11098 -UnityDecoration-active-shadow-radius: 12px;
11099 -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
11100 -UnityDecoration-inactive-shadow-radius: 6px;
11101 -UnityDecoration-glow-size: 10px;
11102 -UnityDecoration-glow-color: #C5A68E;
11103 -UnityDecoration-title-indent: 16px;
11104 -UnityDecoration-title-fade: 32px;
11105 -UnityDecoration-title-alignment: 0.0; }
11106 UnityDecoration.top {
11107 border-width: 1px 0 0;
11108 border-style: solid none none;
11109 border-color: rgba(0, 0, 0, 0.11);
11110 border-radius: 2px 2px 0 0;
11111 padding: 1px 6px 0 6px;
11112 background-image: linear-gradient(to bottom, #322F22);
11113 color: #ECEFF1;
11114 box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
11115 UnityDecoration.top:backdrop {
11116 color: rgba(236, 239, 241, 0.3); }
11117 UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
11118 background-image: none; }
11119
11120UnityPanelWidget, UnityPanelWidget:backdrop,
11121.unity-panel,
11122.unity-panel:backdrop {
11123 border-bottom: 1px solid #13191c;
11124 color: #ECEFF1;
11125 background-image: linear-gradient(to bottom, #13191c);
11126 box-shadow: none; }
11127
11128.unity-panel.menubar,
11129.unity-panel .menubar {
11130 background-color: transparent;
11131 background-image: none;
11132 box-shadow: none; }
11133 .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
11134 .unity-panel .menubar.menuitem,
11135 .unity-panel .menubar .menuitem * {
11136 padding: 0 6px;
11137 border-radius: 0;
11138 border-bottom: none;
11139 color: #ECEFF1;
11140 background-color: transparent; }
11141 .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
11142 .unity-panel .menubar.menuitem:hover,
11143 .unity-panel .menubar .menuitem *:hover {
11144 color: #FFFFFF;
11145 box-shadow: inset 0 -2px #C5A68E; }
11146
11147/************
11148 * Corebird *
11149 ************/
11150stack button.profile-button:checked {
11151 color: #ECEFF1; }
11152
11153headerbar.titlebar box button.toggle.account-button {
11154 min-width: 1rem;
11155 min-height: 1rem;
11156 padding: 0.50376rem 0.75188rem 0.50376rem;
11157 border-radius: 2px;
11158 -gtk-outline-radius: 2px; }
11159 headerbar.titlebar box button.toggle.account-button .avatar-round {
11160 border-color: transparent; }
11161headerbar.titlebar box button.image-button.toggle {
11162 min-width: 1rem;
11163 min-height: 1rem;
11164 padding: 0.50376rem 0.75188rem 0.50376rem; }
11165
11166/********
11167 * Nemo *
11168 ********/
11169window EelEditableLabel {
11170 transition: none; }
11171window grid > box > box > toolbar.primary-toolbar {
11172 border-bottom: 1px solid rgba(0, 0, 0, 0.11);
11173 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), inset 0 4px 3px -4px rgba(0, 0, 0, 0.22), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); }
11174window grid > paned > box > paned > box > notebook, window grid > paned > box > paned > box > notebook > stack:not(:only-child) {
11175 background-color: #455A64; }
11176window grid.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, window grid.vertical > paned.horizontal > box.vertical > placessidebar.frame {
11177 border-width: 0; }
11178window grid.vertical > widget > box {
11179 padding: 0.20301rem; }
11180window grid.vertical > widget > box > button.image-button {
11181 box-shadow: none;
11182 background-color: transparent;
11183 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));
11184 min-width: 1rem;
11185 min-height: 2.20301rem;
11186 border-radius: 2px;
11187 -gtk-outline-radius: 2px;
11188 padding: 0 0.75188rem 0;
11189 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;
11190 color: rgba(236, 239, 241, 0.75);
11191 box-shadow: none; }
11192 window grid.vertical > widget > box > button.image-button:hover {
11193 box-shadow: none;
11194 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));
11195 border-image: none;
11196 color: #ECEFF1;
11197 box-shadow: none; }
11198 window grid.vertical > widget > box > button.image-button:checked {
11199 background-color: alpha(currentColor, 0.2);
11200 color: #ECEFF1;
11201 border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
11202 background-color: transparent;
11203 color: #ECEFF1;
11204 box-shadow: none; }
11205 window grid.vertical > widget > box > button.image-button:checked:disabled {
11206 border-image: none;
11207 background-color: transparent;
11208 color: rgba(236, 239, 241, 0.3);
11209 box-shadow: none; }
11210 window grid.vertical > widget > box > button.image-button:checked:disabled > label {
11211 color: inherit; }
11212 window grid.vertical > widget > box > button.image-button:checked:disabled > label {
11213 color: inherit; }
11214 window grid.vertical > widget > box > button.image-button:disabled {
11215 box-shadow: none;
11216 background-color: transparent;
11217 border-image: none;
11218 background-color: transparent;
11219 color: rgba(236, 239, 241, 0.225);
11220 box-shadow: none; }
11221window grid.vertical > widget box > separator.vertical {
11222 min-width: 0;
11223 color: transparent;
11224 background-color: transparent; }
11225
11226/************
11227 * Lollypop *
11228 ************/
11229window > headerbar > widget > box.horizontal > grid.horizontal > button.toggle.image-button {
11230 min-width: 1.30075rem;
11231 min-height: 2.80451rem;
11232 padding: 0 0.75188rem 0; }
11233window > headerbar > widget > box.horizontal > button.image-button {
11234 min-width: 1.30075rem;
11235 min-height: 2.80451rem;
11236 margin: -0.15038rem 0;
11237 padding: 0 0.75188rem 0; }
11238
11239/***************************
11240 * Cinnamon-control-center *
11241 ***************************/
11242window > 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 {
11243 background-color: transparent; }
11244window > box.vertical > stack > scrolledwindow toolbar, window > box.vertical > stack > placessidebar toolbar {
11245 background-color: #3b4c54;
11246 box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
11247
11248/*********
11249 * XFce4 *
11250 *********/
11251.xfce4-panel {
11252 background-color: #13191c;
11253 color: #ECEFF1;
11254 font-weight: 700; }
11255 .xfce4-panel button {
11256 box-shadow: none;
11257 background-color: transparent;
11258 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));
11259 padding: 0px 4px;
11260 border: none;
11261 border-radius: 0;
11262 color: #ECEFF1;
11263 background-color: transparent; }
11264 .xfce4-panel button:hover {
11265 color: #FFFFFF;
11266 background-color: transparent;
11267 box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
11268 .xfce4-panel button:checked, .xfce4-panel button:hover:checked, .xfce4-panel button:disabled:checked {
11269 color: #FFFFFF;
11270 background-color: transparent;
11271 box-shadow: inset 0 -2px #C5A68E; }
11272 .xfce4-panel button label:backdrop, .xfce4-panel button:backdrop {
11273 opacity: 1.0; }
11274 .xfce4-panel menu {
11275 -gtk-icon-effect: none; }
11276
11277TopMenuAppMenuBar {
11278 background-color: #13191c;
11279 color: #ECEFF1;
11280 box-shadow: none; }
11281 TopMenuAppMenuBar > menuitem {
11282 color: #ECEFF1;
11283 background-color: transparent; }
11284 TopMenuAppMenuBar > menuitem:hover {
11285 color: #FFFFFF;
11286 box-shadow: inset 0 -2px #C5A68E; }
11287 TopMenuAppMenuBar > menuitem:backdrop {
11288 opacity: 1.0; }
11289
11290/**************
11291 * FeedReader *
11292 **************/
11293window > 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),
11294window > paned.titlebar > headerbar.titlebar .button.osd.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11295window > 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),
11296window > paned.titlebar > headerbar.titlebar .context-menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11297window > 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 .csd headerbar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11298.csd window > paned.titlebar > headerbar.titlebar button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11299window > 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) {
11300 min-width: 1rem;
11301 padding-left: 0.90226rem;
11302 padding-right: 0.90226rem; }
11303
11304/************
11305 * Synaptic *
11306 ************/
11307window > box.vertical > box.horizontal > toolbar {
11308 background-color: transparent;
11309 box-shadow: none; }
11310 window > box.vertical > box.horizontal > toolbar toolitem > box label,
11311 window > box.vertical > box.horizontal > toolbar toolitem > box entry,
11312 window > box.vertical > box.horizontal > toolbar toolitem > box spinbutton:not(.vertical) {
11313 min-height: 1rem;
11314 padding-top: 0.09774rem;
11315 padding-bottom: 0.09774rem;
11316 font-size: 90%; }
11317 window > box.vertical > box.horizontal > toolbar toolitem > box > label {
11318 color: rgba(236, 239, 241, 0.3); }
11319window > box.vertical > box.horizontal > widget {
11320 background-color: transparent; }
11321
11322/***********
11323 * Colours *
11324 ***********/
11325@define-color theme_fg_color #ECEFF1;
11326@define-color theme_inverted_fg_color #ECEFF1;
11327@define-color theme_text_color #ECEFF1;
11328@define-color theme_bg_color #3e515a;
11329@define-color theme_base_color #455A64;
11330@define-color theme_selected_bg_color #C5A68E;
11331@define-color theme_selected_fg_color #FFFFFF;
11332@define-color insensitive_bg_color #3e515a;
11333@define-color insensitive_fg_color rgba(236, 239, 241, 0.3);
11334@define-color insensitive_base_color #42565f;
11335@define-color theme_unfocused_fg_color rgba(236, 239, 241, 0.3);
11336@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
11337@define-color theme_unfocused_text_color rgba(236, 239, 241, 0.3);
11338@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
11339@define-color theme_unfocused_bg_color #3e515a;
11340@define-color theme_unfocused_base_color #455A64;
11341@define-color theme_unfocused_selected_bg_color #C5A68E;
11342@define-color theme_unfocused_selected_fg_color #FFFFFF;
11343@define-color placeholder_text_color #607D8B;
11344@define-color borders rgba(0, 0, 0, 0.11);
11345@define-color unfocused_borders rgba(0, 0, 0, 0.11);
11346@define-color warning_color #FF9800;
11347@define-color error_color #F44336;
11348@define-color success_color #00E676;
11349@define-color link_color #03A9F4;
11350@define-color wm_bg_a #322F22;
11351@define-color wm_bg_b rgba(255, 255, 255, 0.07);
11352@define-color content_view_bg #455A64;