1@keyframes ripple_effect {
2  from {
3    background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%);
4  }
5  to {
6    background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%);
7  }
8}
9
10* {
11  background-clip: padding-box;
12  -GtkToolButton-icon-spacing: 4;
13  -GtkTextView-error-underline-color: #FC4138;
14  -GtkScrolledWindow-scrollbar-spacing: 0;
15  -GtkToolItemGroup-expander-size: 11;
16  -GtkWidget-text-handle-width: 20;
17  -GtkWidget-text-handle-height: 20;
18  -GtkDialog-button-spacing: 4;
19  -GtkDialog-action-area-border: 0;
20  outline-color: alpha(currentColor,0.3);
21  outline-style: dashed;
22  outline-offset: -3px;
23  outline-width: 1px;
24  -gtk-outline-radius: 2px;
25}
26
27.background {
28  color: #e6ebef;
29  background-color: #32343D;
30}
31
32.background.csd {
33  border-radius: 0 0 0 0;
34}
35
36.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
37  border-radius: 0;
38}
39
40.background.solid-csd {
41  border-radius: 0;
42}
43
44*:disabled {
45  -gtk-icon-effect: dim;
46}
47
48.gtkstyle-fallback {
49  background-color: #32343D;
50  color: #e6ebef;
51}
52
53.gtkstyle-fallback:hover {
54  background-color: #494c59;
55  color: #e6ebef;
56}
57
58.gtkstyle-fallback:active {
59  background-color: #1b1c21;
60  color: #e6ebef;
61}
62
63.gtkstyle-fallback:disabled {
64  background-color: #373943;
65  color: rgba(230, 235, 239, 0.45);
66}
67
68.gtkstyle-fallback:selected {
69  background-color: #5294e2;
70  color: #ffffff;
71}
72
73button.gtkstyle-fallback:active, button.gtkstyle-fallback:checked {
74  color: #ffffff;
75  border-color: #68a2e6;
76  background-color: #5294e2;
77}
78
79.view,
80window.thunar notebook scrolledwindow.frame.standard-view .view,
81iconview,
82textview text {
83  color: #e0e5eb;
84  background-color: #282A33;
85}
86
87textview border {
88  background-color: #2d2f38;
89}
90
91iconview:hover, iconview:active, iconview:selected {
92  border-radius: 2px;
93}
94
95rubberband, XfdesktopIconView.view .rubberband, .content-view rubberband, treeview.view rubberband, flowbox rubberband,
96.rubberband {
97  border: 1px solid #68a2e6;
98  background-color: rgba(104, 162, 230, 0.2);
99}
100
101flowbox flowboxchild {
102  padding: 3px;
103  border-radius: 2px;
104}
105
106flowbox flowboxchild:selected {
107  outline-offset: -2px;
108}
109
110flowbox.search-bar {
111  border: 1px solid rgba(255, 255, 255, 0.12);
112}
113
114label.separator {
115  color: #e6ebef;
116}
117
118label selection {
119  color: #ffffff;
120  background-color: #5294e2;
121}
122
123label:disabled {
124  color: rgba(230, 235, 239, 0.45);
125}
126
127label:disabled selection {
128  color: #a9caf1;
129}
130
131.dim-label, .slate-notification .notification-body,
132.budgie-notification .notification-body,
133.budgie-switcher .notification-body, popover label.separator,
134popover.background label.separator, headerbar .subtitle, label.separator {
135  opacity: 0.55;
136}
137
138assistant .sidebar {
139  background-color: #282A33;
140  border-top: 1px solid rgba(255, 255, 255, 0.12);
141}
142
143assistant.csd .sidebar {
144  border-top-style: none;
145}
146
147assistant .sidebar label {
148  padding: 6px 12px;
149}
150
151assistant .sidebar label.highlight {
152  background-color: #5294e2;
153  color: #ffffff;
154}
155
156textview {
157  background-color: #282A33;
158}
159
160.osd .scale-popup, popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
161popover.background.osd,
162popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd {
163  color: #D3DAE3;
164  border: none;
165  background-color: #282A33;
166  background-clip: padding-box;
167  box-shadow: none;
168}
169
170@keyframes spin {
171  to {
172    -gtk-icon-transform: rotate(1turn);
173  }
174}
175
176spinner {
177  background: none;
178  opacity: 0;
179  -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
180}
181
182spinner:checked {
183  opacity: 1;
184  animation: spin 1s linear infinite;
185}
186
187spinner:checked:disabled {
188  opacity: 0.5;
189}
190
191entry {
192  min-height: 22px;
193  border: 1px solid;
194  padding: 2px 8px;
195  caret-color: currentColor;
196  border-radius: 2px;
197  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
198  color: #e0e5eb;
199  border-color: rgba(255, 255, 255, 0.12);
200  background-color: #282a33;
201}
202
203entry.search {
204  border-radius: 50px;
205}
206
207entry image {
208  color: #c0c4c9;
209}
210
211entry image.left {
212  padding-left: 0;
213  padding-right: 5px;
214}
215
216entry image.right {
217  padding-right: 0;
218  padding-left: 5px;
219}
220
221entry.flat, entry.flat:focus {
222  min-height: 0;
223  padding: 2px;
224  background-image: none;
225  border-color: transparent;
226  border-radius: 0;
227}
228
229entry:focus {
230  background-clip: border-box;
231  color: #e0e5eb;
232  border-color: #5294e2;
233  background-color: #282a33;
234}
235
236entry:disabled {
237  color: rgba(230, 235, 239, 0.45);
238  border-color: rgba(255, 255, 255, 0.05);
239  background-color: rgba(40, 42, 51, 0.55);
240}
241
242entry.warning {
243  color: white;
244  border-color: rgba(255, 255, 255, 0.12);
245  background-color: #a15934;
246}
247
248entry.warning image {
249  color: white;
250}
251
252entry.warning:focus {
253  color: white;
254  background-color: #F27835;
255  box-shadow: none;
256}
257
258entry.warning selection, entry.warning selection:focus {
259  background-color: white;
260  color: #F27835;
261}
262
263entry.error {
264  color: white;
265  border-color: rgba(255, 255, 255, 0.12);
266  background-color: #a73836;
267}
268
269entry.error image {
270  color: white;
271}
272
273entry.error:focus {
274  color: white;
275  background-color: #FC4138;
276  box-shadow: none;
277}
278
279entry.error selection, entry.error selection:focus {
280  background-color: white;
281  color: #FC4138;
282}
283
284entry.search-missing {
285  color: white;
286  border-color: rgba(255, 255, 255, 0.12);
287  background-color: #a73836;
288}
289
290entry.search-missing image {
291  color: white;
292}
293
294entry.search-missing:focus {
295  color: white;
296  background-color: #FC4138;
297  box-shadow: none;
298}
299
300entry.search-missing selection, entry.search-missing selection:focus {
301  background-color: white;
302  color: #FC4138;
303}
304
305entry:drop(active):focus, entry:drop(active) {
306  border-color: #F08437;
307  box-shadow: none;
308}
309
310.osd entry {
311  color: #D3DAE3;
312  border-color: rgba(13, 14, 17, 0.4);
313  background-color: rgba(89, 94, 114, 0.4);
314}
315
316.osd entry image, .osd entry image:hover {
317  color: inherit;
318}
319
320.osd entry:focus {
321  color: #ffffff;
322  border-color: rgba(13, 14, 17, 0.4);
323  background-color: #5294e2;
324}
325
326.osd entry:disabled {
327  color: rgba(211, 218, 227, 0.55);
328  background-color: rgba(89, 94, 114, 0.25);
329}
330
331.osd entry selection:focus, .osd entry selection {
332  color: #5294e2;
333  background-color: #ffffff;
334}
335
336entry progress {
337  margin: 0 -6px;
338  border-radius: 0;
339  border-width: 0 0 2px;
340  border-color: #5294e2;
341  border-style: solid;
342  background-image: none;
343  background-color: transparent;
344  box-shadow: none;
345}
346
347treeview entry.flat, treeview entry {
348  border-radius: 0;
349  background-image: none;
350  background-color: #282A33;
351}
352
353treeview entry.flat:focus, treeview entry:focus {
354  border-color: #5294e2;
355}
356
357@keyframes needs_attention {
358  from {
359    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent));
360  }
361  to {
362    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
363  }
364}
365
366button {
367  min-height: 22px;
368  min-width: 20px;
369  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
370  border: 1px solid;
371  border-radius: 2px;
372  padding: 2px 6px;
373  color: #e6ebef;
374  border-color: rgba(255, 255, 255, 0.12);
375  background-color: #2c2f39;
376}
377
378button separator {
379  margin: 4px 1px;
380}
381
382.budgie-panel button.flat.launcher, .budgie-panel #tasklist-button:not(.flat), button.budgie-menu-launcher, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button, button.sidebar-button, button.flat {
383  border-color: transparent;
384  background-color: transparent;
385  background-image: none;
386  transition: none;
387}
388
389.budgie-panel button.flat.launcher:hover, .budgie-panel #tasklist-button:hover:not(.flat), button.budgie-menu-launcher:hover, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover, button.sidebar-button:hover, button.flat:hover {
390  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
391  transition-duration: 250ms;
392}
393
394.budgie-panel #tasklist-button:hover:active:not(.flat), button.budgie-menu-launcher:hover:active, PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover:active, button.sidebar-button:hover:active, button.flat:hover:active {
395  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
396}
397
398button:hover {
399  color: #b7c6d1;
400  border-color: rgba(255, 255, 255, 0.12);
401  background-color: #3e4250;
402  -gtk-icon-effect: highlight;
403}
404
405button:active, button:checked {
406  color: #ffffff;
407  border-color: #68a2e6;
408  background-color: #5294e2;
409  background-clip: padding-box;
410  transition-duration: 50ms;
411}
412
413button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
414  color: inherit;
415  opacity: 0.6;
416}
417
418button:active {
419  color: #e6ebef;
420}
421
422button:active:hover, button:checked {
423  color: #ffffff;
424}
425
426button.flat:disabled {
427  border-color: transparent;
428  background-color: transparent;
429  background-image: none;
430}
431
432button:disabled {
433  border-color: rgba(255, 255, 255, 0.05);
434  background-color: rgba(44, 47, 57, 0.55);
435}
436
437button:disabled label, button:disabled {
438  color: rgba(230, 235, 239, 0.45);
439}
440
441button:disabled:active, button:disabled:checked {
442  border-color: rgba(82, 148, 226, 0.75);
443  background-color: rgba(82, 148, 226, 0.75);
444  opacity: 0.6;
445}
446
447button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
448  color: rgba(255, 255, 255, 0.8);
449}
450
451button.image-button {
452  min-width: 24px;
453  padding-left: 5px;
454  padding-right: 5px;
455}
456
457button.text-button {
458  padding-left: 12px;
459  padding-right: 12px;
460}
461
462button.text-button.image-button {
463  padding-left: 5px;
464  padding-right: 5px;
465}
466
467button.text-button.image-button label:first-child {
468  padding-left: 8px;
469  padding-right: 2px;
470}
471
472button.text-button.image-button label:last-child {
473  padding-right: 8px;
474  padding-left: 2px;
475}
476
477button.text-button.image-button label:only-child {
478  padding-left: 8px;
479  padding-right: 8px;
480}
481
482button.text-button.image-button.popup {
483  padding-right: 8px;
484  padding-left: 8px;
485}
486
487button:drop(active) {
488  color: #F08437;
489  border-color: #F08437;
490  box-shadow: none;
491}
492
493button.osd {
494  color: #D3DAE3;
495  background-color: #282A33;
496  border-color: #16171c;
497}
498
499button.osd.image-button {
500  padding: 0;
501  min-height: 36px;
502  min-width: 36px;
503}
504
505button.osd:hover {
506  color: #5294e2;
507}
508
509button.osd:active, button.osd:checked {
510  color: #ffffff;
511  border-color: #5294e2;
512  background-color: #5294e2;
513}
514
515button.osd:disabled {
516  color: #5b5f68;
517  border-color: rgba(98, 103, 125, 0.55);
518  background-color: rgba(89, 94, 114, 0.25);
519}
520
521.osd button {
522  color: #D3DAE3;
523  border-color: rgba(98, 103, 125, 0.55);
524  background-color: rgba(89, 94, 114, 0.4);
525}
526
527.osd button:hover {
528  color: #D3DAE3;
529  border-color: rgba(98, 103, 125, 0.55);
530  background-color: rgba(105, 110, 134, 0.5);
531}
532
533.osd button:active, .osd button:checked {
534  background-clip: padding-box;
535  color: #ffffff;
536  border-color: #5294e2;
537  background-color: #5294e2;
538}
539
540.osd button:disabled {
541  color: #5b5f68;
542  border-color: rgba(98, 103, 125, 0.55);
543  background-color: rgba(89, 94, 114, 0.25);
544}
545
546.osd button.flat {
547  border-color: transparent;
548  background-color: transparent;
549  background-image: none;
550  box-shadow: none;
551}
552
553.osd button.flat:hover {
554  color: #D3DAE3;
555  border-color: rgba(98, 103, 125, 0.55);
556  background-color: rgba(105, 110, 134, 0.5);
557}
558
559.osd button.flat:disabled {
560  color: #5b5f68;
561  border-color: rgba(98, 103, 125, 0.55);
562  background-color: rgba(89, 94, 114, 0.25);
563  background-image: none;
564}
565
566.osd button.flat:active, .osd button.flat:checked {
567  color: #ffffff;
568  border-color: #5294e2;
569  background-color: #5294e2;
570}
571
572.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child), .osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
573  box-shadow: none;
574}
575
576button.suggested-action {
577  background-clip: border-box;
578  color: white;
579  background-color: #5294e2;
580  border-color: #3c86de;
581}
582
583button.suggested-action.flat {
584  border-color: transparent;
585  background-color: transparent;
586  background-image: none;
587  color: #5294e2;
588}
589
590button.suggested-action:hover {
591  background-clip: border-box;
592  color: white;
593  background-color: #68a2e6;
594  border-color: #5294e2;
595}
596
597button.suggested-action:active, button.suggested-action:checked {
598  background-clip: border-box;
599  color: white;
600  background-color: #7eafe9;
601  border-color: #68a2e6;
602}
603
604button.suggested-action.flat:disabled {
605  border-color: transparent;
606  background-color: transparent;
607  background-image: none;
608  color: rgba(230, 235, 239, 0.45);
609}
610
611button.suggested-action:disabled {
612  border-color: rgba(255, 255, 255, 0.05);
613  background-color: rgba(44, 47, 57, 0.55);
614}
615
616button.suggested-action:disabled label, button.suggested-action:disabled {
617  color: rgba(230, 235, 239, 0.45);
618}
619
620button.destructive-action {
621  background-clip: border-box;
622  color: white;
623  background-color: #F04A50;
624  border-color: #ee3239;
625}
626
627button.destructive-action.flat {
628  border-color: transparent;
629  background-color: transparent;
630  background-image: none;
631  color: #F04A50;
632}
633
634button.destructive-action:hover {
635  background-clip: border-box;
636  color: white;
637  background-color: #f26267;
638  border-color: #f04a50;
639}
640
641button.destructive-action:active, button.destructive-action:checked {
642  background-clip: border-box;
643  color: white;
644  background-color: #f4797e;
645  border-color: #f26267;
646}
647
648button.destructive-action.flat:disabled {
649  border-color: transparent;
650  background-color: transparent;
651  background-image: none;
652  color: rgba(230, 235, 239, 0.45);
653}
654
655button.destructive-action:disabled {
656  border-color: rgba(255, 255, 255, 0.05);
657  background-color: rgba(44, 47, 57, 0.55);
658}
659
660button.destructive-action:disabled label, button.destructive-action:disabled {
661  color: rgba(230, 235, 239, 0.45);
662}
663
664.stack-switcher > button {
665  outline-offset: -3px;
666}
667
668.stack-switcher > button > label {
669  padding-left: 6px;
670  padding-right: 6px;
671}
672
673.stack-switcher > button > image {
674  padding-left: 6px;
675  padding-right: 6px;
676  padding-top: 3px;
677  padding-bottom: 3px;
678}
679
680.stack-switcher > button.text-button {
681  padding-left: 10px;
682  padding-right: 10px;
683}
684
685.stack-switcher > button.image-button {
686  padding-left: 2px;
687  padding-right: 2px;
688}
689
690.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 {
691  animation: none;
692  background-image: none;
693}
694
695button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label, .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image {
696  animation: needs_attention 150ms ease-in;
697  background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
698  background-size: 6px 6px, 6px 6px;
699  background-repeat: no-repeat;
700  background-position: right 3px, right 2px;
701}
702
703button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl) {
704  background-position: left 3px, left 2px;
705}
706
707button.font separator, button.file separator {
708  background-color: transparent;
709}
710
711.inline-toolbar button:hover, .inline-toolbar button:backdrop:hover {
712  background-color: rgba(230, 235, 239, 0.08);
713}
714
715.inline-toolbar button:active, .inline-toolbar button:checked, .inline-toolbar button:backdrop:active, .inline-toolbar button:backdrop:checked {
716  color: #ffffff;
717  border-color: #68a2e6;
718  background-color: #5294e2;
719}
720
721.slate-notification-window button.image-button,
722.budgie-notification-window button.image-button,
723.budgie-switcher-window button.image-button,
724.budgie-osd-window button.image-button, .raven .expander-button, .raven button.image-button, popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button, button.nautilus-circular-button.image-button,
725button.circular-button, .app-notification button.flat, button.close, button.circular {
726  min-height: 24px;
727  min-width: 24px;
728  padding: 2px;
729  border-radius: 1000px;
730  -gtk-outline-radius: 1000px;
731}
732
733.slate-notification-window button.image-button:checked,
734.budgie-notification-window button.image-button:checked,
735.budgie-switcher-window button.image-button:checked,
736.budgie-osd-window button.image-button:checked, .raven .expander-button:checked, .raven button.image-button:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button:checked, button.nautilus-circular-button.image-button:checked,
737button.circular-button:checked, .app-notification button.flat:checked, .slate-notification-window button.image-button:active,
738.budgie-notification-window button.image-button:active,
739.budgie-switcher-window button.image-button:active,
740.budgie-osd-window button.image-button:active, .raven .expander-button:active, .raven button.image-button:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button:active, button.nautilus-circular-button.image-button:active,
741button.circular-button:active, .app-notification button.flat:active, button.close:checked, button.close:active, button.circular:checked, button.circular:active {
742  border-color: rgba(255, 255, 255, 0.12);
743}
744
745.slate-notification-window button.image-button label,
746.budgie-notification-window button.image-button label,
747.budgie-switcher-window button.image-button label,
748.budgie-osd-window button.image-button label, .raven .expander-button label, .raven button.image-button label, popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button label, button.nautilus-circular-button.image-button label,
749button.circular-button label, .app-notification button.flat label, button.close label, button.circular label {
750  padding: 0;
751}
752
753.inline-toolbar toolbutton > button {
754  color: #e6ebef;
755  border-color: rgba(255, 255, 255, 0.12);
756  background-color: #2c2f39;
757}
758
759.inline-toolbar toolbutton > button:hover {
760  color: #b7c6d1;
761  border-color: rgba(255, 255, 255, 0.12);
762  background-color: #3e4250;
763}
764
765.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
766  color: #ffffff;
767  border-color: #68a2e6;
768  background-color: #5294e2;
769}
770
771.inline-toolbar toolbutton > button:disabled {
772  border-color: rgba(255, 255, 255, 0.05);
773  background-color: rgba(44, 47, 57, 0.55);
774}
775
776.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
777  color: rgba(230, 235, 239, 0.45);
778}
779
780.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
781  border-color: rgba(82, 148, 226, 0.75);
782  background-color: rgba(82, 148, 226, 0.75);
783  opacity: 0.6;
784}
785
786.inline-toolbar toolbutton > button:disabled:active label, .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked label, .inline-toolbar toolbutton > button:disabled:checked {
787  color: rgba(255, 255, 255, 0.8);
788}
789
790toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat {
791  border-top-left-radius: 2px;
792  border-bottom-left-radius: 2px;
793  border-left-style: solid;
794  border-right-style: none;
795}
796
797toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat {
798  border-top-right-radius: 2px;
799  border-bottom-right-radius: 2px;
800  border-right-style: solid;
801  border-left-style: none;
802}
803
804toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat {
805  border-radius: 2px;
806  border-style: solid;
807}
808
809toolbar.inline-toolbar toolbutton:hover, .inline-toolbar toolbutton:hover {
810  background-color: rgba(230, 235, 239, 0.08);
811}
812
813toolbar.inline-toolbar toolbutton:active, .inline-toolbar toolbutton:active, toolbar.inline-toolbar toolbutton:checked, .inline-toolbar toolbutton:checked {
814  color: #ffffff;
815  border-color: #68a2e6;
816  background-color: #5294e2;
817}
818
819.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry {
820  border-left-color: rgba(255, 255, 255, 0);
821}
822
823.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry,
824.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error {
825  border-left-color: #FC4138;
826}
827
828.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry,
829.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning {
830  border-left-color: #F27835;
831}
832
833.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning,
834.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error {
835  border-left-color: #f75d37;
836}
837
838.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus:not(:last-child),
839.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus:last-child {
840  border-left-color: #5294e2;
841}
842
843.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + entry,
844.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + button,
845.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
846  border-left-color: #5294e2;
847}
848
849.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child),
850.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child {
851  border-left-color: #F08437;
852}
853
854.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry,
855.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button,
856.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
857  border-left-color: #F08437;
858}
859
860.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus:not(:last-child),
861.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus:last-child {
862  border-left-color: #F27835;
863}
864
865.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + entry,
866.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + button,
867.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
868  border-left-color: #F27835;
869}
870
871.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus:not(:last-child),
872.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus:last-child {
873  border-left-color: #FC4138;
874}
875
876.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + entry,
877.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + button,
878.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
879  border-left-color: #FC4138;
880}
881
882.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry,
883.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry {
884  border-left-color: #5294e2;
885}
886
887.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button {
888  border-left-style: none;
889}
890
891.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
892.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
893  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12);
894}
895
896.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
897.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
898  box-shadow: inset 1px 0 rgba(255, 255, 255, 0);
899}
900
901.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
902.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
903.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
904.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
905.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
906.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
907.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
908.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
909.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
910.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
911.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
912.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
913.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
914.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) {
915  box-shadow: none;
916}
917
918.linked:not(.vertical).path-bar > button, .linked:not(.vertical).stack-switcher > button {
919  border-left-style: none;
920  border-right-style: none;
921}
922
923.linked:not(.vertical).path-bar > button:first-child, .linked:not(.vertical).stack-switcher > button:first-child {
924  border-left-style: solid;
925}
926
927.linked:not(.vertical).path-bar > button:last-child, .linked:not(.vertical).stack-switcher > button:last-child {
928  border-right-style: solid;
929}
930
931.linked:not(.vertical).path-bar > button + button, .linked:not(.vertical).stack-switcher > button + button {
932  border-left-style: none;
933  border-right-style: none;
934}
935
936.linked:not(.vertical).path-bar > button + button:last-child, .linked:not(.vertical).stack-switcher > button + button:last-child {
937  border-right-style: solid;
938}
939
940.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .linked:not(.vertical).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
941  box-shadow: none;
942}
943
944.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .linked:not(.vertical).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
945  box-shadow: none;
946}
947
948.osd .linked:not(.vertical) > entry + entry {
949  border-left-color: rgba(13, 14, 17, 0);
950}
951
952.osd .linked:not(.vertical) > entry.error + entry,
953.osd .linked:not(.vertical) > entry + entry.error {
954  border-left-color: #FC4138;
955}
956
957.osd .linked:not(.vertical) > entry.warning + entry,
958.osd .linked:not(.vertical) > entry + entry.warning {
959  border-left-color: #F27835;
960}
961
962.osd .linked:not(.vertical) > entry.error + entry.warning,
963.osd .linked:not(.vertical) > entry.warning + entry.error {
964  border-left-color: #f75d37;
965}
966
967.osd .linked:not(.vertical) > entry + entry:focus:not(:last-child),
968.osd .linked:not(.vertical) > entry + entry:focus:last-child {
969  border-left-color: #5294e2;
970}
971
972.osd .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
973.osd .linked:not(.vertical) > entry:focus:not(:only-child) + button,
974.osd .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
975  border-left-color: #5294e2;
976}
977
978.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
979.osd .linked:not(.vertical) > entry + entry:drop(active):last-child {
980  border-left-color: #F08437;
981}
982
983.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
984.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
985.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
986  border-left-color: #F08437;
987}
988
989.osd .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
990.osd .linked:not(.vertical) > entry + entry.warning:focus:last-child {
991  border-left-color: #F27835;
992}
993
994.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
995.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
996.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
997  border-left-color: #F27835;
998}
999
1000.osd .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
1001.osd .linked:not(.vertical) > entry + entry.error:focus:last-child {
1002  border-left-color: #FC4138;
1003}
1004
1005.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
1006.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
1007.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
1008  border-left-color: #FC4138;
1009}
1010
1011.osd .linked:not(.vertical) > button:active + entry,
1012.osd .linked:not(.vertical) > button:checked + entry {
1013  border-left-color: #5294e2;
1014}
1015
1016.osd .linked:not(.vertical) > button + button {
1017  border-left-style: none;
1018}
1019
1020.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1021.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
1022  box-shadow: inset 1px 0 rgba(98, 103, 125, 0.55);
1023}
1024
1025.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1026.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
1027  box-shadow: inset 1px 0 rgba(98, 103, 125, 0.05);
1028}
1029
1030.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1031.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1032.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1033.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1034.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1035.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
1036.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1037.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
1038.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1039.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1040.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1041.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1042.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1043.osd .linked:not(.vertical) {
1044  box-shadow: none;
1045}
1046
1047headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry,
1048headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error + entry,
1049headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error,
1050headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning + entry,
1051headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning,
1052headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error + entry.warning,
1053headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning + entry.error,
1054headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry,
1055headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error + entry,
1056headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error,
1057headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning + entry,
1058headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning,
1059headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error + entry.warning,
1060headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning + entry.error {
1061  border-left-color: rgba(255, 255, 255, 0.12);
1062}
1063
1064headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:focus:not(:last-child),
1065headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:focus:last-child,
1066headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:focus:not(:last-child),
1067headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:focus:last-child {
1068  border-left-color: #5294e2;
1069}
1070
1071headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + entry,
1072headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + entry {
1073  border-left-color: rgba(255, 255, 255, 0.12);
1074}
1075
1076headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + button,
1077headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + combobox > box > button.combo,
1078headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + button,
1079headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:focus:not(:only-child) + combobox > box > button.combo {
1080  border-left-color: transparent;
1081}
1082
1083headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child),
1084headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child,
1085headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:drop(active):not(:last-child),
1086headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry:drop(active):last-child {
1087  border-left-color: #F08437;
1088}
1089
1090headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry,
1091headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + entry {
1092  border-left-color: rgba(255, 255, 255, 0.12);
1093}
1094
1095headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button,
1096headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
1097headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + button,
1098headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
1099  border-left-color: transparent;
1100}
1101
1102headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning:focus:not(:last-child),
1103headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning:focus:last-child,
1104headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning:focus:not(:last-child),
1105headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.warning:focus:last-child {
1106  border-left-color: #F27835;
1107}
1108
1109headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + entry,
1110headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + entry {
1111  border-left-color: rgba(255, 255, 255, 0.12);
1112}
1113
1114headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + button,
1115headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
1116headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + button,
1117headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
1118  border-left-color: transparent;
1119}
1120
1121headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error:focus:not(:last-child),
1122headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error:focus:last-child,
1123headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error:focus:not(:last-child),
1124headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + entry.error:focus:last-child {
1125  border-left-color: #FC4138;
1126}
1127
1128headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + entry,
1129headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + entry {
1130  border-left-color: rgba(255, 255, 255, 0.12);
1131}
1132
1133headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + button,
1134headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
1135headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + button,
1136headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
1137  border-left-color: transparent;
1138}
1139
1140headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + entry,
1141headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + entry,
1142headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + entry,
1143headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + entry {
1144  border-left-color: rgba(255, 255, 255, 0.12);
1145}
1146
1147headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button + button,
1148headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button + button {
1149  border-left-style: solid;
1150}
1151
1152headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1153headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
1154headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1155headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
1156  box-shadow: inset 1px 0 transparent;
1157}
1158
1159headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1160headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover),
1161headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1162headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
1163  box-shadow: inset 1px 0 transparent;
1164}
1165
1166headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
1167headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1168headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1169headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1170headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1171headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1172headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1173headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher),
1174headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
1175headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1176headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1177headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1178headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1179headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1180headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1181headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) {
1182  box-shadow: inset 1px 0 transparent;
1183}
1184
1185headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1186headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1187headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1188headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1189headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1190headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
1191headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher),
1192headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1193headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1194headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1195headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1196headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1197headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
1198headerbar.titlebar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) {
1199  box-shadow: inset 1px 0 transparent;
1200  border-left-color: rgba(255, 255, 255, 0.12);
1201}
1202
1203.linked.vertical > entry + entry {
1204  border-top-color: rgba(255, 255, 255, 0);
1205}
1206
1207.linked.vertical > entry.error + entry,
1208.linked.vertical > entry + entry.error {
1209  border-top-color: #FC4138;
1210}
1211
1212.linked.vertical > entry.warning + entry,
1213.linked.vertical > entry + entry.warning {
1214  border-top-color: #F27835;
1215}
1216
1217.linked.vertical > entry.error + entry.warning,
1218.linked.vertical > entry.warning + entry.error {
1219  border-top-color: #f75d37;
1220}
1221
1222.linked.vertical > entry + entry:focus:not(:last-child),
1223.linked.vertical > entry + entry:focus:last-child {
1224  border-top-color: #5294e2;
1225}
1226
1227.linked.vertical > entry:focus:not(:only-child) + entry,
1228.linked.vertical > entry:focus:not(:only-child) + button,
1229.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
1230  border-top-color: #5294e2;
1231}
1232
1233.linked.vertical > entry + entry:drop(active):not(:last-child),
1234.linked.vertical > entry + entry:drop(active):last-child {
1235  border-top-color: #F08437;
1236}
1237
1238.linked.vertical > entry:drop(active):not(:only-child) + entry,
1239.linked.vertical > entry:drop(active):not(:only-child) + button,
1240.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
1241  border-top-color: #F08437;
1242}
1243
1244.linked.vertical > entry + entry.warning:focus:not(:last-child),
1245.linked.vertical > entry + entry.warning:focus:last-child {
1246  border-top-color: #F27835;
1247}
1248
1249.linked.vertical > entry.warning:focus:not(:only-child) + entry,
1250.linked.vertical > entry.warning:focus:not(:only-child) + button,
1251.linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
1252  border-top-color: #F27835;
1253}
1254
1255.linked.vertical > entry + entry.error:focus:not(:last-child),
1256.linked.vertical > entry + entry.error:focus:last-child {
1257  border-top-color: #FC4138;
1258}
1259
1260.linked.vertical > entry.error:focus:not(:only-child) + entry,
1261.linked.vertical > entry.error:focus:not(:only-child) + button,
1262.linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo {
1263  border-top-color: #FC4138;
1264}
1265
1266.linked.vertical > button:active + entry,
1267.linked.vertical > button:checked + entry {
1268  border-top-color: #5294e2;
1269}
1270
1271.linked.vertical > button + button {
1272  border-top-style: none;
1273}
1274
1275.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1276.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
1277  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
1278}
1279
1280.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1281.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
1282  box-shadow: inset 0 1px rgba(255, 255, 255, 0);
1283}
1284
1285.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1286.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1287.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1288.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1289.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1290.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
1291.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1292.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
1293.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1294.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1295.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1296.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1297.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1298.linked.vertical {
1299  box-shadow: none;
1300}
1301
1302.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:disabled,
1303.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):last-child:hover {
1304  box-shadow: none;
1305}
1306
1307.linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), .budgie-settings-window buttonbox.inline-toolbar button, actionbar > revealer > box > viewswitcher > box > button, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, .linked:not(.vertical) > entry, .linked:not(.vertical) > entry:focus, .linked:not(.vertical) > button, .linked:not(.vertical) > button:hover, .linked:not(.vertical) > button:active, .linked:not(.vertical) > button:checked {
1308  border-radius: 0;
1309  border-right-style: none;
1310}
1311
1312.inline-toolbar button, .inline-toolbar button:backdrop, toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat {
1313  border-radius: 0;
1314  border-right-style: none;
1315  border-left-style: none;
1316}
1317
1318.budgie-settings-window buttonbox.inline-toolbar button:first-child, actionbar > revealer > box > viewswitcher > box > button:first-child, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child {
1319  border-top-left-radius: 2px;
1320  border-bottom-left-radius: 2px;
1321}
1322
1323.budgie-settings-window buttonbox.inline-toolbar button:last-child, actionbar > revealer > box > viewswitcher > box > button:last-child, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child {
1324  border-top-right-radius: 2px;
1325  border-bottom-right-radius: 2px;
1326  border-right-style: solid;
1327}
1328
1329.budgie-settings-window buttonbox.inline-toolbar button:only-child, actionbar > revealer > box > viewswitcher > box > button:only-child, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child {
1330  border-radius: 2px;
1331  border-style: solid;
1332}
1333
1334.inline-toolbar button:first-child, .inline-toolbar button:first-child:backdrop {
1335  border-top-left-radius: 2px;
1336  border-bottom-left-radius: 2px;
1337  border-left-style: solid;
1338  border-right-style: none;
1339}
1340
1341.inline-toolbar button:last-child, .inline-toolbar button:last-child:backdrop {
1342  border-top-right-radius: 2px;
1343  border-bottom-right-radius: 2px;
1344  border-right-style: solid;
1345  border-left-style: none;
1346}
1347
1348.inline-toolbar button:only-child, .inline-toolbar button:only-child:backdrop {
1349  border-radius: 2px;
1350  border-style: solid;
1351}
1352
1353.linked.vertical > combobox > box > button.combo, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > entry, .linked.vertical > entry:focus, .linked.vertical > button, .linked.vertical > button:hover, .linked.vertical > button:active, .linked.vertical > button:checked {
1354  border-radius: 0;
1355  border-bottom-style: none;
1356}
1357
1358spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > entry:first-child, .linked.vertical > button:first-child {
1359  border-top-left-radius: 2px;
1360  border-top-right-radius: 2px;
1361}
1362
1363spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > entry:last-child, .linked.vertical > button:last-child {
1364  border-bottom-left-radius: 2px;
1365  border-bottom-right-radius: 2px;
1366  border-bottom-style: solid;
1367}
1368
1369spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > entry:only-child, .linked.vertical > button:only-child {
1370  border-radius: 2px;
1371  border-style: solid;
1372}
1373
1374.nemo-window .floating-bar button, tabbox > tab button:active, tabbox > tab button:hover, tabbox > tab button, calendar.button, .app-notification button.flat:disabled, .app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, button:link, button:visited, menuitem.button.flat,
1375modelbutton.flat {
1376  border-color: transparent;
1377  background-color: transparent;
1378  background-image: none;
1379  box-shadow: none;
1380}
1381
1382menuitem.button.flat,
1383modelbutton.flat {
1384  transition: none;
1385  min-height: 24px;
1386  padding-left: 8px;
1387  padding-right: 8px;
1388  outline-offset: -3px;
1389  border-radius: 2px;
1390  border: 1px solid transparent;
1391}
1392
1393menuitem.button.flat:hover,
1394modelbutton.flat:hover {
1395  background-color: #44464f;
1396  border: 1px solid rgba(255, 255, 255, 0.12);
1397}
1398
1399menuitem.button.flat:active, menuitem.button.flat:selected,
1400modelbutton.flat:active,
1401modelbutton.flat:selected {
1402  border: 1px solid #68a2e6;
1403}
1404
1405menuitem.button.flat:checked,
1406modelbutton.flat:checked {
1407  color: #e6ebef;
1408}
1409
1410menuitem.button.flat:disabled,
1411modelbutton.flat:disabled {
1412  color: rgba(230, 235, 239, 0.45);
1413}
1414
1415menuitem.button.flat check:last-child,
1416menuitem.button.flat radio:last-child,
1417modelbutton.flat check:last-child,
1418modelbutton.flat radio:last-child {
1419  margin-left: 8px;
1420}
1421
1422menuitem.button.flat check:first-child,
1423menuitem.button.flat radio:first-child,
1424modelbutton.flat check:first-child,
1425modelbutton.flat radio:first-child {
1426  margin-right: 8px;
1427}
1428
1429modelbutton.flat arrow.left {
1430  -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
1431}
1432
1433modelbutton.flat arrow.right {
1434  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
1435}
1436
1437*:link, button:link, button:visited {
1438  color: #a9caf1;
1439}
1440
1441*:link:visited, button:visited {
1442  color: white;
1443}
1444
1445*:selected *:link:visited, *:selected button:visited {
1446  color: #bad4f3;
1447}
1448
1449*:link:hover, button:hover:link, button:hover:visited {
1450  color: #d5e5f8;
1451}
1452
1453*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
1454  color: #eef4fc;
1455}
1456
1457*:link:active, button:active:link, button:active:visited {
1458  color: #a9caf1;
1459}
1460
1461*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
1462  color: #dceaf9;
1463}
1464
1465.selection-mode hdyleaflet headerbar .subtitle:link, .selection-mode leaflet.unfolded headerbar .subtitle:link, infobar.info > revealer > box *:link, infobar.question > revealer > box *:link, infobar.warning > revealer > box *:link, infobar.error > revealer > box *:link, headerbar.selection-mode .subtitle:link, *:link:selected, *:selected *:link, button:selected:link, button:selected:visited, *:selected button:link, *:selected button:visited {
1466  color: #dceaf9;
1467}
1468
1469button:link > label, button:visited > label {
1470  text-decoration-line: underline;
1471}
1472
1473spinbutton:drop(active) {
1474  box-shadow: none;
1475}
1476
1477spinbutton button:active {
1478  color: #ffffff;
1479}
1480
1481spinbutton:disabled {
1482  color: rgba(230, 235, 239, 0.45);
1483}
1484
1485.linked.vertical > spinbutton:not(.vertical):not(:last-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child) entry {
1486  border-bottom: none;
1487}
1488
1489.linked.vertical > spinbutton:not(.vertical):not(:last-child) entry:focus {
1490  box-shadow: inset 0 -1px #5294e2;
1491}
1492
1493.linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) button, .linked.vertical > spinbutton:not(.vertical):not(:last-child):not(:first-child) entry {
1494  border-radius: 0;
1495}
1496
1497spinbutton:not(.vertical) entry {
1498  min-width: 28px;
1499}
1500
1501spinbutton:not(.vertical):dir(ltr) entry, spinbutton:not(.vertical):dir(rtl) button.up {
1502  border-radius: 2px 0 0 2px;
1503}
1504
1505spinbutton:not(.vertical) > button + button {
1506  border-left-style: none;
1507}
1508
1509spinbutton:not(.vertical) > button:hover:not(:active),
1510spinbutton:not(.vertical) > button:hover + button {
1511  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.12);
1512}
1513
1514spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
1515spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
1516  box-shadow: inset 1px 0 rgba(255, 255, 255, 0.05);
1517}
1518
1519spinbutton:not(.vertical) > button:first-child:hover:not(:active),
1520spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
1521spinbutton:not(.vertical) > entry + button:not(:active):hover {
1522  box-shadow: none;
1523}
1524
1525spinbutton:not(.vertical) > entry:focus + button {
1526  border-left-color: #5294e2;
1527}
1528
1529spinbutton:not(.vertical) > entry:drop(active) + button {
1530  border-left-color: #F08437;
1531}
1532
1533.osd spinbutton:not(.vertical) > button:hover:not(:active),
1534.osd spinbutton:not(.vertical) > button:hover + button {
1535  border-left-color: rgba(98, 103, 125, 0.55);
1536}
1537
1538.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
1539.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
1540.osd spinbutton:not(.vertical) > entry + button:not(:active):hover {
1541  box-shadow: none;
1542}
1543
1544.osd spinbutton:not(.vertical) > entry:focus + button {
1545  border-left-color: #5294e2;
1546}
1547
1548spinbutton.vertical button, spinbutton.vertical entry {
1549  padding-left: 4px;
1550  padding-right: 4px;
1551  min-width: 0;
1552}
1553
1554spinbutton.vertical button.up {
1555  border-radius: 2px 2px 0 0;
1556}
1557
1558spinbutton.vertical > entry:focus + button {
1559  border-top-color: #5294e2;
1560}
1561
1562spinbutton.vertical > entry:drop(active) + button {
1563  border-top-color: #F08437;
1564}
1565
1566combobox button.combo {
1567  min-width: 0;
1568  padding-left: 8px;
1569  padding-right: 8px;
1570}
1571
1572combobox arrow {
1573  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1574  min-height: 16px;
1575  min-width: 16px;
1576}
1577
1578combobox:drop(active) button.combo {
1579  color: #F08437;
1580  border-color: #F08437;
1581  box-shadow: none;
1582}
1583
1584combobox decoration,
1585combobox button.combo:checked {
1586  transition: none;
1587}
1588
1589.linked:not(.vertical) > combobox:first-child > box > button.combo {
1590  border-top-left-radius: 2px;
1591  border-bottom-left-radius: 2px;
1592}
1593
1594.linked:not(.vertical) > combobox:last-child > box > button.combo {
1595  border-top-right-radius: 2px;
1596  border-bottom-right-radius: 2px;
1597  border-right-style: solid;
1598}
1599
1600.linked:not(.vertical) > combobox:only-child > box > button.combo {
1601  border-radius: 2px;
1602  border-style: solid;
1603}
1604
1605.linked.vertical > combobox:first-child > box > button.combo {
1606  border-top-left-radius: 2px;
1607  border-top-right-radius: 2px;
1608}
1609
1610.linked.vertical > combobox:last-child > box > button.combo {
1611  border-bottom-left-radius: 2px;
1612  border-bottom-right-radius: 2px;
1613  border-bottom-style: solid;
1614}
1615
1616.linked.vertical > combobox:only-child > box > button.combo {
1617  border-radius: 2px;
1618  border-style: solid;
1619}
1620
1621toolbar, .inline-toolbar {
1622  -GtkWidget-window-dragging: true;
1623  padding: 4px;
1624  background-color: #32343D;
1625}
1626
1627toolbar separator, .inline-toolbar separator {
1628  background: none;
1629}
1630
1631toolbar.horizontal separator, .horizontal.inline-toolbar separator {
1632  margin: 0 6px;
1633}
1634
1635toolbar.vertical separator, .vertical.inline-toolbar separator {
1636  margin: 6px 0;
1637}
1638
1639.osd toolbar, .osd .inline-toolbar {
1640  background-color: transparent;
1641}
1642
1643toolbar.osd, .osd.inline-toolbar {
1644  padding: 7px;
1645  border: 1px solid rgba(255, 255, 255, 0.12);
1646  border-radius: 2px;
1647  background-color: #282A33;
1648}
1649
1650toolbar.osd.left, .osd.left.inline-toolbar, toolbar.osd.right, .osd.right.inline-toolbar, toolbar.osd.top, .osd.top.inline-toolbar, toolbar.osd.bottom, .osd.bottom.inline-toolbar {
1651  border-radius: 0;
1652}
1653
1654toolbar.osd.top, .osd.top.inline-toolbar {
1655  border-width: 0 0 1px 0;
1656}
1657
1658toolbar.osd.bottom, .osd.bottom.inline-toolbar {
1659  border-width: 1px 0 0 0;
1660}
1661
1662toolbar.osd.left, .osd.left.inline-toolbar {
1663  border-width: 0 1px 0 0;
1664}
1665
1666toolbar.osd.right, .osd.right.inline-toolbar {
1667  border-width: 0 0 0 1px;
1668}
1669
1670toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch,
1671toolbar:not(.inline-toolbar) scale,
1672.inline-toolbar:not(.inline-toolbar) scale,
1673toolbar:not(.inline-toolbar) entry,
1674.inline-toolbar:not(.inline-toolbar) entry,
1675toolbar:not(.inline-toolbar) spinbutton,
1676.inline-toolbar:not(.inline-toolbar) spinbutton,
1677toolbar:not(.inline-toolbar) button,
1678.inline-toolbar:not(.inline-toolbar) button {
1679  margin-right: 1px;
1680  margin-bottom: 1px;
1681}
1682
1683toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button,
1684toolbar:not(.inline-toolbar) .linked > entry,
1685.inline-toolbar:not(.inline-toolbar) .linked > entry {
1686  margin-right: 0;
1687}
1688
1689.primary-toolbar:not(.libreoffice-toolbar) {
1690  color: #e0e5eb;
1691  background-color: transparent;
1692  box-shadow: none;
1693  border-width: 0 0 1px 0;
1694  border-style: solid;
1695  border-image: linear-gradient(to bottom, #494c59, #494c59) 1 0 1 0;
1696}
1697
1698.inline-toolbar {
1699  background-color: #2b2d35;
1700  border-style: solid;
1701  border-color: rgba(255, 255, 255, 0.12);
1702  border-width: 0 1px 1px;
1703  padding: 3px;
1704  border-radius: 0 0 2px 2px;
1705}
1706
1707searchbar {
1708  padding: 0;
1709  margin: 0;
1710  border: none;
1711}
1712
1713searchbar > revealer > box {
1714  padding: 6px;
1715  margin: -6px;
1716  border-style: solid;
1717  border-color: #494c59;
1718  background-color: #32343D;
1719  border-width: 0 0 1px;
1720}
1721
1722actionbar {
1723  border: none;
1724  background: none;
1725}
1726
1727actionbar > revealer > box {
1728  padding: 6px;
1729  border-top: 1px solid rgba(255, 255, 255, 0.12);
1730  background-color: #2b2d35;
1731}
1732
1733actionbar > revealer > box > viewswitcher > box > button:not(:checked):not(:active):hover {
1734  background-color: rgba(230, 235, 239, 0.1);
1735}
1736
1737actionbar > revealer > box > viewswitcher > box > button:active {
1738  background-color: #5294e2;
1739}
1740
1741actionbar > revealer > box > viewswitcher > box > button:not(:first-child) {
1742  border-left: none;
1743}
1744
1745headerbar {
1746  padding: 0 10px;
1747  color: rgba(228, 235, 241, 0.8);
1748  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
1749  background-color: #282A33;
1750  min-height: 38px;
1751}
1752
1753headerbar:backdrop {
1754  transition: 200ms ease-out;
1755  color: rgba(228, 235, 241, 0.5);
1756  background-color: #2b2e37;
1757}
1758
1759headerbar .title {
1760  padding-left: 12px;
1761  padding-right: 12px;
1762}
1763
1764headerbar .subtitle {
1765  font-size: 80%;
1766  padding-left: 12px;
1767  padding-right: 12px;
1768  margin-top: -3px;
1769}
1770
1771headerbar.selection-mode {
1772  color: #ffffff;
1773  background-color: #5294e2;
1774  border-color: #4189df;
1775  box-shadow: none;
1776}
1777
1778headerbar.selection-mode:backdrop {
1779  background-color: #5294e2;
1780  color: rgba(255, 255, 255, 0.6);
1781}
1782
1783headerbar.selection-mode .selection-menu {
1784  box-shadow: none;
1785  padding-left: 10px;
1786  padding-right: 10px;
1787}
1788
1789headerbar.selection-mode .selection-menu GtkArrow {
1790  -GtkArrow-arrow-scaling: 1;
1791}
1792
1793headerbar.selection-mode .selection-menu .arrow {
1794  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1795}
1796
1797.maximized headerbar.selection-mode {
1798  background-color: #5294e2;
1799}
1800
1801.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop {
1802  border-radius: 0;
1803}
1804
1805.maximized headerbar {
1806  background-color: #282a33;
1807  border-color: #3e4250;
1808}
1809
1810.maximized headerbar:backdrop {
1811  background-color: #2b2e37;
1812}
1813
1814headerbar.default-decoration:not(.csd) > button.titlebutton {
1815  min-height: 23px;
1816  min-width: 23px;
1817  padding: 2px;
1818}
1819
1820headerbar:not(.csd).default-decoration {
1821  min-height: 30px;
1822  padding: 0 8px;
1823  background-color: #282A33;
1824}
1825
1826headerbar:not(.csd).default-decoration > button.titlebutton {
1827  border: none;
1828}
1829
1830headerbar.default-decoration, .csd headerbar.default-decoration, headerbar.default-decoration:backdrop, .csd headerbar.default-decoration:backdrop {
1831  background-color: #282A33;
1832  border-bottom-width: 0;
1833  box-shadow: none;
1834}
1835
1836.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration, .tiled .csd headerbar.default-decoration, .maximized .csd headerbar.default-decoration, .fullscreen .csd headerbar.default-decoration, .tiled headerbar.default-decoration:backdrop, .maximized headerbar.default-decoration:backdrop, .fullscreen headerbar.default-decoration:backdrop, .tiled .csd headerbar.default-decoration:backdrop, .maximized .csd headerbar.default-decoration:backdrop, .fullscreen .csd headerbar.default-decoration:backdrop {
1837  box-shadow: none;
1838}
1839
1840separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
1841  border-top-left-radius: 0;
1842}
1843
1844.maximized separator:first-child + headerbar, .tiled separator:first-child + headerbar, .maximized separator:first-child + headerbar:backdrop, .tiled separator:first-child + headerbar:backdrop, .maximized headerbar:first-child, .tiled headerbar:first-child, .maximized headerbar:first-child:backdrop, .tiled headerbar:first-child:backdrop {
1845  border-top-left-radius: 0;
1846}
1847
1848headerbar:last-child, headerbar:last-child:backdrop {
1849  border-top-right-radius: 0;
1850}
1851
1852.maximized headerbar:last-child, .tiled headerbar:last-child, .maximized headerbar:last-child:backdrop, .tiled headerbar:last-child:backdrop {
1853  border-top-right-radius: 0;
1854}
1855
1856stack headerbar:first-child, stack headerbar:last-child {
1857  border-top-left-radius: 0;
1858  border-top-right-radius: 0;
1859}
1860
1861window separator:first-child + headerbar:backdrop, window separator:first-child + headerbar, window headerbar:first-child:backdrop, window headerbar:first-child {
1862  border-top-left-radius: 0;
1863}
1864
1865window headerbar:last-child:backdrop, window headerbar:last-child {
1866  border-top-right-radius: 0;
1867}
1868
1869window stack headerbar:first-child:backdrop, window stack headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child {
1870  border-top-left-radius: 0;
1871  border-top-right-radius: 0;
1872}
1873
1874window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child, window.tiled-top headerbar, window.tiled-top headerbar:first-child, window.tiled-top headerbar:last-child, window.tiled-top headerbar:only-child, window.tiled-right headerbar, window.tiled-right headerbar:first-child, window.tiled-right headerbar:last-child, window.tiled-right headerbar:only-child, window.tiled-bottom headerbar, window.tiled-bottom headerbar:first-child, window.tiled-bottom headerbar:last-child, window.tiled-bottom headerbar:only-child, window.tiled-left headerbar, window.tiled-left headerbar:first-child, window.tiled-left headerbar:last-child, window.tiled-left headerbar:only-child, window.maximized headerbar, window.maximized headerbar:first-child, window.maximized headerbar:last-child, window.maximized headerbar:only-child {
1875  border-top-left-radius: 0;
1876  border-top-right-radius: 0;
1877}
1878
1879window.fullscreen headerbar, window.fullscreen headerbar:first-child, window.fullscreen headerbar:last-child, window.fullscreen headerbar:only-child, .solid-csd headerbar, .solid-csd headerbar:first-child, .solid-csd headerbar:last-child, .solid-csd headerbar:only-child {
1880  border-top-left-radius: 0;
1881  border-top-right-radius: 0;
1882}
1883
1884.titlebar, .titlebar.background {
1885  border-top-left-radius: 0;
1886  border-top-right-radius: 0;
1887}
1888
1889.tiled .titlebar, .tiled .titlebar.background, .tiled .titlebar:backdrop, .maximized .titlebar, .maximized .titlebar.background, .maximized .titlebar:backdrop, .fullscreen .titlebar, .fullscreen .titlebar.background, .fullscreen .titlebar:backdrop, .tiled .titlebar headerbar, .tiled .titlebar headerbar.background, .tiled .titlebar headerbar:backdrop, .maximized .titlebar headerbar, .maximized .titlebar headerbar.background, .maximized .titlebar headerbar:backdrop, .fullscreen .titlebar headerbar, .fullscreen .titlebar headerbar.background, .fullscreen .titlebar headerbar:backdrop {
1890  border-top-left-radius: 0;
1891  border-top-right-radius: 0;
1892}
1893
1894headerbar entry, headerbar button, headerbar separator:not(.sidebar) {
1895  margin-top: 5px;
1896  margin-bottom: 5px;
1897}
1898
1899headerbar.windowhandle viewswitcher button {
1900  border-radius: 0;
1901  margin-top: 0;
1902  margin-bottom: 0;
1903  padding: 0;
1904  min-height: 0;
1905  min-width: 120px;
1906  border: none;
1907  outline: none;
1908  background-clip: padding-box;
1909  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0;
1910}
1911
1912headerbar.windowhandle viewswitcher button > stack > box {
1913  padding: 0 12px;
1914}
1915
1916headerbar.windowhandle viewswitcher button > stack > box.narrow {
1917  font-size: 10px;
1918}
1919
1920headerbar.windowhandle viewswitcher button > stack > box.narrow image {
1921  margin-top: 3px;
1922}
1923
1924headerbar.windowhandle viewswitcher button:hover {
1925  color: rgba(255, 255, 255, 0.8);
1926  background-color: rgba(228, 235, 241, 0.06);
1927}
1928
1929headerbar.windowhandle viewswitcher button:active {
1930  color: rgba(228, 235, 241, 0.8);
1931  background-color: rgba(228, 235, 241, 0.15);
1932  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
1933}
1934
1935headerbar.windowhandle viewswitcher button:checked {
1936  color: rgba(228, 235, 241, 0.8);
1937  background-color: rgba(228, 235, 241, 0.1);
1938  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
1939}
1940
1941headerbar.windowhandle viewswitcher button:disabled {
1942  color: rgba(228, 235, 241, 0.35);
1943  background-color: transparent;
1944}
1945
1946headerbar.windowhandle viewswitcher button:checked:disabled {
1947  color: rgba(228, 235, 241, 0.35);
1948  background-color: transparent;
1949  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.35) 100%, transparent 0%) 0 0 2/0 0 2px;
1950}
1951
1952window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop, window.csd > .titlebar:not(headerbar), window.csd > .titlebar:not(headerbar):backdrop {
1953  padding: 0;
1954  background: none;
1955  border: none;
1956  box-shadow: none;
1957}
1958
1959.titlebar:not(headerbar) > separator {
1960  background-image: image(#3e4250);
1961  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
1962}
1963
1964.titlebar:not(headerbar) > separator:backdrop {
1965  background-image: image(#3e4250);
1966}
1967
1968.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton, headerbar separator {
1969  min-width: 0;
1970  min-height: 0;
1971  background: none;
1972  border-width: 0;
1973  border-image: none;
1974}
1975
1976window.thunar toolbar entry, window.thunar .inline-toolbar entry, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry, .nemo-window .primary-toolbar entry, headerbar entry {
1977  color: rgba(228, 235, 241, 0.8);
1978  border-color: rgba(255, 255, 255, 0.12);
1979  background-color: #21232a;
1980}
1981
1982window.thunar toolbar entry image, window.thunar .inline-toolbar entry image, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry image, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry image, .nemo-window .primary-toolbar entry image, headerbar entry image, headerbar entry image:hover {
1983  color: inherit;
1984}
1985
1986window.thunar toolbar entry:backdrop, window.thunar .inline-toolbar entry:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, headerbar entry:backdrop {
1987  opacity: 0.85;
1988}
1989
1990window.thunar toolbar entry:focus, window.thunar .inline-toolbar entry:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:focus, .nemo-window .primary-toolbar entry:focus, headerbar entry:focus {
1991  color: rgba(255, 255, 255, 0.8);
1992  border-color: #5294e2;
1993  background-color: #2c2f39;
1994  background-clip: padding-box;
1995}
1996
1997window.thunar toolbar entry:focus image, window.thunar .inline-toolbar entry:focus image, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:focus image, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:focus image, .nemo-window .primary-toolbar entry:focus image, headerbar entry:focus image {
1998  color: #5294e2;
1999}
2000
2001window.thunar toolbar entry:disabled, window.thunar .inline-toolbar entry:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, headerbar entry:disabled {
2002  color: rgba(228, 235, 241, 0.35);
2003  border-color: rgba(255, 255, 255, 0.12);
2004  background-color: rgba(33, 35, 42, 0.85);
2005}
2006
2007window.thunar toolbar entry selection:focus, window.thunar .inline-toolbar entry selection:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry selection:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry selection:focus, .nemo-window .primary-toolbar entry selection:focus, headerbar entry selection:focus {
2008  background-color: #5294e2;
2009  color: #ffffff;
2010}
2011
2012window.thunar toolbar entry progress, window.thunar .inline-toolbar entry progress, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry progress, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry progress, .nemo-window .primary-toolbar entry progress, headerbar entry progress {
2013  border-color: #5294e2;
2014  background-image: none;
2015  background-color: transparent;
2016}
2017
2018window.thunar toolbar entry.warning, window.thunar .inline-toolbar entry.warning, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.warning, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.warning, .nemo-window .primary-toolbar entry.warning, headerbar entry.warning {
2019  color: white;
2020  border-color: rgba(255, 255, 255, 0.12);
2021  background-color: #a15934;
2022}
2023
2024window.thunar toolbar entry.warning:focus, window.thunar .inline-toolbar entry.warning:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.warning:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.warning:focus, .nemo-window .primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
2025  color: white;
2026  background-color: #F27835;
2027}
2028
2029window.thunar toolbar entry.warning selection, window.thunar .inline-toolbar entry.warning selection, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.warning selection, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.warning selection, .nemo-window .primary-toolbar entry.warning selection, headerbar entry.warning selection, window.thunar toolbar entry.warning selection:focus, window.thunar .inline-toolbar entry.warning selection:focus {
2030  background-color: white;
2031  color: #F27835;
2032}
2033
2034window.thunar toolbar entry.error, window.thunar .inline-toolbar entry.error, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.error, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.error, .nemo-window .primary-toolbar entry.error, headerbar entry.error {
2035  color: white;
2036  border-color: rgba(255, 255, 255, 0.12);
2037  background-color: #a73836;
2038}
2039
2040window.thunar toolbar entry.error:focus, window.thunar .inline-toolbar entry.error:focus, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.error:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.error:focus, .nemo-window .primary-toolbar entry.error:focus, headerbar entry.error:focus {
2041  color: white;
2042  background-color: #FC4138;
2043}
2044
2045window.thunar toolbar entry.error selection, window.thunar .inline-toolbar entry.error selection, .caja-navigation-window toolbar#Toolbar.primary-toolbar entry.error selection, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar entry.error selection, .nemo-window .primary-toolbar entry.error selection, headerbar entry.error selection, window.thunar toolbar entry.error selection:focus, window.thunar .inline-toolbar entry.error selection:focus {
2046  background-color: white;
2047  color: #FC4138;
2048}
2049
2050window.thunar toolbar button, window.thunar .inline-toolbar button, .caja-navigation-window toolbar#Toolbar.primary-toolbar button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .primary-toolbar button, headerbar button {
2051  color: rgba(228, 235, 241, 0.8);
2052  outline-offset: -3px;
2053  background-color: rgba(40, 42, 51, 0);
2054  border-color: rgba(40, 42, 51, 0);
2055}
2056
2057window.thunar toolbar button:backdrop, window.thunar .inline-toolbar button:backdrop, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, headerbar button:backdrop {
2058  opacity: 0.7;
2059}
2060
2061window.thunar toolbar button:hover, window.thunar .inline-toolbar button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:hover, .nemo-window .primary-toolbar button:hover, headerbar button:hover {
2062  color: rgba(228, 235, 241, 0.8);
2063  border-color: rgba(255, 255, 255, 0.12);
2064  background-color: #333641;
2065}
2066
2067window.thunar toolbar button:active, window.thunar .inline-toolbar button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:active, .nemo-window .primary-toolbar button:active, headerbar button:active, window.thunar toolbar button:checked, window.thunar .inline-toolbar button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:checked, .nemo-window .primary-toolbar button:checked, headerbar button:checked {
2068  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2069  color: #ffffff;
2070  border-color: #68a2e6;
2071  background-color: #5294e2;
2072  background-clip: padding-box;
2073}
2074
2075window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled {
2076  background-color: rgba(40, 42, 51, 0);
2077  border-color: rgba(40, 42, 51, 0);
2078}
2079
2080window.thunar toolbar button:disabled label, window.thunar .inline-toolbar button:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled label, .nemo-window .primary-toolbar button:disabled label, headerbar button:disabled label, window.thunar toolbar button:disabled, window.thunar .inline-toolbar button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .primary-toolbar button:disabled, headerbar button:disabled {
2081  color: rgba(228, 235, 241, 0.3);
2082}
2083
2084window.thunar toolbar button:disabled:active, window.thunar .inline-toolbar button:disabled:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, headerbar button:disabled:active, window.thunar toolbar button:disabled:checked, window.thunar .inline-toolbar button:disabled:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar button:disabled:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, headerbar button:disabled:checked {
2085  color: rgba(255, 255, 255, 0.5);
2086  border-color: rgba(82, 148, 226, 0.65);
2087  background-color: rgba(82, 148, 226, 0.65);
2088}
2089
2090window.thunar toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, window.thunar .inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button, .nemo-window .primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) button,
2091.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button,
2092.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked.path-bar:not(.vertical):not(.stack-switcher) > button, headerbar .linked.path-bar:not(.vertical):not(.stack-switcher) > button {
2093  background: none;
2094  border: none;
2095  border-radius: 0;
2096  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0;
2097}
2098
2099window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover,
2100.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:hover, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:hover {
2101  color: rgba(255, 255, 255, 0.8);
2102  background-color: transparent;
2103  box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5);
2104}
2105
2106window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
2107.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked, window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active,
2108.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:active {
2109  color: rgba(228, 235, 241, 0.8);
2110  background-color: transparent;
2111  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
2112}
2113
2114window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled,
2115.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:disabled {
2116  color: rgba(228, 235, 241, 0.4);
2117  background-color: transparent;
2118}
2119
2120window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled,
2121.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, .nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button:checked:disabled {
2122  color: rgba(228, 235, 241, 0.4);
2123  background-color: transparent;
2124  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px;
2125}
2126
2127.caja-navigation-window toolbar#Toolbar.primary-toolbar button.flat.popup.toggle.sources-button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.flat.popup.toggle.sources-button:hover, .nemo-window .primary-toolbar button.flat.popup.toggle.sources-button:hover, headerbar button.flat.popup.toggle.sources-button:hover {
2128  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
2129}
2130
2131.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button, .nemo-window .selection-mode.primary-toolbar button, headerbar.selection-mode button {
2132  border-color: transparent;
2133  background-color: transparent;
2134  background-image: none;
2135  color: #ffffff;
2136  background-color: rgba(255, 255, 255, 0);
2137}
2138
2139.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:hover, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:hover, .nemo-window .selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover {
2140  background-color: alpha(#ffffff,0.3);
2141}
2142
2143.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:active, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:active, .nemo-window .selection-mode.primary-toolbar button:active, headerbar.selection-mode button:active, .caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:checked, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:checked, .nemo-window .selection-mode.primary-toolbar button:checked, headerbar.selection-mode button:checked {
2144  color: #ffffff;
2145  background-color: rgba(255, 255, 255, 0.35);
2146  border-color: rgba(255, 255, 255, 0.65);
2147}
2148
2149.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:disabled, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled {
2150  background-color: rgba(255, 255, 255, 0);
2151  border-color: rgba(255, 255, 255, 0.4);
2152}
2153
2154.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:disabled, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:disabled, .nemo-window .selection-mode.primary-toolbar button:disabled, headerbar.selection-mode button:disabled, .caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:disabled label, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:disabled label, .nemo-window .selection-mode.primary-toolbar button:disabled label, headerbar.selection-mode button:disabled label {
2155  color: rgba(255, 255, 255, 0.5);
2156}
2157
2158.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:disabled:active, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:active, .caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:disabled:checked, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:checked {
2159  color: rgba(255, 255, 255, 0.75);
2160  background-color: rgba(255, 255, 255, 0.2);
2161  border-color: rgba(255, 255, 255, 0.4);
2162}
2163
2164.caja-navigation-window toolbar.selection-mode#Toolbar.primary-toolbar button:backdrop, .caja-navigation-window .selection-mode#Toolbar.primary-toolbar.inline-toolbar button:backdrop, .nemo-window .selection-mode.primary-toolbar button:backdrop, headerbar.selection-mode button:backdrop {
2165  opacity: 0.7;
2166  background: none;
2167}
2168
2169.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) button:not(:only-child), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) button:not(:only-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) button:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) button:not(:only-child) {
2170  margin-left: 1px;
2171}
2172
2173.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button, headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar):not(.stack-switcher) > button {
2174  border-radius: 2px;
2175  border-style: solid;
2176}
2177
2178.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
2179.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
2180.caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
2181.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
2182headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
2183.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
2184.caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
2185.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
2186headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
2187.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover),
2188.caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover),
2189.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover),
2190headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
2191  box-shadow: none;
2192}
2193
2194.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop, headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop {
2195  box-shadow: none;
2196}
2197
2198.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar) > entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry, headerbar .linked:not(.vertical):not(.path-bar) > entry {
2199  margin-left: 1px;
2200  border-radius: 2px;
2201  border: 1px solid rgba(255, 255, 255, 0.12);
2202}
2203
2204.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus, headerbar .linked:not(.vertical):not(.path-bar) > entry:focus {
2205  border-color: #5294e2;
2206}
2207
2208.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar > button, headerbar .linked:not(.vertical):not(.stack-switcher).path-bar > button {
2209  margin: 0;
2210}
2211
2212.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button {
2213  background-color: #3e4250;
2214  color: rgba(228, 235, 241, 0.8);
2215  border-color: rgba(255, 255, 255, 0.12);
2216}
2217
2218.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover {
2219  background-color: #4a4d5e;
2220}
2221
2222.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked {
2223  color: #ffffff;
2224  border-color: #68a2e6;
2225  background-color: #5294e2;
2226}
2227
2228.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled {
2229  color: rgba(228, 235, 241, 0.4);
2230}
2231
2232.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled label {
2233  color: rgba(228, 235, 241, 0.4);
2234}
2235
2236.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button {
2237  border-left-style: none;
2238  border-right-style: none;
2239}
2240
2241.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child {
2242  border-left-style: solid;
2243}
2244
2245.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child {
2246  border-right-style: solid;
2247}
2248
2249.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button {
2250  border-left-style: none;
2251  border-right-style: none;
2252}
2253
2254.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button:last-child, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button:last-child, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button:last-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button:last-child {
2255  border-right-style: solid;
2256}
2257
2258.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
2259  box-shadow: none;
2260}
2261
2262.caja-navigation-window toolbar#Toolbar.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
2263  box-shadow: none;
2264}
2265
2266.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action, .nemo-window .primary-toolbar button.suggested-action, headerbar button.suggested-action {
2267  background-clip: border-box;
2268  color: white;
2269  background-color: #5294e2;
2270  border-color: #3c86de;
2271}
2272
2273.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action.flat, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action.flat, .nemo-window .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.flat {
2274  border-color: transparent;
2275  background-color: transparent;
2276  background-image: none;
2277  color: #5294e2;
2278}
2279
2280.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:hover, .nemo-window .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
2281  background-clip: border-box;
2282  color: white;
2283  background-color: #68a2e6;
2284  border-color: #5294e2;
2285}
2286
2287.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:active, .nemo-window .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:checked, .nemo-window .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
2288  background-clip: border-box;
2289  color: white;
2290  background-color: #7eafe9;
2291  border-color: #68a2e6;
2292}
2293
2294.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
2295  background-color: rgba(40, 42, 51, 0);
2296  border-color: rgba(40, 42, 51, 0);
2297}
2298
2299.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled label, .nemo-window .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled {
2300  color: rgba(228, 235, 241, 0.3);
2301}
2302
2303.caja-navigation-window toolbar#Toolbar.primary-toolbar button.suggested-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop {
2304  opacity: 0.8;
2305}
2306
2307.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action, .nemo-window .primary-toolbar button.destructive-action, headerbar button.destructive-action {
2308  background-clip: border-box;
2309  color: white;
2310  background-color: #F04A50;
2311  border-color: #ee3239;
2312}
2313
2314.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action.flat, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action.flat, .nemo-window .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.flat {
2315  border-color: transparent;
2316  background-color: transparent;
2317  background-image: none;
2318  color: #F04A50;
2319}
2320
2321.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:hover, .nemo-window .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
2322  background-clip: border-box;
2323  color: white;
2324  background-color: #f26267;
2325  border-color: #f04a50;
2326}
2327
2328.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:active, .nemo-window .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:checked, .nemo-window .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
2329  background-clip: border-box;
2330  color: white;
2331  background-color: #f4797e;
2332  border-color: #f26267;
2333}
2334
2335.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
2336  background-color: rgba(40, 42, 51, 0);
2337  border-color: rgba(40, 42, 51, 0);
2338}
2339
2340.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled label, .nemo-window .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled {
2341  color: rgba(228, 235, 241, 0.3);
2342}
2343
2344.caja-navigation-window toolbar#Toolbar.primary-toolbar button.destructive-action:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop {
2345  opacity: 0.8;
2346}
2347
2348.caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical):focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical):focus, .nemo-window .primary-toolbar spinbutton:not(.vertical):focus, headerbar spinbutton:not(.vertical):focus {
2349  color: #ffffff;
2350  caret-color: #ffffff;
2351}
2352
2353.caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button, .nemo-window .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button {
2354  color: rgba(228, 235, 241, 0.8);
2355  border-color: rgba(255, 255, 255, 0.12);
2356  background-color: #333641;
2357}
2358
2359.caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:hover, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover {
2360  background-color: rgba(126, 131, 154, 0.4);
2361}
2362
2363.caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:active, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:active, .caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:checked, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:checked, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:checked, headerbar spinbutton:not(.vertical) button:checked {
2364  color: #ffffff;
2365  border-color: #68a2e6;
2366  background-color: #5294e2;
2367}
2368
2369.caja-navigation-window toolbar#Toolbar.primary-toolbar spinbutton:not(.vertical) button:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
2370  color: rgba(228, 235, 241, 0.2);
2371}
2372
2373.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled, headerbar combobox:disabled {
2374  color: rgba(228, 235, 241, 0.2);
2375}
2376
2377.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo {
2378  color: rgba(228, 235, 241, 0.8);
2379  outline-offset: -3px;
2380  background-color: rgba(40, 42, 51, 0);
2381  border-color: rgba(40, 42, 51, 0);
2382}
2383
2384.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
2385  color: rgba(228, 235, 241, 0.8);
2386  border-color: rgba(255, 255, 255, 0.12);
2387  background-color: #333641;
2388  box-shadow: none;
2389}
2390
2391.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
2392  background-color: rgba(40, 42, 51, 0);
2393  border-color: rgba(40, 42, 51, 0);
2394}
2395
2396.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled label, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled label, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled label, headerbar combobox > .linked > button.combo:disabled label, .caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > button.combo:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
2397  color: rgba(228, 235, 241, 0.3);
2398}
2399
2400.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(ltr), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) {
2401  border-right-style: none;
2402}
2403
2404.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(ltr):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus {
2405  box-shadow: 1px 0 #5294e2;
2406}
2407
2408.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(rtl), .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(rtl), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) {
2409  border-left-style: none;
2410}
2411
2412.caja-navigation-window toolbar#Toolbar.primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar combobox > .linked > entry.combo:dir(rtl):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus {
2413  box-shadow: -1px 0 #5294e2;
2414}
2415
2416.caja-navigation-window toolbar#Toolbar.primary-toolbar switch:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar switch:backdrop, .nemo-window .primary-toolbar switch:backdrop, headerbar switch:backdrop {
2417  opacity: 0.75;
2418}
2419
2420.caja-navigation-window toolbar#Toolbar.primary-toolbar progressbar trough, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar progressbar trough, .nemo-window .primary-toolbar progressbar trough, headerbar progressbar trough {
2421  background-color: rgba(13, 14, 17, 0.4);
2422}
2423
2424.caja-navigation-window toolbar#Toolbar.primary-toolbar progressbar:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar progressbar:backdrop, .nemo-window .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop {
2425  opacity: 0.75;
2426}
2427
2428.caja-navigation-window toolbar#Toolbar.primary-toolbar scale:backdrop, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale:backdrop, .nemo-window .primary-toolbar scale:backdrop, headerbar scale:backdrop {
2429  opacity: 0.75;
2430}
2431
2432.caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider, .nemo-window .primary-toolbar scale slider, headerbar scale slider {
2433  background-color: #3e4250;
2434  border-color: rgba(13, 14, 17, 0.7);
2435}
2436
2437.caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:hover, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:hover, .nemo-window .primary-toolbar scale slider:hover, headerbar scale slider:hover {
2438  background-color: #4a4d5e;
2439  border-color: rgba(13, 14, 17, 0.7);
2440}
2441
2442.caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:active, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:active, .nemo-window .primary-toolbar scale slider:active, headerbar scale slider:active {
2443  background-color: #5294e2;
2444  border-color: #68a2e6;
2445}
2446
2447.caja-navigation-window toolbar#Toolbar.primary-toolbar scale slider:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale slider:disabled, .nemo-window .primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
2448  background-color: #383a47;
2449  border-color: rgba(13, 14, 17, 0.7);
2450}
2451
2452.caja-navigation-window toolbar#Toolbar.primary-toolbar scale trough, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale trough, .nemo-window .primary-toolbar scale trough, headerbar scale trough {
2453  background-color: rgba(13, 14, 17, 0.4);
2454}
2455
2456.caja-navigation-window toolbar#Toolbar.primary-toolbar scale trough:disabled, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled, headerbar scale trough:disabled {
2457  background-color: rgba(13, 14, 17, 0.3);
2458}
2459
2460.path-bar button:hover {
2461  background-color: rgba(230, 235, 239, 0.06);
2462}
2463
2464.path-bar button:checked, .path-bar button:active {
2465  background-color: #5294e2;
2466  border-color: #5294e2;
2467}
2468
2469.path-bar button:checked:hover, .path-bar button:active:hover {
2470  background-color: #68a2e6;
2471  border-color: #68a2e6;
2472}
2473
2474.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
2475  padding-left: 6px;
2476  padding-right: 6px;
2477}
2478
2479.path-bar button.text-button.image-button label {
2480  padding-left: 0;
2481  padding-right: 0;
2482}
2483
2484.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
2485  padding-right: 10px;
2486}
2487
2488.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
2489  padding-left: 10px;
2490}
2491
2492.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) {
2493  padding-left: 1px;
2494  padding-right: 1px;
2495}
2496
2497.path-bar button image {
2498  padding-left: 4px;
2499  padding-right: 4px;
2500}
2501
2502treeview.view {
2503  border-left-color: rgba(230, 235, 239, 0.15);
2504  border-top-color: rgba(0, 0, 0, 0.1);
2505}
2506
2507* {
2508  -GtkTreeView-horizontal-separator: 4;
2509  -GtkTreeView-grid-line-width: 1;
2510  -GtkTreeView-grid-line-pattern: '';
2511  -GtkTreeView-tree-line-width: 1;
2512  -GtkTreeView-tree-line-pattern: '';
2513  -GtkTreeView-expander-size: 16;
2514}
2515
2516treeview.view acceleditor > label {
2517  background-color: #5294e2;
2518}
2519
2520treeview.view:selected, treeview.view:selected:focus {
2521  border-radius: 0;
2522  border-left-color: #a9caf1;
2523  border-top-color: rgba(230, 235, 239, 0.1);
2524}
2525
2526treeview.view:disabled {
2527  color: rgba(230, 235, 239, 0.45);
2528}
2529
2530treeview.view:disabled:selected {
2531  color: #97bfee;
2532}
2533
2534treeview.view.separator {
2535  min-height: 2px;
2536  color: rgba(0, 0, 0, 0.1);
2537}
2538
2539treeview.view:drop(active) {
2540  border-style: solid none;
2541  border-width: 1px;
2542  border-color: #9cc0e9;
2543}
2544
2545treeview.view:drop(active).after {
2546  border-top-style: none;
2547}
2548
2549treeview.view:drop(active).before {
2550  border-bottom-style: none;
2551}
2552
2553treeview.view.expander {
2554  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2555  color: #878b91;
2556}
2557
2558treeview.view.expander:dir(rtl) {
2559  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
2560}
2561
2562treeview.view.expander:hover {
2563  color: #e6ebef;
2564}
2565
2566treeview.view.expander:selected {
2567  color: #cbdff6;
2568}
2569
2570treeview.view.expander:selected:hover {
2571  color: #ffffff;
2572}
2573
2574treeview.view.expander:checked {
2575  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2576}
2577
2578treeview.view.progressbar, treeview.view.progressbar:focus {
2579  color: #ffffff;
2580  border-radius: 2px;
2581  background-color: #5294e2;
2582}
2583
2584treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
2585  color: #5294e2;
2586  box-shadow: none;
2587  background-color: #ffffff;
2588}
2589
2590treeview.view.trough {
2591  color: #e6ebef;
2592  background-color: rgba(255, 255, 255, 0.12);
2593  border-radius: 2px;
2594  border-width: 0;
2595}
2596
2597treeview.view.trough:selected, treeview.view.trough:selected:focus {
2598  color: #ffffff;
2599  background-color: rgba(0, 0, 0, 0.2);
2600  border-radius: 2px;
2601  border-width: 0;
2602}
2603
2604treeview.view header button {
2605  min-height: 0;
2606  min-width: 0;
2607  padding: 3px 6px;
2608  font-weight: bold;
2609  color: #c0c4c9;
2610  background-color: #282A33;
2611  background-image: none;
2612  border-style: none solid none none;
2613  border-radius: 0;
2614  border-image: linear-gradient(to bottom, #282A33 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #282A33 80%) 0 1 0 0/0 1px 0 0 stretch;
2615}
2616
2617treeview.view header button:hover {
2618  color: #5294e2;
2619}
2620
2621treeview.view header button:active {
2622  color: #e6ebef;
2623}
2624
2625treeview.view header button:active, treeview.view header button:hover {
2626  background-color: #282A33;
2627}
2628
2629treeview.view header button:active:hover {
2630  color: #e6ebef;
2631}
2632
2633treeview.view header button:disabled {
2634  border-color: #32343D;
2635  background-image: none;
2636}
2637
2638treeview.view header button:last-child {
2639  border-right-style: none;
2640  border-image: none;
2641}
2642
2643treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active,
2644treeview.view header.button.dnd,
2645treeview.view header.button.dnd:selected,
2646treeview.view header.button.dnd:hover,
2647treeview.view header.button.dnd:active {
2648  padding: 0 6px;
2649  transition: none;
2650  color: #ffffff;
2651  background-color: #5294e2;
2652  border-radius: 0;
2653  border-style: none;
2654}
2655
2656menubar,
2657.menubar {
2658  -GtkWidget-window-dragging: true;
2659  padding: 0 0 0 0;
2660  background-color: #282a33;
2661  color: rgba(228, 235, 241, 0.8);
2662  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
2663}
2664
2665menubar:backdrop,
2666.menubar:backdrop {
2667  color: rgba(228, 235, 241, 0.5);
2668}
2669
2670menubar > menuitem,
2671.menubar > menuitem {
2672  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
2673  padding: 4px 8px;
2674  border: 1px solid transparent;
2675  border-radius: 0;
2676}
2677
2678menubar > menuitem:hover,
2679.menubar > menuitem:hover {
2680  background-color: #5294e2;
2681  box-shadow: none;
2682  border-color: #68a2e6;
2683  color: #ffffff;
2684}
2685
2686menubar > menuitem:disabled,
2687.menubar > menuitem:disabled {
2688  color: rgba(228, 235, 241, 0.45);
2689}
2690
2691menubar > menuitem label:disabled,
2692.menubar > menuitem label:disabled {
2693  color: rgba(228, 235, 241, 0.45);
2694}
2695
2696.csd.popup {
2697  border-radius: 0;
2698}
2699
2700menu,
2701.menu,
2702.context-menu,
2703popover.touch-selection,
2704.csd popover.touch-selection,
2705popover.background.touch-selection,
2706.csd popover.background.touch-selection {
2707  border-radius: 0;
2708  transition: none;
2709  background-color: #32343D;
2710  border: 1px solid rgba(255, 255, 255, 0.12);
2711  padding: 6px 0;
2712}
2713
2714.csd menu, .csd .menu, .csd .context-menu, .csd popover.touch-selection,
2715.csd popover.background.touch-selection {
2716  border: none;
2717  border-radius: 0;
2718}
2719
2720menu separator, .csd menu separator,
2721.menu separator, .csd .menu separator,
2722.context-menu separator,
2723popover.touch-selection separator,
2724.csd popover.touch-selection separator,
2725popover.background.touch-selection separator, .csd .context-menu separator {
2726  margin: 4px 0;
2727  background-color: #32343D;
2728}
2729
2730menu menuitem,
2731.menu menuitem,
2732.context-menu menuitem,
2733popover.touch-selection menuitem,
2734.csd popover.touch-selection menuitem,
2735popover.background.touch-selection menuitem {
2736  min-height: 16px;
2737  min-width: 38px;
2738  padding: 4px 8px;
2739  text-shadow: none;
2740  transition: background-color 20ms ease-out;
2741}
2742
2743menu menuitem:hover,
2744.menu menuitem:hover,
2745.context-menu menuitem:hover,
2746popover.touch-selection menuitem:hover {
2747  transition: none;
2748  color: #ffffff;
2749  background-color: #5294e2;
2750}
2751
2752menu menuitem:disabled,
2753.menu menuitem:disabled,
2754.context-menu menuitem:disabled,
2755popover.touch-selection menuitem:disabled {
2756  color: rgba(230, 235, 239, 0.45);
2757}
2758
2759menu menuitem label:dir(rtl), menu menuitem label:dir(ltr),
2760.menu menuitem label:dir(rtl),
2761.menu menuitem label:dir(ltr),
2762.context-menu menuitem label:dir(rtl),
2763popover.touch-selection menuitem label:dir(rtl),
2764.context-menu menuitem label:dir(ltr),
2765popover.touch-selection menuitem label:dir(ltr) {
2766  color: inherit;
2767}
2768
2769menu menuitem arrow,
2770.menu menuitem arrow,
2771.context-menu menuitem arrow,
2772popover.touch-selection menuitem arrow,
2773.csd popover.touch-selection menuitem arrow,
2774popover.background.touch-selection menuitem arrow {
2775  min-height: 16px;
2776  min-width: 16px;
2777}
2778
2779menu menuitem arrow:dir(ltr),
2780.menu menuitem arrow:dir(ltr),
2781.context-menu menuitem arrow:dir(ltr),
2782popover.touch-selection menuitem arrow:dir(ltr) {
2783  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2784  margin-left: 8px;
2785}
2786
2787menu menuitem arrow:dir(rtl),
2788.menu menuitem arrow:dir(rtl),
2789.context-menu menuitem arrow:dir(rtl),
2790popover.touch-selection menuitem arrow:dir(rtl) {
2791  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
2792  margin-right: 8px;
2793}
2794
2795menuitem accelerator {
2796  color: alpha(currentColor,0.55);
2797}
2798
2799menuitem check, menuitem radio {
2800  min-height: 16px;
2801  min-width: 16px;
2802}
2803
2804menuitem check:dir(ltr), menuitem radio:dir(ltr) {
2805  margin-right: 6px;
2806  margin-left: 2px;
2807}
2808
2809menuitem check:dir(rtl), menuitem radio:dir(rtl) {
2810  margin-left: 6px;
2811  margin-right: 2px;
2812}
2813
2814menu > arrow,
2815.menu > arrow,
2816.context-menu > arrow,
2817popover.touch-selection > arrow,
2818.csd popover.touch-selection > arrow,
2819popover.background.touch-selection > arrow {
2820  min-width: 16px;
2821  min-height: 16px;
2822  padding: 4px;
2823  background-color: #32343D;
2824  border-radius: 0;
2825  transition: none;
2826}
2827
2828menu > arrow.top,
2829.menu > arrow.top,
2830.context-menu > arrow.top,
2831popover.touch-selection > arrow.top,
2832.csd popover.touch-selection > arrow.top {
2833  margin-top: -4px;
2834  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
2835  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
2836}
2837
2838menu > arrow.bottom,
2839.menu > arrow.bottom,
2840.context-menu > arrow.bottom,
2841popover.touch-selection > arrow.bottom,
2842.csd popover.touch-selection > arrow.bottom {
2843  margin-top: 8px;
2844  margin-bottom: -12px;
2845  border-top: 1px solid rgba(255, 255, 255, 0.12);
2846  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2847}
2848
2849menu > arrow:hover,
2850.menu > arrow:hover,
2851.context-menu > arrow:hover,
2852popover.touch-selection > arrow:hover,
2853.csd popover.touch-selection > arrow:hover {
2854  background-color: #3b3d46;
2855}
2856
2857menu > arrow:disabled,
2858.menu > arrow:disabled,
2859.context-menu > arrow:disabled,
2860popover.touch-selection > arrow:disabled,
2861.csd popover.touch-selection > arrow:disabled {
2862  color: transparent;
2863  background-color: transparent;
2864  border-color: transparent;
2865}
2866
2867popover,
2868popover.background {
2869  padding: 2px;
2870  background-clip: border-box;
2871  background-color: #32343D;
2872}
2873
2874popover, .csd popover, popover.menu,
2875popover.background, .csd popover.background,
2876popover.background.menu {
2877  border-radius: 3px;
2878  border: 1px solid rgba(255, 255, 255, 0.12);
2879  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
2880}
2881
2882popover separator,
2883popover.background separator {
2884  background-color: #32343D;
2885}
2886
2887popover label.separator,
2888popover.background label.separator {
2889  color: #e6ebef;
2890}
2891
2892popover > list,
2893popover > .view,
2894popover > toolbar,
2895popover > .inline-toolbar,
2896popover.background > list,
2897popover.background > .view,
2898popover.background > toolbar,
2899popover.background > .inline-toolbar {
2900  border-style: none;
2901  background-color: transparent;
2902}
2903
2904popover button:not(.suggested-action):not(.destructive-action):hover,
2905popover.background button:not(.suggested-action):not(.destructive-action):hover {
2906  background-color: #3e4250;
2907  color: #e0e5eb;
2908}
2909
2910popover button:not(.suggested-action):not(.destructive-action):checked, popover button:not(.suggested-action):not(.destructive-action):active,
2911popover.background button:not(.suggested-action):not(.destructive-action):checked,
2912popover.background button:not(.suggested-action):not(.destructive-action):active {
2913  background-color: #5294e2;
2914  color: #ffffff;
2915}
2916
2917cursor-handle {
2918  background-color: transparent;
2919  background-image: none;
2920  box-shadow: none;
2921  border-style: none;
2922}
2923
2924cursor-handle.top {
2925  -gtk-icon-source: -gtk-icontheme("selection-start-symbolic");
2926}
2927
2928cursor-handle.bottom {
2929  -gtk-icon-source: -gtk-icontheme("selection-end-symbolic");
2930}
2931
2932notebook {
2933  padding: 0;
2934}
2935
2936notebook.frame {
2937  border: 1px solid rgba(255, 255, 255, 0.12);
2938}
2939
2940notebook > stack:not(:only-child) {
2941  background-color: #282A33;
2942}
2943
2944notebook > header {
2945  padding: 0;
2946  background-color: #32343D;
2947}
2948
2949notebook > header.top {
2950  padding-bottom: 0;
2951  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
2952}
2953
2954notebook > header.top > tabs > tab {
2955  padding: 2px 16px 4px 16px;
2956  min-width: 24px;
2957  min-height: 24px;
2958  border-radius: 0;
2959  outline-offset: -4px;
2960  border: none;
2961  border-bottom: none;
2962}
2963
2964notebook > header.top > tabs > tab:not(:only-child):first-child {
2965  margin-left: 6px;
2966}
2967
2968notebook > header.top > tabs > tab:not(:only-child):last-child {
2969  margin-right: 6px;
2970}
2971
2972notebook > header.top > tabs > tab:hover {
2973  box-shadow: inset 0 -1px alpha(#5294e2,0.6), 0 1px alpha(#5294e2,0.6);
2974}
2975
2976notebook > header.top > tabs > tab:checked {
2977  box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2;
2978}
2979
2980notebook > header.bottom {
2981  padding-top: 0;
2982  border-top: 1px solid rgba(255, 255, 255, 0.12);
2983}
2984
2985notebook > header.bottom > tabs > tab {
2986  padding: 2px 16px 4px 16px;
2987  min-width: 24px;
2988  min-height: 24px;
2989  border-radius: 0;
2990  outline-offset: -4px;
2991  border: none;
2992  border-top: none;
2993}
2994
2995notebook > header.bottom > tabs > tab:not(:only-child):first-child {
2996  margin-left: 6px;
2997}
2998
2999notebook > header.bottom > tabs > tab:not(:only-child):last-child {
3000  margin-right: 6px;
3001}
3002
3003notebook > header.bottom > tabs > tab:hover {
3004  box-shadow: inset 0 1px alpha(#5294e2,0.6), 0 -1px alpha(#5294e2,0.6);
3005}
3006
3007notebook > header.bottom > tabs > tab:checked {
3008  box-shadow: inset 0 1px #5294e2, 0 -1px #5294e2;
3009}
3010
3011notebook > header.right {
3012  padding-left: 0;
3013  border-left: 1px solid rgba(255, 255, 255, 0.12);
3014}
3015
3016notebook > header.right > tabs > tab {
3017  padding: 2px 16px 4px 16px;
3018  min-width: 24px;
3019  min-height: 24px;
3020  border-radius: 0;
3021  outline-offset: -4px;
3022  border: none;
3023  border-left: none;
3024}
3025
3026notebook > header.right > tabs > tab:not(:only-child):first-child {
3027  margin-top: 6px;
3028}
3029
3030notebook > header.right > tabs > tab:not(:only-child):last-child {
3031  margin-bottom: 6px;
3032}
3033
3034notebook > header.right > tabs > tab:hover {
3035  box-shadow: inset 1px 0 alpha(#5294e2,0.6), -1px 0 alpha(#5294e2,0.6);
3036}
3037
3038notebook > header.right > tabs > tab:checked {
3039  box-shadow: inset 1px 0 #5294e2, -1px 0 #5294e2;
3040}
3041
3042notebook > header.left {
3043  padding-right: 0;
3044  border-right: 1px solid rgba(255, 255, 255, 0.12);
3045}
3046
3047notebook > header.left > tabs > tab {
3048  padding: 2px 16px 4px 16px;
3049  min-width: 24px;
3050  min-height: 24px;
3051  border-radius: 0;
3052  outline-offset: -4px;
3053  border: none;
3054  border-right: none;
3055}
3056
3057notebook > header.left > tabs > tab:not(:only-child):first-child {
3058  margin-top: 6px;
3059}
3060
3061notebook > header.left > tabs > tab:not(:only-child):last-child {
3062  margin-bottom: 6px;
3063}
3064
3065notebook > header.left > tabs > tab:hover {
3066  box-shadow: inset -1px 0 alpha(#5294e2,0.6), 1px 0 alpha(#5294e2,0.6);
3067}
3068
3069notebook > header.left > tabs > tab:checked {
3070  box-shadow: inset -1px 0 #5294e2, 1px 0 #5294e2;
3071}
3072
3073notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
3074  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
3075}
3076
3077notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
3078  margin-left: 2px;
3079}
3080
3081notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
3082  -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
3083}
3084
3085notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
3086  margin-right: 2px;
3087}
3088
3089notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
3090  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3091}
3092
3093notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
3094  margin-top: 2px;
3095}
3096
3097notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
3098  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
3099}
3100
3101notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
3102  margin-bottom: 2px;
3103}
3104
3105notebook > header > tabs > arrow {
3106  color: rgba(230, 235, 239, 0.45);
3107}
3108
3109notebook > header > tabs > arrow:hover {
3110  color: rgba(230, 235, 239, 0.75);
3111}
3112
3113notebook > header > tabs > arrow:active {
3114  color: #e6ebef;
3115}
3116
3117notebook > header > tabs > arrow:disabled {
3118  color: rgba(230, 235, 239, 0.3);
3119}
3120
3121notebook > header > tabs > tab {
3122  color: rgba(230, 235, 239, 0.45);
3123  background-color: rgba(50, 52, 61, 0);
3124}
3125
3126notebook > header > tabs > tab:hover:not(:checked) {
3127  color: rgba(230, 235, 239, 0.75);
3128  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3129}
3130
3131notebook > header > tabs > tab:checked {
3132  color: #e6ebef;
3133  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3134}
3135
3136notebook > header > tabs > tab button.flat {
3137  border-radius: 100%;
3138  min-height: 16px;
3139  min-width: 16px;
3140  padding: 0;
3141  margin: 4px 0;
3142  color: #a7abb1;
3143}
3144
3145notebook > header > tabs > tab button.flat:hover {
3146  color: #ff4d4d;
3147  background-color: #27282f;
3148}
3149
3150notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
3151  color: #5294e2;
3152  background-color: #202127;
3153}
3154
3155scrollbar {
3156  background-color: rgba(0, 0, 0, 0.05);
3157  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3158}
3159
3160* {
3161  -GtkScrollbar-has-backward-stepper: false;
3162  -GtkScrollbar-has-forward-stepper: false;
3163}
3164
3165scrollbar.top {
3166  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
3167}
3168
3169scrollbar.bottom {
3170  border-top: 1px solid rgba(255, 255, 255, 0.12);
3171}
3172
3173scrollbar.left {
3174  border-right: 1px solid rgba(255, 255, 255, 0.12);
3175}
3176
3177scrollbar.right {
3178  border-left: 1px solid rgba(255, 255, 255, 0.12);
3179}
3180
3181scrollbar button {
3182  border: none;
3183}
3184
3185scrollbar.vertical button.down {
3186  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3187}
3188
3189scrollbar.vertical button.up {
3190  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
3191}
3192
3193scrollbar.horizontal button.down {
3194  -gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
3195}
3196
3197scrollbar.horizontal button.up {
3198  -gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
3199}
3200
3201scrollbar slider {
3202  min-width: 6px;
3203  min-height: 6px;
3204  margin: -1px;
3205  border: 4px solid transparent;
3206  border-radius: 8px;
3207  background-clip: padding-box;
3208  background-color: #7a7d84;
3209}
3210
3211scrollbar slider:hover {
3212  background-color: #686b72;
3213}
3214
3215scrollbar slider:hover:active {
3216  background-color: #5294e2;
3217}
3218
3219scrollbar slider:disabled {
3220  background-color: transparent;
3221}
3222
3223scrollbar.fine-tune slider {
3224  min-width: 4px;
3225  min-height: 4px;
3226}
3227
3228scrollbar.fine-tune.horizontal slider {
3229  border-width: 5px 4px;
3230}
3231
3232scrollbar.fine-tune.vertical slider {
3233  border-width: 4px 5px;
3234}
3235
3236scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
3237  opacity: 0.4;
3238  border-color: transparent;
3239  background-color: transparent;
3240}
3241
3242scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
3243  margin: 0;
3244  min-width: 4px;
3245  min-height: 4px;
3246  background-color: #b0b4ba;
3247  border: 1px solid rgba(0, 0, 0, 0.3);
3248}
3249
3250scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
3251  margin: 0 2px;
3252  min-width: 38px;
3253}
3254
3255scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
3256  margin: 2px 0;
3257  min-height: 38px;
3258}
3259
3260scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
3261  opacity: 0.99;
3262}
3263
3264scrollbar.horizontal slider {
3265  min-width: 38px;
3266}
3267
3268scrollbar.vertical slider {
3269  min-height: 38px;
3270}
3271
3272switch {
3273  font-size: 0;
3274  min-width: 50px;
3275  min-height: 20px;
3276  background-size: 50px 20px;
3277  background-repeat: no-repeat;
3278  background-position: center center;
3279  transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3280}
3281
3282switch slider {
3283  min-width: 0;
3284  min-height: 0;
3285}
3286
3287switch, switch slider {
3288  outline-color: transparent;
3289  color: transparent;
3290  border: none;
3291  box-shadow: none;
3292}
3293
3294switch {
3295  background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png"));
3296}
3297
3298menuitem:hover switch,
3299row:selected switch,
3300infobar switch {
3301  background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png"));
3302}
3303
3304headerbar switch {
3305  background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png"));
3306}
3307
3308switch:checked {
3309  background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png"));
3310}
3311
3312menuitem:hover switch:checked,
3313row:selected switch:checked,
3314infobar switch:checked {
3315  background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png"));
3316}
3317
3318headerbar switch:checked {
3319  background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png"));
3320}
3321
3322switch:disabled {
3323  background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png"));
3324}
3325
3326menuitem:hover switch:disabled,
3327row:selected switch:disabled,
3328infobar switch:disabled {
3329  background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png"));
3330}
3331
3332headerbar switch:disabled {
3333  background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png"));
3334}
3335
3336switch:checked:disabled {
3337  background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png"));
3338}
3339
3340menuitem:hover switch:checked:disabled,
3341row:selected switch:checked:disabled,
3342infobar switch:checked:disabled {
3343  background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png"));
3344}
3345
3346headerbar switch:checked:disabled {
3347  background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png"));
3348}
3349
3350.check,
3351check,
3352.view check:hover,
3353treeview.check {
3354  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
3355}
3356
3357.view check:hover {
3358  background-color: transparent;
3359}
3360
3361.osd check {
3362  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
3363}
3364
3365menuitem check:hover,
3366.view check:selected,
3367treeview.check:selected,
3368row:selected check,
3369infobar check {
3370  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3371}
3372
3373.check:disabled,
3374check:disabled,
3375.view check:disabled:hover,
3376treeview.check:disabled {
3377  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3378}
3379
3380.view check:disabled:hover {
3381  background-color: transparent;
3382}
3383
3384.osd check:disabled {
3385  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3386}
3387
3388menuitem check:disabled:hover,
3389.view check:disabled:selected,
3390treeview.check:disabled:selected,
3391row:selected check:disabled,
3392infobar check:disabled {
3393  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png"));
3394}
3395
3396.check:indeterminate,
3397check:indeterminate,
3398.view check:indeterminate:hover,
3399treeview.check:indeterminate {
3400  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3401}
3402
3403.view check:indeterminate:hover {
3404  background-color: transparent;
3405}
3406
3407.osd check:indeterminate {
3408  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3409}
3410
3411menuitem check:indeterminate:hover,
3412.view check:indeterminate:selected,
3413treeview.check:indeterminate:selected,
3414row:selected check:indeterminate,
3415infobar check:indeterminate {
3416  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3417}
3418
3419.check:indeterminate:disabled,
3420check:indeterminate:disabled,
3421.view check:indeterminate:disabled:hover,
3422treeview.check:indeterminate:disabled {
3423  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3424}
3425
3426.view check:indeterminate:disabled:hover {
3427  background-color: transparent;
3428}
3429
3430.osd check:indeterminate:disabled {
3431  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3432}
3433
3434menuitem check:indeterminate:disabled:hover,
3435.view check:indeterminate:disabled:selected,
3436treeview.check:indeterminate:disabled:selected,
3437row:selected check:indeterminate:disabled,
3438infobar check:indeterminate:disabled {
3439  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png"));
3440}
3441
3442.check:checked,
3443check:checked,
3444.view check:checked:hover,
3445treeview.check:checked {
3446  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3447}
3448
3449.view check:checked:hover {
3450  background-color: transparent;
3451}
3452
3453.osd check:checked {
3454  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3455}
3456
3457menuitem check:checked:hover,
3458.view check:checked:selected,
3459treeview.check:checked:selected,
3460row:selected check:checked,
3461infobar check:checked {
3462  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3463}
3464
3465.check:checked:disabled,
3466check:checked:disabled,
3467.view check:checked:disabled:hover,
3468treeview.check:checked:disabled {
3469  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3470}
3471
3472.view check:checked:disabled:hover {
3473  background-color: transparent;
3474}
3475
3476.osd check:checked:disabled {
3477  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3478}
3479
3480menuitem check:checked:disabled:hover,
3481.view check:checked:disabled:selected,
3482treeview.check:checked:disabled:selected,
3483row:selected check:checked:disabled,
3484infobar check:checked:disabled {
3485  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png"));
3486}
3487
3488.radio,
3489radio,
3490.view radio:hover,
3491treeview.radio {
3492  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3493}
3494
3495.view radio:hover {
3496  background-color: transparent;
3497}
3498
3499.osd radio {
3500  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3501}
3502
3503menuitem radio:hover,
3504.view radio:selected,
3505treeview.radio:selected,
3506row:selected radio,
3507infobar radio {
3508  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3509}
3510
3511.radio:disabled,
3512radio:disabled,
3513.view radio:disabled:hover,
3514treeview.radio:disabled {
3515  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3516}
3517
3518.view radio:disabled:hover {
3519  background-color: transparent;
3520}
3521
3522.osd radio:disabled {
3523  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3524}
3525
3526menuitem radio:disabled:hover,
3527.view radio:disabled:selected,
3528treeview.radio:disabled:selected,
3529row:selected radio:disabled,
3530infobar radio:disabled {
3531  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png"));
3532}
3533
3534.radio:indeterminate,
3535radio:indeterminate,
3536.view radio:indeterminate:hover,
3537treeview.radio:indeterminate {
3538  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3539}
3540
3541.view radio:indeterminate:hover {
3542  background-color: transparent;
3543}
3544
3545.osd radio:indeterminate {
3546  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3547}
3548
3549menuitem radio:indeterminate:hover,
3550.view radio:indeterminate:selected,
3551treeview.radio:indeterminate:selected,
3552row:selected radio:indeterminate,
3553infobar radio:indeterminate {
3554  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3555}
3556
3557.radio:indeterminate:disabled,
3558radio:indeterminate:disabled,
3559.view radio:indeterminate:disabled:hover,
3560treeview.radio:indeterminate:disabled {
3561  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3562}
3563
3564.view radio:indeterminate:disabled:hover {
3565  background-color: transparent;
3566}
3567
3568.osd radio:indeterminate:disabled {
3569  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3570}
3571
3572menuitem radio:indeterminate:disabled:hover,
3573.view radio:indeterminate:disabled:selected,
3574treeview.radio:indeterminate:disabled:selected,
3575row:selected radio:indeterminate:disabled,
3576infobar radio:indeterminate:disabled {
3577  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png"));
3578}
3579
3580.radio:checked,
3581radio:checked,
3582.view radio:checked:hover,
3583treeview.radio:checked {
3584  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3585}
3586
3587.view radio:checked:hover {
3588  background-color: transparent;
3589}
3590
3591.osd radio:checked {
3592  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3593}
3594
3595menuitem radio:checked:hover,
3596.view radio:checked:selected,
3597treeview.radio:checked:selected,
3598row:selected radio:checked,
3599infobar radio:checked {
3600  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3601}
3602
3603.radio:checked:disabled,
3604radio:checked:disabled,
3605.view radio:checked:disabled:hover,
3606treeview.radio:checked:disabled {
3607  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3608}
3609
3610.view radio:checked:disabled:hover {
3611  background-color: transparent;
3612}
3613
3614.osd radio:checked:disabled {
3615  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3616}
3617
3618menuitem radio:checked:disabled:hover,
3619.view radio:checked:disabled:selected,
3620treeview.radio:checked:disabled:selected,
3621row:selected radio:checked:disabled,
3622infobar radio:checked:disabled {
3623  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png"));
3624}
3625
3626.view.content-view.check:not(list),
3627.content-view .tile check:not(list) {
3628  min-height: 40px;
3629  min-width: 40px;
3630  margin: 0;
3631  padding: 0;
3632  box-shadow: none;
3633  background-color: transparent;
3634  background-image: none;
3635}
3636
3637.view.content-view.check:not(list),
3638.content-view .tile check:not(list) {
3639  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
3640  background-color: transparent;
3641}
3642
3643.view.content-view.check:checked:not(list),
3644.content-view .tile check:checked:not(list) {
3645  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
3646  background-color: transparent;
3647}
3648
3649checkbutton.text-button, radiobutton.text-button {
3650  padding: 2px 0;
3651  outline-offset: 0;
3652}
3653
3654checkbutton.text-button:hover, radiobutton.text-button:hover {
3655  color: #b7c6d1;
3656}
3657
3658checkbutton.text-button:disabled, radiobutton.text-button:disabled {
3659  color: rgba(230, 235, 239, 0.45);
3660}
3661
3662checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child {
3663  margin-left: 4px;
3664}
3665
3666checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child {
3667  margin-right: 4px;
3668}
3669
3670check,
3671radio {
3672  min-width: 16px;
3673  min-height: 16px;
3674  margin: 0 2px;
3675}
3676
3677check:only-child, menu menuitem check,
3678radio:only-child, menu menuitem radio {
3679  margin: 0;
3680}
3681
3682scale {
3683  min-height: 15px;
3684  min-width: 15px;
3685  padding: 3px;
3686}
3687
3688scale.horizontal trough {
3689  padding: 0 4px;
3690}
3691
3692scale.horizontal highlight, scale.horizontal fill {
3693  margin: 0 -4px;
3694}
3695
3696scale.vertical trough {
3697  padding: 4px 0;
3698}
3699
3700scale.vertical highlight, scale.vertical fill {
3701  margin: -4px 0;
3702}
3703
3704scale slider {
3705  min-height: 15px;
3706  min-width: 15px;
3707  margin: -6px;
3708}
3709
3710scale.fine-tune slider {
3711  margin: -4px;
3712}
3713
3714scale.fine-tune fill,
3715scale.fine-tune highlight,
3716scale.fine-tune trough {
3717  border-radius: 5px;
3718  -gtk-outline-radius: 7px;
3719}
3720
3721scale trough {
3722  outline-offset: 2px;
3723  -gtk-outline-radius: 4.5px;
3724  border-radius: 2.5px;
3725  background-color: rgba(255, 255, 255, 0.12);
3726}
3727
3728scale trough:disabled {
3729  background-color: rgba(255, 255, 255, 0.045);
3730}
3731
3732.osd scale trough {
3733  background-color: #383a47;
3734}
3735
3736.osd scale trough highlight {
3737  background-color: #5294e2;
3738}
3739
3740row:selected scale trough, infobar scale trough {
3741  background-color: rgba(0, 0, 0, 0.2);
3742}
3743
3744row:selected scale trough highlight, infobar scale trough highlight {
3745  background-color: #ffffff;
3746}
3747
3748row:selected scale trough highlight:disabled, infobar scale trough highlight:disabled {
3749  background-color: #b1cff2;
3750}
3751
3752row:selected scale trough:disabled, infobar scale trough:disabled {
3753  background-color: rgba(0, 0, 0, 0.1);
3754}
3755
3756scale highlight {
3757  border-radius: 2.5px;
3758  background-color: #5294e2;
3759}
3760
3761scale highlight:disabled {
3762  background-color: rgba(82, 148, 226, 0.55);
3763}
3764
3765scale fill {
3766  border-radius: 2.5px;
3767  background-color: rgba(82, 148, 226, 0.5);
3768}
3769
3770scale fill:disabled {
3771  background-color: transparent;
3772}
3773
3774scale slider {
3775  background-color: #ffffff;
3776  border: 1px solid rgba(255, 255, 255, 0.1);
3777  border-radius: 100%;
3778  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3779  transition-property: background, border;
3780}
3781
3782scale slider:hover {
3783  background-clip: border-box;
3784  background-color: #5f9ce4;
3785  border-color: #68a2e6;
3786}
3787
3788scale slider:active {
3789  background-clip: border-box;
3790  background-color: #458ce0;
3791  border-color: #68a2e6;
3792}
3793
3794scale slider:disabled {
3795  background-color: #e6e6e6;
3796  border-color: rgba(242, 242, 242, 0.1);
3797}
3798
3799row:selected scale slider, infobar scale slider {
3800  background-clip: border-box;
3801  background-color: #ffffff;
3802  border-color: #ffffff;
3803}
3804
3805row:selected scale slider:hover, infobar scale slider:hover {
3806  background-color: #e5effb;
3807  border-color: #e5effb;
3808}
3809
3810row:selected scale slider:active, infobar scale slider:active {
3811  background-color: #a9caf1;
3812  border-color: #a9caf1;
3813}
3814
3815row:selected scale slider:disabled, infobar scale slider:disabled {
3816  background-color: #b1cff2;
3817  border-color: #b1cff2;
3818}
3819
3820.osd scale slider {
3821  background-clip: border-box;
3822  background-color: #5294e2;
3823  border-color: #5294e2;
3824}
3825
3826.osd scale slider:hover {
3827  background-color: #7eafe9;
3828  border-color: #7eafe9;
3829}
3830
3831.osd scale slider:active {
3832  background-color: #68a2e6;
3833  border-color: #68a2e6;
3834}
3835
3836scale value {
3837  color: alpha(currentColor,0.4);
3838}
3839
3840scale marks {
3841  color: alpha(currentColor,0.4);
3842}
3843
3844scale marks.top {
3845  margin-bottom: 1px;
3846  margin-top: -4px;
3847}
3848
3849scale marks.bottom {
3850  margin-top: 1px;
3851  margin-bottom: -4px;
3852}
3853
3854scale marks.top {
3855  margin-right: 1px;
3856  margin-left: -4px;
3857}
3858
3859scale marks.bottom {
3860  margin-left: 1px;
3861  margin-right: -4px;
3862}
3863
3864scale.fine-tune marks.top {
3865  margin-bottom: 0px;
3866  margin-top: -2px;
3867}
3868
3869scale.fine-tune marks.bottom {
3870  margin-top: 0px;
3871  margin-bottom: -2px;
3872}
3873
3874scale.fine-tune marks.top {
3875  margin-right: 0px;
3876  margin-left: -2px;
3877}
3878
3879scale.fine-tune marks.bottom {
3880  margin-left: 0px;
3881  margin-right: -2px;
3882}
3883
3884scale.horizontal indicator {
3885  min-height: 3px;
3886  min-width: 1px;
3887}
3888
3889scale.horizontal.fine-tune indicator {
3890  min-height: 2px;
3891}
3892
3893scale.vertical indicator {
3894  min-height: 1px;
3895  min-width: 3px;
3896}
3897
3898scale.vertical.fine-tune indicator {
3899  min-width: 2px;
3900}
3901
3902progressbar {
3903  padding: 0;
3904  font-size: smaller;
3905  color: rgba(230, 235, 239, 0.7);
3906}
3907
3908progressbar.osd {
3909  min-width: 3px;
3910  min-height: 3px;
3911  background-color: transparent;
3912}
3913
3914progressbar.osd trough {
3915  border-style: none;
3916  background-color: transparent;
3917  box-shadow: none;
3918}
3919
3920progressbar progress {
3921  background-color: #5294e2;
3922  border: none;
3923  border-radius: 2px;
3924  box-shadow: none;
3925}
3926
3927row:selected progressbar progress, infobar progressbar progress {
3928  background-color: #ffffff;
3929}
3930
3931progressbar trough {
3932  border: none;
3933  border-radius: 2px;
3934  background-color: rgba(255, 255, 255, 0.12);
3935}
3936
3937row:selected progressbar trough, infobar progressbar trough {
3938  background-color: rgba(0, 0, 0, 0.2);
3939}
3940
3941levelbar block {
3942  min-width: 32px;
3943  min-height: 1px;
3944}
3945
3946levelbar.vertical block {
3947  min-width: 1px;
3948  min-height: 32px;
3949}
3950
3951levelbar trough {
3952  border: none;
3953  padding: 3px;
3954  border-radius: 2px;
3955  background-color: rgba(255, 255, 255, 0.12);
3956}
3957
3958levelbar.horizontal.discrete block {
3959  margin: 0 1px;
3960}
3961
3962levelbar.vertical.discrete block {
3963  margin: 1px 0;
3964}
3965
3966levelbar block:not(.empty) {
3967  border: 1px solid #5294e2;
3968  background-color: #5294e2;
3969  border-radius: 2px;
3970}
3971
3972levelbar block.low {
3973  border-color: #F27835;
3974  background-color: #F27835;
3975}
3976
3977levelbar block.high {
3978  border-color: #5294e2;
3979  background-color: #5294e2;
3980}
3981
3982levelbar block.full {
3983  border-color: #6dcfa7;
3984  background-color: #6dcfa7;
3985}
3986
3987levelbar block.empty {
3988  background-color: #282A33;
3989  border-color: #282A33;
3990}
3991
3992printdialog paper {
3993  border: 1px solid rgba(255, 255, 255, 0.12);
3994  background: #282A33;
3995  padding: 0;
3996}
3997
3998printdialog .dialog-action-box {
3999  margin: 12px;
4000}
4001
4002frame > border,
4003.frame {
4004  margin: 0;
4005  padding: 0;
4006  border-radius: 0;
4007  border: 1px solid rgba(255, 255, 255, 0.12);
4008}
4009
4010frame.flat > border,
4011frame > border.flat,
4012.frame.flat {
4013  border: none;
4014}
4015
4016scrolledwindow viewport.frame {
4017  border: none;
4018}
4019
4020scrolledwindow viewport.frame .frame {
4021  border-radius: 2px;
4022}
4023
4024scrolledwindow viewport.frame .frame > textview {
4025  border-radius: 2px;
4026}
4027
4028scrolledwindow viewport.frame .frame > textview > text {
4029  border-radius: 2px;
4030  border: 1px solid rgba(255, 255, 255, 0.12);
4031}
4032
4033scrolledwindow viewport.frame > box.vertical list.content.view {
4034  border-top-left-radius: 2px;
4035  border-top-right-radius: 2px;
4036}
4037
4038scrolledwindow viewport.frame > box.vertical list.frame list {
4039  border-radius: 0;
4040}
4041
4042scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:first-child, scrolledwindow viewport.frame > box.vertical list.frame list > row.activatable:last-child {
4043  border-radius: 0;
4044}
4045
4046stack.background scrolledwindow frame, stack.background scrolledwindow frame > border {
4047  border-radius: 2px;
4048}
4049
4050scrolledwindow overshoot.top {
4051  background-image: radial-gradient(farthest-side at top, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at top, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0));
4052  background-size: 100% 3%, 100% 50%;
4053  background-repeat: no-repeat;
4054  background-position: top;
4055  background-color: transparent;
4056  border: none;
4057  box-shadow: none;
4058}
4059
4060scrolledwindow overshoot.bottom {
4061  background-image: radial-gradient(farthest-side at bottom, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at bottom, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0));
4062  background-size: 100% 3%, 100% 50%;
4063  background-repeat: no-repeat;
4064  background-position: bottom;
4065  background-color: transparent;
4066  border: none;
4067  box-shadow: none;
4068}
4069
4070scrolledwindow overshoot.left {
4071  background-image: radial-gradient(farthest-side at left, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at left, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0));
4072  background-size: 3% 100%, 50% 100%;
4073  background-repeat: no-repeat;
4074  background-position: left;
4075  background-color: transparent;
4076  border: none;
4077  box-shadow: none;
4078}
4079
4080scrolledwindow overshoot.right {
4081  background-image: radial-gradient(farthest-side at right, rgba(230, 230, 230, 0.12) 85%, rgba(230, 230, 230, 0)), radial-gradient(farthest-side at right, rgba(230, 235, 239, 0.07), rgba(230, 235, 239, 0));
4082  background-size: 3% 100%, 50% 100%;
4083  background-repeat: no-repeat;
4084  background-position: right;
4085  background-color: transparent;
4086  border: none;
4087  box-shadow: none;
4088}
4089
4090scrolledwindow undershoot.top {
4091  background-color: transparent;
4092  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
4093  padding-top: 1px;
4094  background-size: 10px 1px;
4095  background-repeat: repeat-x;
4096  background-origin: content-box;
4097  background-position: center top;
4098  border: none;
4099}
4100
4101scrolledwindow undershoot.bottom {
4102  background-color: transparent;
4103  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
4104  padding-bottom: 1px;
4105  background-size: 10px 1px;
4106  background-repeat: repeat-x;
4107  background-origin: content-box;
4108  background-position: center bottom;
4109  border: none;
4110}
4111
4112scrolledwindow undershoot.left {
4113  background-color: transparent;
4114  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
4115  padding-left: 1px;
4116  background-size: 1px 10px;
4117  background-repeat: repeat-y;
4118  background-origin: content-box;
4119  background-position: left center;
4120  border: none;
4121}
4122
4123scrolledwindow undershoot.right {
4124  background-color: transparent;
4125  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
4126  padding-right: 1px;
4127  background-size: 1px 10px;
4128  background-repeat: repeat-y;
4129  background-origin: content-box;
4130  background-position: right center;
4131  border: none;
4132}
4133
4134scrolledwindow junction {
4135  border-color: transparent;
4136  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
4137  background-color: rgba(0, 0, 0, 0.05);
4138}
4139
4140scrolledwindow junction:dir(rtl) {
4141  border-image-slice: 0 1 0 0;
4142}
4143
4144separator {
4145  background-color: rgba(255, 255, 255, 0.12);
4146  min-width: 1px;
4147  min-height: 1px;
4148}
4149
4150list.content:not(.conversation-listbox), scrolledwindow viewport.frame > box.vertical list.frame, stack.background scrolledwindow frame list {
4151  border-radius: 2px;
4152  -gtk-outline-radius: 2px;
4153}
4154
4155list.content:not(.conversation-listbox) > row:first-child, scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:first-child, stack.background scrolledwindow frame list > row.activatable:first-child {
4156  border-top-left-radius: 2px;
4157  border-top-right-radius: 2px;
4158}
4159
4160list.content:not(.conversation-listbox) > row:last-child, scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:last-child, stack.background scrolledwindow frame list > row.activatable:last-child {
4161  border-bottom-left-radius: 2px;
4162  border-bottom-right-radius: 2px;
4163}
4164
4165list.content:not(.conversation-listbox) > row:only-child, scrolledwindow viewport.frame > box.vertical list.frame > row.activatable:only-child, stack.background scrolledwindow frame list > row.activatable:only-child {
4166  border-radius: 2px;
4167}
4168
4169list {
4170  background-color: #282A33;
4171  border-color: rgba(255, 255, 255, 0.12);
4172}
4173
4174list.content {
4175  border: 1px solid rgba(255, 255, 255, 0.12);
4176}
4177
4178list row {
4179  padding: 2px;
4180}
4181
4182window.thunar > grid > paned > .sidebar > treeview.has-open-popup.view, .budgie-menu button.has-open-popup, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, .has-open-popup.view,
4183window.thunar notebook scrolledwindow.frame.standard-view .has-open-popup.view,
4184textview text.has-open-popup,
4185iconview.has-open-popup, window.thunar > grid > paned > .sidebar > treeview.view:hover, .budgie-menu button:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, .view:hover,
4186window.thunar notebook scrolledwindow.frame.standard-view .view:hover,
4187textview text:hover,
4188iconview:hover, row.activatable.has-open-popup, row.activatable:hover {
4189  transition: none;
4190  animation: none;
4191  background-color: #35373f;
4192}
4193
4194window.thunar > grid > paned > .sidebar > treeview.view:active, .budgie-menu button:active, .nemo-window .nemo-places-sidebar .places-treeview:active, .view:active,
4195window.thunar notebook scrolledwindow.frame.standard-view .view:active,
4196textview text:active,
4197iconview:active, window.thunar > grid > paned > .sidebar > treeview.view:checked, .budgie-menu button:checked, .nemo-window .nemo-places-sidebar .places-treeview:checked, .view:checked,
4198window.thunar notebook scrolledwindow.frame.standard-view .view:checked,
4199textview text:checked,
4200iconview:checked, row.activatable:active, row.activatable:checked {
4201  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
4202}
4203
4204window.thunar > grid > paned > .sidebar > treeview.view:disabled, .budgie-menu button:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, .view:disabled,
4205window.thunar notebook scrolledwindow.frame.standard-view .view:disabled,
4206textview text:disabled,
4207iconview:disabled, row.activatable:disabled {
4208  color: rgba(230, 235, 239, 0.45);
4209}
4210
4211window.thunar > grid > paned > .sidebar > treeview.view:disabled image, .budgie-menu button:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, .view:disabled image,
4212window.thunar notebook scrolledwindow.frame.standard-view .view:disabled image,
4213textview text:disabled image,
4214iconview:disabled image, row.activatable:disabled image {
4215  color: inherit;
4216}
4217
4218.app-notification {
4219  padding: 10px;
4220  color: #D3DAE3;
4221  background-color: alpha(#282A33,0.9);
4222  background-clip: border-box;
4223  border-radius: 0 0 2px 2px;
4224  border-width: 0 1px 1px 1px;
4225  border-style: solid;
4226  border-color: rgba(98, 103, 125, 0.55);
4227}
4228
4229.app-notification border {
4230  border: none;
4231}
4232
4233.app-notification button {
4234  color: #D3DAE3;
4235  border-color: rgba(98, 103, 125, 0.55);
4236  background-color: rgba(89, 94, 114, 0.4);
4237}
4238
4239.app-notification button.flat {
4240  border-color: rgba(82, 148, 226, 0);
4241}
4242
4243.app-notification button:hover {
4244  color: #D3DAE3;
4245  border-color: rgba(98, 103, 125, 0.55);
4246  background-color: rgba(105, 110, 134, 0.5);
4247}
4248
4249.app-notification button:active, .app-notification button:checked {
4250  color: #ffffff;
4251  border-color: #5294e2;
4252  background-color: #5294e2;
4253  background-clip: padding-box;
4254}
4255
4256.app-notification button:disabled {
4257  color: #5b5f68;
4258  border-color: rgba(98, 103, 125, 0.55);
4259  background-color: rgba(89, 94, 114, 0.25);
4260}
4261
4262expander arrow {
4263  min-width: 16px;
4264  min-height: 16px;
4265  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
4266}
4267
4268expander arrow:dir(rtl) {
4269  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
4270}
4271
4272expander arrow:hover {
4273  color: white;
4274}
4275
4276expander arrow:checked {
4277  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
4278}
4279
4280calendar {
4281  color: #e6ebef;
4282  border: 1px solid rgba(255, 255, 255, 0.12);
4283  border-radius: 0;
4284  padding: 2px 7px;
4285}
4286
4287calendar:selected {
4288  border-radius: 6px;
4289}
4290
4291calendar.header {
4292  color: #e6ebef;
4293  border: none;
4294}
4295
4296calendar.button {
4297  color: rgba(230, 235, 239, 0.45);
4298}
4299
4300calendar.button:hover {
4301  color: #e6ebef;
4302}
4303
4304calendar.button:disabled {
4305  color: rgba(230, 235, 239, 0.45);
4306}
4307
4308calendar:indeterminate {
4309  color: alpha(currentColor,0.55);
4310}
4311
4312calendar.highlight {
4313  color: #e6ebef;
4314}
4315
4316messagedialog .linked:not(.vertical) > button,
4317messagedialog .linked:not(.vertical) > button:hover,
4318messagedialog .linked:not(.vertical) > button:active,
4319messagedialog .linked:not(.vertical) > button:checked,
4320messagedialog .linked:not(.vertical) > button:disabled {
4321  border-radius: 0;
4322  border-top: 1px solid rgba(255, 255, 255, 0.12);
4323  border-right: none;
4324  border-bottom: none;
4325}
4326
4327messagedialog .linked:not(.vertical) > button:last-child {
4328  border-bottom-right-radius: 3px;
4329  border-top-right-radius: 0;
4330  border-right: none;
4331  border-bottom: none;
4332}
4333
4334messagedialog .linked:not(.vertical) > button:first-child {
4335  border-bottom-left-radius: 3px;
4336  border-top-left-radius: 0;
4337  border-left: none;
4338  border-bottom: none;
4339}
4340
4341messagedialog .linked:not(.vertical) > button:only-child {
4342  border-bottom-left-radius: 3px;
4343  border-bottom-right-radius: 3px;
4344  border-left: none;
4345  border-right: none;
4346  border-bottom: none;
4347}
4348
4349messagedialog.background {
4350  background-color: #32343D;
4351  color: rgba(228, 235, 241, 0.8);
4352}
4353
4354messagedialog .titlebar {
4355  min-height: 20px;
4356  background-color: #32343D;
4357  border-bottom: none;
4358  border-top-left-radius: 3px;
4359  border-top-right-radius: 3px;
4360  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
4361}
4362
4363messagedialog .titlebar:backdrop {
4364  background-color: #32343D;
4365}
4366
4367messagedialog .dialog-action-area button {
4368  padding: 6px 10px 8px 10px;
4369  border-radius: 0;
4370  border: none;
4371  border-top: 1px solid rgba(255, 255, 255, 0.12);
4372  background-color: #32343D;
4373  color: rgba(228, 235, 241, 0.8);
4374}
4375
4376messagedialog .dialog-action-area button:active, messagedialog .dialog-action-area button:checked {
4377  transition: background-color 0.00001s 0.2s;
4378  animation: ripple_effect 0.2s cubic-bezier(0, 0, 0.2, 1);
4379}
4380
4381messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover {
4382  background-color: rgba(228, 235, 241, 0.06);
4383}
4384
4385messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked {
4386  background-color: rgba(228, 235, 241, 0.1);
4387  color: rgba(228, 235, 241, 0.8);
4388}
4389
4390messagedialog.csd.background {
4391  border-bottom-left-radius: 3px;
4392  border-bottom-right-radius: 3px;
4393  border: none;
4394}
4395
4396filechooser .dialog-action-box {
4397  border-top: 1px solid rgba(255, 255, 255, 0.12);
4398}
4399
4400filechooser #pathbarbox {
4401  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
4402  background-color: #32343D;
4403}
4404
4405filechooserbutton:drop(active) {
4406  box-shadow: none;
4407  border-color: transparent;
4408}
4409
4410messagedialog.background:not(.csd) .dialog-vbox .dialog-action-box button {
4411  border-radius: 0;
4412}
4413
4414.sidebar {
4415  border-style: none;
4416  background-color: #32343D;
4417}
4418
4419stacksidebar.sidebar:dir(ltr) list, stacksidebar.sidebar.left list, stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left {
4420  border-right: 1px solid #494c59;
4421  border-left-style: none;
4422}
4423
4424stacksidebar.sidebar:dir(rtl) list, stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
4425  border-left: 1px solid #494c59;
4426  border-right-style: none;
4427}
4428
4429.sidebar list {
4430  background-color: transparent;
4431}
4432
4433paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
4434  border-style: none;
4435}
4436
4437stacksidebar row {
4438  padding: 4px 4px;
4439}
4440
4441stacksidebar row > label {
4442  padding-left: 6px;
4443  padding-right: 6px;
4444}
4445
4446stacksidebar row.needs-attention > label {
4447  background-size: 6px 6px, 0 0;
4448}
4449
4450placessidebar > viewport.frame {
4451  border-style: none;
4452}
4453
4454placessidebar row {
4455  min-height: 28px;
4456  padding: 2px;
4457  outline-offset: -3px;
4458}
4459
4460placessidebar row > revealer {
4461  padding: 0 10px;
4462}
4463
4464placessidebar row image.sidebar-icon:dir(ltr) {
4465  padding-right: 8px;
4466}
4467
4468placessidebar row image.sidebar-icon:dir(rtl) {
4469  padding-left: 8px;
4470}
4471
4472placessidebar row label.sidebar-label:dir(ltr) {
4473  padding-right: 2px;
4474}
4475
4476placessidebar row label.sidebar-label:dir(rtl) {
4477  padding-left: 2px;
4478}
4479
4480button.sidebar-button {
4481  min-width: 22px;
4482  min-height: 22px;
4483  margin-top: 2px;
4484  margin-bottom: 2px;
4485  padding: 0;
4486  border-radius: 100%;
4487  -gtk-outline-radius: 100%;
4488}
4489
4490button.sidebar-button:not(:hover):not(:active) > image {
4491  opacity: 0.5;
4492}
4493
4494placessidebar row.sidebar-placeholder-row {
4495  padding: 0 8px;
4496  min-height: 2px;
4497  background-image: linear-gradient(to bottom, #F08437, #F08437);
4498  background-clip: content-box;
4499}
4500
4501placessidebar row.sidebar-new-bookmark-row {
4502  color: #5294e2;
4503}
4504
4505placessidebar row:drop(active):not(:disabled) {
4506  box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437;
4507}
4508
4509placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
4510  color: #F08437;
4511}
4512
4513placessidebar row:drop(active):not(:disabled):selected {
4514  background-color: #F08437;
4515}
4516
4517placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
4518  color: #ffffff;
4519}
4520
4521placesview .server-list-button > image {
4522  -gtk-icon-transform: rotate(0turn);
4523}
4524
4525placesview .server-list-button:checked > image {
4526  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
4527  -gtk-icon-transform: rotate(-0.5turn);
4528}
4529
4530placesview > actionbar > revealer > box > label {
4531  padding-left: 8px;
4532  padding-right: 8px;
4533}
4534
4535paned > separator {
4536  min-width: 1px;
4537  min-height: 1px;
4538  -gtk-icon-source: none;
4539  border-style: none;
4540  background-color: transparent;
4541  background-image: linear-gradient(to bottom, #494c59, #494c59);
4542  background-size: 1px 1px;
4543}
4544
4545paned > separator:selected {
4546  background-image: linear-gradient(to bottom, #5294e2, #5294e2);
4547}
4548
4549paned > separator.wide {
4550  min-width: 5px;
4551  min-height: 5px;
4552  background-color: #32343D;
4553  background-image: linear-gradient(to bottom, #494c59, #494c59), linear-gradient(to bottom, #494c59, #494c59);
4554  background-size: 1px 1px, 1px 1px;
4555}
4556
4557paned.horizontal > separator {
4558  background-repeat: repeat-y;
4559}
4560
4561paned.horizontal > separator:dir(ltr) {
4562  margin: 0 -8px 0 0;
4563  padding: 0 8px 0 0;
4564  background-position: left;
4565}
4566
4567paned.horizontal > separator:dir(rtl) {
4568  margin: 0 0 0 -8px;
4569  padding: 0 0 0 8px;
4570  background-position: right;
4571}
4572
4573paned.horizontal > separator.wide {
4574  margin: 0;
4575  padding: 0;
4576  background-repeat: repeat-y, repeat-y;
4577  background-position: left, right;
4578}
4579
4580paned.vertical > separator {
4581  margin: 0 0 -8px 0;
4582  padding: 0 0 8px 0;
4583  background-repeat: repeat-x;
4584  background-position: top;
4585}
4586
4587paned.vertical > separator.wide {
4588  margin: 0;
4589  padding: 0;
4590  background-repeat: repeat-x, repeat-x;
4591  background-position: bottom, top;
4592}
4593
4594infobar {
4595  border-style: none;
4596  margin: 0;
4597  padding: 0;
4598}
4599
4600infobar.info > revealer > box {
4601  background-color: #5294e2;
4602}
4603
4604infobar.question > revealer > box {
4605  background-color: #6dcfa7;
4606}
4607
4608infobar.warning > revealer > box {
4609  background-color: #F27835;
4610}
4611
4612infobar.error > revealer > box {
4613  background-color: #FC4138;
4614}
4615
4616infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box {
4617  color: #ffffff;
4618  caret-color: currentColor;
4619}
4620
4621infobar.info > revealer > box selection, infobar.question > revealer > box selection, infobar.warning > revealer > box selection, infobar.error > revealer > box selection {
4622  color: #5294e2;
4623  background-color: #ffffff;
4624}
4625
4626leaflet > scrolledwindow > viewport.frame > list > row.activatable button, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button, .nemo-window .floating-bar button, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button, .nautilus-window .floating-bar button, row:selected button, infobar.info > revealer > box button, infobar.question > revealer > box button, infobar.warning > revealer > box button, infobar.error > revealer > box button {
4627  color: #ffffff;
4628  background-color: rgba(255, 255, 255, 0);
4629  border-color: rgba(255, 255, 255, 0.5);
4630}
4631
4632leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat, .nemo-window .floating-bar button.flat, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button, .nautilus-window .floating-bar button.flat, row:selected button.flat, infobar.info > revealer > box button.flat, infobar.question > revealer > box button.flat, infobar.warning > revealer > box button.flat, infobar.error > revealer > box button.flat {
4633  border-color: transparent;
4634  background-color: transparent;
4635  background-image: none;
4636  color: #ffffff;
4637  background-color: rgba(255, 255, 255, 0);
4638}
4639
4640leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled, .nemo-window .floating-bar button.flat:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled, .nautilus-window .floating-bar button.flat:disabled, row:selected button.flat:disabled, infobar.info > revealer > box button.flat:disabled, infobar.question > revealer > box button.flat:disabled, infobar.warning > revealer > box button.flat:disabled, infobar.error > revealer > box button.flat:disabled, leaflet > scrolledwindow > viewport.frame > list > row.activatable button.flat:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button.flat:disabled label, .nemo-window .floating-bar button.flat:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.flat.page-row-close-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, row:selected button.flat:disabled label, infobar.info > revealer > box button.flat:disabled label, infobar.question > revealer > box button.flat:disabled label, infobar.warning > revealer > box button.flat:disabled label, infobar.error > revealer > box button.flat:disabled label {
4641  color: rgba(255, 255, 255, 0.4);
4642}
4643
4644leaflet > scrolledwindow > viewport.frame > list > row.activatable button:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:hover, .nemo-window .floating-bar button:hover, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:hover, .nautilus-window .floating-bar button:hover, row:selected button:hover, infobar.info > revealer > box button:hover, infobar.question > revealer > box button:hover, infobar.warning > revealer > box button:hover, infobar.error > revealer > box button:hover {
4645  color: #ffffff;
4646  background-color: rgba(255, 255, 255, 0.2);
4647  border-color: rgba(255, 255, 255, 0.65);
4648}
4649
4650leaflet > scrolledwindow > viewport.frame > list > row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:active, .nemo-window .floating-bar button:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:active, .nautilus-window .floating-bar button:active, row:selected button:active, infobar.info > revealer > box button:active, infobar.question > revealer > box button:active, infobar.warning > revealer > box button:active, infobar.error > revealer > box button:active, leaflet > scrolledwindow > viewport.frame > list > row.activatable button:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:checked, .nemo-window .floating-bar button:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:checked, .nautilus-window .floating-bar button:checked, row:selected button:checked, infobar.info > revealer > box button:checked, infobar.question > revealer > box button:checked, infobar.warning > revealer > box button:checked, infobar.error > revealer > box button:checked {
4651  color: #ffffff;
4652  background-color: rgba(255, 255, 255, 0.35);
4653  border-color: rgba(255, 255, 255, 0.65);
4654}
4655
4656leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, .nemo-window .floating-bar button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled {
4657  background-color: rgba(255, 255, 255, 0);
4658  border-color: rgba(255, 255, 255, 0.4);
4659}
4660
4661leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled, .nemo-window .floating-bar button:disabled, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled, infobar.info > revealer > box button:disabled, infobar.question > revealer > box button:disabled, infobar.warning > revealer > box button:disabled, infobar.error > revealer > box button:disabled, leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled label, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled label, .nemo-window .floating-bar button:disabled label, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled label, .nautilus-window .floating-bar button:disabled label, row:selected button:disabled label, infobar.info > revealer > box button:disabled label, infobar.question > revealer > box button:disabled label, infobar.warning > revealer > box button:disabled label, infobar.error > revealer > box button:disabled label {
4662  color: rgba(255, 255, 255, 0.5);
4663}
4664
4665leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:active, .nemo-window .floating-bar button:disabled:active, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:active, .nautilus-window .floating-bar button:disabled:active, row:selected button:disabled:active, infobar.info > revealer > box button:disabled:active, infobar.question > revealer > box button:disabled:active, infobar.warning > revealer > box button:disabled:active, infobar.error > revealer > box button:disabled:active, leaflet > scrolledwindow > viewport.frame > list > row.activatable button:disabled:checked, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected button:disabled:checked, .nemo-window .floating-bar button:disabled:checked, popover.background > scrolledwindow > viewport.frame > list > row.activatable:selected button.page-row-close-button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, row:selected button:disabled:checked, infobar.info > revealer > box button:disabled:checked, infobar.question > revealer > box button:disabled:checked, infobar.warning > revealer > box button:disabled:checked, infobar.error > revealer > box button:disabled:checked {
4666  color: rgba(255, 255, 255, 0.75);
4667  background-color: rgba(255, 255, 255, 0.2);
4668  border-color: rgba(255, 255, 255, 0.4);
4669}
4670
4671tooltip {
4672  border-radius: 2px;
4673  box-shadow: none;
4674}
4675
4676tooltip.background {
4677  background-color: #3e4250;
4678  background-clip: padding-box;
4679}
4680
4681tooltip.background label {
4682  padding: 4px;
4683}
4684
4685tooltip decoration {
4686  background-color: transparent;
4687}
4688
4689tooltip * {
4690  background-color: transparent;
4691  color: #D3DAE3;
4692}
4693
4694colorswatch, colorswatch:drop(active) {
4695  border-style: none;
4696}
4697
4698colorswatch.top {
4699  border-top-left-radius: 2.5px;
4700  border-top-right-radius: 2.5px;
4701}
4702
4703colorswatch.top overlay {
4704  border-top-left-radius: 2px;
4705  border-top-right-radius: 2px;
4706}
4707
4708colorswatch.bottom {
4709  border-bottom-left-radius: 2.5px;
4710  border-bottom-right-radius: 2.5px;
4711}
4712
4713colorswatch.bottom overlay {
4714  border-bottom-left-radius: 2px;
4715  border-bottom-right-radius: 2px;
4716}
4717
4718colorswatch.left, colorswatch:first-child:not(.top) {
4719  border-top-left-radius: 2.5px;
4720  border-bottom-left-radius: 2.5px;
4721}
4722
4723colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
4724  border-top-left-radius: 2px;
4725  border-bottom-left-radius: 2px;
4726}
4727
4728colorswatch.right, colorswatch:last-child:not(.bottom) {
4729  border-top-right-radius: 2.5px;
4730  border-bottom-right-radius: 2.5px;
4731}
4732
4733colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
4734  border-top-right-radius: 2px;
4735  border-bottom-right-radius: 2px;
4736}
4737
4738colorswatch.dark overlay {
4739  color: rgba(255, 255, 255, 0.7);
4740}
4741
4742colorswatch.dark overlay:hover {
4743  border-color: rgba(255, 255, 255, 0.12);
4744}
4745
4746colorswatch.light overlay {
4747  color: rgba(0, 0, 0, 0.7);
4748}
4749
4750colorswatch.light overlay:hover {
4751  border-color: rgba(255, 255, 255, 0.12);
4752}
4753
4754colorswatch overlay {
4755  border: 1px solid rgba(255, 255, 255, 0.12);
4756}
4757
4758colorswatch overlay:hover {
4759  background-color: rgba(255, 255, 255, 0.2);
4760}
4761
4762colorswatch:disabled {
4763  opacity: 0.5;
4764}
4765
4766colorswatch:disabled overlay {
4767  border-color: rgba(0, 0, 0, 0.6);
4768  box-shadow: none;
4769}
4770
4771colorswatch#add-color-button {
4772  border-style: solid;
4773  border-width: 1px;
4774  color: #e6ebef;
4775  border-color: rgba(255, 255, 255, 0.12);
4776  background-color: #2c2f39;
4777}
4778
4779colorswatch#add-color-button:hover {
4780  color: #b7c6d1;
4781  border-color: rgba(255, 255, 255, 0.12);
4782  background-color: #3e4250;
4783}
4784
4785colorswatch#add-color-button overlay {
4786  border-color: transparent;
4787  background-color: transparent;
4788  background-image: none;
4789}
4790
4791button.color {
4792  padding: 0;
4793}
4794
4795button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay {
4796  margin: 4px;
4797  border-radius: 0;
4798}
4799
4800colorchooser .popover.osd {
4801  border-radius: 2px;
4802}
4803
4804.content-view {
4805  background-color: #282A33;
4806}
4807
4808.content-view:hover {
4809  -gtk-icon-effect: highlight;
4810}
4811
4812.scale-popup button:hover {
4813  color: #b7c6d1;
4814  border-color: rgba(255, 255, 255, 0.12);
4815  background-color: #3e4250;
4816}
4817
4818.context-menu, popover.touch-selection, .csd popover.touch-selection,
4819popover.background.touch-selection, .csd popover.background.touch-selection {
4820  font: initial;
4821}
4822
4823.monospace {
4824  font-family: Monospace;
4825}
4826
4827.keycap {
4828  min-width: 16px;
4829  min-height: 20px;
4830  padding: 3px 6px 4px 6px;
4831  color: #e6ebef;
4832  background-color: #282A33;
4833  border: 1px solid rgba(255, 255, 255, 0.12);
4834  border-radius: 2.5px;
4835  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
4836}
4837
4838stackswitcher button.text-button {
4839  min-width: 80px;
4840}
4841
4842stackswitcher button.circular {
4843  min-width: 0;
4844}
4845
4846*:drop(active):focus,
4847*:drop(active) {
4848  box-shadow: inset 0 0 0 1px #F08437;
4849}
4850
4851decoration {
4852  border-radius: 0;
4853  border: none;
4854  transition: 200ms ease-out;
4855  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08), 0 8px 8px 0 rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.25);
4856  margin: 6px;
4857}
4858
4859decoration:backdrop {
4860  box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.25);
4861}
4862
4863.maximized decoration, .fullscreen decoration, .tiled decoration {
4864  border-radius: 0;
4865  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
4866}
4867
4868.ssd decoration {
4869  border-radius: 0 0 0 0;
4870  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
4871}
4872
4873.ssd decoration.maximized {
4874  border-radius: 0;
4875}
4876
4877.popup decoration {
4878  border-radius: 0;
4879  box-shadow: none;
4880}
4881
4882.csd.popup decoration {
4883  border-radius: 0;
4884  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.12);
4885}
4886
4887tooltip.csd decoration {
4888  border-radius: 3px;
4889  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
4890}
4891
4892messagedialog.csd decoration {
4893  border-radius: 3px;
4894}
4895
4896.solid-csd decoration {
4897  border: 2px solid #32343D;
4898  border-radius: 0;
4899  margin: 0;
4900  background-color: #282A33;
4901  box-shadow: none;
4902}
4903
4904headerbar button.titlebutton, .titlebar button.titlebutton {
4905  margin: 0;
4906  padding: 0;
4907  min-width: 28px;
4908  min-height: 28px;
4909  border-color: transparent;
4910  background-color: transparent;
4911  background-image: none;
4912  background-color: rgba(40, 42, 51, 0);
4913}
4914
4915headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover {
4916  color: rgba(228, 235, 241, 0.8);
4917  border-color: rgba(255, 255, 255, 0.12);
4918  background-color: #333641;
4919}
4920
4921headerbar button.titlebutton:active, .titlebar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:checked {
4922  color: #ffffff;
4923  border-color: #68a2e6;
4924  background-color: #5294e2;
4925}
4926
4927headerbar button.titlebutton.close, .titlebar button.titlebutton.close, headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize, headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize, headerbar button.titlebutton.restore, .titlebar button.titlebutton.restore {
4928  padding: 0;
4929  min-width: 27px;
4930  min-height: 27px;
4931  color: transparent;
4932  background-color: transparent;
4933  background-position: center;
4934  background-repeat: no-repeat;
4935  border-width: 0;
4936  border-radius: 0;
4937}
4938
4939headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop, headerbar button.titlebutton.restore:backdrop, .titlebar button.titlebutton.restore:backdrop {
4940  opacity: 1;
4941}
4942
4943headerbar button.titlebutton.close, .titlebar button.titlebutton.close {
4944  background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png"));
4945}
4946
4947headerbar button.titlebutton.close:backdrop, .titlebar button.titlebutton.close:backdrop {
4948  background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png"));
4949}
4950
4951headerbar button.titlebutton.close:hover, .titlebar button.titlebutton.close:hover {
4952  background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png"));
4953}
4954
4955headerbar button.titlebutton.close:active, .titlebar button.titlebutton.close:active {
4956  background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png"));
4957}
4958
4959headerbar button.titlebutton.maximize, .titlebar button.titlebutton.maximize {
4960  background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png"));
4961}
4962
4963headerbar button.titlebutton.maximize:backdrop, .titlebar button.titlebutton.maximize:backdrop {
4964  background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png"));
4965}
4966
4967headerbar button.titlebutton.maximize:hover, .titlebar button.titlebutton.maximize:hover {
4968  background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png"));
4969}
4970
4971headerbar button.titlebutton.maximize:active, .titlebar button.titlebutton.maximize:active {
4972  background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png"));
4973}
4974
4975headerbar button.titlebutton.minimize, .titlebar button.titlebutton.minimize {
4976  background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png"));
4977}
4978
4979headerbar button.titlebutton.minimize:backdrop, .titlebar button.titlebutton.minimize:backdrop {
4980  background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png"));
4981}
4982
4983headerbar button.titlebutton.minimize:hover, .titlebar button.titlebutton.minimize:hover {
4984  background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png"));
4985}
4986
4987headerbar button.titlebutton.minimize:active, .titlebar button.titlebutton.minimize:active {
4988  background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png"));
4989}
4990
4991headerbar button.titlebutton.restore, .titlebar button.titlebutton.restore {
4992  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
4993}
4994
4995headerbar button.titlebutton.restore:backdrop, .titlebar button.titlebutton.restore:backdrop {
4996  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
4997}
4998
4999headerbar button.titlebutton.restore:hover, .titlebar button.titlebutton.restore:hover {
5000  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
5001}
5002
5003headerbar button.titlebutton.restore:active, .titlebar button.titlebutton.restore:active {
5004  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
5005}
5006
5007.fullscreen headerbar button.titlebutton.maximize, .fullscreen .titlebar button.titlebutton.maximize, .maximized headerbar button.titlebutton.maximize, .maximized .titlebar button.titlebutton.maximize {
5008  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
5009}
5010
5011.fullscreen headerbar button.titlebutton.maximize:backdrop, .fullscreen .titlebar button.titlebutton.maximize:backdrop, .maximized headerbar button.titlebutton.maximize:backdrop, .maximized .titlebar button.titlebutton.maximize:backdrop {
5012  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
5013}
5014
5015.fullscreen headerbar button.titlebutton.maximize:hover, .fullscreen .titlebar button.titlebutton.maximize:hover, .maximized headerbar button.titlebutton.maximize:hover, .maximized .titlebar button.titlebutton.maximize:hover {
5016  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
5017}
5018
5019.fullscreen headerbar button.titlebutton.maximize:active, .fullscreen .titlebar button.titlebutton.maximize:active, .maximized headerbar button.titlebutton.maximize:active, .maximized .titlebar button.titlebutton.maximize:active {
5020  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
5021}
5022
5023.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected,
5024leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, treeview.view.sidebar.source-list:selected, .budgie-menu button:active, .budgie-menu button:checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active arrow, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked arrow, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active,
5025.xreader-window scrolledwindow.frame > .view:selected,
5026.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus,
5027#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .view:selected, .view:selected:focus,
5028window.thunar notebook scrolledwindow.frame.standard-view .view:selected,
5029textview text:selected,
5030textview text:selected:focus, textview text selection:focus, textview text selection,
5031iconview:selected,
5032iconview:selected:focus, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow,
5033modelbutton.flat:active,
5034modelbutton.flat:active arrow,
5035modelbutton.flat:selected,
5036modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, window.thunar > grid > paned > .sidebar > treeview.view:selected, .budgie-menu button:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .budgie-menu button.has-open-popup:selected, .budgie-menu button:selected:hover, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar:selected {
5037  background-color: #5294e2;
5038}
5039
5040row:selected label, label:selected, .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected, leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected,
5041leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected, .polari-room-list .sidebar .activatable:selected, .polari-room-list .sidebar .inactive:selected, .polari-room-list .sidebar .room-list-header:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected, list.tweak-categories > row.activatable.tweak-category:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected, list.gedit-document-panel row.activatable:selected, treeview.view.sidebar.source-list:selected, .budgie-menu button:active, .budgie-menu button:checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active arrow, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked arrow, .atril-window scrolledwindow.frame > .view:selected, .atril-window scrolledwindow.frame > .view:active,
5042.xreader-window scrolledwindow.frame > .view:selected,
5043.xreader-window scrolledwindow.frame > .view:active, .caja-desktop > widget.entry:selected, .caja-desktop > widget.entry:focus:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus,
5044#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .view:selected, .view:selected:focus,
5045window.thunar notebook scrolledwindow.frame.standard-view .view:selected,
5046textview text:selected,
5047textview text:selected:focus, textview text selection:focus, textview text selection,
5048iconview:selected,
5049iconview:selected:focus, flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.button.flat:active, menuitem.button.flat:active arrow, menuitem.button.flat:selected, menuitem.button.flat:selected arrow,
5050modelbutton.flat:active,
5051modelbutton.flat:active arrow,
5052modelbutton.flat:selected,
5053modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, window.thunar > grid > paned > .sidebar > treeview.view:selected, .budgie-menu button:selected, .nemo-window .nemo-places-sidebar .places-treeview:selected, .budgie-menu button.has-open-popup:selected, .budgie-menu button:selected:hover, row.activatable:selected, row.activatable.has-open-popup:selected, row.activatable:selected:hover, calendar:selected {
5054  color: #ffffff;
5055}
5056
5057row:selected label:disabled, label:disabled:selected, .nemo-window .sidebar .view.cell:disabled:selected, .nemo-window .sidebar row.cell:disabled:selected, leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled:selected, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled:selected, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected,
5058leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled:selected, .polari-room-list .sidebar .activatable:disabled:selected, .polari-room-list .sidebar .inactive:disabled:selected, .polari-room-list .sidebar .room-list-header:disabled:selected, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled:selected, list.tweak-categories > row.activatable.tweak-category:disabled:selected, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled:selected, list.gedit-document-panel row.activatable:disabled:selected, treeview.view.sidebar.source-list:disabled:selected, .budgie-menu button:disabled:active, .budgie-menu button:disabled:checked, .budgie-popover:not(.budgie-menu) button.flat:disabled:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active arrow:disabled, .budgie-popover:not(.budgie-menu) button.flat:disabled:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked arrow:disabled, .atril-window scrolledwindow.frame > .view:disabled:selected, .atril-window scrolledwindow.frame > .view:disabled:active,
5059.xreader-window scrolledwindow.frame > .view:disabled:selected,
5060.xreader-window scrolledwindow.frame > .view:disabled:active, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected,
5061#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .view:disabled:selected,
5062window.thunar notebook scrolledwindow.frame.standard-view .view:disabled:selected,
5063textview text:disabled:selected,
5064textview text:disabled:selected:focus, textview text selection:disabled,
5065iconview:disabled:selected,
5066iconview:disabled:selected:focus, flowbox flowboxchild:disabled:selected, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
5067modelbutton.flat:disabled:active,
5068modelbutton.flat:active arrow:disabled,
5069modelbutton.flat:disabled:selected,
5070modelbutton.flat:selected arrow:disabled, row:disabled:selected, window.thunar > grid > paned > .sidebar > treeview.view:disabled:selected, .budgie-menu button:disabled:selected, .nemo-window .nemo-places-sidebar .places-treeview:disabled:selected, calendar:disabled:selected {
5071  color: #a9caf1;
5072}
5073
5074popover.emoji-picker {
5075  padding: 0;
5076}
5077
5078popover.emoji-picker entry {
5079  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
5080  border-radius: 0;
5081  box-shadow: none;
5082  border-width: 0 0 1px 0;
5083  padding: 4px 12px;
5084  background: none;
5085}
5086
5087popover.emoji-picker scrolledwindow {
5088  background-color: #282A33;
5089  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
5090}
5091
5092button.emoji-section {
5093  margin-top: -1px;
5094  padding: 4px 12px;
5095  border-radius: 0;
5096  outline-offset: -4px;
5097  box-shadow: none;
5098  border: none;
5099}
5100
5101button.emoji-section:first-child {
5102  border-radius: 0 0 0 2px;
5103}
5104
5105button.emoji-section:last-child {
5106  border-radius: 0 0 2px 0;
5107}
5108
5109.emoji {
5110  min-width: 16px;
5111  min-height: 16px;
5112  padding: 2px 6px;
5113  margin: 2px;
5114}
5115
5116.emoji widget {
5117  transition: all 50ms cubic-bezier(0, 0, 0.2, 1);
5118}
5119
5120.emoji widget:hover {
5121  background-color: #5294e2;
5122  color: #ffffff;
5123  border-radius: 2px;
5124}
5125
5126terminal-window notebook > header.top button,
5127.mate-terminal notebook > header.top button {
5128  padding: 0;
5129  min-width: 24px;
5130  min-height: 24px;
5131}
5132
5133terminal-window notebook scrollbar,
5134.mate-terminal notebook scrollbar {
5135  background: none;
5136}
5137
5138terminal-window.background.csd,
5139.mate-terminal.background.csd {
5140  border-radius: 0;
5141}
5142
5143terminal-window.background.csd.maximized, terminal-window.background.csd.tiled, terminal-window.background.csd.fullscreen,
5144.mate-terminal.background.csd.maximized,
5145.mate-terminal.background.csd.tiled,
5146.mate-terminal.background.csd.fullscreen {
5147  border-radius: 0;
5148}
5149
5150terminal-window decoration,
5151.mate-terminal decoration {
5152  border-radius: 0 0 0 0;
5153}
5154
5155window.background > box.vertical > box.horizontal > frame > border {
5156  border-width: 0 1px 0 0;
5157}
5158
5159window.background > box.vertical > box.horizontal > stack > widget > notebook.frame {
5160  border-width: 0 0 0 1px;
5161}
5162
5163.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle,
5164.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.image-button.text-button.toggle {
5165  background: none;
5166  border: none;
5167  margin-top: 0;
5168  margin-bottom: 0;
5169  padding: 0 6px 2px 6px;
5170  border-radius: 0;
5171}
5172
5173.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:hover {
5174  color: rgba(255, 255, 255, 0.8);
5175  background: none;
5176  box-shadow: inset 0 -1px rgba(82, 148, 226, 0.5), 0 1px rgba(82, 148, 226, 0.5);
5177}
5178
5179.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:active {
5180  color: rgba(228, 235, 241, 0.8);
5181  background: none;
5182  box-shadow: inset 0 -1px #5294e2, 0 1px #5294e2;
5183}
5184
5185.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:disabled {
5186  color: rgba(228, 235, 241, 0.4);
5187}
5188
5189.nautilus-window headerbar.titlebar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled {
5190  color: rgba(228, 235, 241, 0.4);
5191  box-shadow: inset 0 -1px rgba(82, 148, 226, 0.4), 0 1px rgba(82, 148, 226, 0.4);
5192}
5193
5194.nautilus-window.background.csd {
5195  border-radius: 0 0 0 0;
5196}
5197
5198.nautilus-window.background.csd.unified {
5199  border-radius: 0;
5200}
5201
5202.nautilus-window headerbar.titlebar .path-bar-box {
5203  margin-top: 5px;
5204  margin-bottom: 5px;
5205  color: rgba(228, 235, 241, 0.8);
5206  background-color: transparent;
5207  border: none;
5208}
5209
5210.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button,
5211.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button {
5212  padding: 3px 6px;
5213  margin-top: 0;
5214  margin-bottom: 0;
5215}
5216
5217.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child,
5218.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child {
5219  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
5220}
5221
5222.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button {
5223  padding: 3px 12px;
5224}
5225
5226.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button label {
5227  padding-left: 0;
5228  padding-right: 0;
5229}
5230
5231.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button.image-button image {
5232  padding-left: 0;
5233  padding-right: 0;
5234}
5235
5236.nautilus-window headerbar.titlebar .path-bar-box .linked.nautilus-path-bar button.text-button label {
5237  padding-right: 6px;
5238  padding-left: 6px;
5239}
5240
5241.nautilus-window headerbar.titlebar .path-bar-box.width-maximized {
5242  border: none;
5243  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
5244  background-color: rgba(228, 235, 241, 0.06);
5245  border-radius: 2px;
5246  padding: 0 6px;
5247}
5248
5249.nautilus-window headerbar.titlebar .path-bar-box.background.frame {
5250  border: none;
5251  background-color: transparent;
5252}
5253
5254.nautilus-canvas-item {
5255  border-radius: 2px;
5256}
5257
5258.caja-desktop.caja-canvas-item, .caja-desktop, .nemo-desktop.nemo-canvas-item,
5259.nautilus-desktop.nautilus-canvas-item {
5260  color: #ffffff;
5261  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
5262}
5263
5264.caja-desktop:active, .nemo-desktop.nemo-canvas-item:active,
5265.nautilus-desktop.nautilus-canvas-item:active {
5266  color: #e6ebef;
5267}
5268
5269.caja-desktop:selected, .nemo-desktop.nemo-canvas-item:selected,
5270.nautilus-desktop.nautilus-canvas-item:selected {
5271  color: #ffffff;
5272  text-shadow: none;
5273}
5274
5275.nautilus-canvas-item.dim-label, .slate-notification .nautilus-canvas-item.notification-body,
5276.budgie-notification .nautilus-canvas-item.notification-body,
5277.budgie-switcher .nautilus-canvas-item.notification-body, label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle,
5278.nautilus-list-dim-label,
5279.caja-list-dim-label {
5280  color: #8c9096;
5281}
5282
5283.nautilus-canvas-item.dim-label:selected, .slate-notification .nautilus-canvas-item.notification-body:selected,
5284.budgie-notification .nautilus-canvas-item.notification-body:selected,
5285.budgie-switcher .nautilus-canvas-item.notification-body:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus,
5286.nautilus-list-dim-label:selected,
5287.caja-list-dim-label:selected,
5288.nautilus-list-dim-label:selected:focus {
5289  color: #dceaf9;
5290}
5291
5292window.thunar notebook scrolledwindow.frame.standard-view, .nemo-window .nemo-window-pane notebook scrolledwindow.view,
5293.nautilus-window notebook > stack {
5294  background-image: none;
5295}
5296
5297.nautilus-window .searchbar-container {
5298  margin-top: -1px;
5299}
5300
5301.nautilus-window > menubar {
5302  border: none;
5303  box-shadow: none;
5304  background: none;
5305}
5306
5307.nautilus-window notebook,
5308.nautilus-window notebook > stack:not(:only-child) searchbar {
5309  background-color: #282A33;
5310}
5311
5312.nautilus-list-view treeview.view:not(:selected):not(:hover):not(:focus) {
5313  background: none;
5314}
5315
5316.disk-space-display {
5317  border-style: solid;
5318  border-width: 1px;
5319}
5320
5321.disk-space-display.unknown {
5322  background-color: rgba(230, 235, 239, 0.5);
5323  border-color: rgba(199, 210, 219, 0.5);
5324}
5325
5326.disk-space-display.used {
5327  background-color: rgba(82, 148, 226, 0.8);
5328  border-color: rgba(38, 121, 219, 0.8);
5329}
5330
5331.disk-space-display.free {
5332  background-color: #2b2d35;
5333  border-color: #141519;
5334}
5335
5336@keyframes needs_attention_keyframes {
5337  0% {
5338    color: rgba(228, 235, 241, 0.8);
5339    border-color: rgba(255, 255, 255, 0.12);
5340    background-color: #333641;
5341  }
5342  100% {
5343    color: #ffffff;
5344    border-color: #68a2e6;
5345    background-color: #5294e2;
5346  }
5347}
5348
5349.nautilus-operations-button-needs-attention {
5350  animation: needs_attention_keyframes 2s ease-in-out;
5351}
5352
5353.nautilus-operations-button-needs-attention-multiple {
5354  animation: needs_attention_keyframes 3s ease-in-out;
5355  animation-iteration-count: 3;
5356}
5357
5358.conflict-row.activatable, .conflict-row.activatable:active {
5359  color: white;
5360  background-color: #FC4138;
5361}
5362
5363.conflict-row.activatable:hover {
5364  background-color: #fd716a;
5365}
5366
5367.conflict-row.activatable:selected {
5368  color: #ffffff;
5369  background-color: #5294e2;
5370}
5371
5372.nautilus-window .floating-bar {
5373  padding: 1px;
5374  background-color: #5294e2;
5375  color: #ffffff;
5376  border-radius: 2px 2px 0 0;
5377}
5378
5379.nautilus-window .floating-bar.bottom.left {
5380  border-top-left-radius: 0;
5381}
5382
5383.nautilus-window .floating-bar.bottom.right {
5384  border-top-right-radius: 0;
5385}
5386
5387.nautilus-window .floating-bar button {
5388  border: none;
5389  border-radius: 100px;
5390  min-height: 0;
5391  min-width: 0;
5392  padding: 0;
5393  margin-right: 6px;
5394  -gtk-icon-shadow: none;
5395}
5396
5397stack grid.vertical scrolledwindow.frame,
5398stack grid.vertical scrolledwindow.frame.emptyGrid {
5399  border: none;
5400}
5401
5402eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame,
5403#eog-thumb-nav scrolledwindow,
5404#eog-thumb-nav scrolledwindow.frame {
5405  border-top: none;
5406}
5407
5408eog-thumb-nav button,
5409#eog-thumb-nav button {
5410  border-radius: 2px;
5411  border-top: none;
5412}
5413
5414.documents-scrolledwin.frame {
5415  border-width: 0;
5416}
5417
5418button.documents-load-more {
5419  border-width: 1px 0 0;
5420  border-radius: 0;
5421}
5422
5423.documents-icon-bg {
5424  background-color: #5294e2;
5425  color: #ffffff;
5426  border-radius: 2px;
5427}
5428
5429.documents-collection-icon, .photos-collection-icon {
5430  background-color: rgba(230, 235, 239, 0.3);
5431  border-radius: 2px;
5432}
5433
5434button.documents-favorite:active,
5435button.documents-favorite:active:hover {
5436  color: #a9caf1;
5437}
5438
5439.documents-entry-tag, .photos-entry-tag {
5440  color: #ffffff;
5441  background: #5294e2;
5442  border-radius: 2px;
5443  border-width: 0;
5444  margin: 2px;
5445  padding: 4px;
5446}
5447
5448.documents-entry-tag:hover, .photos-entry-tag:hover {
5449  color: #ffffff;
5450  background: #639fe5;
5451}
5452
5453.documents-entry-tag:active, .photos-entry-tag:active {
5454  color: #ffffff;
5455  background: #4189df;
5456}
5457
5458.documents-entry-tag.button, .button.photos-entry-tag {
5459  box-shadow: none;
5460  border: none;
5461  background-color: transparent;
5462}
5463
5464.content-view.document-page {
5465  border-style: solid;
5466  border-width: 3px 3px 6px 4px;
5467  border-image: url("assets/thumbnail-frame.png") 3 3 6 4;
5468}
5469
5470.photos-fade-in {
5471  opacity: 1.0;
5472  transition: opacity 0.2s ease-out;
5473}
5474
5475.photos-fade-out {
5476  opacity: 0.0;
5477  transition: opacity 0.2s ease-out;
5478}
5479
5480window.background.csd > overlay > grid.horizontal > frame:dir(ltr) > border {
5481  border-top-width: 0;
5482  border-left-width: 0;
5483  border-bottom-width: 0;
5484}
5485
5486frame.sidebar.chat-sidebar > border {
5487  border-right: none;
5488}
5489
5490frame.sidebar.chat-sidebar frame.chat-status-area > border {
5491  border-style: none;
5492  border-top-style: solid;
5493}
5494
5495widget#PROCESSOR list row, widget#MEMORY list row {
5496  margin: -1px;
5497  border: 1px solid #494c59;
5498}
5499
5500widget#PROCESSOR list row.max, widget#MEMORY list row.max {
5501  color: #282A33;
5502}
5503
5504widget#PROCESSOR list separator.list, widget#MEMORY list separator.list {
5505  box-shadow: inset 0 0 0 1px #494c59;
5506}
5507
5508widget#STORAGE list {
5509  margin: -1px;
5510}
5511
5512widget#STORAGE list row.activatable {
5513  color: rgba(230, 235, 239, 0.75);
5514}
5515
5516widget#STORAGE list row.activatable:hover, widget#STORAGE list row.activatable:active {
5517  color: rgba(230, 235, 239, 0.75);
5518}
5519
5520widget#STORAGE list separator.list {
5521  box-shadow: inset 0 0 0 1px #494c59;
5522}
5523
5524graph-switcher-button.toggle {
5525  color: rgba(230, 235, 239, 0.75);
5526  font-weight: 500;
5527}
5528
5529graph-switcher-button.toggle:hover {
5530  color: #e6ebef;
5531  background-image: image(rgba(255, 255, 255, 0.03));
5532}
5533
5534rg-graph.big {
5535  background-position: left top;
5536  background-origin: border-box;
5537  background-repeat: repeat;
5538}
5539
5540box.speedometer-outter {
5541  opacity: 0.8;
5542}
5543
5544box.speedometer-content-area {
5545  box-shadow: 0 0 0 4px rgba(82, 148, 226, 0.2);
5546}
5547
5548.gb-search-entry-occurrences-tag {
5549  background: none;
5550}
5551
5552window.org-gnome-Builder > menubar {
5553  border: none;
5554  box-shadow: none;
5555  background: none;
5556}
5557
5558workbench.csd > stack.titlebar:not(headerbar) {
5559  padding: 0;
5560  background: none;
5561  border: none;
5562  box-shadow: none;
5563}
5564
5565workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
5566  border-radius: 0 0 0 0;
5567}
5568
5569editortweak .linked > entry.search:focus + .gb-linked-scroller {
5570  border-top-color: #5294e2;
5571}
5572
5573layouttab {
5574  background-color: #282A33;
5575}
5576
5577layout {
5578  border: 1px solid rgba(255, 255, 255, 0.12);
5579}
5580
5581eggsearchbar box.search-bar {
5582  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
5583}
5584
5585pillbox {
5586  color: #ffffff;
5587  background-color: #5294e2;
5588  border-radius: 2px;
5589}
5590
5591pillbox:disabled label {
5592  color: rgba(255, 255, 255, 0.5);
5593}
5594
5595docktabstrip {
5596  padding: 0 6px;
5597  background-color: #32343D;
5598  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
5599}
5600
5601docktabstrip docktab {
5602  min-height: 28px;
5603  border: solid transparent;
5604  border-width: 0 1px;
5605}
5606
5607docktabstrip docktab label {
5608  opacity: 0.5;
5609}
5610
5611docktabstrip docktab:checked label, docktabstrip docktab:hover label {
5612  opacity: 1;
5613}
5614
5615docktabstrip docktab:checked {
5616  border-color: rgba(255, 255, 255, 0.12);
5617  background-color: #282A33;
5618}
5619
5620dockbin {
5621  border: 1px solid rgba(255, 255, 255, 0.12);
5622}
5623
5624dockpaned {
5625  border: 1px solid rgba(255, 255, 255, 0.12);
5626}
5627
5628dockoverlayedge {
5629  background-color: #32343D;
5630}
5631
5632dockoverlayedge docktabstrip {
5633  padding: 0;
5634  border: none;
5635}
5636
5637dockoverlayedge.left-edge tab:checked, dockoverlayedge.right-edge tab:checked {
5638  border-width: 1px 0;
5639}
5640
5641popover.messagepopover.background {
5642  padding: 0;
5643}
5644
5645popover.messagepopover .popover-content-area {
5646  margin: 16px;
5647}
5648
5649popover.messagepopover .popover-action-area {
5650  margin: 8px;
5651}
5652
5653popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
5654  margin: 0 4px;
5655}
5656
5657popover.popover-selector {
5658  padding: 0;
5659}
5660
5661popover.popover-selector list row {
5662  padding: 5px 0;
5663}
5664
5665popover.popover-selector list row image {
5666  margin-left: 3px;
5667  margin-right: 10px;
5668}
5669
5670button.dzlmenubuttonitem.check label {
5671  color: #e6ebef;
5672}
5673
5674button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check .slate-notification label.notification-body, .slate-notification button.dzlmenubuttonitem.check label.notification-body,
5675button.dzlmenubuttonitem.check .budgie-notification label.notification-body,
5676button.dzlmenubuttonitem.check .budgie-switcher label.notification-body,
5677.budgie-notification button.dzlmenubuttonitem.check label.notification-body,
5678.budgie-switcher button.dzlmenubuttonitem.check label.notification-body, button.dzlmenubuttonitem.check label.separator, button.dzlmenubuttonitem.check headerbar label.subtitle, headerbar button.dzlmenubuttonitem.check label.subtitle {
5679  color: #e6ebef;
5680}
5681
5682button.dzlmenubuttonitem.check box > image {
5683  opacity: 0.87;
5684}
5685
5686entry.search.preferences-search {
5687  border: none;
5688  border-right: 1px solid rgba(255, 255, 255, 0.12);
5689  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
5690  border-radius: 0;
5691}
5692
5693preferences stacksidebar.sidebar list {
5694  background-image: linear-gradient(to bottom, #282A33, #282A33);
5695}
5696
5697preferences stacksidebar.sidebar list separator {
5698  background-color: transparent;
5699}
5700
5701devhelppanel entry:focus,
5702symboltreepanel entry:focus {
5703  border-color: rgba(255, 255, 255, 0.12);
5704}
5705
5706button.run-arrow-button {
5707  min-width: 12px;
5708}
5709
5710omnibar.linked > entry:not(:only-child) {
5711  border-style: solid;
5712  border-radius: 2px;
5713  margin-left: 1px;
5714  margin-right: 1px;
5715}
5716
5717gstyleslidein #scale_box button.toggle:checked,
5718gstyleslidein #strings_controls button.toggle:checked,
5719gstyleslidein #palette_controls button.toggle:checked,
5720gstyleslidein #components_controls button.toggle:checked {
5721  color: #e6ebef;
5722}
5723
5724configurationview entry.flat {
5725  background: none;
5726}
5727
5728configurationview list {
5729  border-width: 0;
5730}
5731
5732preferencesbin spinbutton {
5733  border-radius: 2px;
5734  border: 1px solid rgba(255, 255, 255, 0.12);
5735}
5736
5737preferencesbin spinbutton:focus {
5738  border-color: #5294e2;
5739}
5740
5741preferencesbin spinbutton entry, preferencesbin spinbutton button {
5742  border: none;
5743  box-shadow: none;
5744}
5745
5746.tweak-categories {
5747  border-radius: 0 0 0 0;
5748}
5749
5750.maximized .tweak-categories, .fullscreen .tweak-categories, .tiled .tweak-categories, .tiled-top .tweak-categories, .tiled-right .tweak-categories, .tiled-bottom .tweak-categories, .tiled-left .tweak-categories {
5751  border-radius: 0;
5752}
5753
5754window.background.csd > hdyleaflet > box.vertical > stack.main-container,
5755window.background.csd > leaflet > box.vertical > stack.main-container {
5756  border-bottom-right-radius: 0;
5757}
5758
5759window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
5760  border-bottom-right-radius: 0;
5761}
5762
5763window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
5764  border-radius: 0;
5765}
5766
5767window.background.csd > box.horizontal > stack.background > widget > scrolledwindow.frame {
5768  border: none;
5769}
5770
5771window.background.csd > leaflet > stack.background,
5772window.background.csd > hdyleaflet > stack.background,
5773window.background.csd > box.horizontal > stack.background {
5774  border-bottom-right-radius: 0;
5775}
5776
5777window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5778window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5779window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
5780  border-bottom-right-radius: 1px;
5781}
5782
5783window.background.csd > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view,
5784window.background.csd > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view,
5785window.background.csd > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame > .view {
5786  background: none;
5787}
5788
5789window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator,
5790window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator,
5791window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > separator {
5792  background: none;
5793  min-height: 2px;
5794}
5795
5796window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list,
5797window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list,
5798window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical > list {
5799  border-radius: 4px;
5800}
5801
5802window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list,
5803window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list,
5804window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child:last-child > list {
5805  border-radius: 0;
5806}
5807
5808window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list,
5809window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list,
5810window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:first-child > list {
5811  border-radius: 0 0 4px 4px;
5812}
5813
5814window.background.csd > leaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list,
5815window.background.csd > hdyleaflet > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list,
5816window.background.csd > box.horizontal > stack.background > widget > scrolledwindow > viewport > clamp.medium > box > box > box > frame > box > box.vertical:not(:first-child):last-child > list {
5817  border-radius: 4px 4px 0 0;
5818}
5819
5820window.background.csd > leaflet > box.vertical > scrolledwindow.view,
5821window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
5822window.background.csd > box.horizontal > box.vertical > scrolledwindow.view {
5823  border-bottom-left-radius: 0;
5824}
5825
5826window.background.csd.maximized > leaflet > stack.background,
5827window.background.csd.maximized > hdyleaflet > stack.background,
5828window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
5829window.background.csd.tiled > hdyleaflet > stack.background,
5830window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
5831window.background.csd.fullscreen > hdyleaflet > stack.background,
5832window.background.csd.fullscreen > box.horizontal > stack.background {
5833  border-bottom-right-radius: 0;
5834}
5835
5836window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5837window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5838window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5839window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5840window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5841window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
5842window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
5843  border-bottom-right-radius: 0;
5844}
5845
5846window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
5847window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
5848window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
5849window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
5850window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
5851window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
5852window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
5853  border-bottom-left-radius: 0;
5854}
5855
5856button.round-button {
5857  min-height: 28px;
5858  min-width: 28px;
5859  padding: 0;
5860}
5861
5862window.background > box.vertical > searchbar {
5863  box-shadow: none;
5864}
5865
5866window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list {
5867  background-color: #32343D;
5868}
5869
5870window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator {
5871  border-left: 100px solid transparent;
5872  border-right: 100px solid transparent;
5873}
5874
5875window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list {
5876  background-image: image(#32343D);
5877}
5878
5879window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list {
5880  background-color: #32343D;
5881}
5882
5883window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator {
5884  border-left: 100px solid transparent;
5885  border-right: 100px solid transparent;
5886}
5887
5888.category_page_header_filter_box {
5889  background-image: image(#32343D);
5890  border-image: linear-gradient(to bottom, #494c59, #494c59) 0 0 1 0/0 0 1px 0 stretch;
5891}
5892
5893.category_page_header_filter_box button {
5894  color: rgba(230, 235, 239, 0.45);
5895  background-image: image(#32343D);
5896}
5897
5898.category_page_header_filter_box button:hover {
5899  color: rgba(230, 235, 239, 0.75);
5900}
5901
5902.category_page_header_filter_box button:checked {
5903  color: #e6ebef;
5904}
5905
5906.category_page_header_filter_box button:disabled {
5907  color: rgba(230, 235, 239, 0.65);
5908}
5909
5910.application-details-infobar {
5911  background-image: image(#282A33);
5912  border-image: linear-gradient(to bottom, #494c59, #494c59) 1 1 1 1/1px 1px 1px 1px stretch;
5913}
5914
5915.maps-popover button.radio.layer-radio-button:checked {
5916  box-shadow: 0 0 0 2px #5294e2;
5917}
5918
5919.tr-workarea undershoot,
5920.tr-workarea overshoot {
5921  border-color: transparent;
5922}
5923
5924#gf-bubble, #gf-bubble.solid,
5925#gf-osd-window,
5926#gf-osd-window.solid,
5927#gf-input-source-popup,
5928#gf-input-source-popup.solid,
5929#gf-candidate-popup,
5930#gf-candidate-popup.solid {
5931  color: #e9ecf1;
5932  background-color: #282A33;
5933  border: 1px solid #16171c;
5934  border-radius: 2px;
5935}
5936
5937#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
5938#gf-osd-window levelbar block.low,
5939#gf-osd-window levelbar block.high,
5940#gf-osd-window levelbar block.full,
5941#gf-input-source-popup levelbar block.low,
5942#gf-input-source-popup levelbar block.high,
5943#gf-input-source-popup levelbar block.full,
5944#gf-candidate-popup levelbar block.low,
5945#gf-candidate-popup levelbar block.high,
5946#gf-candidate-popup levelbar block.full {
5947  background-color: #5294e2;
5948  border-color: #5294e2;
5949}
5950
5951#gf-bubble levelbar block.empty,
5952#gf-osd-window levelbar block.empty,
5953#gf-input-source-popup levelbar block.empty,
5954#gf-candidate-popup levelbar block.empty {
5955  background-color: #1d1e25;
5956}
5957
5958#gf-bubble levelbar trough,
5959#gf-osd-window levelbar trough,
5960#gf-input-source-popup levelbar trough,
5961#gf-candidate-popup levelbar trough {
5962  background: none;
5963}
5964
5965#gf-input-source {
5966  min-height: 32px;
5967  min-width: 40px;
5968}
5969
5970#gf-input-source:selected {
5971  color: #ffffff;
5972  background-color: #5294e2;
5973  border-radius: 2px;
5974}
5975
5976gf-candidate-box label {
5977  padding: 3px;
5978}
5979
5980gf-candidate-box:hover, gf-candidate-box:selected {
5981  color: #ffffff;
5982  background-color: #5294e2;
5983  border-radius: 2px;
5984}
5985
5986headerbar > button.flat.popup.title-menu-button.toggle {
5987  border-radius: 2px;
5988}
5989
5990headerbar > button.flat.popup.title-menu-button.toggle > grid .title {
5991  margin: -0.16875rem 0;
5992  padding: 0.08125rem 0.83125rem 0;
5993  font-size: 90%;
5994}
5995
5996headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle {
5997  margin: -0.16875rem 0;
5998  padding: 0 0.83125rem 0.08125rem;
5999  font-size: 80%;
6000}
6001
6002window.background > box.vertical box.horizontal list.categories {
6003  background-color: #32343D;
6004  border: none;
6005  color: #e6ebef;
6006}
6007
6008window.background > box.vertical box.horizontal list.categories row.activatable.category {
6009  color: #e6ebef;
6010  background-color: transparent;
6011  font-weight: 500;
6012}
6013
6014window.background > box.vertical box.horizontal list.categories row.activatable.category:hover {
6015  color: #e6ebef;
6016  background-color: rgba(230, 235, 239, 0.08);
6017}
6018
6019window.background > box.vertical box.horizontal list.categories row.activatable.category:selected {
6020  color: #ffffff;
6021  background-color: #5294e2;
6022}
6023
6024window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label {
6025  color: #ffffff;
6026}
6027
6028window.background > box.vertical box.horizontal list.categories row.activatable.category > label {
6029  padding-left: 0;
6030  padding-right: 0;
6031}
6032
6033window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator {
6034  background-color: transparent;
6035}
6036
6037window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator {
6038  background-image: image(rgba(255, 255, 255, 0.12));
6039}
6040
6041window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable {
6042  color: #e6ebef;
6043  transition-duration: 0.1s;
6044}
6045
6046window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active {
6047  color: #e6ebef;
6048}
6049
6050window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label {
6051  background-image: image(#5294e2);
6052  color: #ffffff;
6053  font-weight: 700;
6054}
6055
6056window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row {
6057  background-image: image(#2b2d35);
6058  color: #a8b9c7;
6059  transition-property: opacity, border-image, background-image, box-shadow;
6060}
6061
6062window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover {
6063  background-image: image(#3b3d46);
6064  color: #e6ebef;
6065}
6066
6067window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus {
6068  background-image: image(#44464f);
6069  color: #e6ebef;
6070  animation: none;
6071}
6072
6073window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row {
6074  background-image: image(#5294e2);
6075  color: #ffffff;
6076}
6077
6078window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header {
6079  background-image: image(#282A33);
6080  color: #5294e2;
6081}
6082
6083window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover {
6084  background-image: image(#2a2f3c);
6085}
6086
6087window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus {
6088  background-image: image(#2c3545);
6089  color: #5294e2;
6090  animation: none;
6091}
6092
6093window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label {
6094  background-image: image(#5294e2);
6095  color: #ffffff;
6096  transition-duration: 0s;
6097}
6098
6099headerbar.titlebar.incognito-mode entry {
6100  color: rgba(228, 235, 241, 0.8);
6101  border-color: rgba(255, 255, 255, 0.12);
6102  background-color: #21232a;
6103}
6104
6105headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover {
6106  color: inherit;
6107}
6108
6109headerbar.titlebar.incognito-mode entry:focus {
6110  color: rgba(255, 255, 255, 0.8);
6111  border-color: #5294e2;
6112  background-color: #2c2f39;
6113}
6114
6115headerbar.titlebar.incognito-mode entry:disabled {
6116  color: rgba(228, 235, 241, 0.35);
6117  border-color: rgba(255, 255, 255, 0.12);
6118  background-color: rgba(33, 35, 42, 0.85);
6119}
6120
6121notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar {
6122  color: rgba(230, 235, 239, 0.75);
6123}
6124
6125.background headerbar entry.starred, .background headerbar entry.non-starred {
6126  color: rgba(228, 235, 241, 0.8);
6127  border-color: rgba(255, 255, 255, 0.12);
6128  background-color: #21232a;
6129}
6130
6131.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover {
6132  color: inherit;
6133}
6134
6135.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus {
6136  color: rgba(255, 255, 255, 0.8);
6137  border-color: #5294e2;
6138  background-color: #2c2f39;
6139}
6140
6141.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled {
6142  color: rgba(228, 235, 241, 0.35);
6143  border-color: rgba(255, 255, 255, 0.12);
6144  background-color: rgba(33, 35, 42, 0.85);
6145}
6146
6147.background headerbar entry.starred > image.right {
6148  color: #ccbb00;
6149}
6150
6151.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked {
6152  color: #FFEA00;
6153}
6154
6155popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background {
6156  background-color: transparent;
6157}
6158
6159popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable {
6160  background-color: #494c59;
6161  color: rgba(230, 235, 239, 0.85);
6162  border-radius: 2px;
6163  border: 1px solid rgba(255, 255, 255, 0.12);
6164  margin: 2px;
6165}
6166
6167popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover {
6168  color: #b7c6d1;
6169  border-color: rgba(255, 255, 255, 0.12);
6170  background-color: #3e4250;
6171}
6172
6173popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical {
6174  margin: 0;
6175  padding: 0;
6176}
6177
6178popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame {
6179  border: 1px solid rgba(255, 255, 255, 0.12);
6180}
6181
6182popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row {
6183  background-color: rgba(40, 42, 51, 0.35);
6184  color: rgba(230, 235, 239, 0.85);
6185  border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
6186  padding: 6px 0;
6187  margin: 0;
6188}
6189
6190popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked {
6191  color: #e6ebef;
6192  background-color: rgba(230, 235, 239, 0.05);
6193}
6194
6195popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat {
6196  min-width: 16px;
6197  min-height: 16px;
6198  padding: 4px;
6199  margin: 0 6px;
6200  border-radius: 100px;
6201}
6202
6203popover.background > scrolledwindow > viewport.frame > list > row.activatable {
6204  border-radius: 2px;
6205}
6206
6207popover.background > scrolledwindow > viewport.frame > list > row.activatable button.page-row-close-button {
6208  margin: 3px 6px;
6209}
6210
6211flowboxchild.bookmark-tag-widget {
6212  color: #32343D;
6213  font-weight: 500;
6214}
6215
6216flowboxchild.bookmark-tag-widget label {
6217  margin-bottom: 2px;
6218}
6219
6220flowboxchild.bookmark-tag-widget-selected {
6221  color: #ffffff;
6222}
6223
6224tabbox {
6225  background-color: #32343D;
6226  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
6227}
6228
6229tabbox > tab {
6230  padding: 2px 16px 4px 16px;
6231  min-width: 24px;
6232  min-height: 24px;
6233  border-radius: 0;
6234  border: none;
6235  color: rgba(230, 235, 239, 0.45);
6236  background-color: rgba(50, 52, 61, 0);
6237}
6238
6239tabbox > tab:not(:only-child):first-child {
6240  margin-left: 6px;
6241}
6242
6243tabbox > tab:not(:only-child):last-child {
6244  margin-right: 6px;
6245}
6246
6247tabbox > tab:hover {
6248  color: rgba(230, 235, 239, 0.75);
6249  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
6250  box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5);
6251}
6252
6253tabbox > tab:checked {
6254  color: #e6ebef;
6255  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
6256  box-shadow: inset 0 -2px #5294e2;
6257}
6258
6259tabbox > tab button {
6260  border-radius: 100%;
6261  min-height: 16px;
6262  min-width: 16px;
6263  padding: 0;
6264  margin: 4px 0;
6265  color: #a7abb1;
6266}
6267
6268tabbox > tab button:hover {
6269  color: #ff4d4d;
6270  background-color: #27282f;
6271}
6272
6273tabbox > tab button:active {
6274  color: #5294e2;
6275  background-color: #202127;
6276}
6277
6278tabbox > tab button:active image {
6279  color: #5294e2;
6280}
6281
6282window#gnome-system-monitor > menubar {
6283  border: none;
6284  box-shadow: none;
6285  background: none;
6286}
6287
6288.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
6289  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
6290  padding: 4px;
6291  background-color: #2b2d35;
6292}
6293
6294window.csd > box.vertical > box.vertical > toolbar.horizontal, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar,
6295window.solid-csd > box.vertical > box.vertical > toolbar.horizontal,
6296window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar {
6297  margin-top: -1px;
6298  border-top: 1px solid rgba(255, 255, 255, 0.12);
6299  box-shadow: none;
6300  background-color: transparent;
6301}
6302
6303window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar > toolitem > .linked > button,
6304window.csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button,
6305window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar > toolitem > box.horizontal > button,
6306window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > .linked > button,
6307window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar > toolitem > .linked > button,
6308window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button,
6309window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar > toolitem > box.horizontal > button {
6310  min-height: 36px;
6311  min-width: 36px;
6312  padding: 0;
6313  margin-top: 8px;
6314  margin-bottom: 8px;
6315}
6316
6317window.csd > box.vertical > box.vertical > frame,
6318window.solid-csd > box.vertical > box.vertical > frame {
6319  margin-top: -1px;
6320  padding: 0;
6321}
6322
6323window.csd > box.vertical > box.vertical > frame > border,
6324window.solid-csd > box.vertical > box.vertical > frame > border {
6325  border: none;
6326}
6327
6328window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised, window.background > box.vertical > .primary-toolbar.inline-toolbar > toolitem > .linked > button.image-button.raised {
6329  min-height: 36px;
6330  min-width: 36px;
6331  padding: 0;
6332  margin: 0;
6333}
6334
6335window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image, window.background > box.vertical > .primary-toolbar.inline-toolbar > toolitem > .linked > button.image-button.raised > widget > box > image {
6336  padding: 0;
6337}
6338
6339window.background > box.vertical > toolbar.primary-toolbar > toolitem button.flat.scale, window.background > box.vertical > .primary-toolbar.inline-toolbar > toolitem button.flat.scale {
6340  min-height: 20px;
6341  min-width: 36px;
6342  padding: 0;
6343  margin-top: 8px;
6344  margin-bottom: 8px;
6345}
6346
6347window.background > box.vertical > toolbar.primary-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle, window.background > box.vertical > .primary-toolbar.inline-toolbar > toolitem > box.horizontal:not(.linked) > button.toggle,
6348window.background > box.vertical > toolbar.primary-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat),
6349window.background > box.vertical > .primary-toolbar.inline-toolbar > toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) {
6350  min-height: 28px;
6351  min-width: 28px;
6352  padding: 0;
6353  margin: 0;
6354}
6355
6356window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio {
6357  margin: 0;
6358  border-radius: 0;
6359  padding: 0 6px;
6360  border-width: 0;
6361}
6362
6363window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.titlebar.windowhandle > viewswitchertitle > squeezer > viewswitcher > box.horizontal > button.radio:hover {
6364  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
6365}
6366
6367hdyviewswitcherbar > actionbar,
6368viewswitcherbar > actionbar {
6369  background: none;
6370  border: none;
6371}
6372
6373dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame {
6374  border: none;
6375}
6376
6377dialog.background.csd > box.dialog-vbox > grid.horizontal > scrolledwindow.frame > viewport.frame {
6378  border: none;
6379}
6380
6381dialog.background.csd > box.dialog-vbox > grid.horizontal > stack > scrolledwindow.frame {
6382  border: 1px solid rgba(255, 255, 255, 0.12);
6383}
6384
6385dialog.background.csd > box.dialog-vbox > filechooser > actionbar > revealer > box.horizontal > box.horizontal > box.horizontal > combobox > .linked > button.combo {
6386  margin: 24px 6px 24px 120px;
6387  background-position: right bottom;
6388}
6389
6390dialog.background.csd headerbar.default-decoration {
6391  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
6392}
6393
6394window.background.csd > paned.horizontal > scrolledwindow.frame.sidebar {
6395  border-top: none;
6396}
6397
6398stack > overlay > frame > scrolledwindow.frame {
6399  border-left-width: 0;
6400  border-right-width: 0;
6401}
6402
6403window.background.csd.unified headerbar {
6404  border-radius: 0 0 0 0;
6405}
6406
6407window.background.csd.unified,
6408window.background.csd.unified > decoration,
6409window.background.csd.unified > decoration-overlay {
6410  border-radius: 0;
6411}
6412
6413window.background.csd.unified.tiled,
6414window.background.csd.unified.tiled > decoration,
6415window.background.csd.unified.tiled > decoration-overlay, window.background.csd.unified.tiled-top,
6416window.background.csd.unified.tiled-top > decoration,
6417window.background.csd.unified.tiled-top > decoration-overlay, window.background.csd.unified.tiled-right,
6418window.background.csd.unified.tiled-right > decoration,
6419window.background.csd.unified.tiled-right > decoration-overlay, window.background.csd.unified.tiled-bottom,
6420window.background.csd.unified.tiled-bottom > decoration,
6421window.background.csd.unified.tiled-bottom > decoration-overlay, window.background.csd.unified.tiled-left,
6422window.background.csd.unified.tiled-left > decoration,
6423window.background.csd.unified.tiled-left > decoration-overlay, window.background.csd.unified.maximized,
6424window.background.csd.unified.maximized > decoration,
6425window.background.csd.unified.maximized > decoration-overlay, window.background.csd.unified.fullscreen,
6426window.background.csd.unified.fullscreen > decoration,
6427window.background.csd.unified.fullscreen > decoration-overlay {
6428  border-radius: 0;
6429}
6430
6431.nemo-window .nemo-places-sidebar.frame {
6432  border-width: 0;
6433}
6434
6435.nemo-window .nemo-places-sidebar .places-treeview {
6436  -NemoPlacesTreeView-disk-full-bg-color: #494c59;
6437  -NemoPlacesTreeView-disk-full-fg-color: #3c86de;
6438}
6439
6440.nemo-window notebook {
6441  background-color: #282A33;
6442}
6443
6444.nemo-window notebook .primary-toolbar {
6445  background-color: #32343D;
6446}
6447
6448.nemo-window notebook .primary-toolbar button,
6449.nemo-window notebook .primary-toolbar combobox > .linked > button.combo {
6450  color: #e6ebef;
6451  border-color: rgba(255, 255, 255, 0.12);
6452  background-color: #2c2f39;
6453}
6454
6455.nemo-window notebook .primary-toolbar button:hover,
6456.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:hover {
6457  color: #b7c6d1;
6458  border-color: rgba(255, 255, 255, 0.12);
6459  background-color: #3e4250;
6460  -gtk-icon-effect: highlight;
6461}
6462
6463.nemo-window notebook .primary-toolbar button:active, .nemo-window notebook .primary-toolbar button:checked,
6464.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:active,
6465.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:checked {
6466  color: #ffffff;
6467  border-color: #68a2e6;
6468  background-color: #5294e2;
6469}
6470
6471.nemo-window notebook .primary-toolbar button:active:not(:disabled) label:disabled, .nemo-window notebook .primary-toolbar button:checked:not(:disabled) label:disabled,
6472.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:active:not(:disabled) label:disabled,
6473.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:checked:not(:disabled) label:disabled {
6474  color: inherit;
6475  opacity: 0.6;
6476}
6477
6478.nemo-window notebook .primary-toolbar button:disabled,
6479.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled {
6480  border-color: rgba(255, 255, 255, 0.05);
6481  background-color: rgba(44, 47, 57, 0.55);
6482}
6483
6484.nemo-window notebook .primary-toolbar button:disabled label, .nemo-window notebook .primary-toolbar button:disabled,
6485.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled label,
6486.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled {
6487  color: rgba(230, 235, 239, 0.45);
6488}
6489
6490.nemo-window notebook .primary-toolbar button:disabled:active, .nemo-window notebook .primary-toolbar button:disabled:checked,
6491.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:active,
6492.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:checked {
6493  border-color: rgba(82, 148, 226, 0.75);
6494  background-color: rgba(82, 148, 226, 0.75);
6495  opacity: 0.6;
6496}
6497
6498.nemo-window notebook .primary-toolbar button:disabled:active label, .nemo-window notebook .primary-toolbar button:disabled:active, .nemo-window notebook .primary-toolbar button:disabled:checked label, .nemo-window notebook .primary-toolbar button:disabled:checked,
6499.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:active label,
6500.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:active,
6501.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:checked label,
6502.nemo-window notebook .primary-toolbar combobox > .linked > button.combo:disabled:checked {
6503  color: rgba(255, 255, 255, 0.8);
6504}
6505
6506.nemo-window notebook .primary-toolbar entry {
6507  min-height: 24px;
6508  min-width: 24px;
6509  color: #e0e5eb;
6510  border-color: rgba(255, 255, 255, 0.12);
6511  background-color: #282a33;
6512}
6513
6514.nemo-window notebook .primary-toolbar entry:focus {
6515  color: #e0e5eb;
6516  border-color: #5294e2;
6517  background-color: #282a33;
6518}
6519
6520.nemo-window .nemo-window-pane widget.entry {
6521  border: 1px solid;
6522  border-radius: 2px;
6523  color: #e0e5eb;
6524  border-color: #5294e2;
6525  background-color: #282a33;
6526}
6527
6528.nemo-window .nemo-window-pane notebook infobar > revealer > box {
6529  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
6530}
6531
6532.nemo-window .nemo-window-pane notebook box.vertical > separator {
6533  background: none;
6534}
6535
6536.nemo-window .primary-toolbar {
6537  padding-top: 0;
6538  padding-bottom: 0;
6539  border: none;
6540  color: rgba(228, 235, 241, 0.8);
6541  background-color: #282a33;
6542  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
6543}
6544
6545.nemo-window .primary-toolbar button {
6546  min-height: 20px;
6547  margin-top: 6px;
6548  margin-bottom: 6px;
6549}
6550
6551.nemo-window .primary-toolbar entry {
6552  min-height: 22px;
6553  margin-top: 4px;
6554  margin-bottom: 4px;
6555}
6556
6557.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button,
6558.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button {
6559  margin-top: 4px;
6560  margin-bottom: 4px;
6561}
6562
6563.nemo-window .sidebar scrolledwindow.frame {
6564  border: none;
6565}
6566
6567.nemo-window .floating-bar {
6568  padding: 2px;
6569  background-color: #5294e2;
6570  color: #ffffff;
6571  border-radius: 0;
6572}
6573
6574.nemo-window .floating-bar.bottom.left {
6575  border-top-right-radius: 2px;
6576}
6577
6578.nemo-window .floating-bar.bottom.right {
6579  border-top-left-radius: 2px;
6580}
6581
6582.nemo-window .floating-bar button {
6583  border: none;
6584  border-radius: 2px;
6585  min-height: 16px;
6586  min-width: 16px;
6587  -gtk-icon-shadow: none;
6588}
6589
6590dialog.background > .dialog-vbox > frame.view > stack > box.vertical > separator.horizontal {
6591  background: none;
6592  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
6593}
6594
6595window.background:not(.csd) > widget > separator {
6596  color: rgba(255, 255, 255, 0.12);
6597}
6598
6599window.background:not(.csd) > widget > scrollbar {
6600  background-clip: border-box;
6601}
6602
6603window.background:not(.csd) > widget > scrollbar,
6604window.background:not(.csd) > widget > frame > border {
6605  border-color: rgba(255, 255, 255, 0.12);
6606}
6607
6608window.background:not(.csd) > widget > entry,
6609window.background:not(.csd) > widget .entry {
6610  border-radius: 2px;
6611  color: #e0e5eb;
6612  background-image: image(#282A33);
6613  border: 1px solid rgba(255, 255, 255, 0.12);
6614}
6615
6616window.background:not(.csd) > widget > entry:focus,
6617window.background:not(.csd) > widget .entry:focus {
6618  border-color: #5294e2;
6619}
6620
6621window.background:not(.csd) > widget > spinbutton {
6622  background-image: image(#2c2f39);
6623  border: 1px solid rgba(255, 255, 255, 0.12);
6624}
6625
6626window.background:not(.csd) > widget > spinbutton:active {
6627  background-image: image(#383a47);
6628}
6629
6630window.background:not(.csd) > widget > spinbutton .entry {
6631  border-top-right-radius: 0;
6632  border-bottom-right-radius: 0;
6633}
6634
6635window.background:not(.csd) > widget > button > button, window.background:not(.csd) > widget > button.combo > button {
6636  color: #e0e5eb;
6637  border: 1px solid rgba(255, 255, 255, 0.12);
6638  border-radius: 2px;
6639}
6640
6641window.background:not(.csd) > widget > button > button:active, window.background:not(.csd) > widget > button > button:checked, window.background:not(.csd) > widget > button.combo > button:active, window.background:not(.csd) > widget > button.combo > button:checked {
6642  border: 1px solid #4e5264;
6643  background-image: image(#383a47);
6644}
6645
6646window.background:not(.csd) > menu,
6647window.background:not(.csd) > menu > menu {
6648  border-radius: 0;
6649}
6650
6651window.background:not(.csd) > menu > separator, window.background:not(.csd) > menu .separator,
6652window.background:not(.csd) > menu > menu > separator,
6653window.background:not(.csd) > menu > menu .separator {
6654  color: #32343D;
6655}
6656
6657window.background:not(.csd) > menu > menuitem > label:disabled {
6658  color: rgba(230, 235, 239, 0.45);
6659}
6660
6661window.background:not(.csd) > window > menu menuitem {
6662  transition: none;
6663}
6664
6665#MozillaGtkWidget.background {
6666  background-color: #32343D;
6667}
6668
6669#MozillaGtkWidget.background .background,
6670#MozillaGtkWidget.background frame,
6671#MozillaGtkWidget.background separator,
6672#MozillaGtkWidget.background scrolledwindow {
6673  background-color: #32343D;
6674}
6675
6676#MozillaGtkWidget.background headerbar.titlebar {
6677  padding-left: 10px;
6678  padding-right: 10px;
6679}
6680
6681#MozillaGtkWidget.background scrollbar {
6682  background-color: #545867;
6683}
6684
6685#MozillaGtkWidget.background scrollbar slider {
6686  background-color: #83868d;
6687}
6688
6689#MozillaGtkWidget.background scrollbar slider:hover {
6690  background-color: #9ea2a8;
6691}
6692
6693#MozillaGtkWidget.background scrollbar slider:hover:active {
6694  background-color: #b9bdc3;
6695}
6696
6697#MozillaGtkWidget.background scrollbar slider:disabled {
6698  background-color: transparent;
6699}
6700
6701#MozillaGtkWidget.background > window.background > menu,
6702#MozillaGtkWidget.background > window.background > menu > menu {
6703  border: none;
6704  background-color: #282A33;
6705}
6706
6707#MozillaGtkWidget.background > window.background > menu > separator,
6708#MozillaGtkWidget.background > window.background > menu > menu > separator {
6709  padding: 0;
6710  border: none;
6711  background-color: rgba(255, 255, 255, 0.12);
6712}
6713
6714#MozillaGtkWidget.background > widget border {
6715  border-color: #606475;
6716}
6717
6718#MozillaGtkWidget.background > widget separator {
6719  background-color: #4e5264;
6720}
6721
6722#MozillaGtkWidget.background > widget > scrolledwindow > textview {
6723  background-color: #333641;
6724}
6725
6726#MozillaGtkWidget.background > widget > scrolledwindow > textview text {
6727  background-color: transparent;
6728  color: #e0e5eb;
6729}
6730
6731window.background.chromium headerbar.titlebar button.titlebutton {
6732  min-width: 23px;
6733  min-height: 23px;
6734  padding: 0 2px;
6735  color: transparent;
6736}
6737
6738window.background.chromium {
6739  background-color: #32343D;
6740  color: #e6ebef;
6741}
6742
6743window.background.chromium headerbar.titlebar button.toggle {
6744  color: rgba(228, 235, 241, 0.8);
6745  outline-offset: -3px;
6746  background-color: rgba(40, 42, 51, 0);
6747  border-color: rgba(40, 42, 51, 0);
6748}
6749
6750window.background.chromium headerbar.titlebar button.toggle:hover {
6751  color: rgba(228, 235, 241, 0.8);
6752  border-color: rgba(255, 255, 255, 0.12);
6753  background-color: #333641;
6754}
6755
6756window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active {
6757  color: #ffffff;
6758  border-color: #68a2e6;
6759  background-color: #5294e2;
6760}
6761
6762window.background.chromium button {
6763  border-width: 1px;
6764  border-style: solid;
6765  border-color: #494c59;
6766  background-color: #32343D;
6767  color: #e6ebef;
6768}
6769
6770window.background.chromium entry.chromium {
6771  border-image: none;
6772  border: 1px solid #494c59;
6773  background-color: #32343D;
6774  color: #e6ebef;
6775}
6776
6777window.background.chromium entry.chromium:focus {
6778  border-color: #5294e2;
6779}
6780
6781window.background.chromium > textview.view, window.background.chromium textview {
6782  background-color: #32343D;
6783  color: #e6ebef;
6784}
6785
6786window.background.chromium > menubar {
6787  background-color: #282A33;
6788}
6789
6790window.background.chromium > menu {
6791  color: #e6ebef;
6792  background-color: #32343D;
6793  border: 1px solid #494c59;
6794}
6795
6796window.background.chromium > menu > separator, window.background.chromium > menu .separator {
6797  background-color: #32343D;
6798  color: #32343D;
6799  border: none;
6800}
6801
6802window.background.chromium > menu > menuitem {
6803  color: #e6ebef;
6804  border-radius: 0;
6805}
6806
6807window.background.chromium > menu > menuitem:hover {
6808  color: #ffffff;
6809  background-color: #5294e2;
6810}
6811
6812window.background.chromium > menu > menuitem:disabled {
6813  color: rgba(230, 235, 239, 0.45);
6814}
6815
6816window.background.chromium > menu > menuitem accelerator {
6817  color: rgba(230, 235, 239, 0.45);
6818}
6819
6820window.background > grid.horizontal > grid.horizontal {
6821  background-color: #282A33;
6822  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
6823}
6824
6825window.background > grid.horizontal > grid.horizontal > button.flat.small-button {
6826  color: rgba(228, 235, 241, 0.8);
6827  border: none;
6828  border-radius: 50px;
6829}
6830
6831window.background > grid.horizontal > grid.horizontal > button.flat.small-button:hover {
6832  background-color: rgba(228, 235, 241, 0.25);
6833}
6834
6835window.background > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background > grid.horizontal > grid.horizontal > button.flat.small-button:checked {
6836  background-color: #5294e2;
6837  color: #ffffff;
6838}
6839
6840window.background > grid.horizontal > grid.horizontal > button.flat.small-button:disabled {
6841  color: rgba(228, 235, 241, 0.6);
6842}
6843
6844window.background:not(.solid-csd) > notebook:not(.frame) {
6845  border: 0 none transparent;
6846  background-color: #282A33;
6847}
6848
6849window.background:not(.solid-csd) > notebook:not(.frame) > stack {
6850  border: none;
6851  box-shadow: none;
6852}
6853
6854overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame,
6855overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame {
6856  border-left: none;
6857  border-right: none;
6858}
6859
6860overlay.window-overlay grid.horizontal stack .sidebar {
6861  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
6862}
6863
6864widget > box.terminal-titlebar {
6865  padding: 0 6px;
6866}
6867
6868widget > box.terminal-titlebar > button.flat.popup.toggle {
6869  border: none;
6870  border-radius: 0;
6871  padding-top: 0;
6872  padding-bottom: 0;
6873  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0/0 0 0;
6874}
6875
6876widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) {
6877  padding-right: 6px;
6878}
6879
6880widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) {
6881  padding-left: 6px;
6882}
6883
6884widget > box.terminal-titlebar > button.flat.popup.toggle:hover {
6885  box-shadow: inset 0 -2px #5294e2;
6886  background: none;
6887}
6888
6889widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active {
6890  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
6891  background-color: transparent;
6892  color: #e6ebef;
6893}
6894
6895widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle {
6896  margin: 2px 0;
6897  padding: 0;
6898  min-height: 24px;
6899  min-width: 24px;
6900  border-radius: 100px;
6901  -gtk-outline-radius: 100px;
6902}
6903
6904list.tilix-session-sidebar {
6905  background-image: image(#272931);
6906}
6907
6908list.tilix-session-sidebar button.tilix-sidebar-close-button {
6909  min-height: 20px;
6910  min-width: 20px;
6911  padding: 0;
6912  border-radius: 100px;
6913  -gtk-outline-radius: 100px;
6914  background-color: #F04A50;
6915}
6916
6917list.tilix-session-sidebar button.tilix-sidebar-close-button, list.tilix-session-sidebar button.tilix-sidebar-close-button:hover, list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
6918  color: white;
6919}
6920
6921list.tilix-session-sidebar button.tilix-sidebar-close-button:hover {
6922  background-color: #f4797e;
6923}
6924
6925list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
6926  background-image: image(#ec1b22);
6927}
6928
6929window.background.csd > box.vertical > stack > box.horizontal > list {
6930  border-right: 1px solid #494c59;
6931}
6932
6933window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame {
6934  border: none;
6935}
6936
6937window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list {
6938  border-right: 1px solid #494c59;
6939}
6940
6941window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
6942  border-right: 1px solid #494c59;
6943}
6944
6945window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
6946  border-right: 1px solid #494c59;
6947}
6948
6949window#ValaPanel.background {
6950  background-color: #21232b;
6951  border: none;
6952  color: #D3DAE3;
6953}
6954
6955window#ValaPanel.background widget.-vala-panel-background > separator {
6956  background: none;
6957}
6958
6959window#ValaPanel.background .unpinned button.flat.-panel-icon-button {
6960  border-radius: 0;
6961}
6962
6963window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover {
6964  -gtk-icon-effect: highlight;
6965}
6966
6967window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked {
6968  box-shadow: inset 0 -2px #5294e2;
6969  color: #ffffff;
6970}
6971
6972window#ValaPanel.background .pinned button.flat.-panel-icon-button.running {
6973  border-radius: 0;
6974}
6975
6976window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image {
6977  background-position: bottom center;
6978}
6979
6980window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover {
6981  -gtk-icon-effect: highlight;
6982}
6983
6984window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked {
6985  box-shadow: inset 0 -2px #5294e2;
6986  color: #ffffff;
6987}
6988
6989.mate-panel-menu-bar menubar,
6990.mate-panel-menu-bar #PanelApplet-window-menu-applet-button,
6991menubar.-vala-panel-background,
6992menubar.-vala-panel-appmenu-private {
6993  background: none;
6994  border: none;
6995  box-shadow: none;
6996  color: #D3DAE3;
6997}
6998
6999.mate-panel-menu-bar menubar > menuitem,
7000.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem,
7001menubar.-vala-panel-background > menuitem,
7002menubar.-vala-panel-appmenu-private > menuitem {
7003  border: none;
7004  border-radius: 0;
7005  font-weight: normal;
7006}
7007
7008.mate-panel-menu-bar menubar > menuitem:hover,
7009.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:hover,
7010menubar.-vala-panel-background > menuitem:hover,
7011menubar.-vala-panel-appmenu-private > menuitem:hover {
7012  background-color: rgba(255, 255, 255, 0.1);
7013  color: #ffffff;
7014  box-shadow: inset 0 -2px #5294e2, 0 1px #5294e2;
7015}
7016
7017.mate-panel-menu-bar menubar > menuitem:disabled,
7018.mate-panel-menu-bar #PanelApplet-window-menu-applet-button > menuitem:disabled,
7019menubar.-vala-panel-background > menuitem:disabled,
7020menubar.-vala-panel-appmenu-private > menuitem:disabled {
7021  color: rgba(211, 218, 227, 0.4);
7022}
7023
7024window#meldapp notebook.frame.meld-notebook {
7025  border: none;
7026}
7027
7028window#meldapp notebook.frame.meld-notebook paned.meld-vc-console-pane {
7029  border: none;
7030}
7031
7032headerbar:not(.titlebar).flat {
7033  background: none;
7034  color: #e6ebef;
7035  border: none;
7036  box-shadow: none;
7037}
7038
7039headerbar:not(.titlebar).flat button:not(.close):not(.maximize):not(.minimize) {
7040  color: rgba(230, 235, 239, 0.75);
7041  border: none;
7042}
7043
7044headerbar:not(.titlebar).flat button:not(.close):not(.maximize):not(.minimize):hover {
7045  background-color: rgba(230, 235, 239, 0.1);
7046  color: #e6ebef;
7047}
7048
7049headerbar:not(.titlebar).flat button:not(.close):not(.maximize):not(.minimize):active {
7050  background-color: rgba(230, 235, 239, 0.25);
7051  color: #e6ebef;
7052}
7053
7054headerbar:not(.titlebar).flat button:not(.close):not(.maximize):not(.minimize):checked {
7055  background-color: rgba(230, 235, 239, 0.2);
7056  color: #e6ebef;
7057}
7058
7059headerbar:not(.titlebar).flat button.titlebutton.close {
7060  background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png"));
7061}
7062
7063headerbar:not(.titlebar).flat button.titlebutton.close:backdrop {
7064  background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png"));
7065}
7066
7067headerbar:not(.titlebar).flat button.titlebutton.close:hover {
7068  background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png"));
7069}
7070
7071headerbar:not(.titlebar).flat button.titlebutton.close:active {
7072  background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png"));
7073}
7074
7075headerbar:not(.titlebar).flat button.titlebutton.maximize {
7076  background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png"));
7077}
7078
7079headerbar:not(.titlebar).flat button.titlebutton.maximize:backdrop {
7080  background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png"));
7081}
7082
7083headerbar:not(.titlebar).flat button.titlebutton.maximize:hover {
7084  background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png"));
7085}
7086
7087headerbar:not(.titlebar).flat button.titlebutton.maximize:active {
7088  background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png"));
7089}
7090
7091headerbar:not(.titlebar).flat button.titlebutton.minimize {
7092  background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png"));
7093}
7094
7095headerbar:not(.titlebar).flat button.titlebutton.minimize:backdrop {
7096  background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png"));
7097}
7098
7099headerbar:not(.titlebar).flat button.titlebutton.minimize:hover {
7100  background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png"));
7101}
7102
7103headerbar:not(.titlebar).flat button.titlebutton.minimize:active {
7104  background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png"));
7105}
7106
7107stackswitcher.tall {
7108  margin-top: 6px;
7109}
7110
7111.xapp-status-icon-menu-window > decoration {
7112  box-shadow: none;
7113  transition: none;
7114  margin: 0;
7115}
7116
7117.xapp-status-icon-menu-window > menu > menuitem > window > decoration {
7118  box-shadow: none;
7119  transition: none;
7120  margin: 0;
7121}
7122
7123/*****************
7124 * Unity Desktop *
7125 *****************/
7126UnityDecoration {
7127  -UnityDecoration-extents: 28px 1 1 1;
7128  -UnityDecoration-input-extents: 10px;
7129  -UnityDecoration-shadow-offset-x: 0px;
7130  -UnityDecoration-shadow-offset-y: 3px;
7131  -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2);
7132  -UnityDecoration-active-shadow-radius: 12px;
7133  -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
7134  -UnityDecoration-inactive-shadow-radius: 7px;
7135  -UnityDecoration-glow-size: 10px;
7136  -UnityDecoration-glow-color: #5294e2;
7137  -UnityDecoration-title-indent: 10px;
7138  -UnityDecoration-title-fade: 35px;
7139  -UnityDecoration-title-alignment: 0.0;
7140}
7141
7142UnityDecoration .top {
7143  border: 1px solid #181a1f;
7144  border-bottom-width: 0;
7145  border-radius: 4px 4px 0 0;
7146  padding: 1px 6px 0 6px;
7147  background-image: linear-gradient(to bottom, #282a33, #282a33);
7148  color: rgba(228, 235, 241, 0.8);
7149  box-shadow: inset 0 1px #2f313c;
7150}
7151
7152UnityDecoration .top:backdrop {
7153  border-bottom-width: 0;
7154  color: rgba(228, 235, 241, 0.5);
7155}
7156
7157UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
7158UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
7159  background-color: transparent;
7160  background-image: linear-gradient(to bottom, #181a1f, #181a1f);
7161}
7162
7163UnityPanelWidget,
7164.unity-panel {
7165  background-image: linear-gradient(to bottom, #1b2224, #1b2224);
7166  color: white;
7167  box-shadow: none;
7168}
7169
7170UnityPanelWidget:backdrop,
7171.unity-panel:backdrop {
7172  color: #d6dde5;
7173}
7174
7175.unity-panel.menubar.menuitem:hover,
7176.unity-panel.menubar .menuitem *:hover {
7177  border-radius: 0;
7178  color: #ffffff;
7179  background-image: linear-gradient(to bottom, #5294e2, #5294e2);
7180  border-bottom: none;
7181}
7182
7183.lightdm.menu {
7184  background-image: none;
7185  background-color: rgba(0, 0, 0, 0.4);
7186  border-color: rgba(255, 255, 255, 0.8);
7187  border-radius: 4px;
7188  padding: 1px;
7189  color: white;
7190}
7191
7192.lightdm-combo .menu {
7193  background-color: #3a3d4a;
7194  border-radius: 0px;
7195  padding: 0px;
7196  color: white;
7197}
7198
7199.lightdm.menu .menuitem *,
7200.lightdm.menu .menuitem.check:active,
7201.lightdm.menu .menuitem.radio:active {
7202  color: white;
7203}
7204
7205.lightdm.menubar {
7206  color: rgba(255, 255, 255, 0.8);
7207  background-image: none;
7208  background-color: rgba(0, 0, 0, 0.5);
7209}
7210
7211.lightdm.menubar > .menuitem {
7212  padding: 2px 6px;
7213}
7214
7215.lightdm-combo.combobox-entry .button,
7216.lightdm-combo .cell,
7217.lightdm-combo .button,
7218.lightdm-combo .entry,
7219.lightdm.button,
7220.lightdm.entry {
7221  background-image: none;
7222  background-color: rgba(0, 0, 0, 0.3);
7223  border-color: rgba(255, 255, 255, 0.4);
7224  border-radius: 10px;
7225  padding: 7px;
7226  color: white;
7227  text-shadow: none;
7228}
7229
7230.lightdm.button,
7231.lightdm.button:hover,
7232.lightdm.button:active,
7233.lightdm.button:active:focus,
7234.lightdm.entry,
7235.lightdm.entry:hover,
7236.lightdm.entry:active,
7237.lightdm.entry:active:focus {
7238  background-image: none;
7239  border-image: none;
7240}
7241
7242.lightdm.button:focus,
7243.lightdm.entry:focus {
7244  border-color: rgba(255, 255, 255, 0.1);
7245  border-width: 1px;
7246  border-style: solid;
7247  color: white;
7248}
7249
7250.lightdm.entry:selected {
7251  background-color: rgba(255, 255, 255, 0.8);
7252}
7253
7254.lightdm.entry:active {
7255  -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
7256  animation: dashentry_spinner 1s infinite linear;
7257}
7258
7259.lightdm.option-button {
7260  padding: 2px;
7261  background: none;
7262  border: 0;
7263}
7264
7265.lightdm.toggle-button {
7266  background: none;
7267  border-width: 0;
7268}
7269
7270.lightdm.toggle-button.selected {
7271  background-color: rgba(0, 0, 0, 0.7);
7272  border-width: 1px;
7273}
7274
7275@keyframes dashentry_spinner {
7276  to {
7277    -gtk-icon-transform: rotate(1turn);
7278  }
7279}
7280
7281/****************
7282 * Mate Desktop *
7283 ****************/
7284.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar {
7285  background: none;
7286}
7287
7288MsdOsdWindow.background.osd {
7289  border-radius: 2px;
7290  border: 1px solid #16171c;
7291}
7292
7293MsdOsdWindow.background.osd .progressbar {
7294  background-color: #5294e2;
7295  border: none;
7296  border-color: red;
7297  border-radius: 5px;
7298}
7299
7300MsdOsdWindow.background.osd .trough {
7301  background-color: #1d1e25;
7302  border: none;
7303  border-radius: 5px;
7304}
7305
7306.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
7307panel-toplevel.background,
7308panel-toplevel.background menubar {
7309  background-color: #21232b;
7310}
7311
7312.mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
7313.mate-panel-menu-bar button#tasklist-button label,
7314.mate-panel-menu-bar button#tasklist-button image,
7315panel-toplevel.background button label,
7316panel-toplevel.background button image,
7317panel-toplevel.background button#tasklist-button label,
7318panel-toplevel.background button#tasklist-button image {
7319  color: inherit;
7320}
7321
7322.mate-panel-menu-bar .wnck-pager,
7323panel-toplevel.background .wnck-pager {
7324  color: #6a6d72;
7325  background-color: #0b0c0e;
7326}
7327
7328.mate-panel-menu-bar .wnck-pager:hover,
7329panel-toplevel.background .wnck-pager:hover {
7330  background-color: #2c2f39;
7331}
7332
7333.mate-panel-menu-bar .wnck-pager:selected,
7334panel-toplevel.background .wnck-pager:selected {
7335  color: #a9caf1;
7336  background-color: #5294e2;
7337}
7338
7339.mate-panel-menu-bar na-tray-applet,
7340panel-toplevel.background na-tray-applet {
7341  -NaTrayApplet-icon-padding: 0;
7342  -NaTrayApplet-icon-size: 16px;
7343}
7344
7345PanelToplevel.background {
7346  color: #D3DAE3;
7347  background-color: #21232b;
7348}
7349
7350#PanelWidget,
7351#PanelPlug,
7352#PanelApplet {
7353  color: #D3DAE3;
7354  background-color: #21232b;
7355}
7356
7357PanelSeparator {
7358  border-width: 0;
7359  background: none;
7360  background-image: none;
7361  color: white;
7362}
7363
7364PanelToplevel.horizontal MatePanelAppletFrameDBus {
7365  background-image: linear-gradient(to right, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px);
7366  background-repeat: no-repeat;
7367  background-size: 7px 14px;
7368}
7369
7370PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(ltr) {
7371  background-position: left center;
7372}
7373
7374PanelToplevel.horizontal MatePanelAppletFrameDBus:dir(rtl) {
7375  background-position: right center;
7376}
7377
7378PanelToplevel.vertical MatePanelAppletFrameDBus {
7379  background-image: linear-gradient(to bottom, transparent 2px, rgba(255, 255, 255, 0.1) 2px, rgba(255, 255, 255, 0.1) 3px, transparent 3px, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 5px, transparent 5px, transparent 7px);
7380  background-repeat: no-repeat;
7381  background-size: 14px 7px;
7382  background-position: center top;
7383}
7384
7385PanelToplevel.mate-panel-menu-bar > grid.horizontal > button {
7386  min-height: 4px;
7387  min-width: 4px;
7388  padding: 0;
7389  border-radius: 0;
7390  border-style: solid;
7391  border-color: rgba(255, 255, 255, 0.1);
7392  -gtk-outline-radius: 0;
7393  background-color: transparent;
7394  color: #D3DAE3;
7395}
7396
7397PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:hover {
7398  background-color: transparent;
7399  color: #ffffff;
7400}
7401
7402PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:active {
7403  background-color: transparent;
7404  color: #ffffff;
7405}
7406
7407PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:disabled {
7408  color: rgba(211, 218, 227, 0.45);
7409}
7410
7411PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:checked {
7412  background-color: transparent;
7413  color: #ffffff;
7414}
7415
7416PanelToplevel.mate-panel-menu-bar > grid.horizontal > button > image {
7417  padding: 0 4px;
7418}
7419
7420PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(ltr) {
7421  border-width: 0 1px 0 0;
7422}
7423
7424PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:first-child:dir(rtl) {
7425  border-width: 0 0 0 1px;
7426}
7427
7428PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(ltr) {
7429  border-width: 0 0 0 1px;
7430}
7431
7432PanelToplevel.mate-panel-menu-bar > grid.horizontal > button:not(:first-child):dir(rtl) {
7433  border-width: 0 1px 0 0;
7434}
7435
7436.mate-panel-menu-bar #clock-applet-button label {
7437  padding: 0 6px;
7438}
7439
7440.mate-panel-menu-bar.vertical menubar > menuitem,
7441.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem {
7442  padding: 4px 0;
7443}
7444
7445.mate-panel-menu-bar.vertical menubar > menuitem:hover,
7446.mate-panel-menu-bar.vertical #PanelApplet-window-menu-applet-button > menuitem:hover {
7447  box-shadow: inset 2px 0 #5294e2;
7448}
7449
7450.mate-panel-menu-bar.vertical #tasklist-button:hover,
7451.mate-panel-menu-bar.vertical #clock-applet-button:hover,
7452.mate-panel-menu-bar.vertical #showdesktop-button:hover {
7453  box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1);
7454}
7455
7456.mate-panel-menu-bar.vertical #tasklist-button:checked, .mate-panel-menu-bar.vertical #tasklist-button:hover:checked,
7457.mate-panel-menu-bar.vertical #clock-applet-button:checked,
7458.mate-panel-menu-bar.vertical #clock-applet-button:hover:checked,
7459.mate-panel-menu-bar.vertical #showdesktop-button:checked,
7460.mate-panel-menu-bar.vertical #showdesktop-button:hover:checked {
7461  box-shadow: inset 2px 0 #5294e2;
7462}
7463
7464.mate-panel-menu-bar.vertical #clock-applet-button label {
7465  padding: 6px 0;
7466}
7467
7468.mate-panel-menu-bar button.flat.toggle.brisk-button {
7469  padding: 0 4px;
7470  border-radius: 0;
7471  -gtk-outline-radius: 0;
7472  background-image: none;
7473  background-color: transparent;
7474  color: #D3DAE3;
7475  font-weight: 700;
7476}
7477
7478.mate-panel-menu-bar button.flat.toggle.brisk-button:hover {
7479  background-image: none;
7480  color: #ffffff;
7481  box-shadow: inset 0 -2px rgba(255, 255, 255, 0.1);
7482}
7483
7484.mate-panel-menu-bar button.flat.toggle.brisk-button:active {
7485  animation: none;
7486}
7487
7488.mate-panel-menu-bar button.flat.toggle.brisk-button:checked {
7489  background-image: none;
7490  color: #ffffff;
7491  box-shadow: inset 0 -2px #5294e2;
7492}
7493
7494.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical {
7495  padding: 0;
7496}
7497
7498.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:hover {
7499  box-shadow: inset 2px 0 rgba(255, 255, 255, 0.1);
7500}
7501
7502.mate-panel-menu-bar button.flat.toggle.brisk-button-vertical:checked {
7503  box-shadow: inset 2px 0 #5294e2;
7504}
7505
7506.brisk-menu entry {
7507  margin: 0.25rem;
7508}
7509
7510.brisk-menu box.horizontal scrolledwindow:dir(ltr) {
7511  margin: 0.25rem 0.25rem 0.25rem 0;
7512}
7513
7514.brisk-menu box.horizontal scrolledwindow:dir(rtl) {
7515  margin: 0.25rem 0 0.25rem 0.25rem;
7516}
7517
7518.brisk-menu .categories-list:dir(ltr) {
7519  margin: 0.25rem 0 0.25rem 0.25rem;
7520}
7521
7522.brisk-menu .categories-list:dir(rtl) {
7523  margin: 0.25rem 0.25rem 0.25rem 0;
7524}
7525
7526.brisk-menu .categories-list button.flat {
7527  padding-top: unset;
7528  padding-bottom: unset;
7529  border-radius: 2px;
7530  -gtk-outline-radius: 0;
7531  font-weight: 500;
7532  transition-duration: 0.1s;
7533}
7534
7535.brisk-menu .categories-list button.flat:checked {
7536  background-color: #5294e2;
7537  color: #ffffff;
7538}
7539
7540.brisk-menu .categories-list button.flat image {
7541  padding: 0.5rem 0;
7542}
7543
7544.brisk-menu .categories-list button.flat label {
7545  padding-bottom: 0.04375rem;
7546}
7547
7548.brisk-menu box.vertical > box.horizontal > box.vertical > separator.horizontal {
7549  min-height: 0;
7550  background-color: transparent;
7551}
7552
7553.brisk-menu list.content-view.view {
7554  background-color: #282A33;
7555}
7556
7557.brisk-menu list.content-view.view row.activatable {
7558  padding: 0;
7559  background-image: none;
7560  transition-duration: 0s;
7561}
7562
7563.brisk-menu list.content-view.view row.activatable > button.flat {
7564  padding-top: unset;
7565  padding-bottom: unset;
7566  border-radius: 0;
7567  -gtk-outline-radius: 0;
7568  font-weight: 400;
7569  transition-duration: 0s;
7570  border: none;
7571}
7572
7573.brisk-menu list.content-view.view row.activatable > button.flat:hover {
7574  background-color: rgba(230, 235, 239, 0.06);
7575}
7576
7577.brisk-menu list.content-view.view row.activatable > button.flat:active {
7578  background-color: rgba(230, 235, 239, 0.1);
7579  color: #e6ebef;
7580}
7581
7582.brisk-menu list.content-view.view row.activatable > button.flat > box.horizontal > image {
7583  padding: 0.33125rem 0;
7584}
7585
7586.mate-panel-applet-slider {
7587  background-color: transparent;
7588}
7589
7590.mate-panel-applet-slider frame {
7591  border-width: 1px;
7592  border-style: solid;
7593  border-color: rgba(255, 255, 255, 0.12);
7594  border-radius: 2px;
7595  background-color: #32343D;
7596}
7597
7598.mate-panel-applet-slider frame *,
7599.mate-panel-applet-slider frame > border {
7600  border: unset;
7601}
7602
7603.caja-notebook {
7604  border-top: 1px solid rgba(255, 255, 255, 0.12);
7605}
7606
7607.caja-side-pane .frame {
7608  border-width: 1px 0 0;
7609}
7610
7611.caja-notebook .frame {
7612  border-width: 0 0 1px;
7613}
7614
7615.caja-canvas-item {
7616  border-radius: 2px;
7617}
7618
7619.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus {
7620  transition: none;
7621}
7622
7623.caja-navigation-window toolbar#Toolbar.primary-toolbar, .caja-navigation-window #Toolbar.primary-toolbar.inline-toolbar {
7624  background-color: #282A33;
7625  color: rgba(228, 235, 241, 0.8);
7626}
7627
7628window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame {
7629  border: none;
7630}
7631
7632window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(ltr) {
7633  border-left: 1px solid #494c59;
7634}
7635
7636window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame:dir(rtl) {
7637  border-right: 1px solid #494c59;
7638}
7639
7640window#MyControlCenter > frame > box.horizontal > widget > scrolledwindow.frame > widget.view {
7641  all: unset;
7642  background-color: #32343D;
7643}
7644
7645.background:not(.csd) > box.horizontal > notebook.frame {
7646  border: none;
7647}
7648
7649.background:not(.csd) > box.horizontal > notebook.frame > stack {
7650  border-width: 1px;
7651  border-style: solid;
7652  border-color: #32343D;
7653  box-shadow: none;
7654}
7655
7656.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(ltr) {
7657  border-left-color: #494c59;
7658}
7659
7660.background:not(.csd) > box.horizontal > notebook.frame > stack:dir(rtl) {
7661  border-right-color: #494c59;
7662}
7663
7664.eom-window statusbar {
7665  margin: 0 -10px;
7666  padding: 0 0.41875rem;
7667  background-color: #282A33;
7668  color: #D3DAE3;
7669}
7670
7671.pluma-window statusbar frame > border {
7672  border: none;
7673}
7674
7675.pluma-window notebook > stack scrolledwindow {
7676  border-width: 0 0 1px 0;
7677}
7678
7679#pluma-status-combo-button {
7680  min-height: 0;
7681  padding: 0;
7682  border-top: none;
7683  border-bottom: none;
7684  border-radius: 0;
7685}
7686
7687.atril-window scrolledwindow.frame,
7688.xreader-window scrolledwindow.frame {
7689  border-style: solid none none;
7690}
7691
7692.atril-window scrolledwindow.frame > .view,
7693.xreader-window scrolledwindow.frame > .view {
7694  transition: none;
7695}
7696
7697.atril-window toolbar > toolbutton button.flat.image-button, .atril-window .inline-toolbar > toolbutton button.flat.image-button,
7698.xreader-window toolbar > toolbutton button.flat.image-button,
7699.xreader-window .inline-toolbar > toolbutton button.flat.image-button {
7700  border-radius: 2px;
7701  -gtk-outline-radius: 2px;
7702}
7703
7704.atril-window.fullscreen.background > box.vertical,
7705.xreader-window.fullscreen.background > box.vertical {
7706  background-color: black;
7707  transition-duration: 0s;
7708}
7709
7710.atril-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal, .atril-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal,
7711.xreader-window.fullscreen.background > box.vertical > toolbar:not(.primary-toolbar).horizontal,
7712.xreader-window.fullscreen.background > box.vertical > .inline-toolbar:not(.primary-toolbar).horizontal {
7713  border-bottom-color: #494c59;
7714}
7715
7716.atril-window.fullscreen.background > box.vertical > paned.horizontal,
7717.xreader-window.fullscreen.background > box.vertical > paned.horizontal {
7718  background-color: #32343D;
7719}
7720
7721MsdOsdWindow.background.osd {
7722  border-radius: 2px;
7723  border: 1px solid rgba(98, 103, 125, 0.55);
7724  background-color: #282A33;
7725  box-shadow: none;
7726}
7727
7728MsdOsdWindow.background.osd image {
7729  color: #D3DAE3;
7730}
7731
7732MsdOsdWindow.background.osd .trough {
7733  border-radius: 0;
7734  border: none;
7735  background-color: rgba(211, 218, 227, 0.2);
7736}
7737
7738MsdOsdWindow.background.osd .progressbar {
7739  border-radius: 0;
7740  border: none;
7741  background-color: #6dcfa7;
7742}
7743
7744.slate-notification {
7745  border-radius: 2px;
7746}
7747
7748.slate-notification-window .drop-shadow {
7749  margin: 4px 6px 10px;
7750  border-radius: 2px;
7751}
7752
7753.drop-shadow button, .raven .raven-header:not(.top) button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button {
7754  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
7755}
7756
7757.drop-shadow button:hover, .raven .raven-header:not(.top) button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:hover {
7758  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
7759  transition-duration: 250ms;
7760}
7761
7762.drop-shadow button:checked, .raven .raven-header:not(.top) button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:checked, .drop-shadow button:active, .raven .raven-header:not(.top) button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-settings-window buttonbox.inline-toolbar button:active {
7763  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
7764}
7765
7766.budgie-panel #tasklist-button:not(.flat), .budgie-panel button {
7767  color: #D3DAE3;
7768  background: none;
7769}
7770
7771.budgie-panel #tasklist-button:hover:not(.flat), .budgie-panel button:hover {
7772  color: #ffffff;
7773  background-color: rgba(255, 255, 255, 0.05);
7774}
7775
7776.budgie-panel #tasklist-button:disabled:not(.flat), .budgie-panel button:disabled {
7777  color: rgba(211, 218, 227, 0.5);
7778  background: none;
7779}
7780
7781.budgie-panel #tasklist-button:active:not(.flat), .budgie-panel button:active {
7782  background-color: rgba(255, 255, 255, 0.15);
7783  color: #ffffff;
7784}
7785
7786.budgie-panel #tasklist-button:checked:not(.flat), .budgie-panel button:checked {
7787  background-color: rgba(255, 255, 255, 0.08);
7788  color: #ffffff;
7789}
7790
7791.budgie-panel #tasklist-button:checked:disabled:not(.flat), .budgie-panel button:checked:disabled {
7792  background-color: rgba(255, 255, 255, 0.05);
7793  color: rgba(255, 255, 255, 0.65);
7794}
7795
7796.raven-mpris button.image-button, .budgie-panel .flat#tasklist-button:not(.flat), .budgie-panel button.flat {
7797  color: #D3DAE3;
7798  background: none;
7799}
7800
7801.raven-mpris button.image-button:hover, .budgie-panel .flat#tasklist-button:hover:not(.flat), .budgie-panel button.flat:hover {
7802  color: #ffffff;
7803  background-color: rgba(255, 255, 255, 0.15);
7804}
7805
7806.raven-mpris button.image-button:disabled, .budgie-panel .flat#tasklist-button:disabled:not(.flat), .budgie-panel button.flat:disabled {
7807  color: rgba(211, 218, 227, 0.5);
7808  background: none;
7809}
7810
7811.raven-mpris button.image-button:active, .budgie-panel .flat#tasklist-button:active:not(.flat), .budgie-panel button.flat:active {
7812  background-color: rgba(255, 255, 255, 0.3);
7813  color: #ffffff;
7814}
7815
7816.raven-mpris button.image-button:checked, .budgie-panel .flat#tasklist-button:checked:not(.flat), .budgie-panel button.flat:checked {
7817  background-color: rgba(255, 255, 255, 0.2);
7818  color: #ffffff;
7819}
7820
7821.raven-mpris button.image-button:checked:disabled, .budgie-panel .flat#tasklist-button:checked:disabled:not(.flat), .budgie-panel button.flat:checked:disabled {
7822  background-color: rgba(255, 255, 255, 0.1);
7823  color: rgba(255, 255, 255, 0.65);
7824}
7825
7826.budgie-container {
7827  background-color: transparent;
7828}
7829
7830.budgie-settings-window buttonbox.inline-toolbar {
7831  border-style: none none solid;
7832}
7833
7834.budgie-popover {
7835  margin: 0;
7836  padding: 0;
7837  border-color: rgba(255, 255, 255, 0.12);
7838  border-radius: 2px;
7839  background-color: #32343D;
7840  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.25);
7841}
7842
7843.budgie-popover .container {
7844  padding: 0;
7845  border: none;
7846}
7847
7848.budgie-popover border {
7849  border: none;
7850}
7851
7852.budgie-popover list {
7853  background-color: transparent;
7854}
7855
7856.budgie-popover list.content-box row.activatable {
7857  padding: 0;
7858  background: 0;
7859  border: none;
7860  box-shadow: none;
7861}
7862
7863.budgie-popover treeview.view.sidebar {
7864  background: none;
7865  border-right: none;
7866  color: #e6ebef;
7867}
7868
7869.budgie-popover treeview.view.sidebar label {
7870  padding: 3px 8px;
7871}
7872
7873.budgie-popover treeview.view.sidebar:hover {
7874  background-color: rgba(230, 235, 239, 0.05);
7875}
7876
7877.budgie-popover scrolledwindow.sidebar:not(.categories) {
7878  background: none;
7879  border-right: none;
7880  color: #e6ebef;
7881}
7882
7883.budgie-popover scrolledwindow.sidebar:not(.categories) label {
7884  padding: 4px 6px;
7885}
7886
7887.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:hover {
7888  background-color: rgba(230, 235, 239, 0.05);
7889}
7890
7891.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:active {
7892  background-image: image(rgba(230, 235, 239, 0.12));
7893}
7894
7895.budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected, .budgie-popover scrolledwindow.sidebar:not(.categories) list > row.activatable:selected:hover {
7896  color: #ffffff;
7897  background-color: #5294e2;
7898}
7899
7900.budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:hover {
7901  background-color: rgba(230, 235, 239, 0.05);
7902}
7903
7904.budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:active {
7905  background-image: image(rgba(230, 235, 239, 0.12));
7906}
7907
7908.budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:selected, .budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:selected:hover {
7909  color: #e6ebef;
7910  background-color: rgba(230, 235, 239, 0.08);
7911}
7912
7913.budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:selected label, .budgie-popover stack > widget scrolledwindow:not(.sidebar) > viewport.frame > list > row.activatable:selected:hover label {
7914  color: #e6ebef;
7915}
7916
7917.budgie-popover > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack {
7918  border-top: 1px solid rgba(255, 255, 255, 0.12);
7919}
7920
7921.budgie-popover.bottom > frame.container > grid.horizontal > grid.horizontal > widget > grid.horizontal > stack {
7922  border-top: none;
7923  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
7924}
7925
7926.budgie-popover switch {
7927  margin-left: 56px;
7928}
7929
7930.budgie-popover:not(.budgie-menu) button.flat:not(.image-button) {
7931  min-height: 28px;
7932  padding: 0 8px;
7933  color: rgba(230, 235, 239, 0.85);
7934  font-weight: normal;
7935  border: 1px solid transparent;
7936}
7937
7938.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover {
7939  background-color: #44464f;
7940  border: 1px solid rgba(255, 255, 255, 0.12);
7941}
7942
7943.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked {
7944  border: 1px solid #68a2e6;
7945  background-color: #5294e2;
7946}
7947
7948.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled {
7949  color: rgba(230, 235, 239, 0.45);
7950}
7951
7952.budgie-popover.budgie-menu .container {
7953  padding: 0;
7954}
7955
7956.budgie-popover.user-menu .container {
7957  padding: 8px;
7958}
7959
7960.budgie-popover.user-menu separator {
7961  margin: 4px 0;
7962  background-color: rgba(255, 255, 255, 0.12);
7963}
7964
7965.budgie-popover.sound-popover separator {
7966  margin: 3px 0;
7967  background-color: rgba(255, 255, 255, 0.12);
7968}
7969
7970.budgie-popover.sound-popover buttonbox.linked > button {
7971  border-color: rgba(255, 255, 255, 0.12);
7972}
7973
7974.budgie-popover.caffeine-popover .container {
7975  padding: 6px;
7976}
7977
7978.budgie-popover.night-light-indicator .container {
7979  padding: 6px;
7980}
7981
7982.budgie-popover.icon-popover .container {
7983  padding: 6px;
7984}
7985
7986.budgie-popover.places-menu .container {
7987  padding: 8px;
7988}
7989
7990.budgie-popover.places-menu .places-list:not(.always-expand) {
7991  margin-top: 4px;
7992  padding-top: 4px;
7993  border-top: 1px solid rgba(255, 255, 255, 0.12);
7994}
7995
7996.budgie-popover.places-menu .alternative-label {
7997  padding: 3px;
7998  font-size: 15px;
7999}
8000
8001.budgie-popover.workspace-popover .container {
8002  padding: 2px 8px 8px;
8003}
8004
8005.budgie-popover.workspace-popover separator {
8006  margin: 4px 0;
8007}
8008
8009.budgie-popover.workspace-popover flowboxchild {
8010  padding: 0;
8011}
8012
8013window.budgie-popover:not(.csd) > frame.container {
8014  margin: 0 -1px -1px;
8015}
8016
8017.bottom window.budgie-popover:not(.csd) > frame.container {
8018  padding: 2px 0 2px;
8019}
8020
8021window.budgie-popover:not(.csd) > frame.container,
8022window.budgie-popover:not(.csd) > frame.container > border {
8023  border-style: none;
8024}
8025
8026.workspace-switcher .workspace-layout {
8027  border: 0 solid rgba(255, 255, 255, 0.12);
8028}
8029
8030.top .workspace-switcher .workspace-layout:dir(ltr), .bottom .workspace-switcher .workspace-layout:dir(ltr) {
8031  border-left-width: 1px;
8032}
8033
8034.top .workspace-switcher .workspace-layout:dir(rtl), .bottom .workspace-switcher .workspace-layout:dir(rtl) {
8035  border-right-width: 1px;
8036}
8037
8038.left .workspace-switcher .workspace-layout, .right .workspace-switcher .workspace-layout {
8039  border-top-width: 1px;
8040}
8041
8042.workspace-switcher .workspace-item,
8043.workspace-switcher .workspace-add-button {
8044  border: 0 solid rgba(255, 255, 255, 0.12);
8045}
8046
8047.top .workspace-switcher .workspace-item:dir(ltr), .bottom .workspace-switcher .workspace-item:dir(ltr), .top .workspace-switcher .workspace-add-button:dir(ltr), .bottom .workspace-switcher .workspace-add-button:dir(ltr) {
8048  border-right-width: 1px;
8049}
8050
8051.top .workspace-switcher .workspace-item:dir(rtl), .bottom .workspace-switcher .workspace-item:dir(rtl), .top .workspace-switcher .workspace-add-button:dir(rtl), .bottom .workspace-switcher .workspace-add-button:dir(rtl) {
8052  border-left-width: 1px;
8053}
8054
8055.left .workspace-switcher .workspace-item, .right .workspace-switcher .workspace-item, .left .workspace-switcher .workspace-add-button, .right .workspace-switcher .workspace-add-button {
8056  border-bottom-width: 1px;
8057}
8058
8059.workspace-switcher .workspace-item {
8060  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
8061}
8062
8063.workspace-switcher .workspace-item.current-workspace {
8064  background-color: rgba(255, 255, 255, 0.12);
8065}
8066
8067.workspace-switcher .workspace-add-button {
8068  background-color: transparent;
8069}
8070
8071.workspace-switcher .workspace-add-button:hover {
8072  box-shadow: none;
8073}
8074
8075.workspace-switcher .workspace-add-button:active {
8076  background-image: none;
8077}
8078
8079.workspace-switcher .workspace-add-button:active image {
8080  margin: 1px 0 -1px;
8081}
8082
8083.budgie-panel .workspace-switcher .workspace-icon-button {
8084  min-height: 24px;
8085  min-width: 24px;
8086  padding: 0;
8087  border-radius: 2px;
8088}
8089
8090.budgie-menu.background {
8091  padding: 0;
8092  background-color: #282A33;
8093}
8094
8095.budgie-menu scrollbar,
8096.budgie-menu entry.search {
8097  background-color: transparent;
8098}
8099
8100.budgie-menu entry.search {
8101  padding: 5px 10px;
8102  border: none;
8103  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
8104  border-radius: 0;
8105  box-shadow: none;
8106  font-size: 110%;
8107}
8108
8109.budgie-menu .categories:dir(ltr) {
8110  border-bottom-left-radius: 2px;
8111}
8112
8113.budgie-menu .categories:dir(rtl) {
8114  border-bottom-right-radius: 2px;
8115}
8116
8117.budgie-menu button {
8118  min-height: 32px;
8119  padding: 0 8px;
8120  border-radius: 0;
8121  color: #e6ebef;
8122  font-weight: normal;
8123  border: none;
8124}
8125
8126.budgie-menu button:disabled {
8127  color: rgba(230, 235, 239, 0.45);
8128}
8129
8130.budgie-menu button:active, .budgie-menu button:checked {
8131  border-color: #68a2e6;
8132}
8133
8134.budgie-menu button:checked:disabled {
8135  background-color: #5294e2;
8136}
8137
8138.budgie-menu row {
8139  padding: 0;
8140}
8141
8142.budgie-menu row:hover {
8143  box-shadow: none;
8144}
8145
8146popover.background.user-menu {
8147  padding: 8px;
8148}
8149
8150popover.background.user-menu .content-box {
8151  background-color: transparent;
8152}
8153
8154popover.background.user-menu separator {
8155  margin: 4px 0;
8156  background-color: rgba(255, 255, 255, 0.12);
8157}
8158
8159popover.background.user-menu row {
8160  padding: 0;
8161  box-shadow: none;
8162  background-image: none;
8163}
8164
8165popover.background.places-menu {
8166  padding: 8px;
8167}
8168
8169popover.background.places-menu .name-button.text-button {
8170  padding-left: 8px;
8171  padding-right: 8px;
8172}
8173
8174popover.background.places-menu .name-button.text-button image:dir(ltr) {
8175  margin-right: 3px;
8176}
8177
8178popover.background.places-menu .name-button.text-button image:dir(rtl) {
8179  margin-left: 3px;
8180}
8181
8182popover.background.places-menu .places-section-header > image:dir(ltr) {
8183  margin: 0 -2px 0 5px;
8184}
8185
8186popover.background.places-menu .places-section-header > image:dir(rtl) {
8187  margin: 0 5px 0 -2px;
8188}
8189
8190popover.background.places-menu .places-list {
8191  margin-top: 4px;
8192  padding-top: 4px;
8193  border-top: 1px solid rgba(255, 255, 255, 0.12);
8194  background-color: transparent;
8195}
8196
8197popover.background.places-menu row {
8198  padding: 0;
8199  box-shadow: none;
8200  background-image: none;
8201}
8202
8203.budgie-panel {
8204  transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
8205  background-color: #21232b;
8206  color: #D3DAE3;
8207  font-weight: 500;
8208}
8209
8210.budgie-panel.transparent {
8211  background-color: rgba(33, 35, 43, 0.85);
8212}
8213
8214.bottom .budgie-panel.dock-mode {
8215  border-radius: 5px 5px 0 0;
8216}
8217
8218.budgie-panel button {
8219  min-height: 16px;
8220  min-width: 16px;
8221  padding: 0;
8222  border-radius: 0;
8223  border: none;
8224}
8225
8226.budgie-panel.horizontal button {
8227  padding: 0 4px;
8228}
8229
8230.budgie-panel.vertical button {
8231  padding: 4px 0;
8232}
8233
8234.budgie-panel separator {
8235  background-color: rgba(211, 218, 227, 0.12);
8236}
8237
8238.budgie-panel menubar {
8239  border: none;
8240  box-shadow: none;
8241}
8242
8243.budgie-panel menubar > menuitem.budgie-menubar {
8244  border: none;
8245}
8246
8247.budgie-panel menubar > menuitem.budgie-menubar:hover {
8248  background-color: rgba(211, 218, 227, 0.1);
8249}
8250
8251.budgie-panel .alert {
8252  color: #6dcfa7;
8253}
8254
8255.budgie-panel #tasklist-button:not(.flat) {
8256  padding: 0 4px;
8257  box-shadow: none;
8258}
8259
8260.budgie-panel.vertical #tasklist-button {
8261  min-height: 32px;
8262}
8263
8264.budgie-panel button.flat.launcher {
8265  padding: 0;
8266}
8267
8268.budgie-panel button.flat.launcher:not(:checked) {
8269  color: #D3DAE3;
8270}
8271
8272.budgie-panel button.flat.launcher:not(:checked):hover, .budgie-panel button.flat.launcher:not(:checked):active {
8273  color: rgba(211, 218, 227, 0.8);
8274}
8275
8276.budgie-panel button.flat.launcher:not(:checked):disabled {
8277  color: rgba(211, 218, 227, 0.5);
8278}
8279
8280.top window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .top button.flat.-panel-button,
8281.top window#ValaPanel.background button#tasklist-button.toggle.flat,
8282window#ValaPanel.background .top button#tasklist-button.toggle.flat,
8283.top window#ValaPanel.background button.flat.-panel-icon-button,
8284window#ValaPanel.background .top button.flat.-panel-icon-button, .top .budgie-panel #tasklist-button:not(.flat), .budgie-panel .top #tasklist-button:not(.flat) {
8285  border-image: radial-gradient(circle closest-corner at center calc(1px), #5294e2 0%, transparent 0%) 0 0 0 0/0 0 0 0;
8286}
8287
8288.top window#ValaPanel.background button.flat.-panel-button:checked, window#ValaPanel.background .top button.flat.-panel-button:checked,
8289.top window#ValaPanel.background button#tasklist-button.toggle.flat:checked,
8290window#ValaPanel.background .top button#tasklist-button.toggle.flat:checked,
8291.top window#ValaPanel.background button.flat.-panel-icon-button:checked,
8292window#ValaPanel.background .top button.flat.-panel-icon-button:checked, .top .budgie-panel #tasklist-button:checked:not(.flat), .budgie-panel .top #tasklist-button:checked:not(.flat) {
8293  border-image: radial-gradient(circle closest-corner at center calc(1px), #5294e2 100%, transparent 0%) 2 0 0 0/2px 0 0 0;
8294}
8295
8296.bottom window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .bottom button.flat.-panel-button,
8297.bottom window#ValaPanel.background button#tasklist-button.toggle.flat,
8298window#ValaPanel.background .bottom button#tasklist-button.toggle.flat,
8299.bottom window#ValaPanel.background button.flat.-panel-icon-button,
8300window#ValaPanel.background .bottom button.flat.-panel-icon-button, .bottom .budgie-panel #tasklist-button:not(.flat), .budgie-panel .bottom #tasklist-button:not(.flat) {
8301  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 0%, transparent 0%) 0 0 0 0/0 0 0 0;
8302}
8303
8304.bottom window#ValaPanel.background button.flat.-panel-button:checked, window#ValaPanel.background .bottom button.flat.-panel-button:checked,
8305.bottom window#ValaPanel.background button#tasklist-button.toggle.flat:checked,
8306window#ValaPanel.background .bottom button#tasklist-button.toggle.flat:checked,
8307.bottom window#ValaPanel.background button.flat.-panel-icon-button:checked,
8308window#ValaPanel.background .bottom button.flat.-panel-icon-button:checked, .bottom .budgie-panel #tasklist-button:checked:not(.flat), .budgie-panel .bottom #tasklist-button:checked:not(.flat) {
8309  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2 0/0 0 2px 0;
8310}
8311
8312.left window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .left button.flat.-panel-button,
8313.left window#ValaPanel.background button#tasklist-button.toggle.flat,
8314window#ValaPanel.background .left button#tasklist-button.toggle.flat,
8315.left window#ValaPanel.background button.flat.-panel-icon-button,
8316window#ValaPanel.background .left button.flat.-panel-icon-button, .left .budgie-panel #tasklist-button:not(.flat), .budgie-panel .left #tasklist-button:not(.flat) {
8317  border-image: radial-gradient(circle closest-corner at calc(1px) center, #5294e2 0%, transparent 0%) 0 0 0 0/0 0 0 0;
8318}
8319
8320.left window#ValaPanel.background button.flat.-panel-button:checked, window#ValaPanel.background .left button.flat.-panel-button:checked,
8321.left window#ValaPanel.background button#tasklist-button.toggle.flat:checked,
8322window#ValaPanel.background .left button#tasklist-button.toggle.flat:checked,
8323.left window#ValaPanel.background button.flat.-panel-icon-button:checked,
8324window#ValaPanel.background .left button.flat.-panel-icon-button:checked, .left .budgie-panel #tasklist-button:checked:not(.flat), .budgie-panel .left #tasklist-button:checked:not(.flat) {
8325  border-image: radial-gradient(circle closest-corner at calc(1px) center, #5294e2 100%, transparent 0%) 0 0 0 2/0 0 0 2px;
8326}
8327
8328.right window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background .right button.flat.-panel-button,
8329.right window#ValaPanel.background button#tasklist-button.toggle.flat,
8330window#ValaPanel.background .right button#tasklist-button.toggle.flat,
8331.right window#ValaPanel.background button.flat.-panel-icon-button,
8332window#ValaPanel.background .right button.flat.-panel-icon-button, .right .budgie-panel #tasklist-button:not(.flat), .budgie-panel .right #tasklist-button:not(.flat) {
8333  border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #5294e2 0%, transparent 0%) 0 0 0 0/0 0 0 0;
8334}
8335
8336.right window#ValaPanel.background button.flat.-panel-button:checked, window#ValaPanel.background .right button.flat.-panel-button:checked,
8337.right window#ValaPanel.background button#tasklist-button.toggle.flat:checked,
8338window#ValaPanel.background .right button#tasklist-button.toggle.flat:checked,
8339.right window#ValaPanel.background button.flat.-panel-icon-button:checked,
8340window#ValaPanel.background .right button.flat.-panel-icon-button:checked, .right .budgie-panel #tasklist-button:checked:not(.flat), .budgie-panel .right #tasklist-button:checked:not(.flat) {
8341  border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #5294e2 100%, transparent 0%) 0 2 0 0/0 2px 0 0;
8342}
8343
8344
8345button.flat.launcher {
8346  min-width: 16px;
8347  min-height: 16px;
8348  padding: 0;
8349  border-radius: 0;
8350  border: none;
8351  background-position: center center;
8352}
8353
8354
8355button.flat.launcher > image {
8356  opacity: 0.87;
8357}
8358
8359
8360button.flat.launcher:hover {
8361  -gtk-icon-effect: highlight;
8362}
8363
8364
8365button.flat.launcher:hover > image {
8366  opacity: 1.0;
8367}
8368
8369
8370button.flat.launcher:active > image {
8371  opacity: 1.0;
8372}
8373
8374
8375button.flat.launcher:checked:hover {
8376  -gtk-icon-effect: highlight;
8377}
8378
8379
8380button.flat.launcher:checked > image {
8381  opacity: 1.0;
8382}
8383
8384
8385.unpinned button.flat.launcher:hover,
8386.pinned button.flat.launcher.running:hover,
8387.pinned button.launcher.running.sidebar-button:hover {
8388  -gtk-icon-effect: highlight;
8389}
8390
8391
8392.unpinned button.flat.launcher > image,
8393.pinned button.flat.launcher.running > image,
8394.pinned button.launcher.running.sidebar-button > image {
8395  background-repeat: no-repeat;
8396  opacity: 1.0;
8397}
8398
8399
8400.unpinned button.flat.launcher:checked > image,
8401.pinned button.flat.launcher.running:checked > image,
8402.pinned button.launcher.running.sidebar-button:checked > image {
8403  background-image: none;
8404}
8405
8406box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher {
8407  border-image: none;
8408}
8409
8410widget.icon-tasklist > box:drop(active),
8411box.pinned:drop(active) {
8412  border: none;
8413  border-radius: 0;
8414  background-color: rgba(82, 148, 226, 0.2);
8415  box-shadow: inset 0 0 0 1px #5294e2;
8416}
8417
8418*:drop(active):focus,
8419*:drop(active) {
8420  box-shadow: inset 0 0 0 1px #5294e2;
8421}
8422
8423frame.raven-frame > border {
8424  border-style: none;
8425}
8426
8427.top .shadow-block {
8428  padding: 0;
8429  margin: 0;
8430  background-color: transparent;
8431  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
8432}
8433
8434.bottom .shadow-block {
8435  padding: 0;
8436  margin: 0;
8437  background-color: transparent;
8438  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
8439}
8440
8441.left .shadow-block {
8442  padding: 0;
8443  margin: 0;
8444  background-color: transparent;
8445  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
8446}
8447
8448.right .shadow-block {
8449  padding: 0;
8450  margin: 0;
8451  background-color: transparent;
8452  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
8453}
8454
8455button.raven-trigger:hover, button.raven-trigger:active, button.raven-trigger:checked {
8456  color: #D3DAE3;
8457}
8458
8459.raven {
8460  background-color: #32343D;
8461}
8462
8463.raven > box {
8464  margin-bottom: -10px;
8465}
8466
8467.raven > stack {
8468  margin-bottom: -10px;
8469}
8470
8471.raven stackswitcher {
8472  padding: 0 8px 12px 8px;
8473}
8474
8475.raven button.image-button:active, .raven button.image-button:checked {
8476  background-clip: border-box;
8477  border-color: #68a2e6;
8478}
8479
8480.raven .raven-header {
8481  min-height: 36px;
8482  padding: 3px;
8483}
8484
8485.raven .raven-header:not(.top) {
8486  margin-top: -6px;
8487}
8488
8489.raven .raven-header:not(.top) button {
8490  min-height: 28px;
8491  min-width: 28px;
8492  margin: 0;
8493  padding: 0;
8494}
8495
8496.raven .raven-header:not(.top) button.image-button {
8497  border-radius: 100px;
8498  -gtk-outline-radius: 100px;
8499}
8500
8501.raven .raven-header:not(.top) button.flat:active, .raven .raven-header:not(.top) button.flat:checked {
8502  background-clip: border-box;
8503  border-color: #68a2e6;
8504}
8505
8506.raven .raven-header.top {
8507  padding: 0 6px;
8508  background-color: #282A33;
8509  color: rgba(228, 235, 241, 0.8);
8510  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
8511}
8512
8513.raven .raven-header.top stackswitcher {
8514  padding: 0;
8515}
8516
8517.raven .raven-header.top stackswitcher button {
8518  margin: -4px 0;
8519  min-height: 36px;
8520  min-width: 100px;
8521  border-radius: 0;
8522  border: none;
8523  background-color: transparent;
8524  color: rgba(228, 235, 241, 0.8);
8525}
8526
8527.raven .raven-header.top stackswitcher button:hover {
8528  color: rgba(255, 255, 255, 0.8);
8529  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(82, 148, 226, 0.5) 100%, transparent 0%) 0 0 2/0 0 2px;
8530}
8531
8532.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked {
8533  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5294e2 100%, transparent 0%) 0 0 2/0 0 2px;
8534}
8535
8536.raven .raven-header.top stackswitcher button:disabled {
8537  color: rgba(228, 235, 241, 0.5);
8538}
8539
8540.raven .raven-header.top stackswitcher button:disabled label {
8541  color: rgba(228, 235, 241, 0.5);
8542}
8543
8544.raven .raven-header.top button.image-button:dir(ltr) {
8545  margin-right: 2px;
8546}
8547
8548.raven .raven-header.top button.image-button:dir(rtl) {
8549  margin-left: 2px;
8550}
8551
8552.raven .raven-header.top > image {
8553  margin: 0 8px;
8554}
8555
8556.raven .raven-header.top > label {
8557  margin: 0 -8px;
8558  font-weight: bold;
8559}
8560
8561.raven .raven-header.bottom {
8562  border-top: 1px solid rgba(255, 255, 255, 0.12);
8563}
8564
8565.raven viewport.frame .raven-header {
8566  margin-top: -8px;
8567}
8568
8569.raven .raven-background {
8570  border-style: solid none;
8571  border-width: 1px;
8572  border-color: rgba(255, 255, 255, 0.12);
8573  background-color: #282A33;
8574}
8575
8576.raven .raven-background.middle {
8577  border-bottom-style: none;
8578}
8579
8580.raven .raven-background.frame {
8581  border-style: solid none;
8582}
8583
8584.raven .raven-background > overlay > widget > image {
8585  color: alpha(currentColor,0.12);
8586}
8587
8588.raven .raven-background grid > label:first-child {
8589  min-height: 26px;
8590}
8591
8592.raven .raven-background spinbutton:not(.vertical), .raven .raven-background spinbutton:not(.vertical):focus {
8593  min-height: 0;
8594  padding: 2px;
8595  background-image: none;
8596  border-color: transparent;
8597  border-radius: 0;
8598}
8599
8600.raven scrolledwindow.raven-background {
8601  border-bottom-style: none;
8602}
8603
8604.raven .raven-header.top + .raven-background {
8605  border-style: none;
8606  background-color: #5294e2;
8607  color: #ffffff;
8608}
8609
8610.raven .raven-header.top + .raven-background stackswitcher button {
8611  margin: -4px 0;
8612}
8613
8614.raven .powerstrip button.image-button {
8615  min-height: 28px;
8616  min-width: 28px;
8617  margin: 0 4px;
8618  padding: 6px;
8619}
8620
8621.raven .option-subtitle {
8622  font-size: smaller;
8623}
8624
8625calendar.raven-calendar {
8626  margin: 2px 0;
8627  padding: 2px;
8628  border-style: none;
8629  background-color: transparent;
8630}
8631
8632calendar.raven-calendar:selected {
8633  border-radius: 2px;
8634  background-color: #5294e2;
8635}
8636
8637box.audio-widget scale.horizontal.marks-after,
8638window.sound-popover.background scale.horizontal.marks-after {
8639  padding-top: 0;
8640  padding-bottom: 0;
8641}
8642
8643box.audio-widget scale.horizontal.marks-after mark label,
8644window.sound-popover.background scale.horizontal.marks-after mark label {
8645  font-size: 0;
8646}
8647
8648.raven-mpris {
8649  background-color: rgba(0, 0, 0, 0.5);
8650  color: #ffffff;
8651}
8652
8653.raven-mpris label {
8654  min-height: 24px;
8655}
8656
8657.raven-mpris button.image-button {
8658  padding: 6px;
8659  border: none;
8660}
8661
8662box.vertical > stack > box.vertical > .raven-background > viewport.frame {
8663  padding: 0;
8664}
8665
8666box.vertical > stack > box.vertical > .raven-background > viewport.frame list {
8667  background-color: transparent;
8668}
8669
8670box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable {
8671  margin-left: -8px;
8672  margin-right: -2px;
8673  background-color: transparent;
8674}
8675
8676box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *,
8677box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical * {
8678  color: #e6ebef;
8679}
8680
8681box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image {
8682  padding-left: 8px;
8683}
8684
8685box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button {
8686  min-height: 32px;
8687  min-width: 32px;
8688  margin: 8px;
8689}
8690
8691box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image {
8692  padding: 0;
8693}
8694
8695box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:hover {
8696  color: rgba(228, 235, 241, 0.8);
8697  border-color: rgba(255, 255, 255, 0.12);
8698  background-color: #333641;
8699}
8700
8701box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked {
8702  color: #ffffff;
8703  border-color: #68a2e6;
8704  background-color: #5294e2;
8705  border-color: #68a2e6;
8706  background-clip: border-box;
8707}
8708
8709box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image {
8710  color: white;
8711}
8712
8713box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list {
8714  border-radius: 2px;
8715  border-top: 1px solid rgba(255, 255, 255, 0.12);
8716  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
8717}
8718
8719box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable {
8720  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
8721}
8722
8723box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child {
8724  border-bottom: none;
8725}
8726
8727box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected {
8728  background-color: rgba(230, 235, 239, 0.06);
8729}
8730
8731box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label {
8732  padding: 0 16px;
8733}
8734
8735box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button {
8736  min-height: 24px;
8737  min-width: 24px;
8738}
8739
8740box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image {
8741  padding: 0;
8742}
8743
8744box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected {
8745  background-color: rgba(82, 148, 226, 0.75);
8746}
8747
8748box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *,
8749box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical * {
8750  color: #ffffff;
8751}
8752
8753box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button {
8754  border: none;
8755}
8756
8757box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover {
8758  background-color: rgba(255, 255, 255, 0.25);
8759}
8760
8761box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked {
8762  background-color: rgba(255, 255, 255, 0.35);
8763}
8764
8765box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list {
8766  border: 1px solid rgba(255, 255, 255, 0.12);
8767}
8768
8769box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable {
8770  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
8771}
8772
8773box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child {
8774  border-bottom: none;
8775}
8776
8777box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected {
8778  background-color: rgba(82, 148, 226, 0.65);
8779}
8780
8781.devices-list.sound-devices > row.activatable > box.horizontal label {
8782  padding-left: 8px;
8783}
8784
8785.slate-notification-window,
8786.budgie-notification-window,
8787.budgie-switcher-window,
8788.budgie-osd-window {
8789  background-color: transparent;
8790  background-image: none;
8791  border-radius: 2px;
8792}
8793
8794.slate-notification-window button,
8795.budgie-notification-window button,
8796.budgie-switcher-window button,
8797.budgie-osd-window button {
8798  color: rgba(228, 235, 241, 0.8);
8799  outline-offset: -3px;
8800  background-color: rgba(40, 42, 51, 0);
8801  border-color: rgba(40, 42, 51, 0);
8802}
8803
8804.slate-notification-window button:hover,
8805.budgie-notification-window button:hover,
8806.budgie-switcher-window button:hover,
8807.budgie-osd-window button:hover {
8808  color: rgba(228, 235, 241, 0.8);
8809  border-color: rgba(255, 255, 255, 0.12);
8810  background-color: #333641;
8811}
8812
8813.slate-notification-window button:active, .slate-notification-window button:checked,
8814.budgie-notification-window button:active,
8815.budgie-switcher-window button:active,
8816.budgie-osd-window button:active,
8817.budgie-notification-window button:checked,
8818.budgie-switcher-window button:checked,
8819.budgie-osd-window button:checked {
8820  color: #ffffff;
8821  border-color: #68a2e6;
8822  background-color: #5294e2;
8823}
8824
8825.slate-notification-window button:disabled,
8826.budgie-notification-window button:disabled,
8827.budgie-switcher-window button:disabled,
8828.budgie-osd-window button:disabled {
8829  background-color: rgba(40, 42, 51, 0);
8830  border-color: rgba(40, 42, 51, 0);
8831}
8832
8833.slate-notification-window button:disabled label, .slate-notification-window button:disabled,
8834.budgie-notification-window button:disabled label,
8835.budgie-switcher-window button:disabled label,
8836.budgie-osd-window button:disabled label,
8837.budgie-notification-window button:disabled,
8838.budgie-switcher-window button:disabled,
8839.budgie-osd-window button:disabled {
8840  color: rgba(228, 235, 241, 0.3);
8841}
8842
8843.slate-notification .notification-title,
8844.budgie-notification .notification-title,
8845.budgie-switcher .notification-title {
8846  font-size: 120%;
8847}
8848
8849.budgie-osd .budgie-osd-text {
8850  font-size: 120%;
8851}
8852
8853.drop-shadow {
8854  margin: 5px 9px;
8855  padding: 8px;
8856  border-radius: 2px;
8857  box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.35);
8858  background-color: #282A33;
8859  color: rgba(228, 235, 241, 0.8);
8860}
8861
8862.drop-shadow .linked > button {
8863  border-radius: 2px;
8864}
8865
8866.budgie-run-dialog, .budgie-session-dialog,
8867.budgie-polkit-dialog {
8868  border-radius: 2px;
8869  background-color: #32343D;
8870}
8871
8872.background.budgie-run-dialog, .background.budgie-session-dialog,
8873.background.budgie-polkit-dialog {
8874  border-radius: 2px;
8875}
8876
8877.budgie-run-dialog decoration, .budgie-session-dialog decoration,
8878.budgie-polkit-dialog decoration {
8879  border-radius: 2px;
8880}
8881
8882.budgie-session-dialog buttonbox.linked.horizontal > button,
8883.budgie-polkit-dialog buttonbox.linked.horizontal > button {
8884  padding: 6px 16px;
8885  border: none;
8886  border-top: 1px solid rgba(255, 255, 255, 0.12);
8887  border-radius: 0;
8888}
8889
8890.budgie-session-dialog buttonbox.linked.horizontal > button:active, .budgie-session-dialog buttonbox.linked.horizontal > button:checked,
8891.budgie-polkit-dialog buttonbox.linked.horizontal > button:active,
8892.budgie-polkit-dialog buttonbox.linked.horizontal > button:checked {
8893  transition: background-color 0.00001s 0.3s;
8894  animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
8895}
8896
8897.budgie-session-dialog buttonbox.linked.horizontal > button:first-child,
8898.budgie-polkit-dialog buttonbox.linked.horizontal > button:first-child {
8899  border-bottom-left-radius: 2px;
8900}
8901
8902.budgie-session-dialog buttonbox.linked.horizontal > button:last-child,
8903.budgie-polkit-dialog buttonbox.linked.horizontal > button:last-child {
8904  border-bottom-right-radius: 2px;
8905}
8906
8907.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover,
8908.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover {
8909  background-color: alpha(#e6ebef,0.06);
8910  border-color: rgba(255, 255, 255, 0.12);
8911  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
8912}
8913
8914.budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked,
8915.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):active,
8916.budgie-polkit-dialog buttonbox.linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked {
8917  color: #e6ebef;
8918  background-color: alpha(#e6ebef,0.1);
8919  border-color: rgba(255, 255, 255, 0.12);
8920}
8921
8922.budgie-polkit-dialog .message {
8923  color: alpha(currentColor,0.6);
8924}
8925
8926.budgie-polkit-dialog .failure {
8927  color: #F04A50;
8928}
8929
8930.budgie-run-dialog {
8931  background-color: #282A33;
8932}
8933
8934.budgie-run-dialog entry.search {
8935  font-size: 120%;
8936  padding: 6px 12px;
8937  border-radius: 0;
8938  background-color: transparent;
8939  border: none;
8940}
8941
8942.budgie-run-dialog entry.search:focus {
8943  border: none;
8944}
8945
8946.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle, .budgie-run-dialog list .slate-notification .notification-body, .slate-notification .budgie-run-dialog list .notification-body,
8947.budgie-run-dialog list .budgie-notification .notification-body,
8948.budgie-notification .budgie-run-dialog list .notification-body,
8949.budgie-run-dialog list .budgie-switcher .notification-body,
8950.budgie-switcher .budgie-run-dialog list .notification-body {
8951  opacity: 1;
8952}
8953
8954.budgie-run-dialog scrolledwindow {
8955  border-top: 1px solid rgba(255, 255, 255, 0.12);
8956}
8957
8958.budgie-panel box.titlebar {
8959  min-width: 20px;
8960  min-height: 20px;
8961  border-radius: 0;
8962  background: unset;
8963  box-shadow: none;
8964  border: none;
8965}
8966
8967.budgie-panel box.titlebar > widget > label {
8968  color: #D3DAE3;
8969}
8970
8971.budgie-panel box.titlebar > button.image-button.titlebutton {
8972  min-width: 20px;
8973  min-height: 20px;
8974  padding: 0;
8975  margin: 0;
8976  background: none;
8977  box-shadow: none;
8978  color: #D3DAE3;
8979}
8980
8981.budgie-panel box.titlebar > button.image-button.titlebutton image {
8982  border-radius: 100px;
8983  background-size: 20px 20px;
8984  background-position: center center;
8985  background-repeat: no-repeat;
8986  transition-duration: 0;
8987}
8988
8989.budgie-panel box.titlebar > button.image-button.titlebutton:hover, .budgie-panel box.titlebar > button.image-button.titlebutton:active {
8990  background: none;
8991  box-shadow: none;
8992  color: #ffffff;
8993  animation: none;
8994}
8995
8996.budgie-panel box.titlebar > button.image-button.titlebutton.close:hover image {
8997  background-image: image(#F04A50);
8998}
8999
9000.budgie-panel box.titlebar > button.image-button.titlebutton.close:active image {
9001  background-image: image(#ec1b22);
9002}
9003
9004.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):hover image {
9005  background-image: image(rgba(255, 255, 255, 0.2));
9006}
9007
9008.budgie-panel box.titlebar > button.image-button.titlebutton:not(.close):active image {
9009  background-image: image(rgba(255, 255, 255, 0.35));
9010}
9011
9012.budgie-panel box.titlebar > button.image-button.titlebutton:disabled image {
9013  opacity: 0;
9014}
9015
9016.budgie-panel box.titlebar.horizontal {
9017  padding: 0 3px;
9018}
9019
9020.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) {
9021  padding-right: 3px;
9022}
9023
9024.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) {
9025  padding-left: 3px;
9026}
9027
9028.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton {
9029  padding: 0 3px;
9030}
9031
9032.xfce4-panel button, .xfce4-panel button.flat, .mate-panel-menu-bar button,
9033.mate-panel-menu-bar button#tasklist-button,
9034panel-toplevel.background button,
9035panel-toplevel.background button#tasklist-button {
9036  color: #D3DAE3;
9037  border-radius: 0;
9038  border: none;
9039  background-color: transparent;
9040}
9041
9042.xfce4-panel button:hover:not(:active):not(:checked), .mate-panel-menu-bar button:hover:not(:active):not(:checked),
9043.mate-panel-menu-bar button#tasklist-button:hover:not(:active):not(:checked),
9044panel-toplevel.background button:hover:not(:active):not(:checked),
9045panel-toplevel.background button#tasklist-button:hover:not(:active):not(:checked) {
9046  color: #ffffff;
9047  box-shadow: inset 0 -2px rgba(82, 148, 226, 0.5);
9048}
9049
9050.xfce4-panel button:checked, .mate-panel-menu-bar button:checked,
9051.mate-panel-menu-bar button#tasklist-button:checked,
9052panel-toplevel.background button:checked,
9053panel-toplevel.background button#tasklist-button:checked {
9054  color: #ffffff;
9055  box-shadow: inset 0 -2px #5294e2;
9056}
9057
9058.xfce4-panel button:checked label, .mate-panel-menu-bar button:checked label,
9059.mate-panel-menu-bar button#tasklist-button:checked label,
9060panel-toplevel.background button:checked label,
9061panel-toplevel.background button#tasklist-button:checked label, .xfce4-panel button:checked image, .mate-panel-menu-bar button:checked image,
9062.mate-panel-menu-bar button#tasklist-button:checked image,
9063panel-toplevel.background button:checked image,
9064panel-toplevel.background button#tasklist-button:checked image {
9065  color: inherit;
9066}
9067
9068.xfce4-panel button:active, .mate-panel-menu-bar button:active,
9069.mate-panel-menu-bar button#tasklist-button:active,
9070panel-toplevel.background button:active,
9071panel-toplevel.background button#tasklist-button:active {
9072  background-color: rgba(255, 255, 255, 0.12);
9073  color: #ffffff;
9074  box-shadow: inset 0 -2px #5294e2;
9075}
9076
9077.xfce4-panel.panel {
9078  background-color: #21232b;
9079  text-shadow: none;
9080  -gtk-icon-shadow: none;
9081  border: none;
9082}
9083
9084.XfceHeading {
9085  border: 0 none transparent;
9086  background-color: #32343D;
9087  color: #e6ebef;
9088}
9089
9090.xfce4-panel {
9091  background-color: #21232b;
9092  color: #D3DAE3;
9093  font-weight: 700;
9094  text-shadow: none;
9095  -gtk-icon-shadow: none;
9096}
9097
9098.xfce4-panel,
9099.xfce4-panel frame > border {
9100  border: none;
9101}
9102
9103.xfce4-panel#XfcePanelWindow {
9104  border: none;
9105}
9106
9107.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants {
9108  transition: none;
9109}
9110
9111.xfce4-panel button {
9112  font-weight: 700;
9113}
9114
9115.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover {
9116  box-shadow: none;
9117}
9118
9119.xfce4-panel button#launcher-arrow + button.toggle:checked {
9120  color: #5294e2;
9121  box-shadow: none;
9122}
9123
9124.xfce4-panel button#xfce4-notification-plugin {
9125  padding: 0 1px;
9126}
9127
9128.xfce4-panel menu {
9129  font-weight: 400;
9130  text-shadow: none;
9131  -gtk-icon-effect: none;
9132}
9133
9134.xfce4-panel widget.tasklist > button.toggle {
9135  font-weight: 400;
9136}
9137
9138XfdesktopIconView.view {
9139  border-radius: 0;
9140  background: transparent;
9141  color: #ffffff;
9142  text-shadow: 0 0 1px rgba(0, 0, 0, 0.26), 0 1px 2px rgba(0, 0, 0, 0.32), 0 2px 3px rgba(0, 0, 0, 0.12);
9143}
9144
9145XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
9146  background-color: #5294e2;
9147  color: #ffffff;
9148  text-shadow: none;
9149}
9150
9151window#whiskermenu-window {
9152  background-color: #282A33;
9153}
9154
9155window#whiskermenu-window > frame > border {
9156  border-radius: 0;
9157}
9158
9159window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
9160  background-color: rgba(255, 255, 255, 0.12);
9161}
9162
9163window#whiskermenu-window scrolledwindow > viewport button.radio:checked, window#whiskermenu-window scrolledwindow > viewport button.radio:active {
9164  background-color: #5294e2;
9165  color: #ffffff;
9166}
9167
9168window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
9169  background-color: rgba(255, 255, 255, 0.1);
9170  color: #e6ebef;
9171}
9172
9173window.thunar > grid > paned > .sidebar {
9174  border-top: none;
9175}
9176
9177window.thunar > grid > paned > .sidebar > treeview.view {
9178  background-color: #32343D;
9179  color: rgba(230, 235, 239, 0.75);
9180  -gtk-icon-style: symbolic;
9181}
9182
9183window.thunar > grid > paned > .sidebar > treeview.view:not(:selected):hover {
9184  color: #e6ebef;
9185  background-color: #44464f;
9186}
9187
9188window.thunar notebook scrolledwindow.frame.standard-view {
9189  border-top-width: 0;
9190  border-right-width: 0;
9191  background-color: #282A33;
9192}
9193
9194window.thunar notebook scrolledwindow.frame.standard-view .view {
9195  background-color: transparent;
9196}
9197
9198window.thunar notebook scrolledwindow.frame.standard-view widget.view {
9199  border-radius: 2px;
9200}
9201
9202window.thunar notebook header.top tab.reorderable-page > box > label {
9203  min-height: 0;
9204}
9205
9206window.thunar toolbar, window.thunar .inline-toolbar {
9207  background-color: #282A33;
9208  color: rgba(228, 235, 241, 0.8);
9209  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
9210}
9211
9212window.thunar toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar .inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button {
9213  margin: 0;
9214  padding: 4px;
9215}
9216
9217.menubar.panel .panel, .menubar.panel .panel.color-light, .menubar.panel .panel.color-dark {
9218  background-color: #21232b;
9219  background-image: image(#21232b);
9220  transition: all 100ms ease-in-out;
9221  color: #D3DAE3;
9222}
9223
9224.menubar.panel .panel.maximized {
9225  background-color: #0b0c0e;
9226}
9227
9228.menubar.panel .panel.translucent {
9229  background-color: rgba(33, 35, 43, 0.95);
9230}
9231
9232.menubar.panel .panel menubar {
9233  background: none;
9234  box-shadow: none;
9235  border: none;
9236}
9237
9238.menubar.panel-shadow {
9239  background-image: none;
9240  background-color: transparent;
9241}
9242
9243.menubar.panel popover {
9244  padding: 2px 4px;
9245  font-weight: normal;
9246  border: 1px solid rgba(255, 255, 255, 0.12);
9247  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
9248}
9249
9250.menubar.panel popover button {
9251  font-weight: normal;
9252  border-color: transparent;
9253  background-color: transparent;
9254}
9255
9256.menubar.panel popover button:hover {
9257  border-color: rgba(255, 255, 255, 0.12);
9258}
9259
9260.menubar.panel popover button:active, .menubar.panel popover button:checked {
9261  border-color: #2679db;
9262}
9263
9264.menubar.panel popover button:active label, .menubar.panel popover button:checked label {
9265  color: white;
9266}
9267
9268.menubar.panel popover .linked > button {
9269  border-color: rgba(255, 255, 255, 0.12);
9270}
9271
9272.menubar.panel popover list {
9273  background-color: transparent;
9274}
9275
9276.menubar.panel popover separator.horizontal {
9277  margin: 0 -4px;
9278}
9279
9280.menubar.panel popover separator.vertical {
9281  background-image: image(rgba(255, 255, 255, 0.12));
9282  margin: 0 2px;
9283}
9284
9285.menubar.panel popover .sidebar {
9286  border-style: none;
9287  background: none;
9288}
9289
9290.menubar.panel popover .sidebar .view {
9291  background: none;
9292  border-radius: 2px;
9293  border: 1px solid transparent;
9294  color: #e0e5eb;
9295  transition: all 180ms cubic-bezier(0, 0, 0.2, 1);
9296}
9297
9298.menubar.panel popover .sidebar .view:hover {
9299  background-color: #44464f;
9300  border: 1px solid rgba(255, 255, 255, 0.12);
9301}
9302
9303.menubar.panel popover .sidebar .view:selected, .menubar.panel popover .sidebar .view:active, .menubar.panel popover .sidebar .view:checked, .menubar.panel popover .sidebar .view:active:backdrop, .menubar.panel popover .sidebar .view:checked:backdrop, .menubar.panel popover .sidebar .view:selected:backdrop {
9304  color: #ffffff;
9305  background-color: #5294e2;
9306  border: 1px solid #68a2e6;
9307}
9308
9309button.flat.toggle.switcher {
9310  -gtk-outline-radius: 100px;
9311}
9312
9313button.flat.toggle.switcher:hover image, button.flat.toggle.switcher:active image, button.flat.toggle.switcher:checked image, button.flat.toggle.switcher:selected image {
9314  color: #5294e2;
9315}
9316
9317.circular label:disabled {
9318  color: rgba(230, 235, 239, 0.45);
9319}
9320
9321.circular.accent {
9322  color: #ffffff;
9323  background-color: #5294e2;
9324}
9325
9326.panel-app-button > GtkWidget > GtkWidget:first-child {
9327  padding: 0 2px 0 4px;
9328}
9329
9330.panel .menu .spinner,
9331.menu .spinner {
9332  opacity: 1;
9333}
9334
9335.composited-indicator {
9336  background-color: transparent;
9337  color: #D3DAE3;
9338  padding: 0 6px;
9339}
9340
9341.composited-indicator > revealer label,
9342.composited-indicator > revealer image,
9343.composited-indicator > revealer spinner {
9344  color: #D3DAE3;
9345  font-weight: normal;
9346  text-shadow: none;
9347  transition: all 200ms ease-in-out;
9348}
9349
9350.composited-indicator > revealer image,
9351.composited-indicator > revealer spinner {
9352  padding: 3px 0;
9353}
9354
9355.composited-indicator > revealer label {
9356  padding: 3px 6px;
9357}
9358
9359.composited-indicator .keyboard {
9360  background-color: #fff;
9361  border-radius: 2px;
9362  box-shadow: none;
9363  color: #333;
9364  font-weight: 600;
9365  padding: 0 3px;
9366  text-shadow: none;
9367}
9368
9369.composited-indicator > GtkWidget > GtkWidget:first-child {
9370  padding: 0 2px;
9371}
9372
9373.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover {
9374  border-style: none;
9375}
9376
9377.composited-indicator > .popup > .menu {
9378  padding-top: 8px;
9379  padding-bottom: 8px;
9380}
9381
9382BirdieWidgetsTweetList * {
9383  background-image: none;
9384  background-color: transparent;
9385}
9386
9387MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
9388  color: #ffffff;
9389  background-color: #5294e2;
9390  outline-color: transparent;
9391}
9392
9393MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
9394  background-color: transparent;
9395}
9396
9397MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
9398  outline-color: transparent;
9399}
9400
9401.marlin-pathbar.pathbar {
9402  border-radius: 2px;
9403  padding-left: 4px;
9404  padding-right: 4px;
9405  color: rgba(228, 235, 241, 0.8);
9406  border-color: rgba(255, 255, 255, 0.12);
9407  background-color: #21232a;
9408}
9409
9410.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
9411  color: inherit;
9412}
9413
9414.marlin-pathbar.pathbar:focus {
9415  color: rgba(255, 255, 255, 0.8);
9416  border-color: #5294e2;
9417  background-color: #2c2f39;
9418}
9419
9420.marlin-pathbar.pathbar:disabled {
9421  color: rgba(228, 235, 241, 0.35);
9422  border-color: rgba(255, 255, 255, 0.12);
9423  background-color: rgba(33, 35, 42, 0.85);
9424}
9425
9426.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
9427  color: #5294e2;
9428}
9429
9430treeview.view.sidebar {
9431  color: #d8dedf;
9432  background-color: #272931;
9433}
9434
9435treeview.view.sidebar.source-list {
9436  padding-top: 3px;
9437  padding-bottom: 3px;
9438}
9439
9440treeview.view.sidebar.source-list.has-open-popup, treeview.view.sidebar.source-list:hover {
9441  color: #d8dedf;
9442  background-color: #393b42;
9443}
9444
9445treeview.view.sidebar.source-list:disabled {
9446  color: rgba(216, 222, 223, 0.35);
9447}
9448
9449treeview.view.sidebar.source-list:selected.has-open-popup, treeview.view.sidebar.source-list:selected:hover {
9450  color: #ffffff;
9451  background-color: #4a85cb;
9452}
9453
9454treeview.view.sidebar.source-list.trough {
9455  color: #e6ebef;
9456  background-color: rgba(255, 255, 255, 0.12);
9457  border-radius: 2px;
9458  border-width: 0;
9459}
9460
9461treeview.view.sidebar.source-list.trough:selected, treeview.view.sidebar.source-list.trough:selected:focus {
9462  color: #ffffff;
9463  background-color: rgba(0, 0, 0, 0.2);
9464  border-radius: 2px;
9465  border-width: 0;
9466}
9467
9468.dynamic-notebook notebook iconview.view.cell:selected {
9469  background-color: rgba(255, 255, 255, 0.08);
9470}
9471
9472.dynamic-notebook notebook .overlay-bar {
9473  box-shadow: none;
9474  text-shadow: none;
9475}
9476
9477headerbar.titlebar > box.horizontal > entry.pathbar {
9478  margin-top: 0;
9479  margin-bottom: 0;
9480  padding: 2px 12px;
9481  caret-color: currentColor;
9482}
9483
9484headerbar.titlebar button.flat.image-button.toggle {
9485  margin-top: 4px;
9486  margin-bottom: 4px;
9487}
9488
9489headerbar.titlebar > grid.linked.horizontal.format-bar {
9490  background-image: image(#282A33);
9491  border-bottom: 1px solid transparent;
9492  border-radius: 0;
9493}
9494
9495headerbar.titlebar > grid.linked.horizontal.format-bar:backdrop {
9496  transition: 200ms ease-out;
9497  background-image: image(#2b2e37);
9498}
9499
9500popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white {
9501  border: 1px solid rgba(255, 255, 255, 0.12);
9502}
9503
9504.gala-notification {
9505  border: 1px solid rgba(0, 0, 0, 0.35);
9506  border-radius: 2px;
9507  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
9508  background-image: linear-gradient(to bottom, white, white);
9509  background-color: transparent;
9510}
9511
9512.gala-notification .title, .gala-notification .label {
9513  color: #5c616c;
9514}
9515
9516actionbar.inline-toolbar {
9517  border: none;
9518  border-top: 1px solid rgba(255, 255, 255, 0.12);
9519}
9520
9521actionbar.inline-toolbar button {
9522  border-radius: 2px;
9523  border: 1px solid rgba(255, 255, 255, 0.12);
9524}
9525
9526actionbar.inline-toolbar button:first-child {
9527  border-right-style: solid;
9528}
9529
9530actionbar.inline-toolbar button:last-child {
9531  border-left-style: solid;
9532}
9533
9534scale.warmth trough {
9535  background-image: linear-gradient(to right, #5294e2, #F04A50);
9536  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
9537}
9538
9539.terminal-window headerbar.titlebar.default-decoration {
9540  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
9541}
9542
9543.terminal-window .search-bar {
9544  background-color: #32343D;
9545  border-bottom: 1px solid #494c59;
9546}
9547
9548.terminal-window .dynamic-notebook notebook > header {
9549  border-color: #494c59;
9550}
9551
9552/***********
9553 * LightDM *
9554 ***********/
9555#panel_window {
9556  background-color: #21232b;
9557  color: #D3DAE3;
9558  font-weight: bold;
9559  box-shadow: inset 0 -1px #111317;
9560}
9561
9562#panel_window menubar {
9563  padding-left: 5px;
9564}
9565
9566#panel_window menubar, #panel_window menubar > menuitem {
9567  background-color: transparent;
9568  color: #D3DAE3;
9569  font-weight: bold;
9570}
9571
9572#panel_window menubar menuitem:disabled {
9573  color: rgba(211, 218, 227, 0.5);
9574}
9575
9576#panel_window menubar menuitem:disabled label {
9577  color: inherit;
9578}
9579
9580#panel_window menubar menu > menuitem {
9581  font-weight: normal;
9582}
9583
9584#login_window,
9585#shutdown_dialog,
9586#restart_dialog {
9587  font-weight: normal;
9588  border-style: none;
9589  background-color: transparent;
9590  color: #e6ebef;
9591}
9592
9593#content_frame {
9594  padding-bottom: 14px;
9595  background-color: #32343D;
9596  border-top-left-radius: 2px;
9597  border-top-right-radius: 2px;
9598  border: solid rgba(0, 0, 0, 0.1);
9599  border-width: 1px 1px 0 1px;
9600}
9601
9602#content_frame button {
9603  color: #e6ebef;
9604  border-color: rgba(255, 255, 255, 0.12);
9605  background-color: #2c2f39;
9606}
9607
9608#content_frame button:hover {
9609  color: #b7c6d1;
9610  border-color: rgba(255, 255, 255, 0.12);
9611  background-color: #3e4250;
9612}
9613
9614#content_frame button:active, #content_frame button:checked {
9615  color: #ffffff;
9616  border-color: #68a2e6;
9617  background-color: #5294e2;
9618}
9619
9620#content_frame button:disabled {
9621  border-color: rgba(255, 255, 255, 0.05);
9622  background-color: rgba(44, 47, 57, 0.55);
9623}
9624
9625#content_frame button:disabled label, #content_frame button:disabled {
9626  color: rgba(230, 235, 239, 0.45);
9627}
9628
9629#buttonbox_frame {
9630  padding-top: 20px;
9631  padding-bottom: 0px;
9632  border-style: none;
9633  background-color: #282A33;
9634  border-bottom-left-radius: 2px;
9635  border-bottom-right-radius: 2px;
9636  border: solid rgba(0, 0, 0, 0.1);
9637  border-width: 0 1px 1px 1px;
9638  box-shadow: inset 0 1px #3e4250;
9639}
9640
9641#buttonbox_frame button {
9642  color: #D3DAE3;
9643  border-color: rgba(98, 103, 125, 0.55);
9644  background-color: rgba(89, 94, 114, 0.4);
9645}
9646
9647#buttonbox_frame button:hover {
9648  color: #D3DAE3;
9649  border-color: rgba(98, 103, 125, 0.55);
9650  background-color: rgba(105, 110, 134, 0.5);
9651}
9652
9653#buttonbox_frame button:active, #buttonbox_frame button:checked {
9654  color: #ffffff;
9655  border-color: #5294e2;
9656  background-color: #5294e2;
9657}
9658
9659#buttonbox_frame button:disabled {
9660  color: #5b5f68;
9661  border-color: rgba(98, 103, 125, 0.55);
9662  background-color: rgba(89, 94, 114, 0.25);
9663}
9664
9665#login_window #user_combobox {
9666  color: #e6ebef;
9667  font-size: 13px;
9668}
9669
9670#login_window #user_combobox menu {
9671  font-weight: normal;
9672}
9673
9674#user_image {
9675  padding: 3px;
9676  border-radius: 2px;
9677}
9678
9679#shutdown_button.button {
9680  background-clip: border-box;
9681  color: green;
9682  background-color: #F04A50;
9683  border-color: #ee3239;
9684}
9685
9686#shutdown_button.button:hover {
9687  background-clip: border-box;
9688  color: green;
9689  background-color: #f4797e;
9690  border-color: #f26267;
9691}
9692
9693#shutdown_button.button:active, #shutdown_button.button:checked {
9694  background-clip: border-box;
9695  color: green;
9696  background-color: #ec1b22;
9697  border-color: #db1219;
9698}
9699
9700#restart_button.button {
9701  background-clip: border-box;
9702  color: green;
9703  background-color: #5294e2;
9704  border-color: #3c86de;
9705}
9706
9707#restart_button.button:hover {
9708  background-clip: border-box;
9709  color: green;
9710  background-color: #7eafe9;
9711  border-color: #68a2e6;
9712}
9713
9714#restart_button.button:active, #restart_button.button:checked {
9715  background-clip: border-box;
9716  color: green;
9717  background-color: #2679db;
9718  border-color: #216dc6;
9719}
9720
9721#greeter_infobar {
9722  border-bottom-width: 0;
9723  font-weight: bold;
9724}
9725
9726.overlay-bar {
9727  background-color: #5294e2;
9728  border-color: #5294e2;
9729  border-radius: 2px;
9730  padding: 3px 6px;
9731  margin: 3px;
9732}
9733
9734.overlay-bar label {
9735  color: #ffffff;
9736}
9737
9738GraniteWidgetsThinPaned {
9739  background-color: transparent;
9740  background-image: none;
9741  margin: 0;
9742  border-left: 1px solid rgba(255, 255, 255, 0.12);
9743  border-right: 1px solid rgba(255, 255, 255, 0.12);
9744}
9745
9746GraniteWidgetsPopOver .frame,
9747GraniteWidgetsStaticNotebook .frame {
9748  border: none;
9749}
9750
9751.help_button {
9752  border-radius: 100px;
9753  padding: 3px 9px;
9754}
9755
9756toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar {
9757  padding: 3px;
9758  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
9759}
9760
9761toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button {
9762  padding: 0 3px 0 3px;
9763}
9764
9765toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar {
9766  padding: 5px;
9767  border-width: 1px 0 0 0;
9768  border-style: solid;
9769  border-color: rgba(255, 255, 255, 0.12);
9770  background-color: #32343D;
9771}
9772
9773toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button {
9774  padding: 2px 3px 2px 3px;
9775}
9776
9777.source-list {
9778  -GtkTreeView-horizontal-separator: 1px;
9779  -GtkTreeView-vertical-separator: 6px;
9780}
9781
9782.source-list,
9783.source-list.view {
9784  background-color: #32343D;
9785  color: #e6ebef;
9786  -gtk-icon-style: regular;
9787}
9788
9789.source-list.category-expander {
9790  color: transparent;
9791}
9792
9793.source-list.view:hover {
9794  background-color: #3d404b;
9795}
9796
9797.source-list.view:selected,
9798.source-list.view:hover:selected,
9799.source-list.view:selected:focus,
9800.source-list.category-expander:hover {
9801  color: #ffffff;
9802  background-color: #5294e2;
9803}
9804
9805.source-list scrollbar,
9806.source-list junction {
9807  border-image: none;
9808  border-color: transparent;
9809  background-color: #32343D;
9810  background-image: none;
9811}
9812
9813.source-list.badge,
9814.source-list.badge:hover,
9815.source-list.badge:selected,
9816.source-list.badge:selected:focus,
9817.source-list.badge:hover:selected {
9818  background-image: none;
9819  background-color: #5294e2;
9820  color: #ffffff;
9821  border-radius: 10px;
9822  padding: 0 6px;
9823  margin: 0 3px;
9824  border-width: 0;
9825}
9826
9827.source-list.badge:selected,
9828.source-list.badge:selected:focus,
9829.source-list.badge:hover:selected {
9830  background-color: #ffffff;
9831  color: #5294e2;
9832}
9833
9834.source-list.category-expander {
9835  color: #e6ebef;
9836  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
9837  -GtkTreeView-expander-size: 16;
9838}
9839
9840.source-list.category-expander,
9841.source-list.category-expander:backdrop {
9842  color: transparent;
9843  border: none;
9844}
9845
9846.source-list.category-expander:checked {
9847  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
9848}
9849
9850GraniteWidgetsWelcome {
9851  background-color: #282A33;
9852}
9853
9854GraniteWidgetsWelcome label {
9855  color: #8c9096;
9856  font-size: 11px;
9857  text-shadow: none;
9858}
9859
9860GraniteWidgetsWelcome .h1,
9861GraniteWidgetsWelcome .h3 {
9862  color: rgba(230, 235, 239, 0.8);
9863}
9864
9865.help_button {
9866  border-radius: 0;
9867}
9868
9869GraniteWidgetsPopOver {
9870  -GraniteWidgetsPopOver-arrow-width: 21;
9871  -GraniteWidgetsPopOver-arrow-height: 10;
9872  -GraniteWidgetsPopOver-border-radius: 2px;
9873  -GraniteWidgetsPopOver-border-width: 1;
9874  -GraniteWidgetsPopOver-shadow-size: 12;
9875  border: 1px solid rgba(0, 0, 0, 0.3);
9876  margin: 0;
9877}
9878
9879.popover_bg {
9880  background-image: linear-gradient(to bottom, #282A33, #282A33);
9881  border: 1px solid rgba(0, 0, 0, 0.3);
9882}
9883
9884GraniteWidgetsPopOver .sidebar.view,
9885GraniteWidgetsPopOver * {
9886  background-color: transparent;
9887}
9888
9889GraniteWidgetsXsEntry entry {
9890  padding: 4px;
9891}
9892
9893.h1 {
9894  font-size: 24px;
9895}
9896
9897.h2 {
9898  font-size: 18px;
9899}
9900
9901.h3 {
9902  font-size: 11px;
9903}
9904
9905.h4,
9906.category-label {
9907  color: #acb0b7;
9908  font-weight: 600;
9909}
9910
9911.h4 {
9912  padding-bottom: 6px;
9913  padding-top: 6px;
9914}
9915
9916GtkListBox .h4 {
9917  padding-left: 6px;
9918}
9919
9920leaflet > scrolledwindow > viewport.frame > list, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar, hdyleaflet > stack > frame > grid.vertical > actionbar,
9921leaflet.unfolded > stack > frame > grid.vertical > actionbar, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list,
9922leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list, hdyleaflet > stack > frame > grid.vertical,
9923leaflet.unfolded > stack > frame > grid.vertical, .polari-room-list .sidebar, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar, .sidebar.vertical > paned.geary-sidebar-pane-separator, .sidebar.vertical > paned.sidebar-pane-separator statusbar, .sidebar.vertical > paned.sidebar-pane-separator, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical,
9924window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view,
9925window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view,
9926window.background.csd > leaflet > box.vertical > scrolledwindow.view, list.tweak-categories, textview.view.sourceview.gedit-view window#gtk-tooltip, .gedit-map-frame, .gedit-side-panel-paned, .gedit-document-panel-dragged-row, list.gedit-document-panel {
9927  color: rgba(246, 246, 251, 0.8);
9928  background-color: #32343D;
9929}
9930
9931leaflet > scrolledwindow > viewport.frame > list:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar:disabled,
9932leaflet.unfolded > stack > frame > grid.vertical > actionbar:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled,
9933leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list:disabled, hdyleaflet > stack > frame > grid.vertical:disabled,
9934leaflet.unfolded > stack > frame > grid.vertical:disabled, .polari-room-list .sidebar:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator:disabled, .sidebar.vertical > paned.sidebar-pane-separator statusbar:disabled, .sidebar.vertical > paned.sidebar-pane-separator:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled,
9935window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view:disabled,
9936window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view:disabled,
9937window.background.csd > leaflet > box.vertical > scrolledwindow.view:disabled, list.tweak-categories:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip:disabled, .gedit-map-frame:disabled, .gedit-side-panel-paned:disabled, .gedit-document-panel-dragged-row:disabled, list.gedit-document-panel:disabled, leaflet > scrolledwindow > viewport.frame > list label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled,
9938leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list label:disabled, hdyleaflet > stack > frame > grid.vertical label:disabled,
9939leaflet.unfolded > stack > frame > grid.vertical label:disabled, .polari-room-list .sidebar label:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator label:disabled, .sidebar.vertical > paned.sidebar-pane-separator label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled,
9940window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view label:disabled,
9941window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view label:disabled,
9942window.background.csd > leaflet > box.vertical > scrolledwindow.view label:disabled, list.tweak-categories label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip label:disabled, .gedit-map-frame label:disabled, .gedit-side-panel-paned label:disabled, .gedit-document-panel-dragged-row label:disabled, list.gedit-document-panel label:disabled {
9943  color: rgba(246, 246, 251, 0.35);
9944}
9945
9946hdyleaflet > stack > frame > grid.vertical > actionbar button,
9947leaflet.unfolded > stack > frame > grid.vertical > actionbar button, .polari-entry-area button, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button {
9948  color: rgba(246, 246, 251, 0.8);
9949  background-color: rgba(246, 246, 251, 0.15);
9950  border: none;
9951}
9952
9953hdyleaflet > stack > frame > grid.vertical > actionbar button:hover,
9954leaflet.unfolded > stack > frame > grid.vertical > actionbar button:hover, .polari-entry-area button:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:hover {
9955  color: #F6F6FB;
9956  background-color: rgba(246, 246, 251, 0.25);
9957}
9958
9959hdyleaflet > stack > frame > grid.vertical > actionbar button:active,
9960leaflet.unfolded > stack > frame > grid.vertical > actionbar button:active, .polari-entry-area button:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:active, hdyleaflet > stack > frame > grid.vertical > actionbar button:checked,
9961leaflet.unfolded > stack > frame > grid.vertical > actionbar button:checked, .polari-entry-area button:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:checked {
9962  color: #ffffff;
9963  background-color: #5294e2;
9964}
9965
9966hdyleaflet > stack > frame > grid.vertical > actionbar button:disabled,
9967leaflet.unfolded > stack > frame > grid.vertical > actionbar button:disabled, .polari-entry-area button:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button:disabled {
9968  color: rgba(246, 246, 251, 0.35);
9969  background-color: rgba(246, 246, 251, 0.08);
9970}
9971
9972window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat,
9973leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat, .polari-entry-area button.flat, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat {
9974  border: none;
9975  background: none;
9976  box-shadow: none;
9977  color: rgba(246, 246, 251, 0.8);
9978}
9979
9980window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:hover, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:hover,
9981leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:hover, .polari-entry-area button.flat:hover, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:hover, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:hover {
9982  color: #F6F6FB;
9983  background-color: rgba(246, 246, 251, 0.15);
9984}
9985
9986window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:active, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:checked, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:active,
9987leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:active, .polari-entry-area button.flat:active, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:active, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:active, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:checked,
9988leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:checked, .polari-entry-area button.flat:checked, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:checked, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:checked {
9989  color: #ffffff;
9990  background-color: #5294e2;
9991}
9992
9993window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable button:disabled, hdyleaflet > stack > frame > grid.vertical > actionbar button.flat:disabled,
9994leaflet.unfolded > stack > frame > grid.vertical > actionbar button.flat:disabled, .polari-entry-area button.flat:disabled, window.background.csd > box.horizontal > box.vertical > box.linked.horizontal button.flat:disabled, .gedit-side-panel-paned > box.vertical > stack > grid.horizontal > box.horizontal button.flat:disabled {
9995  color: rgba(246, 246, 251, 0.35);
9996}
9997
9998leaflet > scrolledwindow > viewport.frame > list > row.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row,
9999leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row, .polari-room-list .sidebar .activatable, .polari-room-list .sidebar .inactive, .polari-room-list .sidebar .room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar, list.tweak-categories > row.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view, .gedit-side-panel-paned treeview.view, list.gedit-document-panel row.activatable {
10000  color: rgba(246, 246, 251, 0.8);
10001  background-color: #32343D;
10002}
10003
10004leaflet > scrolledwindow > viewport.frame > list > row.has-open-popup.activatable, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.has-open-popup.activatable, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row,
10005leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.has-open-popup.activatable.contact-data-row, .polari-room-list .sidebar .has-open-popup.activatable, .polari-room-list .sidebar .has-open-popup.inactive, .polari-room-list .sidebar .has-open-popup.room-list-header, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.has-open-popup.activatable, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.has-open-popup.view.sidebar, list.tweak-categories > row.has-open-popup.activatable.tweak-category, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.has-open-popup.view, .gedit-side-panel-paned treeview.has-open-popup.view, list.gedit-document-panel row.has-open-popup.activatable, leaflet > scrolledwindow > viewport.frame > list > row.activatable:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover,
10006leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:hover, .polari-room-list .sidebar .activatable:hover, .polari-room-list .sidebar .inactive:hover, .polari-room-list .sidebar .room-list-header:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:hover, list.tweak-categories > row.activatable.tweak-category:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:hover, .gedit-side-panel-paned treeview.view:hover, list.gedit-document-panel row.activatable:hover {
10007  color: #F6F6FB;
10008  background-color: #464750;
10009}
10010
10011leaflet > scrolledwindow > viewport.frame > list > row.activatable:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled,
10012leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:disabled, .polari-room-list .sidebar .activatable:disabled, .polari-room-list .sidebar .inactive:disabled, .polari-room-list .sidebar .room-list-header:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:disabled, list.tweak-categories > row.activatable.tweak-category:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:disabled, .gedit-side-panel-paned treeview.view:disabled, list.gedit-document-panel row.activatable:disabled, leaflet > scrolledwindow > viewport.frame > list > row.activatable label:disabled, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable label:disabled, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled,
10013leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row label:disabled, .polari-room-list .sidebar .activatable label:disabled, .polari-room-list .sidebar .inactive label:disabled, .polari-room-list .sidebar .room-list-header label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable label:disabled, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar label:disabled, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar label:disabled, list.tweak-categories > row.activatable.tweak-category label:disabled, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view label:disabled, .gedit-side-panel-paned treeview.view label:disabled, list.gedit-document-panel row.activatable label:disabled {
10014  color: rgba(246, 246, 251, 0.35);
10015}
10016
10017leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected.has-open-popup, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected.has-open-popup, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup,
10018leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected.has-open-popup, .polari-room-list .sidebar .activatable:selected.has-open-popup, .polari-room-list .sidebar .inactive:selected.has-open-popup, .polari-room-list .sidebar .room-list-header:selected.has-open-popup, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected.has-open-popup, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected.has-open-popup, list.tweak-categories > row.activatable.tweak-category:selected.has-open-popup, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected.has-open-popup, .gedit-side-panel-paned treeview.view:selected.has-open-popup, list.gedit-document-panel row.activatable:selected.has-open-popup, leaflet > scrolledwindow > viewport.frame > list > row.activatable:selected:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar list > row.activatable:selected:hover, hdyleaflet > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover,
10019leaflet.unfolded > stack > frame > grid.vertical > scrolledwindow > viewport.frame > list.contacts-contact-list row.activatable.contact-data-row:selected:hover, .polari-room-list .sidebar .activatable:selected:hover, .polari-room-list .sidebar .inactive:selected:hover, .polari-room-list .sidebar .room-list-header:selected:hover, window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.activatable:selected:hover, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar:selected:hover, list.tweak-categories > row.activatable.tweak-category:selected:hover, textview.view.sourceview.gedit-view window#gtk-tooltip treeview.view:selected:hover, .gedit-side-panel-paned treeview.view:selected:hover, list.gedit-document-panel row.activatable:selected:hover {
10020  background-color: #4a85cb;
10021}
10022
10023hdyleaflet > box.vertical > searchbar, .polari-entry-area, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar,
10024window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar,
10025window.geary-main-window > box.vertical > paned > box.vertical > searchbar,
10026window.background.csd > hdyleaflet > box.vertical > searchbar,
10027window.background.csd > leaflet > box.vertical > searchbar, window.background.csd > box.horizontal > box.vertical > searchbar {
10028  background: none;
10029  box-shadow: none;
10030  border: none;
10031}
10032
10033hdyleaflet > box.vertical > searchbar > revealer > box, .polari-entry-area > revealer > box, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box,
10034window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar > revealer > box, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar > revealer > box,
10035window.geary-main-window > box.vertical > paned > box.vertical > searchbar > revealer > box,
10036window.background.csd > hdyleaflet > box.vertical > searchbar > revealer > box,
10037window.background.csd > leaflet > box.vertical > searchbar > revealer > box, window.background.csd > box.horizontal > box.vertical > searchbar > revealer > box {
10038  background-color: #32343D;
10039  border: none;
10040}
10041
10042hdyleaflet > box.vertical > searchbar entry, .polari-entry-area entry, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry,
10043window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry,
10044window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry,
10045window.background.csd > hdyleaflet > box.vertical > searchbar entry,
10046window.background.csd > leaflet > box.vertical > searchbar entry, window.background.csd > box.horizontal > box.vertical > searchbar entry {
10047  color: rgba(246, 246, 251, 0.8);
10048  background-color: rgba(246, 246, 251, 0.1);
10049}
10050
10051hdyleaflet > box.vertical > searchbar entry image, .polari-entry-area entry image, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image,
10052window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image,
10053window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image,
10054window.background.csd > hdyleaflet > box.vertical > searchbar entry image,
10055window.background.csd > leaflet > box.vertical > searchbar entry image, window.background.csd > box.horizontal > box.vertical > searchbar entry image {
10056  color: rgba(246, 246, 251, 0.8);
10057}
10058
10059hdyleaflet > box.vertical > searchbar entry:focus, .polari-entry-area entry:focus, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus,
10060window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:focus, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:focus,
10061window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:focus,
10062window.background.csd > hdyleaflet > box.vertical > searchbar entry:focus,
10063window.background.csd > leaflet > box.vertical > searchbar entry:focus, window.background.csd > box.horizontal > box.vertical > searchbar entry:focus {
10064  background-color: rgba(246, 246, 251, 0.12);
10065}
10066
10067hdyleaflet > box.vertical > searchbar entry:disabled, .polari-entry-area entry:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled,
10068window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry:disabled,
10069window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry:disabled,
10070window.background.csd > hdyleaflet > box.vertical > searchbar entry:disabled,
10071window.background.csd > leaflet > box.vertical > searchbar entry:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry:disabled, hdyleaflet > box.vertical > searchbar entry label:disabled, .polari-entry-area entry label:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled,
10072window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry label:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry label:disabled,
10073window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry label:disabled,
10074window.background.csd > hdyleaflet > box.vertical > searchbar entry label:disabled,
10075window.background.csd > leaflet > box.vertical > searchbar entry label:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry label:disabled, hdyleaflet > box.vertical > searchbar entry image:disabled, .polari-entry-area entry image:disabled, window#GearyMainWindow > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled,
10076window.geary-main-window > overlay > box.vertical > paned.horizontal > box.sidebar.vertical > searchbar entry image:disabled, window#GearyMainWindow > box.vertical > paned > box.vertical > searchbar entry image:disabled,
10077window.geary-main-window > box.vertical > paned > box.vertical > searchbar entry image:disabled,
10078window.background.csd > hdyleaflet > box.vertical > searchbar entry image:disabled,
10079window.background.csd > leaflet > box.vertical > searchbar entry image:disabled, window.background.csd > box.horizontal > box.vertical > searchbar entry image:disabled {
10080  color: rgba(246, 246, 251, 0.35);
10081}
10082
10083.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, hdyleaflet > headerbar:first-child button.titlebutton.close,
10084leaflet.unfolded > headerbar:first-child button.titlebutton.close, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close, .geary-titlebar-left button.titlebutton.close, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close,
10085window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close,
10086window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close {
10087  background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png"));
10088}
10089
10090.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop,
10091leaflet.unfolded > headerbar:first-child button.titlebutton.close:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:backdrop, .geary-titlebar-left button.titlebutton.close:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:backdrop,
10092window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:backdrop,
10093window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:backdrop {
10094  background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png"));
10095}
10096
10097.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:hover, hdyleaflet > headerbar:first-child button.titlebutton.close:hover,
10098leaflet.unfolded > headerbar:first-child button.titlebutton.close:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:hover, .geary-titlebar-left button.titlebutton.close:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:hover,
10099window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:hover,
10100window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:hover {
10101  background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png"));
10102}
10103
10104.selection-mode hdyleaflet headerbar button.titlebutton.close:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.close:active, hdyleaflet > headerbar:first-child button.titlebutton.close:active,
10105leaflet.unfolded > headerbar:first-child button.titlebutton.close:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.close:active, .geary-titlebar-left button.titlebutton.close:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.close:active,
10106window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.close:active,
10107window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.close:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.close:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.close:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.close:active {
10108  background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png"));
10109}
10110
10111.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, hdyleaflet > headerbar:first-child button.titlebutton.maximize,
10112leaflet.unfolded > headerbar:first-child button.titlebutton.maximize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize, .geary-titlebar-left button.titlebutton.maximize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize,
10113window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize,
10114window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize {
10115  background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png"));
10116}
10117
10118.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop,
10119leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:backdrop, .geary-titlebar-left button.titlebutton.maximize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop,
10120window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:backdrop,
10121window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:backdrop {
10122  background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png"));
10123}
10124
10125.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover,
10126leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:hover, .geary-titlebar-left button.titlebutton.maximize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:hover,
10127window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:hover,
10128window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:hover {
10129  background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png"));
10130}
10131
10132.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, hdyleaflet > headerbar:first-child button.titlebutton.maximize:active,
10133leaflet.unfolded > headerbar:first-child button.titlebutton.maximize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.maximize:active, .geary-titlebar-left button.titlebutton.maximize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.maximize:active,
10134window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.maximize:active,
10135window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.maximize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.maximize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.maximize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.maximize:active {
10136  background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png"));
10137}
10138
10139.selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize, hdyleaflet > headerbar:first-child button.titlebutton.minimize,
10140leaflet.unfolded > headerbar:first-child button.titlebutton.minimize, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize, .geary-titlebar-left button.titlebutton.minimize, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize,
10141window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize,
10142window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize {
10143  background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png"));
10144}
10145
10146.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop,
10147leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:backdrop, .geary-titlebar-left button.titlebutton.minimize:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop,
10148window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:backdrop,
10149window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:backdrop {
10150  background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png"));
10151}
10152
10153.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:hover, hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover,
10154leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:hover, .geary-titlebar-left button.titlebutton.minimize:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:hover,
10155window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:hover,
10156window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:hover {
10157  background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png"));
10158}
10159
10160.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize:active, hdyleaflet > headerbar:first-child button.titlebutton.minimize:active,
10161leaflet.unfolded > headerbar:first-child button.titlebutton.minimize:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.minimize:active, .geary-titlebar-left button.titlebutton.minimize:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.minimize:active,
10162window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.minimize:active,
10163window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.minimize:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.minimize:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.minimize:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.minimize:active {
10164  background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png"));
10165}
10166
10167.selection-mode hdyleaflet headerbar button.titlebutton.restore, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore, hdyleaflet > headerbar:first-child button.titlebutton.restore,
10168leaflet.unfolded > headerbar:first-child button.titlebutton.restore, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore, .geary-titlebar-left button.titlebutton.restore, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore,
10169window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore,
10170window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore {
10171  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
10172}
10173
10174.selection-mode hdyleaflet headerbar button.titlebutton.restore:backdrop, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:backdrop, hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop,
10175leaflet.unfolded > headerbar:first-child button.titlebutton.restore:backdrop, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:backdrop, .geary-titlebar-left button.titlebutton.restore:backdrop, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:backdrop,
10176window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:backdrop,
10177window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:backdrop, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:backdrop, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:backdrop, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:backdrop {
10178  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
10179}
10180
10181.selection-mode hdyleaflet headerbar button.titlebutton.restore:hover, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:hover, hdyleaflet > headerbar:first-child button.titlebutton.restore:hover,
10182leaflet.unfolded > headerbar:first-child button.titlebutton.restore:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:hover, .geary-titlebar-left button.titlebutton.restore:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:hover,
10183window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:hover,
10184window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:hover {
10185  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
10186}
10187
10188.selection-mode hdyleaflet headerbar button.titlebutton.restore:active, .selection-mode leaflet.unfolded headerbar button.titlebutton.restore:active, hdyleaflet > headerbar:first-child button.titlebutton.restore:active,
10189leaflet.unfolded > headerbar:first-child button.titlebutton.restore:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.restore:active, .geary-titlebar-left button.titlebutton.restore:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.restore:active,
10190window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.restore:active,
10191window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.restore:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.restore:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.restore:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.restore:active {
10192  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
10193}
10194
10195.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize,
10196window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10197window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10198window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10199window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10200window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10201window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10202.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10203.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10204.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize,
10205.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize {
10206  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
10207}
10208
10209.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:backdrop, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop,
10210window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10211window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10212window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10213window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10214window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10215window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10216.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10217.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10218.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop,
10219.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:backdrop, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:backdrop {
10220  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
10221}
10222
10223.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:hover, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover,
10224window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10225window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10226window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10227window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10228window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10229window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10230.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10231.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10232.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:hover, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover,
10233.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:hover, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:hover {
10234  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
10235}
10236
10237.fullscreen .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .maximized .selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, .maximized .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize:active, window#GearyMainWindow.fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active,
10238window#GearyMainWindow.maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10239window.background.csd.fullscreen > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10240window.background.csd.fullscreen > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10241window.background.csd.maximized > headerbar.titlebar > hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10242window.background.csd.maximized > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.fullscreen > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.background.csd.maximized > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.fullscreen.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10243window.maximized.org-gnome-gedit > .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10244.fullscreen leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10245.fullscreen window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .fullscreen .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .fullscreen window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .fullscreen .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized hdyleaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10246.maximized leaflet.unfolded > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) > box.left.horizontal button.titlebutton.maximize:active, .maximized .geary-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active,
10247.maximized window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized window.background.csd > box.titlebar.horizontal > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, .maximized .titlebar > headerbar.titlebar.tweak-titlebar-left > box.left.horizontal button.titlebutton.maximize:active, .maximized window.org-gnome-gedit .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active, window.org-gnome-gedit .maximized .titlebar > headerbar:first-child > box.left.horizontal button.titlebutton.maximize:active {
10248  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
10249}
10250
10251hdyleaflet > headerbar:first-child,
10252leaflet.unfolded > headerbar:first-child, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child), .geary-titlebar-left, .geary-titlebar-left.geary-titlebar, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child,
10253window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child,
10254window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child, window.background.csd > box.titlebar.horizontal > headerbar:first-child, .titlebar > headerbar.titlebar.tweak-titlebar-left, window.org-gnome-gedit .titlebar > headerbar:first-child {
10255  color: rgba(246, 246, 251, 0.8);
10256  background-color: #32343D;
10257  background-image: image(#32343D);
10258  border: none;
10259  box-shadow: none;
10260}
10261
10262hdyleaflet > headerbar:first-child button:not(.titlebutton),
10263leaflet.unfolded > headerbar:first-child button:not(.titlebutton), .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton), .geary-titlebar-left button:not(.titlebutton), window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton),
10264window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton),
10265window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton), window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton), .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton), window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton) {
10266  color: rgba(246, 246, 251, 0.8);
10267  border: none;
10268}
10269
10270hdyleaflet > headerbar:first-child button:not(.titlebutton):hover,
10271leaflet.unfolded > headerbar:first-child button:not(.titlebutton):hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):hover, .geary-titlebar-left button:not(.titlebutton):hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):hover,
10272window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):hover,
10273window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):hover, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):hover {
10274  color: #F6F6FB;
10275  background-color: rgba(246, 246, 251, 0.25);
10276}
10277
10278hdyleaflet > headerbar:first-child button:not(.titlebutton):active,
10279leaflet.unfolded > headerbar:first-child button:not(.titlebutton):active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):active, .geary-titlebar-left button:not(.titlebutton):active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):active,
10280window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):active,
10281window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):active, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):active, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):active, hdyleaflet > headerbar:first-child button:not(.titlebutton):checked,
10282leaflet.unfolded > headerbar:first-child button:not(.titlebutton):checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button:not(.titlebutton):checked, .geary-titlebar-left button:not(.titlebutton):checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button:not(.titlebutton):checked,
10283window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button:not(.titlebutton):checked,
10284window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button:not(.titlebutton):checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button:not(.titlebutton):checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button:not(.titlebutton):checked, window.org-gnome-gedit .titlebar > headerbar:first-child button:not(.titlebutton):checked {
10285  color: #ffffff;
10286  border-color: #68a2e6;
10287  background-color: #5294e2;
10288}
10289
10290hdyleaflet > headerbar:first-child button.titlebutton.appmenu,
10291leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu, .geary-titlebar-left button.titlebutton.appmenu, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu,
10292window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu,
10293window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu {
10294  border: none;
10295  min-height: 30px;
10296  min-width: 30px;
10297  border-radius: 1000px;
10298  color: transparent;
10299  background-color: transparent;
10300  background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg"));
10301  background-repeat: no-repeat;
10302  background-position: center;
10303}
10304
10305hdyleaflet > headerbar:first-child button.titlebutton.appmenu image,
10306leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu image, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu image, .geary-titlebar-left button.titlebutton.appmenu image, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu image,
10307window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu image,
10308window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu image, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu image, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu image, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu image {
10309  opacity: 0;
10310}
10311
10312hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover,
10313leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:hover, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:hover, .geary-titlebar-left button.titlebutton.appmenu:hover, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:hover,
10314window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:hover,
10315window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:hover, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:hover, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:hover, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:hover {
10316  background-color: rgba(246, 246, 251, 0.15);
10317}
10318
10319hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked,
10320leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:checked, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:checked, .geary-titlebar-left button.titlebutton.appmenu:checked, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:checked,
10321window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:checked,
10322window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:checked, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:checked, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:checked, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:checked, hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active,
10323leaflet.unfolded > headerbar:first-child button.titlebutton.appmenu:active, .geary-main-window > headerbar > leaflet > leaflet > headerbar:not(:last-child) button.titlebutton.appmenu:active, .geary-titlebar-left button.titlebutton.appmenu:active, window.background.csd > headerbar.titlebar > box.horizontal > headerbar:first-child button.titlebutton.appmenu:active,
10324window.background.csd > headerbar.titlebar > hdyleaflet > headerbar:first-child button.titlebutton.appmenu:active,
10325window.background.csd > headerbar.titlebar > leaflet > headerbar:first-child button.titlebutton.appmenu:active, window.background.csd > box.titlebar.horizontal > headerbar:first-child button.titlebutton.appmenu:active, .titlebar > headerbar.titlebar.tweak-titlebar-left button.titlebutton.appmenu:active, window.org-gnome-gedit .titlebar > headerbar:first-child button.titlebutton.appmenu:active {
10326  background-color: rgba(246, 246, 251, 0.25);
10327}
10328
10329.nemo-window .sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar {
10330  border-color: rgba(255, 255, 255, 0.12);
10331}
10332
10333.nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
10334  background-color: white;
10335  border: 1px solid rgba(255, 255, 255, 0.12);
10336}
10337
10338.nemo-window .sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider {
10339  background-color: rgba(255, 255, 255, 0.7);
10340}
10341
10342.nemo-window .sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover {
10343  background-color: white;
10344}
10345
10346.nemo-window .sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active {
10347  background-color: #5294e2;
10348}
10349
10350.nemo-window .sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled {
10351  background-color: transparent;
10352}
10353
10354.nemo-window .sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough {
10355  background-color: #1c1d23;
10356}
10357
10358.nautilus-window headerbar {
10359  background-image: -gtk-scaled(url("assets/logo.svg"), url("assets/logo@2.svg")), image(#32343D);
10360  background-repeat: no-repeat;
10361  background-size: 38px auto;
10362  background-position: left center;
10363}
10364
10365filechooser paned > separator {
10366  background-image: image(#494c59);
10367}
10368
10369.nautilus-window paned > separator {
10370  background-image: linear-gradient(to bottom, #393c48, #393c48);
10371}
10372
10373.nautilus-window headerbar {
10374  padding-left: 48px;
10375}
10376
10377.nautilus-window headerbar, .nautilus-window headerbar:backdrop {
10378  box-shadow: inset 0 -1px #32343D, inset 38px 0 0 0 transparent;
10379}
10380
10381.nautilus-window placessidebar.sidebar {
10382  box-shadow: inset 38px 0 0 0 #32343D;
10383  background-color: #272931;
10384}
10385
10386.nautilus-window placessidebar.sidebar row.sidebar-row {
10387  transition: none;
10388  color: #d8dedf;
10389}
10390
10391.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
10392  color: rgba(246, 246, 251, 0.85);
10393}
10394
10395.nautilus-window placessidebar.sidebar row.sidebar-row image.sidebar-icon {
10396  padding-right: 2px;
10397}
10398
10399.nautilus-window placessidebar.sidebar row.sidebar-row label.sidebar-label {
10400  padding-right: 2px;
10401  padding-left: 20px;
10402}
10403
10404.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:hover {
10405  background-color: rgba(216, 222, 223, 0.05);
10406  box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #32343D;
10407}
10408
10409.nautilus-window placessidebar.sidebar row.sidebar-row:disabled, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled label, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled image {
10410  color: rgba(216, 222, 223, 0.4);
10411}
10412
10413.nautilus-window placessidebar.sidebar row.sidebar-row:active {
10414  transition: box-shadow 0.2s;
10415}
10416
10417.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup, .nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
10418  box-shadow: inset 38px 0 0 0 #5294e2;
10419  background-color: rgba(82, 148, 226, 0);
10420  background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png"));
10421  background-repeat: no-repeat;
10422  background-position: 42px center;
10423}
10424
10425.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-label, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-label {
10426  color: #f4f6f6;
10427}
10428
10429.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
10430  background-color: rgba(216, 222, 223, 0.05);
10431  box-shadow: inset -2px 0 #7eafe9, inset 38px 0 0 0 #5294e2;
10432  background-image: -gtk-scaled(url("assets/selected-dot.png"), url("assets/selected-dot@2.png"));
10433  background-repeat: no-repeat;
10434  background-position: 42px center;
10435}
10436
10437.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button {
10438  color: #d8dedf;
10439}
10440
10441.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:hover {
10442  color: #b7c6d1;
10443  border-color: rgba(255, 255, 255, 0.12);
10444  background-color: #3e4250;
10445}
10446
10447.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:active {
10448  color: #ffffff;
10449  border-color: #68a2e6;
10450  background-color: #5294e2;
10451}
10452
10453.nautilus-window placessidebar.sidebar row.sidebar-row button.sidebar-button:not(:hover):not(:active) > image {
10454  opacity: 0.5;
10455}
10456
10457.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
10458  color: #5294e2;
10459}
10460
10461.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop {
10462  opacity: 0.75;
10463}
10464
10465.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
10466  color: #F08437;
10467}
10468
10469.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
10470  background-color: #F08437;
10471}
10472
10473.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, .nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
10474  color: #ffffff;
10475}
10476
10477.nautilus-window placessidebar.sidebar separator {
10478  background-color: transparent;
10479}
10480
10481.nemo-window .sidebar {
10482  color: #d8dedf;
10483  background-color: #272931;
10484}
10485
10486.nemo-window .sidebar .view, .nemo-window .sidebar row {
10487  background-color: transparent;
10488  color: #d8dedf;
10489}
10490
10491.nemo-window .sidebar .view.cell:selected.has-open-popup, .nemo-window .sidebar .view.cell:selected:hover, .nemo-window .sidebar row.cell:selected.has-open-popup, .nemo-window .sidebar row.cell:selected:hover {
10492  color: #ffffff;
10493  background-color: #4a85cb;
10494}
10495
10496.nemo-window .sidebar .view.has-open-popup, .nemo-window .sidebar .view:hover, .nemo-window .sidebar row.has-open-popup, .nemo-window .sidebar row:hover {
10497  color: #d8dedf;
10498  background-color: #393b42;
10499}
10500
10501.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander {
10502  color: #808488;
10503}
10504
10505.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover {
10506  color: #d8dedf;
10507}
10508
10509.nemo-window .sidebar separator {
10510  background-color: transparent;
10511}
10512
10513.NemoSidebar, .NemoSidebar * {
10514  -gtk-icon-style: symbolic;
10515}
10516
10517window.org-gnome-gedit > paned > separator, window.org-gnome-gedit > paned > separator:backdrop,
10518window.org-gnome-gedit > overlay > box.vertical > paned > separator,
10519window.org-gnome-gedit > overlay > box.vertical > paned > separator:backdrop {
10520  background-image: image(#494c59);
10521}
10522
10523.open-document-selector-treeview.view {
10524  padding: 3px 6px 3px 6px;
10525  border-color: rgba(255, 255, 255, 0.12);
10526}
10527
10528.open-document-selector-treeview.view:hover {
10529  background-color: #353840;
10530}
10531
10532.open-document-selector-treeview.view:hover:selected {
10533  color: #ffffff;
10534  background-color: #5294e2;
10535}
10536
10537.open-document-selector-name-label {
10538  color: #e6ebef;
10539}
10540
10541.open-document-selector-path-label {
10542  color: #878b91;
10543  font-size: smaller;
10544}
10545
10546.open-document-selector-path-label:selected {
10547  color: rgba(255, 255, 255, 0.9);
10548}
10549
10550list.gedit-document-panel row.activatable {
10551  padding: 4px 0;
10552}
10553
10554list.gedit-document-panel row button {
10555  min-width: 22px;
10556  min-height: 22px;
10557  padding: 0;
10558  margin: 0 6px;
10559  border-radius: 100px;
10560  border: none;
10561  background: none;
10562}
10563
10564list.gedit-document-panel row button:hover {
10565  color: #ffffff;
10566  background-color: rgba(246, 246, 251, 0.15);
10567}
10568
10569list.gedit-document-panel row button:active, list.gedit-document-panel row button:checked {
10570  color: #ffffff;
10571  background-color: rgba(246, 246, 251, 0.25);
10572}
10573
10574list.gedit-document-panel row button image {
10575  color: inherit;
10576}
10577
10578list.gedit-document-panel row:hover:not(:selected) button:active, list.gedit-document-panel row:hover:not(:selected) button:checked {
10579  color: #ffffff;
10580  background-color: rgba(246, 246, 251, 0.25);
10581}
10582
10583.gedit-document-panel-dragged-row {
10584  border: none;
10585}
10586
10587.gedit-side-panel-paned statusbar {
10588  border-top: 1px solid #494c59;
10589  background-color: #32343D;
10590}
10591
10592.gedit-search-slider {
10593  background-color: #373943;
10594  padding: 6px;
10595  border-color: rgba(255, 255, 255, 0.12);
10596  border-radius: 0 0 2px 2px;
10597  border-width: 0 1px 1px 1px;
10598  border-style: solid;
10599}
10600
10601.gedit-search-entry-occurrences-tag {
10602  color: rgba(230, 235, 239, 0.6);
10603  border: none;
10604  margin: 2px;
10605  padding: 2px;
10606}
10607
10608.gedit-map-frame border {
10609  border-width: 0;
10610}
10611
10612.gedit-map-frame border:dir(ltr) {
10613  border-left-width: 1px;
10614}
10615
10616.gedit-map-frame border:dir(rtl) {
10617  border-right-width: 1px;
10618}
10619
10620.gedit-bottom-panel-paned {
10621  background-color: #282A33;
10622}
10623
10624.gedit-side-panel-paned > separator {
10625  background-image: linear-gradient(to bottom, #393c48, #393c48);
10626}
10627
10628.gedit-bottom-panel-paned > separator {
10629  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
10630}
10631
10632.tweak-group > .tweak > list {
10633  padding: 0;
10634  border: 1px solid rgba(255, 255, 255, 0.12);
10635}
10636
10637.tweak-group > .tweak > list > row:not(:last-child) {
10638  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
10639}
10640
10641row#AutostartTitle.tweak {
10642  padding: 3px;
10643  background-color: #282A33;
10644}
10645
10646list#AutostartListBoxTweakGroup.tweak-group-startup {
10647  border: 1px solid rgba(255, 255, 255, 0.12);
10648}
10649
10650list.tweak-categories separator {
10651  background: none;
10652}
10653
10654window.background.csd > box:not(.titlebar).horizontal > separator.vertical, window.background.csd > box:not(.titlebar).horizontal > separator.vertical:backdrop {
10655  background-image: image(rgba(255, 255, 255, 0.12));
10656  background-color: transparent;
10657}
10658
10659window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar,
10660window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar,
10661window.background.csd > headerbar.titlebar > leaflet > separator.sidebar {
10662  border-right-style: solid;
10663  background: none;
10664  min-width: 0;
10665}
10666
10667window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list,
10668window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list,
10669window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list {
10670  background: none;
10671}
10672
10673window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list separator,
10674window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator,
10675window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list separator {
10676  background: none;
10677}
10678
10679window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected),
10680window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected),
10681window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:hover):not(:selected) {
10682  background: none;
10683}
10684
10685window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover,
10686window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover,
10687window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack list row.activatable:not(:selected):hover {
10688  color: #F6F6FB;
10689  background-color: rgba(246, 246, 251, 0.06);
10690  transition: all 50ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
10691}
10692
10693window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search,
10694window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search,
10695window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search {
10696  color: rgba(246, 246, 251, 0.8);
10697  background-color: rgba(246, 246, 251, 0.1);
10698}
10699
10700window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image,
10701window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image,
10702window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image {
10703  color: rgba(246, 246, 251, 0.8);
10704}
10705
10706window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus,
10707window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus,
10708window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:focus {
10709  background-color: rgba(246, 246, 251, 0.12);
10710}
10711
10712window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled, window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled,
10713window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled,
10714window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled,
10715window.background.csd > hdyleaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled,
10716window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search:disabled,
10717window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search label:disabled,
10718window.background.csd > leaflet > box.vertical > scrolledwindow.view > viewport.frame > stack entry.search image:disabled {
10719  color: rgba(246, 246, 251, 0.35);
10720}
10721
10722window.background.csd > box.horizontal > separator.sidebar,
10723window.background.csd > hdyleaflet > separator.sidebar,
10724window.background.csd > leaflet > separator.sidebar {
10725  border-right-style: solid;
10726  background: none;
10727  min-width: 0;
10728}
10729
10730.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > border, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > border {
10731  border-width: 0;
10732}
10733
10734.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame > border, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame > border {
10735  border: none;
10736}
10737
10738.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view {
10739  color: rgba(246, 246, 251, 0.8);
10740  background-color: #2b2d35;
10741}
10742
10743.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected, .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected {
10744  background-color: #354760;
10745  color: #ffffff;
10746}
10747
10748.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(ltr) {
10749  box-shadow: inset 2px 0 #5294e2;
10750}
10751
10752.sidebar.vertical > paned.geary-sidebar-pane-separator .geary-conversation-frame treeview.view:selected:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .conversation-frame treeview.view:selected:dir(rtl) {
10753  box-shadow: inset -2px 0 #5294e2;
10754}
10755
10756.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(ltr), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(ltr) {
10757  border: none;
10758}
10759
10760.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow:dir(rtl), .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow:dir(rtl) {
10761  border: none;
10762}
10763
10764.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.geary-sidebar-pane-separator .geary-folder-frame > scrolledwindow treeview.view.sidebar.cell, .sidebar.vertical > paned.sidebar-pane-separator .folder-frame > scrolledwindow treeview.view.sidebar.cell {
10765  padding-top: 0.25rem;
10766  padding-bottom: 0.25rem;
10767}
10768
10769window#GearyMainWindow .titlebar,
10770window.geary-main-window .titlebar {
10771  box-shadow: inset 0 -1px rgba(255, 255, 255, 0.12);
10772  background-color: #282A33;
10773}
10774
10775window#GearyMainWindow .titlebar:backdrop,
10776window.geary-main-window .titlebar:backdrop {
10777  background-color: #2b2e37;
10778}
10779
10780window#GearyMainWindow .titlebar headerbar.geary-titlebar > separator,
10781window.geary-main-window .titlebar headerbar.geary-titlebar > separator {
10782  margin: 0 -10px 0 0;
10783}
10784
10785window#GearyMainWindow > box.vertical > paned > separator,
10786window.geary-main-window > box.vertical > paned > separator {
10787  background-image: image(#494c59);
10788}
10789
10790.geary-titlebar-left separator {
10791  margin: 0 -10px 0 0;
10792  border-right: 1px solid #494c59;
10793  background: none;
10794}
10795
10796.sidebar.vertical > paned.sidebar-pane-separator separator {
10797  background: none;
10798}
10799
10800.sidebar.vertical > paned.geary-sidebar-pane-separator separator {
10801  background: none;
10802}
10803
10804stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame {
10805  border: none;
10806}
10807
10808stack#conversation_viewer > grid.vertical > scrolledwindow.geary-conversation-scroller > viewport.frame > list.background.conversation-listbox {
10809  background-color: #282A33;
10810}
10811
10812.geary-accounts-editor-pane > scrolledwindow.frame {
10813  border: none;
10814}
10815
10816.geary-main-window .geary-main-layout > leaflet > separator.sidebar, .geary-main-window .geary-main-layout > separator.sidebar {
10817  background-image: image(#282A33);
10818}
10819
10820.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame {
10821  margin: -1px 0;
10822}
10823
10824.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:hover {
10825  background-color: #45474f;
10826}
10827
10828.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected, .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus {
10829  background-color: #33455f;
10830  color: #e6ebef;
10831}
10832
10833.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(ltr), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(ltr) {
10834  box-shadow: inset -2px 0 #5294e2;
10835}
10836
10837.geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:dir(rtl), .geary-main-window .geary-main-layout > leaflet > leaflet > box .geary-conversation-frame treeview.view:selected:focus:dir(rtl) {
10838  box-shadow: inset 2px 0 #5294e2;
10839}
10840
10841.geary-main-window .geary-main-layout > leaflet > leaflet > box separator {
10842  background: none;
10843}
10844
10845.geary-main-window .geary-main-layout > leaflet > leaflet > box statusbar {
10846  margin: -8px -12px;
10847  padding: 6px;
10848}
10849
10850.geary-main-window list.content.conversation-listbox {
10851  border: none;
10852}
10853
10854.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable {
10855  background-color: #282A33;
10856  border: 1px solid rgba(255, 255, 255, 0.12);
10857  border-bottom-width: 0;
10858}
10859
10860.geary-main-window geary-conversation-viewer#conversation_viewer list.background.conversation-listbox.content > row.activatable:first-child {
10861  border-top-left-radius: 8px;
10862  border-top-right-radius: 8px;
10863}
10864
10865window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > separator.horizontal {
10866  background: none;
10867  min-height: 0;
10868}
10869
10870window.background.csd > box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row > box.vertical > label:disabled {
10871  color: #F6F6FB;
10872}
10873
10874window.background.csd > box.horizontal > box.vertical > separator.horizontal {
10875  background: none;
10876  min-height: 0;
10877}
10878
10879window.background.csd > box.horizontal > box.vertical > box.linked.horizontal {
10880  margin: -6px;
10881  padding: 6px;
10882}
10883
10884.polari-room-list .sidebar {
10885  margin-top: -1px;
10886  border-color: #494c59;
10887}
10888
10889overlay > infobar.info.top {
10890  margin-bottom: 0;
10891}
10892
10893hdyleaflet > stack > frame > grid.vertical > entry.search,
10894leaflet.unfolded > stack > frame > grid.vertical > entry.search {
10895  color: rgba(246, 246, 251, 0.8);
10896  background-color: rgba(246, 246, 251, 0.1);
10897}
10898
10899hdyleaflet > stack > frame > grid.vertical > entry.search image,
10900leaflet.unfolded > stack > frame > grid.vertical > entry.search image {
10901  color: rgba(246, 246, 251, 0.8);
10902}
10903
10904hdyleaflet > stack > frame > grid.vertical > entry.search:focus,
10905leaflet.unfolded > stack > frame > grid.vertical > entry.search:focus {
10906  background-color: rgba(246, 246, 251, 0.12);
10907}
10908
10909hdyleaflet > stack > frame > grid.vertical > entry.search:disabled label, hdyleaflet > stack > frame > grid.vertical > entry.search:disabled image,
10910leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled label,
10911leaflet.unfolded > stack > frame > grid.vertical > entry.search:disabled image {
10912  color: rgba(246, 246, 251, 0.35);
10913}
10914
10915hdyleaflet > separator.sidebar,
10916leaflet.unfolded > separator.sidebar {
10917  border-right-style: solid;
10918  background: none;
10919  min-width: 0;
10920}
10921
10922.selection-mode hdyleaflet headerbar, .selection-mode leaflet.unfolded headerbar {
10923  color: #ffffff;
10924  background-color: #5294e2;
10925  border-color: #4189df;
10926  box-shadow: none;
10927}
10928
10929.selection-mode hdyleaflet headerbar:backdrop, .selection-mode leaflet.unfolded headerbar:backdrop {
10930  background-color: #5294e2;
10931  color: rgba(255, 255, 255, 0.6);
10932}
10933
10934.selection-mode hdyleaflet headerbar .selection-menu, .selection-mode leaflet.unfolded headerbar .selection-menu {
10935  box-shadow: none;
10936  padding-left: 10px;
10937  padding-right: 10px;
10938}
10939
10940.selection-mode hdyleaflet headerbar .selection-menu .arrow, .selection-mode leaflet.unfolded headerbar .selection-menu .arrow {
10941  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
10942}
10943
10944.maximized .selection-mode hdyleaflet headerbar, .maximized .selection-mode leaflet.unfolded headerbar {
10945  background-color: #5294e2;
10946}
10947
10948.selection-mode hdyleaflet headerbar button:not(.titlebutton), .selection-mode hdyleaflet headerbar button:not(.titlebutton).flat, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton), .selection-mode leaflet.unfolded headerbar button:not(.titlebutton).flat {
10949  border-color: transparent;
10950  background-color: transparent;
10951  background-image: none;
10952  color: #ffffff;
10953  background-color: rgba(255, 255, 255, 0);
10954}
10955
10956.selection-mode hdyleaflet headerbar button:not(.titlebutton):hover, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):hover {
10957  background-color: alpha(#ffffff,0.3);
10958}
10959
10960.selection-mode hdyleaflet headerbar button:not(.titlebutton):active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):checked {
10961  color: #ffffff;
10962  background-color: rgba(255, 255, 255, 0.35);
10963  border-color: rgba(255, 255, 255, 0.65);
10964}
10965
10966.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled {
10967  background-color: rgba(255, 255, 255, 0);
10968  border-color: rgba(255, 255, 255, 0.4);
10969}
10970
10971.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled label, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled label {
10972  color: rgba(255, 255, 255, 0.5);
10973}
10974
10975.selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:active, .selection-mode hdyleaflet headerbar button:not(.titlebutton):disabled:checked, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:active, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):disabled:checked {
10976  color: rgba(255, 255, 255, 0.75);
10977  background-color: rgba(255, 255, 255, 0.2);
10978  border-color: rgba(255, 255, 255, 0.4);
10979}
10980
10981.selection-mode hdyleaflet headerbar button:not(.titlebutton):backdrop, .selection-mode leaflet.unfolded headerbar button:not(.titlebutton):backdrop {
10982  opacity: 0.7;
10983  background: none;
10984}
10985
10986.selection-mode hdyleaflet headerbar button.titlebutton.close, .selection-mode hdyleaflet headerbar button.titlebutton.maximize, .selection-mode hdyleaflet headerbar button.titlebutton.minimize, .selection-mode leaflet.unfolded headerbar button.titlebutton.close, .selection-mode leaflet.unfolded headerbar button.titlebutton.maximize, .selection-mode leaflet.unfolded headerbar button.titlebutton.minimize {
10987  color: transparent;
10988  background-color: transparent;
10989}
10990
10991hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title image {
10992  color: rgba(246, 246, 251, 0.8);
10993}
10994
10995hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:hover, hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar .room-title:active {
10996  color: #F6F6FB;
10997}
10998
10999hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label {
11000  color: rgba(246, 246, 251, 0.8);
11001}
11002
11003hdyleaflet > box.vertical > scrolledwindow > viewport .sidebar label:disabled {
11004  color: rgba(246, 246, 251, 0.35);
11005}
11006
11007leaflet > scrolledwindow > viewport.frame > list > row.activatable .seahorse-sidebar-item {
11008  -gtk-icon-style: symbolic;
11009}
11010
11011@define-color theme_fg_color #e6ebef;
11012@define-color theme_text_color currentColor;
11013@define-color theme_bg_color #32343D;
11014@define-color theme_base_color #282A33;
11015@define-color theme_selected_bg_color #5294e2;
11016@define-color theme_selected_fg_color #ffffff;
11017@define-color fg_color #e6ebef;
11018@define-color text_color currentColor;
11019@define-color bg_color #32343D;
11020@define-color base_color #282A33;
11021@define-color selected_bg_color #5294e2;
11022@define-color selected_fg_color #ffffff;
11023@define-color insensitive_bg_color #373943;
11024@define-color insensitive_fg_color rgba(230, 235, 239, 0.45);
11025@define-color insensitive_base_color #282A33;
11026@define-color theme_unfocused_fg_color #e6ebef;
11027@define-color theme_unfocused_text_color currentColor;
11028@define-color theme_unfocused_bg_color #32343D;
11029@define-color theme_unfocused_base_color #282A33;
11030@define-color theme_unfocused_selected_bg_color #5294e2;
11031@define-color theme_unfocused_selected_fg_color #ffffff;
11032@define-color unfocused_insensitive_color rgba(230, 235, 239, 0.45);
11033@define-color borders rgba(255, 255, 255, 0.12);
11034@define-color unfocused_borders rgba(255, 255, 255, 0.12);
11035@define-color warning_color #F27835;
11036@define-color error_color #FC4138;
11037@define-color success_color #6dcfa7;
11038@define-color placeholder_text_color #A8A8A8;
11039@define-color link_color #a9caf1;
11040@define-color content_view_bg #282A33;
11041/* Very contrasty background for text views (@theme_text_color foreground) */
11042@define-color text_view_bg #1b1c22;
11043@define-color wm_title alpha(#e4ebf1, 0.8);
11044@define-color wm_unfocused_title alpha(#e4ebf1, 0.5);
11045@define-color wm_bg #282a33;
11046@define-color wm_bg_unfocused #2b2e37;
11047@define-color wm_highlight #2f313c;
11048@define-color wm_shadow alpha(black, 0.35);
11049@define-color wm_border #121216;
11050@define-color wm_button_close_bg #cc575d;
11051@define-color wm_button_close_hover_bg #d7787d;
11052@define-color wm_button_close_active_bg #be3841;
11053@define-color wm_icon_close_bg #2f343f;
11054@define-color wm_button_hover_bg #454C5C;
11055@define-color wm_button_active_bg #5294e2;
11056@define-color wm_button_hover_border #262932;
11057@define-color wm_icon_bg #90939B;
11058@define-color wm_icon_unfocused_bg #666A74;
11059@define-color wm_icon_hover_bg #C4C7CC;
11060@define-color wm_icon_active_bg #ffffff;
11061@define-color budgie_tasklist_indicator_color #5294e2;
11062@define-color budgie_tasklist_indicator_color_active #5294e2;
11063@define-color budgie_tasklist_indicator_color_active_window #3b608e;
11064@define-color budgie_tasklist_indicator_color_attention #F27835;
11065@define-color STRAWBERRY_100 #FF9262;
11066@define-color STRAWBERRY_300 #FF793E;
11067@define-color STRAWBERRY_500 #F15D22;
11068@define-color STRAWBERRY_700 #CF3B00;
11069@define-color STRAWBERRY_900 #AC1800;
11070@define-color ORANGE_100 #FFDB91;
11071@define-color ORANGE_300 #FFCA40;
11072@define-color ORANGE_500 #FAA41A;
11073@define-color ORANGE_700 #DE8800;
11074@define-color ORANGE_900 #C26C00;
11075@define-color BANANA_100 #FFFFA8;
11076@define-color BANANA_300 #FFFA7D;
11077@define-color BANANA_500 #FFCE51;
11078@define-color BANANA_700 #D1A023;
11079@define-color BANANA_900 #A27100;
11080@define-color LIME_100 #A2F3BE;
11081@define-color LIME_300 #8ADBA6;
11082@define-color LIME_500 #73C48F;
11083@define-color LIME_700 #479863;
11084@define-color LIME_900 #1C6D38;
11085@define-color BLUEBERRY_100 #94A6FF;
11086@define-color BLUEBERRY_300 #6A7CE0;
11087@define-color BLUEBERRY_500 #3F51B5;
11088@define-color BLUEBERRY_700 #213397;
11089@define-color BLUEBERRY_900 #031579;
11090@define-color GRAPE_100 #D25DE6;
11091@define-color GRAPE_300 #B84ACB;
11092@define-color GRAPE_500 #9C27B0;
11093@define-color GRAPE_700 #830E97;
11094@define-color GRAPE_900 #6A007E;
11095@define-color COCOA_100 #9F9792;
11096@define-color COCOA_300 #7B736E;
11097@define-color COCOA_500 #574F4A;
11098@define-color COCOA_700 #463E39;
11099@define-color COCOA_900 #342C27;
11100@define-color SILVER_100 #EEE;
11101@define-color SILVER_300 #CCC;
11102@define-color SILVER_500 #AAA;
11103@define-color SILVER_700 #888;
11104@define-color SILVER_900 #666;
11105@define-color SLATE_100 #888;
11106@define-color SLATE_300 #666;
11107@define-color SLATE_500 #444;
11108@define-color SLATE_700 #222;
11109@define-color SLATE_900 #111;
11110@define-color BLACK_100 #474341;
11111@define-color BLACK_300 #403C3A;
11112@define-color BLACK_500 #393634;
11113@define-color BLACK_700 #33302F;
11114@define-color BLACK_900 #2B2928;
11115