1@keyframes header_ripple_effect {
2  from {
3    background-image: radial-gradient(circle farthest-corner at center, #141a1b 0%, transparent 0%);
4  }
5  to {
6    background-image: radial-gradient(circle farthest-corner at center, #141a1b 100%, transparent 0%);
7  }
8}
9
10@keyframes ripple_effect {
11  from {
12    background-image: radial-gradient(circle farthest-corner at center, rgba(204, 215, 212, 0.1) 0%, transparent 0%);
13  }
14  to {
15    background-image: radial-gradient(circle farthest-corner at center, rgba(204, 215, 212, 0.1) 100%, transparent 0%);
16  }
17}
18
19* {
20  background-clip: padding-box;
21  -GtkToolButton-icon-spacing: 4;
22  -GtkTextView-error-underline-color: #FC4138;
23  -GtkScrolledWindow-scrollbar-spacing: 0;
24  -GtkToolItemGroup-expander-size: 11;
25  -GtkWidget-text-handle-width: 20;
26  -GtkWidget-text-handle-height: 20;
27  -GtkDialog-button-spacing: 4;
28  -GtkDialog-action-area-border: 0;
29  outline-color: alpha(currentColor,0.3);
30  outline-style: dashed;
31  outline-offset: -3px;
32  outline-width: 1px;
33  -gtk-outline-radius: 2px;
34}
35
36.background {
37  color: #ccd7d4;
38  background-color: #1b2224;
39}
40
41.popup.background {
42  border-radius: 2px;
43}
44
45*:disabled {
46  -gtk-icon-effect: dim;
47}
48
49.gtkstyle-fallback {
50  background-color: #1b2224;
51  color: #ccd7d4;
52}
53
54.gtkstyle-fallback:hover {
55  background-color: #313e41;
56  color: #ccd7d4;
57}
58
59.gtkstyle-fallback:active {
60  background-color: #050607;
61  color: #ccd7d4;
62}
63
64.gtkstyle-fallback:disabled {
65  background-color: #1f282a;
66  color: rgba(204, 215, 212, 0.45);
67}
68
69.gtkstyle-fallback:selected {
70  background-color: #2eb398;
71  color: #ffffff;
72}
73
74button.gtkstyle-fallback:active, button.gtkstyle-fallback:checked {
75  color: #ffffff;
76  border-color: rgba(0, 0, 0, 0.2);
77  background-color: #2eb398;
78}
79
80.view,
81textview text,
82iconview,
83.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar {
84  color: #abb9b6;
85  background-color: #222b2e;
86}
87
88.view:hover,
89textview text:hover,
90iconview:hover,
91.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:hover {
92  color: #ccd7d4;
93}
94
95.view:selected:hover,
96textview text:selected:hover,
97iconview:selected:hover,
98.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected:hover {
99  background-color: #29a189;
100}
101
102textview border {
103  background-color: #1f2729;
104}
105
106iconview:hover, iconview:active, iconview:selected {
107  border-radius: 2px;
108}
109
110rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, XfdesktopIconView.view .rubberband,
111.rubberband {
112  border: 1px solid #248a76;
113  background-color: rgba(36, 138, 118, 0.2);
114}
115
116flowbox flowboxchild {
117  padding: 3px;
118  border-radius: 2px;
119}
120
121flowbox flowboxchild:selected {
122  outline-offset: -2px;
123}
124
125label.separator, popover label.separator,
126popover.background label.separator {
127  color: #ccd7d4;
128}
129
130label selection {
131  color: #ffffff;
132  background-color: #2eb398;
133}
134
135.dim-label, label.separator, popover label.separator,
136popover.background label.separator, headerbar .subtitle,
137.titlebar:not(headerbar) .subtitle, .budgie-notification .notification-body, .budgie-switcher .notification-body {
138  opacity: 0.55;
139}
140
141assistant .sidebar {
142  background-color: #222b2e;
143  border-top: 1px solid rgba(0, 0, 0, 0.2);
144}
145
146assistant.csd .sidebar {
147  border-top-style: none;
148}
149
150assistant .sidebar label {
151  padding: 6px 12px;
152}
153
154assistant .sidebar label.highlight {
155  background-color: #2eb398;
156  color: #ffffff;
157}
158
159textview {
160  background-color: #222b2e;
161}
162
163popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
164popover.background.osd,
165popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
166  color: #ccd7d4;
167  border: none;
168  background-color: rgba(48, 59, 62, 0.95);
169  background-clip: padding-box;
170  box-shadow: none;
171}
172
173@keyframes spin {
174  to {
175    -gtk-icon-transform: rotate(1turn);
176  }
177}
178
179spinner {
180  background: none;
181  opacity: 0;
182  -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
183}
184
185spinner:checked {
186  opacity: 1;
187  animation: spin 1s linear infinite;
188}
189
190spinner:checked:disabled {
191  opacity: 0.5;
192}
193
194entry {
195  min-height: 22px;
196  border: 1px solid;
197  padding: 2px 8px;
198  caret-color: currentColor;
199  border-radius: 3px;
200  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
201  color: #abb9b6;
202  border-color: rgba(0, 0, 0, 0.2);
203  background-color: #222b2e;
204}
205
206entry.search {
207  border-radius: 50px;
208}
209
210entry image {
211  color: #aab5b3;
212}
213
214entry image.left {
215  padding-left: 0;
216  padding-right: 5px;
217}
218
219entry image.right {
220  padding-right: 0;
221  padding-left: 5px;
222}
223
224entry.flat, .raven .raven-background spinbutton:not(.vertical), entry.flat:focus, .raven .raven-background spinbutton:focus:not(.vertical) {
225  min-height: 0;
226  padding: 2px;
227  background-image: none;
228  border-color: transparent;
229  border-radius: 0;
230}
231
232entry:focus {
233  background-clip: border-box;
234  color: #abb9b6;
235  border-color: #2eb398;
236  background-color: #222b2e;
237}
238
239entry:disabled {
240  color: rgba(204, 215, 212, 0.45);
241  border-color: rgba(0, 0, 0, 0);
242  background-color: rgba(34, 43, 46, 0.55);
243}
244
245entry.warning {
246  color: white;
247  border-color: rgba(0, 0, 0, 0.2);
248  background-color: #9f5932;
249}
250
251entry.warning image {
252  color: white;
253}
254
255entry.warning:focus {
256  color: white;
257  background-color: #F27835;
258  box-shadow: none;
259}
260
261entry.warning selection, entry.warning selection:focus {
262  background-color: white;
263  color: #F27835;
264}
265
266entry.error {
267  color: white;
268  border-color: rgba(0, 0, 0, 0.2);
269  background-color: #a53834;
270}
271
272entry.error image {
273  color: white;
274}
275
276entry.error:focus {
277  color: white;
278  background-color: #FC4138;
279  box-shadow: none;
280}
281
282entry.error selection, entry.error selection:focus {
283  background-color: white;
284  color: #FC4138;
285}
286
287entry.search-missing {
288  color: white;
289  border-color: rgba(0, 0, 0, 0.2);
290  background-color: #a53834;
291}
292
293entry.search-missing image {
294  color: white;
295}
296
297entry.search-missing:focus {
298  color: white;
299  background-color: #FC4138;
300  box-shadow: none;
301}
302
303entry.search-missing selection, entry.search-missing selection:focus {
304  background-color: white;
305  color: #FC4138;
306}
307
308entry:drop(active):focus, entry:drop(active) {
309  border-color: #F08437;
310  box-shadow: none;
311}
312
313.osd entry {
314  color: #ccd7d4;
315  border-color: rgba(21, 26, 28, 0.35);
316  background-color: rgba(97, 119, 125, 0.35);
317}
318
319.osd entry image, .osd entry image:hover {
320  color: inherit;
321}
322
323.osd entry:focus {
324  color: #ffffff;
325  border-color: rgba(21, 26, 28, 0.35);
326  background-color: #2eb398;
327}
328
329.osd entry:disabled {
330  color: rgba(204, 215, 212, 0.55);
331  background-color: rgba(97, 119, 125, 0.2);
332}
333
334.osd entry selection:focus, .osd entry selection {
335  color: #2eb398;
336  background-color: #ffffff;
337}
338
339entry progress {
340  margin: 0 -6px;
341  border-radius: 0;
342  border-width: 0 0 2px;
343  border-color: #db5b5b;
344  border-style: solid;
345  background-image: none;
346  background-color: transparent;
347  box-shadow: none;
348}
349
350treeview entry.flat, treeview .raven .raven-background spinbutton:not(.vertical), .raven .raven-background treeview spinbutton:not(.vertical), treeview entry {
351  border-radius: 0;
352  background-image: none;
353  background-color: #222b2e;
354}
355
356treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:not(.vertical), .raven .raven-background treeview spinbutton:focus:not(.vertical), treeview entry:focus {
357  border-color: #2eb398;
358}
359
360@keyframes needs_attention {
361  from {
362    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#2eb398), to(transparent));
363  }
364  to {
365    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2eb398), to(transparent));
366  }
367}
368
369button {
370  min-height: 22px;
371  min-width: 20px;
372  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
373  border: 1px solid;
374  border-radius: 3px;
375  padding: 2px 6px;
376  color: #ccd7d4;
377  border-color: rgba(0, 0, 0, 0.2);
378  background-color: #263034;
379}
380
381button separator {
382  margin: 4px 1px;
383}
384
385button.flat, button.sidebar-button, button.budgie-menu-launcher, .budgie-panel #tasklist-button, .budgie-panel button.flat.launcher {
386  border-color: transparent;
387  background-color: transparent;
388  background-image: none;
389  transition: none;
390}
391
392button.flat:hover, button.sidebar-button:hover, button.budgie-menu-launcher:hover, .budgie-panel #tasklist-button:hover, .budgie-panel button.flat.launcher:hover {
393  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
394  transition-duration: 350ms;
395}
396
397button.flat:hover:active, button.sidebar-button:hover:active, button.budgie-menu-launcher:hover:active, .budgie-panel #tasklist-button:hover:active {
398  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
399}
400
401button:hover {
402  color: #a1b5b0;
403  border-color: rgba(0, 0, 0, 0.2);
404  background-color: #38464b;
405  -gtk-icon-effect: highlight;
406}
407
408button:active, button:checked {
409  color: #ffffff;
410  border-color: rgba(0, 0, 0, 0.2);
411  background-color: #2eb398;
412  background-clip: padding-box;
413  transition-duration: 50ms;
414}
415
416button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
417  color: inherit;
418  opacity: 0.6;
419}
420
421button:active {
422  color: #ccd7d4;
423}
424
425button:active:hover, button:checked {
426  color: #ffffff;
427}
428
429button.flat:disabled, button.sidebar-button:disabled, button.budgie-menu-launcher:disabled, .budgie-panel #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled {
430  border-color: transparent;
431  background-color: transparent;
432  background-image: none;
433}
434
435button:disabled {
436  border-color: rgba(0, 0, 0, 0);
437  background-color: rgba(38, 48, 52, 0.55);
438}
439
440button:disabled label, button:disabled {
441  color: rgba(204, 215, 212, 0.45);
442}
443
444button:disabled:active, button:disabled:checked {
445  border-color: rgba(46, 179, 152, 0.75);
446  background-color: rgba(46, 179, 152, 0.75);
447  opacity: 0.6;
448}
449
450button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
451  color: rgba(255, 255, 255, 0.8);
452}
453
454button.image-button {
455  min-width: 24px;
456  padding-left: 5px;
457  padding-right: 5px;
458}
459
460button.text-button {
461  padding-left: 12px;
462  padding-right: 12px;
463}
464
465button.text-button.image-button {
466  padding-left: 5px;
467  padding-right: 5px;
468}
469
470button.text-button.image-button label:first-child {
471  padding-left: 8px;
472  padding-right: 2px;
473}
474
475button.text-button.image-button label:last-child {
476  padding-right: 8px;
477  padding-left: 2px;
478}
479
480button.text-button.image-button label:only-child {
481  padding-left: 8px;
482  padding-right: 8px;
483}
484
485button.text-button.image-button.popup {
486  padding-right: 8px;
487  padding-left: 8px;
488}
489
490button:drop(active), combobox:drop(active) button.combo {
491  color: #F08437;
492  border-color: #F08437;
493  box-shadow: none;
494}
495
496button.osd {
497  color: #ccd7d4;
498  background-color: rgba(48, 59, 62, 0.95);
499  border-color: rgba(30, 37, 39, 0.95);
500}
501
502button.osd.image-button {
503  padding: 0;
504  min-height: 36px;
505  min-width: 36px;
506}
507
508button.osd:hover {
509  color: #2eb398;
510}
511
512button.osd:active, button.osd:checked {
513  color: #ffffff;
514  border-color: rgba(21, 26, 28, 0.35);
515  background-color: #2eb398;
516}
517
518button.osd:disabled {
519  color: #5f6a6b;
520  border-color: rgba(21, 26, 28, 0.35);
521  background-color: rgba(97, 119, 125, 0.2);
522}
523
524.osd button {
525  color: #ccd7d4;
526  border-color: rgba(21, 26, 28, 0.35);
527  background-color: rgba(97, 119, 125, 0.35);
528}
529
530.osd button:hover {
531  color: #ccd7d4;
532  border-color: rgba(21, 26, 28, 0.35);
533  background-color: rgba(113, 138, 145, 0.45);
534}
535
536.osd button:active, .osd button:checked {
537  background-clip: padding-box;
538  color: #ffffff;
539  border-color: rgba(21, 26, 28, 0.35);
540  background-color: #2eb398;
541}
542
543.osd button:disabled {
544  color: #5f6a6b;
545  border-color: rgba(21, 26, 28, 0.35);
546  background-color: rgba(97, 119, 125, 0.2);
547}
548
549.osd button.flat, .osd button.sidebar-button, .osd button.budgie-menu-launcher, .osd .budgie-panel #tasklist-button, .budgie-panel .osd #tasklist-button, .osd .budgie-panel button.flat.launcher, .budgie-panel .osd button.flat.launcher {
550  border-color: transparent;
551  background-color: transparent;
552  background-image: none;
553  box-shadow: none;
554}
555
556.osd button.flat:hover, .osd button.sidebar-button:hover, .osd button.budgie-menu-launcher:hover, .osd .budgie-panel #tasklist-button:hover, .budgie-panel .osd #tasklist-button:hover {
557  color: #ccd7d4;
558  border-color: rgba(21, 26, 28, 0.35);
559  background-color: rgba(113, 138, 145, 0.45);
560}
561
562.osd button.flat:disabled, .osd button.sidebar-button:disabled, .osd button.budgie-menu-launcher:disabled, .osd .budgie-panel #tasklist-button:disabled, .budgie-panel .osd #tasklist-button:disabled {
563  color: #5f6a6b;
564  border-color: rgba(21, 26, 28, 0.35);
565  background-color: rgba(97, 119, 125, 0.2);
566  background-image: none;
567}
568
569.osd button.flat:active, .osd button.sidebar-button:active, .osd button.budgie-menu-launcher:active, .osd .budgie-panel #tasklist-button:active, .budgie-panel .osd #tasklist-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked, .osd button.budgie-menu-launcher:checked, .osd .budgie-panel #tasklist-button:checked, .budgie-panel .osd #tasklist-button:checked {
570  color: #ffffff;
571  border-color: rgba(21, 26, 28, 0.35);
572  background-color: #2eb398;
573}
574
575.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
576.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
577  box-shadow: none;
578}
579
580button.suggested-action {
581  background-clip: border-box;
582  color: white;
583  background-color: #db5b5b;
584  border-color: #db5b5b;
585}
586
587button.suggested-action.flat, button.suggested-action.sidebar-button, button.suggested-action.budgie-menu-launcher, .budgie-panel .suggested-action#tasklist-button, .budgie-panel button.suggested-action.flat.launcher {
588  border-color: transparent;
589  background-color: transparent;
590  background-image: none;
591  color: #db5b5b;
592}
593
594button.suggested-action:hover {
595  background-clip: border-box;
596  color: white;
597  background-color: #e48585;
598  border-color: #e48585;
599}
600
601button.suggested-action:active, button.suggested-action:checked {
602  background-clip: border-box;
603  color: white;
604  background-color: #d23131;
605  border-color: #d23131;
606}
607
608button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled, button.suggested-action.budgie-menu-launcher:disabled, .budgie-panel .suggested-action#tasklist-button:disabled {
609  border-color: transparent;
610  background-color: transparent;
611  background-image: none;
612  color: rgba(204, 215, 212, 0.45);
613}
614
615button.suggested-action:disabled {
616  border-color: rgba(0, 0, 0, 0);
617  background-color: rgba(38, 48, 52, 0.55);
618}
619
620button.suggested-action:disabled label, button.suggested-action:disabled {
621  color: rgba(204, 215, 212, 0.45);
622}
623
624button.destructive-action {
625  background-clip: border-box;
626  color: white;
627  background-color: #db5b5b;
628  border-color: #db5b5b;
629}
630
631button.destructive-action.flat, button.destructive-action.sidebar-button, button.destructive-action.budgie-menu-launcher, .budgie-panel .destructive-action#tasklist-button, .budgie-panel button.destructive-action.flat.launcher {
632  border-color: transparent;
633  background-color: transparent;
634  background-image: none;
635  color: #db5b5b;
636}
637
638button.destructive-action:hover {
639  background-clip: border-box;
640  color: white;
641  background-color: #e48585;
642  border-color: #e48585;
643}
644
645button.destructive-action:active, button.destructive-action:checked {
646  background-clip: border-box;
647  color: white;
648  background-color: #d23131;
649  border-color: #d23131;
650}
651
652button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled, button.destructive-action.budgie-menu-launcher:disabled, .budgie-panel .destructive-action#tasklist-button:disabled {
653  border-color: transparent;
654  background-color: transparent;
655  background-image: none;
656  color: rgba(204, 215, 212, 0.45);
657}
658
659button.destructive-action:disabled {
660  border-color: rgba(0, 0, 0, 0);
661  background-color: rgba(38, 48, 52, 0.55);
662}
663
664button.destructive-action:disabled label, button.destructive-action:disabled {
665  color: rgba(204, 215, 212, 0.45);
666}
667
668.stack-switcher > button {
669  outline-offset: -3px;
670}
671
672.stack-switcher > button > label {
673  padding-left: 6px;
674  padding-right: 6px;
675}
676
677.stack-switcher > button > image {
678  padding-left: 6px;
679  padding-right: 6px;
680  padding-top: 3px;
681  padding-bottom: 3px;
682}
683
684.stack-switcher > button.text-button {
685  padding-left: 10px;
686  padding-right: 10px;
687}
688
689.stack-switcher > button.image-button {
690  padding-left: 2px;
691  padding-right: 2px;
692}
693
694.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 {
695  animation: none;
696  background-image: none;
697}
698
699.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
700  animation: needs_attention 150ms ease-in;
701  background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2eb398), to(transparent));
702  background-size: 6px 6px, 6px 6px;
703  background-repeat: no-repeat;
704  background-position: right 3px, right 2px;
705}
706
707.stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) {
708  background-position: left 3px, left 2px;
709}
710
711button.font separator, button.file separator {
712  background-color: transparent;
713}
714
715.inline-toolbar button, .inline-toolbar button:backdrop {
716  border-radius: 2px;
717  border-width: 1px;
718}
719
720.inline-toolbar toolbutton > button {
721  color: #ccd7d4;
722  border-color: rgba(0, 0, 0, 0.2);
723  background-color: #263034;
724}
725
726.inline-toolbar toolbutton > button:hover {
727  color: #a1b5b0;
728  border-color: rgba(0, 0, 0, 0.2);
729  background-color: #38464b;
730}
731
732.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
733  color: #ffffff;
734  border-color: rgba(0, 0, 0, 0.2);
735  background-color: #2eb398;
736}
737
738.inline-toolbar toolbutton > button:disabled {
739  border-color: rgba(0, 0, 0, 0);
740  background-color: rgba(38, 48, 52, 0.55);
741}
742
743.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
744  color: rgba(204, 215, 212, 0.45);
745}
746
747.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
748  border-color: rgba(46, 179, 152, 0.75);
749  background-color: rgba(46, 179, 152, 0.75);
750  opacity: 0.6;
751}
752
753.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 {
754  color: rgba(255, 255, 255, 0.8);
755}
756
757.linked:not(.vertical):not(.path-bar) > entry + entry {
758  border-left-color: rgba(0, 0, 0, 0);
759}
760
761.linked:not(.vertical):not(.path-bar) > entry.error + entry,
762.linked:not(.vertical):not(.path-bar) > entry + entry.error {
763  border-left-color: #FC4138;
764}
765
766.linked:not(.vertical):not(.path-bar) > entry.warning + entry,
767.linked:not(.vertical):not(.path-bar) > entry + entry.warning {
768  border-left-color: #F27835;
769}
770
771.linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
772.linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
773  border-left-color: #f75d37;
774}
775
776.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
777.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
778  border-left-color: #2eb398;
779}
780
781.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
782.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
783.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
784  border-left-color: #2eb398;
785}
786
787.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
788.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
789  border-left-color: #F08437;
790}
791
792.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
793.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
794.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
795  border-left-color: #F08437;
796}
797
798.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
799.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
800  border-left-color: #F27835;
801}
802
803.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry,
804.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
805.linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
806  border-left-color: #F27835;
807}
808
809.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child),
810.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
811  border-left-color: #FC4138;
812}
813
814.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry,
815.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
816.linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
817  border-left-color: #FC4138;
818}
819
820.linked:not(.vertical):not(.path-bar) > button:active + entry,
821.linked:not(.vertical):not(.path-bar) > button:checked + entry {
822  border-left-color: #2eb398;
823}
824
825.linked:not(.vertical):not(.path-bar) > button + button {
826  border-left-style: none;
827}
828
829.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
830.linked:not(.vertical):not(.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) {
831  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.2);
832}
833
834.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
835.linked:not(.vertical):not(.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) {
836  box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
837}
838
839.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
840.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
841.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
842.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
843.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
844.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
845.linked:not(.vertical):not(.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,
846.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
847.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
848.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
849.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
850.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
851.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
852  box-shadow: none;
853}
854
855.linked:not(.vertical).path-bar > button + button {
856  border-left-style: none;
857}
858
859.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
860  box-shadow: none;
861}
862
863.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
864  box-shadow: none;
865}
866
867.osd .linked:not(.vertical) > entry + entry {
868  border-left-color: rgba(21, 26, 28, 0);
869}
870
871.osd .linked:not(.vertical) > entry.error + entry,
872.osd .linked:not(.vertical) > entry + entry.error {
873  border-left-color: #FC4138;
874}
875
876.osd .linked:not(.vertical) > entry.warning + entry,
877.osd .linked:not(.vertical) > entry + entry.warning {
878  border-left-color: #F27835;
879}
880
881.osd .linked:not(.vertical) > entry.error + entry.warning,
882.osd .linked:not(.vertical) > entry.warning + entry.error {
883  border-left-color: #f75d37;
884}
885
886.osd .linked:not(.vertical) > entry + entry:focus:not(:last-child),
887.osd .linked:not(.vertical) > entry + entry:focus:last-child {
888  border-left-color: #2eb398;
889}
890
891.osd .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
892.osd .linked:not(.vertical) > entry:focus:not(:only-child) + button,
893.osd .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
894  border-left-color: #2eb398;
895}
896
897.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
898.osd .linked:not(.vertical) > entry + entry:drop(active):last-child {
899  border-left-color: #F08437;
900}
901
902.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
903.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
904.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
905  border-left-color: #F08437;
906}
907
908.osd .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
909.osd .linked:not(.vertical) > entry + entry.warning:focus:last-child {
910  border-left-color: #F27835;
911}
912
913.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
914.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
915.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
916  border-left-color: #F27835;
917}
918
919.osd .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
920.osd .linked:not(.vertical) > entry + entry.error:focus:last-child {
921  border-left-color: #FC4138;
922}
923
924.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
925.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
926.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
927  border-left-color: #FC4138;
928}
929
930.osd .linked:not(.vertical) > button:active + entry,
931.osd .linked:not(.vertical) > button:checked + entry {
932  border-left-color: #2eb398;
933}
934
935.osd .linked:not(.vertical) > button + button {
936  border-left-style: none;
937}
938
939.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
940.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) {
941  box-shadow: inset 1px 0 rgba(21, 26, 28, 0.35);
942}
943
944.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
945.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) {
946  box-shadow: inset 1px 0 rgba(21, 26, 28, 0);
947}
948
949.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
950.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
951.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
952.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
953.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
954.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
955.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,
956.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
957.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
958.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
959.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
960.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
961.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
962  box-shadow: none;
963}
964
965.linked.vertical > entry + entry {
966  border-top-color: rgba(0, 0, 0, 0);
967}
968
969.linked.vertical > entry.error + entry,
970.linked.vertical > entry + entry.error {
971  border-top-color: #FC4138;
972}
973
974.linked.vertical > entry.warning + entry,
975.linked.vertical > entry + entry.warning {
976  border-top-color: #F27835;
977}
978
979.linked.vertical > entry.error + entry.warning,
980.linked.vertical > entry.warning + entry.error {
981  border-top-color: #f75d37;
982}
983
984.linked.vertical > entry + entry:focus:not(:last-child),
985.linked.vertical > entry + entry:focus:last-child {
986  border-top-color: #2eb398;
987}
988
989.linked.vertical > entry:focus:not(:only-child) + entry,
990.linked.vertical > entry:focus:not(:only-child) + button,
991.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
992  border-top-color: #2eb398;
993}
994
995.linked.vertical > entry + entry:drop(active):not(:last-child),
996.linked.vertical > entry + entry:drop(active):last-child {
997  border-top-color: #F08437;
998}
999
1000.linked.vertical > entry:drop(active):not(:only-child) + entry,
1001.linked.vertical > entry:drop(active):not(:only-child) + button,
1002.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
1003  border-top-color: #F08437;
1004}
1005
1006.linked.vertical > entry + entry.warning:focus:not(:last-child),
1007.linked.vertical > entry + entry.warning:focus:last-child {
1008  border-top-color: #F27835;
1009}
1010
1011.linked.vertical > entry.warning:focus:not(:only-child) + entry,
1012.linked.vertical > entry.warning:focus:not(:only-child) + button,
1013.linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
1014  border-top-color: #F27835;
1015}
1016
1017.linked.vertical > entry + entry.error:focus:not(:last-child),
1018.linked.vertical > entry + entry.error:focus:last-child {
1019  border-top-color: #FC4138;
1020}
1021
1022.linked.vertical > entry.error:focus:not(:only-child) + entry,
1023.linked.vertical > entry.error:focus:not(:only-child) + button,
1024.linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo {
1025  border-top-color: #FC4138;
1026}
1027
1028.linked.vertical > button:active + entry,
1029.linked.vertical > button:checked + entry {
1030  border-top-color: #2eb398;
1031}
1032
1033.linked.vertical > button + button {
1034  border-top-style: none;
1035}
1036
1037.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1038.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) {
1039  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
1040}
1041
1042.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1043.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) {
1044  box-shadow: inset 0 1px rgba(0, 0, 0, 0);
1045}
1046
1047.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1048.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1049.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1050.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
1051.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1052.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
1053.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,
1054.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
1055.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1056.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1057.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1058.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
1059.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
1060  box-shadow: none;
1061}
1062
1063toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, toolbar.inline-toolbar toolbutton > button.budgie-menu-launcher, .inline-toolbar toolbutton > button.budgie-menu-launcher, .inline-toolbar .budgie-panel toolbutton > #tasklist-button, .budgie-panel .inline-toolbar toolbutton > #tasklist-button, .inline-toolbar .budgie-panel toolbutton > button.flat.launcher, .budgie-panel .inline-toolbar toolbutton > button.flat.launcher, .linked:not(.vertical) > entry,
1064.linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button,
1065.linked:not(.vertical) > button:hover,
1066.linked:not(.vertical) > button:active,
1067.linked:not(.vertical) > button:checked, spinbutton:not(.vertical) button, spinbutton:not(.vertical) entry, headerbar .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:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .budgie-settings-window buttonbox.inline-toolbar button, .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl) {
1068  border-radius: 0;
1069  border-right-style: none;
1070}
1071
1072.linked:not(.vertical) > entry:first-child, .inline-toolbar button:first-child, .linked:not(.vertical) > button:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat, .inline-toolbar toolbutton:first-child > button.flat, toolbar.inline-toolbar toolbutton:first-child > button.sidebar-button, .inline-toolbar toolbutton:first-child > button.sidebar-button, toolbar.inline-toolbar toolbutton:first-child > button.budgie-menu-launcher, .inline-toolbar toolbutton:first-child > button.budgie-menu-launcher, .inline-toolbar .budgie-panel toolbutton:first-child > #tasklist-button, .budgie-panel .inline-toolbar toolbutton:first-child > #tasklist-button, .inline-toolbar .budgie-panel toolbutton:first-child > button.flat.launcher, .budgie-panel .inline-toolbar toolbutton:first-child > button.flat.launcher, spinbutton:not(.vertical) button:first-child, spinbutton:not(.vertical) entry:first-child, .linked:not(.vertical) > combobox:first-child > box > button.combo, headerbar .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:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:first-child:disabled, .budgie-settings-window buttonbox.inline-toolbar button:first-child {
1073  border-top-left-radius: 3px;
1074  border-bottom-left-radius: 3px;
1075}
1076
1077.linked:not(.vertical) > entry:last-child, .inline-toolbar button:last-child, .linked:not(.vertical) > button:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat, .inline-toolbar toolbutton:last-child > button.flat, toolbar.inline-toolbar toolbutton:last-child > button.sidebar-button, .inline-toolbar toolbutton:last-child > button.sidebar-button, toolbar.inline-toolbar toolbutton:last-child > button.budgie-menu-launcher, .inline-toolbar toolbutton:last-child > button.budgie-menu-launcher, .inline-toolbar .budgie-panel toolbutton:last-child > #tasklist-button, .budgie-panel .inline-toolbar toolbutton:last-child > #tasklist-button, .inline-toolbar .budgie-panel toolbutton:last-child > button.flat.launcher, .budgie-panel .inline-toolbar toolbutton:last-child > button.flat.launcher, spinbutton:not(.vertical) button:last-child, spinbutton:not(.vertical) entry:last-child, .linked:not(.vertical) > combobox:last-child > box > button.combo, headerbar .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:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:last-child:disabled, .budgie-settings-window buttonbox.inline-toolbar button:last-child {
1078  border-top-right-radius: 3px;
1079  border-bottom-right-radius: 3px;
1080  border-right-style: solid;
1081}
1082
1083.linked:not(.vertical) > entry:only-child, .inline-toolbar button:only-child, .linked:not(.vertical) > button:only-child, toolbar.inline-toolbar toolbutton:only-child > button.flat, .inline-toolbar toolbutton:only-child > button.flat, toolbar.inline-toolbar toolbutton:only-child > button.sidebar-button, .inline-toolbar toolbutton:only-child > button.sidebar-button, toolbar.inline-toolbar toolbutton:only-child > button.budgie-menu-launcher, .inline-toolbar toolbutton:only-child > button.budgie-menu-launcher, .inline-toolbar .budgie-panel toolbutton:only-child > #tasklist-button, .budgie-panel .inline-toolbar toolbutton:only-child > #tasklist-button, .inline-toolbar .budgie-panel toolbutton:only-child > button.flat.launcher, .budgie-panel .inline-toolbar toolbutton:only-child > button.flat.launcher, spinbutton:not(.vertical) button:only-child, spinbutton:not(.vertical) entry:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:active, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:checked, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:only-child:disabled, .budgie-settings-window buttonbox.inline-toolbar button:only-child {
1084  border-radius: 3px;
1085  border-style: solid;
1086}
1087
1088.linked.vertical > entry,
1089.linked.vertical > entry:focus, .linked.vertical > button,
1090.linked.vertical > button:hover,
1091.linked.vertical > button:active,
1092.linked.vertical > button:checked, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > combobox > box > button.combo {
1093  border-radius: 0;
1094  border-bottom-style: none;
1095}
1096
1097.linked.vertical > entry:first-child, .linked.vertical > button:first-child, spinbutton.vertical button:first-child, spinbutton.vertical entry:first-child, .linked.vertical > combobox:first-child > box > button.combo {
1098  border-top-left-radius: 3px;
1099  border-top-right-radius: 3px;
1100}
1101
1102.linked.vertical > entry:last-child, .linked.vertical > button:last-child, spinbutton.vertical button:last-child, spinbutton.vertical entry:last-child, .linked.vertical > combobox:last-child > box > button.combo {
1103  border-bottom-left-radius: 3px;
1104  border-bottom-right-radius: 3px;
1105  border-bottom-style: solid;
1106}
1107
1108.linked.vertical > entry:only-child, .linked.vertical > button:only-child, spinbutton.vertical button:only-child, spinbutton.vertical entry:only-child, .linked.vertical > combobox:only-child > box > button.combo {
1109  border-radius: 3px;
1110  border-style: solid;
1111}
1112
1113menuitem.button.flat,
1114modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.budgie-menu-launcher:hover, notebook > header > tabs > tab .budgie-panel #tasklist-button:hover, .budgie-panel notebook > header > tabs > tab #tasklist-button:hover, notebook > header > tabs > tab .budgie-panel button.flat.launcher:hover, .budgie-panel notebook > header > tabs > tab button.flat.launcher:hover, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.budgie-menu-launcher:active, notebook > header > tabs > tab .budgie-panel #tasklist-button:active, .budgie-panel notebook > header > tabs > tab #tasklist-button:active, notebook > header > tabs > tab .budgie-panel button.flat.launcher:active, .budgie-panel notebook > header > tabs > tab button.flat.launcher:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, notebook > header > tabs > tab button.budgie-menu-launcher:active:hover, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.budgie-menu-launcher, .app-notification .budgie-panel #tasklist-button, .budgie-panel .app-notification #tasklist-button, .app-notification .budgie-panel button.flat.launcher, .budgie-panel .app-notification button.flat.launcher, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, .app-notification button.budgie-menu-launcher:disabled, calendar.button {
1115  border-color: transparent;
1116  background-color: transparent;
1117  background-image: none;
1118  box-shadow: none;
1119}
1120
1121menuitem.button.flat,
1122modelbutton.flat {
1123  transition: none;
1124  min-height: 24px;
1125  padding-left: 8px;
1126  padding-right: 8px;
1127  outline-offset: -3px;
1128  border-radius: 2px;
1129}
1130
1131menuitem.button.flat:hover,
1132modelbutton.flat:hover {
1133  background-color: #2d3436;
1134}
1135
1136menuitem.button.flat:checked,
1137modelbutton.flat:checked {
1138  color: #ccd7d4;
1139}
1140
1141menuitem.button.flat check:last-child,
1142menuitem.button.flat radio:last-child,
1143modelbutton.flat check:last-child,
1144modelbutton.flat radio:last-child {
1145  margin-left: 8px;
1146}
1147
1148menuitem.button.flat check:first-child,
1149menuitem.button.flat radio:first-child,
1150modelbutton.flat check:first-child,
1151modelbutton.flat radio:first-child {
1152  margin-right: 8px;
1153}
1154
1155modelbutton.flat arrow.left {
1156  -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
1157}
1158
1159modelbutton.flat arrow.right {
1160  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
1161}
1162
1163*:link, button:link, button:visited {
1164  color: #6ddac4;
1165}
1166
1167*:link:visited, button:visited {
1168  color: #c7d0ce;
1169}
1170
1171*:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
1172  color: #abe1d6;
1173}
1174
1175*:link:hover, button:hover:link, button:hover:visited {
1176  color: #96e4d4;
1177}
1178
1179*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
1180  color: #eaf7f5;
1181}
1182
1183*:link:active, button:active:link, button:active:visited {
1184  color: #6ddac4;
1185}
1186
1187*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
1188  color: #d5f0ea;
1189}
1190
1191infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link,
1192.selection-mode.titlebar:not(headerbar) .subtitle:link,
1193*:selected *:link,
1194*:selected button:link,
1195*:selected button:visited {
1196  color: #d5f0ea;
1197}
1198
1199button:link > label, button:visited > label {
1200  text-decoration-line: underline;
1201}
1202
1203spinbutton:drop(active) {
1204  box-shadow: none;
1205}
1206
1207spinbutton button:active {
1208  color: #ffffff;
1209}
1210
1211spinbutton:disabled {
1212  color: rgba(204, 215, 212, 0.45);
1213}
1214
1215spinbutton:not(.vertical) entry {
1216  min-width: 28px;
1217}
1218
1219spinbutton:not(.vertical):dir(ltr) entry,
1220spinbutton:not(.vertical):dir(rtl) button.up {
1221  border-radius: 3px 0 0 3px;
1222}
1223
1224spinbutton:not(.vertical) > button + button {
1225  border-left-style: none;
1226}
1227
1228spinbutton:not(.vertical) > button:hover:not(:active),
1229spinbutton:not(.vertical) > button:hover + button {
1230  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.2);
1231}
1232
1233spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
1234spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
1235  box-shadow: inset 1px 0 rgba(0, 0, 0, 0);
1236}
1237
1238spinbutton:not(.vertical) > button:first-child:hover:not(:active),
1239spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
1240spinbutton:not(.vertical) > entry + button:not(:active):hover {
1241  box-shadow: none;
1242}
1243
1244spinbutton:not(.vertical) > entry:focus + button {
1245  border-left-color: #2eb398;
1246}
1247
1248spinbutton:not(.vertical) > entry:drop(active) + button {
1249  border-left-color: #F08437;
1250}
1251
1252.osd spinbutton:not(.vertical) > button:hover:not(:active),
1253.osd spinbutton:not(.vertical) > button:hover + button {
1254  box-shadow: inset 1px 0 rgba(21, 26, 28, 0.35);
1255}
1256
1257.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
1258.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
1259.osd spinbutton:not(.vertical) > entry + button:not(:active):hover {
1260  box-shadow: none;
1261}
1262
1263.osd spinbutton:not(.vertical) > entry:focus + button {
1264  border-left-color: #2eb398;
1265}
1266
1267spinbutton.vertical button, spinbutton.vertical entry {
1268  padding-left: 4px;
1269  padding-right: 4px;
1270  min-width: 0;
1271}
1272
1273spinbutton.vertical button.up {
1274  border-radius: 3px 3px 0 0;
1275}
1276
1277spinbutton.vertical > entry:focus + button {
1278  border-top-color: #2eb398;
1279}
1280
1281spinbutton.vertical > entry:drop(active) + button {
1282  border-top-color: #F08437;
1283}
1284
1285combobox button.combo {
1286  min-width: 0;
1287  padding-left: 8px;
1288  padding-right: 8px;
1289}
1290
1291combobox arrow {
1292  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1293  min-height: 16px;
1294  min-width: 16px;
1295}
1296
1297toolbar, .inline-toolbar {
1298  -GtkWidget-window-dragging: true;
1299  padding: 4px;
1300  background-color: #1b2224;
1301}
1302
1303toolbar separator, .inline-toolbar separator {
1304  background: none;
1305}
1306
1307toolbar.horizontal separator, .horizontal.inline-toolbar separator {
1308  margin: 0 6px;
1309}
1310
1311toolbar.vertical separator, .vertical.inline-toolbar separator {
1312  margin: 6px 0;
1313}
1314
1315.osd toolbar, .osd .inline-toolbar {
1316  background-color: transparent;
1317}
1318
1319toolbar.osd, .osd.inline-toolbar {
1320  padding: 7px;
1321  border: 1px solid rgba(0, 0, 0, 0.2);
1322  border-radius: 3px;
1323  background-color: rgba(48, 59, 62, 0.85);
1324}
1325
1326toolbar.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 {
1327  border-radius: 0;
1328}
1329
1330toolbar.osd.top, .osd.top.inline-toolbar {
1331  border-width: 0 0 1px 0;
1332}
1333
1334toolbar.osd.bottom, .osd.bottom.inline-toolbar {
1335  border-width: 1px 0 0 0;
1336}
1337
1338toolbar.osd.left, .osd.left.inline-toolbar {
1339  border-width: 0 1px 0 0;
1340}
1341
1342toolbar.osd.right, .osd.right.inline-toolbar {
1343  border-width: 0 0 0 1px;
1344}
1345
1346toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch,
1347toolbar:not(.inline-toolbar) scale,
1348.inline-toolbar:not(.inline-toolbar) scale,
1349toolbar:not(.inline-toolbar) entry,
1350.inline-toolbar:not(.inline-toolbar) entry,
1351toolbar:not(.inline-toolbar) spinbutton,
1352.inline-toolbar:not(.inline-toolbar) spinbutton,
1353toolbar:not(.inline-toolbar) button,
1354.inline-toolbar:not(.inline-toolbar) button {
1355  margin-right: 1px;
1356  margin-bottom: 1px;
1357}
1358
1359toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button,
1360toolbar:not(.inline-toolbar) .linked > entry,
1361.inline-toolbar:not(.inline-toolbar) .linked > entry {
1362  margin-right: 0;
1363}
1364
1365.primary-toolbar:not(.libreoffice-toolbar) {
1366  color: #abb9b6;
1367  background-color: transparent;
1368  box-shadow: none;
1369  border-width: 0 0 1px 0;
1370  border-style: solid;
1371  border-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.2)) 1 0 1 0;
1372}
1373
1374.inline-toolbar {
1375  background-color: #141a1b;
1376  border-style: solid;
1377  border-color: rgba(0, 0, 0, 0.2);
1378  border-width: 0 1px 1px;
1379  padding: 3px;
1380  border-radius: 0  0 3px 3px;
1381}
1382
1383searchbar {
1384  background-color: #1b2224;
1385  border-style: solid;
1386  border-color: rgba(0, 0, 0, 0.2);
1387  border-width: 0 0 1px;
1388  padding: 3px;
1389}
1390
1391actionbar {
1392  padding: 6px;
1393  border-top: 1px solid rgba(0, 0, 0, 0.2);
1394  background-color: #141a1b;
1395}
1396
1397headerbar,
1398.titlebar:not(headerbar) {
1399  min-height: 42px;
1400  padding: 0 10px;
1401  color: #ccd7d4;
1402  background-color: #141a1b;
1403}
1404
1405.csd headerbar, .csd .titlebar:not(headerbar) {
1406  background-color: #141a1b;
1407  border-color: #0c0f10;
1408}
1409
1410headerbar:backdrop,
1411.titlebar:backdrop:not(headerbar) {
1412  transition: 200ms ease-out;
1413  color: rgba(204, 215, 212, 0.7);
1414  background-color: #1f282a;
1415  box-shadow: inset 0 1px #1f282a;
1416}
1417
1418.csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) {
1419  background-color: #1f282a;
1420  box-shadow: inset 0 1px #1f282a;
1421}
1422
1423headerbar .title,
1424.titlebar:not(headerbar) .title {
1425  padding-left: 12px;
1426  padding-right: 12px;
1427}
1428
1429headerbar .subtitle,
1430.titlebar:not(headerbar) .subtitle {
1431  font-size: smaller;
1432  padding-left: 12px;
1433  padding-right: 12px;
1434}
1435
1436headerbar.selection-mode,
1437.selection-mode.titlebar:not(headerbar) {
1438  color: #ffffff;
1439  background-color: rgba(46, 179, 152, 0.95);
1440  border-color: rgba(42, 163, 138, 0.95);
1441  box-shadow: none;
1442}
1443
1444headerbar.selection-mode:backdrop,
1445.selection-mode.titlebar:backdrop:not(headerbar) {
1446  background-color: rgba(46, 179, 152, 0.95);
1447  color: rgba(255, 255, 255, 0.6);
1448}
1449
1450headerbar.selection-mode .selection-menu,
1451.selection-mode.titlebar:not(headerbar) .selection-menu {
1452  box-shadow: none;
1453  padding-left: 10px;
1454  padding-right: 10px;
1455}
1456
1457headerbar.selection-mode .selection-menu GtkArrow,
1458.selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow {
1459  -GtkArrow-arrow-scaling: 1;
1460}
1461
1462headerbar.selection-mode .selection-menu .arrow,
1463.selection-mode.titlebar:not(headerbar) .selection-menu .arrow {
1464  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
1465}
1466
1467.maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) {
1468  background-color: #2eb398;
1469}
1470
1471.tiled headerbar, .tiled headerbar:backdrop,
1472.maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), .tiled .titlebar:backdrop:not(headerbar),
1473.maximized .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar) {
1474  border-radius: 0;
1475}
1476
1477.maximized headerbar,
1478.maximized .titlebar:not(headerbar) {
1479  background-color: #141a1b;
1480  border-color: #0c0f10;
1481}
1482
1483.maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) {
1484  background-color: #1f282a;
1485}
1486
1487headerbar.default-decoration,
1488.default-decoration.titlebar:not(headerbar) {
1489  min-height: 28px;
1490  padding: 0 6px;
1491  background-color: #141a1b;
1492}
1493
1494.tiled headerbar.default-decoration,
1495.maximized headerbar.default-decoration,
1496.fullscreen headerbar.default-decoration, .tiled .default-decoration.titlebar:not(headerbar),
1497.maximized .default-decoration.titlebar:not(headerbar),
1498.fullscreen .default-decoration.titlebar:not(headerbar) {
1499  box-shadow: none;
1500}
1501
1502headerbar.default-decoration button.titlebutton,
1503.default-decoration.titlebar:not(headerbar) button.titlebutton {
1504  border: none;
1505  min-height: 22px;
1506  min-width: 22px;
1507  margin: 0 4px;
1508  padding: 0;
1509}
1510
1511headerbar.default-decoration,
1512.csd headerbar.default-decoration, headerbar.default-decoration:backdrop,
1513.csd headerbar.default-decoration:backdrop,
1514.default-decoration.titlebar:not(headerbar),
1515.csd .default-decoration.titlebar:not(headerbar),
1516.default-decoration.titlebar:backdrop:not(headerbar),
1517.csd .default-decoration.titlebar:backdrop:not(headerbar) {
1518  background-color: #141a1b;
1519  border-bottom-width: 0;
1520}
1521
1522.maximized headerbar.default-decoration, .maximized
1523.csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized
1524.csd headerbar.default-decoration:backdrop,
1525.maximized .default-decoration.titlebar:not(headerbar), .maximized .csd .default-decoration.titlebar:not(headerbar), .maximized .default-decoration.titlebar:backdrop:not(headerbar), .maximized .csd .default-decoration.titlebar:backdrop:not(headerbar) {
1526  background-color: #141a1b;
1527}
1528
1529.titlebar, .titlebar.background {
1530  border-top-left-radius: 2px;
1531  border-top-right-radius: 2px;
1532}
1533
1534.titlebar, .titlebar > headerbar {
1535  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
1536}
1537
1538.tiled .titlebar,
1539.maximized .titlebar,
1540.fullscreen .titlebar, .tiled .titlebar > headerbar,
1541.maximized .titlebar > headerbar,
1542.fullscreen .titlebar > headerbar {
1543  box-shadow: none;
1544}
1545
1546window.background:not(.csd) > box.vertical > headerbar:not(.titlebar) {
1547  border-radius: 0 0 0 0;
1548  box-shadow: none;
1549}
1550
1551window.background:not(.csd) > box.vertical > headerbar:not(.titlebar), window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):backdrop {
1552  background-color: #141a1b;
1553}
1554
1555separator:first-child + window.background:not(.csd) > box.vertical > headerbar:not(.titlebar), separator:first-child + window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):backdrop, window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):first-child, window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):first-child:backdrop {
1556  border-top-left-radius: 0;
1557}
1558
1559window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):last-child, window.background:not(.csd) > box.vertical > headerbar:not(.titlebar):last-child:backdrop {
1560  border-top-right-radius: 0;
1561}
1562
1563headerbar entry, headerbar button, headerbar separator {
1564  margin-top: 6px;
1565  margin-bottom: 6px;
1566}
1567
1568separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
1569  border-top-left-radius: 2px;
1570}
1571
1572headerbar:last-child, headerbar:last-child:backdrop {
1573  border-top-right-radius: 2px;
1574}
1575
1576stack headerbar:first-child, stack headerbar:last-child {
1577  border-top-left-radius: 2px;
1578  border-top-right-radius: 2px;
1579}
1580
1581window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child,
1582window.tiled-top headerbar,
1583window.tiled-top headerbar:first-child,
1584window.tiled-top headerbar:last-child,
1585window.tiled-top headerbar:only-child,
1586window.tiled-right headerbar,
1587window.tiled-right headerbar:first-child,
1588window.tiled-right headerbar:last-child,
1589window.tiled-right headerbar:only-child,
1590window.tiled-bottom headerbar,
1591window.tiled-bottom headerbar:first-child,
1592window.tiled-bottom headerbar:last-child,
1593window.tiled-bottom headerbar:only-child,
1594window.tiled-left headerbar,
1595window.tiled-left headerbar:first-child,
1596window.tiled-left headerbar:last-child,
1597window.tiled-left headerbar:only-child,
1598window.maximized headerbar,
1599window.maximized headerbar:first-child,
1600window.maximized headerbar:last-child,
1601window.maximized headerbar:only-child,
1602window.fullscreen headerbar,
1603window.fullscreen headerbar:first-child,
1604window.fullscreen headerbar:last-child,
1605window.fullscreen headerbar:only-child,
1606window.solid-csd headerbar,
1607window.solid-csd headerbar:first-child,
1608window.solid-csd headerbar:last-child,
1609window.solid-csd headerbar:only-child {
1610  border-top-left-radius: 0;
1611  border-top-right-radius: 0;
1612}
1613
1614headerbar .linked:not(.vertical).path-bar > button {
1615  padding-top: 3px;
1616  padding-bottom: 6px;
1617  margin: 0 0 0 0;
1618  color: #ccd7d4;
1619  border: none;
1620  border-radius: 0;
1621  background-color: transparent;
1622}
1623
1624headerbar .linked:not(.vertical).path-bar > button:hover {
1625  color: #ffffff;
1626  background-color: #263033;
1627}
1628
1629headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked {
1630  transition: background-color 0.00001s 0.3s;
1631  animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
1632  color: #ffffff;
1633  background-color: #0a0c0d;
1634  box-shadow: inset 0 -3px #35cbac;
1635}
1636
1637headerbar .linked:not(.vertical).path-bar > button:disabled {
1638  color: rgba(204, 215, 212, 0.4);
1639}
1640
1641window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop,
1642window.csd > .titlebar:not(headerbar),
1643window.csd > .titlebar:not(headerbar):backdrop {
1644  padding: 0;
1645  background: none;
1646  border: none;
1647  box-shadow: none;
1648}
1649
1650.titlebar:not(headerbar) > separator {
1651  background-image: linear-gradient(to bottom, #141a1b, #141a1b);
1652  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
1653}
1654
1655.titlebar:not(headerbar) > separator:backdrop {
1656  transition: 200ms ease-out;
1657  background-image: linear-gradient(to bottom, #1f282a, #1f282a);
1658  box-shadow: none;
1659}
1660
1661.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton,
1662.titlebar:not(headerbar) separator.titlebutton {
1663  min-width: 0;
1664  min-height: 0;
1665  background: none;
1666  border-width: 0 0;
1667  border-image: linear-gradient(to bottom, rgba(204, 215, 212, 0) 25%, rgba(204, 215, 212, 0.35) 25%, rgba(204, 215, 212, 0.35) 75%, rgba(204, 215, 212, 0) 75%) 0 1/0 0 stretch;
1668}
1669
1670.primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop,
1671.titlebar:not(headerbar) separator.titlebutton:backdrop {
1672  opacity: 0.6;
1673}
1674
1675headerbar button, .nemo-window .primary-toolbar button, window.thunar toolbar#location-toolbar button, window.thunar #location-toolbar.inline-toolbar button {
1676  color: #ccd7d4;
1677  border: none;
1678  box-shadow: none;
1679  background-color: transparent;
1680}
1681
1682headerbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, window.thunar toolbar#location-toolbar button:backdrop, window.thunar #location-toolbar.inline-toolbar button:backdrop {
1683  opacity: 0.8;
1684}
1685
1686headerbar button:hover, .nemo-window .primary-toolbar button:hover, window.thunar toolbar#location-toolbar button:hover, window.thunar #location-toolbar.inline-toolbar button:hover {
1687  color: #ffffff;
1688  background-color: rgba(204, 215, 212, 0.12);
1689}
1690
1691headerbar button:active, .nemo-window .primary-toolbar button:active, window.thunar toolbar#location-toolbar button:active, window.thunar #location-toolbar.inline-toolbar button:active, headerbar button:checked, .nemo-window .primary-toolbar button:checked, window.thunar toolbar#location-toolbar button:checked, window.thunar #location-toolbar.inline-toolbar button:checked {
1692  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
1693  color: #ffffff;
1694  border-color: transparent;
1695  background-color: #2eb398;
1696  background-clip: padding-box;
1697}
1698
1699headerbar button:disabled, .nemo-window .primary-toolbar button:disabled, window.thunar toolbar#location-toolbar button:disabled, window.thunar #location-toolbar.inline-toolbar button:disabled {
1700  color: rgba(204, 215, 212, 0.4);
1701  background-color: transparent;
1702}
1703
1704headerbar button:disabled:active, .nemo-window .primary-toolbar button:disabled:active, window.thunar toolbar#location-toolbar button:disabled:active, window.thunar #location-toolbar.inline-toolbar button:disabled:active, headerbar button:disabled:checked, .nemo-window .primary-toolbar button:disabled:checked, window.thunar toolbar#location-toolbar button:disabled:checked, window.thunar #location-toolbar.inline-toolbar button:disabled:checked {
1705  color: rgba(255, 255, 255, 0.5);
1706  border-color: rgba(46, 179, 152, 0.65);
1707  background-color: rgba(46, 179, 152, 0.65);
1708}
1709
1710headerbar entry, .nemo-window .primary-toolbar entry, window.thunar toolbar#location-toolbar entry, window.thunar #location-toolbar.inline-toolbar entry {
1711  color: #ccd7d4;
1712  border-color: rgba(0, 0, 0, 0.4);
1713  background-color: rgba(69, 86, 91, 0.4);
1714}
1715
1716headerbar entry image, .nemo-window .primary-toolbar entry image, window.thunar toolbar#location-toolbar entry image, window.thunar #location-toolbar.inline-toolbar entry image, headerbar entry image:hover, .nemo-window .primary-toolbar entry image:hover, window.thunar toolbar#location-toolbar entry image:hover, window.thunar #location-toolbar.inline-toolbar entry image:hover {
1717  color: inherit;
1718}
1719
1720headerbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, window.thunar toolbar#location-toolbar entry:backdrop, window.thunar #location-toolbar.inline-toolbar entry:backdrop {
1721  opacity: 0.85;
1722}
1723
1724headerbar entry:focus, .nemo-window .primary-toolbar entry:focus, window.thunar toolbar#location-toolbar entry:focus, window.thunar #location-toolbar.inline-toolbar entry:focus {
1725  color: white;
1726  border-color: #2eb398;
1727  background-color: rgba(47, 59, 62, 0.4);
1728  background-clip: padding-box;
1729}
1730
1731headerbar entry:focus image, .nemo-window .primary-toolbar entry:focus image, window.thunar toolbar#location-toolbar entry:focus image, window.thunar #location-toolbar.inline-toolbar entry:focus image {
1732  color: #2eb398;
1733}
1734
1735headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, window.thunar toolbar#location-toolbar entry:disabled, window.thunar #location-toolbar.inline-toolbar entry:disabled {
1736  color: rgba(204, 215, 212, 0.55);
1737  border-color: rgba(0, 0, 0, 0.4);
1738  background-color: rgba(69, 86, 91, 0.25);
1739}
1740
1741headerbar entry selection:focus, .nemo-window .primary-toolbar entry selection:focus, window.thunar toolbar#location-toolbar entry selection:focus, window.thunar #location-toolbar.inline-toolbar entry selection:focus {
1742  background-color: #ffffff;
1743  color: #2eb398;
1744}
1745
1746headerbar entry progress, .nemo-window .primary-toolbar entry progress, window.thunar toolbar#location-toolbar entry progress, window.thunar #location-toolbar.inline-toolbar entry progress {
1747  border-color: #db5b5b;
1748  background-image: none;
1749  background-color: transparent;
1750}
1751
1752headerbar entry.warning, .nemo-window .primary-toolbar entry.warning, window.thunar toolbar#location-toolbar entry.warning, window.thunar #location-toolbar.inline-toolbar entry.warning {
1753  color: white;
1754  border-color: rgba(0, 0, 0, 0.4);
1755  background-color: #99522b;
1756}
1757
1758headerbar entry.warning:focus, .nemo-window .primary-toolbar entry.warning:focus, window.thunar toolbar#location-toolbar entry.warning:focus, window.thunar #location-toolbar.inline-toolbar entry.warning:focus {
1759  color: white;
1760  background-color: #F27835;
1761}
1762
1763headerbar entry.warning selection, .nemo-window .primary-toolbar entry.warning selection, window.thunar toolbar#location-toolbar entry.warning selection, window.thunar #location-toolbar.inline-toolbar entry.warning selection, headerbar entry.warning selection:focus, .nemo-window .primary-toolbar entry.warning selection:focus, window.thunar toolbar#location-toolbar entry.warning selection:focus, window.thunar #location-toolbar.inline-toolbar entry.warning selection:focus {
1764  background-color: white;
1765  color: #F27835;
1766}
1767
1768headerbar entry.error, .nemo-window .primary-toolbar entry.error, window.thunar toolbar#location-toolbar entry.error, window.thunar #location-toolbar.inline-toolbar entry.error {
1769  color: white;
1770  border-color: rgba(0, 0, 0, 0.4);
1771  background-color: #9f312d;
1772}
1773
1774headerbar entry.error:focus, .nemo-window .primary-toolbar entry.error:focus, window.thunar toolbar#location-toolbar entry.error:focus, window.thunar #location-toolbar.inline-toolbar entry.error:focus {
1775  color: white;
1776  background-color: #FC4138;
1777}
1778
1779headerbar entry.error selection, .nemo-window .primary-toolbar entry.error selection, window.thunar toolbar#location-toolbar entry.error selection, window.thunar #location-toolbar.inline-toolbar entry.error selection, headerbar entry.error selection:focus, .nemo-window .primary-toolbar entry.error selection:focus, window.thunar toolbar#location-toolbar entry.error selection:focus, window.thunar #location-toolbar.inline-toolbar entry.error selection:focus {
1780  background-color: white;
1781  color: #FC4138;
1782}
1783
1784headerbar.selection-mode button, .nemo-window .selection-mode.primary-toolbar button, headerbar.selection-mode button.flat, .nemo-window .selection-mode.primary-toolbar button.flat, headerbar.selection-mode button.sidebar-button, .nemo-window .selection-mode.primary-toolbar button.sidebar-button, headerbar.selection-mode button.budgie-menu-launcher, .nemo-window .selection-mode.primary-toolbar button.budgie-menu-launcher, headerbar.selection-mode .budgie-panel #tasklist-button, .budgie-panel headerbar.selection-mode #tasklist-button, .nemo-window .selection-mode.primary-toolbar .budgie-panel #tasklist-button, .budgie-panel .nemo-window .selection-mode.primary-toolbar #tasklist-button, headerbar.selection-mode .budgie-panel button.flat.launcher, .budgie-panel headerbar.selection-mode button.flat.launcher {
1785  border-color: transparent;
1786  background-color: transparent;
1787  background-image: none;
1788  color: #ffffff;
1789  background-color: rgba(255, 255, 255, 0);
1790}
1791
1792headerbar.selection-mode button:hover, .nemo-window .selection-mode.primary-toolbar button:hover {
1793  background-color: alpha(#ffffff,0.3);
1794}
1795
1796headerbar.selection-mode button:backdrop, .nemo-window .selection-mode.primary-toolbar button:backdrop {
1797  opacity: 0.7;
1798  background: none;
1799}
1800
1801headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) button:not(:last-child):not(:only-child) {
1802  margin-left: 1px;
1803}
1804
1805headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button, headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:hover, headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:active, headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:checked, headerbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.stack-switcher) > button:disabled {
1806  border-radius: 3px;
1807  border-style: solid;
1808  border: none;
1809  box-shadow: none;
1810}
1811
1812headerbar .linked:not(.vertical):not(.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) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
1813headerbar .linked:not(.vertical):not(.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),
1814.nemo-window .primary-toolbar .linked:not(.vertical):not(.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),
1815headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1816.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
1817headerbar .linked:not(.vertical):not(.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),
1818.nemo-window .primary-toolbar .linked:not(.vertical):not(.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) {
1819  box-shadow: none;
1820  border: none;
1821}
1822
1823headerbar .linked:not(.vertical):not(.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) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop {
1824  box-shadow: none;
1825  border: none;
1826}
1827
1828headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button {
1829  background-color: #2a3538;
1830  color: #ccd7d4;
1831  border: none;
1832}
1833
1834headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover {
1835  background-color: #354347;
1836  box-shadow: none;
1837}
1838
1839headerbar .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:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:checked {
1840  color: #ffffff;
1841  border-color: transparent;
1842  background-color: #2eb398;
1843}
1844
1845headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled {
1846  color: rgba(204, 215, 212, 0.4);
1847}
1848
1849headerbar .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 {
1850  color: rgba(204, 215, 212, 0.4);
1851}
1852
1853headerbar .linked:not(.vertical):not(.path-bar) > entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry {
1854  border-radius: 3px;
1855  border: 1px solid rgba(0, 0, 0, 0.4);
1856}
1857
1858headerbar .linked:not(.vertical):not(.path-bar) > entry:focus, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus {
1859  border-color: #2eb398;
1860}
1861
1862headerbar .linked:not(.vertical):not(.path-bar) > entry + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry {
1863  border-left-color: rgba(0, 0, 0, 0.4);
1864}
1865
1866headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry {
1867  border-left-color: rgba(0, 0, 0, 0.4);
1868}
1869
1870headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
1871  border-left-color: #FC4138;
1872}
1873
1874headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry {
1875  border-left-color: rgba(0, 0, 0, 0.4);
1876}
1877
1878headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
1879  border-left-color: #F27835;
1880}
1881
1882headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning {
1883  border-left-color: #F27835;
1884}
1885
1886headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
1887  border-left-color: #FC4138;
1888}
1889
1890headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
1891headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child,
1892.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
1893  border-left-color: rgba(0, 0, 0, 0.4);
1894}
1895
1896headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
1897headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
1898.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
1899headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo,
1900.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
1901  border-left-color: rgba(0, 0, 0, 0.4);
1902}
1903
1904headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
1905headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child,
1906.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
1907  border-left-color: rgba(0, 0, 0, 0.4);
1908}
1909
1910headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
1911headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
1912.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
1913headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
1914.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
1915  border-left-color: rgba(0, 0, 0, 0.4);
1916}
1917
1918headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:not(:last-child),
1919headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child,
1920.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
1921  border-left-color: rgba(0, 0, 0, 0.4);
1922}
1923
1924headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + entry,
1925headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
1926.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
1927headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
1928.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
1929  border-left-color: rgba(0, 0, 0, 0.4);
1930}
1931
1932headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:not(:last-child),
1933headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child,
1934.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
1935  border-left-color: rgba(0, 0, 0, 0.4);
1936}
1937
1938headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + entry,
1939headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
1940.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
1941headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
1942.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
1943  border-left-color: rgba(0, 0, 0, 0.4);
1944}
1945
1946headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry,
1947headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry,
1948.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
1949  border-left-color: rgba(0, 0, 0, 0.4);
1950}
1951
1952headerbar button.suggested-action, .nemo-window .primary-toolbar button.suggested-action {
1953  background-clip: border-box;
1954  color: white;
1955  background-color: #db5b5b;
1956  border-color: #db5b5b;
1957}
1958
1959headerbar button.suggested-action.flat, .nemo-window .primary-toolbar button.suggested-action.flat, headerbar button.suggested-action.sidebar-button, .nemo-window .primary-toolbar button.suggested-action.sidebar-button, headerbar button.suggested-action.budgie-menu-launcher, .nemo-window .primary-toolbar button.suggested-action.budgie-menu-launcher, headerbar .budgie-panel .suggested-action#tasklist-button, .budgie-panel headerbar .suggested-action#tasklist-button, .nemo-window .primary-toolbar .budgie-panel .suggested-action#tasklist-button, .budgie-panel .nemo-window .primary-toolbar .suggested-action#tasklist-button, headerbar .budgie-panel button.suggested-action.flat.launcher, .budgie-panel headerbar button.suggested-action.flat.launcher, .nemo-window .primary-toolbar .budgie-panel button.suggested-action.flat.launcher, .budgie-panel .nemo-window .primary-toolbar button.suggested-action.flat.launcher {
1960  border-color: transparent;
1961  background-color: transparent;
1962  background-image: none;
1963  color: #db5b5b;
1964}
1965
1966headerbar button.suggested-action:hover, .nemo-window .primary-toolbar button.suggested-action:hover {
1967  background-clip: border-box;
1968  color: white;
1969  background-color: #e48585;
1970  border-color: #e48585;
1971}
1972
1973headerbar button.suggested-action:active, .nemo-window .primary-toolbar button.suggested-action:active, headerbar button.suggested-action:checked, .nemo-window .primary-toolbar button.suggested-action:checked {
1974  background-clip: border-box;
1975  color: white;
1976  background-color: #d23131;
1977  border-color: #d23131;
1978}
1979
1980headerbar button.suggested-action.flat:disabled, .nemo-window .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.sidebar-button:disabled, .nemo-window .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.budgie-menu-launcher:disabled, .nemo-window .primary-toolbar button.suggested-action.budgie-menu-launcher:disabled, headerbar .budgie-panel .suggested-action#tasklist-button:disabled, .budgie-panel headerbar .suggested-action#tasklist-button:disabled, .nemo-window .primary-toolbar .budgie-panel .suggested-action#tasklist-button:disabled, .budgie-panel .nemo-window .primary-toolbar .suggested-action#tasklist-button:disabled, headerbar .budgie-panel button.suggested-action.flat.launcher:disabled, .budgie-panel headerbar button.suggested-action.flat.launcher:disabled, headerbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled {
1981  background-color: rgba(20, 26, 27, 0);
1982  border-color: rgba(20, 26, 27, 0);
1983}
1984
1985headerbar button.suggested-action.flat:disabled label, .nemo-window .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .nemo-window .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.budgie-menu-launcher:disabled label, .nemo-window .primary-toolbar button.suggested-action.budgie-menu-launcher:disabled label, headerbar .budgie-panel .suggested-action#tasklist-button:disabled label, .budgie-panel headerbar .suggested-action#tasklist-button:disabled label, .nemo-window .primary-toolbar .budgie-panel .suggested-action#tasklist-button:disabled label, .budgie-panel .nemo-window .primary-toolbar .suggested-action#tasklist-button:disabled label, headerbar .budgie-panel button.suggested-action.flat.launcher:disabled label, .budgie-panel headerbar button.suggested-action.flat.launcher:disabled label, headerbar button.suggested-action.flat:disabled, .nemo-window .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.sidebar-button:disabled, .nemo-window .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.budgie-menu-launcher:disabled, .nemo-window .primary-toolbar button.suggested-action.budgie-menu-launcher:disabled, headerbar .budgie-panel .suggested-action#tasklist-button:disabled, .budgie-panel headerbar .suggested-action#tasklist-button:disabled, .nemo-window .primary-toolbar .budgie-panel .suggested-action#tasklist-button:disabled, .budgie-panel .nemo-window .primary-toolbar .suggested-action#tasklist-button:disabled, headerbar .budgie-panel button.suggested-action.flat.launcher:disabled, .budgie-panel headerbar button.suggested-action.flat.launcher:disabled, headerbar button.suggested-action:disabled label, .nemo-window .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled, .nemo-window .primary-toolbar button.suggested-action:disabled {
1986  color: rgba(204, 215, 212, 0.5);
1987}
1988
1989headerbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .nemo-window .primary-toolbar button.suggested-action:backdrop {
1990  opacity: 0.8;
1991}
1992
1993headerbar button.destructive-action, .nemo-window .primary-toolbar button.destructive-action {
1994  background-clip: border-box;
1995  color: white;
1996  background-color: #db5b5b;
1997  border-color: #db5b5b;
1998}
1999
2000headerbar button.destructive-action.flat, .nemo-window .primary-toolbar button.destructive-action.flat, headerbar button.destructive-action.sidebar-button, .nemo-window .primary-toolbar button.destructive-action.sidebar-button, headerbar button.destructive-action.budgie-menu-launcher, .nemo-window .primary-toolbar button.destructive-action.budgie-menu-launcher, headerbar .budgie-panel .destructive-action#tasklist-button, .budgie-panel headerbar .destructive-action#tasklist-button, .nemo-window .primary-toolbar .budgie-panel .destructive-action#tasklist-button, .budgie-panel .nemo-window .primary-toolbar .destructive-action#tasklist-button, headerbar .budgie-panel button.destructive-action.flat.launcher, .budgie-panel headerbar button.destructive-action.flat.launcher, .nemo-window .primary-toolbar .budgie-panel button.destructive-action.flat.launcher, .budgie-panel .nemo-window .primary-toolbar button.destructive-action.flat.launcher {
2001  border-color: transparent;
2002  background-color: transparent;
2003  background-image: none;
2004  color: #db5b5b;
2005}
2006
2007headerbar button.destructive-action:hover, .nemo-window .primary-toolbar button.destructive-action:hover {
2008  background-clip: border-box;
2009  color: white;
2010  background-color: #e48585;
2011  border-color: #e48585;
2012}
2013
2014headerbar button.destructive-action:active, .nemo-window .primary-toolbar button.destructive-action:active, headerbar button.destructive-action:checked, .nemo-window .primary-toolbar button.destructive-action:checked {
2015  background-clip: border-box;
2016  color: white;
2017  background-color: #d23131;
2018  border-color: #d23131;
2019}
2020
2021headerbar button.destructive-action.flat:disabled, .nemo-window .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.sidebar-button:disabled, .nemo-window .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.budgie-menu-launcher:disabled, .nemo-window .primary-toolbar button.destructive-action.budgie-menu-launcher:disabled, headerbar .budgie-panel .destructive-action#tasklist-button:disabled, .budgie-panel headerbar .destructive-action#tasklist-button:disabled, .nemo-window .primary-toolbar .budgie-panel .destructive-action#tasklist-button:disabled, .budgie-panel .nemo-window .primary-toolbar .destructive-action#tasklist-button:disabled, headerbar .budgie-panel button.destructive-action.flat.launcher:disabled, .budgie-panel headerbar button.destructive-action.flat.launcher:disabled, headerbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled {
2022  background-color: rgba(20, 26, 27, 0);
2023  border-color: rgba(20, 26, 27, 0);
2024}
2025
2026headerbar button.destructive-action.flat:disabled label, .nemo-window .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .nemo-window .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.budgie-menu-launcher:disabled label, .nemo-window .primary-toolbar button.destructive-action.budgie-menu-launcher:disabled label, headerbar .budgie-panel .destructive-action#tasklist-button:disabled label, .budgie-panel headerbar .destructive-action#tasklist-button:disabled label, .nemo-window .primary-toolbar .budgie-panel .destructive-action#tasklist-button:disabled label, .budgie-panel .nemo-window .primary-toolbar .destructive-action#tasklist-button:disabled label, headerbar .budgie-panel button.destructive-action.flat.launcher:disabled label, .budgie-panel headerbar button.destructive-action.flat.launcher:disabled label, headerbar button.destructive-action.flat:disabled, .nemo-window .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.sidebar-button:disabled, .nemo-window .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.budgie-menu-launcher:disabled, .nemo-window .primary-toolbar button.destructive-action.budgie-menu-launcher:disabled, headerbar .budgie-panel .destructive-action#tasklist-button:disabled, .budgie-panel headerbar .destructive-action#tasklist-button:disabled, .nemo-window .primary-toolbar .budgie-panel .destructive-action#tasklist-button:disabled, .budgie-panel .nemo-window .primary-toolbar .destructive-action#tasklist-button:disabled, headerbar .budgie-panel button.destructive-action.flat.launcher:disabled, .budgie-panel headerbar button.destructive-action.flat.launcher:disabled, headerbar button.destructive-action:disabled label, .nemo-window .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled, .nemo-window .primary-toolbar button.destructive-action:disabled {
2027  color: rgba(204, 215, 212, 0.5);
2028}
2029
2030headerbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .nemo-window .primary-toolbar button.destructive-action:backdrop {
2031  opacity: 0.8;
2032}
2033
2034headerbar spinbutton:not(.vertical):focus, .nemo-window .primary-toolbar spinbutton:not(.vertical):focus {
2035  color: #ffffff;
2036  caret-color: #ffffff;
2037}
2038
2039headerbar spinbutton:not(.vertical) button, .nemo-window .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled {
2040  color: #ccd7d4;
2041  border-color: rgba(0, 0, 0, 0.2);
2042  background-color: rgba(204, 215, 212, 0.12);
2043}
2044
2045headerbar spinbutton:not(.vertical) button:hover, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:hover {
2046  background-color: rgba(101, 128, 135, 0.4);
2047}
2048
2049headerbar spinbutton:not(.vertical) button:active, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:checked {
2050  color: #ffffff;
2051  border-color: transparent;
2052  background-color: #2eb398;
2053}
2054
2055headerbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled {
2056  color: rgba(204, 215, 212, 0.4);
2057}
2058
2059headerbar spinbutton:not(.vertical) > button + button, .nemo-window .primary-toolbar spinbutton:not(.vertical) > button + button {
2060  border-left-style: none;
2061}
2062
2063headerbar spinbutton:not(.vertical) > button:hover:not(:active), .nemo-window .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active),
2064headerbar spinbutton:not(.vertical) > button:hover + button,
2065.nemo-window .primary-toolbar spinbutton:not(.vertical) > button:hover + button {
2066  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4);
2067}
2068
2069headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .nemo-window .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
2070headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled,
2071.nemo-window .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
2072  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.4);
2073}
2074
2075headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .nemo-window .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active),
2076headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover,
2077.nemo-window .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
2078  box-shadow: none;
2079}
2080
2081headerbar spinbutton:not(.vertical) > entry:focus + button, .nemo-window .primary-toolbar spinbutton:not(.vertical) > entry:focus + button {
2082  border-left-color: #2eb398;
2083}
2084
2085headerbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled {
2086  color: rgba(204, 215, 212, 0.4);
2087}
2088
2089headerbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo {
2090  color: #ccd7d4;
2091  border-color: rgba(0, 0, 0, 0.4);
2092  background-color: rgba(69, 86, 91, 0.4);
2093}
2094
2095headerbar combobox > .linked > button.combo image, .nemo-window .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo image:hover {
2096  color: inherit;
2097}
2098
2099headerbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover {
2100  color: white;
2101  border-color: #2eb398;
2102  background-color: rgba(47, 59, 62, 0.4);
2103  box-shadow: none;
2104}
2105
2106headerbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled {
2107  color: rgba(204, 215, 212, 0.55);
2108  border-color: rgba(0, 0, 0, 0.4);
2109  background-color: rgba(69, 86, 91, 0.25);
2110}
2111
2112headerbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr) {
2113  border-right-style: none;
2114}
2115
2116headerbar combobox > .linked > entry.combo:dir(ltr):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus {
2117  box-shadow: 1px 0 #2eb398;
2118}
2119
2120headerbar combobox > .linked > entry.combo:dir(rtl), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl) {
2121  border-left-style: none;
2122}
2123
2124headerbar combobox > .linked > entry.combo:dir(rtl):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus {
2125  box-shadow: -1px 0 #2eb398;
2126}
2127
2128headerbar combobox > .linked > button.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr):hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):active, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):checked, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(ltr):disabled {
2129  border-top-left-radius: 0;
2130  border-bottom-left-radius: 0;
2131}
2132
2133headerbar combobox > .linked > button.combo:dir(rtl), .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl):hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):active, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):checked, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:dir(rtl):disabled {
2134  border-top-right-radius: 0;
2135  border-bottom-right-radius: 0;
2136}
2137
2138headerbar switch:backdrop, .nemo-window .primary-toolbar switch:backdrop {
2139  opacity: 0.75;
2140}
2141
2142headerbar progressbar trough, .nemo-window .primary-toolbar progressbar trough {
2143  background-color: rgba(0, 0, 0, 0.4);
2144}
2145
2146headerbar progressbar:backdrop, .nemo-window .primary-toolbar progressbar:backdrop {
2147  opacity: 0.75;
2148}
2149
2150headerbar scale:backdrop, .nemo-window .primary-toolbar scale:backdrop {
2151  opacity: 0.75;
2152}
2153
2154headerbar scale slider, .nemo-window .primary-toolbar scale slider {
2155  background-color: #2a3538;
2156  border-color: rgba(0, 0, 0, 0.7);
2157}
2158
2159headerbar scale slider:hover, .nemo-window .primary-toolbar scale slider:hover {
2160  background-color: #354347;
2161  border-color: rgba(0, 0, 0, 0.7);
2162}
2163
2164headerbar scale slider:active, .nemo-window .primary-toolbar scale slider:active {
2165  background-color: #2eb398;
2166  border-color: #2eb398;
2167}
2168
2169headerbar scale slider:disabled, .nemo-window .primary-toolbar scale slider:disabled {
2170  background-color: #242d30;
2171  border-color: rgba(0, 0, 0, 0.7);
2172}
2173
2174headerbar scale trough, .nemo-window .primary-toolbar scale trough {
2175  background-color: rgba(0, 0, 0, 0.4);
2176}
2177
2178headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
2179  background-color: rgba(0, 0, 0, 0.3);
2180}
2181
2182.path-bar button:hover {
2183  background-color: rgba(204, 215, 212, 0.06);
2184}
2185
2186.path-bar button:checked, .path-bar button:active {
2187  background-color: #2eb398;
2188  border-color: #2eb398;
2189}
2190
2191.path-bar button:checked:hover, .path-bar button:active:hover {
2192  background-color: #33c7a9;
2193  border-color: #33c7a9;
2194}
2195
2196.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
2197  padding-left: 6px;
2198  padding-right: 6px;
2199}
2200
2201.path-bar button.text-button.image-button label {
2202  padding-left: 0;
2203  padding-right: 0;
2204}
2205
2206.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
2207  padding-right: 10px;
2208}
2209
2210.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
2211  padding-left: 10px;
2212}
2213
2214.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) {
2215  padding-left: 1px;
2216  padding-right: 1px;
2217}
2218
2219.path-bar button image {
2220  padding-left: 4px;
2221  padding-right: 4px;
2222}
2223
2224treeview.view {
2225  border-left-color: rgba(204, 215, 212, 0.15);
2226  border-top-color: rgba(0, 0, 0, 0.1);
2227}
2228
2229* {
2230  -GtkTreeView-horizontal-separator: 4;
2231  -GtkTreeView-grid-line-width: 1;
2232  -GtkTreeView-grid-line-pattern: '';
2233  -GtkTreeView-tree-line-width: 1;
2234  -GtkTreeView-tree-line-pattern: '';
2235  -GtkTreeView-expander-size: 16;
2236}
2237
2238treeview.view acceleditor > label {
2239  background-color: #2eb398;
2240}
2241
2242treeview.view:selected, treeview.view:selected:focus {
2243  border-radius: 0;
2244  border-left-color: #97d9cc;
2245  border-top-color: rgba(204, 215, 212, 0.1);
2246}
2247
2248treeview.view:disabled {
2249  color: rgba(204, 215, 212, 0.45);
2250}
2251
2252treeview.view:disabled:selected {
2253  color: #82d1c1;
2254}
2255
2256treeview.view.separator {
2257  min-height: 2px;
2258  color: rgba(0, 0, 0, 0.1);
2259}
2260
2261treeview.view:drop(active) {
2262  border-style: solid none;
2263  border-width: 1px;
2264  border-color: #7dc5b6;
2265}
2266
2267treeview.view:drop(active).after {
2268  border-top-style: none;
2269}
2270
2271treeview.view:drop(active).before {
2272  border-bottom-style: none;
2273}
2274
2275treeview.view.expander {
2276  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2277  color: #778181;
2278}
2279
2280treeview.view.expander:dir(rtl) {
2281  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
2282}
2283
2284treeview.view.expander:hover {
2285  color: #ccd7d4;
2286}
2287
2288treeview.view.expander:selected {
2289  color: #c0e8e0;
2290}
2291
2292treeview.view.expander:selected:hover {
2293  color: #ffffff;
2294}
2295
2296treeview.view.expander:checked {
2297  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2298}
2299
2300treeview.view.progressbar, treeview.view.progressbar:focus {
2301  color: #ffffff;
2302  border-radius: 3px;
2303  background-color: #db5b5b;
2304}
2305
2306treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
2307  color: #2eb398;
2308  box-shadow: none;
2309  background-color: #ffffff;
2310}
2311
2312treeview.view.trough, treeview.view.sidebar.source-list.trough {
2313  color: #ccd7d4;
2314  background-color: rgba(0, 0, 0, 0.2);
2315  border-radius: 3px;
2316  border-width: 0;
2317}
2318
2319treeview.view.trough:selected, treeview.view.sidebar.source-list.trough:selected, treeview.view.trough:selected:focus {
2320  color: #ffffff;
2321  background-color: rgba(0, 0, 0, 0.2);
2322  border-radius: 3px;
2323  border-width: 0;
2324}
2325
2326treeview.view header button {
2327  min-height: 0;
2328  min-width: 0;
2329  padding: 3px 6px;
2330  font-weight: bold;
2331  color: #aab5b3;
2332  background-color: #222b2e;
2333  background-image: none;
2334  border-style: none solid none none;
2335  border-radius: 0;
2336  border-image: linear-gradient(to bottom, #222b2e 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #222b2e 80%) 0 1 0 0/0 1px 0 0 stretch;
2337}
2338
2339treeview.view header button:hover {
2340  color: #2eb398;
2341}
2342
2343treeview.view header button:active {
2344  color: #ccd7d4;
2345}
2346
2347treeview.view header button:active, treeview.view header button:hover {
2348  background-color: #222b2e;
2349}
2350
2351treeview.view header button:active:hover {
2352  color: #ccd7d4;
2353}
2354
2355treeview.view header button:disabled {
2356  border-color: #1b2224;
2357  background-image: none;
2358}
2359
2360treeview.view header button:last-child {
2361  border-right-style: none;
2362  border-image: none;
2363}
2364
2365treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active,
2366treeview.view header.button.dnd,
2367treeview.view header.button.dnd:selected,
2368treeview.view header.button.dnd:hover,
2369treeview.view header.button.dnd:active {
2370  padding: 0 6px;
2371  transition: none;
2372  color: #ffffff;
2373  background-color: #2eb398;
2374  border-radius: 0;
2375  border-style: none;
2376}
2377
2378menubar,
2379.menubar {
2380  -GtkWidget-window-dragging: true;
2381  padding: 0;
2382  background-color: #141a1b;
2383  color: #ccd7d4;
2384}
2385
2386menubar:backdrop,
2387.menubar:backdrop {
2388  color: rgba(204, 215, 212, 0.7);
2389}
2390
2391menubar > menuitem,
2392.menubar > menuitem {
2393  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
2394  padding: 4px 8px;
2395  border: none;
2396  border-radius: 2px 2px 0 0;
2397}
2398
2399menubar > menuitem:hover,
2400.menubar > menuitem:hover {
2401  background-color: #2eb398;
2402  color: #ffffff;
2403}
2404
2405menubar > menuitem:disabled,
2406.menubar > menuitem:disabled {
2407  color: rgba(204, 215, 212, 0.3);
2408  border-color: transparent;
2409}
2410
2411menubar > menuitem > window.background.popup > menu,
2412.menubar > menuitem > window.background.popup > menu {
2413  border-radius: 0 0 2px 2px;
2414}
2415
2416menu,
2417.menu {
2418  padding: 4px 0;
2419  border-radius: 0;
2420  background-color: #1b2224;
2421  border: 1px solid rgba(0, 0, 0, 0.2);
2422}
2423
2424.csd menu, .csd
2425.menu {
2426  padding: 4px 0;
2427  border-radius: 2px;
2428  border: none;
2429}
2430
2431menu separator,
2432.csd menu separator,
2433.menu separator,
2434.csd
2435.menu separator {
2436  margin: 2px 0;
2437  background-color: #1b2224;
2438}
2439
2440menu .separator:not(label),
2441.csd menu .separator:not(label),
2442.menu .separator:not(label),
2443.csd
2444.menu .separator:not(label) {
2445  color: #1b2224;
2446}
2447
2448menu menuitem,
2449.menu menuitem {
2450  min-height: 16px;
2451  min-width: 40px;
2452  padding: 5px;
2453  color: #abb9b6;
2454}
2455
2456menu menuitem:hover,
2457.menu menuitem:hover {
2458  color: #ffffff;
2459  background-color: #2eb398;
2460}
2461
2462menu menuitem:disabled,
2463.menu menuitem:disabled {
2464  color: rgba(204, 215, 212, 0.45);
2465}
2466
2467menu menuitem arrow,
2468.menu menuitem arrow {
2469  min-height: 16px;
2470  min-width: 16px;
2471}
2472
2473menu menuitem arrow:dir(ltr),
2474.menu menuitem arrow:dir(ltr) {
2475  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2476  margin-left: 10px;
2477}
2478
2479menu menuitem arrow:dir(rtl),
2480.menu menuitem arrow:dir(rtl) {
2481  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
2482  margin-right: 10px;
2483}
2484
2485menuitem accelerator {
2486  color: alpha(currentColor,0.55);
2487}
2488
2489menuitem check, menuitem radio {
2490  min-height: 16px;
2491  min-width: 16px;
2492}
2493
2494menuitem check:dir(ltr), menuitem radio:dir(ltr) {
2495  margin-right: 6px;
2496  margin-left: 2px;
2497}
2498
2499menuitem check:dir(rtl), menuitem radio:dir(rtl) {
2500  margin-left: 6px;
2501  margin-right: 2px;
2502}
2503
2504menu > arrow,
2505.menu > arrow {
2506  min-width: 16px;
2507  min-height: 16px;
2508  padding: 4px;
2509  background-color: #1b2224;
2510  border-radius: 0;
2511}
2512
2513menu > arrow.top,
2514.menu > arrow.top {
2515  margin-top: -12px;
2516  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2517  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
2518}
2519
2520menu > arrow.bottom,
2521.menu > arrow.bottom {
2522  margin-bottom: -12px;
2523  border-top: 1px solid rgba(0, 0, 0, 0.2);
2524  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2525}
2526
2527menu > arrow:hover,
2528.menu > arrow:hover {
2529  background-color: #333c3f;
2530}
2531
2532menu > arrow:disabled,
2533.menu > arrow:disabled {
2534  color: transparent;
2535  background-color: transparent;
2536  border-color: transparent;
2537}
2538
2539popover,
2540popover.background {
2541  padding: 2px;
2542  background-clip: border-box;
2543  background-color: #1b2224;
2544  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
2545}
2546
2547.csd popover, popover, .csd
2548popover.background,
2549popover.background {
2550  border: 1px solid rgba(0, 0, 0, 0.2);
2551  border-radius: 3px;
2552}
2553
2554popover separator,
2555popover.background separator {
2556  background-color: #1b2224;
2557}
2558
2559popover > list,
2560popover > .view,
2561popover > toolbar,
2562popover > .inline-toolbar,
2563popover.background > list,
2564popover.background > .view,
2565popover.background > toolbar,
2566popover.background > .inline-toolbar {
2567  border-style: none;
2568  background-color: transparent;
2569}
2570
2571popover button:not(.suggested-action):not(.destructive-action):hover,
2572popover.background button:not(.suggested-action):not(.destructive-action):hover {
2573  background-color: #38464b;
2574  color: #abb9b6;
2575}
2576
2577popover button:not(.suggested-action):not(.destructive-action):checked, popover button:not(.suggested-action):not(.destructive-action):active,
2578popover.background button:not(.suggested-action):not(.destructive-action):checked,
2579popover.background button:not(.suggested-action):not(.destructive-action):active {
2580  background-color: #2eb398;
2581  color: #ffffff;
2582}
2583
2584cursor-handle {
2585  background-color: transparent;
2586  background-image: none;
2587  box-shadow: none;
2588  border-style: none;
2589}
2590
2591cursor-handle.top {
2592  -gtk-icon-source: -gtk-icontheme("selection-start-symbolic");
2593}
2594
2595cursor-handle.bottom {
2596  -gtk-icon-source: -gtk-icontheme("selection-end-symbolic");
2597}
2598
2599notebook {
2600  padding: 0;
2601}
2602
2603notebook.frame {
2604  border: 1px solid rgba(0, 0, 0, 0.2);
2605}
2606
2607notebook > stack:not(:only-child) {
2608  background-color: #222b2e;
2609}
2610
2611notebook > header {
2612  padding: 0;
2613  background-color: #1b2224;
2614}
2615
2616notebook > header.top {
2617  padding-bottom: 0;
2618  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2619}
2620
2621notebook > header.top > tabs > tab {
2622  padding: 3px 16px 6px 16px;
2623  min-width: 16px;
2624  min-height: 16px;
2625  border-radius: 0;
2626  outline-offset: -4px;
2627  border: none;
2628  border-bottom: none;
2629}
2630
2631notebook > header.top > tabs > tab:not(:only-child):first-child {
2632  margin-left: 6px;
2633}
2634
2635notebook > header.top > tabs > tab:not(:only-child):last-child {
2636  margin-right: 6px;
2637}
2638
2639notebook > header.top > tabs > tab:hover {
2640  box-shadow: inset 0 -2px alpha(#2eb398,0.6), 0 1px alpha(#2eb398,0.6);
2641}
2642
2643notebook > header.top > tabs > tab:checked {
2644  box-shadow: inset 0 -2px #2eb398, 0 1px #2eb398;
2645}
2646
2647notebook > header.bottom {
2648  padding-top: 0;
2649  border-top: 1px solid rgba(0, 0, 0, 0.2);
2650}
2651
2652notebook > header.bottom > tabs > tab {
2653  padding: 3px 16px 6px 16px;
2654  min-width: 16px;
2655  min-height: 16px;
2656  border-radius: 0;
2657  outline-offset: -4px;
2658  border: none;
2659  border-top: none;
2660}
2661
2662notebook > header.bottom > tabs > tab:not(:only-child):first-child {
2663  margin-left: 6px;
2664}
2665
2666notebook > header.bottom > tabs > tab:not(:only-child):last-child {
2667  margin-right: 6px;
2668}
2669
2670notebook > header.bottom > tabs > tab:hover {
2671  box-shadow: inset 0 2px alpha(#2eb398,0.6), 0 -1px alpha(#2eb398,0.6);
2672}
2673
2674notebook > header.bottom > tabs > tab:checked {
2675  box-shadow: inset 0 2px #2eb398, 0 -1px #2eb398;
2676}
2677
2678notebook > header.right {
2679  padding-left: 0;
2680  border-left: 1px solid rgba(0, 0, 0, 0.2);
2681}
2682
2683notebook > header.right > tabs > tab {
2684  padding: 3px 16px 6px 16px;
2685  min-width: 16px;
2686  min-height: 16px;
2687  border-radius: 0;
2688  outline-offset: -4px;
2689  border: none;
2690  border-left: none;
2691}
2692
2693notebook > header.right > tabs > tab:not(:only-child):first-child {
2694  margin-top: 6px;
2695}
2696
2697notebook > header.right > tabs > tab:not(:only-child):last-child {
2698  margin-bottom: 6px;
2699}
2700
2701notebook > header.right > tabs > tab:hover {
2702  box-shadow: inset 2px 0 alpha(#2eb398,0.6), -1px 0 alpha(#2eb398,0.6);
2703}
2704
2705notebook > header.right > tabs > tab:checked {
2706  box-shadow: inset 2px 0 #2eb398, -1px 0 #2eb398;
2707}
2708
2709notebook > header.left {
2710  padding-right: 0;
2711  border-right: 1px solid rgba(0, 0, 0, 0.2);
2712}
2713
2714notebook > header.left > tabs > tab {
2715  padding: 3px 16px 6px 16px;
2716  min-width: 16px;
2717  min-height: 16px;
2718  border-radius: 0;
2719  outline-offset: -4px;
2720  border: none;
2721  border-right: none;
2722}
2723
2724notebook > header.left > tabs > tab:not(:only-child):first-child {
2725  margin-top: 6px;
2726}
2727
2728notebook > header.left > tabs > tab:not(:only-child):last-child {
2729  margin-bottom: 6px;
2730}
2731
2732notebook > header.left > tabs > tab:hover {
2733  box-shadow: inset -2px 0 alpha(#2eb398,0.6), 1px 0 alpha(#2eb398,0.6);
2734}
2735
2736notebook > header.left > tabs > tab:checked {
2737  box-shadow: inset -2px 0 #2eb398, 1px 0 #2eb398;
2738}
2739
2740notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
2741  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
2742}
2743
2744notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
2745  margin-left: 2px;
2746}
2747
2748notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
2749  -gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
2750}
2751
2752notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
2753  margin-right: 2px;
2754}
2755
2756notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
2757  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2758}
2759
2760notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
2761  margin-top: 2px;
2762}
2763
2764notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
2765  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
2766}
2767
2768notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
2769  margin-bottom: 2px;
2770}
2771
2772notebook > header > tabs > arrow {
2773  color: rgba(204, 215, 212, 0.45);
2774}
2775
2776notebook > header > tabs > arrow:hover {
2777  color: rgba(204, 215, 212, 0.725);
2778}
2779
2780notebook > header > tabs > arrow:active {
2781  color: #ccd7d4;
2782}
2783
2784notebook > header > tabs > arrow:disabled {
2785  color: rgba(204, 215, 212, 0.15);
2786}
2787
2788notebook > header > tabs > tab {
2789  color: rgba(204, 215, 212, 0.45);
2790  background-color: rgba(27, 34, 36, 0);
2791}
2792
2793notebook > header > tabs > tab:hover:not(:checked) {
2794  color: rgba(204, 215, 212, 0.725);
2795  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2796}
2797
2798notebook > header > tabs > tab:checked {
2799  color: #ccd7d4;
2800  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2801}
2802
2803notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button, notebook > header > tabs > tab button.budgie-menu-launcher, notebook > header > tabs > tab .budgie-panel #tasklist-button, .budgie-panel notebook > header > tabs > tab #tasklist-button, notebook > header > tabs > tab .budgie-panel button.flat.launcher, .budgie-panel notebook > header > tabs > tab button.flat.launcher {
2804  border-radius: 100%;
2805  min-height: 16px;
2806  min-width: 16px;
2807  padding: 0;
2808  margin: 4px 0;
2809  color: #8e9896;
2810}
2811
2812notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, notebook > header > tabs > tab button.budgie-menu-launcher:hover, notebook > header > tabs > tab .budgie-panel #tasklist-button:hover, .budgie-panel notebook > header > tabs > tab #tasklist-button:hover, notebook > header > tabs > tab .budgie-panel button.flat.launcher:hover, .budgie-panel notebook > header > tabs > tab button.flat.launcher:hover {
2813  color: #ff4d4d;
2814  background-color: #101415;
2815}
2816
2817notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.budgie-menu-launcher:active, notebook > header > tabs > tab .budgie-panel #tasklist-button:active, .budgie-panel notebook > header > tabs > tab #tasklist-button:active, notebook > header > tabs > tab .budgie-panel button.flat.launcher:active, .budgie-panel notebook > header > tabs > tab button.flat.launcher:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover, notebook > header > tabs > tab button.budgie-menu-launcher:active:hover, notebook > header > tabs > tab .budgie-panel #tasklist-button:active:hover, .budgie-panel notebook > header > tabs > tab #tasklist-button:active:hover, .budgie-panel notebook > header > tabs > tab button.flat.launcher:active:hover {
2818  color: #2eb398;
2819  background-color: #0a0c0d;
2820}
2821
2822notebook > header button {
2823  margin: 2px;
2824}
2825
2826scrollbar {
2827  background-color: #20282b;
2828  transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2829}
2830
2831* {
2832  -GtkScrollbar-has-backward-stepper: false;
2833  -GtkScrollbar-has-forward-stepper: false;
2834}
2835
2836scrollbar.top {
2837  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
2838}
2839
2840scrollbar.bottom {
2841  border-top: 1px solid rgba(0, 0, 0, 0.2);
2842}
2843
2844scrollbar.left {
2845  border-right: 1px solid rgba(0, 0, 0, 0.2);
2846}
2847
2848scrollbar.right {
2849  border-left: 1px solid rgba(0, 0, 0, 0.2);
2850}
2851
2852scrollbar button {
2853  border: none;
2854}
2855
2856scrollbar.vertical button.down {
2857  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
2858}
2859
2860scrollbar.vertical button.up {
2861  -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
2862}
2863
2864scrollbar.horizontal button.down {
2865  -gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
2866}
2867
2868scrollbar.horizontal button.up {
2869  -gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
2870}
2871
2872scrollbar slider {
2873  min-width: 6px;
2874  min-height: 6px;
2875  margin: -1px;
2876  border: 4px solid transparent;
2877  border-radius: 8px;
2878  background-clip: padding-box;
2879  background-color: #626a6a;
2880}
2881
2882scrollbar slider:hover {
2883  background-color: #505859;
2884}
2885
2886scrollbar slider:hover:active {
2887  background-color: #2eb398;
2888}
2889
2890scrollbar slider:disabled {
2891  background-color: transparent;
2892}
2893
2894scrollbar.fine-tune slider {
2895  min-width: 4px;
2896  min-height: 4px;
2897}
2898
2899scrollbar.fine-tune.horizontal slider {
2900  border-width: 5px 4px;
2901}
2902
2903scrollbar.fine-tune.vertical slider {
2904  border-width: 4px 5px;
2905}
2906
2907scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
2908  opacity: 0.4;
2909  border-color: transparent;
2910  background-color: transparent;
2911}
2912
2913scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
2914  margin: 0;
2915  min-width: 4px;
2916  min-height: 4px;
2917  background-color: #97a19f;
2918  border: 1px solid rgba(0, 0, 0, 0.3);
2919}
2920
2921scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
2922  margin: 0 2px;
2923  min-width: 40px;
2924}
2925
2926scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
2927  margin: 2px 0;
2928  min-height: 40px;
2929}
2930
2931scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
2932  opacity: 0.99;
2933}
2934
2935scrollbar.horizontal slider {
2936  min-width: 40px;
2937}
2938
2939scrollbar.vertical slider {
2940  min-height: 40px;
2941}
2942
2943switch {
2944  font-size: 0;
2945  min-width: 52px;
2946  min-height: 24px;
2947  background-size: 52px 24px;
2948  background-repeat: no-repeat;
2949  background-position: center center;
2950  transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
2951}
2952
2953switch slider {
2954  min-width: 0;
2955  min-height: 0;
2956}
2957
2958switch, switch slider {
2959  outline-color: transparent;
2960  color: transparent;
2961  border: none;
2962  box-shadow: none;
2963}
2964
2965switch {
2966  background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png"));
2967}
2968
2969menuitem:hover switch,
2970row:selected switch,
2971infobar switch {
2972  background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png"));
2973}
2974
2975headerbar switch,
2976.primary-toolbar switch {
2977  background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png"));
2978}
2979
2980switch:checked {
2981  background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png"));
2982}
2983
2984menuitem:hover switch:checked,
2985row:selected switch:checked,
2986infobar switch:checked {
2987  background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png"));
2988}
2989
2990headerbar switch:checked,
2991.primary-toolbar switch:checked {
2992  background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png"));
2993}
2994
2995switch:hover {
2996  background-image: -gtk-scaled(url("assets/switch-hover-dark.png"), url("assets/switch-hover-dark@2.png"));
2997}
2998
2999menuitem:hover switch:hover,
3000row:selected switch:hover,
3001infobar switch:hover {
3002  background-image: -gtk-scaled(url("assets/switch-hover-selected.png"), url("assets/switch-hover-selected@2.png"));
3003}
3004
3005headerbar switch:hover,
3006.primary-toolbar switch:hover {
3007  background-image: -gtk-scaled(url("assets/switch-hover-header-dark.png"), url("assets/switch-hover-header-dark@2.png"));
3008}
3009
3010switch:checked:hover {
3011  background-image: -gtk-scaled(url("assets/switch-active-hover-dark.png"), url("assets/switch-active-hover-dark@2.png"));
3012}
3013
3014menuitem:hover switch:checked:hover,
3015row:selected switch:checked:hover,
3016infobar switch:checked:hover {
3017  background-image: -gtk-scaled(url("assets/switch-active-hover-selected.png"), url("assets/switch-active-hover-selected@2.png"));
3018}
3019
3020headerbar switch:checked:hover,
3021.primary-toolbar switch:checked:hover {
3022  background-image: -gtk-scaled(url("assets/switch-active-hover-header-dark.png"), url("assets/switch-active-hover-header-dark@2.png"));
3023}
3024
3025switch:disabled {
3026  background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png"));
3027}
3028
3029menuitem:hover switch:disabled,
3030row:selected switch:disabled,
3031infobar switch:disabled {
3032  background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png"));
3033}
3034
3035headerbar switch:disabled,
3036.primary-toolbar switch:disabled {
3037  background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png"));
3038}
3039
3040switch:checked:disabled {
3041  background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png"));
3042}
3043
3044menuitem:hover switch:checked:disabled,
3045row:selected switch:checked:disabled,
3046infobar switch:checked:disabled {
3047  background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png"));
3048}
3049
3050headerbar switch:checked:disabled,
3051.primary-toolbar switch:checked:disabled {
3052  background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png"));
3053}
3054
3055.check,
3056check,
3057treeview.check {
3058  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
3059}
3060
3061.osd check,
3062filechooser actionbar check {
3063  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
3064}
3065
3066menuitem check:hover,
3067.view check:selected,
3068treeview.check:selected,
3069row:selected check,
3070infobar check {
3071  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3072}
3073
3074.check:disabled,
3075check:disabled,
3076treeview.check:disabled {
3077  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3078}
3079
3080.osd check:disabled,
3081filechooser actionbar check:disabled {
3082  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3083}
3084
3085menuitem check:disabled:hover,
3086.view check:disabled:selected,
3087treeview.check:disabled:selected,
3088row:selected check:disabled,
3089infobar check:disabled {
3090  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png"));
3091}
3092
3093.check:indeterminate,
3094check:indeterminate,
3095treeview.check:indeterminate {
3096  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3097}
3098
3099.osd check:indeterminate,
3100filechooser actionbar check:indeterminate {
3101  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3102}
3103
3104menuitem check:indeterminate:hover,
3105.view check:indeterminate:selected,
3106treeview.check:indeterminate:selected,
3107row:selected check:indeterminate,
3108infobar check:indeterminate {
3109  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3110}
3111
3112.check:indeterminate:disabled,
3113check:indeterminate:disabled,
3114treeview.check:indeterminate:disabled {
3115  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3116}
3117
3118.osd check:indeterminate:disabled,
3119filechooser actionbar check:indeterminate:disabled {
3120  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3121}
3122
3123menuitem check:indeterminate:disabled:hover,
3124.view check:indeterminate:disabled:selected,
3125treeview.check:indeterminate:disabled:selected,
3126row:selected check:indeterminate:disabled,
3127infobar check:indeterminate:disabled {
3128  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png"));
3129}
3130
3131.check:checked,
3132check:checked,
3133treeview.check:checked {
3134  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3135}
3136
3137.osd check:checked,
3138filechooser actionbar check:checked {
3139  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3140}
3141
3142menuitem check:checked:hover,
3143.view check:checked:selected,
3144treeview.check:checked:selected,
3145row:selected check:checked,
3146infobar check:checked {
3147  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3148}
3149
3150.check:checked:disabled,
3151check:checked:disabled,
3152treeview.check:checked:disabled {
3153  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3154}
3155
3156.osd check:checked:disabled,
3157filechooser actionbar check:checked:disabled {
3158  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3159}
3160
3161menuitem check:checked:disabled:hover,
3162.view check:checked:disabled:selected,
3163treeview.check:checked:disabled:selected,
3164row:selected check:checked:disabled,
3165infobar check:checked:disabled {
3166  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png"));
3167}
3168
3169.radio,
3170radio,
3171treeview.radio {
3172  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3173}
3174
3175.osd radio,
3176filechooser actionbar radio {
3177  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3178}
3179
3180menuitem radio:hover,
3181.view radio:selected,
3182treeview.radio:selected,
3183row:selected radio,
3184infobar radio {
3185  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3186}
3187
3188.radio:disabled,
3189radio:disabled,
3190treeview.radio:disabled {
3191  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3192}
3193
3194.osd radio:disabled,
3195filechooser actionbar radio:disabled {
3196  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3197}
3198
3199menuitem radio:disabled:hover,
3200.view radio:disabled:selected,
3201treeview.radio:disabled:selected,
3202row:selected radio:disabled,
3203infobar radio:disabled {
3204  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png"));
3205}
3206
3207.radio:indeterminate,
3208radio:indeterminate,
3209treeview.radio:indeterminate {
3210  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3211}
3212
3213.osd radio:indeterminate,
3214filechooser actionbar radio:indeterminate {
3215  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3216}
3217
3218menuitem radio:indeterminate:hover,
3219.view radio:indeterminate:selected,
3220treeview.radio:indeterminate:selected,
3221row:selected radio:indeterminate,
3222infobar radio:indeterminate {
3223  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3224}
3225
3226.radio:indeterminate:disabled,
3227radio:indeterminate:disabled,
3228treeview.radio:indeterminate:disabled {
3229  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3230}
3231
3232.osd radio:indeterminate:disabled,
3233filechooser actionbar radio:indeterminate:disabled {
3234  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3235}
3236
3237menuitem radio:indeterminate:disabled:hover,
3238.view radio:indeterminate:disabled:selected,
3239treeview.radio:indeterminate:disabled:selected,
3240row:selected radio:indeterminate:disabled,
3241infobar radio:indeterminate:disabled {
3242  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png"));
3243}
3244
3245.radio:checked,
3246radio:checked,
3247treeview.radio:checked {
3248  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3249}
3250
3251.osd radio:checked,
3252filechooser actionbar radio:checked {
3253  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3254}
3255
3256menuitem radio:checked:hover,
3257.view radio:checked:selected,
3258treeview.radio:checked:selected,
3259row:selected radio:checked,
3260infobar radio:checked {
3261  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3262}
3263
3264.radio:checked:disabled,
3265radio:checked:disabled,
3266treeview.radio:checked:disabled {
3267  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3268}
3269
3270.osd radio:checked:disabled,
3271filechooser actionbar radio:checked:disabled {
3272  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3273}
3274
3275menuitem radio:checked:disabled:hover,
3276.view radio:checked:disabled:selected,
3277treeview.radio:checked:disabled:selected,
3278row:selected radio:checked:disabled,
3279infobar radio:checked:disabled {
3280  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png"));
3281}
3282
3283.view.content-view.check:not(list) {
3284  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
3285  background-color: transparent;
3286}
3287
3288.view.content-view.check:checked:not(list) {
3289  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
3290  background-color: transparent;
3291}
3292
3293checkbutton.text-button, radiobutton.text-button {
3294  padding: 2px 0;
3295  outline-offset: 0;
3296}
3297
3298checkbutton.text-button:hover, radiobutton.text-button:hover {
3299  color: #a1b5b0;
3300}
3301
3302checkbutton.text-button:disabled, radiobutton.text-button:disabled {
3303  color: rgba(204, 215, 212, 0.45);
3304}
3305
3306checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child {
3307  margin-left: 4px;
3308}
3309
3310checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child {
3311  margin-right: 4px;
3312}
3313
3314check,
3315radio {
3316  min-width: 16px;
3317  min-height: 16px;
3318  margin: 0 2px;
3319}
3320
3321check:only-child,
3322menu menuitem check,
3323radio:only-child,
3324menu menuitem
3325radio {
3326  margin: 0;
3327}
3328
3329scale {
3330  min-height: 15px;
3331  min-width: 15px;
3332  padding: 3px;
3333}
3334
3335scale.horizontal trough {
3336  padding: 0 4px;
3337}
3338
3339scale.horizontal highlight, scale.horizontal fill {
3340  margin: 0 -4px;
3341}
3342
3343scale.vertical trough {
3344  padding: 4px 0;
3345}
3346
3347scale.vertical highlight, scale.vertical fill {
3348  margin: -4px 0;
3349}
3350
3351scale slider {
3352  min-height: 15px;
3353  min-width: 15px;
3354  margin: -6px;
3355}
3356
3357scale.fine-tune slider {
3358  margin: -4px;
3359}
3360
3361scale.fine-tune fill,
3362scale.fine-tune highlight,
3363scale.fine-tune trough {
3364  border-radius: 5px;
3365  -gtk-outline-radius: 7px;
3366}
3367
3368scale trough {
3369  outline-offset: 2px;
3370  -gtk-outline-radius: 4.5px;
3371  border-radius: 2.5px;
3372  background-color: #101415;
3373}
3374
3375scale trough:disabled {
3376  background-color: rgba(16, 20, 21, 0.55);
3377}
3378
3379.osd scale trough {
3380  background-color: rgba(64, 78, 82, 0.95);
3381}
3382
3383.osd scale trough highlight {
3384  background-color: #2eb398;
3385}
3386
3387menuitem:hover scale trough,
3388row:selected scale trough,
3389infobar scale trough {
3390  background-color: rgba(0, 0, 0, 0.2);
3391}
3392
3393menuitem:hover scale trough highlight,
3394row:selected scale trough highlight,
3395infobar scale trough highlight {
3396  background-color: #ffffff;
3397}
3398
3399menuitem:hover scale trough highlight:disabled,
3400row:selected scale trough highlight:disabled,
3401infobar scale trough highlight:disabled {
3402  background-color: #a1ddd1;
3403}
3404
3405menuitem:hover scale trough:disabled,
3406row:selected scale trough:disabled,
3407infobar scale trough:disabled {
3408  background-color: rgba(0, 0, 0, 0.1);
3409}
3410
3411scale highlight {
3412  border-radius: 2.5px;
3413  background-color: #2eb398;
3414}
3415
3416scale highlight:disabled {
3417  background-color: rgba(46, 179, 152, 0.55);
3418}
3419
3420scale fill {
3421  border-radius: 2.5px;
3422  background-color: rgba(46, 179, 152, 0.5);
3423}
3424
3425scale fill:disabled {
3426  background-color: transparent;
3427}
3428
3429scale slider {
3430  background-color: #ffffff;
3431  border: 1px solid rgba(0, 0, 0, 0);
3432  border-radius: 100%;
3433  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3434  transition-property: background, border;
3435}
3436
3437scale slider:hover {
3438  background-color: #31bfa2;
3439  border-color: #2eb398;
3440}
3441
3442scale slider:active {
3443  background-clip: border-box;
3444  background-color: #2ba78e;
3445  border-color: #2eb398;
3446}
3447
3448scale slider:disabled {
3449  background-color: #e6e6e6;
3450  border-color: rgba(0, 0, 0, 0);
3451}
3452
3453menuitem:hover scale slider,
3454row:selected scale slider,
3455infobar scale slider {
3456  background-clip: border-box;
3457  background-color: #ffffff;
3458  border-color: #ffffff;
3459}
3460
3461menuitem:hover scale slider:hover,
3462row:selected scale slider:hover,
3463infobar scale slider:hover {
3464  background-color: #e0f4f0;
3465  border-color: #e0f4f0;
3466}
3467
3468menuitem:hover scale slider:active,
3469row:selected scale slider:active,
3470infobar scale slider:active {
3471  background-color: #97d9cc;
3472  border-color: #97d9cc;
3473}
3474
3475menuitem:hover scale slider:disabled,
3476row:selected scale slider:disabled,
3477infobar scale slider:disabled {
3478  background-color: #a1ddd1;
3479  border-color: #a1ddd1;
3480}
3481
3482.osd scale slider {
3483  background-clip: border-box;
3484  background-color: #2eb398;
3485  border-color: #2eb398;
3486}
3487
3488.osd scale slider:hover {
3489  background-color: #45cfb3;
3490  border-color: #45cfb3;
3491}
3492
3493.osd scale slider:active {
3494  background-color: #248a76;
3495  border-color: #248a76;
3496}
3497
3498scale value {
3499  color: alpha(currentColor,0.4);
3500}
3501
3502scale marks {
3503  color: alpha(currentColor,0.4);
3504}
3505
3506scale marks.top {
3507  margin-bottom: 1px;
3508  margin-top: -4px;
3509}
3510
3511scale marks.bottom {
3512  margin-top: 1px;
3513  margin-bottom: -4px;
3514}
3515
3516scale marks.top {
3517  margin-right: 1px;
3518  margin-left: -4px;
3519}
3520
3521scale marks.bottom {
3522  margin-left: 1px;
3523  margin-right: -4px;
3524}
3525
3526scale.fine-tune marks.top {
3527  margin-bottom: 0px;
3528  margin-top: -2px;
3529}
3530
3531scale.fine-tune marks.bottom {
3532  margin-top: 0px;
3533  margin-bottom: -2px;
3534}
3535
3536scale.fine-tune marks.top {
3537  margin-right: 0px;
3538  margin-left: -2px;
3539}
3540
3541scale.fine-tune marks.bottom {
3542  margin-left: 0px;
3543  margin-right: -2px;
3544}
3545
3546scale.horizontal indicator {
3547  min-height: 3px;
3548  min-width: 1px;
3549}
3550
3551scale.horizontal.fine-tune indicator {
3552  min-height: 2px;
3553}
3554
3555scale.vertical indicator {
3556  min-height: 1px;
3557  min-width: 3px;
3558}
3559
3560scale.vertical.fine-tune indicator {
3561  min-width: 2px;
3562}
3563
3564progressbar {
3565  padding: 0;
3566  font-size: smaller;
3567  color: rgba(204, 215, 212, 0.7);
3568}
3569
3570progressbar.osd {
3571  min-width: 3px;
3572  min-height: 3px;
3573  background-color: transparent;
3574}
3575
3576progressbar.osd trough {
3577  border-style: none;
3578  background-color: transparent;
3579  box-shadow: none;
3580}
3581
3582progressbar progress {
3583  background-color: #db5b5b;
3584  border: none;
3585  border-radius: 3px;
3586  box-shadow: none;
3587}
3588
3589row:selected progressbar progress,
3590infobar progressbar progress {
3591  background-color: #ffffff;
3592}
3593
3594progressbar trough {
3595  border: none;
3596  border-radius: 3px;
3597  background-color: #101415;
3598}
3599
3600row:selected progressbar trough,
3601infobar progressbar trough {
3602  background-color: rgba(0, 0, 0, 0.2);
3603}
3604
3605levelbar block {
3606  min-width: 32px;
3607  min-height: 1px;
3608}
3609
3610levelbar.vertical block {
3611  min-width: 1px;
3612  min-height: 32px;
3613}
3614
3615levelbar trough {
3616  border: none;
3617  padding: 3px;
3618  border-radius: 3px;
3619  background-color: #101415;
3620}
3621
3622levelbar.horizontal.discrete block {
3623  margin: 0 1px;
3624}
3625
3626levelbar.vertical.discrete block {
3627  margin: 1px 0;
3628}
3629
3630levelbar block:not(.empty) {
3631  border: 1px solid #2eb398;
3632  background-color: #2eb398;
3633  border-radius: 2px;
3634}
3635
3636levelbar block.low {
3637  border-color: #F27835;
3638  background-color: #F27835;
3639}
3640
3641levelbar block.high {
3642  border-color: #2eb398;
3643  background-color: #2eb398;
3644}
3645
3646levelbar block.full {
3647  border-color: #2eb398;
3648  background-color: #2eb398;
3649}
3650
3651levelbar block.empty {
3652  background-color: #222b2e;
3653  border-color: #222b2e;
3654}
3655
3656printdialog paper {
3657  border: 1px solid rgba(0, 0, 0, 0.2);
3658  background: #222b2e;
3659  padding: 0;
3660}
3661
3662printdialog .dialog-action-box {
3663  margin: 12px;
3664}
3665
3666frame > border,
3667.frame {
3668  margin: 0;
3669  padding: 0;
3670  border-radius: 0;
3671  border: 1px solid rgba(0, 0, 0, 0.2);
3672}
3673
3674frame.flat > border,
3675frame > border.flat,
3676.frame.flat {
3677  border-style: none;
3678}
3679
3680scrolledwindow viewport.frame {
3681  border-style: none;
3682}
3683
3684scrolledwindow overshoot.top {
3685  background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(46, 179, 152, 0.2)), to(rgba(46, 179, 152, 0)));
3686  background-size: 100% 60%;
3687  background-repeat: no-repeat;
3688  background-position: center top;
3689  background-color: transparent;
3690  border: none;
3691  box-shadow: none;
3692}
3693
3694scrolledwindow overshoot.bottom {
3695  background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(46, 179, 152, 0.2)), to(rgba(46, 179, 152, 0)));
3696  background-size: 100% 60%;
3697  background-repeat: no-repeat;
3698  background-position: center bottom;
3699  background-color: transparent;
3700  border: none;
3701  box-shadow: none;
3702}
3703
3704scrolledwindow overshoot.left {
3705  background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(46, 179, 152, 0.2)), to(rgba(46, 179, 152, 0)));
3706  background-size: 60% 100%;
3707  background-repeat: no-repeat;
3708  background-position: left center;
3709  background-color: transparent;
3710  border: none;
3711  box-shadow: none;
3712}
3713
3714scrolledwindow overshoot.right {
3715  background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(46, 179, 152, 0.2)), to(rgba(46, 179, 152, 0)));
3716  background-size: 60% 100%;
3717  background-repeat: no-repeat;
3718  background-position: right center;
3719  background-color: transparent;
3720  border: none;
3721  box-shadow: none;
3722}
3723
3724scrolledwindow undershoot.top {
3725  background-color: transparent;
3726  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
3727  padding-top: 1px;
3728  background-size: 10px 1px;
3729  background-repeat: repeat-x;
3730  background-origin: content-box;
3731  background-position: center top;
3732  border: none;
3733}
3734
3735scrolledwindow undershoot.bottom {
3736  background-color: transparent;
3737  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
3738  padding-bottom: 1px;
3739  background-size: 10px 1px;
3740  background-repeat: repeat-x;
3741  background-origin: content-box;
3742  background-position: center bottom;
3743  border: none;
3744}
3745
3746scrolledwindow undershoot.left {
3747  background-color: transparent;
3748  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
3749  padding-left: 1px;
3750  background-size: 1px 10px;
3751  background-repeat: repeat-y;
3752  background-origin: content-box;
3753  background-position: left center;
3754  border: none;
3755}
3756
3757scrolledwindow undershoot.right {
3758  background-color: transparent;
3759  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
3760  padding-right: 1px;
3761  background-size: 1px 10px;
3762  background-repeat: repeat-y;
3763  background-origin: content-box;
3764  background-position: right center;
3765  border: none;
3766}
3767
3768scrolledwindow junction {
3769  border-color: transparent;
3770  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
3771  background-color: #20282b;
3772}
3773
3774scrolledwindow junction:dir(rtl) {
3775  border-image-slice: 0 1 0 0;
3776}
3777
3778separator {
3779  background-color: rgba(0, 0, 0, 0.1);
3780  min-width: 1px;
3781  min-height: 1px;
3782}
3783
3784list {
3785  background-color: #222b2e;
3786  border-color: rgba(0, 0, 0, 0.2);
3787}
3788
3789list row {
3790  padding: 2px;
3791}
3792
3793row:not(:hover) {
3794  transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
3795}
3796
3797row.activatable.has-open-popup, .has-open-popup.view, textview text.has-open-popup, iconview.has-open-popup, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.has-open-popup.view.sidebar, .nemo-window .nemo-places-sidebar .has-open-popup.places-treeview, .budgie-menu button.has-open-popup, .panel popover .sidebar .has-open-popup.view, treeview.has-open-popup.view.sidebar.source-list, row.activatable:hover, .view:hover, textview text:hover, iconview:hover, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:hover, .nemo-window .nemo-places-sidebar .places-treeview:hover, .budgie-menu button:hover, .panel popover .sidebar .view:hover, treeview.view.sidebar.source-list:hover {
3798  background-color: rgba(255, 255, 255, 0.03);
3799}
3800
3801row.activatable:active, .view:active, textview text:active, iconview:active, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:active, .nemo-window .nemo-places-sidebar .places-treeview:active, .budgie-menu button:active, .panel popover .sidebar .view:active, treeview.view.sidebar.source-list:active {
3802  color: #ccd7d4;
3803}
3804
3805row.activatable:disabled, .view:disabled, textview text:disabled, iconview:disabled, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:disabled, .nemo-window .nemo-places-sidebar .places-treeview:disabled, .budgie-menu button:disabled, .panel popover .sidebar .view:disabled, treeview.view.sidebar.source-list:disabled {
3806  color: rgba(204, 215, 212, 0.45);
3807}
3808
3809row.activatable:disabled image, .view:disabled image, textview text:disabled image, iconview:disabled image, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:disabled image, .nemo-window .nemo-places-sidebar .places-treeview:disabled image, .budgie-menu button:disabled image, .panel popover .sidebar .view:disabled image, treeview.view.sidebar.source-list:disabled image {
3810  color: inherit;
3811}
3812
3813row.activatable:selected:active, .view:selected:active, textview text:selected:active, iconview:selected:active, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected:active, .nemo-window .nemo-places-sidebar .places-treeview:selected:active, .budgie-menu button:selected:active, .panel popover .sidebar .view:selected:active, treeview.view.sidebar.source-list:selected:active {
3814  color: #ffffff;
3815}
3816
3817row.activatable:selected.has-open-popup, .view:selected.has-open-popup, textview text:selected.has-open-popup, iconview:selected.has-open-popup, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected.has-open-popup, .nemo-window .nemo-places-sidebar .places-treeview:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, .panel popover .sidebar .view:selected.has-open-popup, treeview.view.sidebar.source-list:selected.has-open-popup, row.activatable:selected:hover, .view:selected:hover, textview text:selected:hover, iconview:selected:hover, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected:hover, .nemo-window .nemo-places-sidebar .places-treeview:selected:hover, .budgie-menu button:selected:hover, .panel popover .sidebar .view:selected:hover, treeview.view.sidebar.source-list:selected:hover {
3818  background-color: #29a189;
3819}
3820
3821.app-notification {
3822  padding: 10px;
3823  color: #ccd7d4;
3824  background-color: alpha(rgba(48, 59, 62, 0.95),0.9);
3825  background-clip: border-box;
3826  border-radius: 0 0 2px 2px;
3827  border-width: 0 1px 1px 1px;
3828  border-style: solid;
3829  border-color: rgba(21, 26, 28, 0.35);
3830}
3831
3832.app-notification border {
3833  border: none;
3834}
3835
3836.app-notification button {
3837  color: #ccd7d4;
3838  border-color: rgba(21, 26, 28, 0.35);
3839  background-color: rgba(97, 119, 125, 0.35);
3840}
3841
3842.app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.budgie-menu-launcher, .app-notification .budgie-panel #tasklist-button, .budgie-panel .app-notification #tasklist-button, .app-notification .budgie-panel button.flat.launcher, .budgie-panel .app-notification button.flat.launcher {
3843  border-color: rgba(46, 179, 152, 0);
3844}
3845
3846.app-notification button:hover {
3847  color: #ccd7d4;
3848  border-color: rgba(21, 26, 28, 0.35);
3849  background-color: rgba(113, 138, 145, 0.45);
3850}
3851
3852.app-notification button:active, .app-notification button:checked {
3853  color: #ffffff;
3854  border-color: rgba(21, 26, 28, 0.35);
3855  background-color: #2eb398;
3856  background-clip: padding-box;
3857}
3858
3859.app-notification button:disabled {
3860  color: #5f6a6b;
3861  border-color: rgba(21, 26, 28, 0.35);
3862  background-color: rgba(97, 119, 125, 0.2);
3863}
3864
3865.app-notification .linked:not(.vertical) > entry + entry {
3866  border-left-color: rgba(0, 0, 0, 0);
3867}
3868
3869.app-notification .linked:not(.vertical) > entry.error + entry,
3870.app-notification .linked:not(.vertical) > entry + entry.error {
3871  border-left-color: #FC4138;
3872}
3873
3874.app-notification .linked:not(.vertical) > entry.warning + entry,
3875.app-notification .linked:not(.vertical) > entry + entry.warning {
3876  border-left-color: #F27835;
3877}
3878
3879.app-notification .linked:not(.vertical) > entry.error + entry.warning,
3880.app-notification .linked:not(.vertical) > entry.warning + entry.error {
3881  border-left-color: #f75d37;
3882}
3883
3884.app-notification .linked:not(.vertical) > entry + entry:focus:not(:last-child),
3885.app-notification .linked:not(.vertical) > entry + entry:focus:last-child {
3886  border-left-color: #2eb398;
3887}
3888
3889.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
3890.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + button,
3891.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
3892  border-left-color: #2eb398;
3893}
3894
3895.app-notification .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
3896.app-notification .linked:not(.vertical) > entry + entry:drop(active):last-child {
3897  border-left-color: #F08437;
3898}
3899
3900.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
3901.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
3902.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
3903  border-left-color: #F08437;
3904}
3905
3906.app-notification .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
3907.app-notification .linked:not(.vertical) > entry + entry.warning:focus:last-child {
3908  border-left-color: #F27835;
3909}
3910
3911.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
3912.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
3913.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
3914  border-left-color: #F27835;
3915}
3916
3917.app-notification .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
3918.app-notification .linked:not(.vertical) > entry + entry.error:focus:last-child {
3919  border-left-color: #FC4138;
3920}
3921
3922.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
3923.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
3924.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
3925  border-left-color: #FC4138;
3926}
3927
3928.app-notification .linked:not(.vertical) > button:active + entry,
3929.app-notification .linked:not(.vertical) > button:checked + entry {
3930  border-left-color: #2eb398;
3931}
3932
3933.app-notification .linked:not(.vertical) > button + button {
3934  border-left-style: none;
3935}
3936
3937.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
3938.app-notification .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) {
3939  box-shadow: inset 1px 0 rgba(21, 26, 28, 0.35);
3940}
3941
3942.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
3943.app-notification .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) {
3944  box-shadow: inset 1px 0 rgba(21, 26, 28, 0);
3945}
3946
3947.app-notification .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
3948.app-notification .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
3949.app-notification .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
3950.app-notification .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
3951.app-notification .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
3952.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
3953.app-notification .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,
3954.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
3955.app-notification .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
3956.app-notification .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
3957.app-notification .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
3958.app-notification .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
3959.app-notification .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
3960  box-shadow: none;
3961}
3962
3963expander arrow {
3964  min-width: 16px;
3965  min-height: 16px;
3966  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
3967}
3968
3969expander arrow:dir(rtl) {
3970  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
3971}
3972
3973expander arrow:hover {
3974  color: white;
3975}
3976
3977expander arrow:checked {
3978  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
3979}
3980
3981calendar {
3982  color: #ccd7d4;
3983  border: 1px solid rgba(0, 0, 0, 0.2);
3984  border-radius: 3px;
3985  padding: 2px;
3986}
3987
3988calendar:selected {
3989  border-radius: 1.5px;
3990}
3991
3992calendar.header {
3993  color: #ccd7d4;
3994  border: none;
3995}
3996
3997calendar.button {
3998  color: rgba(204, 215, 212, 0.45);
3999}
4000
4001calendar.button:hover {
4002  color: #ccd7d4;
4003}
4004
4005calendar.button:disabled {
4006  color: rgba(204, 215, 212, 0.45);
4007}
4008
4009calendar:indeterminate {
4010  color: alpha(currentColor,0.55);
4011}
4012
4013calendar.highlight {
4014  color: #ccd7d4;
4015}
4016
4017messagedialog .linked:not(.vertical) > button,
4018messagedialog .linked:not(.vertical) > button:hover,
4019messagedialog .linked:not(.vertical) > button:active,
4020messagedialog .linked:not(.vertical) > button:checked,
4021messagedialog .linked:not(.vertical) > button:disabled {
4022  border-radius: 0;
4023  border-top: 1px solid rgba(0, 0, 0, 0.2);
4024  border-right: none;
4025  border-bottom: none;
4026}
4027
4028messagedialog .linked:not(.vertical) > button:last-child,
4029messagedialog .linked:not(.vertical) > button:hover:last-child,
4030messagedialog .linked:not(.vertical) > button:active:last-child,
4031messagedialog .linked:not(.vertical) > button:checked:last-child,
4032messagedialog .linked:not(.vertical) > button:disabled:last-child {
4033  border-bottom-right-radius: 3px;
4034  border-top-right-radius: 0;
4035  border-right: none;
4036  border-bottom: none;
4037}
4038
4039messagedialog .linked:not(.vertical) > button:first-child,
4040messagedialog .linked:not(.vertical) > button:hover:first-child,
4041messagedialog .linked:not(.vertical) > button:active:first-child,
4042messagedialog .linked:not(.vertical) > button:checked:first-child,
4043messagedialog .linked:not(.vertical) > button:disabled:first-child {
4044  border-bottom-left-radius: 3px;
4045  border-top-left-radius: 0;
4046  border-left: none;
4047  border-bottom: none;
4048}
4049
4050messagedialog .linked:not(.vertical) > button:only-child,
4051messagedialog .linked:not(.vertical) > button:hover:only-child,
4052messagedialog .linked:not(.vertical) > button:active:only-child,
4053messagedialog .linked:not(.vertical) > button:checked:only-child,
4054messagedialog .linked:not(.vertical) > button:disabled:only-child {
4055  border-bottom-left-radius: 3px;
4056  border-bottom-right-radius: 3px;
4057  border-left: none;
4058  border-right: none;
4059  border-bottom: none;
4060}
4061
4062messagedialog .titlebar {
4063  min-height: 20px;
4064  background-color: #141a1b;
4065  border-bottom: 1px solid #050607;
4066}
4067
4068messagedialog .dialog-action-area button {
4069  padding: 8px;
4070  min-height: 0;
4071}
4072
4073messagedialog.background, messagedialog.csd.background {
4074  border-bottom-left-radius: 3px;
4075  border-bottom-right-radius: 3px;
4076  border: none;
4077}
4078
4079messagedialog .dialog-action-area button:active, messagedialog .dialog-action-area button:checked, messagedialog.csd .dialog-action-area button:active, messagedialog.csd .dialog-action-area button:checked {
4080  transition: background-color 0.00001s 0.3s;
4081  animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
4082}
4083
4084messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover, messagedialog.csd .dialog-action-area button:not(.suggested-action):not(.destructive-action):hover {
4085  background-color: alpha(#ccd7d4,0.06);
4086}
4087
4088messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked, messagedialog.csd .dialog-action-area button:not(.suggested-action):not(.destructive-action):active, messagedialog.csd .dialog-action-area button:not(.suggested-action):not(.destructive-action):checked {
4089  background-color: alpha(#ccd7d4,0.1);
4090  color: #ccd7d4;
4091}
4092
4093filechooser #pathbarbox {
4094  border-bottom: 1px solid rgba(0, 0, 0, 0);
4095}
4096
4097filechooserbutton:drop(active) {
4098  box-shadow: none;
4099  border-color: transparent;
4100}
4101
4102.sidebar {
4103  border-style: none;
4104  background-color: #1b2224;
4105}
4106
4107stacksidebar.sidebar:dir(ltr) list,
4108stacksidebar.sidebar.left list,
4109stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) {
4110  border-right: 1px solid #171c1e;
4111  border-left-style: none;
4112}
4113
4114stacksidebar.sidebar:dir(rtl) list,
4115stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
4116  border-left: 1px solid #171c1e;
4117  border-right-style: none;
4118}
4119
4120.sidebar list {
4121  background-color: transparent;
4122}
4123
4124paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
4125  border-style: none;
4126}
4127
4128stacksidebar row {
4129  padding: 4px 4px;
4130}
4131
4132stacksidebar row > label {
4133  padding-left: 6px;
4134  padding-right: 6px;
4135}
4136
4137stacksidebar row.needs-attention > label {
4138  background-size: 6px 6px, 0 0;
4139}
4140
4141placessidebar > viewport.frame {
4142  border-style: none;
4143}
4144
4145placessidebar row {
4146  min-height: 28px;
4147  padding: 2px 2px 2px 10px;
4148}
4149
4150placessidebar row > revealer {
4151  padding: 0 10px;
4152}
4153
4154placessidebar row image.sidebar-icon:dir(ltr) {
4155  padding-right: 8px;
4156}
4157
4158placessidebar row image.sidebar-icon:dir(rtl) {
4159  padding-left: 8px;
4160}
4161
4162placessidebar row label.sidebar-label:dir(ltr) {
4163  padding-right: 2px;
4164}
4165
4166placessidebar row label.sidebar-label:dir(rtl) {
4167  padding-left: 2px;
4168}
4169
4170button.sidebar-button {
4171  min-width: 22px;
4172  min-height: 22px;
4173  margin-top: 2px;
4174  margin-bottom: 2px;
4175  padding: 0;
4176  border-radius: 100%;
4177  -gtk-outline-radius: 100%;
4178}
4179
4180button.sidebar-button:not(:hover):not(:active) > image {
4181  opacity: 0.5;
4182}
4183
4184placessidebar row.sidebar-placeholder-row {
4185  padding: 0 8px;
4186  min-height: 2px;
4187  background-image: linear-gradient(to bottom, #F08437, #F08437);
4188  background-clip: content-box;
4189}
4190
4191placessidebar row.sidebar-new-bookmark-row {
4192  color: #2eb398;
4193}
4194
4195placessidebar row:drop(active):not(:disabled) {
4196  box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437;
4197}
4198
4199placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
4200  color: #F08437;
4201}
4202
4203placessidebar row:drop(active):not(:disabled):selected {
4204  background-color: #F08437;
4205}
4206
4207placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
4208  color: #ffffff;
4209}
4210
4211placesview .server-list-button > image {
4212  -gtk-icon-transform: rotate(0turn);
4213}
4214
4215placesview .server-list-button:checked > image {
4216  transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
4217  -gtk-icon-transform: rotate(-0.5turn);
4218}
4219
4220placesview > actionbar > revealer > box > label {
4221  padding-left: 8px;
4222  padding-right: 8px;
4223}
4224
4225paned > separator {
4226  min-width: 1px;
4227  min-height: 1px;
4228  -gtk-icon-source: none;
4229  border-style: none;
4230  background-color: transparent;
4231  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
4232  background-size: 1px 1px;
4233}
4234
4235paned > separator:selected {
4236  background-image: linear-gradient(to bottom, #2eb398, #2eb398);
4237}
4238
4239paned > separator.wide {
4240  min-width: 5px;
4241  min-height: 5px;
4242  background-color: #1b2224;
4243  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
4244  background-size: 1px 1px, 1px 1px;
4245}
4246
4247paned.horizontal > separator {
4248  background-repeat: repeat-y;
4249}
4250
4251paned.horizontal > separator:dir(ltr) {
4252  margin: 0 -8px 0 0;
4253  padding: 0 8px 0 0;
4254  background-position: left;
4255}
4256
4257paned.horizontal > separator:dir(rtl) {
4258  margin: 0 0 0 -8px;
4259  padding: 0 0 0 8px;
4260  background-position: right;
4261}
4262
4263paned.horizontal > separator.wide {
4264  margin: 0;
4265  padding: 0;
4266  background-repeat: repeat-y, repeat-y;
4267  background-position: left, right;
4268}
4269
4270paned.vertical > separator {
4271  margin: 0 0 -8px 0;
4272  padding: 0 0 8px 0;
4273  background-repeat: repeat-x;
4274  background-position: top;
4275}
4276
4277paned.vertical > separator.wide {
4278  margin: 0;
4279  padding: 0;
4280  background-repeat: repeat-x, repeat-x;
4281  background-position: bottom, top;
4282}
4283
4284infobar {
4285  border-style: none;
4286}
4287
4288infobar.info, infobar.question, infobar.warning, infobar.error {
4289  background-color: #2eb398;
4290  color: #ffffff;
4291  caret-color: currentColor;
4292}
4293
4294infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
4295  color: #2eb398;
4296  background-color: #ffffff;
4297}
4298
4299row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button, .raven-mpris button.image-button {
4300  color: #ffffff;
4301  background-color: rgba(255, 255, 255, 0);
4302  border-color: rgba(255, 255, 255, 0.5);
4303}
4304
4305row:selected button.flat, row:selected button.sidebar-button, row:selected button.budgie-menu-launcher, row:selected .budgie-panel #tasklist-button, .budgie-panel row:selected #tasklist-button, row:selected .budgie-panel button.flat.launcher, .budgie-panel row:selected button.flat.launcher, infobar.info button.flat, infobar.info button.sidebar-button, infobar.info button.budgie-menu-launcher, infobar.info .budgie-panel #tasklist-button, .budgie-panel infobar.info #tasklist-button, infobar.info .budgie-panel button.flat.launcher, .budgie-panel infobar.info button.flat.launcher, infobar.question button.flat, infobar.question button.sidebar-button, infobar.question button.budgie-menu-launcher, infobar.question .budgie-panel #tasklist-button, .budgie-panel infobar.question #tasklist-button, infobar.question .budgie-panel button.flat.launcher, .budgie-panel infobar.question button.flat.launcher, infobar.warning button.flat, infobar.warning button.sidebar-button, infobar.warning button.budgie-menu-launcher, infobar.warning .budgie-panel #tasklist-button, .budgie-panel infobar.warning #tasklist-button, infobar.warning .budgie-panel button.flat.launcher, .budgie-panel infobar.warning button.flat.launcher, infobar.error button.flat, infobar.error button.sidebar-button, infobar.error button.budgie-menu-launcher, infobar.error .budgie-panel #tasklist-button, .budgie-panel infobar.error #tasklist-button, infobar.error .budgie-panel button.flat.launcher, .budgie-panel infobar.error button.flat.launcher, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button, .nautilus-window .floating-bar button.budgie-menu-launcher, .nautilus-window .floating-bar .budgie-panel #tasklist-button, .budgie-panel .nautilus-window .floating-bar #tasklist-button, .raven-mpris button.flat.image-button, .raven-mpris button.image-button.sidebar-button, .raven-mpris button.image-button.budgie-menu-launcher, .raven-mpris .budgie-panel .image-button#tasklist-button, .budgie-panel .raven-mpris .image-button#tasklist-button {
4306  border-color: transparent;
4307  background-color: transparent;
4308  background-image: none;
4309  color: #ffffff;
4310  background-color: rgba(255, 255, 255, 0);
4311}
4312
4313headerbar.selection-mode button:disabled, .nemo-window .selection-mode.primary-toolbar button:disabled, row:selected button.flat:disabled, row:selected button.sidebar-button:disabled, row:selected button.budgie-menu-launcher:disabled, row:selected .budgie-panel #tasklist-button:disabled, .budgie-panel row:selected #tasklist-button:disabled, infobar.info button.flat:disabled, infobar.info button.sidebar-button:disabled, infobar.info button.budgie-menu-launcher:disabled, infobar.info .budgie-panel #tasklist-button:disabled, .budgie-panel infobar.info #tasklist-button:disabled, infobar.question button.flat:disabled, infobar.question button.sidebar-button:disabled, infobar.question button.budgie-menu-launcher:disabled, infobar.question .budgie-panel #tasklist-button:disabled, .budgie-panel infobar.question #tasklist-button:disabled, infobar.warning button.flat:disabled, infobar.warning button.sidebar-button:disabled, infobar.warning button.budgie-menu-launcher:disabled, infobar.warning .budgie-panel #tasklist-button:disabled, .budgie-panel infobar.warning #tasklist-button:disabled, infobar.error button.flat:disabled, infobar.error button.sidebar-button:disabled, infobar.error button.budgie-menu-launcher:disabled, infobar.error .budgie-panel #tasklist-button:disabled, .budgie-panel infobar.error #tasklist-button:disabled, .nautilus-window .floating-bar button.flat:disabled, .nautilus-window .floating-bar button.sidebar-button:disabled, .nautilus-window .floating-bar button.budgie-menu-launcher:disabled, .nautilus-window .floating-bar .budgie-panel #tasklist-button:disabled, .budgie-panel .nautilus-window .floating-bar #tasklist-button:disabled, .raven-mpris button.flat.image-button:disabled, .raven-mpris button.image-button.sidebar-button:disabled, .raven-mpris button.image-button.budgie-menu-launcher:disabled, .raven-mpris .budgie-panel .image-button#tasklist-button:disabled, .budgie-panel .raven-mpris .image-button#tasklist-button:disabled, headerbar.selection-mode button:disabled label, .nemo-window .selection-mode.primary-toolbar button:disabled label, row:selected button.flat:disabled label, row:selected button.sidebar-button:disabled label, row:selected button.budgie-menu-launcher:disabled label, row:selected .budgie-panel #tasklist-button:disabled label, .budgie-panel row:selected #tasklist-button:disabled label, infobar.info button.flat:disabled label, infobar.info button.sidebar-button:disabled label, infobar.info button.budgie-menu-launcher:disabled label, infobar.info .budgie-panel #tasklist-button:disabled label, .budgie-panel infobar.info #tasklist-button:disabled label, infobar.question button.flat:disabled label, infobar.question button.sidebar-button:disabled label, infobar.question button.budgie-menu-launcher:disabled label, infobar.question .budgie-panel #tasklist-button:disabled label, .budgie-panel infobar.question #tasklist-button:disabled label, infobar.warning button.flat:disabled label, infobar.warning button.sidebar-button:disabled label, infobar.warning button.budgie-menu-launcher:disabled label, infobar.warning .budgie-panel #tasklist-button:disabled label, .budgie-panel infobar.warning #tasklist-button:disabled label, infobar.error button.flat:disabled label, infobar.error button.sidebar-button:disabled label, infobar.error button.budgie-menu-launcher:disabled label, infobar.error .budgie-panel #tasklist-button:disabled label, .budgie-panel infobar.error #tasklist-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label, .nautilus-window .floating-bar button.budgie-menu-launcher:disabled label, .nautilus-window .floating-bar .budgie-panel #tasklist-button:disabled label, .budgie-panel .nautilus-window .floating-bar #tasklist-button:disabled label, .raven-mpris button.flat.image-button:disabled label, .raven-mpris button.image-button.sidebar-button:disabled label, .raven-mpris button.image-button.budgie-menu-launcher:disabled label, .raven-mpris .budgie-panel .image-button#tasklist-button:disabled label, .budgie-panel .raven-mpris .image-button#tasklist-button:disabled label {
4314  color: rgba(255, 255, 255, 0.4);
4315}
4316
4317row:selected button:hover, infobar.info button:hover, infobar.question button:hover, infobar.warning button:hover, infobar.error button:hover, .nautilus-window .floating-bar button:hover, .raven-mpris button.image-button:hover {
4318  color: #ffffff;
4319  background-color: rgba(255, 255, 255, 0.2);
4320  border-color: rgba(255, 255, 255, 0.8);
4321}
4322
4323headerbar.selection-mode button:active, .nemo-window .selection-mode.primary-toolbar button:active, headerbar.selection-mode button:checked, .nemo-window .selection-mode.primary-toolbar button:checked, row:selected button:active, infobar.info button:active, infobar.question button:active, infobar.warning button:active, infobar.error button:active, .nautilus-window .floating-bar button:active, .raven-mpris button.image-button:active, headerbar.selection-mode button:hover:active, .nemo-window .selection-mode.primary-toolbar button:hover:active, headerbar.selection-mode button:hover:checked, .nemo-window .selection-mode.primary-toolbar button:hover:checked, row:selected button:active:hover, infobar.info button:active:hover, infobar.question button:active:hover, infobar.warning button:active:hover, infobar.error button:active:hover, .nautilus-window .floating-bar button:active:hover, .raven-mpris button.image-button:active:hover, row:selected button:checked, infobar.info button:checked, infobar.question button:checked, infobar.warning button:checked, infobar.error button:checked, .nautilus-window .floating-bar button:checked, .raven-mpris button.image-button:checked {
4324  color: #2eb398;
4325  background-color: #ffffff;
4326  border-color: #ffffff;
4327}
4328
4329row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, .raven-mpris button.image-button:disabled {
4330  background-color: rgba(255, 255, 255, 0);
4331  border-color: rgba(255, 255, 255, 0.4);
4332}
4333
4334row:selected button:disabled, infobar.info button:disabled, infobar.question button:disabled, infobar.warning button:disabled, infobar.error button:disabled, .nautilus-window .floating-bar button:disabled, .raven-mpris button.image-button:disabled, row:selected button:disabled label, infobar.info button:disabled label, infobar.question button:disabled label, infobar.warning button:disabled label, infobar.error button:disabled label, .nautilus-window .floating-bar button:disabled label, .raven-mpris button.image-button:disabled label {
4335  color: rgba(255, 255, 255, 0.5);
4336}
4337
4338headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, .raven-mpris button.image-button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked, .raven-mpris button.image-button:disabled:checked {
4339  color: #2eb398;
4340  background-color: rgba(255, 255, 255, 0.5);
4341  border-color: rgba(255, 255, 255, 0.4);
4342}
4343
4344tooltip {
4345  border-radius: 2px;
4346  box-shadow: none;
4347}
4348
4349tooltip.background {
4350  background-color: rgba(70, 86, 91, 0.95);
4351  background-clip: padding-box;
4352}
4353
4354tooltip.background label {
4355  padding: 4px;
4356}
4357
4358tooltip decoration {
4359  background-color: transparent;
4360}
4361
4362tooltip * {
4363  background-color: transparent;
4364  color: #ccd7d4;
4365}
4366
4367colorswatch, colorswatch:drop(active) {
4368  border-style: none;
4369}
4370
4371colorswatch.top {
4372  border-top-left-radius: 2.5px;
4373  border-top-right-radius: 2.5px;
4374}
4375
4376colorswatch.top overlay {
4377  border-top-left-radius: 2px;
4378  border-top-right-radius: 2px;
4379}
4380
4381colorswatch.bottom {
4382  border-bottom-left-radius: 2.5px;
4383  border-bottom-right-radius: 2.5px;
4384}
4385
4386colorswatch.bottom overlay {
4387  border-bottom-left-radius: 2px;
4388  border-bottom-right-radius: 2px;
4389}
4390
4391colorswatch.left, colorswatch:first-child:not(.top) {
4392  border-top-left-radius: 2.5px;
4393  border-bottom-left-radius: 2.5px;
4394}
4395
4396colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
4397  border-top-left-radius: 2px;
4398  border-bottom-left-radius: 2px;
4399}
4400
4401colorswatch.right, colorswatch:last-child:not(.bottom) {
4402  border-top-right-radius: 2.5px;
4403  border-bottom-right-radius: 2.5px;
4404}
4405
4406colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
4407  border-top-right-radius: 2px;
4408  border-bottom-right-radius: 2px;
4409}
4410
4411colorswatch.dark overlay {
4412  color: rgba(255, 255, 255, 0.7);
4413}
4414
4415colorswatch.dark overlay:hover {
4416  border-color: rgba(0, 0, 0, 0.2);
4417}
4418
4419colorswatch.light overlay {
4420  color: rgba(0, 0, 0, 0.7);
4421}
4422
4423colorswatch.light overlay:hover {
4424  border-color: rgba(0, 0, 0, 0.2);
4425}
4426
4427colorswatch overlay {
4428  border: 1px solid rgba(0, 0, 0, 0.2);
4429}
4430
4431colorswatch overlay:hover {
4432  background-color: rgba(255, 255, 255, 0.2);
4433}
4434
4435colorswatch:disabled {
4436  opacity: 0.5;
4437}
4438
4439colorswatch:disabled overlay {
4440  border-color: rgba(0, 0, 0, 0.6);
4441  box-shadow: none;
4442}
4443
4444colorswatch#add-color-button {
4445  border-style: solid;
4446  border-width: 1px;
4447  color: #ccd7d4;
4448  border-color: rgba(0, 0, 0, 0.2);
4449  background-color: #263034;
4450}
4451
4452colorswatch#add-color-button:hover {
4453  color: #a1b5b0;
4454  border-color: rgba(0, 0, 0, 0.2);
4455  background-color: #38464b;
4456}
4457
4458colorswatch#add-color-button overlay {
4459  border-color: transparent;
4460  background-color: transparent;
4461  background-image: none;
4462}
4463
4464button.color {
4465  padding: 0;
4466}
4467
4468button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay {
4469  margin: 4px;
4470  border-radius: 0;
4471}
4472
4473colorchooser .popover.osd {
4474  border-radius: 3px;
4475}
4476
4477.content-view {
4478  background-color: #222b2e;
4479}
4480
4481.content-view:hover {
4482  -gtk-icon-effect: highlight;
4483}
4484
4485.scale-popup button:hover {
4486  color: #a1b5b0;
4487  border-color: rgba(0, 0, 0, 0.2);
4488  background-color: #38464b;
4489}
4490
4491.context-menu, popover.touch-selection, .csd popover.touch-selection,
4492popover.background.touch-selection, .csd popover.background.touch-selection {
4493  font: initial;
4494}
4495
4496.monospace {
4497  font-family: Monospace;
4498}
4499
4500button.circular, button.nautilus-circular-button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text button.image-button, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text button.image-button, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text button.image-button, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button button.image-button, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button button.image-button, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button button.image-button, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view button.image-button, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view button.image-button, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list button.image-button, .budgie-notification-window button.image-button, .budgie-osd-window button.image-button, .budgie-switcher-window button.image-button,
4501button.circular-button {
4502  padding: 0;
4503  min-width: 16px;
4504  min-height: 24px;
4505  padding: 2px 6px;
4506  border-radius: 50%;
4507  -gtk-outline-radius: 50%;
4508}
4509
4510button.circular label, button.nautilus-circular-button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text button.image-button label, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text button.image-button label, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text button.image-button label, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button label, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button label, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button button.image-button label, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button button.image-button label, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button button.image-button label, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button label, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view button.image-button label, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button label, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view button.image-button label, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button label, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list button.image-button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list button.image-button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list button.image-button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list button.image-button label, .budgie-notification-window button.image-button label, .budgie-osd-window button.image-button label, .budgie-switcher-window button.image-button label,
4511button.circular-button label {
4512  padding: 0;
4513}
4514
4515.keycap {
4516  min-width: 16px;
4517  min-height: 20px;
4518  padding: 3px 6px 4px 6px;
4519  color: #ccd7d4;
4520  background-color: #222b2e;
4521  border: 1px solid rgba(0, 0, 0, 0.2);
4522  border-radius: 2.5px;
4523  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
4524}
4525
4526stackswitcher button.text-button {
4527  min-width: 80px;
4528}
4529
4530stackswitcher button.circular, stackswitcher button.nautilus-circular-button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text stackswitcher button.image-button, stackswitcher textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text button.image-button, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text stackswitcher button.image-button, stackswitcher textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text button.image-button, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text stackswitcher button.image-button, stackswitcher textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text button.image-button, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text stackswitcher button.image-button, stackswitcher textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button button.image-button, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button button.image-button, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button button.image-button, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view stackswitcher button.image-button, stackswitcher .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view stackswitcher button.image-button, stackswitcher .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view stackswitcher button.image-button, stackswitcher .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view stackswitcher button.image-button, stackswitcher .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view stackswitcher button.image-button, stackswitcher .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list stackswitcher button.image-button, stackswitcher .budgie-notification-window button.image-button, .budgie-notification-window stackswitcher button.image-button, stackswitcher .budgie-osd-window button.image-button, .budgie-osd-window stackswitcher button.image-button, stackswitcher .budgie-switcher-window button.image-button, .budgie-switcher-window stackswitcher button.image-button {
4531  min-width: 0;
4532}
4533
4534*:drop(active):focus,
4535*:drop(active) {
4536  box-shadow: inset 0 0 0 1px #F08437;
4537}
4538
4539decoration {
4540  border-radius: 2px 2px 0 0;
4541  border-width: 0;
4542  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.2);
4543  margin: 6px;
4544}
4545
4546decoration:backdrop {
4547  box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.23), 0 0 0 1px rgba(0, 0, 0, 0.2);
4548  transition: 200ms ease-out;
4549}
4550
4551.fullscreen decoration,
4552.tiled decoration {
4553  border-radius: 0;
4554  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.23);
4555}
4556
4557.ssd decoration {
4558  border-radius: 3px 3px 0 0;
4559  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);
4560}
4561
4562.ssd decoration.maximized {
4563  border-radius: 0;
4564}
4565
4566.csd.popup decoration {
4567  border-radius: 2px;
4568  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.2);
4569}
4570
4571tooltip.csd decoration {
4572  border-radius: 2px;
4573  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
4574}
4575
4576messagedialog.csd decoration {
4577  border-radius: 3px;
4578}
4579
4580.solid-csd decoration {
4581  border: none;
4582  border-radius: 0;
4583  margin: 0;
4584  background-color: #141a1b;
4585  box-shadow: none;
4586}
4587
4588headerbar button.titlebutton,
4589.titlebar button.titlebutton {
4590  margin: 0;
4591  padding: 0;
4592  min-width: 28px;
4593  min-height: 28px;
4594  border-color: transparent;
4595  background-color: transparent;
4596  background-image: none;
4597  background-color: rgba(20, 26, 27, 0);
4598}
4599
4600headerbar button.titlebutton:hover,
4601.titlebar button.titlebutton:hover {
4602  color: #ccd7d4;
4603  border-color: rgba(0, 0, 0, 0.2);
4604  background-color: rgba(204, 215, 212, 0.12);
4605}
4606
4607headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
4608.titlebar button.titlebutton:active,
4609.titlebar button.titlebutton:checked {
4610  color: #ffffff;
4611  border-color: transparent;
4612  background-color: #2eb398;
4613}
4614
4615headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, headerbar button.titlebutton.restore,
4616.titlebar button.titlebutton.close,
4617.titlebar button.titlebutton.maximize,
4618.titlebar button.titlebutton.minimize,
4619.titlebar button.titlebutton.restore {
4620  min-width: 30px;
4621  min-height: 28px;
4622  color: transparent;
4623  background-color: transparent;
4624  background-position: center;
4625  background-repeat: no-repeat;
4626  border-width: 0;
4627}
4628
4629headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, headerbar button.titlebutton.restore:backdrop,
4630.titlebar button.titlebutton.close:backdrop,
4631.titlebar button.titlebutton.maximize:backdrop,
4632.titlebar button.titlebutton.minimize:backdrop,
4633.titlebar button.titlebutton.restore:backdrop {
4634  opacity: 1;
4635}
4636
4637headerbar button.titlebutton.close,
4638.titlebar button.titlebutton.close {
4639  background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png"));
4640}
4641
4642headerbar button.titlebutton.close:backdrop,
4643.titlebar button.titlebutton.close:backdrop {
4644  background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png"));
4645}
4646
4647headerbar button.titlebutton.close:hover,
4648.titlebar button.titlebutton.close:hover {
4649  background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png"));
4650}
4651
4652headerbar button.titlebutton.close:active,
4653.titlebar button.titlebutton.close:active {
4654  background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png"));
4655}
4656
4657headerbar button.titlebutton.maximize,
4658.titlebar button.titlebutton.maximize {
4659  background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png"));
4660}
4661
4662headerbar button.titlebutton.maximize:backdrop,
4663.titlebar button.titlebutton.maximize:backdrop {
4664  background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png"));
4665}
4666
4667headerbar button.titlebutton.maximize:hover,
4668.titlebar button.titlebutton.maximize:hover {
4669  background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png"));
4670}
4671
4672headerbar button.titlebutton.maximize:active,
4673.titlebar button.titlebutton.maximize:active {
4674  background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png"));
4675}
4676
4677headerbar button.titlebutton.minimize,
4678.titlebar button.titlebutton.minimize {
4679  background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png"));
4680}
4681
4682headerbar button.titlebutton.minimize:backdrop,
4683.titlebar button.titlebutton.minimize:backdrop {
4684  background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png"));
4685}
4686
4687headerbar button.titlebutton.minimize:hover,
4688.titlebar button.titlebutton.minimize:hover {
4689  background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png"));
4690}
4691
4692headerbar button.titlebutton.minimize:active,
4693.titlebar button.titlebutton.minimize:active {
4694  background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png"));
4695}
4696
4697headerbar button.titlebutton.restore,
4698.titlebar button.titlebutton.restore {
4699  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
4700}
4701
4702headerbar button.titlebutton.restore:backdrop,
4703.titlebar button.titlebutton.restore:backdrop {
4704  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
4705}
4706
4707headerbar button.titlebutton.restore:hover,
4708.titlebar button.titlebutton.restore:hover {
4709  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
4710}
4711
4712headerbar button.titlebutton.restore:active,
4713.titlebar button.titlebutton.restore:active {
4714  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
4715}
4716
4717.fullscreen headerbar button.titlebutton.maximize,
4718.maximized headerbar button.titlebutton.maximize, .fullscreen
4719.titlebar button.titlebutton.maximize,
4720.maximized
4721.titlebar button.titlebutton.maximize {
4722  background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
4723}
4724
4725.fullscreen headerbar button.titlebutton.maximize:backdrop,
4726.maximized headerbar button.titlebutton.maximize:backdrop, .fullscreen
4727.titlebar button.titlebutton.maximize:backdrop,
4728.maximized
4729.titlebar button.titlebutton.maximize:backdrop {
4730  background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
4731}
4732
4733.fullscreen headerbar button.titlebutton.maximize:hover,
4734.maximized headerbar button.titlebutton.maximize:hover, .fullscreen
4735.titlebar button.titlebutton.maximize:hover,
4736.maximized
4737.titlebar button.titlebutton.maximize:hover {
4738  background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
4739}
4740
4741.fullscreen headerbar button.titlebutton.maximize:active,
4742.maximized headerbar button.titlebutton.maximize:active, .fullscreen
4743.titlebar button.titlebutton.maximize:active,
4744.maximized
4745.titlebar button.titlebutton.maximize:active {
4746  background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
4747}
4748
4749.view:selected, .view:selected:focus, textview text:selected, iconview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected, textview text:selected:focus, iconview:selected:focus, textview text selection:focus, textview text selection, 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,
4750modelbutton.flat:active,
4751modelbutton.flat:active arrow,
4752modelbutton.flat:selected,
4753modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .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,
4754#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .budgie-menu button:checked, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
4755.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
4756.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
4757.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
4758.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
4759  background-color: #2eb398;
4760}
4761
4762row:selected label, label:selected, .view:selected, .view:selected:focus, textview text:selected, iconview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected, textview text:selected:focus, iconview:selected:focus, textview text selection:focus, textview text selection, 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,
4763modelbutton.flat:active,
4764modelbutton.flat:active arrow,
4765modelbutton.flat:selected,
4766modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, .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,
4767#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .budgie-menu button:checked, window.thunar .sidebar treeview.view:selected, window.thunar .sidebar treeview.view:selected:hover, window.thunar .sidebar treeview.view:active:hover, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
4768.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
4769.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
4770.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
4771.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
4772  color: #ffffff;
4773}
4774
4775row:selected label:disabled, label:disabled:selected, .view:disabled:selected, textview text:disabled:selected, iconview:disabled:selected, .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:disabled:selected, textview text:disabled:selected:focus, iconview:disabled:selected:focus, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, 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,
4776modelbutton.flat:disabled:active,
4777modelbutton.flat:active arrow:disabled,
4778modelbutton.flat:disabled:selected,
4779modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, .caja-desktop > widget.entry:disabled:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected,
4780#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled, .budgie-menu button:disabled:checked, window.thunar .sidebar treeview.view:disabled:selected, window.thunar .sidebar treeview.view:disabled:active:hover, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
4781.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
4782.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
4783  color: #97d9cc;
4784}
4785
4786/*********
4787 * Emoji *
4788 *********/
4789popover.emoji-picker {
4790  padding: 0;
4791}
4792
4793popover.emoji-picker entry {
4794  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4795  border-bottom-left-radius: 0;
4796  border-bottom-right-radius: 0;
4797  box-shadow: none;
4798  border-width: 0 0 1px 0;
4799  padding: 4px 12px;
4800}
4801
4802popover.emoji-picker scrolledwindow {
4803  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
4804}
4805
4806button.emoji-section {
4807  margin-top: -1px;
4808  padding: 4px 12px;
4809  border-radius: 0;
4810  outline-offset: -4px;
4811  box-shadow: none;
4812  border: none;
4813}
4814
4815button.emoji-section:first-child {
4816  border-radius: 0 0 0 2px;
4817}
4818
4819button.emoji-section:last-child {
4820  border-radius: 0 0 2px 0;
4821}
4822
4823.emoji {
4824  min-width: 3em;
4825  min-height: 3em;
4826  padding: 0;
4827}
4828
4829.emoji widget {
4830  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
4831}
4832
4833.emoji widget:hover {
4834  font-size: larger;
4835}
4836
4837terminal-window notebook,
4838.mate-terminal notebook {
4839  padding: 0 1px 1px;
4840}
4841
4842terminal-window notebook > header.top button,
4843.mate-terminal notebook > header.top button {
4844  padding: 0;
4845  min-width: 24px;
4846  min-height: 24px;
4847}
4848
4849terminal-window notebook scrollbar,
4850.mate-terminal notebook scrollbar {
4851  background: none;
4852}
4853
4854.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button,
4855.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button, .nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button,
4856.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button {
4857  background-color: transparent;
4858  color: #ccd7d4;
4859  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0;
4860}
4861
4862.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:hover, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover,
4863.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:hover, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover {
4864  background-color: transparent;
4865  box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5);
4866}
4867
4868.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:checked, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
4869.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:active, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active,
4870.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:active, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active {
4871  color: #ccd7d4;
4872  background-color: transparent;
4873  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px;
4874}
4875
4876.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:disabled, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled,
4877.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:disabled, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled {
4878  color: rgba(204, 215, 212, 0.4);
4879  background-color: transparent;
4880}
4881
4882.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked:disabled, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:checked:disabled, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled,
4883.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button:checked:disabled, window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled {
4884  color: rgba(204, 215, 212, 0.4);
4885  background-color: transparent;
4886  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(46, 179, 152, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px;
4887}
4888
4889.nautilus-window headerbar .path-bar-box {
4890  margin: 6px 0 4px 0;
4891  border-radius: 2px;
4892  color: #ccd7d4;
4893  background-color: transparent;
4894}
4895
4896.nautilus-window headerbar .path-bar-box .path-bar {
4897  padding: 0;
4898  margin: 0;
4899}
4900
4901.nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:hover, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:hover, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:hover, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:checked, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:checked, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:checked, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:active, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:active, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:active, .nautilus-window headerbar .path-bar-box .path-bar button.flat.text-button.toggle:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.sidebar-button:disabled, .nautilus-window headerbar .path-bar-box .path-bar button.text-button.toggle.budgie-menu-launcher:disabled, .nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .text-button.toggle#tasklist-button:disabled, .budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .text-button.toggle#tasklist-button:disabled,
4902.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle,
4903.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button,
4904.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher,
4905.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button,
4906.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button,
4907.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover,
4908.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:hover,
4909.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:hover,
4910.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:hover,
4911.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:hover,
4912.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked,
4913.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:checked,
4914.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked,
4915.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:checked,
4916.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:checked,
4917.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active,
4918.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:active,
4919.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:active,
4920.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:active,
4921.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:active,
4922.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled,
4923.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:disabled,
4924.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:disabled,
4925.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:disabled,
4926.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:disabled {
4927  margin-top: 0;
4928  margin-bottom: 0;
4929  padding: 0 6px 4px 6px;
4930  min-height: 24px;
4931  border-radius: 0;
4932}
4933
4934.nautilus-window headerbar .path-bar-box.width-maximized {
4935  border: 1px solid rgba(0, 0, 0, 0.2);
4936  background-color: rgba(204, 215, 212, 0.06);
4937}
4938
4939.nautilus-window headerbar .path-bar-box.background.frame {
4940  border: none;
4941  background-color: transparent;
4942}
4943
4944.nautilus-canvas-item, .caja-canvas-item {
4945  border-radius: 2px;
4946}
4947
4948.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop, .nautilus-desktop.caja-canvas-item, .caja-desktop.caja-canvas-item {
4949  color: #ffffff;
4950  text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
4951}
4952
4953.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active, .nautilus-desktop.caja-canvas-item:active {
4954  color: #ccd7d4;
4955}
4956
4957.nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected, .nautilus-desktop.caja-canvas-item:selected {
4958  color: #ffffff;
4959  text-shadow: none;
4960}
4961
4962.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
4963popover.background label.nautilus-canvas-item.separator, popover.background label.separator.caja-canvas-item, label.separator.caja-canvas-item, headerbar .nautilus-canvas-item.subtitle, headerbar .subtitle.caja-canvas-item,
4964.titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .subtitle.caja-canvas-item, .dim-label.caja-canvas-item, .budgie-notification .caja-canvas-item.notification-body, .budgie-switcher .caja-canvas-item.notification-body, .budgie-notification .nautilus-canvas-item.notification-body, .budgie-switcher .nautilus-canvas-item.notification-body,
4965.nautilus-list-dim-label,
4966.caja-list-dim-label {
4967  color: #747d7c;
4968}
4969
4970.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, label.separator.caja-canvas-item:selected, headerbar .nautilus-canvas-item.subtitle:selected, headerbar .subtitle.caja-canvas-item:selected,
4971.titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .subtitle.caja-canvas-item:selected, .dim-label.caja-canvas-item:selected, .budgie-notification .caja-canvas-item.notification-body:selected, .budgie-switcher .caja-canvas-item.notification-body:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, label.separator.caja-canvas-item:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, headerbar .subtitle.caja-canvas-item:selected:focus,
4972.titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .subtitle.caja-canvas-item:selected:focus, .dim-label.caja-canvas-item:selected:focus, .budgie-notification .caja-canvas-item.notification-body:selected:focus, .budgie-switcher .caja-canvas-item.notification-body:selected:focus, .budgie-notification .nautilus-canvas-item.notification-body:selected:focus, .budgie-switcher .nautilus-canvas-item.notification-body:selected:focus,
4973.nautilus-list-dim-label:selected,
4974.caja-list-dim-label:selected,
4975.nautilus-list-dim-label:selected:focus,
4976.caja-list-dim-label:selected:focus {
4977  color: #d5f0ea;
4978}
4979
4980.nautilus-window searchbar {
4981  border-top: 1px solid rgba(0, 0, 0, 0.2);
4982}
4983
4984.nautilus-window .searchbar-container {
4985  margin-top: -1px;
4986}
4987
4988.nautilus-window notebook,
4989.nautilus-window notebook > stack:not(:only-child) searchbar {
4990  background-color: #222b2e;
4991}
4992
4993.disk-space-display {
4994  border-style: solid;
4995  border-width: 1px;
4996}
4997
4998.disk-space-display.unknown {
4999  background-color: rgba(204, 215, 212, 0.5);
5000  border-color: rgba(175, 193, 188, 0.5);
5001}
5002
5003.disk-space-display.used {
5004  background-color: rgba(46, 179, 152, 0.8);
5005  border-color: rgba(36, 138, 118, 0.8);
5006}
5007
5008.disk-space-display.free {
5009  background-color: #141a1b;
5010  border-color: black;
5011}
5012
5013@keyframes needs_attention_keyframes {
5014  0% {
5015    color: #ccd7d4;
5016    border-color: rgba(0, 0, 0, 0.2);
5017    background-color: rgba(204, 215, 212, 0.12);
5018  }
5019  100% {
5020    color: #ffffff;
5021    border-color: transparent;
5022    background-color: #2eb398;
5023  }
5024}
5025
5026.nautilus-operations-button-needs-attention {
5027  animation: needs_attention_keyframes 2s ease-in-out;
5028}
5029
5030.nautilus-operations-button-needs-attention-multiple {
5031  animation: needs_attention_keyframes 3s ease-in-out;
5032  animation-iteration-count: 3;
5033}
5034
5035.conflict-row.activatable, .conflict-row.activatable:active {
5036  color: white;
5037  background-color: #FC4138;
5038}
5039
5040.conflict-row.activatable:hover {
5041  background-color: #fd716a;
5042}
5043
5044.conflict-row.activatable:selected {
5045  color: #ffffff;
5046  background-color: #2eb398;
5047}
5048
5049.open-document-selector-treeview.view {
5050  padding: 3px 6px 3px 6px;
5051  border-color: #222b2e;
5052}
5053
5054.open-document-selector-treeview.view:hover {
5055  background-color: #2e373a;
5056}
5057
5058.open-document-selector-treeview.view:hover:selected {
5059  color: #ffffff;
5060  background-color: #2eb398;
5061}
5062
5063.open-document-selector-name-label {
5064  color: #ccd7d4;
5065}
5066
5067.open-document-selector-path-label {
5068  color: #778181;
5069  font-size: smaller;
5070}
5071
5072.open-document-selector-path-label:selected {
5073  color: rgba(255, 255, 255, 0.9);
5074}
5075
5076.gedit-document-panel row button {
5077  min-width: 22px;
5078  min-height: 22px;
5079  padding: 0;
5080  color: transparent;
5081  background: none;
5082  border: none;
5083  box-shadow: none;
5084}
5085
5086.gedit-document-panel row button image {
5087  color: inherit;
5088}
5089
5090.gedit-document-panel row:hover:not(:selected) button {
5091  color: #8e9896;
5092}
5093
5094.gedit-document-panel row:hover:not(:selected) button:hover {
5095  color: #ff4d4d;
5096}
5097
5098.gedit-document-panel row:hover:not(:selected) button:active {
5099  color: #ccd7d4;
5100}
5101
5102.gedit-document-panel row:hover:selected button:hover {
5103  color: #ff6666;
5104  background: none;
5105  border: none;
5106  box-shadow: none;
5107}
5108
5109.gedit-document-panel row:hover:selected button:hover:active {
5110  color: #ffffff;
5111}
5112
5113.gedit-document-panel-dragged-row {
5114  border: 1px solid rgba(0, 0, 0, 0.2);
5115  background-color: #050607;
5116  color: #ccd7d4;
5117}
5118
5119.gedit-side-panel-paned statusbar {
5120  border-top: 1px solid rgba(0, 0, 0, 0.2);
5121  background-color: #1b2224;
5122}
5123
5124.gedit-search-slider {
5125  background-color: #1f282a;
5126  padding: 6px;
5127  border-color: rgba(0, 0, 0, 0.2);
5128  border-radius: 0 0 2px 2px;
5129  border-width: 0 1px 1px 1px;
5130  border-style: solid;
5131}
5132
5133.gedit-search-entry-occurrences-tag {
5134  color: rgba(204, 215, 212, 0.6);
5135  border: none;
5136  margin: 2px;
5137  padding: 2px;
5138}
5139
5140.gedit-map-frame border {
5141  border-width: 0;
5142}
5143
5144.gedit-map-frame border:dir(ltr) {
5145  border-left-width: 1px;
5146}
5147
5148.gedit-map-frame border:dir(rtl) {
5149  border-right-width: 1px;
5150}
5151
5152.gedit-side-panel-paned.horizontal separator {
5153  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.11) 2px, rgba(0, 0, 0, 0.05) 4px, rgba(0, 0, 0, 0.05));
5154  background-position: left top;
5155  background-repeat: no-repeat;
5156  background-size: 1px auto;
5157}
5158
5159.gb-search-entry-occurrences-tag {
5160  background: none;
5161}
5162
5163workbench.csd > stack.titlebar:not(headerbar) {
5164  padding: 0;
5165  background: none;
5166  border: none;
5167  box-shadow: none;
5168}
5169
5170workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
5171  border-radius: 2px 2px 0 0;
5172}
5173
5174editortweak .linked > entry.search:focus + .gb-linked-scroller {
5175  border-top-color: #2eb398;
5176}
5177
5178layouttab {
5179  background-color: #222b2e;
5180}
5181
5182layout {
5183  border: 1px solid rgba(0, 0, 0, 0.2);
5184  -PnlDockBin-handle-size: 1;
5185}
5186
5187eggsearchbar box.search-bar {
5188  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
5189}
5190
5191pillbox {
5192  color: #ffffff;
5193  background-color: #2eb398;
5194  border-radius: 3px;
5195}
5196
5197pillbox:disabled label {
5198  color: rgba(255, 255, 255, 0.5);
5199}
5200
5201docktabstrip {
5202  padding: 0 6px;
5203  background-color: #1b2224;
5204  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
5205}
5206
5207docktabstrip docktab {
5208  min-height: 28px;
5209  border: solid transparent;
5210  border-width: 0 1px;
5211}
5212
5213docktabstrip docktab label {
5214  opacity: 0.5;
5215}
5216
5217docktabstrip docktab:checked label, docktabstrip docktab:hover label {
5218  opacity: 1;
5219}
5220
5221docktabstrip docktab:checked {
5222  border-color: rgba(0, 0, 0, 0.2);
5223  background-color: #222b2e;
5224}
5225
5226dockbin {
5227  border: 1px solid rgba(0, 0, 0, 0.2);
5228  -PnlDockBin-handle-size: 1;
5229}
5230
5231dockpaned {
5232  border: 1px solid rgba(0, 0, 0, 0.2);
5233}
5234
5235dockoverlayedge {
5236  background-color: #1b2224;
5237}
5238
5239dockoverlayedge docktabstrip {
5240  padding: 0;
5241  border: none;
5242}
5243
5244dockoverlayedge.left-edge tab:checked,
5245dockoverlayedge.right-edge tab:checked {
5246  border-width: 1px 0;
5247}
5248
5249popover.messagepopover.background {
5250  padding: 0;
5251}
5252
5253popover.messagepopover .popover-content-area {
5254  margin: 16px;
5255}
5256
5257popover.messagepopover .popover-action-area {
5258  margin: 8px;
5259}
5260
5261popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
5262  margin: 0 4px;
5263}
5264
5265popover.popover-selector {
5266  padding: 0;
5267}
5268
5269popover.popover-selector list row {
5270  padding: 5px 0;
5271}
5272
5273popover.popover-selector list row image {
5274  margin-left: 3px;
5275  margin-right: 10px;
5276}
5277
5278button.dzlmenubuttonitem.check label {
5279  color: #ccd7d4;
5280}
5281
5282button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check label.separator, button.dzlmenubuttonitem.check headerbar label.subtitle, headerbar button.dzlmenubuttonitem.check label.subtitle,
5283button.dzlmenubuttonitem.check .titlebar:not(headerbar) label.subtitle, .titlebar:not(headerbar) button.dzlmenubuttonitem.check label.subtitle, button.dzlmenubuttonitem.check .budgie-notification label.notification-body, .budgie-notification button.dzlmenubuttonitem.check label.notification-body, button.dzlmenubuttonitem.check .budgie-switcher label.notification-body, .budgie-switcher button.dzlmenubuttonitem.check label.notification-body {
5284  color: #ccd7d4;
5285}
5286
5287button.dzlmenubuttonitem.check box > image {
5288  opacity: 0.87;
5289}
5290
5291entry.search.preferences-search {
5292  border: none;
5293  border-right: 1px solid rgba(0, 0, 0, 0.2);
5294  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
5295  border-radius: 0;
5296}
5297
5298preferences stacksidebar.sidebar list {
5299  background-image: linear-gradient(to bottom, #222b2e, #222b2e);
5300}
5301
5302preferences stacksidebar.sidebar list separator {
5303  background-color: transparent;
5304}
5305
5306devhelppanel entry:focus,
5307symboltreepanel entry:focus {
5308  border-color: rgba(0, 0, 0, 0.2);
5309}
5310
5311button.run-arrow-button {
5312  min-width: 12px;
5313}
5314
5315omnibar.linked > entry:not(:only-child) {
5316  border-style: solid;
5317  border-radius: 3px;
5318  margin-left: 1px;
5319  margin-right: 1px;
5320}
5321
5322gstyleslidein #scale_box button.toggle:checked,
5323gstyleslidein #strings_controls button.toggle:checked,
5324gstyleslidein #palette_controls button.toggle:checked,
5325gstyleslidein #components_controls button.toggle:checked {
5326  color: #ccd7d4;
5327}
5328
5329configurationview entry.flat, configurationview .raven .raven-background spinbutton:not(.vertical), .raven .raven-background configurationview spinbutton:not(.vertical) {
5330  background: none;
5331}
5332
5333configurationview list {
5334  border-width: 0;
5335}
5336
5337eog-thumb-nav scrolledwindow {
5338  border-top: none;
5339}
5340
5341eog-thumb-nav button {
5342  -gtk-outline-radius: 2px;
5343  border-radius: 2px;
5344}
5345
5346.documents-scrolledwin.frame {
5347  border-width: 0;
5348}
5349
5350button.documents-load-more {
5351  border-width: 1px 0 0;
5352  border-radius: 0;
5353}
5354
5355.documents-icon-bg {
5356  background-color: #2eb398;
5357  color: #ffffff;
5358  border-radius: 2px;
5359}
5360
5361.documents-collection-icon, .photos-collection-icon {
5362  background-color: rgba(204, 215, 212, 0.3);
5363  border-radius: 2px;
5364}
5365
5366button.documents-favorite:active,
5367button.documents-favorite:active:hover {
5368  color: #6ddac4;
5369}
5370
5371.documents-entry-tag, .photos-entry-tag {
5372  color: #ffffff;
5373  background: #2eb398;
5374  border-radius: 2px;
5375  border-width: 0;
5376  margin: 2px;
5377  padding: 4px;
5378}
5379
5380.documents-entry-tag:hover, .photos-entry-tag:hover {
5381  color: #ffffff;
5382  background: #32c3a6;
5383}
5384
5385.documents-entry-tag:active, .photos-entry-tag:active {
5386  color: #ffffff;
5387  background: #2aa38a;
5388}
5389
5390.documents-entry-tag.button, .button.photos-entry-tag {
5391  box-shadow: none;
5392  border: none;
5393  background-color: transparent;
5394}
5395
5396.content-view.document-page {
5397  border-style: solid;
5398  border-width: 3px 3px 6px 4px;
5399  border-image: url("assets/thumbnail-frame.png") 3 3 6 4;
5400}
5401
5402.photos-fade-in {
5403  opacity: 1.0;
5404  transition: opacity 0.2s ease-out;
5405}
5406
5407.photos-fade-out {
5408  opacity: 0.0;
5409  transition: opacity 0.2s ease-out;
5410}
5411
5412.tweak-categories,
5413.tweak-category:not(:selected):not(:hover) {
5414  background-image: linear-gradient(to bottom, #222b2e, #222b2e);
5415}
5416
5417row#Focus,
5418row#ClickMethod,
5419row#StaticWorkspaceTweak,
5420row#dynamic-workspaces,
5421row#PrimaryWorkspaceTweak,
5422row#workspaces-only-on-primary {
5423  padding: 0;
5424  border: 1px solid rgba(0, 0, 0, 0.2);
5425}
5426
5427row#Focus row:not(:last-child),
5428row#ClickMethod row:not(:last-child),
5429row#StaticWorkspaceTweak row:not(:last-child),
5430row#dynamic-workspaces row:not(:last-child),
5431row#PrimaryWorkspaceTweak row:not(:last-child),
5432row#workspaces-only-on-primary row:not(:last-child) {
5433  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
5434}
5435
5436row#Focus.tweak > list,
5437row#ClickMethod.tweak > list,
5438row#StaticWorkspaceTweak.tweak > list,
5439row#dynamic-workspaces.tweak > list,
5440row#PrimaryWorkspaceTweak.tweak > list,
5441row#workspaces-only-on-primary.tweak > list {
5442  margin-top: -3px;
5443}
5444
5445row#Focus,
5446row#ClickMethod,
5447row#PrimaryWorkspaceTweak,
5448row#workspaces-only-on-primary {
5449  margin-top: 4px;
5450}
5451
5452row#AutostartTitle.tweak {
5453  padding: 3px;
5454  background-color: #222b2e;
5455}
5456
5457list#AutostartListBoxTweakGroup.tweak-group-startup {
5458  border: 1px solid rgba(0, 0, 0, 0.2);
5459}
5460
5461.tr-workarea undershoot,
5462.tr-workarea overshoot {
5463  border-color: transparent;
5464}
5465
5466#gf-bubble, #gf-bubble.solid,
5467#gf-osd-window,
5468#gf-osd-window.solid,
5469#gf-input-source-popup,
5470#gf-input-source-popup.solid,
5471#gf-candidate-popup,
5472#gf-candidate-popup.solid {
5473  color: #e0e7e5;
5474  background-color: rgba(48, 59, 62, 0.95);
5475  border: 1px solid rgba(30, 37, 39, 0.95);
5476  border-radius: 2px;
5477}
5478
5479#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
5480#gf-osd-window levelbar block.low,
5481#gf-osd-window levelbar block.high,
5482#gf-osd-window levelbar block.full,
5483#gf-input-source-popup levelbar block.low,
5484#gf-input-source-popup levelbar block.high,
5485#gf-input-source-popup levelbar block.full,
5486#gf-candidate-popup levelbar block.low,
5487#gf-candidate-popup levelbar block.high,
5488#gf-candidate-popup levelbar block.full {
5489  background-color: #2eb398;
5490  border-color: #2eb398;
5491}
5492
5493#gf-bubble levelbar block.empty,
5494#gf-osd-window levelbar block.empty,
5495#gf-input-source-popup levelbar block.empty,
5496#gf-candidate-popup levelbar block.empty {
5497  background-color: rgba(37, 45, 48, 0.95);
5498}
5499
5500#gf-bubble levelbar trough,
5501#gf-osd-window levelbar trough,
5502#gf-input-source-popup levelbar trough,
5503#gf-candidate-popup levelbar trough {
5504  background: none;
5505}
5506
5507#gf-input-source {
5508  min-height: 32px;
5509  min-width: 40px;
5510}
5511
5512#gf-input-source:selected {
5513  color: #ffffff;
5514  background-color: #2eb398;
5515  border-radius: 2px;
5516}
5517
5518gf-candidate-box label {
5519  padding: 3px;
5520}
5521
5522gf-candidate-box:hover, gf-candidate-box:selected {
5523  color: #ffffff;
5524  background-color: #2eb398;
5525  border-radius: 2px;
5526}
5527
5528stack grid.vertical scrolledwindow.frame,
5529stack grid.vertical scrolledwindow.frame.emptyGrid {
5530  border: none;
5531}
5532
5533eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame,
5534#eog-thumb-nav scrolledwindow,
5535#eog-thumb-nav scrolledwindow.frame {
5536  border-top: none;
5537}
5538
5539eog-thumb-nav button,
5540#eog-thumb-nav button {
5541  -gtk-outline-radius: 2px;
5542  border-radius: 2px;
5543  border-top: none;
5544}
5545
5546window.background.csd overlay > grid.horizontal frame:dir(ltr) > border {
5547  border-top-width: 0;
5548  border-left-width: 0;
5549  border-bottom-width: 0;
5550}
5551
5552frame.sidebar.chat-sidebar > border {
5553  border-right: none;
5554}
5555
5556frame.sidebar.chat-sidebar frame.chat-status-area > border {
5557  border-style: none;
5558  border-top-style: solid;
5559}
5560
5561widget#PROCESSOR list row, widget#MEMORY list row {
5562  margin: -1px;
5563  border: 1px solid #171c1e;
5564}
5565
5566widget#PROCESSOR list row.max, widget#MEMORY list row.max {
5567  color: rgba(48, 59, 62, 0.95);
5568}
5569
5570widget#PROCESSOR list separator.list, widget#MEMORY list separator.list {
5571  box-shadow: inset 0 0 0 1px #171c1e;
5572}
5573
5574widget#STORAGE list {
5575  margin: -1px;
5576}
5577
5578widget#STORAGE list row.activatable, widget#STORAGE list .view, widget#STORAGE list textview text, textview widget#STORAGE list text, widget#STORAGE list iconview, widget#STORAGE list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame widget#STORAGE list treeview.view.sidebar, widget#STORAGE list .nemo-window .nemo-places-sidebar .places-treeview, .nemo-window .nemo-places-sidebar widget#STORAGE list .places-treeview, widget#STORAGE list .budgie-menu button, .budgie-menu widget#STORAGE list button, widget#STORAGE list .panel popover .sidebar .view, .panel popover .sidebar widget#STORAGE list .view, widget#STORAGE list treeview.view.sidebar.source-list {
5579  color: rgba(204, 215, 212, 0.75);
5580}
5581
5582widget#STORAGE list row.activatable:hover, widget#STORAGE list .view:hover, widget#STORAGE list textview text:hover, textview widget#STORAGE list text:hover, widget#STORAGE list iconview:hover, widget#STORAGE list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame widget#STORAGE list treeview.view.sidebar:hover, widget#STORAGE list .nemo-window .nemo-places-sidebar .places-treeview:hover, .nemo-window .nemo-places-sidebar widget#STORAGE list .places-treeview:hover, widget#STORAGE list .budgie-menu button:hover, .budgie-menu widget#STORAGE list button:hover, widget#STORAGE list .panel popover .sidebar .view:hover, .panel popover .sidebar widget#STORAGE list .view:hover, widget#STORAGE list treeview.view.sidebar.source-list:hover, widget#STORAGE list row.activatable:active, widget#STORAGE list .view:active, widget#STORAGE list textview text:active, textview widget#STORAGE list text:active, widget#STORAGE list iconview:active, widget#STORAGE list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:active, .geary-sidebar-pane-separator frame.geary-folder-frame widget#STORAGE list treeview.view.sidebar:active, widget#STORAGE list .nemo-window .nemo-places-sidebar .places-treeview:active, .nemo-window .nemo-places-sidebar widget#STORAGE list .places-treeview:active, widget#STORAGE list .budgie-menu button:active, .budgie-menu widget#STORAGE list button:active, widget#STORAGE list .panel popover .sidebar .view:active, .panel popover .sidebar widget#STORAGE list .view:active, widget#STORAGE list treeview.view.sidebar.source-list:active {
5583  color: rgba(204, 215, 212, 0.75);
5584}
5585
5586widget#STORAGE list separator.list {
5587  box-shadow: inset 0 0 0 1px #171c1e;
5588}
5589
5590widget#PERFORMANCE searchbar {
5591  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2), inset 0 -1px #1b2224;
5592}
5593
5594widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
5595  margin-bottom: 2px;
5596}
5597
5598graph-switcher-button.toggle {
5599  color: rgba(204, 215, 212, 0.75);
5600  font-weight: 500;
5601}
5602
5603graph-switcher-button.toggle:hover {
5604  color: #ccd7d4;
5605  background-image: image(rgba(255, 255, 255, 0.03));
5606}
5607
5608rg-graph.big {
5609  background-position: left top;
5610  background-origin: border-box;
5611  background-repeat: repeat;
5612}
5613
5614box.speedometer-outter {
5615  opacity: 0.8;
5616}
5617
5618box.speedometer-content-area {
5619  box-shadow: 0 0 0 4px rgba(46, 179, 152, 0.2);
5620}
5621
5622headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.sidebar-button, headerbar > button.popup.title-menu-button.toggle.budgie-menu-launcher, .budgie-panel headerbar > .popup.title-menu-button.toggle#tasklist-button, .budgie-panel headerbar > button.popup.title-menu-button.toggle.flat.launcher {
5623  border-radius: 2px;
5624  -gtk-outline-radius: 2px;
5625}
5626
5627headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.sidebar-button > grid .title, headerbar > button.popup.title-menu-button.toggle.budgie-menu-launcher > grid .title, .budgie-panel headerbar > .popup.title-menu-button.toggle#tasklist-button > grid .title, .budgie-panel headerbar > button.popup.title-menu-button.toggle.flat.launcher > grid .title {
5628  margin: -0.16875rem 0;
5629  padding: 0.08125rem 0.83125rem 0;
5630  font-size: 90%;
5631}
5632
5633headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle, headerbar > button.popup.title-menu-button.toggle.sidebar-button > grid .subtitle, headerbar > button.popup.title-menu-button.toggle.budgie-menu-launcher > grid .subtitle, .budgie-panel headerbar > .popup.title-menu-button.toggle#tasklist-button > grid .subtitle, .budgie-panel headerbar > button.popup.title-menu-button.toggle.flat.launcher > grid .subtitle {
5634  margin: -0.16875rem 0;
5635  padding: 0 0.83125rem 0.08125rem;
5636  font-size: 80%;
5637}
5638
5639window.background > box.vertical box.horizontal list.categories {
5640  background-color: #1b2224;
5641  border: none;
5642  color: #ccd7d4;
5643}
5644
5645window.background > box.vertical box.horizontal list.categories row.activatable.category, window.background > box.vertical box.horizontal list.categories .category.view, window.background > box.vertical box.horizontal list.categories textview text.category, textview window.background > box.vertical box.horizontal list.categories text.category, window.background > box.vertical box.horizontal list.categories iconview.category, window.background > box.vertical box.horizontal list.categories .geary-sidebar-pane-separator frame.geary-folder-frame treeview.category.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar, window.background > box.vertical box.horizontal list.categories .nemo-window .nemo-places-sidebar .category.places-treeview, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal list.categories .category.places-treeview, window.background > box.vertical box.horizontal list.categories .budgie-menu button.category, .budgie-menu window.background > box.vertical box.horizontal list.categories button.category, window.background > box.vertical box.horizontal list.categories .panel popover .sidebar .category.view, .panel popover .sidebar window.background > box.vertical box.horizontal list.categories .category.view, window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar.source-list {
5646  color: #ccd7d4;
5647  background-color: transparent;
5648  font-weight: 500;
5649}
5650
5651window.background > box.vertical box.horizontal list.categories row.activatable.category:hover, window.background > box.vertical box.horizontal list.categories .category.view:hover, window.background > box.vertical box.horizontal list.categories textview text.category:hover, textview window.background > box.vertical box.horizontal list.categories text.category:hover, window.background > box.vertical box.horizontal list.categories iconview.category:hover, window.background > box.vertical box.horizontal list.categories .geary-sidebar-pane-separator frame.geary-folder-frame treeview.category.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar:hover, window.background > box.vertical box.horizontal list.categories .nemo-window .nemo-places-sidebar .category.places-treeview:hover, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal list.categories .category.places-treeview:hover, window.background > box.vertical box.horizontal list.categories .budgie-menu button.category:hover, .budgie-menu window.background > box.vertical box.horizontal list.categories button.category:hover, window.background > box.vertical box.horizontal list.categories .panel popover .sidebar .category.view:hover, .panel popover .sidebar window.background > box.vertical box.horizontal list.categories .category.view:hover, window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar.source-list:hover {
5652  color: #ccd7d4;
5653  background-color: rgba(204, 215, 212, 0.08);
5654}
5655
5656window.background > box.vertical box.horizontal list.categories row.activatable.category:selected, window.background > box.vertical box.horizontal list.categories .category.view:selected, window.background > box.vertical box.horizontal list.categories textview text.category:selected, textview window.background > box.vertical box.horizontal list.categories text.category:selected, window.background > box.vertical box.horizontal list.categories iconview.category:selected, window.background > box.vertical box.horizontal list.categories .geary-sidebar-pane-separator frame.geary-folder-frame treeview.category.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar:selected, window.background > box.vertical box.horizontal list.categories .nemo-window .nemo-places-sidebar .category.places-treeview:selected, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal list.categories .category.places-treeview:selected, window.background > box.vertical box.horizontal list.categories .budgie-menu button.category:selected, .budgie-menu window.background > box.vertical box.horizontal list.categories button.category:selected, window.background > box.vertical box.horizontal list.categories .panel popover .sidebar .category.view:selected, .panel popover .sidebar window.background > box.vertical box.horizontal list.categories .category.view:selected, window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar.source-list:selected {
5657  color: #ffffff;
5658  background-color: #2eb398;
5659}
5660
5661window.background > box.vertical box.horizontal list.categories row.activatable.category:selected label, window.background > box.vertical box.horizontal list.categories .category.view:selected label, window.background > box.vertical box.horizontal list.categories textview text.category:selected label, textview window.background > box.vertical box.horizontal list.categories text.category:selected label, window.background > box.vertical box.horizontal list.categories iconview.category:selected label, window.background > box.vertical box.horizontal list.categories .geary-sidebar-pane-separator frame.geary-folder-frame treeview.category.view.sidebar:selected label, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar:selected label, window.background > box.vertical box.horizontal list.categories .nemo-window .nemo-places-sidebar .category.places-treeview:selected label, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal list.categories .category.places-treeview:selected label, window.background > box.vertical box.horizontal list.categories .budgie-menu button.category:selected label, .budgie-menu window.background > box.vertical box.horizontal list.categories button.category:selected label, window.background > box.vertical box.horizontal list.categories .panel popover .sidebar .category.view:selected label, .panel popover .sidebar window.background > box.vertical box.horizontal list.categories .category.view:selected label, window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar.source-list:selected label {
5662  color: #ffffff;
5663}
5664
5665window.background > box.vertical box.horizontal list.categories row.activatable.category > label, window.background > box.vertical box.horizontal list.categories .category.view > label, window.background > box.vertical box.horizontal list.categories textview text.category > label, textview window.background > box.vertical box.horizontal list.categories text.category > label, window.background > box.vertical box.horizontal list.categories iconview.category > label, window.background > box.vertical box.horizontal list.categories .geary-sidebar-pane-separator frame.geary-folder-frame treeview.category.view.sidebar > label, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar > label, window.background > box.vertical box.horizontal list.categories .nemo-window .nemo-places-sidebar .category.places-treeview > label, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal list.categories .category.places-treeview > label, window.background > box.vertical box.horizontal list.categories .budgie-menu button.category > label, .budgie-menu window.background > box.vertical box.horizontal list.categories button.category > label, window.background > box.vertical box.horizontal list.categories .panel popover .sidebar .category.view > label, .panel popover .sidebar window.background > box.vertical box.horizontal list.categories .category.view > label, window.background > box.vertical box.horizontal list.categories treeview.category.view.sidebar.source-list > label {
5666  padding-left: 0;
5667  padding-right: 0;
5668}
5669
5670window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator {
5671  background-color: transparent;
5672}
5673
5674window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator {
5675  background-image: image(rgba(0, 0, 0, 0.2));
5676}
5677
5678window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.places-treeview, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.places-treeview, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.view, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar.source-list {
5679  color: #ccd7d4;
5680  transition-duration: 0.1s;
5681}
5682
5683window.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 .event.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event:hover, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.places-treeview:hover, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.places-treeview:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event:hover, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.view:hover, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar.source-list:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event:active, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.view.sidebar:active, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.places-treeview:active, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.places-treeview:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event:active, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.view:active, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar.source-list:active {
5684  color: #ccd7d4;
5685}
5686
5687window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event label.compressed-entries-label, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.view.sidebar label.compressed-entries-label, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.places-treeview label.compressed-entries-label, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.places-treeview label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event label.compressed-entries-label, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.view label.compressed-entries-label, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.view label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.view.sidebar.source-list label.compressed-entries-label {
5688  background-image: image(#db5b5b);
5689  color: #ffffff;
5690  font-weight: 700;
5691}
5692
5693window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row.places-treeview, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.places-treeview, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row.view, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar.source-list {
5694  background-image: image(#141a1b);
5695  color: #93aaa4;
5696  transition-property: opacity, border-image, background-image, box-shadow;
5697}
5698
5699window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row:hover, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row.places-treeview:hover, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.places-treeview:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row:hover, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row.view:hover, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar.source-list:hover {
5700  background-image: image(#242b2d);
5701  color: #ccd7d4;
5702}
5703
5704window.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 .event.compressed-row.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row:active, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row.view.sidebar:active, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row.places-treeview:active, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.places-treeview:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row:active, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row.view:active, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar.source-list:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row:active:focus, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row.view.sidebar:active:focus, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row.places-treeview:active:focus, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.places-treeview:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row:active:focus, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row.view:active:focus, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.view:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.view.sidebar.source-list:active:focus {
5705  background-image: image(#2d3436);
5706  color: #ccd7d4;
5707  animation: none;
5708}
5709
5710window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.popover-activated-row.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row.popover-activated-row, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row.popover-activated-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row.popover-activated-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row.popover-activated-row.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.popover-activated-row.view.sidebar, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row.popover-activated-row.places-treeview, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.popover-activated-row.places-treeview, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row.popover-activated-row, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row.popover-activated-row, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row.popover-activated-row.view, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row.popover-activated-row.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row.popover-activated-row.view.sidebar.source-list {
5711  background-image: image(#2eb398);
5712  color: #ffffff;
5713}
5714
5715window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row-header, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row-header, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row-header, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row-header.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row-header.places-treeview, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.places-treeview, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row-header, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row-header.view, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar.source-list {
5716  background-image: image(#222b2e);
5717  color: #2eb398;
5718}
5719
5720window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row-header:hover, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row-header:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row-header:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row-header.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row-header.places-treeview:hover, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.places-treeview:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row-header:hover, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row-header.view:hover, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view:hover, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar.source-list:hover {
5721  background-image: image(#233233);
5722}
5723
5724window.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 .event.compressed-row-header.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row-header:active, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row-header.view.sidebar:active, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row-header.places-treeview:active, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.places-treeview:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row-header:active, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row-header.view:active, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar.source-list:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row-header:active:focus, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row-header.view.sidebar:active:focus, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row-header.places-treeview:active:focus, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.places-treeview:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row-header:active:focus, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row-header.view:active:focus, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar.source-list:active:focus {
5725  background-image: image(#233939);
5726  color: #2eb398;
5727  animation: none;
5728}
5729
5730window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list textview text.event.compressed-row-header label.compressed-entries-label, textview window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list text.event.compressed-row-header label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list iconview.event.compressed-row-header label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .geary-sidebar-pane-separator frame.geary-folder-frame treeview.event.compressed-row-header.view.sidebar label.compressed-entries-label, .geary-sidebar-pane-separator frame.geary-folder-frame window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .nemo-window .nemo-places-sidebar .event.compressed-row-header.places-treeview label.compressed-entries-label, .nemo-window .nemo-places-sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.places-treeview label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .budgie-menu button.event.compressed-row-header label.compressed-entries-label, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .panel popover .sidebar .event.compressed-row-header.view label.compressed-entries-label, .panel popover .sidebar window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list .event.compressed-row-header.view label.compressed-entries-label, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list treeview.event.compressed-row-header.view.sidebar.source-list label.compressed-entries-label {
5731  background-image: image(#2eb398);
5732  color: #ffffff;
5733  transition-duration: 0s;
5734}
5735
5736button.round-button {
5737  min-height: 28px;
5738  min-width: 28px;
5739  padding: 0;
5740}
5741
5742window.background > box.vertical > searchbar {
5743  box-shadow: none;
5744}
5745
5746window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list {
5747  background-color: #1b2224;
5748}
5749
5750window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator {
5751  border-left: 100px solid transparent;
5752  border-right: 100px solid transparent;
5753}
5754
5755window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list {
5756  background-image: image(#1b2224);
5757}
5758
5759window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list {
5760  background-color: #1b2224;
5761}
5762
5763window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator {
5764  border-left: 100px solid transparent;
5765  border-right: 100px solid transparent;
5766}
5767
5768.category_page_header_filter_box {
5769  background-image: image(#1b2224);
5770  border-image: linear-gradient(to bottom, #171c1e, #171c1e) 0 0 1 0/0 0 1px 0 stretch;
5771}
5772
5773.category_page_header_filter_box button {
5774  color: rgba(204, 215, 212, 0.45);
5775  background-image: image(#1b2224);
5776}
5777
5778.category_page_header_filter_box button:hover {
5779  color: rgba(204, 215, 212, 0.75);
5780}
5781
5782.category_page_header_filter_box button:checked {
5783  color: #ccd7d4;
5784}
5785
5786.category_page_header_filter_box button:disabled {
5787  color: rgba(204, 215, 212, 0.65);
5788}
5789
5790.application-details-infobar {
5791  background-image: image(#222b2e);
5792  border-image: linear-gradient(to bottom, #171c1e, #171c1e) 1 1 1 1/1px 1px 1px 1px stretch;
5793}
5794
5795headerbar.titlebar.incognito-mode entry {
5796  color: #ccd7d4;
5797  border-color: rgba(0, 0, 0, 0.4);
5798  background-color: rgba(69, 86, 91, 0.4);
5799}
5800
5801headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover {
5802  color: inherit;
5803}
5804
5805headerbar.titlebar.incognito-mode entry:focus {
5806  color: white;
5807  border-color: #2eb398;
5808  background-color: rgba(47, 59, 62, 0.4);
5809}
5810
5811headerbar.titlebar.incognito-mode entry:disabled {
5812  color: rgba(204, 215, 212, 0.55);
5813  border-color: rgba(0, 0, 0, 0.4);
5814  background-color: rgba(69, 86, 91, 0.25);
5815}
5816
5817notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar {
5818  color: rgba(204, 215, 212, 0.75);
5819}
5820
5821.background headerbar entry.starred, .background headerbar entry.non-starred {
5822  color: #ccd7d4;
5823  border-color: rgba(0, 0, 0, 0.4);
5824  background-color: rgba(69, 86, 91, 0.4);
5825}
5826
5827.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover {
5828  color: inherit;
5829}
5830
5831.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus {
5832  color: white;
5833  border-color: #2eb398;
5834  background-color: rgba(47, 59, 62, 0.4);
5835}
5836
5837.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled {
5838  color: rgba(204, 215, 212, 0.55);
5839  border-color: rgba(0, 0, 0, 0.4);
5840  background-color: rgba(69, 86, 91, 0.25);
5841}
5842
5843.background headerbar entry.starred > image.right {
5844  color: #ccbb00;
5845}
5846
5847.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked {
5848  color: #FFEA00;
5849}
5850
5851popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background {
5852  background-color: transparent;
5853}
5854
5855popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .view, textview popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > text, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > iconview, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > treeview.view.sidebar, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .places-treeview, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > button, .panel popover .sidebar popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .view, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > treeview.view.sidebar.source-list {
5856  background-color: #313e41;
5857  color: rgba(204, 215, 212, 0.85);
5858  border-radius: 2px;
5859  border: 1px solid rgba(0, 0, 0, 0.2);
5860  margin: 2px;
5861}
5862
5863popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > row.activatable:hover, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .view:hover, textview popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > text:hover, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > iconview:hover, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > treeview.view.sidebar:hover, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .places-treeview:hover, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > button:hover, .panel popover .sidebar popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > .view:hover, popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background > treeview.view.sidebar.source-list:hover {
5864  color: #a1b5b0;
5865  border-color: rgba(0, 0, 0, 0.2);
5866  background-color: #38464b;
5867}
5868
5869popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical {
5870  margin: 0;
5871  padding: 0;
5872}
5873
5874popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame {
5875  border: 1px solid rgba(0, 0, 0, 0.2);
5876}
5877
5878popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list {
5879  background-color: rgba(34, 43, 46, 0.35);
5880  color: rgba(204, 215, 212, 0.85);
5881  border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
5882  padding: 6px 0;
5883  margin: 0;
5884}
5885
5886popover.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 > .bookmarks-row.view:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row:hover, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:hover, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:hover, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row:hover, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row:hover, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view:hover, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list: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 > .bookmarks-row.view:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row:active, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:active, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:active, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row:active, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row:active, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list:active, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row:checked, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:checked, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:checked, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row:checked, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row:checked, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view:checked, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list:checked {
5887  color: #ccd7d4;
5888  background-color: rgba(204, 215, 212, 0.05);
5889}
5890
5891popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.flat, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.flat, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.flat, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.flat, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.flat, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list button.flat, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.sidebar-button, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.sidebar-button, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.sidebar-button, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.sidebar-button, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.sidebar-button, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list button.sidebar-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.budgie-menu-launcher, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.budgie-menu-launcher, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.budgie-menu-launcher, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.budgie-menu-launcher, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.budgie-menu-launcher, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar.source-list button.budgie-menu-launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row #tasklist-button, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar #tasklist-button, .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar .budgie-panel #tasklist-button, .budgie-panel .geary-sidebar-pane-separator frame.geary-folder-frame popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview #tasklist-button, .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview .budgie-panel #tasklist-button, .budgie-panel .nemo-window .nemo-places-sidebar popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview #tasklist-button, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row #tasklist-button, .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row .budgie-panel #tasklist-button, .budgie-panel .budgie-menu popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > button.bookmarks-row #tasklist-button, .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view .budgie-panel #tasklist-button, .budgie-panel .panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.view #tasklist-button, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > row.activatable.bookmarks-row button.flat.launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view .budgie-panel button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > .bookmarks-row.view button.flat.launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row .budgie-panel button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical textview scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.flat.launcher, textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row .budgie-panel button.flat.launcher, .budgie-panel textview popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > text.bookmarks-row button.flat.launcher, popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row .budgie-panel button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame > list.background > iconview.bookmarks-row button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .geary-sidebar-pane-separator frame.geary-folder-frame scrolledwindow > viewport.frame > list.background > treeview.bookmarks-row.view.sidebar button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .nemo-window .nemo-places-sidebar scrolledwindow > viewport.frame > list.background > .bookmarks-row.places-treeview button.flat.launcher, .budgie-panel popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical .budgie-menu scrolledwindow > viewport.frame > list.background > button.bookmarks-row button.flat.launcher {
5892  min-width: 16px;
5893  min-height: 16px;
5894  padding: 4px;
5895  margin: 0 6px;
5896  border-radius: 100px;
5897  -gtk-outline-radius: 100px;
5898}
5899
5900flowboxchild.bookmark-tag-widget {
5901  color: #1b2224;
5902  font-weight: 500;
5903}
5904
5905flowboxchild.bookmark-tag-widget label {
5906  margin-bottom: 2px;
5907}
5908
5909flowboxchild.bookmark-tag-widget-selected {
5910  color: #ffffff;
5911}
5912
5913.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
5914  box-shadow: inset 0 1px rgba(0, 0, 0, 0.2);
5915  padding: 4px;
5916  background-color: #141a1b;
5917}
5918
5919.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image {
5920  padding: 0;
5921}
5922
5923.sidebar-paned scrolledwindow {
5924  border: none;
5925}
5926
5927window.csd > box.vertical > box.vertical > toolbar.horizontal, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar,
5928window.solid-csd > box.vertical > box.vertical > toolbar.horizontal,
5929window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar {
5930  margin: -1px 0;
5931  border-top: 1px solid rgba(0, 0, 0, 0.2);
5932  box-shadow: none;
5933  background-color: transparent;
5934}
5935
5936window.csd > box.vertical > box.vertical > toolbar.horizontal button, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar button,
5937window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button,
5938window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar button {
5939  min-height: 36px;
5940  min-width: 36px;
5941  padding: 0;
5942  margin-top: 8px;
5943  margin-bottom: 8px;
5944}
5945
5946window.csd > box.vertical > box.vertical > frame,
5947window.solid-csd > box.vertical > box.vertical > frame {
5948  margin: -1px 0;
5949  padding: 0;
5950}
5951
5952window.csd > box.vertical > box.vertical > frame > border,
5953window.solid-csd > box.vertical > box.vertical > frame > border {
5954  border: none;
5955}
5956
5957window.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 {
5958  min-height: 36px;
5959  min-width: 36px;
5960  padding: 0;
5961  margin: 0;
5962}
5963
5964window.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 {
5965  padding: 0;
5966}
5967
5968window.background > box.vertical > toolbar.primary-toolbar toolitem button.flat.scale, window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem button.flat.scale, window.background > box.vertical > toolbar.primary-toolbar toolitem button.scale.sidebar-button, window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem button.scale.sidebar-button, window.background > box.vertical > toolbar.primary-toolbar toolitem button.scale.budgie-menu-launcher, window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem button.scale.budgie-menu-launcher, window.background > box.vertical > toolbar.primary-toolbar toolitem .budgie-panel .scale#tasklist-button, .budgie-panel window.background > box.vertical > toolbar.primary-toolbar toolitem .scale#tasklist-button, window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem .budgie-panel .scale#tasklist-button, .budgie-panel window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem .scale#tasklist-button, .budgie-panel window.background > box.vertical > toolbar.primary-toolbar toolitem button.scale.flat.launcher, .budgie-panel window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem button.scale.flat.launcher {
5969  min-height: 24px;
5970  min-width: 36px;
5971  padding: 0;
5972  margin-top: 8px;
5973  margin-bottom: 8px;
5974}
5975
5976window.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,
5977window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat),
5978window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) {
5979  min-height: 28px;
5980  min-width: 28px;
5981  padding: 0;
5982  margin: 0;
5983}
5984
5985dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame {
5986  border: none;
5987}
5988
5989dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame {
5990  border: none;
5991}
5992
5993dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame {
5994  border: 1px solid rgba(0, 0, 0, 0.2);
5995}
5996
5997.maps-popover button.radio.layer-radio-button:checked {
5998  box-shadow: 0 0 0 2px #2eb398;
5999}
6000
6001.nautilus-window .floating-bar {
6002  padding: 1px;
6003  background-color: #2eb398;
6004  color: #ffffff;
6005  border-radius: 2px 2px 0 0;
6006}
6007
6008.nautilus-window .floating-bar.bottom.left {
6009  border-top-left-radius: 0;
6010}
6011
6012.nautilus-window .floating-bar.bottom.right {
6013  border-top-right-radius: 0;
6014}
6015
6016.nautilus-window .floating-bar button {
6017  border: none;
6018  border-radius: 100px;
6019  min-height: 0;
6020  min-width: 0;
6021  padding: 0;
6022  margin-right: 6px;
6023  -gtk-icon-shadow: none;
6024}
6025
6026.nemo-window menubar > menuitem > window.background.popup > menu,
6027.nemo-window .menubar > menuitem > window.background.popup > menu {
6028  border-radius: 0 0 2px 2px;
6029}
6030
6031.nemo-window .nemo-places-sidebar.frame {
6032  border-width: 0;
6033}
6034
6035.nemo-window notebook {
6036  background-color: #222b2e;
6037}
6038
6039.nemo-window .nemo-window-pane widget.entry {
6040  border: 1px solid;
6041  border-radius: 3px;
6042  color: #abb9b6;
6043  border-color: #2eb398;
6044  background-color: #222b2e;
6045}
6046
6047.nemo-window .primary-toolbar {
6048  padding-top: 0;
6049  padding-bottom: 0;
6050  border: none;
6051  color: #ccd7d4;
6052  background-color: #141a1b;
6053}
6054
6055.nemo-window .primary-toolbar button, .nemo-window .primary-toolbar entry {
6056  min-height: 16px;
6057  margin-top: 6px;
6058  margin-bottom: 6px;
6059}
6060
6061.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button,
6062.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button {
6063  padding: 2px 4px 4px 4px;
6064  margin-top: 4px;
6065  margin-bottom: 4px;
6066}
6067
6068.nemo-window .sidebar scrolledwindow.frame {
6069  border: none;
6070}
6071
6072.caja-notebook {
6073  border-top: 1px solid rgba(0, 0, 0, 0.2);
6074}
6075
6076.caja-side-pane .frame {
6077  border-width: 1px 0 0;
6078}
6079
6080.caja-notebook .frame {
6081  border-width: 0 0 1px;
6082}
6083
6084.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus {
6085  transition: none;
6086}
6087
6088.pluma-window statusbar frame > border {
6089  border: none;
6090}
6091
6092.pluma-window notebook > stack scrolledwindow {
6093  border-width: 0 0 1px 0;
6094}
6095
6096#pluma-status-combo-button {
6097  min-height: 0;
6098  padding: 0;
6099  border-top: none;
6100  border-bottom: none;
6101  border-radius: 0;
6102}
6103
6104window.background:not(.csd) > widget > separator {
6105  color: rgba(0, 0, 0, 0.2);
6106}
6107
6108window.background:not(.csd) > widget > scrollbar {
6109  background-clip: border-box;
6110}
6111
6112window.background:not(.csd) > widget > scrollbar,
6113window.background:not(.csd) > widget > frame > border {
6114  border-color: rgba(0, 0, 0, 0.2);
6115}
6116
6117window.background:not(.csd) > widget > entry,
6118window.background:not(.csd) > widget > button > button {
6119  border: 1px solid rgba(0, 0, 0, 0.2);
6120  border-radius: 2px;
6121}
6122
6123window.background:not(.csd) > widget > entry,
6124window.background:not(.csd) > widget .entry {
6125  border-radius: 2px;
6126  background-image: image(#222b2e);
6127  border: 1px solid rgba(0, 0, 0, 0.2);
6128}
6129
6130window.background:not(.csd) > widget > entry:focus,
6131window.background:not(.csd) > widget .entry:focus {
6132  border-color: #2eb398;
6133}
6134
6135window.background:not(.csd) > widget > spinbutton {
6136  background-image: image(#263034);
6137  border: 1px solid rgba(0, 0, 0, 0.2);
6138}
6139
6140window.background:not(.csd) > widget > spinbutton:active {
6141  background-image: image(#2eb398);
6142}
6143
6144window.background:not(.csd) > widget > spinbutton .entry {
6145  border-top-right-radius: 0;
6146  border-bottom-right-radius: 0;
6147}
6148
6149window.background:not(.csd) > menu > separator {
6150  color: rgba(0, 0, 0, 0.2);
6151}
6152
6153window.background:not(.csd) > menu > menuitem > label:disabled {
6154  color: rgba(204, 215, 212, 0.45);
6155}
6156
6157#MozillaGtkWidget.background {
6158  background-color: #1b2224;
6159}
6160
6161#MozillaGtkWidget.background, #MozillaGtkWidget.background decoration {
6162  border-radius: 0 0 0 0;
6163}
6164
6165#MozillaGtkWidget.background headerbar.titlebar {
6166  border-radius: 0 0 0 0;
6167}
6168
6169#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.titlebutton {
6170  margin: 0;
6171}
6172
6173#MozillaGtkWidget.background .background,
6174#MozillaGtkWidget.background frame,
6175#MozillaGtkWidget.background separator,
6176#MozillaGtkWidget.background scrolledwindow {
6177  background-color: #1b2224;
6178}
6179
6180#MozillaGtkWidget.background scrollbar {
6181  background-color: #3c4b50;
6182}
6183
6184#MozillaGtkWidget.background scrollbar slider {
6185  background-color: #6b7373;
6186}
6187
6188#MozillaGtkWidget.background scrollbar slider:hover {
6189  background-color: #858f8e;
6190}
6191
6192#MozillaGtkWidget.background scrollbar slider:hover:active {
6193  background-color: #a0aaa8;
6194}
6195
6196#MozillaGtkWidget.background scrollbar slider:disabled {
6197  background-color: transparent;
6198}
6199
6200#MozillaGtkWidget.background *:not(menuitem):hover, #MozillaGtkWidget.background *:not(menuitem):hover button,
6201#MozillaGtkWidget.background *:focus,
6202#MozillaGtkWidget.background *:focus button,
6203#MozillaGtkWidget.background *:active,
6204#MozillaGtkWidget.background *:active button,
6205#MozillaGtkWidget.background *:checked,
6206#MozillaGtkWidget.background *:checked button {
6207  color: #ccd7d4;
6208}
6209
6210#MozillaGtkWidget.background > window.background > menu {
6211  background-color: #222b2e;
6212}
6213
6214#MozillaGtkWidget.background > window.background > menu > separator {
6215  padding: 0;
6216  border: none;
6217  background-color: rgba(0, 0, 0, 0.2);
6218}
6219
6220#MozillaGtkWidget.background > widget border {
6221  border-color: rgba(0, 0, 0, 0.2);
6222}
6223
6224#MozillaGtkWidget.background > widget separator {
6225  background-color: rgba(0, 0, 0, 0.2);
6226}
6227
6228#MozillaGtkWidget.background > widget > scrolledwindow > textview {
6229  background-color: #2d393d;
6230}
6231
6232#MozillaGtkWidget.background > widget > scrolledwindow > textview text {
6233  background-color: transparent;
6234  color: #aaaaaa;
6235}
6236
6237window.background.chromium {
6238  background-color: #2c383b;
6239  color: #abb9b6;
6240}
6241
6242window.background.chromium headerbar.titlebar button.toggle {
6243  color: #ccd7d4;
6244  outline-offset: -3px;
6245  background-color: rgba(20, 26, 27, 0);
6246  border-color: rgba(20, 26, 27, 0);
6247}
6248
6249window.background.chromium headerbar.titlebar button.toggle:hover {
6250  color: #ccd7d4;
6251  border-color: rgba(0, 0, 0, 0.2);
6252  background-color: rgba(204, 215, 212, 0.12);
6253}
6254
6255window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active {
6256  color: #ffffff;
6257  border-color: transparent;
6258  background-color: #2eb398;
6259}
6260
6261window.background.chromium headerbar.titlebar button.titlebutton {
6262  min-width: 16px;
6263  min-height: 16px;
6264  margin: 0 4px;
6265  padding: 0;
6266  color: transparent;
6267}
6268
6269window.background.chromium button {
6270  border-width: 1px;
6271  border-style: solid;
6272  border-color: rgba(255, 255, 255, 0.15);
6273}
6274
6275window.background.chromium entry.chromium {
6276  border-image: none;
6277  border: 1px solid rgba(255, 255, 255, 0.15);
6278}
6279
6280window.background.chromium > textview.view {
6281  background-color: #222b2e;
6282}
6283
6284window.background.chromium > menubar {
6285  background-color: #141a1b;
6286}
6287
6288window.background.chromium > menu {
6289  border: 1px solid #0a0c0d;
6290  background-color: #141a1b;
6291}
6292
6293window.background.chromium > menu > separator {
6294  background-color: #141a1b;
6295}
6296
6297window.background.chromium > menu > menuitem {
6298  color: #ccd7d4;
6299}
6300
6301window.background.chromium > menu > menuitem:hover {
6302  color: #ffffff;
6303  background-color: #2eb398;
6304}
6305
6306window.background.chromium > menu > menuitem:disabled {
6307  color: rgba(204, 215, 212, 0.45);
6308}
6309
6310window.background.chromium > menu > menuitem label:disabled {
6311  color: rgba(204, 215, 212, 0.45);
6312}
6313
6314.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar {
6315  background-color: #1b2224;
6316  color: #abb9b6;
6317}
6318
6319overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame,
6320overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame {
6321  border-left: none;
6322  border-right: none;
6323}
6324
6325overlay.window-overlay grid.horizontal stack .sidebar {
6326  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
6327}
6328
6329/****************
6330 * Libre-Office *
6331 ****************/
6332window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal {
6333  background-color: #141a1b;
6334}
6335
6336window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.budgie-menu-launcher, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > .small-button#tasklist-button, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.flat.launcher {
6337  color: #ccd7d4;
6338  border: none;
6339}
6340
6341window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:hover, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:hover, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.budgie-menu-launcher:hover, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > .small-button#tasklist-button:hover, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.flat.launcher:hover {
6342  background-color: #354347;
6343  color: #dae2e0;
6344}
6345
6346window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.budgie-menu-launcher:active, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > .small-button#tasklist-button:active, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.flat.launcher:active, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:checked, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:checked, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.budgie-menu-launcher:checked, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > .small-button#tasklist-button:checked, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.flat.launcher:checked {
6347  background-color: #2eb398;
6348  color: #f7f9f8;
6349}
6350
6351window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.flat.small-button:disabled, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.sidebar-button:disabled, window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.budgie-menu-launcher:disabled, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > .small-button#tasklist-button:disabled, .budgie-panel window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal > button.small-button.flat.launcher:disabled {
6352  color: alpha(#ccd7d4,0.6);
6353}
6354
6355window.background:not(.solid-csd) > notebook:not(.frame) {
6356  border: 0 none transparent;
6357  background-color: #222b2e;
6358}
6359
6360window.background:not(.solid-csd) > notebook:not(.frame) > stack {
6361  border: none;
6362  box-shadow: none;
6363}
6364
6365widget > box.terminal-titlebar {
6366  padding: 0 6px;
6367}
6368
6369widget > box.terminal-titlebar > button.flat.popup.toggle, widget > box.terminal-titlebar > button.popup.toggle.sidebar-button, widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher, .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button, .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher {
6370  border: none;
6371  border-radius: 0;
6372  padding-top: 0;
6373  padding-bottom: 0;
6374  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0/0 0 0;
6375}
6376
6377widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr), widget > box.terminal-titlebar > button.popup.toggle.sidebar-button:dir(ltr), widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher:dir(ltr), .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button:dir(ltr), .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher:dir(ltr) {
6378  padding-right: 6px;
6379}
6380
6381widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl), widget > box.terminal-titlebar > button.popup.toggle.sidebar-button:dir(rtl), widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher:dir(rtl), .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button:dir(rtl), .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher:dir(rtl) {
6382  padding-left: 6px;
6383}
6384
6385widget > box.terminal-titlebar > button.flat.popup.toggle:hover, widget > box.terminal-titlebar > button.popup.toggle.sidebar-button:hover, widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher:hover, .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button:hover, .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher:hover {
6386  box-shadow: inset 0 -2px #2eb398;
6387  background: none;
6388}
6389
6390widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.popup.toggle.sidebar-button:checked, widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher:checked, .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button:checked, .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active, widget > box.terminal-titlebar > button.popup.toggle.sidebar-button:active, widget > box.terminal-titlebar > button.popup.toggle.budgie-menu-launcher:active, .budgie-panel widget > box.terminal-titlebar > .popup.toggle#tasklist-button:active, .budgie-panel widget > box.terminal-titlebar > button.popup.toggle.flat.launcher:active {
6391  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 2/0 0 2px;
6392  background-color: transparent;
6393  color: #ccd7d4;
6394}
6395
6396widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle {
6397  margin: 2px 0;
6398  padding: 0;
6399  min-height: 24px;
6400  min-width: 24px;
6401  border-radius: 100px;
6402  -gtk-outline-radius: 100px;
6403}
6404
6405list.tilix-session-sidebar {
6406  background-image: image(rgba(48, 59, 62, 0.95));
6407}
6408
6409list.tilix-session-sidebar button.tilix-sidebar-close-button {
6410  min-height: 20px;
6411  min-width: 20px;
6412  padding: 0;
6413  border-radius: 100px;
6414  -gtk-outline-radius: 100px;
6415  background-color: #db5b5b;
6416}
6417
6418list.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 {
6419  color: white;
6420}
6421
6422list.tilix-session-sidebar button.tilix-sidebar-close-button:hover {
6423  background-color: #e48585;
6424}
6425
6426list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
6427  background-image: image(#d23131);
6428}
6429
6430window.background.csd > box.vertical > stack > box.horizontal > list {
6431  background-color: transparent;
6432  border-right: 1px solid rgba(0, 0, 0, 0.2);
6433}
6434
6435window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame {
6436  border: none;
6437}
6438
6439window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list {
6440  background-color: transparent;
6441  border-right: 1px solid rgba(0, 0, 0, 0.2);
6442}
6443
6444window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
6445  background-color: transparent;
6446  border-right: 1px solid rgba(0, 0, 0, 0.2);
6447}
6448
6449window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
6450  background-color: transparent;
6451  border-right: 1px solid rgba(0, 0, 0, 0.2);
6452}
6453
6454UnityDecoration {
6455  -UnityDecoration-extents: 28px 1 1 1;
6456  -UnityDecoration-input-extents: 10px;
6457  -UnityDecoration-shadow-offset-x: 0px;
6458  -UnityDecoration-shadow-offset-y: 3px;
6459  -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2);
6460  -UnityDecoration-active-shadow-radius: 12px;
6461  -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
6462  -UnityDecoration-inactive-shadow-radius: 7px;
6463  -UnityDecoration-glow-size: 10px;
6464  -UnityDecoration-glow-color: #2eb398;
6465  -UnityDecoration-title-indent: 10px;
6466  -UnityDecoration-title-fade: 35px;
6467  -UnityDecoration-title-alignment: 0.0;
6468}
6469
6470UnityDecoration .top {
6471  border: 1px solid #050607;
6472  border-bottom-width: 0;
6473  border-radius: 4px 4px 0 0;
6474  padding: 1px 6px 0 6px;
6475  background-image: linear-gradient(to bottom, #141a1b, #141a1b);
6476  color: #ccd7d4;
6477  box-shadow: inset 0 1px #1b2224;
6478}
6479
6480UnityDecoration .top:backdrop {
6481  border-bottom-width: 0;
6482  color: rgba(204, 215, 212, 0.7);
6483}
6484
6485UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
6486UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
6487  background-color: transparent;
6488  background-image: linear-gradient(to bottom, #050607, #050607);
6489}
6490
6491UnityPanelWidget,
6492.unity-panel {
6493  background-image: linear-gradient(to bottom, #1b2224, #1b2224);
6494  color: white;
6495  box-shadow: none;
6496}
6497
6498UnityPanelWidget:backdrop,
6499.unity-panel:backdrop {
6500  color: #cfd9d6;
6501}
6502
6503.unity-panel.menubar.menuitem:hover,
6504.unity-panel.menubar .menuitem *:hover {
6505  border-radius: 0;
6506  color: #ffffff;
6507  background-image: linear-gradient(to bottom, #2eb398, #2eb398);
6508  border-bottom: none;
6509}
6510
6511.lightdm.menu {
6512  background-image: none;
6513  background-color: rgba(0, 0, 0, 0.4);
6514  border-color: rgba(255, 255, 255, 0.8);
6515  border-radius: 4px;
6516  padding: 1px;
6517  color: white;
6518}
6519
6520.lightdm-combo .menu {
6521  background-color: #263033;
6522  border-radius: 0px;
6523  padding: 0px;
6524  color: white;
6525}
6526
6527.lightdm.menu .menuitem *,
6528.lightdm.menu .menuitem.check:active,
6529.lightdm.menu .menuitem.radio:active {
6530  color: white;
6531}
6532
6533.lightdm.menubar {
6534  color: rgba(255, 255, 255, 0.8);
6535  background-image: none;
6536  background-color: rgba(0, 0, 0, 0.5);
6537}
6538
6539.lightdm.menubar > .menuitem {
6540  padding: 2px 6px;
6541}
6542
6543.lightdm-combo.combobox-entry .button,
6544.lightdm-combo .cell,
6545.lightdm-combo .button,
6546.lightdm-combo .entry,
6547.lightdm.button,
6548.lightdm.entry {
6549  background-image: none;
6550  background-color: rgba(0, 0, 0, 0.3);
6551  border-color: rgba(255, 255, 255, 0.4);
6552  border-radius: 10px;
6553  padding: 7px;
6554  color: white;
6555  text-shadow: none;
6556}
6557
6558.lightdm.button,
6559.lightdm.button:hover,
6560.lightdm.button:active,
6561.lightdm.button:active:focus,
6562.lightdm.entry,
6563.lightdm.entry:hover,
6564.lightdm.entry:active,
6565.lightdm.entry:active:focus {
6566  background-image: none;
6567  border-image: none;
6568}
6569
6570.lightdm.button:focus,
6571.lightdm.entry:focus {
6572  border-color: rgba(255, 255, 255, 0.1);
6573  border-width: 1px;
6574  border-style: solid;
6575  color: white;
6576}
6577
6578.lightdm.entry:selected {
6579  background-color: rgba(255, 255, 255, 0.8);
6580}
6581
6582.lightdm.entry:active {
6583  -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
6584  animation: dashentry_spinner 1s infinite linear;
6585}
6586
6587.lightdm.option-button {
6588  padding: 2px;
6589  background: none;
6590  border: 0;
6591}
6592
6593.lightdm.toggle-button {
6594  background: none;
6595  border-width: 0;
6596}
6597
6598.lightdm.toggle-button.selected {
6599  background-color: rgba(0, 0, 0, 0.7);
6600  border-width: 1px;
6601}
6602
6603@keyframes dashentry_spinner {
6604  to {
6605    -gtk-icon-transform: rotate(1turn);
6606  }
6607}
6608
6609/****************
6610 * Mate Desktop *
6611 ****************/
6612.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar {
6613  background: none;
6614}
6615
6616MsdOsdWindow.background.osd {
6617  border-radius: 2px;
6618  border: 1px solid rgba(30, 37, 39, 0.95);
6619}
6620
6621MsdOsdWindow.background.osd .progressbar {
6622  background-color: #2eb398;
6623  border: none;
6624  border-color: red;
6625  border-radius: 5px;
6626}
6627
6628MsdOsdWindow.background.osd .trough {
6629  background-color: rgba(37, 45, 48, 0.95);
6630  border: none;
6631  border-radius: 5px;
6632}
6633
6634.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
6635panel-toplevel.background,
6636panel-toplevel.background menubar {
6637  background-color: #1b2224;
6638}
6639
6640.mate-panel-menu-bar menubar,
6641.mate-panel-menu-bar #PanelApplet label,
6642.mate-panel-menu-bar #PanelApplet image,
6643panel-toplevel.background menubar,
6644panel-toplevel.background #PanelApplet label,
6645panel-toplevel.background #PanelApplet image {
6646  color: #ccd7d4;
6647}
6648
6649.mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
6650.mate-panel-menu-bar #tasklist-button label,
6651.mate-panel-menu-bar #tasklist-button image,
6652panel-toplevel.background button label,
6653panel-toplevel.background button image,
6654panel-toplevel.background #tasklist-button label,
6655panel-toplevel.background #tasklist-button image {
6656  color: inherit;
6657}
6658
6659.mate-panel-menu-bar .wnck-pager,
6660panel-toplevel.background .wnck-pager {
6661  color: #666c6a;
6662  background-color: #050607;
6663}
6664
6665.mate-panel-menu-bar .wnck-pager:hover,
6666panel-toplevel.background .wnck-pager:hover {
6667  background-color: #263033;
6668}
6669
6670.mate-panel-menu-bar .wnck-pager:selected,
6671panel-toplevel.background .wnck-pager:selected {
6672  color: #6ddac4;
6673  background-color: #2eb398;
6674}
6675
6676.mate-panel-menu-bar na-tray-applet,
6677panel-toplevel.background na-tray-applet {
6678  -NaTrayApplet-icon-padding: 0;
6679  -NaTrayApplet-icon-size: 16px;
6680}
6681
6682/******************
6683 * Budgie Desktop *
6684 ******************/
6685.budgie-settings-window buttonbox.inline-toolbar button, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button), .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button), .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button), .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button), .raven .raven-header:not(.top) button, .drop-shadow button {
6686  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
6687}
6688
6689.budgie-settings-window buttonbox.inline-toolbar button:hover, .budgie-popover:not(.budgie-menu) button.flat:hover:not(.image-button), .budgie-popover:not(.budgie-menu) button.sidebar-button:hover:not(.image-button), .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:hover:not(.image-button), .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:hover:not(.image-button), .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:hover:not(.image-button), .raven .raven-header:not(.top) button:hover, .drop-shadow button:hover {
6690  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
6691  transition-duration: 350ms;
6692}
6693
6694.budgie-settings-window buttonbox.inline-toolbar button:checked, .budgie-popover:not(.budgie-menu) button.flat:checked:not(.image-button), .budgie-popover:not(.budgie-menu) button.sidebar-button:checked:not(.image-button), .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:checked:not(.image-button), .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:checked:not(.image-button), .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:checked:not(.image-button), .raven .raven-header:not(.top) button:checked, .drop-shadow button:checked, .budgie-settings-window buttonbox.inline-toolbar button:active, .budgie-popover:not(.budgie-menu) button.flat:active:not(.image-button), .budgie-popover:not(.budgie-menu) button.sidebar-button:active:not(.image-button), .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:active:not(.image-button), .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:active:not(.image-button), .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:active:not(.image-button), .raven .raven-header:not(.top) button:active, .drop-shadow button:active {
6695  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
6696}
6697
6698.budgie-container {
6699  background-color: transparent;
6700}
6701
6702.budgie-settings-window buttonbox.inline-toolbar {
6703  border-style: none none solid;
6704}
6705
6706.budgie-popover {
6707  margin: 0;
6708  padding: 0;
6709  border-color: rgba(0, 0, 0, 0.2);
6710  border-radius: 2px;
6711  background-color: #1b2224;
6712  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.2);
6713}
6714
6715.budgie-popover .container {
6716  padding: 2px;
6717}
6718
6719.budgie-popover border {
6720  border: none;
6721}
6722
6723.budgie-popover list {
6724  background-color: transparent;
6725}
6726
6727.budgie-popover row {
6728  padding: 0;
6729  background-color: transparent;
6730}
6731
6732.budgie-popover row:hover {
6733  box-shadow: none;
6734  background-color: transparent;
6735}
6736
6737.budgie-popover:not(.budgie-menu) button.flat:not(.image-button), .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button), .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button), .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button), .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button) {
6738  min-height: 28px;
6739  padding: 0 8px;
6740  color: rgba(204, 215, 212, 0.85);
6741  font-weight: normal;
6742  border: none;
6743}
6744
6745.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):hover, .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button):hover, .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button):hover, .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button):hover, .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button):hover {
6746  background-color: rgba(204, 215, 212, 0.12);
6747}
6748
6749.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button):checked, .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button):checked, .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button):checked, .budgie-popover:not(.budgie-menu) button.flat:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button):active, .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button):active, .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button):active, .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button):active {
6750  background-color: rgba(204, 215, 212, 0.22);
6751  color: #ccd7d4;
6752}
6753
6754.budgie-popover:not(.budgie-menu) button.flat:not(.image-button):disabled, .budgie-popover:not(.budgie-menu) button.sidebar-button:not(.image-button):disabled, .budgie-popover:not(.budgie-menu) button.budgie-menu-launcher:not(.image-button):disabled, .budgie-popover:not(.budgie-menu) .budgie-panel #tasklist-button:not(.image-button):disabled, .budgie-panel .budgie-popover:not(.budgie-menu) #tasklist-button:not(.image-button):disabled {
6755  color: rgba(204, 215, 212, 0.45);
6756}
6757
6758.budgie-popover.budgie-menu .container {
6759  padding: 0;
6760}
6761
6762.budgie-popover.user-menu .container {
6763  padding: 8px;
6764}
6765
6766.budgie-popover.user-menu separator {
6767  margin: 4px 0;
6768  background-color: rgba(0, 0, 0, 0.2);
6769}
6770
6771.budgie-popover.sound-popover separator {
6772  margin: 3px 0;
6773  background-color: rgba(0, 0, 0, 0.2);
6774}
6775
6776.budgie-popover.night-light-indicator .container {
6777  padding: 8px;
6778}
6779
6780.budgie-popover.places-menu .container {
6781  padding: 8px;
6782}
6783
6784.budgie-popover.places-menu .places-list:not(.always-expand) {
6785  margin-top: 4px;
6786  padding-top: 4px;
6787  border-top: 1px solid rgba(0, 0, 0, 0.2);
6788}
6789
6790.budgie-popover.places-menu .alternative-label {
6791  padding: 3px;
6792  font-size: 15px;
6793}
6794
6795.budgie-popover.workspace-popover .container {
6796  padding: 2px 8px 8px;
6797}
6798
6799.budgie-popover.workspace-popover separator {
6800  margin: 4px 0;
6801}
6802
6803.budgie-popover.workspace-popover flowboxchild {
6804  padding: 0;
6805}
6806
6807window.budgie-popover:not(.csd) > frame.container {
6808  margin: 0 -1px -1px;
6809}
6810
6811.bottom window.budgie-popover:not(.csd) > frame.container {
6812  padding: 2px 0 2px;
6813}
6814
6815window.budgie-popover:not(.csd) > frame.container,
6816window.budgie-popover:not(.csd) > frame.container > border {
6817  border-style: none;
6818}
6819
6820.workspace-switcher .workspace-layout {
6821  border: 0 solid rgba(255, 255, 255, 0.12);
6822}
6823
6824.top .workspace-switcher .workspace-layout:dir(ltr),
6825.bottom .workspace-switcher .workspace-layout:dir(ltr) {
6826  border-left-width: 1px;
6827}
6828
6829.top .workspace-switcher .workspace-layout:dir(rtl),
6830.bottom .workspace-switcher .workspace-layout:dir(rtl) {
6831  border-right-width: 1px;
6832}
6833
6834.left .workspace-switcher .workspace-layout,
6835.right .workspace-switcher .workspace-layout {
6836  border-top-width: 1px;
6837}
6838
6839.workspace-switcher .workspace-item,
6840.workspace-switcher .workspace-add-button {
6841  border: 0 solid rgba(255, 255, 255, 0.12);
6842}
6843
6844.top .workspace-switcher .workspace-item:dir(ltr),
6845.bottom .workspace-switcher .workspace-item:dir(ltr), .top
6846.workspace-switcher .workspace-add-button:dir(ltr),
6847.bottom
6848.workspace-switcher .workspace-add-button:dir(ltr) {
6849  border-right-width: 1px;
6850}
6851
6852.top .workspace-switcher .workspace-item:dir(rtl),
6853.bottom .workspace-switcher .workspace-item:dir(rtl), .top
6854.workspace-switcher .workspace-add-button:dir(rtl),
6855.bottom
6856.workspace-switcher .workspace-add-button:dir(rtl) {
6857  border-left-width: 1px;
6858}
6859
6860.left .workspace-switcher .workspace-item,
6861.right .workspace-switcher .workspace-item, .left
6862.workspace-switcher .workspace-add-button,
6863.right
6864.workspace-switcher .workspace-add-button {
6865  border-bottom-width: 1px;
6866}
6867
6868.workspace-switcher .workspace-item {
6869  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
6870}
6871
6872.workspace-switcher .workspace-item.current-workspace {
6873  background-color: rgba(255, 255, 255, 0.12);
6874}
6875
6876.workspace-switcher .workspace-add-button {
6877  background-color: transparent;
6878}
6879
6880.workspace-switcher .workspace-add-button:hover {
6881  box-shadow: none;
6882}
6883
6884.workspace-switcher .workspace-add-button:active {
6885  background-image: none;
6886}
6887
6888.workspace-switcher .workspace-add-button:active image {
6889  margin: 1px 0 -1px;
6890}
6891
6892.budgie-panel .workspace-switcher .workspace-icon-button {
6893  min-height: 24px;
6894  min-width: 24px;
6895  padding: 0;
6896  border-radius: 2px;
6897}
6898
6899.budgie-menu.background {
6900  padding: 0;
6901  background-color: #222b2e;
6902}
6903
6904.budgie-menu scrollbar,
6905.budgie-menu entry.search {
6906  background-color: transparent;
6907}
6908
6909.budgie-menu entry.search {
6910  border: none;
6911  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
6912  border-radius: 0;
6913  box-shadow: none;
6914  font-size: 120%;
6915}
6916
6917.budgie-menu .categories:dir(ltr) {
6918  border-bottom-left-radius: 2px;
6919}
6920
6921.budgie-menu .categories:dir(rtl) {
6922  border-bottom-right-radius: 2px;
6923}
6924
6925.budgie-menu button {
6926  min-height: 32px;
6927  padding: 0 8px;
6928  border-radius: 0;
6929  color: #ccd7d4;
6930  font-weight: normal;
6931  border: none;
6932}
6933
6934.budgie-menu button:disabled {
6935  color: rgba(204, 215, 212, 0.45);
6936}
6937
6938.budgie-menu button:checked:disabled {
6939  background-color: #2eb398;
6940}
6941
6942.budgie-menu row {
6943  padding: 0;
6944}
6945
6946.budgie-menu row:hover {
6947  box-shadow: none;
6948}
6949
6950popover.background.user-menu {
6951  padding: 8px;
6952}
6953
6954popover.background.user-menu .content-box {
6955  background-color: transparent;
6956}
6957
6958popover.background.user-menu separator {
6959  margin: 4px 0;
6960  background-color: rgba(0, 0, 0, 0.2);
6961}
6962
6963popover.background.user-menu row {
6964  padding: 0;
6965  box-shadow: none;
6966  background-image: none;
6967}
6968
6969popover.background.places-menu {
6970  padding: 8px;
6971}
6972
6973popover.background.places-menu .name-button.text-button {
6974  padding-left: 8px;
6975  padding-right: 8px;
6976}
6977
6978popover.background.places-menu .name-button.text-button image:dir(ltr) {
6979  margin-right: 3px;
6980}
6981
6982popover.background.places-menu .name-button.text-button image:dir(rtl) {
6983  margin-left: 3px;
6984}
6985
6986popover.background.places-menu .places-section-header > image:dir(ltr) {
6987  margin: 0 -2px 0 5px;
6988}
6989
6990popover.background.places-menu .places-section-header > image:dir(rtl) {
6991  margin: 0 5px 0 -2px;
6992}
6993
6994popover.background.places-menu .places-list {
6995  margin-top: 4px;
6996  padding-top: 4px;
6997  border-top: 1px solid rgba(0, 0, 0, 0.2);
6998  background-color: transparent;
6999}
7000
7001popover.background.places-menu row {
7002  padding: 0;
7003  box-shadow: none;
7004  background-image: none;
7005}
7006
7007.budgie-panel {
7008  transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
7009  background-color: #1b2224;
7010  color: #ccd7d4;
7011  font-weight: 500;
7012}
7013
7014.budgie-panel.transparent {
7015  background-color: rgba(27, 34, 36, 0.85);
7016}
7017
7018.budgie-panel button {
7019  min-height: 16px;
7020  min-width: 16px;
7021  padding: 0;
7022  border-radius: 0;
7023  color: #ccd7d4;
7024  border: none;
7025  background: none;
7026}
7027
7028.budgie-panel button:hover {
7029  color: white;
7030  background-color: rgba(204, 215, 212, 0.15);
7031}
7032
7033.budgie-panel button:active {
7034  color: white;
7035  background-color: rgba(204, 215, 212, 0.1);
7036}
7037
7038.budgie-panel button:checked {
7039  color: white;
7040  background-color: rgba(204, 215, 212, 0.12);
7041}
7042
7043.budgie-panel button:checked:disabled {
7044  color: rgba(255, 255, 255, 0.5);
7045  background-color: rgba(204, 215, 212, 0.06);
7046}
7047
7048.budgie-panel button:disabled {
7049  color: rgba(204, 215, 212, 0.5);
7050  background: none;
7051}
7052
7053.budgie-panel.horizontal button {
7054  padding: 0 4px;
7055}
7056
7057.budgie-panel.vertical button {
7058  padding: 4px 0;
7059}
7060
7061.budgie-panel separator {
7062  background-color: rgba(0, 0, 0, 0.2);
7063}
7064
7065.budgie-panel .alert {
7066  color: #db5b5b;
7067}
7068
7069.budgie-panel #tasklist-button {
7070  padding: 0 4px;
7071}
7072
7073.budgie-panel.vertical #tasklist-button {
7074  min-height: 32px;
7075}
7076
7077.budgie-panel button.launcher.sidebar-button, .budgie-panel button.launcher.budgie-menu-launcher, .budgie-panel .launcher#tasklist-button, .budgie-panel button.launcher.flat {
7078  padding: 0;
7079}
7080
7081.budgie-panel button.launcher.sidebar-button:not(:checked), .budgie-panel button.launcher.budgie-menu-launcher:not(:checked), .budgie-panel .launcher#tasklist-button:not(:checked), .budgie-panel button.launcher.flat:not(:checked) {
7082  color: #ccd7d4;
7083}
7084
7085.budgie-panel button.launcher.sidebar-button:not(:checked):hover, .budgie-panel button.launcher.budgie-menu-launcher:not(:checked):hover, .budgie-panel .launcher#tasklist-button:not(:checked):hover, .budgie-panel button.launcher.flat:not(:checked):hover, .budgie-panel button.launcher.sidebar-button:not(:checked):active, .budgie-panel button.launcher.budgie-menu-launcher:not(:checked):active, .budgie-panel .launcher#tasklist-button:not(:checked):active, .budgie-panel button.launcher.flat:not(:checked):active {
7086  color: #ffffff;
7087}
7088
7089.budgie-panel button.launcher.sidebar-button:not(:checked):disabled, .budgie-panel button.launcher.budgie-menu-launcher:not(:checked):disabled, .budgie-panel .launcher#tasklist-button:not(:checked):disabled, .budgie-panel button.launcher.flat:not(:checked):disabled {
7090  color: rgba(204, 215, 212, 0.5);
7091}
7092
7093.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher {
7094  border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0;
7095}
7096
7097.top .budgie-panel #tasklist-button:checked, .budgie-panel .top #tasklist-button:checked, .top .budgie-panel button.flat.launcher:checked, .budgie-panel .top button.flat.launcher:checked {
7098  border-image: radial-gradient(circle closest-corner at center calc(1px), #2eb398 100%, transparent 0%) 3 0 0 0/3px 0 0 0;
7099}
7100
7101.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher {
7102  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0;
7103}
7104
7105.bottom .budgie-panel #tasklist-button:checked, .budgie-panel .bottom #tasklist-button:checked, .bottom .budgie-panel button.flat.launcher:checked, .budgie-panel .bottom button.flat.launcher:checked {
7106  border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #2eb398 100%, transparent 0%) 0 0 3 0/0 0 3px 0;
7107}
7108
7109.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher {
7110  border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0;
7111}
7112
7113.left .budgie-panel #tasklist-button:checked, .budgie-panel .left #tasklist-button:checked, .left .budgie-panel button.flat.launcher:checked, .budgie-panel .left button.flat.launcher:checked {
7114  border-image: radial-gradient(circle closest-corner at calc(1px) center, #2eb398 100%, transparent 0%) 0 0 0 3/0 0 0 3px;
7115}
7116
7117.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher {
7118  border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 0%, transparent 0%) 0 0 0 0/0 0 0 0;
7119}
7120
7121.right .budgie-panel #tasklist-button:checked, .budgie-panel .right #tasklist-button:checked, .right .budgie-panel button.flat.launcher:checked, .budgie-panel .right button.flat.launcher:checked {
7122  border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #2eb398 100%, transparent 0%) 0 3 0 0/0 3px 0 0;
7123}
7124
7125button.flat.-panel-button, button.-panel-button.sidebar-button, button.-panel-button.budgie-menu-launcher, .budgie-panel .-panel-button#tasklist-button, .budgie-panel button.-panel-button.flat.launcher,
7126button#tasklist-button.toggle.flat, button#tasklist-button.toggle.sidebar-button, button#tasklist-button.toggle.budgie-menu-launcher, .budgie-panel #tasklist-button.toggle,
7127button.flat.-panel-icon-button, button.-panel-icon-button.sidebar-button, button.-panel-icon-button.budgie-menu-launcher, .budgie-panel .-panel-icon-button#tasklist-button, .budgie-panel button.-panel-icon-button.flat.launcher,
7128button.flat.launcher,
7129button.launcher.sidebar-button,
7130button.launcher.budgie-menu-launcher,
7131.budgie-panel .launcher#tasklist-button,
7132.budgie-panel button.launcher.flat {
7133  min-width: 16px;
7134  min-height: 16px;
7135  padding: 0;
7136  border-radius: 0;
7137  border: none;
7138  background-position: center center;
7139}
7140
7141button.flat.-panel-button > image, button.-panel-button.sidebar-button > image, button.-panel-button.budgie-menu-launcher > image, .budgie-panel .-panel-button#tasklist-button > image, .budgie-panel button.-panel-button.flat.launcher > image, button#tasklist-button.toggle.flat > image, button#tasklist-button.toggle.sidebar-button > image, button#tasklist-button.toggle.budgie-menu-launcher > image, .budgie-panel #tasklist-button.toggle > image, button.flat.-panel-icon-button > image, button.-panel-icon-button.sidebar-button > image, button.-panel-icon-button.budgie-menu-launcher > image, .budgie-panel .-panel-icon-button#tasklist-button > image, .budgie-panel button.-panel-icon-button.flat.launcher > image,
7142button.flat.launcher > image,
7143button.launcher.sidebar-button > image,
7144button.launcher.budgie-menu-launcher > image,
7145.budgie-panel .launcher#tasklist-button > image,
7146.budgie-panel button.launcher.flat > image {
7147  opacity: 0.87;
7148}
7149
7150button.flat.-panel-button:hover, button.-panel-button.sidebar-button:hover, button.-panel-button.budgie-menu-launcher:hover, .budgie-panel .-panel-button#tasklist-button:hover,
7151button#tasklist-button.toggle.flat:hover, button#tasklist-button.toggle.sidebar-button:hover, button#tasklist-button.toggle.budgie-menu-launcher:hover, .budgie-panel #tasklist-button.toggle:hover,
7152button.flat.-panel-icon-button:hover, button.-panel-icon-button.sidebar-button:hover, button.-panel-icon-button.budgie-menu-launcher:hover, .budgie-panel .-panel-icon-button#tasklist-button:hover,
7153button.flat.launcher:hover,
7154button.launcher.sidebar-button:hover,
7155button.launcher.budgie-menu-launcher:hover,
7156.budgie-panel .launcher#tasklist-button:hover {
7157  -gtk-icon-effect: highlight;
7158}
7159
7160button.flat.-panel-button:hover > image, button.-panel-button.sidebar-button:hover > image, button.-panel-button.budgie-menu-launcher:hover > image, .budgie-panel .-panel-button#tasklist-button:hover > image, button#tasklist-button.toggle.flat:hover > image, button#tasklist-button.toggle.sidebar-button:hover > image, button#tasklist-button.toggle.budgie-menu-launcher:hover > image, .budgie-panel #tasklist-button.toggle:hover > image, button.flat.-panel-icon-button:hover > image, button.-panel-icon-button.sidebar-button:hover > image, button.-panel-icon-button.budgie-menu-launcher:hover > image, .budgie-panel .-panel-icon-button#tasklist-button:hover > image,
7161button.flat.launcher:hover > image,
7162button.launcher.sidebar-button:hover > image,
7163button.launcher.budgie-menu-launcher:hover > image,
7164.budgie-panel .launcher#tasklist-button:hover > image,
7165.budgie-panel button.launcher.flat:hover > image {
7166  opacity: 1.0;
7167}
7168
7169button.flat.-panel-button:active > image, button.-panel-button.sidebar-button:active > image, button.-panel-button.budgie-menu-launcher:active > image, .budgie-panel .-panel-button#tasklist-button:active > image, button#tasklist-button.toggle.flat:active > image, button#tasklist-button.toggle.sidebar-button:active > image, button#tasklist-button.toggle.budgie-menu-launcher:active > image, .budgie-panel #tasklist-button.toggle:active > image, button.flat.-panel-icon-button:active > image, button.-panel-icon-button.sidebar-button:active > image, button.-panel-icon-button.budgie-menu-launcher:active > image, .budgie-panel .-panel-icon-button#tasklist-button:active > image,
7170button.flat.launcher:active > image,
7171button.launcher.sidebar-button:active > image,
7172button.launcher.budgie-menu-launcher:active > image,
7173.budgie-panel .launcher#tasklist-button:active > image,
7174.budgie-panel button.launcher.flat:active > image {
7175  opacity: 1.0;
7176}
7177
7178button.flat.-panel-button:checked:hover, button.-panel-button.sidebar-button:checked:hover, button.-panel-button.budgie-menu-launcher:checked:hover, .budgie-panel .-panel-button#tasklist-button:checked:hover,
7179button#tasklist-button.toggle.flat:checked:hover, button#tasklist-button.toggle.sidebar-button:checked:hover, button#tasklist-button.toggle.budgie-menu-launcher:checked:hover, .budgie-panel #tasklist-button.toggle:checked:hover,
7180button.flat.-panel-icon-button:checked:hover, button.-panel-icon-button.sidebar-button:checked:hover, button.-panel-icon-button.budgie-menu-launcher:checked:hover, .budgie-panel .-panel-icon-button#tasklist-button:checked:hover,
7181button.flat.launcher:checked:hover,
7182button.launcher.sidebar-button:checked:hover,
7183button.launcher.budgie-menu-launcher:checked:hover,
7184.budgie-panel .launcher#tasklist-button:checked:hover {
7185  -gtk-icon-effect: highlight;
7186}
7187
7188button.flat.-panel-button:checked > image, button.-panel-button.sidebar-button:checked > image, button.-panel-button.budgie-menu-launcher:checked > image, .budgie-panel .-panel-button#tasklist-button:checked > image, button#tasklist-button.toggle.flat:checked > image, button#tasklist-button.toggle.sidebar-button:checked > image, button#tasklist-button.toggle.budgie-menu-launcher:checked > image, .budgie-panel #tasklist-button.toggle:checked > image, button.flat.-panel-icon-button:checked > image, button.-panel-icon-button.sidebar-button:checked > image, button.-panel-icon-button.budgie-menu-launcher:checked > image, .budgie-panel .-panel-icon-button#tasklist-button:checked > image,
7189button.flat.launcher:checked > image,
7190button.launcher.sidebar-button:checked > image,
7191button.launcher.budgie-menu-launcher:checked > image,
7192.budgie-panel .launcher#tasklist-button:checked > image,
7193.budgie-panel button.launcher.flat:checked > image {
7194  opacity: 1.0;
7195}
7196
7197
7198.unpinned button.flat.launcher:hover,
7199.unpinned button.launcher.sidebar-button:hover,
7200.unpinned button.launcher.budgie-menu-launcher:hover,
7201.unpinned .budgie-panel .launcher#tasklist-button:hover,
7202.budgie-panel .unpinned .launcher#tasklist-button:hover,
7203.pinned button.flat.launcher.running:hover,
7204.pinned button.launcher.running.sidebar-button:hover,
7205.pinned button.launcher.running.budgie-menu-launcher:hover,
7206.pinned .budgie-panel .launcher.running#tasklist-button:hover,
7207.budgie-panel .pinned .launcher.running#tasklist-button:hover,
7208.pinned button.launcher.running.sidebar-button:hover {
7209  -gtk-icon-effect: highlight;
7210}
7211
7212
7213.unpinned button.flat.launcher > image,
7214.unpinned button.launcher.sidebar-button > image,
7215.unpinned button.launcher.budgie-menu-launcher > image,
7216.unpinned .budgie-panel .launcher#tasklist-button > image,
7217.budgie-panel .unpinned .launcher#tasklist-button > image,
7218.unpinned .budgie-panel button.launcher.flat > image,
7219.pinned button.flat.launcher.running > image,
7220.pinned button.launcher.running.sidebar-button > image,
7221.pinned button.launcher.running.budgie-menu-launcher > image,
7222.pinned .budgie-panel .launcher.running#tasklist-button > image,
7223.budgie-panel .pinned .launcher.running#tasklist-button > image,
7224.pinned .budgie-panel button.launcher.running.flat > image,
7225.pinned button.launcher.running.sidebar-button > image {
7226  background-repeat: no-repeat;
7227  opacity: 1.0;
7228}
7229
7230
7231.unpinned button.flat.launcher:checked > image,
7232.unpinned button.launcher.sidebar-button:checked > image,
7233.unpinned button.launcher.budgie-menu-launcher:checked > image,
7234.unpinned .budgie-panel .launcher#tasklist-button:checked > image,
7235.budgie-panel .unpinned .launcher#tasklist-button:checked > image,
7236.unpinned .budgie-panel button.launcher.flat:checked > image,
7237.pinned button.flat.launcher.running:checked > image,
7238.pinned button.launcher.running.sidebar-button:checked > image,
7239.pinned button.launcher.running.budgie-menu-launcher:checked > image,
7240.pinned .budgie-panel .launcher.running#tasklist-button:checked > image,
7241.budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
7242.pinned .budgie-panel button.launcher.running.flat:checked > image,
7243.pinned button.launcher.running.sidebar-button:checked > image {
7244  background-image: none;
7245}
7246
7247.top .budgie-panel .unpinned button.launcher.sidebar-button > image, .top .budgie-panel .unpinned button.launcher.budgie-menu-launcher > image, .top .budgie-panel .unpinned .launcher#tasklist-button > image, .top .budgie-panel .unpinned button.launcher.flat > image,
7248.top .budgie-panel .pinned button.launcher.running.sidebar-button > image,
7249.top .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
7250.top .budgie-panel .pinned .launcher.running#tasklist-button > image,
7251.top .budgie-panel .pinned button.launcher.running.flat > image,
7252.top .budgie-panel .pinned button.launcher.running.sidebar-button > image {
7253  background-size: 6px 3px;
7254  background-position: top center;
7255  background-image: image(#2eb398);
7256}
7257
7258.top .budgie-panel .unpinned button.launcher.sidebar-button:checked > image, .top .budgie-panel .unpinned button.launcher.budgie-menu-launcher:checked > image, .top .budgie-panel .unpinned .launcher#tasklist-button:checked > image, .top .budgie-panel .unpinned button.launcher.flat:checked > image,
7259.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
7260.top .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
7261.top .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
7262.top .budgie-panel .pinned button.launcher.running.flat:checked > image,
7263.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
7264  background-image: none;
7265}
7266
7267.bottom .budgie-panel .unpinned button.launcher.sidebar-button > image, .bottom .budgie-panel .unpinned button.launcher.budgie-menu-launcher > image, .bottom .budgie-panel .unpinned .launcher#tasklist-button > image, .bottom .budgie-panel .unpinned button.launcher.flat > image,
7268.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image,
7269.bottom .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
7270.bottom .budgie-panel .pinned .launcher.running#tasklist-button > image,
7271.bottom .budgie-panel .pinned button.launcher.running.flat > image,
7272.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image {
7273  background-size: 6px 3px;
7274  background-position: bottom center;
7275  background-image: image(#2eb398);
7276}
7277
7278.bottom .budgie-panel .unpinned button.launcher.sidebar-button:checked > image, .bottom .budgie-panel .unpinned button.launcher.budgie-menu-launcher:checked > image, .bottom .budgie-panel .unpinned .launcher#tasklist-button:checked > image, .bottom .budgie-panel .unpinned button.launcher.flat:checked > image,
7279.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
7280.bottom .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
7281.bottom .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
7282.bottom .budgie-panel .pinned button.launcher.running.flat:checked > image,
7283.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
7284  background-image: none;
7285}
7286
7287.left .budgie-panel .unpinned button.launcher.sidebar-button > image, .left .budgie-panel .unpinned button.launcher.budgie-menu-launcher > image, .left .budgie-panel .unpinned .launcher#tasklist-button > image, .left .budgie-panel .unpinned button.launcher.flat > image,
7288.left .budgie-panel .pinned button.launcher.running.sidebar-button > image,
7289.left .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
7290.left .budgie-panel .pinned .launcher.running#tasklist-button > image,
7291.left .budgie-panel .pinned button.launcher.running.flat > image,
7292.left .budgie-panel .pinned button.launcher.running.sidebar-button > image {
7293  background-size: 3px 6px;
7294  background-position: left center;
7295  background-image: image(#2eb398);
7296}
7297
7298.left .budgie-panel .unpinned button.launcher.sidebar-button:checked > image, .left .budgie-panel .unpinned button.launcher.budgie-menu-launcher:checked > image, .left .budgie-panel .unpinned .launcher#tasklist-button:checked > image, .left .budgie-panel .unpinned button.launcher.flat:checked > image,
7299.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
7300.left .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
7301.left .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
7302.left .budgie-panel .pinned button.launcher.running.flat:checked > image,
7303.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
7304  background-image: none;
7305}
7306
7307.right .budgie-panel .unpinned button.launcher.sidebar-button > image, .right .budgie-panel .unpinned button.launcher.budgie-menu-launcher > image, .right .budgie-panel .unpinned .launcher#tasklist-button > image, .right .budgie-panel .unpinned button.launcher.flat > image,
7308.right .budgie-panel .pinned button.launcher.running.sidebar-button > image,
7309.right .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
7310.right .budgie-panel .pinned .launcher.running#tasklist-button > image,
7311.right .budgie-panel .pinned button.launcher.running.flat > image,
7312.right .budgie-panel .pinned button.launcher.running.sidebar-button > image {
7313  background-size: 3px 6px;
7314  background-position: right center;
7315  background-image: image(#2eb398);
7316}
7317
7318.right .budgie-panel .unpinned button.launcher.sidebar-button:checked > image, .right .budgie-panel .unpinned button.launcher.budgie-menu-launcher:checked > image, .right .budgie-panel .unpinned .launcher#tasklist-button:checked > image, .right .budgie-panel .unpinned button.launcher.flat:checked > image,
7319.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
7320.right .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
7321.right .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
7322.right .budgie-panel .pinned button.launcher.running.flat:checked > image,
7323.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
7324  background-image: none;
7325}
7326
7327box:not(.unpinned):not(.pinned) > revealer > button.flat.launcher, box:not(.unpinned):not(.pinned) > revealer > button.launcher.sidebar-button, box:not(.unpinned):not(.pinned) > revealer > button.launcher.budgie-menu-launcher, .budgie-panel box:not(.unpinned):not(.pinned) > revealer > .launcher#tasklist-button, .budgie-panel box:not(.unpinned):not(.pinned) > revealer > button.launcher.flat {
7328  border-image: none;
7329}
7330
7331frame.raven-frame > border {
7332  border: none;
7333  box-shadow: none;
7334}
7335
7336.top .shadow-block {
7337  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
7338}
7339
7340.bottom .shadow-block {
7341  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
7342}
7343
7344.left .shadow-block {
7345  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
7346}
7347
7348.right .shadow-block {
7349  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
7350}
7351
7352.raven {
7353  background-color: #1b2224;
7354}
7355
7356.raven > box {
7357  margin-bottom: -10px;
7358}
7359
7360.raven > stack {
7361  margin-bottom: -10px;
7362}
7363
7364.raven stackswitcher {
7365  padding: 0 8px 12px 8px;
7366}
7367
7368.raven .raven-header {
7369  min-height: 36px;
7370  padding: 3px;
7371}
7372
7373.raven .raven-header:not(.top) {
7374  margin-top: -6px;
7375}
7376
7377.raven .raven-header:not(.top) button {
7378  min-height: 28px;
7379  min-width: 28px;
7380  margin: 0;
7381  padding: 0;
7382}
7383
7384.raven .raven-header:not(.top) button.image-button {
7385  border-radius: 100px;
7386  -gtk-outline-radius: 100px;
7387}
7388
7389.raven .raven-header.top {
7390  padding: 2px 12px;
7391  background-color: #1b2224;
7392  color: #ccd7d4;
7393}
7394
7395.raven .raven-header.top stackswitcher {
7396  padding: 0;
7397  margin: 0;
7398}
7399
7400.raven .raven-header.top stackswitcher button {
7401  margin: 4px 0;
7402  padding: 2px 16px;
7403  min-height: 16px;
7404  border: none;
7405  background-color: #313e41;
7406  color: #ccd7d4;
7407}
7408
7409.raven .raven-header.top stackswitcher button:hover {
7410  background-color: #3c4b50;
7411  box-shadow: none;
7412}
7413
7414.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked {
7415  color: #ffffff;
7416  border-color: transparent;
7417  background-color: #2eb398;
7418}
7419
7420.raven .raven-header.top stackswitcher button:disabled {
7421  color: rgba(204, 215, 212, 0.4);
7422}
7423
7424.raven .raven-header.top stackswitcher button:disabled label {
7425  color: rgba(204, 215, 212, 0.4);
7426}
7427
7428.raven .raven-header.top button.image-button:dir(ltr) {
7429  margin-right: 2px;
7430}
7431
7432.raven .raven-header.top button.image-button:dir(rtl) {
7433  margin-left: 2px;
7434}
7435
7436.raven .raven-header.top > image {
7437  margin: 0 8px;
7438}
7439
7440.raven .raven-header.top > label {
7441  margin: 0 -8px;
7442  font-weight: bold;
7443}
7444
7445.raven .raven-header.bottom {
7446  border-top: 1px solid rgba(0, 0, 0, 0.2);
7447}
7448
7449.raven viewport.frame .raven-header {
7450  margin-top: -8px;
7451}
7452
7453.raven .expander-button {
7454  border-radius: 100px;
7455  -gtk-outline-radius: 100px;
7456}
7457
7458.raven .raven-background {
7459  border-style: solid none;
7460  border-width: 1px;
7461  border-color: rgba(0, 0, 0, 0.2);
7462  background-color: #222b2e;
7463}
7464
7465.raven .raven-background.middle {
7466  border-bottom-style: none;
7467}
7468
7469.raven .raven-background.frame {
7470  border-style: solid none;
7471}
7472
7473.raven .raven-background > overlay > widget > image {
7474  color: alpha(currentColor,0.12);
7475}
7476
7477.raven .raven-background grid > label:first-child {
7478  min-height: 26px;
7479}
7480
7481.raven scrolledwindow.raven-background {
7482  border-bottom-style: none;
7483}
7484
7485.raven .raven-header.top + .raven-background {
7486  border-style: none;
7487  background-color: #2eb398;
7488  color: #ffffff;
7489}
7490
7491.raven .raven-header.top + .raven-background stackswitcher button {
7492  margin: -4px 0;
7493}
7494
7495.raven .powerstrip button.image-button {
7496  min-height: 28px;
7497  min-width: 28px;
7498  margin: 0 4px;
7499  padding: 6px;
7500}
7501
7502.raven .option-subtitle {
7503  font-size: smaller;
7504}
7505
7506calendar.raven-calendar {
7507  margin: 2px 0;
7508  padding: 2px;
7509  border-style: none;
7510  background-color: transparent;
7511}
7512
7513calendar.raven-calendar:selected {
7514  border-radius: 3px;
7515  background-color: #2eb398;
7516}
7517
7518.raven-mpris {
7519  background-color: rgba(0, 0, 0, 0.5);
7520  color: #ffffff;
7521}
7522
7523.raven-mpris label {
7524  min-height: 24px;
7525}
7526
7527.raven-mpris button.image-button {
7528  padding: 8px 7px;
7529  border: none;
7530  border-radius: 100px;
7531}
7532
7533box.vertical > stack > box.vertical > .raven-background > viewport.frame {
7534  padding: 0;
7535}
7536
7537box.vertical > stack > box.vertical > .raven-background > viewport.frame list {
7538  background-color: transparent;
7539}
7540
7541box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list {
7542  margin-left: -8px;
7543  margin-right: -2px;
7544  background-color: transparent;
7545}
7546
7547box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > grid > *, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview > grid > *, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar > grid > *, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview > grid > *, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button > grid > *, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list > grid > *,
7548box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical *,
7549box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > box.vertical *,
7550textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text > box.vertical *,
7551box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview > box.vertical *,
7552.geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar > box.vertical *,
7553.nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview > box.vertical *,
7554.budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button > box.vertical *,
7555.panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > box.vertical *,
7556box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list > box.vertical * {
7557  color: #ccd7d4;
7558}
7559
7560box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list image {
7561  padding-left: 8px;
7562}
7563
7564box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button {
7565  margin: 8px;
7566}
7567
7568box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button image {
7569  padding: 0;
7570}
7571
7572box.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 > .view button.image-button:active image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button:active image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button:active image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button:active image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button:active image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button:active image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable button.image-button:checked image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button:checked image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text button.image-button:checked image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview button.image-button:checked image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar button.image-button:checked image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview button.image-button:checked image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button button.image-button:checked image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view button.image-button:checked image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list button.image-button:checked image {
7573  color: white;
7574}
7575
7576box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list {
7577  border-radius: 2px;
7578  border-top: 1px solid rgba(0, 0, 0, 0.2);
7579  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
7580}
7581
7582box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list {
7583  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
7584}
7585
7586box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text:last-child, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text:last-child, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text:last-child, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text:last-child, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button:last-child, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button:last-child, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button:last-child, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button:last-child, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view:last-child, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view:last-child, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view:last-child, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list:last-child {
7587  border-bottom: none;
7588}
7589
7590box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text:selected, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text:selected, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text:selected, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text:selected, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button:selected, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button:selected, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button:selected, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button:selected, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view:selected, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view:selected, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view:selected, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view:selected, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list:selected {
7591  background-color: rgba(204, 215, 212, 0.06);
7592}
7593
7594box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text label, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text label, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text label, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text label, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview label, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button label, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button label, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button label, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button label, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button label, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view label, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view label, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view label, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view label, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view label, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view label, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list label, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list label, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list label, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list label {
7595  padding: 0 16px;
7596}
7597
7598box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > row.activatable button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > row.activatable button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > row.activatable button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > row.activatable button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > row.activatable button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > row.activatable button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > row.activatable button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > row.activatable button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .view button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable textview list > text button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > text button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > text button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview textview list > text button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > text button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar textview list > text button.image-button image, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > text button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview textview list > text button.image-button image, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > text button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button textview list > text button.image-button image, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > text button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view textview list > text button.image-button image, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > text button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list textview list > text button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > text button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > iconview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > iconview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > iconview button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > iconview button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > iconview button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > iconview button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > iconview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > iconview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .places-treeview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .places-treeview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .places-treeview button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > .places-treeview button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .places-treeview button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .nemo-window .nemo-places-sidebar list > .places-treeview button.image-button image, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .places-treeview button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .budgie-menu list > button button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > button button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .budgie-menu list > button button.image-button image, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > button button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .budgie-menu list > button button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > button button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar .budgie-menu list > button button.image-button image, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > button button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .budgie-menu list > button button.image-button image, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview list > button button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > button button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .budgie-menu list > button button.image-button image, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > button button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list .budgie-menu list > button button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > button button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable .panel popover .sidebar list > .view button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view .panel popover .sidebar list > .view button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text .panel popover .sidebar list > .view button.image-button image, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview .panel popover .sidebar list > .view button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > .view button.image-button image, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar list > .view button.image-button image, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview .panel popover .sidebar list > .view button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button .panel popover .sidebar list > .view button.image-button image, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > .view button.image-button image, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > .view button.image-button image, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list list > .view button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable list > treeview.view.sidebar.source-list button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view list > treeview.view.sidebar.source-list button.image-button image, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text list > treeview.view.sidebar.source-list button.image-button image, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview list > treeview.view.sidebar.source-list button.image-button image, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button list > treeview.view.sidebar.source-list button.image-button image {
7599  padding: 0;
7600}
7601
7602box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected {
7603  background-color: rgba(46, 179, 152, 0.75);
7604}
7605
7606box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > grid > *, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected > grid > *, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected > grid > *, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected > grid > *, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected > grid > *, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > grid > *, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected > grid > *,
7607box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical *,
7608box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > box.vertical *,
7609textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected > box.vertical *,
7610box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected > box.vertical *,
7611.geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected > box.vertical *,
7612.nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected > box.vertical *,
7613.budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected > box.vertical *,
7614.panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > box.vertical *,
7615box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected > box.vertical * {
7616  color: #ffffff;
7617}
7618
7619box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected button.image-button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected button.image-button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected button.image-button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected button.image-button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected button.image-button {
7620  border: none;
7621}
7622
7623box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:hover, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button:hover, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected button.image-button:hover, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected button.image-button:hover, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected button.image-button:hover, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected button.image-button:hover, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected button.image-button:hover, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button:hover, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected button.image-button:hover {
7624  background-color: rgba(255, 255, 255, 0.25);
7625}
7626
7627box.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 > .view:selected button.image-button:active, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected button.image-button:active, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected button.image-button:active, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected button.image-button:active, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected button.image-button:active, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected button.image-button:active, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected button.image-button:checked, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button:checked, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected button.image-button:checked, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected button.image-button:checked, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected button.image-button:checked, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected button.image-button:checked, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected button.image-button:checked, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected button.image-button:checked, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected button.image-button:checked {
7628  background-color: rgba(255, 255, 255, 0.35);
7629}
7630
7631box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list {
7632  border: 1px solid rgba(255, 255, 255, 0.12);
7633}
7634
7635box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > row.activatable, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > row.activatable, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > row.activatable, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > row.activatable, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > row.activatable, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .view, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > text, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected textview list > text, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > text, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected textview list > text, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > text, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected textview list > text, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > text, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected textview list > text, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > text, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > iconview, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > iconview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > iconview, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > iconview, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > iconview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .places-treeview, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .places-treeview, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .places-treeview, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .places-treeview, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .budgie-menu list > button, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > button, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .budgie-menu list > button, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > button, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .budgie-menu list > button, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > button, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected .budgie-menu list > button, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > button, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .panel popover .sidebar list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .panel popover .sidebar list > .view, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .panel popover .sidebar list > .view, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .panel popover .sidebar list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .panel popover .sidebar list > .view, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .panel popover .sidebar list > .view, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar.source-list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar.source-list, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar.source-list, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar.source-list, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar.source-list {
7636  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
7637}
7638
7639box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > row.activatable:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > row.activatable:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > row.activatable:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > row.activatable:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > row.activatable:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .view:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > text:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected textview list > text:last-child, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > text:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected textview list > text:last-child, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > text:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected textview list > text:last-child, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > text:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text:last-child, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected textview list > text:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > text:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > iconview:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > iconview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > iconview:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > iconview:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > iconview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .places-treeview:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .places-treeview:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .places-treeview:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview:last-child, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .budgie-menu list > button:last-child, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > button:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .budgie-menu list > button:last-child, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > button:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .budgie-menu list > button:last-child, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > button:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button:last-child, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected .budgie-menu list > button:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > button:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .panel popover .sidebar list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .panel popover .sidebar list > .view:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .panel popover .sidebar list > .view:last-child, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .panel popover .sidebar list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view:last-child, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view:last-child, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .panel popover .sidebar list > .view:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .panel popover .sidebar list > .view:last-child, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view:last-child, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view:last-child, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar.source-list:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar.source-list:last-child, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar.source-list:last-child, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar.source-list:last-child, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar.source-list:last-child {
7640  border-bottom: none;
7641}
7642
7643box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > row.activatable:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > row.activatable:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > row.activatable:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > row.activatable:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > row.activatable:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .view:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > text:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected textview list > text:selected, textview .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > text:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected textview list > text:selected, textview .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > text:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected textview list > text:selected, textview .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > text:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected textview list > text:selected, textview .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected textview list > text:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > text:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > iconview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > iconview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > iconview:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > iconview:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > iconview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, .geary-sidebar-pane-separator frame.geary-folder-frame .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .geary-sidebar-pane-separator frame.geary-folder-frame list > treeview.view.sidebar:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .places-treeview:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .places-treeview:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > .places-treeview:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .places-treeview:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .nemo-window .nemo-places-sidebar list > .places-treeview:selected, .nemo-window .nemo-places-sidebar .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .places-treeview:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .budgie-menu list > button:selected, .budgie-menu textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > button:selected, .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected .budgie-menu list > button:selected, .budgie-menu .geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > button:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .budgie-menu list > button:selected, .budgie-menu .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > button:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .budgie-menu list > button:selected, .budgie-menu .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected .budgie-menu list > button:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > button:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected .panel popover .sidebar list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected .panel popover .sidebar list > .view:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected .panel popover .sidebar list > .view:selected, .panel popover .sidebar textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected .panel popover .sidebar list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > .view:selected, .geary-sidebar-pane-separator frame.geary-folder-frame .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected list > .view:selected, .nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected .panel popover .sidebar list > .view:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected .panel popover .sidebar list > .view:selected, .panel popover .sidebar .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > .view:selected, .panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > .view:selected, .panel popover box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected list > .view:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected list > treeview.view.sidebar.source-list:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected list > treeview.view.sidebar.source-list:selected, textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected list > treeview.view.sidebar.source-list:selected, box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected list > treeview.view.sidebar.source-list:selected, .budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected list > treeview.view.sidebar.source-list:selected {
7644  background-color: rgba(46, 179, 152, 0.65);
7645}
7646
7647.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window {
7648  background-color: transparent;
7649  background-image: none;
7650  border-radius: 2px;
7651}
7652
7653.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
7654  color: #ccd7d4;
7655  border-color: rgba(21, 26, 28, 0.35);
7656  background-color: rgba(97, 119, 125, 0.35);
7657}
7658
7659.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
7660  color: #ccd7d4;
7661  border-color: rgba(21, 26, 28, 0.35);
7662  background-color: rgba(113, 138, 145, 0.45);
7663}
7664
7665.budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked {
7666  color: #ffffff;
7667  border-color: rgba(21, 26, 28, 0.35);
7668  background-color: #2eb398;
7669}
7670
7671.budgie-notification-window button:disabled, .budgie-osd-window button:disabled, .budgie-switcher-window button:disabled {
7672  color: #5f6a6b;
7673  border-color: rgba(21, 26, 28, 0.35);
7674  background-color: rgba(97, 119, 125, 0.2);
7675}
7676
7677.budgie-notification-window .linked:not(.vertical) > entry + entry, .budgie-osd-window .linked:not(.vertical) > entry + entry, .budgie-switcher-window .linked:not(.vertical) > entry + entry {
7678  border-left-color: rgba(0, 0, 0, 0);
7679}
7680
7681.budgie-notification-window .linked:not(.vertical) > entry.error + entry, .budgie-osd-window .linked:not(.vertical) > entry.error + entry, .budgie-switcher-window .linked:not(.vertical) > entry.error + entry,
7682.budgie-notification-window .linked:not(.vertical) > entry + entry.error,
7683.budgie-osd-window .linked:not(.vertical) > entry + entry.error,
7684.budgie-switcher-window .linked:not(.vertical) > entry + entry.error {
7685  border-left-color: #FC4138;
7686}
7687
7688.budgie-notification-window .linked:not(.vertical) > entry.warning + entry, .budgie-osd-window .linked:not(.vertical) > entry.warning + entry, .budgie-switcher-window .linked:not(.vertical) > entry.warning + entry,
7689.budgie-notification-window .linked:not(.vertical) > entry + entry.warning,
7690.budgie-osd-window .linked:not(.vertical) > entry + entry.warning,
7691.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning {
7692  border-left-color: #F27835;
7693}
7694
7695.budgie-notification-window .linked:not(.vertical) > entry.error + entry.warning, .budgie-osd-window .linked:not(.vertical) > entry.error + entry.warning, .budgie-switcher-window .linked:not(.vertical) > entry.error + entry.warning,
7696.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error,
7697.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error,
7698.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error {
7699  border-left-color: #f75d37;
7700}
7701
7702.budgie-notification-window .linked:not(.vertical) > entry + entry:focus:not(:last-child), .budgie-osd-window .linked:not(.vertical) > entry + entry:focus:not(:last-child), .budgie-switcher-window .linked:not(.vertical) > entry + entry:focus:not(:last-child),
7703.budgie-notification-window .linked:not(.vertical) > entry + entry:focus:last-child,
7704.budgie-osd-window .linked:not(.vertical) > entry + entry:focus:last-child,
7705.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus:last-child {
7706  border-left-color: #2eb398;
7707}
7708
7709.budgie-notification-window .linked:not(.vertical) > entry:focus:not(:only-child) + entry, .budgie-osd-window .linked:not(.vertical) > entry:focus:not(:only-child) + entry, .budgie-switcher-window .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
7710.budgie-notification-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
7711.budgie-osd-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
7712.budgie-switcher-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
7713.budgie-notification-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo,
7714.budgie-osd-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo,
7715.budgie-switcher-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
7716  border-left-color: #2eb398;
7717}
7718
7719.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), .budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child), .budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
7720.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child,
7721.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child,
7722.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child {
7723  border-left-color: #F08437;
7724}
7725
7726.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, .budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry, .budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
7727.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
7728.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
7729.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
7730.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
7731.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
7732.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
7733  border-left-color: #F08437;
7734}
7735
7736.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child), .budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child), .budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
7737.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus:last-child,
7738.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus:last-child,
7739.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus:last-child {
7740  border-left-color: #F27835;
7741}
7742
7743.budgie-notification-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry, .budgie-osd-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry, .budgie-switcher-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
7744.budgie-notification-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
7745.budgie-osd-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
7746.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
7747.budgie-notification-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
7748.budgie-osd-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
7749.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
7750  border-left-color: #F27835;
7751}
7752
7753.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus:not(:last-child), .budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus:not(:last-child), .budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
7754.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus:last-child,
7755.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus:last-child,
7756.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus:last-child {
7757  border-left-color: #FC4138;
7758}
7759
7760.budgie-notification-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry, .budgie-osd-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry, .budgie-switcher-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
7761.budgie-notification-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
7762.budgie-osd-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
7763.budgie-switcher-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
7764.budgie-notification-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
7765.budgie-osd-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
7766.budgie-switcher-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
7767  border-left-color: #FC4138;
7768}
7769
7770.budgie-notification-window .linked:not(.vertical) > button:active + entry, .budgie-osd-window .linked:not(.vertical) > button:active + entry, .budgie-switcher-window .linked:not(.vertical) > button:active + entry,
7771.budgie-notification-window .linked:not(.vertical) > button:checked + entry,
7772.budgie-osd-window .linked:not(.vertical) > button:checked + entry,
7773.budgie-switcher-window .linked:not(.vertical) > button:checked + entry {
7774  border-left-color: #2eb398;
7775}
7776
7777.budgie-notification-window .linked:not(.vertical) > button + button, .budgie-osd-window .linked:not(.vertical) > button + button, .budgie-switcher-window .linked:not(.vertical) > button + button {
7778  border-left-style: none;
7779}
7780
7781.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
7782.budgie-notification-window .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),
7783.budgie-osd-window .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),
7784.budgie-switcher-window .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) {
7785  box-shadow: inset 1px 0 rgba(21, 26, 28, 0.35);
7786}
7787
7788.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child), .budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
7789.budgie-notification-window .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),
7790.budgie-osd-window .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),
7791.budgie-switcher-window .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) {
7792  box-shadow: inset 1px 0 rgba(21, 26, 28, 0);
7793}
7794
7795.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7796.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7797.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7798.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7799.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7800.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7801.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7802.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7803.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7804.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
7805.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
7806.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
7807.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
7808.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
7809.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
7810.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
7811.budgie-notification-window .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,
7812.budgie-osd-window .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,
7813.budgie-switcher-window .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,
7814.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
7815.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
7816.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
7817.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7818.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7819.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7820.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7821.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7822.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7823.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7824.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7825.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7826.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7827.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7828.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
7829.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
7830.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
7831.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
7832  box-shadow: none;
7833}
7834
7835.budgie-notification .notification-title, .budgie-switcher .notification-title {
7836  font-size: 120%;
7837}
7838
7839.budgie-osd .budgie-osd-text {
7840  font-size: 120%;
7841}
7842
7843.drop-shadow {
7844  margin: 5px 9px;
7845  padding: 8px;
7846  border-radius: 2px;
7847  box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.3);
7848  background-color: #1b2224;
7849  color: #ccd7d4;
7850}
7851
7852.drop-shadow .linked > button {
7853  border-radius: 2px;
7854}
7855
7856.budgie-session-dialog,
7857.budgie-polkit-dialog, .budgie-run-dialog {
7858  border-radius: 2px;
7859  background-color: #1b2224;
7860}
7861
7862.background.budgie-session-dialog,
7863.background.budgie-polkit-dialog, .background.budgie-run-dialog {
7864  border-radius: 2px;
7865}
7866
7867.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration {
7868  border-radius: 2px;
7869}
7870
7871.budgie-session-dialog label:not(:last-child),
7872.budgie-session-dialog .dialog-title,
7873.budgie-polkit-dialog label:not(:last-child),
7874.budgie-polkit-dialog .dialog-title {
7875  font-size: 120%;
7876}
7877
7878.budgie-session-dialog .linked.horizontal > button,
7879.budgie-polkit-dialog .linked.horizontal > button {
7880  padding: 8px 16px;
7881  border: none;
7882  border-top: 1px solid rgba(0, 0, 0, 0.2);
7883  border-radius: 0;
7884}
7885
7886.budgie-session-dialog .linked.horizontal > button:active, .budgie-session-dialog .linked.horizontal > button:checked,
7887.budgie-polkit-dialog .linked.horizontal > button:active,
7888.budgie-polkit-dialog .linked.horizontal > button:checked {
7889  transition: background-color 0.00001s 0.3s;
7890  animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
7891}
7892
7893.budgie-session-dialog .linked.horizontal > button:first-child,
7894.budgie-polkit-dialog .linked.horizontal > button:first-child {
7895  border-bottom-left-radius: 2px;
7896}
7897
7898.budgie-session-dialog .linked.horizontal > button:last-child,
7899.budgie-polkit-dialog .linked.horizontal > button:last-child {
7900  border-bottom-right-radius: 2px;
7901}
7902
7903.budgie-session-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover,
7904.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover {
7905  background-color: alpha(#ccd7d4,0.06);
7906  border-color: rgba(0, 0, 0, 0.2);
7907  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
7908}
7909
7910.budgie-session-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):active, .budgie-session-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked,
7911.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):active,
7912.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked {
7913  color: #ccd7d4;
7914  background-color: alpha(#ccd7d4,0.1);
7915  border-color: rgba(0, 0, 0, 0.2);
7916}
7917
7918.budgie-polkit-dialog .message {
7919  color: alpha(currentColor,0.6);
7920}
7921
7922.budgie-polkit-dialog .failure {
7923  color: #db5b5b;
7924}
7925
7926.budgie-run-dialog {
7927  background-color: #222b2e;
7928}
7929
7930.budgie-run-dialog entry.search {
7931  font-size: 120%;
7932  padding: 6px 12px;
7933  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
7934  background-color: transparent;
7935}
7936
7937.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle,
7938.budgie-run-dialog list .titlebar:not(headerbar) .subtitle, .titlebar:not(headerbar) .budgie-run-dialog list .subtitle, .budgie-run-dialog list .budgie-notification .notification-body, .budgie-notification .budgie-run-dialog list .notification-body, .budgie-run-dialog list .budgie-switcher .notification-body, .budgie-switcher .budgie-run-dialog list .notification-body {
7939  opacity: 1;
7940}
7941
7942.budgie-run-dialog scrolledwindow {
7943  border-top: 1px solid rgba(0, 0, 0, 0.2);
7944}
7945
7946.budgie-panel box.titlebar {
7947  min-width: 20px;
7948  min-height: 20px;
7949  border-radius: 0;
7950  background: unset;
7951  box-shadow: none;
7952  border: none;
7953}
7954
7955.budgie-panel box.titlebar > widget > label {
7956  color: #ccd7d4;
7957}
7958
7959.budgie-panel box.titlebar.horizontal {
7960  padding: 0 3px;
7961}
7962
7963.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) {
7964  padding-right: 3px;
7965}
7966
7967.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) {
7968  padding-left: 3px;
7969}
7970
7971.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton {
7972  padding: 0 3px;
7973}
7974
7975window#ValaPanel.background {
7976  background-color: #1b2224;
7977  border: none;
7978  color: #ccd7d4;
7979}
7980
7981window#ValaPanel.background widget.-vala-panel-background > separator {
7982  background: none;
7983}
7984
7985button.flat.-panel-button, button.-panel-button.sidebar-button, button.-panel-button.budgie-menu-launcher, .budgie-panel .-panel-button#tasklist-button, .budgie-panel button.-panel-button.flat.launcher,
7986button#tasklist-button.toggle.flat,
7987button#tasklist-button.toggle.sidebar-button,
7988button#tasklist-button.toggle.budgie-menu-launcher,
7989.budgie-panel #tasklist-button.toggle,
7990button.flat.-panel-icon-button,
7991button.-panel-icon-button.sidebar-button,
7992button.-panel-icon-button.budgie-menu-launcher,
7993.budgie-panel .-panel-icon-button#tasklist-button,
7994.budgie-panel button.-panel-icon-button.flat.launcher {
7995  color: #ccd7d4;
7996}
7997
7998button.flat.-panel-button:hover, button.-panel-button.sidebar-button:hover, button.-panel-button.budgie-menu-launcher:hover, .budgie-panel .-panel-button#tasklist-button:hover,
7999button#tasklist-button.toggle.flat:hover,
8000button#tasklist-button.toggle.sidebar-button:hover,
8001button#tasklist-button.toggle.budgie-menu-launcher:hover,
8002.budgie-panel #tasklist-button.toggle:hover,
8003button.flat.-panel-icon-button:hover,
8004button.-panel-icon-button.sidebar-button:hover,
8005button.-panel-icon-button.budgie-menu-launcher:hover,
8006.budgie-panel .-panel-icon-button#tasklist-button:hover {
8007  box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5);
8008  background: none;
8009  color: #ffffff;
8010}
8011
8012button.flat.-panel-button:active, button.-panel-button.sidebar-button:active, button.-panel-button.budgie-menu-launcher:active, .budgie-panel .-panel-button#tasklist-button:active, button.flat.-panel-button:checked, button.-panel-button.sidebar-button:checked, button.-panel-button.budgie-menu-launcher:checked, .budgie-panel .-panel-button#tasklist-button:checked,
8013button#tasklist-button.toggle.flat:active,
8014button#tasklist-button.toggle.sidebar-button:active,
8015button#tasklist-button.toggle.budgie-menu-launcher:active,
8016.budgie-panel #tasklist-button.toggle:active,
8017button#tasklist-button.toggle.flat:checked,
8018button#tasklist-button.toggle.sidebar-button:checked,
8019button#tasklist-button.toggle.budgie-menu-launcher:checked,
8020.budgie-panel #tasklist-button.toggle:checked,
8021button.flat.-panel-icon-button:active,
8022button.-panel-icon-button.sidebar-button:active,
8023button.-panel-icon-button.budgie-menu-launcher:active,
8024.budgie-panel .-panel-icon-button#tasklist-button:active,
8025button.flat.-panel-icon-button:checked,
8026button.-panel-icon-button.sidebar-button:checked,
8027button.-panel-icon-button.budgie-menu-launcher:checked,
8028.budgie-panel .-panel-icon-button#tasklist-button:checked {
8029  box-shadow: inset 0 -2px #2eb398;
8030  color: #ffffff;
8031  background: none;
8032}
8033
8034.unpinned button.flat.-panel-icon-button, .unpinned button.-panel-icon-button.sidebar-button, .unpinned button.-panel-icon-button.budgie-menu-launcher, .unpinned .budgie-panel .-panel-icon-button#tasklist-button, .budgie-panel .unpinned .-panel-icon-button#tasklist-button {
8035  border-radius: 0;
8036}
8037
8038.unpinned button.flat.-panel-icon-button:hover, .unpinned button.-panel-icon-button.sidebar-button:hover, .unpinned button.-panel-icon-button.budgie-menu-launcher:hover, .unpinned .budgie-panel .-panel-icon-button#tasklist-button:hover, .budgie-panel .unpinned .-panel-icon-button#tasklist-button:hover {
8039  -gtk-icon-effect: highlight;
8040}
8041
8042.unpinned button.flat.-panel-icon-button:hover, .unpinned button.-panel-icon-button.sidebar-button:hover, .unpinned button.-panel-icon-button.budgie-menu-launcher:hover, .unpinned .budgie-panel .-panel-icon-button#tasklist-button:hover, .budgie-panel .unpinned .-panel-icon-button#tasklist-button:hover, .unpinned button.flat.-panel-icon-button:active, .unpinned button.-panel-icon-button.sidebar-button:active, .unpinned button.-panel-icon-button.budgie-menu-launcher:active, .unpinned .budgie-panel .-panel-icon-button#tasklist-button:active, .budgie-panel .unpinned .-panel-icon-button#tasklist-button:active, .unpinned button.flat.-panel-icon-button:checked, .unpinned button.-panel-icon-button.sidebar-button:checked, .unpinned button.-panel-icon-button.budgie-menu-launcher:checked, .unpinned .budgie-panel .-panel-icon-button#tasklist-button:checked, .budgie-panel .unpinned .-panel-icon-button#tasklist-button:checked {
8043  box-shadow: inset 0 -2px #2eb398;
8044  color: #ffffff;
8045}
8046
8047.pinned button.flat.-panel-icon-button.running, .pinned button.-panel-icon-button.running.sidebar-button, .pinned button.-panel-icon-button.running.budgie-menu-launcher, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button {
8048  border-radius: 0;
8049}
8050
8051.pinned button.flat.-panel-icon-button.running > image, .pinned button.-panel-icon-button.running.sidebar-button > image, .pinned button.-panel-icon-button.running.budgie-menu-launcher > image, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button > image, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button > image, .pinned .budgie-panel button.-panel-icon-button.running.flat.launcher > image {
8052  background-position: bottom center;
8053}
8054
8055.pinned button.flat.-panel-icon-button.running:hover, .pinned button.-panel-icon-button.running.sidebar-button:hover, .pinned button.-panel-icon-button.running.budgie-menu-launcher:hover, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:hover, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button:hover {
8056  -gtk-icon-effect: highlight;
8057}
8058
8059.pinned button.flat.-panel-icon-button.running:hover, .pinned button.-panel-icon-button.running.sidebar-button:hover, .pinned button.-panel-icon-button.running.budgie-menu-launcher:hover, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:hover, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button:hover, .pinned button.flat.-panel-icon-button.running:active, .pinned button.-panel-icon-button.running.sidebar-button:active, .pinned button.-panel-icon-button.running.budgie-menu-launcher:active, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:active, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button:active, .pinned button.flat.-panel-icon-button.running:checked, .pinned button.-panel-icon-button.running.sidebar-button:checked, .pinned button.-panel-icon-button.running.budgie-menu-launcher:checked, .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:checked, .budgie-panel .pinned .-panel-icon-button.running#tasklist-button:checked {
8060  box-shadow: inset 0 -2px #2eb398;
8061  color: #ffffff;
8062}
8063
8064menubar.-vala-panel-background,
8065menubar.-vala-panel-appmenu-private {
8066  background: none;
8067  border: none;
8068  box-shadow: none;
8069}
8070
8071menubar.-vala-panel-background > menuitem,
8072menubar.-vala-panel-appmenu-private > menuitem {
8073  border-radius: 0 0 0 0;
8074  color: #ccd7d4;
8075  font-weight: normal;
8076}
8077
8078menubar.-vala-panel-background > menuitem:hover,
8079menubar.-vala-panel-appmenu-private > menuitem:hover {
8080  color: #ffffff;
8081}
8082
8083menubar.-vala-panel-background > menuitem:disabled,
8084menubar.-vala-panel-appmenu-private > menuitem:disabled {
8085  color: rgba(204, 215, 212, 0.45);
8086}
8087
8088menubar.-vala-panel-background > menuitem > window.background.popup > menu,
8089menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu {
8090  border-radius: 0 0 2px 2px;
8091}
8092
8093/*****************
8094 * Xfce4 Desktop *
8095 *****************/
8096.mate-panel-menu-bar button:not(#tasklist-button),
8097panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel button, .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button, .xfce4-panel.panel button.budgie-menu-launcher, .xfce4-panel button.flat, .xfce4-panel button.sidebar-button, .xfce4-panel button.budgie-menu-launcher, .xfce4-panel .budgie-panel #tasklist-button, .budgie-panel .xfce4-panel #tasklist-button, .xfce4-panel .budgie-panel button.flat.launcher, .budgie-panel .xfce4-panel button.flat.launcher, .xfce4-panel button {
8098  color: #ccd7d4;
8099  border-radius: 0;
8100  border: none;
8101  background-color: transparent;
8102}
8103
8104.mate-panel-menu-bar button:hover:not(:active):not(:checked):not(#tasklist-button),
8105panel-toplevel.background button:hover:not(:active):not(:checked):not(#tasklist-button), .xfce4-panel .budgie-panel #tasklist-button:hover:not(:active):not(:checked), .budgie-panel .xfce4-panel #tasklist-button:hover:not(:active):not(:checked), .xfce4-panel button:hover:not(:active):not(:checked) {
8106  color: #ffffff;
8107  box-shadow: inset 0 -2px rgba(46, 179, 152, 0.5);
8108}
8109
8110.mate-panel-menu-bar button:checked:not(#tasklist-button),
8111panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel .budgie-panel #tasklist-button:checked, .budgie-panel .xfce4-panel #tasklist-button:checked, .xfce4-panel button:checked {
8112  color: #ffffff;
8113  box-shadow: inset 0 -2px #2eb398;
8114}
8115
8116.mate-panel-menu-bar button:checked:not(#tasklist-button) label, panel-toplevel.background button:checked:not(#tasklist-button) label, .xfce4-panel .budgie-panel #tasklist-button:checked label, .budgie-panel .xfce4-panel #tasklist-button:checked label, .xfce4-panel button:checked label, .mate-panel-menu-bar button:checked:not(#tasklist-button) image, panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-panel .budgie-panel #tasklist-button:checked image, .budgie-panel .xfce4-panel #tasklist-button:checked image, .xfce4-panel button:checked image {
8117  color: inherit;
8118}
8119
8120.mate-panel-menu-bar button:active:not(#tasklist-button),
8121panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel .budgie-panel #tasklist-button:active, .budgie-panel .xfce4-panel #tasklist-button:active, .xfce4-panel button:active {
8122  background-color: rgba(255, 255, 255, 0.12);
8123  color: #ffffff;
8124  box-shadow: inset 0 -2px #2eb398;
8125}
8126
8127.xfce4-panel.panel {
8128  background-color: #1b2224;
8129  text-shadow: none;
8130  -gtk-icon-shadow: none;
8131  border: none;
8132}
8133
8134.XfceHeading {
8135  border: 0 none transparent;
8136  background-color: #1b2224;
8137  color: #ccd7d4;
8138}
8139
8140.xfce4-panel {
8141  background-color: #1b2224;
8142  color: #ccd7d4;
8143  font-weight: 700;
8144  text-shadow: none;
8145  -gtk-icon-shadow: none;
8146}
8147
8148.xfce4-panel,
8149.xfce4-panel frame > border {
8150  border: none;
8151}
8152
8153.xfce4-panel#XfcePanelWindow {
8154  border: none;
8155}
8156
8157.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants {
8158  transition: none;
8159}
8160
8161.xfce4-panel button {
8162  font-weight: 700;
8163}
8164
8165.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover {
8166  box-shadow: none;
8167}
8168
8169.xfce4-panel button#launcher-arrow + button.toggle:checked {
8170  color: #2eb398;
8171  box-shadow: none;
8172}
8173
8174.xfce4-panel button#xfce4-notification-plugin {
8175  padding: 0 1px;
8176}
8177
8178.xfce4-panel menu {
8179  font-weight: 400;
8180  text-shadow: none;
8181  -gtk-icon-effect: none;
8182}
8183
8184.xfce4-panel widget.tasklist > button.toggle {
8185  font-weight: 400;
8186}
8187
8188XfdesktopIconView.view {
8189  border-radius: 2px;
8190  background: transparent;
8191  color: #ffffff;
8192  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);
8193}
8194
8195XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
8196  background-color: #2eb398;
8197  color: #ffffff;
8198  text-shadow: none;
8199}
8200
8201window#whiskermenu-window {
8202  background-color: #222b2e;
8203}
8204
8205window#whiskermenu-window > frame > border {
8206  border-radius: 0;
8207}
8208
8209window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
8210  background-color: rgba(255, 255, 255, 0.12);
8211}
8212
8213window#whiskermenu-window scrolledwindow > viewport button.radio:checked, window#whiskermenu-window scrolledwindow > viewport button.radio:active {
8214  background-color: #2eb398;
8215  color: #ffffff;
8216}
8217
8218window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
8219  background-color: rgba(255, 255, 255, 0.1);
8220  color: #ccd7d4;
8221}
8222
8223window.thunar .sidebar {
8224  border: none;
8225}
8226
8227window.thunar .sidebar treeview.view {
8228  background-color: rgba(48, 59, 62, 0.95);
8229  color: #ccd7d4;
8230}
8231
8232window.thunar .sidebar treeview.view:hover {
8233  background-color: rgba(59, 73, 76, 0.95);
8234  box-shadow: none;
8235}
8236
8237window.thunar toolbar#location-toolbar, window.thunar #location-toolbar.inline-toolbar {
8238  background-color: #141a1b;
8239  color: #ccd7d4;
8240}
8241
8242window.thunar toolbar#location-toolbar entry, window.thunar #location-toolbar.inline-toolbar entry {
8243  min-height: 0;
8244}
8245
8246window.thunar toolbar#location-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button, window.thunar #location-toolbar.inline-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button {
8247  margin: 0;
8248  padding: 2px 4px 4px 4px;
8249}
8250
8251window.thunar notebook stack > scrolledwindow.frame.standard-view {
8252  border-top-width: 0;
8253  border-right-width: 0;
8254}
8255
8256window.thunar notebook header.top tab.reorderable-page > box > label {
8257  min-height: 0;
8258}
8259
8260/**********************
8261 * Elementary Desktop *
8262 **********************/
8263.panel {
8264  background-color: #1b2224;
8265  transition: all 100ms ease-in-out;
8266  color: #ccd7d4;
8267  font-weight: bold;
8268}
8269
8270.panel.maximized {
8271  background-color: black;
8272}
8273
8274.panel.translucent {
8275  background-color: #1b2224;
8276}
8277
8278menubar .panel,
8279.panel menubar {
8280  padding-top: 2px;
8281  padding-bottom: 2px;
8282  box-shadow: none;
8283  border: none;
8284  background: none;
8285  color: #ccd7d4;
8286}
8287
8288.panel-shadow {
8289  background-image: none;
8290  background-color: transparent;
8291}
8292
8293.panel .menu {
8294  box-shadow: none;
8295}
8296
8297.panel .menu .menuitem {
8298  font-weight: normal;
8299}
8300
8301.panel .menubar > .menuitem {
8302  padding: 3px 6px;
8303}
8304
8305.panel .menubar > .menuitem:hover {
8306  background-color: transparent;
8307}
8308
8309.panel popover {
8310  padding: 2px 4px;
8311  font-weight: normal;
8312  border: 1px solid rgba(255, 255, 255, 0.12);
8313  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
8314}
8315
8316.panel popover button {
8317  font-weight: normal;
8318  background-color: transparent;
8319}
8320
8321.panel popover button:active label, .panel popover button:checked label {
8322  color: white;
8323}
8324
8325.panel popover .linked > button {
8326  border-color: rgba(0, 0, 0, 0.2);
8327}
8328
8329.panel popover list {
8330  background-color: transparent;
8331}
8332
8333.panel popover separator.horizontal {
8334  margin: 0 -4px;
8335}
8336
8337.panel popover separator.vertical {
8338  background-image: image(rgba(0, 0, 0, 0.2));
8339  margin: 0 2px;
8340}
8341
8342.panel popover .sidebar {
8343  border-style: none;
8344  background: none;
8345}
8346
8347.panel popover .sidebar .view {
8348  background: none;
8349  border-radius: 2px;
8350}
8351
8352.panel popover .sidebar .view:selected, .panel popover .sidebar .view:active, .panel popover .sidebar .view:checked, .panel popover .sidebar .view:active:backdrop, .panel popover .sidebar .view:checked:backdrop, .panel popover .sidebar .view:selected:backdrop {
8353  color: #ffffff;
8354  background-color: #2eb398;
8355}
8356
8357button.flat.toggle.switcher:hover image, button.toggle.switcher.sidebar-button:hover image, button.toggle.switcher.budgie-menu-launcher:hover image, .budgie-panel .toggle.switcher#tasklist-button:hover image, button.flat.toggle.switcher:active image, button.toggle.switcher.sidebar-button:active image, button.toggle.switcher.budgie-menu-launcher:active image, .budgie-panel .toggle.switcher#tasklist-button:active image, button.flat.toggle.switcher:checked image, button.toggle.switcher.sidebar-button:checked image, button.toggle.switcher.budgie-menu-launcher:checked image, .budgie-panel .toggle.switcher#tasklist-button:checked image, button.flat.toggle.switcher:selected image, button.toggle.switcher.sidebar-button:selected image, button.toggle.switcher.budgie-menu-launcher:selected image, .budgie-panel .toggle.switcher#tasklist-button:selected image {
8358  color: #2eb398;
8359}
8360
8361.circular label:disabled {
8362  color: rgba(204, 215, 212, 0.45);
8363}
8364
8365.circular.accent {
8366  color: #ffffff;
8367  background-color: #2eb398;
8368}
8369
8370.panel-app-button > GtkWidget > GtkWidget:first-child {
8371  padding: 0 2px 0 4px;
8372}
8373
8374.panel .menu .spinner,
8375.menu .spinner {
8376  opacity: 1;
8377}
8378
8379.composited-indicator {
8380  background-color: transparent;
8381  color: #ccd7d4;
8382  padding: 0 6px;
8383}
8384
8385.composited-indicator > revealer label,
8386.composited-indicator > revealer image,
8387.composited-indicator > revealer spinner {
8388  color: #ccd7d4;
8389  font-weight: bold;
8390  text-shadow: none;
8391  transition: all 200ms ease-in-out;
8392}
8393
8394.composited-indicator .keyboard {
8395  background-color: #fff;
8396  border-radius: 2px;
8397  box-shadow: none;
8398  color: #333;
8399  font-weight: 600;
8400  padding: 0 3px;
8401  text-shadow: none;
8402}
8403
8404.composited-indicator > GtkWidget > GtkWidget:first-child {
8405  padding: 0 2px;
8406}
8407
8408.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover {
8409  border-style: none;
8410}
8411
8412.composited-indicator > .popup > .menu {
8413  padding-top: 8px;
8414  padding-bottom: 8px;
8415}
8416
8417BirdieWidgetsTweetList * {
8418  background-image: none;
8419  background-color: transparent;
8420}
8421
8422MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
8423  color: #ffffff;
8424  background-color: #2eb398;
8425  outline-color: transparent;
8426}
8427
8428MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
8429  background-color: transparent;
8430}
8431
8432MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
8433  outline-color: transparent;
8434}
8435
8436.marlin-pathbar.pathbar {
8437  border-radius: 3px;
8438  padding-left: 4px;
8439  padding-right: 4px;
8440  color: #ccd7d4;
8441  border-color: rgba(0, 0, 0, 0.4);
8442  background-color: rgba(69, 86, 91, 0.4);
8443}
8444
8445.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
8446  color: inherit;
8447}
8448
8449.marlin-pathbar.pathbar:focus {
8450  color: white;
8451  border-color: #2eb398;
8452  background-color: rgba(47, 59, 62, 0.4);
8453}
8454
8455.marlin-pathbar.pathbar:disabled {
8456  color: rgba(204, 215, 212, 0.55);
8457  border-color: rgba(0, 0, 0, 0.4);
8458  background-color: rgba(69, 86, 91, 0.25);
8459}
8460
8461.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
8462  color: #2eb398;
8463}
8464
8465treeview.view.sidebar {
8466  color: #ccd7d4;
8467  background-color: rgba(48, 59, 62, 0.95);
8468}
8469
8470treeview.view.sidebar.source-list {
8471  padding-top: 3px;
8472  padding-bottom: 3px;
8473}
8474
8475.dynamic-notebook notebook iconview.view.cell:selected {
8476  background-color: rgba(255, 255, 255, 0.08);
8477}
8478
8479headerbar.titlebar entry.pathbar {
8480  min-height: 0;
8481}
8482
8483headerbar.titlebar button.flat.image-button.toggle, headerbar.titlebar button.image-button.toggle.sidebar-button, headerbar.titlebar button.image-button.toggle.budgie-menu-launcher, headerbar.titlebar .budgie-panel .image-button.toggle#tasklist-button, .budgie-panel headerbar.titlebar .image-button.toggle#tasklist-button {
8484  min-height: 0;
8485  padding-top: 0;
8486  padding-bottom: 0;
8487  margin-top: 9px;
8488  margin-bottom: 10px;
8489}
8490
8491headerbar.titlebar > grid.linked.horizontal.format-bar {
8492  background-image: image(#141a1b);
8493}
8494
8495popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white {
8496  border: 1px solid rgba(0, 0, 0, 0.2);
8497}
8498
8499.gala-notification {
8500  border: 1px solid rgba(0, 0, 0, 0.35);
8501  border-radius: 3px;
8502  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
8503  background-image: linear-gradient(to bottom, white, white);
8504  background-color: transparent;
8505}
8506
8507.gala-notification .title, .gala-notification .label {
8508  color: #5c616c;
8509}
8510
8511actionbar.inline-toolbar {
8512  border: none;
8513  border-top: 1px solid rgba(0, 0, 0, 0.2);
8514}
8515
8516actionbar.inline-toolbar button {
8517  border-radius: 3px;
8518  border: 1px solid rgba(0, 0, 0, 0.2);
8519}
8520
8521actionbar.inline-toolbar button:first-child {
8522  border-right-style: solid;
8523}
8524
8525actionbar.inline-toolbar button:last-child {
8526  border-left-style: solid;
8527}
8528
8529scale.warmth trough {
8530  background-image: linear-gradient(to right, #db5b5b, #db5b5b);
8531  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
8532}
8533
8534#panel_window {
8535  background-color: #1b2224;
8536  color: #ccd7d4;
8537  font-weight: bold;
8538  box-shadow: inset 0 -1px #0c0f10;
8539}
8540
8541#panel_window menubar {
8542  padding-left: 5px;
8543}
8544
8545#panel_window menubar, #panel_window menubar > menuitem {
8546  background-color: transparent;
8547  color: #ccd7d4;
8548  font-weight: bold;
8549}
8550
8551#panel_window menubar menuitem:disabled {
8552  color: rgba(204, 215, 212, 0.5);
8553}
8554
8555#panel_window menubar menuitem:disabled label {
8556  color: inherit;
8557}
8558
8559#panel_window menubar menu > menuitem {
8560  font-weight: normal;
8561}
8562
8563#login_window,
8564#shutdown_dialog,
8565#restart_dialog {
8566  font-weight: normal;
8567  border-style: none;
8568  background-color: transparent;
8569  color: #ccd7d4;
8570}
8571
8572#content_frame {
8573  padding-bottom: 14px;
8574  background-color: #1b2224;
8575  border-top-left-radius: 2px;
8576  border-top-right-radius: 2px;
8577  border: solid rgba(0, 0, 0, 0.1);
8578  border-width: 1px 1px 0 1px;
8579}
8580
8581#content_frame button {
8582  color: #ccd7d4;
8583  border-color: rgba(0, 0, 0, 0.2);
8584  background-color: #263034;
8585}
8586
8587#content_frame button:hover {
8588  color: #a1b5b0;
8589  border-color: rgba(0, 0, 0, 0.2);
8590  background-color: #38464b;
8591}
8592
8593#content_frame button:active, #content_frame button:checked {
8594  color: #ffffff;
8595  border-color: rgba(0, 0, 0, 0.2);
8596  background-color: #2eb398;
8597}
8598
8599#content_frame button:disabled {
8600  border-color: rgba(0, 0, 0, 0);
8601  background-color: rgba(38, 48, 52, 0.55);
8602}
8603
8604#content_frame button:disabled label, #content_frame button:disabled {
8605  color: rgba(204, 215, 212, 0.45);
8606}
8607
8608#buttonbox_frame {
8609  padding-top: 20px;
8610  padding-bottom: 0px;
8611  border-style: none;
8612  background-color: #141a1b;
8613  border-bottom-left-radius: 3px;
8614  border-bottom-right-radius: 3px;
8615  border: solid rgba(0, 0, 0, 0.1);
8616  border-width: 0 1px 1px 1px;
8617  box-shadow: inset 0 1px #0c0f10;
8618}
8619
8620#buttonbox_frame button {
8621  color: #ccd7d4;
8622  border-color: rgba(21, 26, 28, 0.35);
8623  background-color: rgba(97, 119, 125, 0.35);
8624}
8625
8626#buttonbox_frame button:hover {
8627  color: #ccd7d4;
8628  border-color: rgba(21, 26, 28, 0.35);
8629  background-color: rgba(113, 138, 145, 0.45);
8630}
8631
8632#buttonbox_frame button:active, #buttonbox_frame button:checked {
8633  color: #ffffff;
8634  border-color: rgba(21, 26, 28, 0.35);
8635  background-color: #2eb398;
8636}
8637
8638#buttonbox_frame button:disabled {
8639  color: #5f6a6b;
8640  border-color: rgba(21, 26, 28, 0.35);
8641  background-color: rgba(97, 119, 125, 0.2);
8642}
8643
8644#login_window #user_combobox {
8645  color: #ccd7d4;
8646  font-size: 13px;
8647}
8648
8649#login_window #user_combobox menu {
8650  font-weight: normal;
8651}
8652
8653#user_image {
8654  padding: 3px;
8655  border-radius: 2px;
8656}
8657
8658#shutdown_button.button {
8659  background-clip: border-box;
8660  color: green;
8661  background-color: #db5b5b;
8662  border-color: #db5b5b;
8663}
8664
8665#shutdown_button.button:hover {
8666  background-clip: border-box;
8667  color: green;
8668  background-color: #e48585;
8669  border-color: #e48585;
8670}
8671
8672#shutdown_button.button:active, #shutdown_button.button:checked {
8673  background-clip: border-box;
8674  color: green;
8675  background-color: #d23131;
8676  border-color: #d23131;
8677}
8678
8679#restart_button.button {
8680  background-clip: border-box;
8681  color: green;
8682  background-color: #db5b5b;
8683  border-color: #db5b5b;
8684}
8685
8686#restart_button.button:hover {
8687  background-clip: border-box;
8688  color: green;
8689  background-color: #e48585;
8690  border-color: #e48585;
8691}
8692
8693#restart_button.button:active, #restart_button.button:checked {
8694  background-clip: border-box;
8695  color: green;
8696  background-color: #d23131;
8697  border-color: #d23131;
8698}
8699
8700#greeter_infobar {
8701  border-bottom-width: 0;
8702  font-weight: bold;
8703}
8704
8705.overlay-bar {
8706  background-color: #2eb398;
8707  border-color: #2eb398;
8708  border-radius: 2px;
8709  padding: 3px 6px;
8710  margin: 3px;
8711}
8712
8713.overlay-bar label {
8714  color: #ffffff;
8715}
8716
8717GraniteWidgetsThinPaned {
8718  background-color: transparent;
8719  background-image: none;
8720  margin: 0;
8721  border-left: 1px solid rgba(0, 0, 0, 0.2);
8722  border-right: 1px solid rgba(0, 0, 0, 0.2);
8723}
8724
8725GraniteWidgetsPopOver .frame,
8726GraniteWidgetsStaticNotebook .frame {
8727  border: none;
8728}
8729
8730.help_button {
8731  border-radius: 100px;
8732  padding: 3px 9px;
8733}
8734
8735toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar {
8736  padding: 3px;
8737  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
8738}
8739
8740toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button {
8741  padding: 0 3px 0 3px;
8742}
8743
8744toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar {
8745  padding: 5px;
8746  border-width: 1px 0 0 0;
8747  border-style: solid;
8748  border-color: rgba(0, 0, 0, 0.2);
8749  background-color: #1b2224;
8750}
8751
8752toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button {
8753  padding: 2px 3px 2px 3px;
8754}
8755
8756.source-list {
8757  -GtkTreeView-horizontal-separator: 1px;
8758  -GtkTreeView-vertical-separator: 6px;
8759}
8760
8761.source-list,
8762.source-list.view {
8763  background-color: #1b2224;
8764  color: #ccd7d4;
8765  -gtk-icon-style: regular;
8766}
8767
8768.source-list.category-expander {
8769  color: transparent;
8770}
8771
8772.source-list.view:hover {
8773  background-color: #263033;
8774}
8775
8776.source-list.view:selected,
8777.source-list.view:hover:selected,
8778.source-list.view:selected:focus,
8779.source-list.category-expander:hover {
8780  color: #ffffff;
8781  background-color: #2eb398;
8782}
8783
8784.source-list scrollbar,
8785.source-list junction {
8786  border-image: none;
8787  border-color: transparent;
8788  background-color: #1b2224;
8789  background-image: none;
8790}
8791
8792.source-list.badge,
8793.source-list.badge:hover,
8794.source-list.badge:selected,
8795.source-list.badge:selected:focus,
8796.source-list.badge:hover:selected {
8797  background-image: none;
8798  background-color: #2eb398;
8799  color: #ffffff;
8800  border-radius: 10px;
8801  padding: 0 6px;
8802  margin: 0 3px;
8803  border-width: 0;
8804}
8805
8806.source-list.badge:selected,
8807.source-list.badge:selected:focus,
8808.source-list.badge:hover:selected {
8809  background-color: #ffffff;
8810  color: #2eb398;
8811}
8812
8813.source-list.category-expander {
8814  color: #ccd7d4;
8815  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
8816  -GtkTreeView-expander-size: 16;
8817}
8818
8819.source-list.category-expander,
8820.source-list.category-expander:backdrop {
8821  color: transparent;
8822  border: none;
8823}
8824
8825.source-list.category-expander:checked {
8826  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
8827}
8828
8829GraniteWidgetsWelcome {
8830  background-color: #222b2e;
8831}
8832
8833GraniteWidgetsWelcome label {
8834  color: #747d7c;
8835  font-size: 11px;
8836  text-shadow: none;
8837}
8838
8839GraniteWidgetsWelcome .h1,
8840GraniteWidgetsWelcome .h3 {
8841  color: rgba(204, 215, 212, 0.8);
8842}
8843
8844.help_button {
8845  border-radius: 0;
8846}
8847
8848GraniteWidgetsPopOver {
8849  -GraniteWidgetsPopOver-arrow-width: 21;
8850  -GraniteWidgetsPopOver-arrow-height: 10;
8851  -GraniteWidgetsPopOver-border-radius: 2px;
8852  -GraniteWidgetsPopOver-border-width: 1;
8853  -GraniteWidgetsPopOver-shadow-size: 12;
8854  border: 1px solid rgba(0, 0, 0, 0.3);
8855  margin: 0;
8856}
8857
8858.popover_bg {
8859  background-image: linear-gradient(to bottom, #222b2e, #222b2e);
8860  border: 1px solid rgba(0, 0, 0, 0.3);
8861}
8862
8863GraniteWidgetsPopOver .sidebar.view,
8864GraniteWidgetsPopOver * {
8865  background-color: transparent;
8866}
8867
8868GraniteWidgetsXsEntry entry {
8869  padding: 4px;
8870}
8871
8872.h1 {
8873  font-size: 24px;
8874}
8875
8876.h2 {
8877  font-size: 18px;
8878}
8879
8880.h3 {
8881  font-size: 11px;
8882}
8883
8884.h4,
8885.category-label {
8886  color: #808c8a;
8887  font-weight: 600;
8888}
8889
8890.h4 {
8891  padding-bottom: 6px;
8892  padding-top: 6px;
8893}
8894
8895GtkListBox .h4 {
8896  padding-left: 6px;
8897}
8898
8899.nautilus-window paned > separator {
8900  background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95));
8901}
8902
8903filechooser paned > separator {
8904  background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95));
8905}
8906
8907filechooser.csd.background, filechooser placessidebar list,
8908.nautilus-window.csd.background,
8909.nautilus-window placessidebar list {
8910  background-color: transparent;
8911}
8912
8913filechooser placessidebar.sidebar,
8914.nautilus-window placessidebar.sidebar {
8915  background-color: rgba(48, 59, 62, 0.95);
8916}
8917
8918filechooser placessidebar.sidebar row.sidebar-row,
8919.nautilus-window placessidebar.sidebar row.sidebar-row {
8920  border: none;
8921  color: #ccd7d4;
8922}
8923
8924filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
8925.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
8926  color: rgba(204, 215, 212, 0.6);
8927}
8928
8929filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover,
8930.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup,
8931.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
8932  background-color: rgba(204, 215, 212, 0.15);
8933  box-shadow: inset 3px 0 #45cfb3;
8934}
8935
8936filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image,
8937.nautilus-window placessidebar.sidebar row.sidebar-row:disabled,
8938.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label,
8939.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image {
8940  color: rgba(204, 215, 212, 0.4);
8941}
8942
8943filechooser placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon, filechooser placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon,
8944.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon,
8945.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon,
8946.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon,
8947.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon {
8948  color: inherit;
8949}
8950
8951filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button,
8952.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button {
8953  color: #ccd7d4;
8954}
8955
8956filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
8957.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
8958  color: #ccd7d4;
8959  border-color: rgba(0, 0, 0, 0.2);
8960  background-color: rgba(204, 215, 212, 0.12);
8961}
8962
8963filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
8964.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
8965  color: #ffffff;
8966  border-color: transparent;
8967  background-color: #2eb398;
8968}
8969
8970filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
8971.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
8972  opacity: 0.5;
8973}
8974
8975filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
8976.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
8977  color: #2eb398;
8978}
8979
8980filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
8981.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
8982  color: inherit;
8983}
8984
8985filechooser placessidebar.sidebar row.sidebar-row:backdrop,
8986.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop {
8987  opacity: 0.75;
8988}
8989
8990filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled), filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon,
8991.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled),
8992.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label,
8993.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
8994  color: #F08437;
8995}
8996
8997filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
8998.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
8999  background-color: #F08437;
9000}
9001
9002filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label, filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon,
9003.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
9004.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label,
9005.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
9006  color: #ffffff;
9007}
9008
9009filechooser placessidebar.sidebar separator,
9010.nautilus-window placessidebar.sidebar separator {
9011  background-color: transparent;
9012}
9013
9014filechooser.maximized placessidebar.sidebar,
9015.nautilus-window.maximized placessidebar.sidebar {
9016  background-color: #303b3e;
9017}
9018
9019.nemo-window .sidebar {
9020  color: #ccd7d4;
9021  background-color: rgba(48, 59, 62, 0.95);
9022}
9023
9024.nemo-window .sidebar .view, .nemo-window .sidebar row {
9025  background-color: transparent;
9026  color: #ccd7d4;
9027}
9028
9029.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar row.cell:selected {
9030  background-color: #2eb398;
9031  color: #ffffff;
9032}
9033
9034.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander {
9035  color: rgba(130, 141, 141, 0.975);
9036}
9037
9038.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover {
9039  color: #ccd7d4;
9040}
9041
9042.nemo-window .sidebar separator {
9043  background-color: transparent;
9044}
9045
9046.caja-side-pane,
9047.caja-side-pane > notebook > stack > widget > box,
9048.caja-side-pane text,
9049.caja-side-pane treeview {
9050  color: #ccd7d4;
9051  caret-color: #ccd7d4;
9052  background-color: #1b2224;
9053}
9054
9055.caja-side-pane > box button:not(:active):not(:checked) {
9056  color: #ccd7d4;
9057}
9058
9059.caja-side-pane .frame {
9060  border-color: rgba(0, 0, 0, 0.2);
9061}
9062
9063.caja-side-pane junction {
9064  background-color: #101415;
9065}
9066
9067filechooser actionbar {
9068  color: #ccd7d4;
9069  background-color: #1b2224;
9070  border-color: rgba(0, 0, 0, 0.2);
9071}
9072
9073filechooser actionbar label, filechooser actionbar combobox {
9074  color: #ccd7d4;
9075}
9076
9077.gedit-bottom-panel-paned {
9078  background-color: #222b2e;
9079}
9080
9081.gedit-side-panel-paned > separator {
9082  background-image: linear-gradient(to bottom, rgba(37, 45, 48, 0.95), rgba(37, 45, 48, 0.95));
9083}
9084
9085.gedit-bottom-panel-paned > separator {
9086  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
9087}
9088
9089.gedit-document-panel {
9090  background-color: rgba(48, 59, 62, 0.95);
9091}
9092
9093.maximized .gedit-document-panel {
9094  background-color: #303b3e;
9095}
9096
9097.gedit-document-panel row {
9098  color: #ccd7d4;
9099  background-color: rgba(204, 215, 212, 0);
9100}
9101
9102.gedit-document-panel row:hover {
9103  background-color: rgba(204, 215, 212, 0.15);
9104}
9105
9106.gedit-document-panel row:active {
9107  color: #ffffff;
9108  background-color: #2eb398;
9109}
9110
9111.gedit-document-panel row:active button {
9112  color: #ffffff;
9113}
9114
9115.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
9116  color: #ffffff;
9117  background-color: #2eb398;
9118}
9119
9120.gedit-document-panel row:hover:not(:selected) button:active {
9121  color: #ccd7d4;
9122}
9123
9124filechooser actionbar button {
9125  color: #ccd7d4;
9126  border-color: rgba(0, 0, 0, 0.2);
9127  background-color: #263034;
9128}
9129
9130.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
9131  color: #a1b5b0;
9132  border-color: rgba(0, 0, 0, 0.2);
9133  background-color: #38464b;
9134}
9135
9136filechooser actionbar button:active, filechooser actionbar button:checked {
9137  color: #ffffff;
9138  border-color: rgba(0, 0, 0, 0.2);
9139  background-color: #2eb398;
9140}
9141
9142filechooser actionbar button:disabled {
9143  border-color: rgba(0, 0, 0, 0);
9144  background-color: rgba(38, 48, 52, 0.55);
9145}
9146
9147filechooser actionbar button:disabled label, filechooser actionbar button:disabled {
9148  color: rgba(204, 215, 212, 0.45);
9149}
9150
9151filechooser actionbar entry {
9152  color: #abb9b6;
9153  border-color: rgba(0, 0, 0, 0.2);
9154  background-color: #222b2e;
9155}
9156
9157filechooser actionbar entry:focus {
9158  color: #abb9b6;
9159  border-color: #2eb398;
9160  background-color: #222b2e;
9161}
9162
9163filechooser actionbar entry:disabled {
9164  color: rgba(204, 215, 212, 0.45);
9165  border-color: rgba(0, 0, 0, 0);
9166  background-color: rgba(34, 43, 46, 0.55);
9167}
9168
9169window.thunar .sidebar scrollbar, filechooser placessidebar.sidebar scrollbar,
9170.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
9171  border-color: rgba(37, 45, 48, 0.95);
9172}
9173
9174window.thunar .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, filechooser placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nautilus-window placessidebar.sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .nemo-window .sidebar scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, .caja-side-pane scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
9175  background-color: #f7f9f8;
9176  border: 1px solid rgba(0, 0, 0, 0.3);
9177}
9178
9179window.thunar .sidebar scrollbar slider, filechooser placessidebar.sidebar scrollbar slider, .nautilus-window placessidebar.sidebar scrollbar slider, .nemo-window .sidebar scrollbar slider, .caja-side-pane scrollbar slider {
9180  background-color: rgba(247, 249, 248, 0.7);
9181}
9182
9183window.thunar .sidebar scrollbar slider:hover, filechooser placessidebar.sidebar scrollbar slider:hover, .nautilus-window placessidebar.sidebar scrollbar slider:hover, .nemo-window .sidebar scrollbar slider:hover, .caja-side-pane scrollbar slider:hover {
9184  background-color: white;
9185}
9186
9187window.thunar .sidebar scrollbar slider:hover:active, filechooser placessidebar.sidebar scrollbar slider:hover:active, .nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
9188  background-color: #2eb398;
9189}
9190
9191window.thunar .sidebar scrollbar slider:disabled, filechooser placessidebar.sidebar scrollbar slider:disabled, .nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
9192  background-color: transparent;
9193}
9194
9195window.thunar .sidebar scrollbar trough, filechooser placessidebar.sidebar scrollbar trough, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough {
9196  background-color: rgba(37, 45, 48, 0.95);
9197}
9198
9199@define-color theme_fg_color #ccd7d4;
9200@define-color theme_text_color #abb9b6;
9201@define-color theme_bg_color #1b2224;
9202@define-color theme_base_color #222b2e;
9203@define-color theme_selected_bg_color #2eb398;
9204@define-color theme_selected_fg_color #ffffff;
9205@define-color fg_color #ccd7d4;
9206@define-color text_color #abb9b6;
9207@define-color bg_color #1b2224;
9208@define-color base_color #222b2e;
9209@define-color selected_bg_color #2eb398;
9210@define-color selected_fg_color #ffffff;
9211@define-color insensitive_bg_color #1f282a;
9212@define-color insensitive_fg_color alpha(rgba(204, 215, 212, 0.45), 0.5);
9213@define-color insensitive_base_color #222b2e;
9214@define-color theme_unfocused_fg_color #ccd7d4;
9215@define-color theme_unfocused_text_color #abb9b6;
9216@define-color theme_unfocused_bg_color #1b2224;
9217@define-color theme_unfocused_base_color #222b2e;
9218@define-color borders rgba(0, 0, 0, 0.2);
9219@define-color unfocused_borders rgba(0, 0, 0, 0.2);
9220@define-color warning_color #F27835;
9221@define-color error_color #FC4138;
9222@define-color success_color #2eb398;
9223@define-color placeholder_text_color #A8A8A8;
9224@define-color link_color #6ddac4;
9225@define-color content_view_bg #222b2e;
9226@define-color wm_title alpha(#ccd7d4, 0.8);
9227@define-color wm_unfocused_title alpha(#ccd7d4, 0.5);
9228@define-color wm_bg #141a1b;
9229@define-color wm_bg_unfocused #1f282a;
9230@define-color wm_highlight #1b2224;
9231@define-color wm_shadow alpha(black, 0.35);
9232@define-color wm_button_close_bg #cc575d;
9233@define-color wm_button_close_hover_bg #d7787d;
9234@define-color wm_button_close_active_bg #be3841;
9235@define-color wm_icon_close_bg #141a1b;
9236@define-color wm_button_hover_bg #2a3538;
9237@define-color wm_button_active_bg #2eb398;
9238@define-color wm_button_hover_border #0c0f10;
9239@define-color wm_icon_bg #909090;
9240@define-color wm_icon_unfocused_bg #686868;
9241@define-color wm_icon_hover_bg #eeeeee;
9242@define-color wm_icon_active_bg #ffffff;
9243@define-color budgie_tasklist_indicator_color #2eb398;
9244@define-color budgie_tasklist_indicator_color_active #2eb398;
9245@define-color budgie_tasklist_indicator_color_active_window #257063;
9246@define-color budgie_tasklist_indicator_color_attention #F27835;
9247