File: //snap/gtk-common-themes/current/share/themes/Matcha-azul/gtk-3.0/gtk.css
@keyframes header_ripple_effect {
from {
background-image: radial-gradient(circle farthest-corner at center, #1b1d24 0%, transparent 0%);
}
to {
background-image: radial-gradient(circle farthest-corner at center, #1b1d24 100%, transparent 0%);
}
}
@keyframes ripple_effect {
from {
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 0%, transparent 0%);
}
to {
background-image: radial-gradient(circle farthest-corner at center, alpha(currentColor,0.1) 100%, transparent 0%);
}
}
* {
background-clip: padding-box;
-GtkToolButton-icon-spacing: 4;
-GtkTextView-error-underline-color: #FC4138;
-GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-GtkWidget-text-handle-width: 20;
-GtkWidget-text-handle-height: 20;
-GtkDialog-button-spacing: 4;
-GtkDialog-action-area-border: 0;
outline-color: alpha(currentColor,0.3);
outline-style: dashed;
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
}
.background {
color: #2b2f3b;
background-color: #f7f7f7;
}
.popup.background.csd {
border-radius: 2px;
}
*:disabled {
-gtk-icon-effect: dim;
}
.gtkstyle-fallback {
background-color: #f7f7f7;
color: #2b2f3b;
}
.gtkstyle-fallback:hover {
background-color: white;
color: #2b2f3b;
}
.gtkstyle-fallback:active {
background-color: #dedede;
color: #2b2f3b;
}
.gtkstyle-fallback:disabled {
background-color: #fcfcfc;
color: rgba(43, 47, 59, 0.55);
}
.gtkstyle-fallback:selected {
background-color: #3498db;
color: #ffffff;
}
button.gtkstyle-fallback:active, button.gtkstyle-fallback:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
.view,
textview text,
iconview,
.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar {
color: #2e313d;
background-color: #ffffff;
}
.view:hover,
textview text:hover,
iconview:hover,
.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:hover {
color: #2b2f3b;
}
.view:selected:hover,
textview text:selected:hover,
iconview:selected:hover,
.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar:selected:hover {
background-color: #2f89c5;
}
textview border {
background-color: #fbfbfb;
}
iconview:hover, iconview:active, iconview:selected {
border-radius: 2px;
}
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband, XfdesktopIconView.view .rubberband,
.rubberband {
border: 1px solid #217dbb;
background-color: rgba(33, 125, 187, 0.2);
}
flowbox flowboxchild {
padding: 3px;
border-radius: 2px;
}
flowbox flowboxchild:selected {
outline-offset: -2px;
}
label.separator, popover label.separator,
popover.background label.separator {
color: #2b2f3b;
}
label selection {
color: #ffffff;
background-color: #3498db;
}
label:disabled {
color: rgba(43, 47, 59, 0.55);
}
.dim-label, label.separator, popover label.separator,
popover.background label.separator, headerbar .subtitle,
.titlebar:not(headerbar) .subtitle, .budgie-notification .notification-body, .budgie-switcher .notification-body {
opacity: 0.55;
}
assistant .sidebar {
background-color: #ffffff;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
assistant.csd .sidebar {
border-top-style: none;
}
assistant .sidebar label {
padding: 6px 12px;
}
assistant .sidebar label.highlight {
background-color: #3498db;
color: #ffffff;
}
textview {
background-color: #ffffff;
}
popover.osd, popover.magnifier, .csd popover.osd, .csd popover.magnifier,
popover.background.osd,
popover.background.magnifier, .csd popover.background.osd, .csd popover.background.magnifier, .osd .scale-popup, .osd {
color: #e6ebee;
border: none;
background-color: #1d1f27;
background-clip: padding-box;
box-shadow: none;
}
@keyframes spin {
to {
-gtk-icon-transform: rotate(1turn);
}
}
spinner {
background: none;
opacity: 0;
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
}
spinner:checked {
opacity: 1;
animation: spin 1s linear infinite;
}
spinner:checked:disabled {
opacity: 0.5;
}
entry {
min-height: 22px;
border: 1px solid;
padding: 2px 8px;
caret-color: currentColor;
border-radius: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #2e313d;
border-color: #cfd6e6;
background-color: #ffffff;
}
entry.search {
border-radius: 50px;
}
entry image {
color: #555962;
}
entry image.left {
padding-left: 0;
padding-right: 5px;
}
entry image.right {
padding-right: 0;
padding-left: 5px;
}
entry.flat, .raven .raven-background spinbutton:not(.vertical), entry.flat:focus, .raven .raven-background spinbutton:focus:not(.vertical) {
min-height: 0;
padding: 2px;
background-image: none;
border-color: transparent;
border-radius: 0;
}
entry:focus {
background-clip: border-box;
color: #2e313d;
border-color: #3498db;
background-color: #ffffff;
}
entry:disabled {
color: rgba(43, 47, 59, 0.55);
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(255, 255, 255, 0.55);
}
entry.warning {
color: white;
border-color: #F27835;
background-color: #f7ae86;
}
entry.warning image {
color: white;
}
entry.warning:focus {
color: white;
background-color: #F27835;
box-shadow: none;
}
entry.warning selection, entry.warning selection:focus {
background-color: white;
color: #F27835;
}
entry.error {
color: white;
border-color: #FC4138;
background-color: #fd8d88;
}
entry.error image {
color: white;
}
entry.error:focus {
color: white;
background-color: #FC4138;
box-shadow: none;
}
entry.error selection, entry.error selection:focus {
background-color: white;
color: #FC4138;
}
entry.search-missing {
color: white;
border-color: #FC4138;
background-color: #fd8d88;
}
entry.search-missing image {
color: white;
}
entry.search-missing:focus {
color: white;
background-color: #FC4138;
box-shadow: none;
}
entry.search-missing selection, entry.search-missing selection:focus {
background-color: white;
color: #FC4138;
}
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
box-shadow: none;
}
.osd entry {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.4);
}
.osd entry image, .osd entry image:hover {
color: inherit;
}
.osd entry:focus {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
.osd entry:disabled {
color: rgba(230, 235, 238, 0.55);
background-color: rgba(77, 83, 103, 0.25);
}
.osd entry selection:focus, .osd entry selection {
color: #3498db;
background-color: #ffffff;
}
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #7C4DFF;
border-style: solid;
background-image: none;
background-color: transparent;
box-shadow: none;
}
treeview entry.flat, treeview .raven .raven-background spinbutton:not(.vertical), .raven .raven-background treeview spinbutton:not(.vertical), treeview entry {
border-radius: 0;
background-image: none;
background-color: #ffffff;
}
treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:not(.vertical), .raven .raven-background treeview spinbutton:focus:not(.vertical), treeview entry:focus {
border-color: #3498db;
}
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#3498db), to(transparent));
}
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3498db), to(transparent));
}
}
button {
min-height: 22px;
min-width: 20px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid;
border-radius: 3px;
padding: 2px 6px;
color: #2b2f3b;
border-color: #cfd6e6;
background-color: #fcfcfc;
}
button separator {
margin: 4px 1px;
}
button.flat, button.sidebar-button, button.budgie-menu-launcher, .budgie-panel #tasklist-button, .budgie-panel button.flat.launcher {
border-color: transparent;
background-color: transparent;
background-image: none;
transition: none;
}
button.flat:hover, button.sidebar-button:hover, button.budgie-menu-launcher:hover, .budgie-panel #tasklist-button:hover, .budgie-panel button.flat.launcher:hover {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 350ms;
}
button.flat:hover:active, button.sidebar-button:hover:active, button.budgie-menu-launcher:hover:active, .budgie-panel #tasklist-button:hover:active {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
-gtk-icon-effect: highlight;
}
button:active, button:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
background-clip: border-box;
transition-duration: 50ms;
}
button:active:not(:disabled) label:disabled, button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6;
}
button:active {
color: #2b2f3b;
}
button:active:hover, button:checked {
color: #ffffff;
}
button.flat:disabled, button.sidebar-button:disabled, button.budgie-menu-launcher:disabled, .budgie-panel #tasklist-button:disabled, .budgie-panel button.flat.launcher:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
}
button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
button:disabled label, button:disabled {
color: rgba(43, 47, 59, 0.55);
}
button:disabled:active, button:disabled:checked {
border-color: rgba(52, 152, 219, 0.75);
background-color: rgba(52, 152, 219, 0.75);
opacity: 0.6;
}
button:disabled:active label, button:disabled:active, button:disabled:checked label, button:disabled:checked {
color: rgba(255, 255, 255, 0.8);
}
button.image-button {
min-width: 24px;
padding-left: 5px;
padding-right: 5px;
}
button.text-button {
padding-left: 12px;
padding-right: 12px;
}
button.text-button.image-button {
padding-left: 5px;
padding-right: 5px;
}
button.text-button.image-button label:first-child {
padding-left: 8px;
padding-right: 2px;
}
button.text-button.image-button label:last-child {
padding-right: 8px;
padding-left: 2px;
}
button.text-button.image-button label:only-child {
padding-left: 8px;
padding-right: 8px;
}
button.text-button.image-button.popup {
padding-right: 8px;
padding-left: 8px;
}
button:drop(active), combobox:drop(active) button.combo {
color: #F08437;
border-color: #F08437;
box-shadow: none;
}
button.osd {
color: #e6ebee;
background-color: #1d1f27;
border-color: #0c0d10;
}
button.osd.image-button {
padding: 0;
min-height: 36px;
min-width: 36px;
}
button.osd:hover {
color: #3498db;
}
button.osd:active, button.osd:checked {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
button.osd:disabled {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
}
.osd button {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.4);
}
.osd button:hover {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(93, 99, 123, 0.5);
}
.osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
.osd button:disabled {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
}
.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 {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
.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 {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(93, 99, 123, 0.5);
}
.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 {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
background-image: none;
}
.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 {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none;
}
button.suggested-action {
background-clip: border-box;
color: white;
background-color: #4146d1;
border-color: #4146d1;
}
button.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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #4146d1;
}
button.suggested-action:hover {
background-clip: border-box;
color: white;
background-color: #565ad6;
border-color: #565ad6;
}
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: white;
background-color: #6a6edb;
border-color: #6a6edb;
}
button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled, button.suggested-action.budgie-menu-launcher:disabled, .budgie-panel .suggested-action#tasklist-button:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(43, 47, 59, 0.55);
}
button.suggested-action:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
button.suggested-action:disabled label, button.suggested-action:disabled {
color: rgba(43, 47, 59, 0.55);
}
button.destructive-action {
background-clip: border-box;
color: white;
background-color: #db5b5b;
border-color: #db5b5b;
}
button.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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #db5b5b;
}
button.destructive-action:hover {
background-clip: border-box;
color: white;
background-color: #e07070;
border-color: #e07070;
}
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: white;
background-color: #e48585;
border-color: #e48585;
}
button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled, button.destructive-action.budgie-menu-launcher:disabled, .budgie-panel .destructive-action#tasklist-button:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(43, 47, 59, 0.55);
}
button.destructive-action:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
button.destructive-action:disabled label, button.destructive-action:disabled {
color: rgba(43, 47, 59, 0.55);
}
.stack-switcher > button {
outline-offset: -3px;
}
.stack-switcher > button > label {
padding-left: 6px;
padding-right: 6px;
}
.stack-switcher > button > image {
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}
.stack-switcher > button.text-button {
padding-left: 10px;
padding-right: 10px;
}
.stack-switcher > button.image-button {
padding-left: 2px;
padding-right: 2px;
}
.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 {
animation: none;
background-image: none;
}
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#3498db), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px;
}
.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) {
background-position: left 3px, left 4px;
}
button.font separator, button.file separator {
background-color: transparent;
}
.inline-toolbar button, .inline-toolbar button:backdrop {
border-radius: 2px;
border-width: 1px;
}
.inline-toolbar toolbutton > button {
color: #2b2f3b;
border-color: #cfd6e6;
background-color: #fcfcfc;
}
.inline-toolbar toolbutton > button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
.inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled {
color: rgba(43, 47, 59, 0.55);
}
.inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked {
border-color: rgba(52, 152, 219, 0.75);
background-color: rgba(52, 152, 219, 0.75);
opacity: 0.6;
}
.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 {
color: rgba(255, 255, 255, 0.8);
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry {
border-left-color: rgba(207, 214, 230, 0.3);
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error + entry.warning,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning + entry.error {
border-left-color: #f75d37;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:focus:last-child {
border-left-color: #3498db;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #3498db;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #F08437;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.warning:focus:last-child {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + entry.error:focus:last-child {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + entry {
border-left-color: #3498db;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button + button {
border-left-style: none;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 #cfd6e6;
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5);
}
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none;
}
.linked:not(.vertical).path-bar > button + button {
border-left-style: none;
}
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
box-shadow: none;
}
.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover {
box-shadow: none;
}
.osd .linked:not(.vertical) > entry + entry {
border-left-color: rgba(3, 3, 4, 0);
}
.osd .linked:not(.vertical) > entry.error + entry,
.osd .linked:not(.vertical) > entry + entry.error {
border-left-color: #FC4138;
}
.osd .linked:not(.vertical) > entry.warning + entry,
.osd .linked:not(.vertical) > entry + entry.warning {
border-left-color: #F27835;
}
.osd .linked:not(.vertical) > entry.error + entry.warning,
.osd .linked:not(.vertical) > entry.warning + entry.error {
border-left-color: #f75d37;
}
.osd .linked:not(.vertical) > entry + entry:focus:not(:last-child),
.osd .linked:not(.vertical) > entry + entry:focus:last-child {
border-left-color: #3498db;
}
.osd .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry:focus:not(:only-child) + button,
.osd .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #3498db;
}
.osd .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
.osd .linked:not(.vertical) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
.osd .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #F08437;
}
.osd .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
.osd .linked:not(.vertical) > entry + entry.warning:focus:last-child {
border-left-color: #F27835;
}
.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
.osd .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.osd .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
.osd .linked:not(.vertical) > entry + entry.error:focus:last-child {
border-left-color: #FC4138;
}
.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
.osd .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #FC4138;
}
.osd .linked:not(.vertical) > button:active + entry,
.osd .linked:not(.vertical) > button:checked + entry {
border-left-color: #3498db;
}
.osd .linked:not(.vertical) > button + button {
border-left-style: none;
}
.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0.4);
}
.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0);
}
.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.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,
.osd .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.osd .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.osd .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.osd .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.osd .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.osd .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none;
}
.linked.vertical > entry + entry {
border-top-color: rgba(207, 214, 230, 0.3);
}
.linked.vertical > entry.error + entry,
.linked.vertical > entry + entry.error {
border-top-color: #FC4138;
}
.linked.vertical > entry.warning + entry,
.linked.vertical > entry + entry.warning {
border-top-color: #F27835;
}
.linked.vertical > entry.error + entry.warning,
.linked.vertical > entry.warning + entry.error {
border-top-color: #f75d37;
}
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
border-top-color: #3498db;
}
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #3498db;
}
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
border-top-color: #F08437;
}
.linked.vertical > entry:drop(active):not(:only-child) + entry,
.linked.vertical > entry:drop(active):not(:only-child) + button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #F08437;
}
.linked.vertical > entry + entry.warning:focus:not(:last-child),
.linked.vertical > entry + entry.warning:focus:last-child {
border-top-color: #F27835;
}
.linked.vertical > entry.warning:focus:not(:only-child) + entry,
.linked.vertical > entry.warning:focus:not(:only-child) + button,
.linked.vertical > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #F27835;
}
.linked.vertical > entry + entry.error:focus:not(:last-child),
.linked.vertical > entry + entry.error:focus:last-child {
border-top-color: #FC4138;
}
.linked.vertical > entry.error:focus:not(:only-child) + entry,
.linked.vertical > entry.error:focus:not(:only-child) + button,
.linked.vertical > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #FC4138;
}
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
border-top-color: #3498db;
}
.linked.vertical > button + button {
border-top-style: none;
}
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.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) {
box-shadow: inset 0 1px #cfd6e6;
}
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.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) {
box-shadow: inset 0 1px rgba(207, 214, 230, 0.5);
}
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.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,
.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.linked.vertical > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none;
}
toolbar.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,
.linked:not(.vertical) > entry:focus, .inline-toolbar button, .inline-toolbar button:backdrop, .linked:not(.vertical) > button,
.linked:not(.vertical) > button:hover,
.linked:not(.vertical) > button:active,
.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) {
border-radius: 0;
border-right-style: none;
}
.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 {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.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 {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-right-style: solid;
}
.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 {
border-radius: 3px;
border-style: solid;
}
.linked.vertical > entry,
.linked.vertical > entry:focus, .linked.vertical > button,
.linked.vertical > button:hover,
.linked.vertical > button:active,
.linked.vertical > button:checked, spinbutton.vertical button, spinbutton.vertical entry, .linked.vertical > combobox > box > button.combo {
border-radius: 0;
border-bottom-style: none;
}
.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 {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.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 {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
}
.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 {
border-radius: 3px;
border-style: solid;
}
menuitem.button.flat,
modelbutton.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 {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
menuitem.button.flat,
modelbutton.flat {
transition: none;
min-height: 24px;
padding-left: 8px;
padding-right: 8px;
outline-offset: -3px;
border-radius: 2px;
}
menuitem.button.flat:hover,
modelbutton.flat:hover {
background-color: #ededee;
}
menuitem.button.flat:checked,
modelbutton.flat:checked {
color: #2b2f3b;
}
menuitem.button.flat:disabled,
modelbutton.flat:disabled {
color: rgba(43, 47, 59, 0.55);
}
menuitem.button.flat check:last-child,
menuitem.button.flat radio:last-child,
modelbutton.flat check:last-child,
modelbutton.flat radio:last-child {
margin-left: 8px;
}
menuitem.button.flat check:first-child,
menuitem.button.flat radio:first-child,
modelbutton.flat check:first-child,
modelbutton.flat radio:first-child {
margin-right: 8px;
}
modelbutton.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
}
modelbutton.flat arrow.right {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
}
*:link, button:link, button:visited {
color: #217dbb;
}
*:link:visited, button:visited {
color: #23252e;
}
*:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
color: #aed6f1;
}
*:link:hover, button:hover:link, button:hover:visited {
color: #3498db;
}
*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
color: #ebf5fb;
}
*:link:active, button:active:link, button:active:visited {
color: #217dbb;
}
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #d6eaf8;
}
infobar.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,
.selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
color: #d6eaf8;
}
button:link > label, button:visited > label {
text-decoration-line: underline;
}
spinbutton:drop(active) {
box-shadow: none;
}
spinbutton button:active {
color: #ffffff;
}
spinbutton:disabled {
color: rgba(43, 47, 59, 0.55);
}
spinbutton:not(.vertical) entry {
min-width: 28px;
}
spinbutton:not(.vertical):dir(ltr) entry,
spinbutton:not(.vertical):dir(rtl) button.up {
border-radius: 3px 0 0 3px;
}
spinbutton:not(.vertical) > button + button {
border-left-style: none;
}
spinbutton:not(.vertical) > button:hover:not(:active),
spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 #cfd6e6;
}
spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover),
spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
box-shadow: inset 1px 0 rgba(207, 214, 230, 0.5);
}
spinbutton:not(.vertical) > button:first-child:hover:not(:active),
spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none;
}
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #3498db;
}
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437;
}
.osd spinbutton:not(.vertical) > button:hover:not(:active),
.osd spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0.4);
}
.osd spinbutton:not(.vertical) > button:first-child:hover:not(:active),
.osd spinbutton:not(.vertical) > button.up:dir(rtl):hover:not(:active),
.osd spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none;
}
.osd spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #3498db;
}
spinbutton.vertical button, spinbutton.vertical entry {
padding-left: 4px;
padding-right: 4px;
min-width: 0;
}
spinbutton.vertical button.up {
border-radius: 3px 3px 0 0;
}
spinbutton.vertical > entry:focus + button {
border-top-color: #3498db;
}
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437;
}
combobox button.combo {
min-width: 0;
padding-left: 8px;
padding-right: 8px;
}
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
min-height: 16px;
min-width: 16px;
}
toolbar, .inline-toolbar {
-GtkWidget-window-dragging: true;
padding: 4px;
background-color: #f7f7f7;
}
toolbar separator, .inline-toolbar separator {
background: none;
}
toolbar.horizontal separator, .horizontal.inline-toolbar separator {
margin: 0 6px;
}
toolbar.vertical separator, .vertical.inline-toolbar separator {
margin: 6px 0;
}
.osd toolbar, .osd .inline-toolbar {
background-color: transparent;
}
toolbar.osd, .osd.inline-toolbar {
padding: 7px;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
background-color: rgba(29, 31, 39, 0.9);
}
toolbar.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 {
border-radius: 0;
}
toolbar.osd.top, .osd.top.inline-toolbar {
border-width: 0 0 1px 0;
}
toolbar.osd.bottom, .osd.bottom.inline-toolbar {
border-width: 1px 0 0 0;
}
toolbar.osd.left, .osd.left.inline-toolbar {
border-width: 0 1px 0 0;
}
toolbar.osd.right, .osd.right.inline-toolbar {
border-width: 0 0 0 1px;
}
toolbar:not(.inline-toolbar) switch, .inline-toolbar:not(.inline-toolbar) switch,
toolbar:not(.inline-toolbar) scale,
.inline-toolbar:not(.inline-toolbar) scale,
toolbar:not(.inline-toolbar) entry,
.inline-toolbar:not(.inline-toolbar) entry,
toolbar:not(.inline-toolbar) spinbutton,
.inline-toolbar:not(.inline-toolbar) spinbutton,
toolbar:not(.inline-toolbar) button,
.inline-toolbar:not(.inline-toolbar) button {
margin-right: 1px;
margin-bottom: 1px;
}
toolbar:not(.inline-toolbar) .linked > button, .inline-toolbar:not(.inline-toolbar) .linked > button,
toolbar:not(.inline-toolbar) .linked > entry,
.inline-toolbar:not(.inline-toolbar) .linked > entry {
margin-right: 0;
}
.primary-toolbar:not(.libreoffice-toolbar) {
color: #2e313d;
background-color: transparent;
box-shadow: none;
border-width: 0 0 1px 0;
border-style: solid;
border-image: linear-gradient(to bottom, #cfd6e6, #cfd6e6) 1 0 1 0;
}
.inline-toolbar {
background-color: #efefef;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15);
border-width: 0 1px 1px;
padding: 3px;
border-radius: 0 0 3px 3px;
}
searchbar {
background-color: #f7f7f7;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15);
border-width: 0 0 1px;
padding: 3px;
}
actionbar {
padding: 6px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
background-color: #efefef;
}
headerbar,
.titlebar:not(headerbar) {
min-height: 42px;
padding: 0 10px;
color: #e6ebee;
background-color: #1b1d24;
}
.csd headerbar, .csd .titlebar:not(headerbar) {
background-color: #1b1d24;
border-color: #0c0d10;
}
headerbar:backdrop,
.titlebar:backdrop:not(headerbar) {
transition: 200ms ease-out;
color: rgba(230, 235, 238, 0.7);
background-color: #282b35;
box-shadow: inset 0 1px #262933;
}
.csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) {
background-color: #282b35;
box-shadow: inset 0 1px #262933;
}
headerbar .title,
.titlebar:not(headerbar) .title {
padding-left: 12px;
padding-right: 12px;
}
headerbar .subtitle,
.titlebar:not(headerbar) .subtitle {
font-size: smaller;
padding-left: 12px;
padding-right: 12px;
}
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
background-color: rgba(52, 152, 219, 0.95);
border-color: rgba(38, 143, 213, 0.95);
box-shadow: none;
}
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
background-color: rgba(52, 152, 219, 0.95);
color: rgba(255, 255, 255, 0.6);
}
headerbar.selection-mode .selection-menu,
.selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
padding-left: 10px;
padding-right: 10px;
}
headerbar.selection-mode .selection-menu GtkArrow,
.selection-mode.titlebar:not(headerbar) .selection-menu GtkArrow {
-GtkArrow-arrow-scaling: 1;
}
headerbar.selection-mode .selection-menu .arrow,
.selection-mode.titlebar:not(headerbar) .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
.maximized headerbar.selection-mode, .maximized .selection-mode.titlebar:not(headerbar) {
background-color: #3498db;
}
.tiled headerbar, .tiled headerbar:backdrop,
.maximized headerbar, .maximized headerbar:backdrop, .tiled .titlebar:not(headerbar), .tiled .titlebar:backdrop:not(headerbar),
.maximized .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar) {
border-radius: 0;
}
.maximized headerbar,
.maximized .titlebar:not(headerbar) {
background-color: #1b1d24;
border-color: #0c0d10;
}
.maximized headerbar:backdrop, .maximized .titlebar:backdrop:not(headerbar) {
background-color: #282b35;
}
headerbar.default-decoration,
.default-decoration.titlebar:not(headerbar) {
min-height: 28px;
padding: 0 6px;
background-color: #1b1d24;
}
.tiled headerbar.default-decoration,
.maximized headerbar.default-decoration,
.fullscreen headerbar.default-decoration, .tiled .default-decoration.titlebar:not(headerbar),
.maximized .default-decoration.titlebar:not(headerbar),
.fullscreen .default-decoration.titlebar:not(headerbar) {
box-shadow: none;
}
headerbar.default-decoration button.titlebutton,
.default-decoration.titlebar:not(headerbar) button.titlebutton {
border: none;
min-height: 22px;
min-width: 22px;
margin: 0;
padding: 0;
}
headerbar.default-decoration,
.csd headerbar.default-decoration, headerbar.default-decoration:backdrop,
.csd headerbar.default-decoration:backdrop,
.default-decoration.titlebar:not(headerbar),
.csd .default-decoration.titlebar:not(headerbar),
.default-decoration.titlebar:backdrop:not(headerbar),
.csd .default-decoration.titlebar:backdrop:not(headerbar) {
background-color: #1b1d24;
border-bottom-width: 0;
}
.maximized headerbar.default-decoration, .maximized
.csd headerbar.default-decoration, .maximized headerbar.default-decoration:backdrop, .maximized
.csd headerbar.default-decoration:backdrop,
.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) {
background-color: #1b1d24;
}
.titlebar, .titlebar.background {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.titlebar, .titlebar headerbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
}
.tiled .titlebar,
.maximized .titlebar,
.fullscreen .titlebar, .tiled .titlebar headerbar,
.maximized .titlebar headerbar,
.fullscreen .titlebar headerbar {
box-shadow: none;
}
window.background > box.vertical > headerbar:not(.titlebar) {
border-radius: 0 0 0 0;
box-shadow: none;
}
window.background > box.vertical > headerbar:not(.titlebar), window.background > box.vertical > headerbar:not(.titlebar):backdrop {
background-color: #1b1d24;
}
separator:first-child + window.background > box.vertical > headerbar:not(.titlebar), separator:first-child + window.background > box.vertical > headerbar:not(.titlebar):backdrop, window.background > box.vertical > headerbar:not(.titlebar):first-child, window.background > box.vertical > headerbar:not(.titlebar):first-child:backdrop {
border-top-left-radius: 0;
}
window.background > box.vertical > headerbar:not(.titlebar):last-child, window.background > box.vertical > headerbar:not(.titlebar):last-child:backdrop {
border-top-right-radius: 0;
}
headerbar entry, headerbar button, headerbar separator {
margin-top: 6px;
margin-bottom: 6px;
}
separator:first-child + headerbar, separator:first-child + headerbar:backdrop, headerbar:first-child, headerbar:first-child:backdrop {
border-top-left-radius: 2px;
}
headerbar:last-child, headerbar:last-child:backdrop {
border-top-right-radius: 2px;
}
stack headerbar:first-child, stack headerbar:last-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
window.tiled headerbar, window.tiled headerbar:first-child, window.tiled headerbar:last-child, window.tiled headerbar:only-child,
window.tiled-top headerbar,
window.tiled-top headerbar:first-child,
window.tiled-top headerbar:last-child,
window.tiled-top headerbar:only-child,
window.tiled-right headerbar,
window.tiled-right headerbar:first-child,
window.tiled-right headerbar:last-child,
window.tiled-right headerbar:only-child,
window.tiled-bottom headerbar,
window.tiled-bottom headerbar:first-child,
window.tiled-bottom headerbar:last-child,
window.tiled-bottom headerbar:only-child,
window.tiled-left headerbar,
window.tiled-left headerbar:first-child,
window.tiled-left headerbar:last-child,
window.tiled-left headerbar:only-child,
window.maximized headerbar,
window.maximized headerbar:first-child,
window.maximized headerbar:last-child,
window.maximized headerbar:only-child,
window.fullscreen headerbar,
window.fullscreen headerbar:first-child,
window.fullscreen headerbar:last-child,
window.fullscreen headerbar:only-child,
window.solid-csd headerbar,
window.solid-csd headerbar:first-child,
window.solid-csd headerbar:last-child,
window.solid-csd headerbar:only-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
headerbar .linked:not(.vertical).path-bar > button {
padding-top: 3px;
padding-bottom: 6px;
margin: 0 0 0 0;
color: #e6ebee;
border: none;
border-radius: 0;
background-color: transparent;
}
headerbar .linked:not(.vertical).path-bar > button:hover {
color: #ffffff;
background-color: #2c303b;
}
headerbar .linked:not(.vertical).path-bar > button:active, headerbar .linked:not(.vertical).path-bar > button:checked {
transition: background-color 0.00001s 0.3s;
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
color: #ffffff;
background-color: #101115;
box-shadow: inset 0 -3px #4ea5e0;
}
headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(230, 235, 238, 0.4);
}
window > .titlebar:not(headerbar), window > .titlebar:not(headerbar):backdrop,
window.csd > .titlebar:not(headerbar),
window.csd > .titlebar:not(headerbar):backdrop {
padding: 0;
background: none;
border: none;
}
.titlebar:not(headerbar) > separator {
background-image: linear-gradient(to bottom, #1b1d24, #1b1d24);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
}
.titlebar:not(headerbar) > separator:backdrop {
transition: 200ms ease-out;
background-image: linear-gradient(to bottom, #282b35, #282b35);
box-shadow: none;
}
.primary-toolbar:not(.libreoffice-toolbar) separator, headerbar separator.titlebutton,
.titlebar:not(headerbar) separator.titlebutton {
min-width: 0;
min-height: 0;
background: none;
border-width: 0 0;
border-image: linear-gradient(to bottom, rgba(230, 235, 238, 0) 25%, rgba(230, 235, 238, 0.35) 25%, rgba(230, 235, 238, 0.35) 75%, rgba(230, 235, 238, 0) 75%) 0 1/0 0 stretch;
}
.primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop,
.titlebar:not(headerbar) separator.titlebutton:backdrop {
opacity: 0.6;
}
headerbar button, .nemo-window .primary-toolbar button, window.thunar toolbar#location-toolbar button, window.thunar #location-toolbar.inline-toolbar button {
color: #e6ebee;
border: none;
box-shadow: none;
background-color: transparent;
}
headerbar button:backdrop, .nemo-window .primary-toolbar button:backdrop, window.thunar toolbar#location-toolbar button:backdrop, window.thunar #location-toolbar.inline-toolbar button:backdrop {
opacity: 0.8;
}
headerbar button:hover, .nemo-window .primary-toolbar button:hover, window.thunar toolbar#location-toolbar button:hover, window.thunar #location-toolbar.inline-toolbar button:hover {
color: #ffffff;
background-color: rgba(230, 235, 238, 0.12);
}
headerbar 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 {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
background-clip: border-box;
}
headerbar button:disabled, .nemo-window .primary-toolbar button:disabled, window.thunar toolbar#location-toolbar button:disabled, window.thunar #location-toolbar.inline-toolbar button:disabled {
color: rgba(230, 235, 238, 0.4);
background-color: transparent;
}
headerbar 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 {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(52, 152, 219, 0.65);
background-color: rgba(52, 152, 219, 0.65);
}
headerbar entry, .nemo-window .primary-toolbar entry, window.thunar toolbar#location-toolbar entry, window.thunar #location-toolbar.inline-toolbar entry {
color: #e6ebee;
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.4);
}
headerbar 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 {
color: inherit;
}
headerbar entry:backdrop, .nemo-window .primary-toolbar entry:backdrop, window.thunar toolbar#location-toolbar entry:backdrop, window.thunar #location-toolbar.inline-toolbar entry:backdrop {
opacity: 0.85;
}
headerbar entry:focus, .nemo-window .primary-toolbar entry:focus, window.thunar toolbar#location-toolbar entry:focus, window.thunar #location-toolbar.inline-toolbar entry:focus {
color: white;
border-color: #3498db;
background-color: rgba(62, 67, 83, 0.4);
background-clip: border-box;
}
headerbar 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 {
color: #3498db;
}
headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled, window.thunar toolbar#location-toolbar entry:disabled, window.thunar #location-toolbar.inline-toolbar entry:disabled {
color: rgba(230, 235, 238, 0.55);
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.25);
}
headerbar 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 {
background-color: #ffffff;
color: #3498db;
}
headerbar entry progress, .nemo-window .primary-toolbar entry progress, window.thunar toolbar#location-toolbar entry progress, window.thunar #location-toolbar.inline-toolbar entry progress {
border-color: #7C4DFF;
background-image: none;
background-color: transparent;
}
headerbar entry.warning, .nemo-window .primary-toolbar entry.warning, window.thunar toolbar#location-toolbar entry.warning, window.thunar #location-toolbar.inline-toolbar entry.warning {
color: white;
border-color: #F27835;
background-color: #9c542e;
}
headerbar 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 {
color: white;
background-color: #F27835;
}
headerbar 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 {
background-color: white;
color: #F27835;
}
headerbar entry.error, .nemo-window .primary-toolbar entry.error, window.thunar toolbar#location-toolbar entry.error, window.thunar #location-toolbar.inline-toolbar entry.error {
color: white;
border-color: #FC4138;
background-color: #a23330;
}
headerbar 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 {
color: white;
background-color: #FC4138;
}
headerbar 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 {
background-color: white;
color: #FC4138;
}
headerbar.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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
headerbar.selection-mode button:hover, .nemo-window .selection-mode.primary-toolbar button:hover {
background-color: alpha(#ffffff,0.3);
}
headerbar.selection-mode button:backdrop, .nemo-window .selection-mode.primary-toolbar button:backdrop {
opacity: 0.7;
background: none;
}
headerbar .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) {
margin-left: 1px;
}
headerbar .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 {
border-radius: 3px;
border-style: solid;
border: none;
box-shadow: none;
}
headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child), .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action),
headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover),
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none;
border: none;
}
headerbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar):not(.nautilus-path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:backdrop {
box-shadow: none;
border: none;
}
headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button {
background-color: #313441;
color: #e6ebee;
border: none;
}
headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover {
background-color: #3c4050;
box-shadow: none;
}
headerbar .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 {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled {
color: rgba(230, 235, 238, 0.4);
}
headerbar .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 {
color: rgba(230, 235, 238, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry {
border-radius: 3px;
border: 1px solid rgba(1, 1, 1, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus {
border-color: #3498db;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
border-left-color: #FC4138;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
border-left-color: #F27835;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning {
border-left-color: #F27835;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
border-left-color: #FC4138;
}
headerbar .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),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .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,
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: rgba(27, 29, 36, 0.3);
}
headerbar .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),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .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,
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: rgba(27, 29, 36, 0.3);
}
headerbar .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),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus:last-child {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .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,
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + button,
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: rgba(27, 29, 36, 0.3);
}
headerbar .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),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus:last-child {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar .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,
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + button,
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: rgba(27, 29, 36, 0.3);
}
headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry, .nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:active + entry,
headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry,
.nemo-window .primary-toolbar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
border-left-color: rgba(1, 1, 1, 0.4);
}
headerbar button.suggested-action, .nemo-window .primary-toolbar button.suggested-action {
background-clip: border-box;
color: white;
background-color: #4146d1;
border-color: #4146d1;
}
headerbar 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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #4146d1;
}
headerbar button.suggested-action:hover, .nemo-window .primary-toolbar button.suggested-action:hover {
background-clip: border-box;
color: white;
background-color: #565ad6;
border-color: #565ad6;
}
headerbar 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 {
background-clip: border-box;
color: white;
background-color: #6a6edb;
border-color: #6a6edb;
}
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, .nemo-window .primary-toolbar button.suggested-action:disabled {
background-color: rgba(27, 29, 36, 0);
border-color: rgba(27, 29, 36, 0);
}
headerbar 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 {
color: rgba(230, 235, 238, 0.5);
}
headerbar 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 {
opacity: 0.8;
}
headerbar button.destructive-action, .nemo-window .primary-toolbar button.destructive-action {
background-clip: border-box;
color: white;
background-color: #db5b5b;
border-color: #db5b5b;
}
headerbar 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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #db5b5b;
}
headerbar button.destructive-action:hover, .nemo-window .primary-toolbar button.destructive-action:hover {
background-clip: border-box;
color: white;
background-color: #e07070;
border-color: #e07070;
}
headerbar 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 {
background-clip: border-box;
color: white;
background-color: #e48585;
border-color: #e48585;
}
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, .nemo-window .primary-toolbar button.destructive-action:disabled {
background-color: rgba(27, 29, 36, 0);
border-color: rgba(27, 29, 36, 0);
}
headerbar 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 {
color: rgba(230, 235, 238, 0.5);
}
headerbar 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 {
opacity: 0.8;
}
headerbar spinbutton:not(.vertical):focus, .nemo-window .primary-toolbar spinbutton:not(.vertical):focus {
color: #ffffff;
caret-color: #ffffff;
}
headerbar 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 {
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.12);
}
headerbar spinbutton:not(.vertical) button:hover, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:hover {
background-color: rgba(255, 255, 255, 0.9);
}
headerbar 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 {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
headerbar spinbutton:not(.vertical) button:disabled, .nemo-window .primary-toolbar spinbutton:not(.vertical) button:disabled {
color: rgba(230, 235, 238, 0.4);
}
headerbar spinbutton:not(.vertical) > button + button, .nemo-window .primary-toolbar spinbutton:not(.vertical) > button + button {
border-left-style: none;
}
headerbar spinbutton:not(.vertical) > button:hover:not(:active), .nemo-window .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active),
headerbar spinbutton:not(.vertical) > button:hover + button,
.nemo-window .primary-toolbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(27, 29, 36, 0.3);
}
headerbar 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),
headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled,
.nemo-window .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled {
box-shadow: inset 1px 0 rgba(27, 29, 36, 0.3);
}
headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .nemo-window .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active),
headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover,
.nemo-window .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none;
}
headerbar spinbutton:not(.vertical) > entry:focus + button, .nemo-window .primary-toolbar spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #3498db;
}
headerbar combobox:disabled, .nemo-window .primary-toolbar combobox:disabled {
color: rgba(230, 235, 238, 0.4);
}
headerbar combobox > .linked > button.combo, .nemo-window .primary-toolbar combobox > .linked > button.combo {
color: #e6ebee;
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.4);
}
headerbar 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 {
color: inherit;
}
headerbar combobox > .linked > button.combo:hover, .nemo-window .primary-toolbar combobox > .linked > button.combo:hover {
color: white;
border-color: #3498db;
background-color: rgba(62, 67, 83, 0.4);
box-shadow: none;
}
headerbar combobox > .linked > button.combo:disabled, .nemo-window .primary-toolbar combobox > .linked > button.combo:disabled {
color: rgba(230, 235, 238, 0.55);
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.25);
}
headerbar combobox > .linked > entry.combo:dir(ltr), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none;
}
headerbar combobox > .linked > entry.combo:dir(ltr):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus {
box-shadow: 1px 0 #3498db;
}
headerbar combobox > .linked > entry.combo:dir(rtl), .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl) {
border-left-style: none;
}
headerbar combobox > .linked > entry.combo:dir(rtl):focus, .nemo-window .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus {
box-shadow: -1px 0 #3498db;
}
headerbar 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 {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
headerbar 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 {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
headerbar switch:backdrop, .nemo-window .primary-toolbar switch:backdrop {
opacity: 0.75;
}
headerbar progressbar trough, .nemo-window .primary-toolbar progressbar trough {
background-color: #050607;
}
headerbar progressbar:backdrop, .nemo-window .primary-toolbar progressbar:backdrop {
opacity: 0.75;
}
headerbar scale:backdrop, .nemo-window .primary-toolbar scale:backdrop {
opacity: 0.75;
}
headerbar scale slider, .nemo-window .primary-toolbar scale slider {
background-color: #fcfcfc;
border-color: rgba(27, 29, 36, 0.5);
}
headerbar scale slider:hover, .nemo-window .primary-toolbar scale slider:hover {
background-color: white;
border-color: rgba(27, 29, 36, 0.5);
}
headerbar scale slider:active, .nemo-window .primary-toolbar scale slider:active {
background-color: #3498db;
border-color: #3498db;
}
headerbar scale slider:disabled, .nemo-window .primary-toolbar scale slider:disabled {
background-color: #b9b9bb;
border-color: rgba(27, 29, 36, 0.5);
}
headerbar scale trough, .nemo-window .primary-toolbar scale trough {
background-color: #050607;
}
headerbar scale trough:disabled, .nemo-window .primary-toolbar scale trough:disabled {
background-color: rgba(5, 6, 7, 0.95);
}
.path-bar button:hover {
background-color: rgba(43, 47, 59, 0.06);
}
.path-bar button:checked, .path-bar button:active {
background-color: #3498db;
border-color: #3498db;
}
.path-bar button:checked:hover, .path-bar button:active:hover {
background-color: #4aa3df;
border-color: #4aa3df;
}
.path-bar button.text-button, .path-bar button.image-button, .path-bar button {
padding-left: 6px;
padding-right: 6px;
}
.path-bar button.text-button.image-button label {
padding-left: 0;
padding-right: 0;
}
.path-bar button.text-button.image-button label:last-child, .path-bar button label:last-child {
padding-right: 10px;
}
.path-bar button.text-button.image-button label:first-child, .path-bar button label:first-child {
padding-left: 10px;
}
.path-bar button.slider-button, .path-bar button:not(.image-button):not(.text-button) {
padding-left: 1px;
padding-right: 1px;
}
.path-bar button image {
padding-left: 4px;
padding-right: 4px;
}
treeview.view {
border-left-color: rgba(43, 47, 59, 0.15);
border-top-color: rgba(0, 0, 0, 0.1);
}
* {
-GtkTreeView-horizontal-separator: 4;
-GtkTreeView-grid-line-width: 1;
-GtkTreeView-grid-line-pattern: '';
-GtkTreeView-tree-line-width: 1;
-GtkTreeView-tree-line-pattern: '';
-GtkTreeView-expander-size: 16;
}
treeview.view acceleditor > label {
background-color: #3498db;
}
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #9acced;
border-top-color: rgba(43, 47, 59, 0.1);
}
treeview.view:disabled {
color: rgba(43, 47, 59, 0.55);
}
treeview.view:disabled:selected {
color: #85c1e9;
}
treeview.view.separator {
min-height: 2px;
color: rgba(0, 0, 0, 0.1);
}
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #30648b;
}
treeview.view:drop(active).after {
border-top-style: none;
}
treeview.view:drop(active).before {
border-bottom-style: none;
}
treeview.view.expander {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
color: #95979d;
}
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
}
treeview.view.expander:hover {
color: #2b2f3b;
}
treeview.view.expander:selected {
color: #c2e0f4;
}
treeview.view.expander:selected:hover {
color: #ffffff;
}
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-color: #7C4DFF;
}
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #3498db;
box-shadow: none;
background-color: #ffffff;
}
treeview.view.trough, treeview.view.sidebar.source-list.trough {
color: #2b2f3b;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0;
}
treeview.view.trough:selected, treeview.view.sidebar.source-list.trough:selected, treeview.view.trough:selected:focus {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
border-width: 0;
}
treeview.view header button {
min-height: 0;
min-width: 0;
padding: 3px 6px;
font-weight: bold;
color: #555962;
background-color: #ffffff;
background-image: none;
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch;
}
treeview.view header button:hover {
color: #3498db;
}
treeview.view header button:active {
color: #2b2f3b;
}
treeview.view header button:active, treeview.view header button:hover {
background-color: #ffffff;
}
treeview.view header button:active:hover {
color: #2b2f3b;
}
treeview.view header button:disabled {
border-color: #f7f7f7;
background-image: none;
}
treeview.view header button:last-child {
border-right-style: none;
border-image: none;
}
treeview.view button.dnd, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd:active,
treeview.view header.button.dnd,
treeview.view header.button.dnd:selected,
treeview.view header.button.dnd:hover,
treeview.view header.button.dnd:active {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #3498db;
border-radius: 0;
border-style: none;
}
menubar,
.menubar {
-GtkWidget-window-dragging: true;
padding: 0 0 0 0;
background-color: #1b1d24;
color: #e6ebee;
}
menubar:backdrop,
.menubar:backdrop {
color: rgba(230, 235, 238, 0.7);
}
menubar > menuitem,
.menubar > menuitem {
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
padding: 4px 8px;
border: none;
border-radius: 2px 2px 0 0;
}
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #3498db;
color: #ffffff;
}
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
color: rgba(230, 235, 238, 0.45);
border-color: transparent;
}
menubar > menuitem label:disabled,
.menubar > menuitem label:disabled {
color: rgba(230, 235, 238, 0.45);
}
menubar > menuitem > window.background.popup > menu,
.menubar > menuitem > window.background.popup > menu {
border-radius: 0 0 2px 2px;
}
menu,
.menu {
padding: 4px 0;
border-radius: 0;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.csd menu, .csd
.menu {
padding: 4px 0;
border-radius: 2px;
border: none;
}
menu separator,
.csd menu separator,
.menu separator,
.csd
.menu separator {
margin: 2px 0;
background-color: #ffffff;
}
menu .separator:not(label),
.csd menu .separator:not(label),
.menu .separator:not(label),
.csd
.menu .separator:not(label) {
color: #ffffff;
}
menu menuitem,
.menu menuitem {
min-height: 16px;
min-width: 40px;
padding: 5px;
color: #2e313d;
}
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
background-color: #3498db;
}
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(43, 47, 59, 0.55);
}
menu menuitem label:disabled,
.menu menuitem label:disabled {
color: rgba(43, 47, 59, 0.55);
}
menu menuitem arrow,
.menu menuitem arrow {
min-height: 16px;
min-width: 16px;
}
menu menuitem arrow:dir(ltr),
.menu menuitem arrow:dir(ltr) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
margin-left: 10px;
}
menu menuitem arrow:dir(rtl),
.menu menuitem arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
margin-right: 10px;
}
menuitem accelerator {
color: alpha(currentColor,0.55);
}
menuitem check, menuitem radio {
min-height: 16px;
min-width: 16px;
}
menuitem check:dir(ltr), menuitem radio:dir(ltr) {
margin-right: 6px;
margin-left: 2px;
}
menuitem check:dir(rtl), menuitem radio:dir(rtl) {
margin-left: 6px;
margin-right: 2px;
}
menu > arrow,
.menu > arrow {
min-width: 16px;
min-height: 16px;
padding: 4px;
background-color: #ffffff;
border-radius: 0;
}
menu > arrow.top,
.menu > arrow.top {
margin-top: -6px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
menu > arrow.bottom,
.menu > arrow.bottom {
margin-bottom: -12px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
menu > arrow:hover,
.menu > arrow:hover {
background-color: #eaeaeb;
}
menu > arrow:disabled,
.menu > arrow:disabled {
color: transparent;
background-color: transparent;
border-color: transparent;
}
popover,
popover.background {
padding: 2px;
background-clip: border-box;
background-color: #ffffff;
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.07);
}
.csd popover, popover, .csd
popover.background,
popover.background {
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 3px;
}
popover separator,
popover.background separator {
background-color: #ffffff;
}
popover > list,
popover > .view,
popover > toolbar,
popover > .inline-toolbar,
popover.background > list,
popover.background > .view,
popover.background > toolbar,
popover.background > .inline-toolbar {
border-style: none;
background-color: transparent;
}
popover button:not(.suggested-action):not(.destructive-action):hover,
popover.background button:not(.suggested-action):not(.destructive-action):hover {
background-color: rgba(0, 0, 0, 0.05);
color: #2e313d;
}
popover button:not(.suggested-action):not(.destructive-action):checked, popover button:not(.suggested-action):not(.destructive-action):active,
popover.background button:not(.suggested-action):not(.destructive-action):checked,
popover.background button:not(.suggested-action):not(.destructive-action):active {
background-color: #3498db;
color: #ffffff;
}
cursor-handle {
background-color: transparent;
background-image: none;
box-shadow: none;
border-style: none;
}
cursor-handle.top {
-gtk-icon-source: -gtk-icontheme("selection-start-symbolic");
}
cursor-handle.bottom {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic");
}
notebook {
padding: 0;
}
notebook.frame {
border: 1px solid rgba(0, 0, 0, 0.15);
}
notebook > stack:not(:only-child) {
background-color: #ffffff;
}
notebook > header {
padding: 0;
background-color: #f7f7f7;
}
notebook > header.top {
padding-bottom: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
notebook > header.top > tabs > tab {
padding: 3px 16px 6px 16px;
min-width: 16px;
min-height: 16px;
border-radius: 0;
outline-offset: -4px;
border: none;
border-bottom: none;
}
notebook > header.top > tabs > tab:not(:only-child):first-child {
margin-left: 6px;
}
notebook > header.top > tabs > tab:not(:only-child):last-child {
margin-right: 6px;
}
notebook > header.top > tabs > tab:hover {
box-shadow: inset 0 -2px alpha(#3498db,0.6), 0 1px alpha(#3498db,0.6);
}
notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #3498db, 0 1px #3498db;
}
notebook > header.bottom {
padding-top: 0;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
notebook > header.bottom > tabs > tab {
padding: 3px 16px 6px 16px;
min-width: 16px;
min-height: 16px;
border-radius: 0;
outline-offset: -4px;
border: none;
border-top: none;
}
notebook > header.bottom > tabs > tab:not(:only-child):first-child {
margin-left: 6px;
}
notebook > header.bottom > tabs > tab:not(:only-child):last-child {
margin-right: 6px;
}
notebook > header.bottom > tabs > tab:hover {
box-shadow: inset 0 2px alpha(#3498db,0.6), 0 -1px alpha(#3498db,0.6);
}
notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #3498db, 0 -1px #3498db;
}
notebook > header.right {
padding-left: 0;
border-left: 1px solid rgba(0, 0, 0, 0.15);
}
notebook > header.right > tabs > tab {
padding: 3px 16px 6px 16px;
min-width: 16px;
min-height: 16px;
border-radius: 0;
outline-offset: -4px;
border: none;
border-left: none;
}
notebook > header.right > tabs > tab:not(:only-child):first-child {
margin-top: 6px;
}
notebook > header.right > tabs > tab:not(:only-child):last-child {
margin-bottom: 6px;
}
notebook > header.right > tabs > tab:hover {
box-shadow: inset 2px 0 alpha(#3498db,0.6), -1px 0 alpha(#3498db,0.6);
}
notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #3498db, -1px 0 #3498db;
}
notebook > header.left {
padding-right: 0;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
notebook > header.left > tabs > tab {
padding: 3px 16px 6px 16px;
min-width: 16px;
min-height: 16px;
border-radius: 0;
outline-offset: -4px;
border: none;
border-right: none;
}
notebook > header.left > tabs > tab:not(:only-child):first-child {
margin-top: 6px;
}
notebook > header.left > tabs > tab:not(:only-child):last-child {
margin-bottom: 6px;
}
notebook > header.left > tabs > tab:hover {
box-shadow: inset -2px 0 alpha(#3498db,0.6), 1px 0 alpha(#3498db,0.6);
}
notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #3498db, 1px 0 #3498db;
}
notebook > header.top > tabs > arrow.up, notebook > header.bottom > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
}
notebook > header.top > tabs > arrow.up:last-child, notebook > header.bottom > tabs > arrow.up:last-child {
margin-left: 2px;
}
notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
}
notebook > header.top > tabs > arrow.down:first-child, notebook > header.bottom > tabs > arrow.down:first-child {
margin-right: 2px;
}
notebook > header.left > tabs > arrow.up, notebook > header.right > tabs > arrow.up {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
notebook > header.left > tabs > arrow.up:last-child, notebook > header.right > tabs > arrow.up:last-child {
margin-top: 2px;
}
notebook > header.left > tabs > arrow.down, notebook > header.right > tabs > arrow.down {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child {
margin-bottom: 2px;
}
notebook > header > tabs > arrow {
color: rgba(43, 47, 59, 0.55);
}
notebook > header > tabs > arrow:hover {
color: rgba(43, 47, 59, 0.775);
}
notebook > header > tabs > arrow:active {
color: #2b2f3b;
}
notebook > header > tabs > arrow:disabled {
color: rgba(43, 47, 59, 0.25);
}
notebook > header > tabs > tab {
color: rgba(43, 47, 59, 0.55);
background-color: rgba(247, 247, 247, 0);
}
notebook > header > tabs > tab:hover:not(:checked) {
color: rgba(43, 47, 59, 0.775);
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
notebook > header > tabs > tab:checked {
color: #2b2f3b;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
notebook > 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 {
border-radius: 100%;
min-height: 16px;
min-width: 16px;
padding: 0;
margin: 4px 0;
color: #72757d;
}
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 {
color: #ff4d4d;
background-color: #eaeaea;
}
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, 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 {
color: #3498db;
background-color: #e3e3e3;
}
notebook > header button {
margin: 2px;
}
scrollbar {
background-color: #fcfcfc;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
* {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
}
scrollbar.top {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
scrollbar.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
scrollbar.left {
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
scrollbar.right {
border-left: 1px solid rgba(0, 0, 0, 0.15);
}
scrollbar button {
border: none;
}
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}
scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-right-symbolic");
}
scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-left-symbolic");
}
scrollbar slider {
min-width: 6px;
min-height: 6px;
margin: -1px;
border: 4px solid transparent;
border-radius: 8px;
background-clip: padding-box;
background-color: #a5a7ac;
}
scrollbar slider:hover {
background-color: #babbbf;
}
scrollbar slider:hover:active {
background-color: #3498db;
}
scrollbar slider:disabled {
background-color: transparent;
}
scrollbar.fine-tune slider {
min-width: 4px;
min-height: 4px;
}
scrollbar.fine-tune.horizontal slider {
border-width: 5px 4px;
}
scrollbar.fine-tune.vertical slider {
border-width: 4px 5px;
}
scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
opacity: 0.4;
border-color: transparent;
background-color: transparent;
}
scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
margin: 0;
min-width: 4px;
min-height: 4px;
background-color: #686b73;
border: 1px solid rgba(255, 255, 255, 0.6);
}
scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
margin: 0 2px;
min-width: 40px;
}
scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
margin: 2px 0;
min-height: 40px;
}
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
opacity: 0.99;
}
scrollbar.horizontal slider {
min-width: 40px;
}
scrollbar.vertical slider {
min-height: 40px;
}
switch {
font-size: 0;
min-width: 52px;
min-height: 24px;
background-size: 52px 24px;
background-repeat: no-repeat;
background-position: center center;
transition: all 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
switch slider {
min-width: 0;
min-height: 0;
}
switch, switch slider {
outline-color: transparent;
color: transparent;
border: none;
box-shadow: none;
}
switch {
background-image: -gtk-scaled(url("assets/switch.png"), url("assets/switch@2.png"));
}
menuitem:hover switch,
row:selected switch,
infobar switch {
background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png"));
}
headerbar switch,
.primary-toolbar switch {
background-image: -gtk-scaled(url("assets/switch-header.png"), url("assets/switch-header@2.png"));
}
switch:checked {
background-image: -gtk-scaled(url("assets/switch-active.png"), url("assets/switch-active@2.png"));
}
menuitem:hover switch:checked,
row:selected switch:checked,
infobar switch:checked {
background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png"));
}
headerbar switch:checked,
.primary-toolbar switch:checked {
background-image: -gtk-scaled(url("assets/switch-active-header.png"), url("assets/switch-active-header@2.png"));
}
switch:hover {
background-image: -gtk-scaled(url("assets/switch-hover.png"), url("assets/switch-hover@2.png"));
}
menuitem:hover switch:hover,
row:selected switch:hover,
infobar switch:hover {
background-image: -gtk-scaled(url("assets/switch-hover-selected.png"), url("assets/switch-hover-selected@2.png"));
}
headerbar switch:hover,
.primary-toolbar switch:hover {
background-image: -gtk-scaled(url("assets/switch-hover-header.png"), url("assets/switch-hover-header@2.png"));
}
switch:checked:hover {
background-image: -gtk-scaled(url("assets/switch-active-hover.png"), url("assets/switch-active-hover@2.png"));
}
menuitem:hover switch:checked:hover,
row:selected switch:checked:hover,
infobar switch:checked:hover {
background-image: -gtk-scaled(url("assets/switch-active-hover-selected.png"), url("assets/switch-active-hover-selected@2.png"));
}
headerbar switch:checked:hover,
.primary-toolbar switch:checked:hover {
background-image: -gtk-scaled(url("assets/switch-active-hover-header.png"), url("assets/switch-active-hover-header@2.png"));
}
switch:disabled {
background-image: -gtk-scaled(url("assets/switch-insensitive.png"), url("assets/switch-insensitive@2.png"));
}
menuitem:hover switch:disabled,
row:selected switch:disabled,
infobar switch:disabled {
background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png"));
}
headerbar switch:disabled,
.primary-toolbar switch:disabled {
background-image: -gtk-scaled(url("assets/switch-insensitive-header.png"), url("assets/switch-insensitive-header@2.png"));
}
switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive.png"), url("assets/switch-active-insensitive@2.png"));
}
menuitem:hover switch:checked:disabled,
row:selected switch:checked:disabled,
infobar switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png"));
}
headerbar switch:checked:disabled,
.primary-toolbar switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-header.png"), url("assets/switch-active-insensitive-header@2.png"));
}
.check,
check,
treeview.check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png"));
}
.osd check,
filechooser actionbar check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
}
menuitem check:hover,
.view check:selected,
treeview.check:selected,
row:selected check,
infobar check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
}
.check:disabled,
check:disabled,
treeview.check:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png"));
}
.osd check:disabled,
filechooser actionbar check:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
}
menuitem check:disabled:hover,
.view check:disabled:selected,
treeview.check:disabled:selected,
row:selected check:disabled,
infobar check:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-selected.png"), url("assets/checkbox-unchecked-insensitive-selected@2.png"));
}
.check:indeterminate,
check:indeterminate,
treeview.check:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png"));
}
.osd check:indeterminate,
filechooser actionbar check:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
}
menuitem check:indeterminate:hover,
.view check:indeterminate:selected,
treeview.check:indeterminate:selected,
row:selected check:indeterminate,
infobar check:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
}
.check:indeterminate:disabled,
check:indeterminate:disabled,
treeview.check:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png"));
}
.osd check:indeterminate:disabled,
filechooser actionbar check:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
}
menuitem check:indeterminate:disabled:hover,
.view check:indeterminate:disabled:selected,
treeview.check:indeterminate:disabled:selected,
row:selected check:indeterminate:disabled,
infobar check:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-selected.png"), url("assets/checkbox-mixed-insensitive-selected@2.png"));
}
.check:checked,
check:checked,
treeview.check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png"));
}
.osd check:checked,
filechooser actionbar check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
}
menuitem check:checked:hover,
.view check:checked:selected,
treeview.check:checked:selected,
row:selected check:checked,
infobar check:checked {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
}
.check:checked:disabled,
check:checked:disabled,
treeview.check:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png"));
}
.osd check:checked:disabled,
filechooser actionbar check:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
}
menuitem check:checked:disabled:hover,
.view check:checked:disabled:selected,
treeview.check:checked:disabled:selected,
row:selected check:checked:disabled,
infobar check:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selected.png"), url("assets/checkbox-checked-insensitive-selected@2.png"));
}
.radio,
radio,
treeview.radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png"));
}
.osd radio,
filechooser actionbar radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
}
menuitem radio:hover,
.view radio:selected,
treeview.radio:selected,
row:selected radio,
infobar radio {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
}
.radio:disabled,
radio:disabled,
treeview.radio:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png"));
}
.osd radio:disabled,
filechooser actionbar radio:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
}
menuitem radio:disabled:hover,
.view radio:disabled:selected,
treeview.radio:disabled:selected,
row:selected radio:disabled,
infobar radio:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-selected.png"), url("assets/radio-unchecked-insensitive-selected@2.png"));
}
.radio:indeterminate,
radio:indeterminate,
treeview.radio:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png"));
}
.osd radio:indeterminate,
filechooser actionbar radio:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
}
menuitem radio:indeterminate:hover,
.view radio:indeterminate:selected,
treeview.radio:indeterminate:selected,
row:selected radio:indeterminate,
infobar radio:indeterminate {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
}
.radio:indeterminate:disabled,
radio:indeterminate:disabled,
treeview.radio:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png"));
}
.osd radio:indeterminate:disabled,
filechooser actionbar radio:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
}
menuitem radio:indeterminate:disabled:hover,
.view radio:indeterminate:disabled:selected,
treeview.radio:indeterminate:disabled:selected,
row:selected radio:indeterminate:disabled,
infobar radio:indeterminate:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-selected.png"), url("assets/radio-mixed-insensitive-selected@2.png"));
}
.radio:checked,
radio:checked,
treeview.radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png"));
}
.osd radio:checked,
filechooser actionbar radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
}
menuitem radio:checked:hover,
.view radio:checked:selected,
treeview.radio:checked:selected,
row:selected radio:checked,
infobar radio:checked {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
}
.radio:checked:disabled,
radio:checked:disabled,
treeview.radio:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png"));
}
.osd radio:checked:disabled,
filechooser actionbar radio:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
}
menuitem radio:checked:disabled:hover,
.view radio:checked:disabled:selected,
treeview.radio:checked:disabled:selected,
row:selected radio:checked:disabled,
infobar radio:checked:disabled {
-gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-selected.png"), url("assets/radio-checked-insensitive-selected@2.png"));
}
.view.content-view.check:not(list) {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
background-color: transparent;
}
.view.content-view.check:checked:not(list) {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
background-color: transparent;
}
checkbutton.text-button, radiobutton.text-button {
padding: 2px 0;
outline-offset: 0;
}
checkbutton.text-button:hover, radiobutton.text-button:hover {
color: #0b0c0f;
}
checkbutton.text-button:disabled, radiobutton.text-button:disabled {
color: rgba(43, 47, 59, 0.55);
}
checkbutton label:not(:only-child):first-child, radiobutton label:not(:only-child):first-child {
margin-left: 4px;
}
checkbutton label:not(:only-child):last-child, radiobutton label:not(:only-child):last-child {
margin-right: 4px;
}
check,
radio {
min-width: 16px;
min-height: 16px;
margin: 0 2px;
}
check:only-child,
menu menuitem check,
radio:only-child,
menu menuitem
radio {
margin: 0;
}
scale {
min-height: 15px;
min-width: 15px;
padding: 3px;
}
scale.horizontal trough {
padding: 0 4px;
}
scale.horizontal highlight, scale.horizontal fill {
margin: 0 -4px;
}
scale.vertical trough {
padding: 4px 0;
}
scale.vertical highlight, scale.vertical fill {
margin: -4px 0;
}
scale slider {
min-height: 15px;
min-width: 15px;
margin: -6px;
}
scale.fine-tune slider {
margin: -4px;
}
scale.fine-tune fill,
scale.fine-tune highlight,
scale.fine-tune trough {
border-radius: 5px;
-gtk-outline-radius: 7px;
}
scale trough {
outline-offset: 2px;
-gtk-outline-radius: 4.5px;
border-radius: 2.5px;
background-color: #cfd6e6;
}
scale trough:disabled {
background-color: rgba(207, 214, 230, 0.55);
}
.osd scale trough {
background-color: #2c303b;
}
.osd scale trough highlight {
background-color: #3498db;
}
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
background-color: rgba(0, 0, 0, 0.2);
}
menuitem:hover scale trough highlight,
row:selected scale trough highlight,
infobar scale trough highlight {
background-color: #ffffff;
}
menuitem:hover scale trough highlight:disabled,
row:selected scale trough highlight:disabled,
infobar scale trough highlight:disabled {
background-color: #a4d1ef;
}
menuitem:hover scale trough:disabled,
row:selected scale trough:disabled,
infobar scale trough:disabled {
background-color: rgba(0, 0, 0, 0.1);
}
scale highlight {
border-radius: 2.5px;
background-color: #3498db;
}
scale highlight:disabled {
background-color: rgba(52, 152, 219, 0.55);
}
scale fill {
border-radius: 2.5px;
background-color: rgba(52, 152, 219, 0.5);
}
scale fill:disabled {
background-color: transparent;
}
scale slider {
background-color: #ffffff;
border: 1px solid rgba(123, 142, 186, 0.5);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border;
}
scale slider:hover {
background-color: #419fdd;
border-color: #3498db;
}
scale slider:active {
background-clip: border-box;
background-color: #2791d9;
border-color: #3498db;
}
scale slider:disabled {
background-color: #e6e6e6;
border-color: rgba(106, 128, 178, 0.5);
}
menuitem:hover scale slider,
row:selected scale slider,
infobar scale slider {
background-clip: border-box;
background-color: #ffffff;
border-color: #ffffff;
}
menuitem:hover scale slider:hover,
row:selected scale slider:hover,
infobar scale slider:hover {
background-color: #e1f0fa;
border-color: #e1f0fa;
}
menuitem:hover scale slider:active,
row:selected scale slider:active,
infobar scale slider:active {
background-color: #9acced;
border-color: #9acced;
}
menuitem:hover scale slider:disabled,
row:selected scale slider:disabled,
infobar scale slider:disabled {
background-color: #a4d1ef;
border-color: #a4d1ef;
}
.osd scale slider {
background-clip: border-box;
background-color: #3498db;
border-color: #3498db;
}
.osd scale slider:hover {
background-color: #5faee3;
border-color: #5faee3;
}
.osd scale slider:active {
background-color: #217dbb;
border-color: #217dbb;
}
scale value {
color: alpha(currentColor,0.4);
}
scale marks {
color: alpha(currentColor,0.4);
}
scale marks.top {
margin-bottom: 1px;
margin-top: -4px;
}
scale marks.bottom {
margin-top: 1px;
margin-bottom: -4px;
}
scale marks.top {
margin-right: 1px;
margin-left: -4px;
}
scale marks.bottom {
margin-left: 1px;
margin-right: -4px;
}
scale.fine-tune marks.top {
margin-bottom: 0px;
margin-top: -2px;
}
scale.fine-tune marks.bottom {
margin-top: 0px;
margin-bottom: -2px;
}
scale.fine-tune marks.top {
margin-right: 0px;
margin-left: -2px;
}
scale.fine-tune marks.bottom {
margin-left: 0px;
margin-right: -2px;
}
scale.horizontal indicator {
min-height: 3px;
min-width: 1px;
}
scale.horizontal.fine-tune indicator {
min-height: 2px;
}
scale.vertical indicator {
min-height: 1px;
min-width: 3px;
}
scale.vertical.fine-tune indicator {
min-width: 2px;
}
progressbar {
padding: 0;
font-size: smaller;
color: rgba(43, 47, 59, 0.7);
}
progressbar.osd {
min-width: 3px;
min-height: 3px;
background-color: transparent;
}
progressbar.osd trough {
border-style: none;
background-color: transparent;
box-shadow: none;
}
progressbar progress {
background-color: #7C4DFF;
border: none;
border-radius: 3px;
box-shadow: none;
}
row:selected progressbar progress,
infobar progressbar progress {
background-color: #ffffff;
}
progressbar trough {
border: none;
border-radius: 3px;
background-color: #cfd6e6;
}
row:selected progressbar trough,
infobar progressbar trough {
background-color: rgba(0, 0, 0, 0.2);
}
levelbar block {
min-width: 32px;
min-height: 1px;
}
levelbar.vertical block {
min-width: 1px;
min-height: 32px;
}
levelbar trough {
border: none;
padding: 3px;
border-radius: 3px;
background-color: #cfd6e6;
}
levelbar.horizontal.discrete block {
margin: 0 1px;
}
levelbar.vertical.discrete block {
margin: 1px 0;
}
levelbar block:not(.empty) {
border: 1px solid #3498db;
background-color: #3498db;
border-radius: 2px;
}
levelbar block.low {
border-color: #F27835;
background-color: #F27835;
}
levelbar block.high {
border-color: #3498db;
background-color: #3498db;
}
levelbar block.full {
border-color: #2eb398;
background-color: #2eb398;
}
levelbar block.empty {
background-color: rgba(43, 47, 59, 0.2);
border-color: rgba(43, 47, 59, 0.2);
}
printdialog paper {
border: 1px solid rgba(0, 0, 0, 0.15);
background: #ffffff;
padding: 0;
}
printdialog .dialog-action-box {
margin: 12px;
}
frame > border,
.frame {
margin: 0;
padding: 0;
border-radius: 0;
border: 1px solid rgba(0, 0, 0, 0.15);
}
frame.flat > border,
frame > border.flat,
.frame.flat {
border-style: none;
}
scrolledwindow viewport.frame {
border-style: none;
}
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(52, 152, 219, 0.2)), to(rgba(52, 152, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center top;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow overshoot.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(52, 152, 219, 0.2)), to(rgba(52, 152, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center bottom;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow overshoot.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(52, 152, 219, 0.2)), to(rgba(52, 152, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: left center;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow overshoot.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(52, 152, 219, 0.2)), to(rgba(52, 152, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: right center;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow undershoot.top {
background-color: transparent;
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-top: 1px;
background-size: 10px 1px;
background-repeat: repeat-x;
background-origin: content-box;
background-position: center top;
border: none;
}
scrolledwindow undershoot.bottom {
background-color: transparent;
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-bottom: 1px;
background-size: 10px 1px;
background-repeat: repeat-x;
background-origin: content-box;
background-position: center bottom;
border: none;
}
scrolledwindow undershoot.left {
background-color: transparent;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-left: 1px;
background-size: 1px 10px;
background-repeat: repeat-y;
background-origin: content-box;
background-position: left center;
border: none;
}
scrolledwindow undershoot.right {
background-color: transparent;
background-image: linear-gradient(to top, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0.2) 50%);
padding-right: 1px;
background-size: 1px 10px;
background-repeat: repeat-y;
background-origin: content-box;
background-position: right center;
border: none;
}
scrolledwindow junction {
border-color: transparent;
border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
background-color: #fcfcfc;
}
scrolledwindow junction:dir(rtl) {
border-image-slice: 0 1 0 0;
}
separator {
background-color: rgba(0, 0, 0, 0.1);
min-width: 1px;
min-height: 1px;
}
list {
background-color: #ffffff;
border-color: rgba(0, 0, 0, 0.15);
}
list row {
padding: 2px;
}
row:not(:hover) {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
row.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 {
background-color: rgba(0, 0, 0, 0.05);
}
row.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 {
color: #2b2f3b;
}
row.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 {
color: rgba(43, 47, 59, 0.55);
}
row.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 {
color: inherit;
}
row.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 {
color: #ffffff;
}
row.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 {
background-color: #2f89c5;
}
.app-notification {
padding: 10px;
color: #e6ebee;
background-color: alpha(#1d1f27,0.9);
background-clip: border-box;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: rgba(3, 3, 4, 0.4);
}
.app-notification border {
border: none;
}
.app-notification button {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.4);
}
.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 {
border-color: rgba(52, 152, 219, 0);
}
.app-notification button:hover {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(93, 99, 123, 0.5);
}
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
background-clip: padding-box;
}
.app-notification button:disabled {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
}
.app-notification .linked:not(.vertical) > entry + entry {
border-left-color: rgba(207, 214, 230, 0.3);
}
.app-notification .linked:not(.vertical) > entry.error + entry,
.app-notification .linked:not(.vertical) > entry + entry.error {
border-left-color: #FC4138;
}
.app-notification .linked:not(.vertical) > entry.warning + entry,
.app-notification .linked:not(.vertical) > entry + entry.warning {
border-left-color: #F27835;
}
.app-notification .linked:not(.vertical) > entry.error + entry.warning,
.app-notification .linked:not(.vertical) > entry.warning + entry.error {
border-left-color: #f75d37;
}
.app-notification .linked:not(.vertical) > entry + entry:focus:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry:focus:last-child {
border-left-color: #3498db;
}
.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #3498db;
}
.app-notification .linked:not(.vertical) > entry + entry:drop(active):not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #F08437;
}
.app-notification .linked:not(.vertical) > entry + entry.warning:focus:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry.warning:focus:last-child {
border-left-color: #F27835;
}
.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.app-notification .linked:not(.vertical) > entry + entry.error:focus:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry.error:focus:last-child {
border-left-color: #FC4138;
}
.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #FC4138;
}
.app-notification .linked:not(.vertical) > button:active + entry,
.app-notification .linked:not(.vertical) > button:checked + entry {
border-left-color: #3498db;
}
.app-notification .linked:not(.vertical) > button + button {
border-left-style: none;
}
.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0.4);
}
.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0);
}
.app-notification .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.app-notification .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.app-notification .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.app-notification .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.app-notification .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.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,
.app-notification .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.app-notification .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.app-notification .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.app-notification .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.app-notification .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.app-notification .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none;
}
expander arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
}
expander arrow:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
}
expander arrow:hover {
color: #6c7694;
}
expander arrow:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
calendar {
color: #2b2f3b;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
padding: 2px;
}
calendar:selected {
border-radius: 1.5px;
}
calendar.header {
color: #2b2f3b;
border: none;
}
calendar.button {
color: rgba(43, 47, 59, 0.45);
}
calendar.button:hover {
color: #2b2f3b;
}
calendar.button:disabled {
color: rgba(43, 47, 59, 0.55);
}
calendar:indeterminate {
color: alpha(currentColor,0.55);
}
calendar.highlight {
color: #2b2f3b;
}
messagedialog.csd .dialog-action-area.linked:not(.vertical) > button, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:hover, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:active, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:checked, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:disabled {
border-radius: 0;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-right: none;
border-bottom: none;
}
messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:last-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:hover:last-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:active:last-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:checked:last-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:disabled:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 0;
border-right: none;
border-bottom: none;
}
messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:first-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:hover:first-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:active:first-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:checked:first-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:disabled:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 0;
border-left: none;
border-bottom: none;
}
messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:only-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:hover:only-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:active:only-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:checked:only-child, messagedialog.csd .dialog-action-area.linked:not(.vertical) > button:disabled:only-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-left: none;
border-right: none;
border-bottom: none;
}
messagedialog.csd .titlebar {
min-height: 20px;
background-color: #f7f7f7;
border: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
}
messagedialog .dialog-action-area.linked:not(.vertical) > button {
padding: 5px 10px;
border-radius: 0;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:active, messagedialog .dialog-action-area.linked:not(.vertical) > button:checked {
transition: background-color 0.00001s 0.2s;
animation: ripple_effect 0.2s cubic-bezier(0, 0, 0.2, 1);
}
messagedialog .dialog-action-area.linked:not(.vertical) > button, messagedialog .dialog-action-area.linked:not(.vertical) > button:hover, messagedialog .dialog-action-area.linked:not(.vertical) > button:active, messagedialog .dialog-action-area.linked:not(.vertical) > button:checked, messagedialog .dialog-action-area.linked:not(.vertical) > button:disabled {
border-radius: 0;
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:first-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:hover:first-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:active:first-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:checked:first-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:disabled:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:last-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:hover:last-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:active:last-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:checked:last-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:disabled:last-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:only-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:hover:only-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:active:only-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:checked:only-child, messagedialog .dialog-action-area.linked:not(.vertical) > button:disabled:only-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover {
background-color: alpha(#2b2f3b,0.06);
}
messagedialog .dialog-action-area.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active, messagedialog .dialog-action-area.linked:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
background-color: alpha(#2b2f3b,0.1);
color: #2b2f3b;
}
messagedialog.csd.background {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: none;
}
messagedialog.csd .dialog-action-area.linked:not(.vertical) > button {
padding: 6px 10px 8px 10px;
}
filechooser #pathbarbox {
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;
}
.sidebar {
border-style: none;
background-color: #f7f7f7;
}
stacksidebar.sidebar:dir(ltr) list,
stacksidebar.sidebar.left list,
stacksidebar.sidebar.left:dir(rtl) list, .sidebar:dir(ltr), .sidebar.left, .sidebar.left:dir(rtl) {
border-right: 1px solid #d1d1d1;
border-left-style: none;
}
stacksidebar.sidebar:dir(rtl) list,
stacksidebar.sidebar.right list, .sidebar:dir(rtl), .sidebar.right {
border-left: 1px solid #d1d1d1;
border-right-style: none;
}
.sidebar list {
background-color: transparent;
}
paned .sidebar.left, paned .sidebar.right, paned .sidebar.left:dir(rtl), paned .sidebar:dir(rtl), paned .sidebar:dir(ltr), paned .sidebar {
border-style: none;
}
stacksidebar row {
padding: 4px 4px;
}
stacksidebar row > label {
padding-left: 6px;
padding-right: 6px;
}
stacksidebar row.needs-attention > label {
background-size: 6px 6px, 0 0;
}
placessidebar > viewport.frame {
border-style: none;
}
placessidebar row {
min-height: 28px;
padding: 2px 2px 2px 10px;
}
placessidebar row > revealer {
padding: 0 10px;
}
placessidebar row image.sidebar-icon:dir(ltr) {
padding-right: 8px;
}
placessidebar row image.sidebar-icon:dir(rtl) {
padding-left: 8px;
}
placessidebar row label.sidebar-label:dir(ltr) {
padding-right: 2px;
}
placessidebar row label.sidebar-label:dir(rtl) {
padding-left: 2px;
}
button.sidebar-button {
min-width: 22px;
min-height: 22px;
margin-top: 2px;
margin-bottom: 2px;
padding: 0;
border-radius: 100%;
-gtk-outline-radius: 100%;
}
button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5;
}
placessidebar row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box;
}
placessidebar row.sidebar-new-bookmark-row {
color: #3498db;
}
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437;
}
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
color: #F08437;
}
placessidebar row:drop(active):not(:disabled):selected {
background-color: #F08437;
}
placessidebar row:drop(active):not(:disabled):selected, placessidebar row:drop(active):not(:disabled):selected label, placessidebar row:drop(active):not(:disabled):selected image {
color: #ffffff;
}
placesview .server-list-button > image {
-gtk-icon-transform: rotate(0turn);
}
placesview .server-list-button:checked > image {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-gtk-icon-transform: rotate(-0.5turn);
}
placesview > actionbar > revealer > box > label {
padding-left: 8px;
padding-right: 8px;
}
paned > separator {
min-width: 1px;
min-height: 1px;
-gtk-icon-source: none;
border-style: none;
background-color: transparent;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
background-size: 1px 1px;
}
paned > separator:selected {
background-image: linear-gradient(to bottom, #3498db, #3498db);
}
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #f7f7f7;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
background-size: 1px 1px, 1px 1px;
}
paned.horizontal > separator {
background-repeat: repeat-y;
}
paned.horizontal > separator:dir(ltr) {
margin: 0 -8px 0 0;
padding: 0 8px 0 0;
background-position: left;
}
paned.horizontal > separator:dir(rtl) {
margin: 0 0 0 -8px;
padding: 0 0 0 8px;
background-position: right;
}
paned.horizontal > separator.wide {
margin: 0;
padding: 0;
background-repeat: repeat-y, repeat-y;
background-position: left, right;
}
paned.vertical > separator {
margin: 0 0 -8px 0;
padding: 0 0 8px 0;
background-repeat: repeat-x;
background-position: top;
}
paned.vertical > separator.wide {
margin: 0;
padding: 0;
background-repeat: repeat-x, repeat-x;
background-position: bottom, top;
}
infobar {
border-style: none;
}
infobar.info, infobar.question, infobar.warning, infobar.error {
background-color: #3498db;
color: #ffffff;
caret-color: currentColor;
}
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
color: #3498db;
background-color: #ffffff;
}
row:selected button, infobar.info button, infobar.question button, infobar.warning button, infobar.error button, .nautilus-window .floating-bar button, .raven-mpris button.image-button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5);
}
row: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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
headerbar.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 {
color: rgba(255, 255, 255, 0.4);
}
row: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 {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8);
}
headerbar.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 {
color: #3498db;
background-color: #ffffff;
border-color: #ffffff;
}
row: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 {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.4);
}
row: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 {
color: rgba(255, 255, 255, 0.5);
}
headerbar.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 {
color: #3498db;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4);
}
tooltip {
border-radius: 2px;
box-shadow: none;
}
tooltip.background {
background-color: #1d1f27;
background-clip: padding-box;
}
tooltip.background label {
padding: 4px;
}
tooltip decoration {
background-color: transparent;
}
tooltip * {
background-color: transparent;
color: #e6ebee;
}
colorswatch, colorswatch:drop(active) {
border-style: none;
}
colorswatch.top {
border-top-left-radius: 2.5px;
border-top-right-radius: 2.5px;
}
colorswatch.top overlay {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
colorswatch.bottom {
border-bottom-left-radius: 2.5px;
border-bottom-right-radius: 2.5px;
}
colorswatch.bottom overlay {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
colorswatch.left, colorswatch:first-child:not(.top) {
border-top-left-radius: 2.5px;
border-bottom-left-radius: 2.5px;
}
colorswatch.left overlay, colorswatch:first-child:not(.top) overlay {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
colorswatch.right, colorswatch:last-child:not(.bottom) {
border-top-right-radius: 2.5px;
border-bottom-right-radius: 2.5px;
}
colorswatch.right overlay, colorswatch:last-child:not(.bottom) overlay {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
colorswatch.dark overlay {
color: rgba(255, 255, 255, 0.7);
}
colorswatch.dark overlay:hover {
border-color: rgba(0, 0, 0, 0.5);
}
colorswatch.light overlay {
color: rgba(0, 0, 0, 0.7);
}
colorswatch.light overlay:hover {
border-color: rgba(0, 0, 0, 0.3);
}
colorswatch overlay {
border: 1px solid rgba(0, 0, 0, 0.15);
}
colorswatch overlay:hover {
background-color: rgba(255, 255, 255, 0.2);
}
colorswatch:disabled {
opacity: 0.5;
}
colorswatch:disabled overlay {
border-color: rgba(0, 0, 0, 0.6);
box-shadow: none;
}
colorswatch#add-color-button {
border-style: solid;
border-width: 1px;
color: #2b2f3b;
border-color: #cfd6e6;
background-color: #fcfcfc;
}
colorswatch#add-color-button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
colorswatch#add-color-button overlay {
border-color: transparent;
background-color: transparent;
background-image: none;
}
button.color {
padding: 0;
}
button.color colorswatch:first-child:last-child, button.color colorswatch:first-child:last-child overlay {
margin: 4px;
border-radius: 0;
}
colorchooser .popover.osd {
border-radius: 3px;
}
.content-view {
background-color: #ffffff;
}
.content-view:hover {
-gtk-icon-effect: highlight;
}
.scale-popup button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
.context-menu, popover.touch-selection, .csd popover.touch-selection,
popover.background.touch-selection, .csd popover.background.touch-selection {
font: initial;
}
.monospace {
font-family: Monospace;
}
button.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,
button.circular-button {
padding: 0;
min-width: 16px;
min-height: 24px;
padding: 2px 6px;
border-radius: 50%;
-gtk-outline-radius: 50%;
}
button.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,
button.circular-button label {
padding: 0;
}
.keycap {
min-width: 16px;
min-height: 20px;
padding: 3px 6px 4px 6px;
color: #2b2f3b;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 2.5px;
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.05);
}
stackswitcher button.text-button {
min-width: 80px;
}
stackswitcher 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 {
min-width: 0;
}
*:drop(active):focus,
*:drop(active) {
box-shadow: inset 0 0 0 1px #F08437;
}
decoration {
border-radius: 2px 2px 0 0;
border-width: 0;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
margin: 6px;
}
decoration:backdrop {
box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.15);
transition: 200ms ease-out;
}
.fullscreen decoration,
.tiled decoration {
border-radius: 0;
box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}
.ssd decoration {
border-radius: 4px 4px 0 0;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
}
.ssd decoration.maximized {
border-radius: 0;
}
.csd.popup decoration {
border-radius: 2px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
tooltip.csd decoration {
border-radius: 2px;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
messagedialog.csd decoration {
border-radius: 3px;
}
.solid-csd decoration {
border: 1px solid #1b1d24;
border-radius: 0;
margin: 0;
background-color: #1b1d24;
box-shadow: none;
}
headerbar button.titlebutton,
.titlebar button.titlebutton {
margin: 0;
padding: 0;
min-width: 28px;
min-height: 28px;
border-color: transparent;
background-color: transparent;
background-image: none;
background-color: rgba(27, 29, 36, 0);
}
headerbar button.titlebutton:hover,
.titlebar button.titlebutton:hover {
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.12);
}
headerbar button.titlebutton:active, headerbar button.titlebutton:checked,
.titlebar button.titlebutton:active,
.titlebar button.titlebutton:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize, headerbar button.titlebutton.restore,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
.titlebar button.titlebutton.minimize,
.titlebar button.titlebutton.restore {
min-width: 30px;
min-height: 28px;
color: transparent;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
border-width: 0;
}
headerbar button.titlebutton.close:backdrop, headerbar button.titlebutton.maximize:backdrop, headerbar button.titlebutton.minimize:backdrop, headerbar button.titlebutton.restore:backdrop,
.titlebar button.titlebutton.close:backdrop,
.titlebar button.titlebutton.maximize:backdrop,
.titlebar button.titlebutton.minimize:backdrop,
.titlebar button.titlebutton.restore:backdrop {
opacity: 1;
}
headerbar button.titlebutton.close,
.titlebar button.titlebutton.close {
background-image: -gtk-scaled(url("assets/titlebutton-close.png"), url("assets/titlebutton-close@2.png"));
}
headerbar button.titlebutton.close:backdrop,
.titlebar button.titlebutton.close:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop.png"), url("assets/titlebutton-close-backdrop@2.png"));
}
headerbar button.titlebutton.close:hover,
.titlebar button.titlebutton.close:hover {
background-image: -gtk-scaled(url("assets/titlebutton-close-hover.png"), url("assets/titlebutton-close-hover@2.png"));
}
headerbar button.titlebutton.close:active,
.titlebar button.titlebutton.close:active {
background-image: -gtk-scaled(url("assets/titlebutton-close-active.png"), url("assets/titlebutton-close-active@2.png"));
}
headerbar button.titlebutton.maximize,
.titlebar button.titlebutton.maximize {
background-image: -gtk-scaled(url("assets/titlebutton-maximize.png"), url("assets/titlebutton-maximize@2.png"));
}
headerbar button.titlebutton.maximize:backdrop,
.titlebar button.titlebutton.maximize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop.png"), url("assets/titlebutton-maximize-backdrop@2.png"));
}
headerbar button.titlebutton.maximize:hover,
.titlebar button.titlebutton.maximize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover.png"), url("assets/titlebutton-maximize-hover@2.png"));
}
headerbar button.titlebutton.maximize:active,
.titlebar button.titlebutton.maximize:active {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-active.png"), url("assets/titlebutton-maximize-active@2.png"));
}
headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.minimize {
background-image: -gtk-scaled(url("assets/titlebutton-minimize.png"), url("assets/titlebutton-minimize@2.png"));
}
headerbar button.titlebutton.minimize:backdrop,
.titlebar button.titlebutton.minimize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop.png"), url("assets/titlebutton-minimize-backdrop@2.png"));
}
headerbar button.titlebutton.minimize:hover,
.titlebar button.titlebutton.minimize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover.png"), url("assets/titlebutton-minimize-hover@2.png"));
}
headerbar button.titlebutton.minimize:active,
.titlebar button.titlebutton.minimize:active {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-active.png"), url("assets/titlebutton-minimize-active@2.png"));
}
headerbar button.titlebutton.restore,
.titlebar button.titlebutton.restore {
background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png"));
}
headerbar button.titlebutton.restore:backdrop,
.titlebar button.titlebutton.restore:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png"));
}
headerbar button.titlebutton.restore:hover,
.titlebar button.titlebutton.restore:hover {
background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png"));
}
headerbar button.titlebutton.restore:active,
.titlebar button.titlebutton.restore:active {
background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png"));
}
.fullscreen headerbar button.titlebutton.maximize,
.maximized headerbar button.titlebutton.maximize, .fullscreen
.titlebar button.titlebutton.maximize,
.maximized
.titlebar button.titlebutton.maximize {
background-image: -gtk-scaled(url("assets/titlebutton-restore.png"), url("assets/titlebutton-restore@2.png"));
}
.fullscreen headerbar button.titlebutton.maximize:backdrop,
.maximized headerbar button.titlebutton.maximize:backdrop, .fullscreen
.titlebar button.titlebutton.maximize:backdrop,
.maximized
.titlebar button.titlebutton.maximize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop.png"), url("assets/titlebutton-restore-backdrop@2.png"));
}
.fullscreen headerbar button.titlebutton.maximize:hover,
.maximized headerbar button.titlebutton.maximize:hover, .fullscreen
.titlebar button.titlebutton.maximize:hover,
.maximized
.titlebar button.titlebutton.maximize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-restore-hover.png"), url("assets/titlebutton-restore-hover@2.png"));
}
.fullscreen headerbar button.titlebutton.maximize:active,
.maximized headerbar button.titlebutton.maximize:active, .fullscreen
.titlebar button.titlebutton.maximize:active,
.maximized
.titlebar button.titlebutton.maximize:active {
background-image: -gtk-scaled(url("assets/titlebutton-restore-active.png"), url("assets/titlebutton-restore-active@2.png"));
}
.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,
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
modelbutton.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,
#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,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, .nemo-window .sidebar .view:selected, .nemo-window .sidebar .view:selected:hover, .nemo-window .sidebar row:selected, .nemo-window .sidebar row:selected:hover {
background-color: #3498db;
}
row: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,
modelbutton.flat:active,
modelbutton.flat:active arrow,
modelbutton.flat:selected,
modelbutton.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,
#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,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover, .nemo-window .sidebar .view:selected, .nemo-window .sidebar .view:selected:hover, .nemo-window .sidebar row:selected, .nemo-window .sidebar row:selected:hover {
color: #ffffff;
}
row: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,
modelbutton.flat:disabled:active,
modelbutton.flat:active arrow:disabled,
modelbutton.flat:disabled:selected,
modelbutton.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,
#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,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover, .nemo-window .sidebar .view:disabled:selected, .nemo-window .sidebar row:disabled:selected {
color: #9acced;
}
/*********
* Emoji *
*********/
popover.emoji-picker {
padding: 0;
}
popover.emoji-picker entry {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: none;
border-width: 0 0 1px 0;
padding: 4px 12px;
}
popover.emoji-picker scrolledwindow {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
button.emoji-section {
margin-top: -1px;
padding: 4px 12px;
border-radius: 0;
outline-offset: -4px;
box-shadow: none;
border: none;
}
button.emoji-section:first-child {
border-radius: 0 0 0 2px;
}
button.emoji-section:last-child {
border-radius: 0 0 2px 0;
}
.emoji {
min-width: 3em;
min-height: 3em;
padding: 0;
}
.emoji widget {
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.emoji widget:hover {
font-size: larger;
}
terminal-window notebook > header.top button,
.mate-terminal notebook > header.top button {
padding: 0;
min-width: 24px;
min-height: 24px;
}
terminal-window notebook scrollbar,
.mate-terminal notebook scrollbar {
background: none;
}
.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.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, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button,
.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button,
.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 {
background-color: transparent;
background-image: none;
color: #e6ebee;
border-radius: 0;
box-shadow: none;
margin: 0 0 0 0;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0;
}
.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 .linked.nautilus-path-bar button.text-button:hover, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:hover,
.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 {
background-color: transparent;
box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5);
}
.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 .linked.nautilus-path-bar button.text-button:checked, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked,
.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, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:active, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:active,
.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 {
color: #e6ebee;
background-color: transparent;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px;
}
.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, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:disabled,
.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 {
color: rgba(230, 235, 238, 0.4);
background-color: transparent;
}
.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, .nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:checked:disabled, .nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button:checked:disabled,
.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 {
color: rgba(230, 235, 238, 0.4);
background-color: transparent;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(52, 152, 219, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px;
}
.nautilus-window headerbar .path-bar-box {
margin: 6px 0 4px 0;
border-radius: 3px;
color: #e6ebee;
background-color: transparent;
}
.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,
.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,
.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button,
.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button,
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:hover,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:hover,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:hover,
.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:hover,
.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:hover,
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:checked,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:checked,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:checked,
.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:checked,
.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:checked,
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:active,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:active,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:active,
.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:active,
.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:active,
.nautilus-window headerbar .path-bar-box .path-bar button.flat.image-button.text-button.toggle:disabled,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.sidebar-button:disabled,
.nautilus-window headerbar .path-bar-box .path-bar button.image-button.text-button.toggle.budgie-menu-launcher:disabled,
.nautilus-window headerbar .path-bar-box .path-bar .budgie-panel .image-button.text-button.toggle#tasklist-button:disabled,
.budgie-panel .nautilus-window headerbar .path-bar-box .path-bar .image-button.text-button.toggle#tasklist-button:disabled {
margin-top: 0;
margin-bottom: 0;
padding: 0 6px 4px 6px;
min-height: 24px;
border-radius: 0;
}
.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.text-button:not(:only-child):last-child,
.nautilus-window headerbar .path-bar-box .linked.nautilus-path-bar button.image-button.text-button:not(:only-child):last-child {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px;
}
.nautilus-window headerbar .path-bar-box.width-maximized {
border: 1px solid rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.06);
}
.nautilus-window headerbar .path-bar-box.background.frame {
border: none;
background-color: transparent;
}
.nautilus-canvas-item, .caja-canvas-item {
border-radius: 2px;
}
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop, .nautilus-desktop.caja-canvas-item, .caja-desktop.caja-canvas-item {
color: #ffffff;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active, .nautilus-desktop.caja-canvas-item:active {
color: #2b2f3b;
}
.nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected, .nautilus-desktop.caja-canvas-item:selected {
color: #ffffff;
text-shadow: none;
}
.nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator,
popover.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,
.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,
.nautilus-list-dim-label,
.caja-list-dim-label {
color: #919399;
}
.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,
.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,
.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,
.nautilus-list-dim-label:selected,
.caja-list-dim-label:selected,
.nautilus-list-dim-label:selected:focus,
.caja-list-dim-label:selected:focus {
color: #d6eaf8;
}
.nautilus-window searchbar {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.nautilus-window .searchbar-container {
margin-top: -1px;
}
.nautilus-window notebook,
.nautilus-window notebook > stack:not(:only-child) searchbar {
background-color: #ffffff;
}
.disk-space-display {
border-style: solid;
border-width: 1px;
}
.disk-space-display.unknown {
background-color: rgba(43, 47, 59, 0.5);
border-color: rgba(22, 24, 30, 0.5);
}
.disk-space-display.used {
background-color: rgba(52, 152, 219, 0.8);
border-color: rgba(33, 125, 187, 0.8);
}
.disk-space-display.free {
background-color: #efefef;
border-color: #d6d6d6;
}
@keyframes needs_attention_keyframes {
0% {
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.12);
}
100% {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
}
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out;
}
.nautilus-operations-button-needs-attention-multiple {
animation: needs_attention_keyframes 3s ease-in-out;
animation-iteration-count: 3;
}
.conflict-row.activatable, .conflict-row.activatable:active {
color: white;
background-color: #FC4138;
}
.conflict-row.activatable:hover {
background-color: #fd716a;
}
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #3498db;
}
.open-document-selector-treeview.view {
padding: 3px 6px 3px 6px;
border-color: #ffffff;
}
.open-document-selector-treeview.view:hover {
background-color: #f0f0f1;
}
.open-document-selector-treeview.view:hover:selected {
color: #ffffff;
background-color: #3498db;
}
.open-document-selector-name-label {
color: #2b2f3b;
}
.open-document-selector-path-label {
color: #95979d;
font-size: smaller;
}
.open-document-selector-path-label:selected {
color: rgba(255, 255, 255, 0.9);
}
.gedit-document-panel row button {
min-width: 22px;
min-height: 22px;
padding: 0;
color: transparent;
background: none;
border: none;
box-shadow: none;
}
.gedit-document-panel row button image {
color: inherit;
}
.gedit-document-panel row:hover:not(:selected) button {
color: #72757d;
}
.gedit-document-panel row:hover:not(:selected) button:hover {
color: #ff4d4d;
}
.gedit-document-panel row:hover:not(:selected) button:active {
color: #2b2f3b;
}
.gedit-document-panel row:hover:selected button:hover {
color: #ff6666;
background: none;
border: none;
box-shadow: none;
}
.gedit-document-panel row:hover:selected button:hover:active {
color: #ffffff;
}
.gedit-document-panel-dragged-row {
border: 1px solid rgba(0, 0, 0, 0.15);
background-color: #dedede;
color: #2b2f3b;
}
.gedit-side-panel-paned statusbar {
border-top: 1px solid rgba(0, 0, 0, 0.15);
background-color: #f7f7f7;
}
.gedit-search-slider {
background-color: #fcfcfc;
padding: 6px;
border-color: rgba(0, 0, 0, 0.15);
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
}
.gedit-search-entry-occurrences-tag {
color: rgba(43, 47, 59, 0.6);
border: none;
margin: 2px;
padding: 2px;
}
.gedit-map-frame border {
border-color: rgba(0, 0, 0, 0.3);
border-width: 0;
}
.gedit-map-frame border:dir(ltr) {
border-left-width: 1px;
}
.gedit-map-frame border:dir(rtl) {
border-right-width: 1px;
}
.gedit-side-panel-paned.horizontal separator {
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));
background-position: left top;
background-repeat: no-repeat;
background-size: 1px auto;
}
.gb-search-entry-occurrences-tag {
background: none;
}
workbench.csd > stack.titlebar:not(headerbar) {
padding: 0;
background: none;
border: none;
box-shadow: none;
}
workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.titlebar:not(headerbar) headerbar:first-child, workbench.csd > stack.titlebar:not(headerbar) headerbar:last-child {
border-radius: 2px 2px 0 0;
}
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #3498db;
}
layouttab {
background-color: #ffffff;
}
layout {
border: 1px solid rgba(0, 0, 0, 0.15);
-PnlDockBin-handle-size: 1;
}
eggsearchbar box.search-bar {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
pillbox {
color: #ffffff;
background-color: #3498db;
border-radius: 3px;
}
pillbox:disabled label {
color: rgba(255, 255, 255, 0.5);
}
docktabstrip {
padding: 0 6px;
background-color: #f7f7f7;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
docktabstrip docktab {
min-height: 28px;
border: solid transparent;
border-width: 0 1px;
}
docktabstrip docktab label {
opacity: 0.5;
}
docktabstrip docktab:checked label, docktabstrip docktab:hover label {
opacity: 1;
}
docktabstrip docktab:checked {
border-color: rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}
dockbin {
border: 1px solid rgba(0, 0, 0, 0.15);
-PnlDockBin-handle-size: 1;
}
dockpaned {
border: 1px solid rgba(0, 0, 0, 0.15);
}
dockoverlayedge {
background-color: #f7f7f7;
}
dockoverlayedge docktabstrip {
padding: 0;
border: none;
}
dockoverlayedge.left-edge tab:checked,
dockoverlayedge.right-edge tab:checked {
border-width: 1px 0;
}
popover.messagepopover.background {
padding: 0;
}
popover.messagepopover .popover-content-area {
margin: 16px;
}
popover.messagepopover .popover-action-area {
margin: 8px;
}
popover.messagepopover .popover-action-area button:not(:first-child):not(:last-child) {
margin: 0 4px;
}
popover.popover-selector {
padding: 0;
}
popover.popover-selector list row {
padding: 5px 0;
}
popover.popover-selector list row image {
margin-left: 3px;
margin-right: 10px;
}
button.dzlmenubuttonitem.check label {
color: #2b2f3b;
}
button.dzlmenubuttonitem.check label.dim-label, button.dzlmenubuttonitem.check label.separator, button.dzlmenubuttonitem.check headerbar label.subtitle, headerbar button.dzlmenubuttonitem.check label.subtitle,
button.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 {
color: #2b2f3b;
}
button.dzlmenubuttonitem.check box > image {
opacity: 0.87;
}
entry.search.preferences-search {
border: none;
border-right: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
}
preferences stacksidebar.sidebar list {
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
preferences stacksidebar.sidebar list separator {
background-color: transparent;
}
devhelppanel entry:focus,
symboltreepanel entry:focus {
border-color: rgba(0, 0, 0, 0.15);
}
button.run-arrow-button {
min-width: 12px;
}
omnibar.linked > entry:not(:only-child) {
border-style: solid;
border-radius: 3px;
margin-left: 1px;
margin-right: 1px;
}
gstyleslidein #scale_box button.toggle:checked,
gstyleslidein #strings_controls button.toggle:checked,
gstyleslidein #palette_controls button.toggle:checked,
gstyleslidein #components_controls button.toggle:checked {
color: #2b2f3b;
}
configurationview entry.flat, configurationview .raven .raven-background spinbutton:not(.vertical), .raven .raven-background configurationview spinbutton:not(.vertical) {
background: none;
}
configurationview list {
border-width: 0;
}
eog-thumb-nav scrolledwindow {
border-top: none;
}
eog-thumb-nav button {
-gtk-outline-radius: 2px;
border-radius: 2px;
}
.documents-scrolledwin.frame {
border-width: 0;
}
button.documents-load-more {
border-width: 1px 0 0;
border-radius: 0;
}
.documents-icon-bg {
background-color: #3498db;
color: #ffffff;
border-radius: 2px;
}
.documents-collection-icon, .photos-collection-icon {
background-color: rgba(43, 47, 59, 0.3);
border-radius: 2px;
}
button.documents-favorite:active,
button.documents-favorite:active:hover {
color: #8bc4ea;
}
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #3498db;
border-radius: 2px;
border-width: 0;
margin: 2px;
padding: 4px;
}
.documents-entry-tag:hover, .photos-entry-tag:hover {
color: #ffffff;
background: #45a1de;
}
.documents-entry-tag:active, .photos-entry-tag:active {
color: #ffffff;
background: #268fd5;
}
.documents-entry-tag.button, .button.photos-entry-tag {
box-shadow: none;
border: none;
background-color: transparent;
}
.content-view.document-page {
border-style: solid;
border-width: 3px 3px 6px 4px;
border-image: url("assets/thumbnail-frame.png") 3 3 6 4;
}
window.background.csd > headerbar.titlebar > box.horizontal > separator.sidebar,
window.background.csd > headerbar.titlebar > hdyleaflet > separator.sidebar {
border-right: none;
background: none;
min-width: 0;
}
box.horizontal > separator.sidebar,
hdyleaflet > separator.sidebar {
background: none;
min-width: 0;
}
.photos-fade-in {
opacity: 1.0;
transition: opacity 0.2s ease-out;
}
.photos-fade-out {
opacity: 0.0;
transition: opacity 0.2s ease-out;
}
.tweak-categories,
.tweak-category:not(:selected):not(:hover) {
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
row#Focus,
row#ClickMethod,
row#StaticWorkspaceTweak,
row#dynamic-workspaces,
row#PrimaryWorkspaceTweak,
row#workspaces-only-on-primary {
padding: 0;
border: 1px solid rgba(0, 0, 0, 0.15);
}
row#Focus row:not(:last-child),
row#ClickMethod row:not(:last-child),
row#StaticWorkspaceTweak row:not(:last-child),
row#dynamic-workspaces row:not(:last-child),
row#PrimaryWorkspaceTweak row:not(:last-child),
row#workspaces-only-on-primary row:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
row#Focus.tweak > list,
row#ClickMethod.tweak > list,
row#StaticWorkspaceTweak.tweak > list,
row#dynamic-workspaces.tweak > list,
row#PrimaryWorkspaceTweak.tweak > list,
row#workspaces-only-on-primary.tweak > list {
margin-top: -3px;
}
row#Focus,
row#ClickMethod,
row#PrimaryWorkspaceTweak,
row#workspaces-only-on-primary {
margin-top: 4px;
}
row#AutostartTitle.tweak {
padding: 3px;
background-color: #ffffff;
}
list#AutostartListBoxTweakGroup.tweak-group-startup {
border: 1px solid rgba(0, 0, 0, 0.15);
}
.tr-workarea undershoot,
.tr-workarea overshoot {
border-color: transparent;
}
#gf-bubble, #gf-bubble.solid,
#gf-osd-window,
#gf-osd-window.solid,
#gf-input-source-popup,
#gf-input-source-popup.solid,
#gf-candidate-popup,
#gf-candidate-popup.solid {
color: #fbfcfc;
background-color: #1d1f27;
border: 1px solid #0c0d10;
border-radius: 2px;
}
#gf-bubble levelbar block.low, #gf-bubble levelbar block.high, #gf-bubble levelbar block.full,
#gf-osd-window levelbar block.low,
#gf-osd-window levelbar block.high,
#gf-osd-window levelbar block.full,
#gf-input-source-popup levelbar block.low,
#gf-input-source-popup levelbar block.high,
#gf-input-source-popup levelbar block.full,
#gf-candidate-popup levelbar block.low,
#gf-candidate-popup levelbar block.high,
#gf-candidate-popup levelbar block.full {
background-color: #3498db;
border-color: #3498db;
}
#gf-bubble levelbar block.empty,
#gf-osd-window levelbar block.empty,
#gf-input-source-popup levelbar block.empty,
#gf-candidate-popup levelbar block.empty {
background-color: #121418;
}
#gf-bubble levelbar trough,
#gf-osd-window levelbar trough,
#gf-input-source-popup levelbar trough,
#gf-candidate-popup levelbar trough {
background: none;
}
#gf-input-source {
min-height: 32px;
min-width: 40px;
}
#gf-input-source:selected {
color: #ffffff;
background-color: #3498db;
border-radius: 2px;
}
gf-candidate-box label {
padding: 3px;
}
gf-candidate-box:hover, gf-candidate-box:selected {
color: #ffffff;
background-color: #3498db;
border-radius: 2px;
}
stack grid.vertical scrolledwindow.frame,
stack grid.vertical scrolledwindow.frame.emptyGrid {
border: none;
}
eog-thumb-nav scrolledwindow, eog-thumb-nav scrolledwindow.frame,
#eog-thumb-nav scrolledwindow,
#eog-thumb-nav scrolledwindow.frame {
border-top: none;
}
eog-thumb-nav button,
#eog-thumb-nav button {
-gtk-outline-radius: 2px;
border-radius: 2px;
border-top: none;
}
window.background.csd overlay > grid.horizontal frame:dir(ltr) > border {
border-top-width: 0;
border-left-width: 0;
border-bottom-width: 0;
}
frame.sidebar.chat-sidebar > border {
border-right: none;
}
frame.sidebar.chat-sidebar frame.chat-status-area > border {
border-style: none;
border-top-style: solid;
}
widget#PROCESSOR list row, widget#MEMORY list row {
margin: -1px;
border: 1px solid #d1d1d1;
}
widget#PROCESSOR list row.max, widget#MEMORY list row.max {
color: #1d1f27;
}
widget#PROCESSOR list separator.list, widget#MEMORY list separator.list {
box-shadow: inset 0 0 0 1px #d1d1d1;
}
widget#STORAGE list {
margin: -1px;
}
widget#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 {
color: rgba(43, 47, 59, 0.75);
}
widget#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 {
color: rgba(43, 47, 59, 0.75);
}
widget#STORAGE list separator.list {
box-shadow: inset 0 0 0 1px #d1d1d1;
}
widget#PERFORMANCE searchbar {
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.15), inset 0 -1px #f7f7f7;
}
widget#PERFORMANCE searchbar entry, widget#PERFORMANCE searchbar button {
margin-bottom: 2px;
}
graph-switcher-button.toggle {
color: rgba(43, 47, 59, 0.75);
font-weight: 500;
}
graph-switcher-button.toggle:hover {
color: #2b2f3b;
background-image: image(rgba(0, 0, 0, 0.05));
}
rg-graph.big {
background-position: left top;
background-origin: border-box;
background-repeat: repeat;
}
box.speedometer-outter {
opacity: 0.8;
}
box.speedometer-content-area {
box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2);
}
headerbar > 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 {
border-radius: 2px;
-gtk-outline-radius: 2px;
}
headerbar > 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 {
margin: -0.16875rem 0;
padding: 0.08125rem 0.83125rem 0;
font-size: 90%;
}
headerbar > 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 {
margin: -0.16875rem 0;
padding: 0 0.83125rem 0.08125rem;
font-size: 80%;
}
window.background > box.vertical box.horizontal list.categories {
background-color: #f7f7f7;
border: none;
color: #2b2f3b;
}
window.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 {
color: #2b2f3b;
background-color: transparent;
font-weight: 500;
}
window.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 {
color: #2b2f3b;
background-color: rgba(43, 47, 59, 0.08);
}
window.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 {
color: #ffffff;
background-color: #3498db;
}
window.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 {
color: #ffffff;
}
window.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 {
padding-left: 0;
padding-right: 0;
}
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator {
background-color: transparent;
}
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list > separator.compressed-rows-group-separator {
background-image: image(rgba(0, 0, 0, 0.15));
}
window.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 {
color: #2b2f3b;
transition-duration: 0.1s;
}
window.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 {
color: #2b2f3b;
}
window.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 {
background-image: image(#4146d1);
color: #ffffff;
font-weight: 700;
}
window.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 {
background-image: image(#efefef);
color: black;
transition-property: opacity, border-image, background-image, box-shadow;
}
window.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 {
background-image: image(#ededee);
color: #2b2f3b;
}
window.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 {
background-image: image(#e3e3e4);
color: #2b2f3b;
animation: none;
}
window.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 {
background-image: image(#3498db);
color: #ffffff;
}
window.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 {
background-image: image(#ffffff);
color: #3498db;
}
window.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 {
background-image: image(#f5fafd);
}
window.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 {
background-image: image(#ebf5fb);
color: #3498db;
animation: none;
}
window.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 {
background-image: image(#3498db);
color: #ffffff;
transition-duration: 0s;
}
button.round-button {
min-height: 28px;
min-width: 28px;
padding: 0;
}
window.background > box.vertical > searchbar {
box-shadow: none;
}
window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list {
background-color: #f7f7f7;
}
window.background > box.vertical > overlay > stack > widget > stack > box.vertical > scrolledwindow > viewport.frame > widget > list > separator {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
}
window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list {
background-image: image(#f7f7f7);
}
window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list > box.vertical > list {
background-color: #f7f7f7;
}
window.background > box.vertical > overlay > stack > widget > stack widget > box.vertical.app-list separator {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
}
.category_page_header_filter_box {
background-image: image(#f7f7f7);
border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 0 0 1 0/0 0 1px 0 stretch;
}
.category_page_header_filter_box button {
color: rgba(43, 47, 59, 0.55);
background-image: image(#f7f7f7);
}
.category_page_header_filter_box button:hover {
color: rgba(43, 47, 59, 0.75);
}
.category_page_header_filter_box button:checked {
color: #2b2f3b;
}
.category_page_header_filter_box button:disabled {
color: rgba(43, 47, 59, 0.65);
}
.application-details-infobar {
background-image: image(#ffffff);
border-image: linear-gradient(to bottom, #d1d1d1, #d1d1d1) 1 1 1 1/1px 1px 1px 1px stretch;
}
headerbar.titlebar.incognito-mode entry {
color: #e6ebee;
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.4);
}
headerbar.titlebar.incognito-mode entry image, headerbar.titlebar.incognito-mode entry image:hover {
color: inherit;
}
headerbar.titlebar.incognito-mode entry:focus {
color: white;
border-color: #3498db;
background-color: rgba(62, 67, 83, 0.4);
}
headerbar.titlebar.incognito-mode entry:disabled {
color: rgba(230, 235, 238, 0.55);
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.25);
}
notebook > box > stack > box.vertical > paned.vertical > overlay > .floating-bar {
color: rgba(43, 47, 59, 0.75);
}
.background headerbar entry.starred, .background headerbar entry.non-starred {
color: #e6ebee;
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.4);
}
.background headerbar entry.starred image, .background headerbar entry.starred image:hover, .background headerbar entry.non-starred image, .background headerbar entry.non-starred image:hover {
color: inherit;
}
.background headerbar entry.starred:focus, .background headerbar entry.non-starred:focus {
color: white;
border-color: #3498db;
background-color: rgba(62, 67, 83, 0.4);
}
.background headerbar entry.starred:disabled, .background headerbar entry.non-starred:disabled {
color: rgba(230, 235, 238, 0.55);
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.25);
}
.background headerbar entry.starred > image.right {
color: #ccbb00;
}
.background headerbar entry.starred > image.right:hover, .background headerbar entry.starred > image.right:active, .background headerbar entry.starred > image.right:checked {
color: #FFEA00;
}
popover.background:not(.emoji-picker) > box.vertical > scrolledwindow > viewport.frame > list.background {
background-color: transparent;
}
popover.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 {
background-color: #f7f7f7;
color: rgba(43, 47, 59, 0.85);
border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.15);
margin: 2px;
}
popover.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 {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical {
margin: 0;
padding: 0;
}
popover.background:not(.emoji-picker) > box.vertical > stack > box.vertical scrolledwindow > viewport.frame {
border: 1px solid rgba(0, 0, 0, 0.15);
}
popover.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 {
background-color: rgba(255, 255, 255, 0.35);
color: rgba(43, 47, 59, 0.85);
border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
padding: 6px 0;
margin: 0;
}
popover.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 {
color: #2b2f3b;
background-color: rgba(43, 47, 59, 0.05);
}
popover.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 {
min-width: 16px;
min-height: 16px;
padding: 4px;
margin: 0 6px;
border-radius: 100px;
-gtk-outline-radius: 100px;
}
flowboxchild.bookmark-tag-widget {
color: #f7f7f7;
font-weight: 500;
}
flowboxchild.bookmark-tag-widget label {
margin-bottom: 2px;
}
flowboxchild.bookmark-tag-widget-selected {
color: #ffffff;
}
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.15);
padding: 4px;
background-color: #efefef;
}
.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar button.image-button > widget > box > image {
padding: 0;
}
.sidebar-paned scrolledwindow {
border: none;
}
window.csd > box.vertical > box.vertical > toolbar.horizontal, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar,
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal,
window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar {
margin: -1px 0;
border-top: 1px solid rgba(0, 0, 0, 0.15);
box-shadow: none;
background-color: transparent;
}
window.csd > box.vertical > box.vertical > toolbar.horizontal button, window.csd > box.vertical > box.vertical > .horizontal.inline-toolbar button,
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal button,
window.solid-csd > box.vertical > box.vertical > .horizontal.inline-toolbar button {
min-height: 36px;
min-width: 36px;
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
}
window.csd > box.vertical > box.vertical > frame,
window.solid-csd > box.vertical > box.vertical > frame {
margin: -1px 0;
padding: 0;
}
window.csd > box.vertical > box.vertical > frame > border,
window.solid-csd > box.vertical > box.vertical > frame > border {
border: none;
}
window.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 {
min-height: 36px;
min-width: 36px;
padding: 0;
margin: 0;
}
window.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 {
padding: 0;
}
window.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 {
min-height: 24px;
min-width: 36px;
padding: 0;
margin-top: 8px;
margin-bottom: 8px;
}
window.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,
window.background > box.vertical > toolbar.primary-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat),
window.background > box.vertical > .primary-toolbar.inline-toolbar toolitem > .linked > button:not(.toggle):not(.raised):not(.flat) {
min-height: 28px;
min-width: 28px;
padding: 0;
margin: 0;
}
dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame {
border: none;
}
dialog.background.csd box.dialog-vbox grid.horizontal scrolledwindow.frame viewport.frame {
border: none;
}
dialog.background.csd box.dialog-vbox grid.horizontal stack scrolledwindow.frame {
border: 1px solid rgba(0, 0, 0, 0.15);
}
.maps-popover button.radio.layer-radio-button:checked {
box-shadow: 0 0 0 2px #3498db;
}
.nautilus-window .floating-bar {
padding: 1px;
background-color: #3498db;
color: #ffffff;
border-radius: 2px 2px 0 0;
}
.nautilus-window .floating-bar.bottom.left {
border-top-left-radius: 0;
}
.nautilus-window .floating-bar.bottom.right {
border-top-right-radius: 0;
}
.nautilus-window .floating-bar button {
border: none;
border-radius: 100px;
min-height: 0;
min-width: 0;
padding: 0;
margin-right: 6px;
-gtk-icon-shadow: none;
}
.nemo-window menubar > menuitem > window.background.popup > menu,
.nemo-window .menubar > menuitem > window.background.popup > menu {
border-radius: 0 0 2px 2px;
}
.nemo-window paned.horizontal > separator {
background: none;
}
.nemo-window .nemo-places-sidebar.frame {
border-width: 0;
}
.nemo-window notebook {
background-color: #ffffff;
}
.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
color: #2e313d;
border-color: #3498db;
background-color: #ffffff;
}
.nemo-window .primary-toolbar {
padding-top: 0;
padding-bottom: 0;
border: none;
color: #e6ebee;
background-color: #1b1d24;
}
.nemo-window .primary-toolbar button, .nemo-window .primary-toolbar entry {
min-height: 16px;
margin-top: 6px;
margin-bottom: 6px;
}
.nemo-window .primary-toolbar .linked:not(.vertical):not(.stack-switcher).path-bar button,
.nemo-window .primary-toolbar widget.linked.raised:not(.vertical):not(.path-bar) button {
padding: 2px 4px 4px 4px;
margin-top: 4px;
margin-bottom: 4px;
}
.nemo-window .sidebar scrolledwindow.frame {
border: none;
}
.caja-notebook {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.caja-side-pane .frame {
border-width: 1px 0 0;
}
.caja-notebook .frame {
border-width: 0 0 1px;
}
.caja-desktop > widget.entry, .caja-desktop > widget.entry:focus {
transition: none;
}
.pluma-window statusbar frame > border {
border: none;
}
.pluma-window notebook > stack scrolledwindow {
border-width: 0 0 1px 0;
}
#pluma-status-combo-button {
min-height: 0;
padding: 0;
border-top: none;
border-bottom: none;
border-radius: 0;
}
window.background:not(.csd) > widget > separator {
color: rgba(0, 0, 0, 0.15);
}
window.background:not(.csd) > widget > scrollbar {
background-clip: border-box;
}
window.background:not(.csd) > widget > scrollbar,
window.background:not(.csd) > widget > frame > border {
border-color: #d1d1d1;
}
window.background:not(.csd) > widget > entry,
window.background:not(.csd) > widget > button > button {
border: 1px solid #d1d1d1;
border-radius: 2px;
}
window.background:not(.csd) > widget > entry,
window.background:not(.csd) > widget .entry {
border-radius: 2px;
background-image: image(#ffffff);
border: 1px solid #d1d1d1;
}
window.background:not(.csd) > widget > entry:focus,
window.background:not(.csd) > widget .entry:focus {
border-color: #3498db;
}
window.background:not(.csd) > widget > spinbutton {
background-image: image(#fcfcfc);
border: 1px solid #d1d1d1;
}
window.background:not(.csd) > widget > spinbutton:active {
background-image: image(#3498db);
}
window.background:not(.csd) > widget > spinbutton .entry {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
window.background:not(.csd) > menu > separator {
color: rgba(0, 0, 0, 0.15);
}
window.background:not(.csd) > menu > menuitem > label:disabled {
color: rgba(43, 47, 59, 0.55);
}
#MozillaGtkWidget.background {
background-color: #f7f7f7;
}
#MozillaGtkWidget.background, #MozillaGtkWidget.background decoration {
border-radius: 0 0 0 0;
}
#MozillaGtkWidget.background headerbar.titlebar {
border-radius: 0 0 0 0;
}
#MozillaGtkWidget.background headerbar.titlebar.default-decoration button.titlebutton {
margin: 0;
padding: 0;
}
#MozillaGtkWidget.background .background,
#MozillaGtkWidget.background frame,
#MozillaGtkWidget.background separator,
#MozillaGtkWidget.background scrolledwindow {
background-color: #f7f7f7;
}
#MozillaGtkWidget.background scrollbar {
background-color: #ffffff;
}
#MozillaGtkWidget.background scrollbar slider {
background-color: #9b9da2;
}
#MozillaGtkWidget.background scrollbar slider:hover {
background-color: #7d7f86;
}
#MozillaGtkWidget.background scrollbar slider:hover:active {
background-color: #5e616a;
}
#MozillaGtkWidget.background scrollbar slider:disabled {
background-color: transparent;
}
#MozillaGtkWidget.background *:not(menuitem):hover, #MozillaGtkWidget.background *:not(menuitem):hover button,
#MozillaGtkWidget.background *:focus,
#MozillaGtkWidget.background *:focus button,
#MozillaGtkWidget.background *:active,
#MozillaGtkWidget.background *:active button,
#MozillaGtkWidget.background *:checked,
#MozillaGtkWidget.background *:checked button {
color: #2b2f3b;
}
#MozillaGtkWidget.background > window.background > menu {
background-color: #ffffff;
}
#MozillaGtkWidget.background > window.background > menu > separator {
padding: 0;
border: none;
background-color: #d1d1d1;
}
#MozillaGtkWidget.background > widget border {
border-color: #d1d1d1;
}
#MozillaGtkWidget.background > widget separator {
background-color: #d1d1d1;
}
#MozillaGtkWidget.background > widget > scrolledwindow > textview {
background-color: #ffffff;
}
#MozillaGtkWidget.background > widget > scrolledwindow > textview text {
background-color: transparent;
color: #242424;
}
window.background.chromium {
background-color: #f7f7f7;
color: #2b2f3b;
}
window.background.chromium headerbar.titlebar button.toggle {
color: #e6ebee;
outline-offset: -3px;
background-color: rgba(27, 29, 36, 0);
border-color: rgba(27, 29, 36, 0);
}
window.background.chromium headerbar.titlebar button.toggle:hover {
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.12);
}
window.background.chromium headerbar.titlebar button.toggle:checked, window.background.chromium headerbar.titlebar button.toggle:active {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
window.background.chromium headerbar.titlebar button.titlebutton {
min-width: 16px;
min-height: 16px;
margin: 0 4px;
padding: 0;
color: transparent;
}
window.background.chromium button {
border-width: 1px;
border-style: solid;
border-color: #d1d1d1;
background-color: #f7f7f7;
color: #2b2f3b;
}
window.background.chromium entry.chromium {
border-image: none;
border: 1px solid #d1d1d1;
background-color: #f7f7f7;
color: #2b2f3b;
}
window.background.chromium > textview.view {
background-color: #f7f7f7;
color: #2b2f3b;
}
window.background.chromium > textview {
color: #2b2f3b;
background-color: #f7f7f7;
}
window.background.chromium > textview text {
color: #2b2f3b;
background-color: #f7f7f7;
}
window.background.chromium > menubar {
background-color: #1b1d24;
color: #e6ebee;
}
window.background.chromium > menubar > menuitem {
color: #e6ebee;
}
window.background.chromium > menu {
border: 1px solid #dddddd;
background-color: white;
color: #686868;
}
window.background.chromium > menu > separator {
color: white;
background-color: white;
}
window.background.chromium > menu > menuitem {
color: #686868;
}
window.background.chromium > menu > menuitem:hover {
color: #ffffff;
background-color: #3498db;
}
window.background.chromium > menu > menuitem:disabled {
color: rgba(104, 104, 104, 0.45);
}
window.background.chromium > menu > menuitem label:disabled {
color: rgba(104, 104, 104, 0.45);
}
.geary-sidebar-pane-separator frame.geary-folder-frame treeview.view.sidebar {
background-color: #f7f7f7;
color: #2e313d;
}
overlay.window-overlay grid.horizontal stack paned.horizontal stack widget.view.frame,
overlay.window-overlay grid.horizontal stack paned.horizontal stack scrolledwindow.frame {
border-left: none;
border-right: none;
}
overlay.window-overlay grid.horizontal stack .sidebar {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/****************
* Libre-Office *
****************/
window.background:not(.csd):not(.solid-csd) > grid.horizontal > grid.horizontal {
background-color: #1b1d24;
}
window.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 {
color: #e6ebee;
border: none;
}
window.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 {
background-color: #3c4050;
color: #f5f7f8;
}
window.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 {
background-color: #3498db;
color: white;
}
window.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 {
color: alpha(#e6ebee,0.6);
}
window.background:not(.solid-csd) > notebook:not(.frame) {
border: 0 none transparent;
background-color: #ffffff;
}
window.background:not(.solid-csd) > notebook:not(.frame) > stack {
border: none;
box-shadow: none;
}
widget > box.terminal-titlebar {
padding: 0 6px;
}
widget > 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 {
border: none;
border-radius: 0;
padding-top: 0;
padding-bottom: 0;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0/0 0 0;
}
widget > 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) {
padding-right: 6px;
}
widget > 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) {
padding-left: 6px;
}
widget > 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 {
box-shadow: inset 0 -2px #3498db;
background: none;
}
widget > 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 {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 2/0 0 2px;
background-color: transparent;
color: #2b2f3b;
}
widget > box.terminal-titlebar > button.image-button, widget > box.terminal-titlebar > button.image-button.toggle {
margin: 2px 0;
padding: 0;
min-height: 24px;
min-width: 24px;
border-radius: 100px;
-gtk-outline-radius: 100px;
}
list.tilix-session-sidebar {
background-image: image(rgba(48, 52, 62, 0.95));
}
list.tilix-session-sidebar button.tilix-sidebar-close-button {
min-height: 20px;
min-width: 20px;
padding: 0;
border-radius: 100px;
-gtk-outline-radius: 100px;
background-color: #db5b5b;
}
list.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 {
color: white;
}
list.tilix-session-sidebar button.tilix-sidebar-close-button:hover {
background-color: #e48585;
}
list.tilix-session-sidebar button.tilix-sidebar-close-button:active, list.tilix-session-sidebar button.tilix-sidebar-close-button:checked {
background-image: image(#d23131);
}
window.background.csd > box.vertical > stack > box.horizontal > list {
background-color: transparent;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
window.background.csd > box.vertical > stack > box.horizontal > box.vertical > stack > scrolledwindow.frame {
border: none;
}
window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > list {
background-color: transparent;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
background-color: transparent;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
window.background.csd > box.vertical > stack > box.horizontal > revealer > stack > scrolledwindow > viewport.frame > list {
background-color: transparent;
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
window#ValaPanel.background {
background-color: #1b1d24;
border: none;
color: #e6ebee;
}
window#ValaPanel.background widget.-vala-panel-background > separator {
background: none;
}
window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background button.-panel-button.sidebar-button, window#ValaPanel.background button.-panel-button.budgie-menu-launcher, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button,
window#ValaPanel.background button#tasklist-button.toggle.flat,
window#ValaPanel.background button#tasklist-button.toggle.sidebar-button,
window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher,
window#ValaPanel.background .budgie-panel #tasklist-button.toggle,
.budgie-panel window#ValaPanel.background #tasklist-button.toggle,
window#ValaPanel.background button.flat.-panel-icon-button,
window#ValaPanel.background button.-panel-icon-button.sidebar-button,
window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher,
window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button,
.budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button {
color: #e6ebee;
}
window#ValaPanel.background button.flat.-panel-button:hover, window#ValaPanel.background button.-panel-button.sidebar-button:hover, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:hover, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:hover, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:hover,
window#ValaPanel.background button#tasklist-button.toggle.flat:hover,
window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:hover,
window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:hover,
window#ValaPanel.background .budgie-panel #tasklist-button.toggle:hover,
.budgie-panel window#ValaPanel.background #tasklist-button.toggle:hover,
window#ValaPanel.background button.flat.-panel-icon-button:hover,
window#ValaPanel.background button.-panel-icon-button.sidebar-button:hover,
window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:hover,
window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:hover,
.budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:hover {
box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5);
background: none;
color: #d7dfe4;
}
window#ValaPanel.background button.flat.-panel-button:active, window#ValaPanel.background button.-panel-button.sidebar-button:active, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:active, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:active, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:active, window#ValaPanel.background button.flat.-panel-button:checked, window#ValaPanel.background button.-panel-button.sidebar-button:checked, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:checked, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:checked, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:checked,
window#ValaPanel.background button#tasklist-button.toggle.flat:active,
window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:active,
window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:active,
window#ValaPanel.background .budgie-panel #tasklist-button.toggle:active,
.budgie-panel window#ValaPanel.background #tasklist-button.toggle:active,
window#ValaPanel.background button#tasklist-button.toggle.flat:checked,
window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:checked,
window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:checked,
window#ValaPanel.background .budgie-panel #tasklist-button.toggle:checked,
.budgie-panel window#ValaPanel.background #tasklist-button.toggle:checked,
window#ValaPanel.background button.flat.-panel-icon-button:active,
window#ValaPanel.background button.-panel-icon-button.sidebar-button:active,
window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:active,
window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:active,
.budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:active,
window#ValaPanel.background button.flat.-panel-icon-button:checked,
window#ValaPanel.background button.-panel-icon-button.sidebar-button:checked,
window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:checked,
window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:checked,
.budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:checked {
box-shadow: inset 0 -2px #3498db;
color: #ffffff;
background: none;
}
window#ValaPanel.background .unpinned button.flat.-panel-icon-button, window#ValaPanel.background .unpinned button.-panel-icon-button.sidebar-button, window#ValaPanel.background .unpinned button.-panel-icon-button.budgie-menu-launcher, window#ValaPanel.background .unpinned .budgie-panel .-panel-icon-button#tasklist-button, .budgie-panel window#ValaPanel.background .unpinned .-panel-icon-button#tasklist-button {
border-radius: 0;
}
window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.-panel-icon-button.sidebar-button:hover, window#ValaPanel.background .unpinned button.-panel-icon-button.budgie-menu-launcher:hover, window#ValaPanel.background .unpinned .budgie-panel .-panel-icon-button#tasklist-button:hover, .budgie-panel window#ValaPanel.background .unpinned .-panel-icon-button#tasklist-button:hover {
-gtk-icon-effect: highlight;
}
window#ValaPanel.background .unpinned button.flat.-panel-icon-button:hover, window#ValaPanel.background .unpinned button.-panel-icon-button.sidebar-button:hover, window#ValaPanel.background .unpinned button.-panel-icon-button.budgie-menu-launcher:hover, window#ValaPanel.background .unpinned .budgie-panel .-panel-icon-button#tasklist-button:hover, .budgie-panel window#ValaPanel.background .unpinned .-panel-icon-button#tasklist-button:hover, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:active, window#ValaPanel.background .unpinned button.-panel-icon-button.sidebar-button:active, window#ValaPanel.background .unpinned button.-panel-icon-button.budgie-menu-launcher:active, window#ValaPanel.background .unpinned .budgie-panel .-panel-icon-button#tasklist-button:active, .budgie-panel window#ValaPanel.background .unpinned .-panel-icon-button#tasklist-button:active, window#ValaPanel.background .unpinned button.flat.-panel-icon-button:checked, window#ValaPanel.background .unpinned button.-panel-icon-button.sidebar-button:checked, window#ValaPanel.background .unpinned button.-panel-icon-button.budgie-menu-launcher:checked, window#ValaPanel.background .unpinned .budgie-panel .-panel-icon-button#tasklist-button:checked, .budgie-panel window#ValaPanel.background .unpinned .-panel-icon-button#tasklist-button:checked {
box-shadow: inset 0 -2px #3498db;
color: #ffffff;
}
window#ValaPanel.background .pinned button.flat.-panel-icon-button.running, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button {
border-radius: 0;
}
window#ValaPanel.background .pinned button.flat.-panel-icon-button.running > image, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button > image, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher > image, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button > image, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button > image, window#ValaPanel.background .pinned .budgie-panel button.-panel-icon-button.running.flat.launcher > image {
background-position: bottom center;
}
window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button:hover, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher:hover, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:hover, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button:hover {
-gtk-icon-effect: highlight;
}
window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:hover, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button:hover, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher:hover, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:hover, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button:hover, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:active, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button:active, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher:active, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:active, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button:active, window#ValaPanel.background .pinned button.flat.-panel-icon-button.running:checked, window#ValaPanel.background .pinned button.-panel-icon-button.running.sidebar-button:checked, window#ValaPanel.background .pinned button.-panel-icon-button.running.budgie-menu-launcher:checked, window#ValaPanel.background .pinned .budgie-panel .-panel-icon-button.running#tasklist-button:checked, .budgie-panel window#ValaPanel.background .pinned .-panel-icon-button.running#tasklist-button:checked {
box-shadow: inset 0 -2px #3498db;
color: #ffffff;
}
menubar.-vala-panel-background,
menubar.-vala-panel-appmenu-private {
background: none;
border: none;
box-shadow: none;
padding: 0 0 0 0;
}
menubar.-vala-panel-background > menuitem,
menubar.-vala-panel-appmenu-private > menuitem {
border-radius: 0;
color: #e6ebee;
font-weight: normal;
}
menubar.-vala-panel-background > menuitem:hover,
menubar.-vala-panel-appmenu-private > menuitem:hover {
color: #ffffff;
}
menubar.-vala-panel-background > menuitem:disabled,
menubar.-vala-panel-appmenu-private > menuitem:disabled {
color: rgba(230, 235, 238, 0.45);
}
menubar.-vala-panel-background > menuitem > window.background.popup > menu,
menubar.-vala-panel-appmenu-private > menuitem > window.background.popup > menu {
border-radius: 0 0 2px 2px;
}
UnityDecoration {
-UnityDecoration-extents: 28px 1 1 1;
-UnityDecoration-input-extents: 10px;
-UnityDecoration-shadow-offset-x: 0px;
-UnityDecoration-shadow-offset-y: 3px;
-UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.2);
-UnityDecoration-active-shadow-radius: 12px;
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #3498db;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
}
UnityDecoration .top {
border: 1px solid rgba(0, 0, 0, 0.1);
border-bottom-width: 0;
border-radius: 4px 4px 0 0;
padding: 1px 6px 0 6px;
background-image: linear-gradient(to bottom, #1b1d24, #1b1d24);
color: #e6ebee;
box-shadow: inset 0 1px #22242d;
}
UnityDecoration .top:backdrop {
border-bottom-width: 0;
color: rgba(230, 235, 238, 0.7);
}
UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom,
UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
UnityPanelWidget,
.unity-panel {
background-image: linear-gradient(to bottom, #1b2224, #1b2224);
color: white;
box-shadow: none;
}
UnityPanelWidget:backdrop,
.unity-panel:backdrop {
color: #e9edf0;
}
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #3498db, #3498db);
border-bottom: none;
}
.lightdm.menu {
background-image: none;
background-color: rgba(0, 0, 0, 0.4);
border-color: rgba(255, 255, 255, 0.8);
border-radius: 4px;
padding: 1px;
color: white;
}
.lightdm-combo .menu {
background-color: #2c303b;
border-radius: 0px;
padding: 0px;
color: white;
}
.lightdm.menu .menuitem *,
.lightdm.menu .menuitem.check:active,
.lightdm.menu .menuitem.radio:active {
color: white;
}
.lightdm.menubar {
color: rgba(255, 255, 255, 0.8);
background-image: none;
background-color: rgba(0, 0, 0, 0.5);
}
.lightdm.menubar > .menuitem {
padding: 2px 6px;
}
.lightdm-combo.combobox-entry .button,
.lightdm-combo .cell,
.lightdm-combo .button,
.lightdm-combo .entry,
.lightdm.button,
.lightdm.entry {
background-image: none;
background-color: rgba(0, 0, 0, 0.3);
border-color: rgba(255, 255, 255, 0.4);
border-radius: 10px;
padding: 7px;
color: white;
text-shadow: none;
}
.lightdm.button,
.lightdm.button:hover,
.lightdm.button:active,
.lightdm.button:active:focus,
.lightdm.entry,
.lightdm.entry:hover,
.lightdm.entry:active,
.lightdm.entry:active:focus {
background-image: none;
border-image: none;
}
.lightdm.button:focus,
.lightdm.entry:focus {
border-color: rgba(255, 255, 255, 0.1);
border-width: 1px;
border-style: solid;
color: white;
}
.lightdm.entry:selected {
background-color: rgba(255, 255, 255, 0.8);
}
.lightdm.entry:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: dashentry_spinner 1s infinite linear;
}
.lightdm.option-button {
padding: 2px;
background: none;
border: 0;
}
.lightdm.toggle-button {
background: none;
border-width: 0;
}
.lightdm.toggle-button.selected {
background-color: rgba(0, 0, 0, 0.7);
border-width: 1px;
}
@keyframes dashentry_spinner {
to {
-gtk-icon-transform: rotate(1turn);
}
}
/****************
* Mate Desktop *
****************/
.atril-window .primary-toolbar toolbar, .atril-window .primary-toolbar .inline-toolbar {
background: none;
}
MsdOsdWindow.background.osd {
border-radius: 2px;
border: 1px solid #0c0d10;
}
MsdOsdWindow.background.osd .progressbar {
background-color: #3498db;
border: none;
border-color: red;
border-radius: 5px;
}
MsdOsdWindow.background.osd .trough {
background-color: #121418;
border: none;
border-radius: 5px;
}
.mate-panel-menu-bar, .mate-panel-menu-bar menubar,
panel-toplevel.background,
panel-toplevel.background menubar {
background-color: #1b1d24;
}
.mate-panel-menu-bar menubar,
.mate-panel-menu-bar #PanelApplet label,
.mate-panel-menu-bar #PanelApplet image,
panel-toplevel.background menubar,
panel-toplevel.background #PanelApplet label,
panel-toplevel.background #PanelApplet image {
color: #e6ebee;
}
.mate-panel-menu-bar button label, .mate-panel-menu-bar button image,
.mate-panel-menu-bar #tasklist-button label,
.mate-panel-menu-bar #tasklist-button image,
panel-toplevel.background button label,
panel-toplevel.background button image,
panel-toplevel.background #tasklist-button label,
panel-toplevel.background #tasklist-button image {
color: inherit;
}
.mate-panel-menu-bar .wnck-pager,
panel-toplevel.background .wnck-pager {
color: #737677;
background-color: #050607;
}
.mate-panel-menu-bar .wnck-pager:hover,
panel-toplevel.background .wnck-pager:hover {
background-color: #262933;
}
.mate-panel-menu-bar .wnck-pager:selected,
panel-toplevel.background .wnck-pager:selected {
color: #8bc4ea;
background-color: #3498db;
}
.mate-panel-menu-bar na-tray-applet,
panel-toplevel.background na-tray-applet {
-NaTrayApplet-icon-padding: 0;
-NaTrayApplet-icon-size: 16px;
}
/******************
* Budgie Desktop *
******************/
.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 {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.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 {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 350ms;
}
.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 {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.budgie-container {
background-color: transparent;
}
.budgie-settings-window buttonbox.inline-toolbar {
border-style: none none solid;
}
.budgie-popover {
margin: 0;
padding: 0;
border-color: rgba(0, 0, 0, 0.15);
border-radius: 2px;
background-color: #ffffff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 2px 3px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.budgie-popover .container {
padding: 2px;
}
.budgie-popover border {
border: none;
}
.budgie-popover list {
background-color: transparent;
}
.budgie-popover row {
padding: 0;
background-color: transparent;
}
.budgie-popover row:hover {
box-shadow: none;
background-color: transparent;
}
.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) {
min-height: 28px;
padding: 0 8px;
color: rgba(43, 47, 59, 0.85);
font-weight: normal;
border: none;
}
.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 {
background-color: rgba(43, 47, 59, 0.12);
}
.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 {
background-color: rgba(43, 47, 59, 0.22);
color: #2b2f3b;
}
.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 {
color: rgba(43, 47, 59, 0.55);
}
.budgie-popover.budgie-menu .container {
padding: 0;
}
.budgie-popover.user-menu .container {
padding: 8px;
}
.budgie-popover.user-menu separator {
margin: 4px 0;
background-color: rgba(0, 0, 0, 0.15);
}
.budgie-popover.sound-popover separator {
margin: 3px 0;
background-color: rgba(0, 0, 0, 0.15);
}
.budgie-popover.night-light-indicator .container {
padding: 8px;
}
.budgie-popover.places-menu .container {
padding: 8px;
}
.budgie-popover.places-menu .places-list:not(.always-expand) {
margin-top: 4px;
padding-top: 4px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.budgie-popover.places-menu .alternative-label {
padding: 3px;
font-size: 15px;
}
.budgie-popover.workspace-popover .container {
padding: 2px 8px 8px;
}
.budgie-popover.workspace-popover separator {
margin: 4px 0;
}
.budgie-popover.workspace-popover flowboxchild {
padding: 0;
}
window.budgie-popover:not(.csd) > frame.container {
margin: 0 -1px -1px;
}
.bottom window.budgie-popover:not(.csd) > frame.container {
padding: 2px 0 2px;
}
window.budgie-popover:not(.csd) > frame.container,
window.budgie-popover:not(.csd) > frame.container > border {
border-style: none;
}
.workspace-switcher .workspace-layout {
border: 0 solid rgba(255, 255, 255, 0.12);
}
.top .workspace-switcher .workspace-layout:dir(ltr),
.bottom .workspace-switcher .workspace-layout:dir(ltr) {
border-left-width: 1px;
}
.top .workspace-switcher .workspace-layout:dir(rtl),
.bottom .workspace-switcher .workspace-layout:dir(rtl) {
border-right-width: 1px;
}
.left .workspace-switcher .workspace-layout,
.right .workspace-switcher .workspace-layout {
border-top-width: 1px;
}
.workspace-switcher .workspace-item,
.workspace-switcher .workspace-add-button {
border: 0 solid rgba(255, 255, 255, 0.12);
}
.top .workspace-switcher .workspace-item:dir(ltr),
.bottom .workspace-switcher .workspace-item:dir(ltr), .top
.workspace-switcher .workspace-add-button:dir(ltr),
.bottom
.workspace-switcher .workspace-add-button:dir(ltr) {
border-right-width: 1px;
}
.top .workspace-switcher .workspace-item:dir(rtl),
.bottom .workspace-switcher .workspace-item:dir(rtl), .top
.workspace-switcher .workspace-add-button:dir(rtl),
.bottom
.workspace-switcher .workspace-add-button:dir(rtl) {
border-left-width: 1px;
}
.left .workspace-switcher .workspace-item,
.right .workspace-switcher .workspace-item, .left
.workspace-switcher .workspace-add-button,
.right
.workspace-switcher .workspace-add-button {
border-bottom-width: 1px;
}
.workspace-switcher .workspace-item {
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.workspace-switcher .workspace-item.current-workspace {
background-color: rgba(255, 255, 255, 0.12);
}
.workspace-switcher .workspace-add-button {
background-color: transparent;
}
.workspace-switcher .workspace-add-button:hover {
box-shadow: none;
}
.workspace-switcher .workspace-add-button:active {
background-image: none;
}
.workspace-switcher .workspace-add-button:active image {
margin: 1px 0 -1px;
}
.budgie-panel .workspace-switcher .workspace-icon-button {
min-height: 24px;
min-width: 24px;
padding: 0;
border-radius: 2px;
}
.budgie-menu.background {
padding: 0;
background-color: #ffffff;
}
.budgie-menu scrollbar,
.budgie-menu entry.search {
background-color: transparent;
}
.budgie-menu entry.search {
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
box-shadow: none;
font-size: 120%;
}
.budgie-menu .categories:dir(ltr) {
border-bottom-left-radius: 2px;
}
.budgie-menu .categories:dir(rtl) {
border-bottom-right-radius: 2px;
}
.budgie-menu button {
min-height: 32px;
padding: 0 8px;
border-radius: 0;
color: #2b2f3b;
font-weight: normal;
border: none;
}
.budgie-menu button:disabled {
color: rgba(43, 47, 59, 0.55);
}
.budgie-menu button:checked:disabled {
background-color: #3498db;
}
.budgie-menu row {
padding: 0;
}
.budgie-menu row:hover {
box-shadow: none;
}
popover.background.user-menu {
padding: 8px;
}
popover.background.user-menu .content-box {
background-color: transparent;
}
popover.background.user-menu separator {
margin: 4px 0;
background-color: rgba(0, 0, 0, 0.15);
}
popover.background.user-menu row {
padding: 0;
box-shadow: none;
background-image: none;
}
popover.background.places-menu {
padding: 8px;
}
popover.background.places-menu .name-button.text-button {
padding-left: 8px;
padding-right: 8px;
}
popover.background.places-menu .name-button.text-button image:dir(ltr) {
margin-right: 3px;
}
popover.background.places-menu .name-button.text-button image:dir(rtl) {
margin-left: 3px;
}
popover.background.places-menu .places-section-header > image:dir(ltr) {
margin: 0 -2px 0 5px;
}
popover.background.places-menu .places-section-header > image:dir(rtl) {
margin: 0 5px 0 -2px;
}
popover.background.places-menu .places-list {
margin-top: 4px;
padding-top: 4px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
background-color: transparent;
}
popover.background.places-menu row {
padding: 0;
box-shadow: none;
background-image: none;
}
.budgie-panel {
transition: background-color 0.2s cubic-bezier(0, 0, 0.2, 1);
background-color: #1b1d24;
color: #e6ebee;
font-weight: 500;
}
.budgie-panel.transparent {
background-color: rgba(27, 29, 36, 0.85);
}
.budgie-panel button {
min-height: 16px;
min-width: 16px;
padding: 0;
border-radius: 0;
color: #e6ebee;
border: none;
background: none;
}
.budgie-panel button:hover {
color: white;
background-color: rgba(230, 235, 238, 0.15);
}
.budgie-panel button:active {
color: white;
background-color: rgba(230, 235, 238, 0.1);
}
.budgie-panel button:checked {
color: white;
background-color: rgba(230, 235, 238, 0.12);
}
.budgie-panel button:checked:disabled {
color: rgba(255, 255, 255, 0.5);
background-color: rgba(230, 235, 238, 0.06);
}
.budgie-panel button:disabled {
color: rgba(230, 235, 238, 0.5);
background: none;
}
.budgie-panel.horizontal button {
padding: 0 4px;
}
.budgie-panel.vertical button {
padding: 4px 0;
}
.budgie-panel separator {
background-color: rgba(0, 0, 0, 0.15);
}
.budgie-panel .alert {
color: #db5b5b;
}
.budgie-panel #tasklist-button {
padding: 0 4px;
}
.budgie-panel.vertical #tasklist-button {
min-height: 32px;
}
.budgie-panel button.launcher.sidebar-button, .budgie-panel button.launcher.budgie-menu-launcher, .budgie-panel .launcher#tasklist-button, .budgie-panel button.launcher.flat {
padding: 0;
}
.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) {
color: #e6ebee;
}
.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 {
color: #ffffff;
}
.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 {
color: rgba(230, 235, 238, 0.5);
}
.top .budgie-panel #tasklist-button, .budgie-panel .top #tasklist-button, .top .budgie-panel button.flat.launcher, .budgie-panel .top button.flat.launcher {
border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
.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 {
border-image: radial-gradient(circle closest-corner at center calc(1px), #3498db 100%, transparent 0%) 3 0 0 0/3px 0 0 0;
}
.bottom .budgie-panel #tasklist-button, .budgie-panel .bottom #tasklist-button, .bottom .budgie-panel button.flat.launcher, .budgie-panel .bottom button.flat.launcher {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
.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 {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #3498db 100%, transparent 0%) 0 0 3 0/0 0 3px 0;
}
.left .budgie-panel #tasklist-button, .budgie-panel .left #tasklist-button, .left .budgie-panel button.flat.launcher, .budgie-panel .left button.flat.launcher {
border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
.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 {
border-image: radial-gradient(circle closest-corner at calc(1px) center, #3498db 100%, transparent 0%) 0 0 0 3/0 0 0 3px;
}
.right .budgie-panel #tasklist-button, .budgie-panel .right #tasklist-button, .right .budgie-panel button.flat.launcher, .budgie-panel .right button.flat.launcher {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 0%, transparent 0%) 0 0 0 0/0 0 0 0;
}
.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 {
border-image: radial-gradient(circle closest-corner at calc(100% - 1px) center, #3498db 100%, transparent 0%) 0 3 0 0/0 3px 0 0;
}
window#ValaPanel.background button.flat.-panel-button, window#ValaPanel.background button.-panel-button.sidebar-button, window#ValaPanel.background button.-panel-button.budgie-menu-launcher, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button,
window#ValaPanel.background button#tasklist-button.toggle.flat, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher, window#ValaPanel.background .budgie-panel #tasklist-button.toggle, .budgie-panel window#ValaPanel.background #tasklist-button.toggle,
window#ValaPanel.background button.flat.-panel-icon-button, window#ValaPanel.background button.-panel-icon-button.sidebar-button, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button,
button.flat.launcher,
button.launcher.sidebar-button,
button.launcher.budgie-menu-launcher,
.budgie-panel .launcher#tasklist-button,
.budgie-panel button.launcher.flat {
min-width: 16px;
min-height: 16px;
padding: 0;
border-radius: 0;
border: none;
background-position: center center;
}
window#ValaPanel.background button.flat.-panel-button > image, window#ValaPanel.background button.-panel-button.sidebar-button > image, window#ValaPanel.background button.-panel-button.budgie-menu-launcher > image, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button > image, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button > image, window#ValaPanel.background button#tasklist-button.toggle.flat > image, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button > image, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher > image, window#ValaPanel.background .budgie-panel #tasklist-button.toggle > image, .budgie-panel window#ValaPanel.background #tasklist-button.toggle > image, window#ValaPanel.background button.flat.-panel-icon-button > image, window#ValaPanel.background button.-panel-icon-button.sidebar-button > image, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher > image, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button > image, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button > image,
button.flat.launcher > image,
button.launcher.sidebar-button > image,
button.launcher.budgie-menu-launcher > image,
.budgie-panel .launcher#tasklist-button > image,
.budgie-panel button.launcher.flat > image {
opacity: 0.87;
}
window#ValaPanel.background button.flat.-panel-button:hover, window#ValaPanel.background button.-panel-button.sidebar-button:hover, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:hover, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:hover, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:hover,
window#ValaPanel.background button#tasklist-button.toggle.flat:hover, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:hover, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:hover, window#ValaPanel.background .budgie-panel #tasklist-button.toggle:hover, .budgie-panel window#ValaPanel.background #tasklist-button.toggle:hover,
window#ValaPanel.background button.flat.-panel-icon-button:hover, window#ValaPanel.background button.-panel-icon-button.sidebar-button:hover, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:hover, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:hover, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:hover,
button.flat.launcher:hover,
button.launcher.sidebar-button:hover,
button.launcher.budgie-menu-launcher:hover,
.budgie-panel .launcher#tasklist-button:hover {
-gtk-icon-effect: highlight;
}
window#ValaPanel.background button.flat.-panel-button:hover > image, window#ValaPanel.background button.-panel-button.sidebar-button:hover > image, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:hover > image, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:hover > image, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:hover > image, window#ValaPanel.background button#tasklist-button.toggle.flat:hover > image, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:hover > image, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:hover > image, window#ValaPanel.background .budgie-panel #tasklist-button.toggle:hover > image, .budgie-panel window#ValaPanel.background #tasklist-button.toggle:hover > image, window#ValaPanel.background button.flat.-panel-icon-button:hover > image, window#ValaPanel.background button.-panel-icon-button.sidebar-button:hover > image, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:hover > image, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:hover > image, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:hover > image,
button.flat.launcher:hover > image,
button.launcher.sidebar-button:hover > image,
button.launcher.budgie-menu-launcher:hover > image,
.budgie-panel .launcher#tasklist-button:hover > image,
.budgie-panel button.launcher.flat:hover > image {
opacity: 1.0;
}
window#ValaPanel.background button.flat.-panel-button:active > image, window#ValaPanel.background button.-panel-button.sidebar-button:active > image, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:active > image, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:active > image, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:active > image, window#ValaPanel.background button#tasklist-button.toggle.flat:active > image, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:active > image, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:active > image, window#ValaPanel.background .budgie-panel #tasklist-button.toggle:active > image, .budgie-panel window#ValaPanel.background #tasklist-button.toggle:active > image, window#ValaPanel.background button.flat.-panel-icon-button:active > image, window#ValaPanel.background button.-panel-icon-button.sidebar-button:active > image, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:active > image, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:active > image, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:active > image,
button.flat.launcher:active > image,
button.launcher.sidebar-button:active > image,
button.launcher.budgie-menu-launcher:active > image,
.budgie-panel .launcher#tasklist-button:active > image,
.budgie-panel button.launcher.flat:active > image {
opacity: 1.0;
}
window#ValaPanel.background button.flat.-panel-button:checked:hover, window#ValaPanel.background button.-panel-button.sidebar-button:checked:hover, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:checked:hover, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:checked:hover, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:checked:hover,
window#ValaPanel.background button#tasklist-button.toggle.flat:checked:hover, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:checked:hover, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:checked:hover, window#ValaPanel.background .budgie-panel #tasklist-button.toggle:checked:hover, .budgie-panel window#ValaPanel.background #tasklist-button.toggle:checked:hover,
window#ValaPanel.background button.flat.-panel-icon-button:checked:hover, window#ValaPanel.background button.-panel-icon-button.sidebar-button:checked:hover, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:checked:hover, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:checked:hover, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:checked:hover,
button.flat.launcher:checked:hover,
button.launcher.sidebar-button:checked:hover,
button.launcher.budgie-menu-launcher:checked:hover,
.budgie-panel .launcher#tasklist-button:checked:hover {
-gtk-icon-effect: highlight;
}
window#ValaPanel.background button.flat.-panel-button:checked > image, window#ValaPanel.background button.-panel-button.sidebar-button:checked > image, window#ValaPanel.background button.-panel-button.budgie-menu-launcher:checked > image, window#ValaPanel.background .budgie-panel .-panel-button#tasklist-button:checked > image, .budgie-panel window#ValaPanel.background .-panel-button#tasklist-button:checked > image, window#ValaPanel.background button#tasklist-button.toggle.flat:checked > image, window#ValaPanel.background button#tasklist-button.toggle.sidebar-button:checked > image, window#ValaPanel.background button#tasklist-button.toggle.budgie-menu-launcher:checked > image, window#ValaPanel.background .budgie-panel #tasklist-button.toggle:checked > image, .budgie-panel window#ValaPanel.background #tasklist-button.toggle:checked > image, window#ValaPanel.background button.flat.-panel-icon-button:checked > image, window#ValaPanel.background button.-panel-icon-button.sidebar-button:checked > image, window#ValaPanel.background button.-panel-icon-button.budgie-menu-launcher:checked > image, window#ValaPanel.background .budgie-panel .-panel-icon-button#tasklist-button:checked > image, .budgie-panel window#ValaPanel.background .-panel-icon-button#tasklist-button:checked > image,
button.flat.launcher:checked > image,
button.launcher.sidebar-button:checked > image,
button.launcher.budgie-menu-launcher:checked > image,
.budgie-panel .launcher#tasklist-button:checked > image,
.budgie-panel button.launcher.flat:checked > image {
opacity: 1.0;
}
.unpinned button.flat.launcher:hover,
.unpinned button.launcher.sidebar-button:hover,
.unpinned button.launcher.budgie-menu-launcher:hover,
.unpinned .budgie-panel .launcher#tasklist-button:hover,
.budgie-panel .unpinned .launcher#tasklist-button:hover,
.pinned button.flat.launcher.running:hover,
.pinned button.launcher.running.sidebar-button:hover,
.pinned button.launcher.running.budgie-menu-launcher:hover,
.pinned .budgie-panel .launcher.running#tasklist-button:hover,
.budgie-panel .pinned .launcher.running#tasklist-button:hover,
.pinned button.launcher.running.sidebar-button:hover {
-gtk-icon-effect: highlight;
}
.unpinned button.flat.launcher > image,
.unpinned button.launcher.sidebar-button > image,
.unpinned button.launcher.budgie-menu-launcher > image,
.unpinned .budgie-panel .launcher#tasklist-button > image,
.budgie-panel .unpinned .launcher#tasklist-button > image,
.unpinned .budgie-panel button.launcher.flat > image,
.pinned button.flat.launcher.running > image,
.pinned button.launcher.running.sidebar-button > image,
.pinned button.launcher.running.budgie-menu-launcher > image,
.pinned .budgie-panel .launcher.running#tasklist-button > image,
.budgie-panel .pinned .launcher.running#tasklist-button > image,
.pinned .budgie-panel button.launcher.running.flat > image,
.pinned button.launcher.running.sidebar-button > image {
background-repeat: no-repeat;
opacity: 1.0;
}
.unpinned button.flat.launcher:checked > image,
.unpinned button.launcher.sidebar-button:checked > image,
.unpinned button.launcher.budgie-menu-launcher:checked > image,
.unpinned .budgie-panel .launcher#tasklist-button:checked > image,
.budgie-panel .unpinned .launcher#tasklist-button:checked > image,
.unpinned .budgie-panel button.launcher.flat:checked > image,
.pinned button.flat.launcher.running:checked > image,
.pinned button.launcher.running.sidebar-button:checked > image,
.pinned button.launcher.running.budgie-menu-launcher:checked > image,
.pinned .budgie-panel .launcher.running#tasklist-button:checked > image,
.budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
.pinned .budgie-panel button.launcher.running.flat:checked > image,
.pinned button.launcher.running.sidebar-button:checked > image {
background-image: none;
}
.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,
.top .budgie-panel .pinned button.launcher.running.sidebar-button > image,
.top .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
.top .budgie-panel .pinned .launcher.running#tasklist-button > image,
.top .budgie-panel .pinned button.launcher.running.flat > image,
.top .budgie-panel .pinned button.launcher.running.sidebar-button > image {
background-size: 6px 3px;
background-position: top center;
background-image: image(#3498db);
}
.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,
.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
.top .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
.top .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
.top .budgie-panel .pinned button.launcher.running.flat:checked > image,
.top .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
background-image: none;
}
.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,
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image,
.bottom .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
.bottom .budgie-panel .pinned .launcher.running#tasklist-button > image,
.bottom .budgie-panel .pinned button.launcher.running.flat > image,
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button > image {
background-size: 6px 3px;
background-position: bottom center;
background-image: image(#3498db);
}
.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,
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
.bottom .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
.bottom .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
.bottom .budgie-panel .pinned button.launcher.running.flat:checked > image,
.bottom .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
background-image: none;
}
.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,
.left .budgie-panel .pinned button.launcher.running.sidebar-button > image,
.left .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
.left .budgie-panel .pinned .launcher.running#tasklist-button > image,
.left .budgie-panel .pinned button.launcher.running.flat > image,
.left .budgie-panel .pinned button.launcher.running.sidebar-button > image {
background-size: 3px 6px;
background-position: left center;
background-image: image(#3498db);
}
.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,
.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
.left .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
.left .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
.left .budgie-panel .pinned button.launcher.running.flat:checked > image,
.left .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
background-image: none;
}
.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,
.right .budgie-panel .pinned button.launcher.running.sidebar-button > image,
.right .budgie-panel .pinned button.launcher.running.budgie-menu-launcher > image,
.right .budgie-panel .pinned .launcher.running#tasklist-button > image,
.right .budgie-panel .pinned button.launcher.running.flat > image,
.right .budgie-panel .pinned button.launcher.running.sidebar-button > image {
background-size: 3px 6px;
background-position: right center;
background-image: image(#3498db);
}
.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,
.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image,
.right .budgie-panel .pinned button.launcher.running.budgie-menu-launcher:checked > image,
.right .budgie-panel .pinned .launcher.running#tasklist-button:checked > image,
.right .budgie-panel .pinned button.launcher.running.flat:checked > image,
.right .budgie-panel .pinned button.launcher.running.sidebar-button:checked > image {
background-image: none;
}
box: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 {
border-image: none;
}
frame.raven-frame > border {
border: none;
box-shadow: none;
}
.top .shadow-block {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
}
.bottom .shadow-block {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
}
.left .shadow-block {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
}
.right .shadow-block {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.08), transparent);
}
.raven {
background-color: #f7f7f7;
}
.raven > box {
margin-bottom: -10px;
}
.raven > stack {
margin-bottom: -10px;
}
.raven stackswitcher {
padding: 0 8px 12px 8px;
}
.raven .raven-header {
min-height: 36px;
padding: 3px;
}
.raven .raven-header:not(.top) {
margin-top: -6px;
}
.raven .raven-header:not(.top) button {
min-height: 28px;
min-width: 28px;
margin: 0;
padding: 0;
}
.raven .raven-header:not(.top) button.image-button {
border-radius: 100px;
-gtk-outline-radius: 100px;
}
.raven .raven-header.top {
padding: 2px 12px;
background-color: #1b1d24;
color: #e6ebee;
}
.raven .raven-header.top stackswitcher {
padding: 0;
margin: 0;
}
.raven .raven-header.top stackswitcher button {
margin: 4px 0;
padding: 2px 16px;
min-height: 16px;
border: none;
background-color: #313441;
color: #e6ebee;
}
.raven .raven-header.top stackswitcher button:hover {
background-color: #3c4050;
box-shadow: none;
}
.raven .raven-header.top stackswitcher button:active, .raven .raven-header.top stackswitcher button:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
.raven .raven-header.top stackswitcher button:disabled {
color: rgba(230, 235, 238, 0.4);
}
.raven .raven-header.top stackswitcher button:disabled label {
color: rgba(230, 235, 238, 0.4);
}
.raven .raven-header.top button.image-button:dir(ltr) {
margin-right: 2px;
}
.raven .raven-header.top button.image-button:dir(rtl) {
margin-left: 2px;
}
.raven .raven-header.top > image {
margin: 0 8px;
}
.raven .raven-header.top > label {
margin: 0 -8px;
font-weight: bold;
}
.raven .raven-header.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.raven viewport.frame .raven-header {
margin-top: -8px;
}
.raven .expander-button {
border-radius: 100px;
-gtk-outline-radius: 100px;
}
.raven .raven-background {
border-style: solid none;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.15);
background-color: #ffffff;
}
.raven .raven-background.middle {
border-bottom-style: none;
}
.raven .raven-background.frame {
border-style: solid none;
}
.raven .raven-background > overlay > widget > image {
color: alpha(currentColor,0.12);
}
.raven .raven-background grid > label:first-child {
min-height: 26px;
}
.raven scrolledwindow.raven-background {
border-bottom-style: none;
}
.raven .raven-header.top + .raven-background {
border-style: none;
background-color: #3498db;
color: #ffffff;
}
.raven .raven-header.top + .raven-background stackswitcher button {
margin: -4px 0;
}
.raven .powerstrip button.image-button {
min-height: 28px;
min-width: 28px;
margin: 0 4px;
padding: 6px;
}
.raven .option-subtitle {
font-size: smaller;
}
calendar.raven-calendar {
margin: 2px 0;
padding: 2px;
border-style: none;
background-color: transparent;
}
calendar.raven-calendar:selected {
border-radius: 3px;
background-color: #3498db;
}
.raven-mpris {
background-color: rgba(0, 0, 0, 0.5);
color: #ffffff;
}
.raven-mpris label {
min-height: 24px;
}
.raven-mpris button.image-button {
padding: 8px 7px;
border: none;
border-radius: 100px;
}
box.vertical > stack > box.vertical > .raven-background > viewport.frame {
padding: 0;
}
box.vertical > stack > box.vertical > .raven-background > viewport.frame list {
background-color: transparent;
}
box.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 {
margin-left: -8px;
margin-right: -2px;
background-color: transparent;
}
box.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 > *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > box.vertical *,
textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview > box.vertical *,
.geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar > box.vertical *,
.nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview > box.vertical *,
.budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button > box.vertical *,
.panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list > box.vertical * {
color: #2b2f3b;
}
box.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 {
padding-left: 8px;
}
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 {
margin: 8px;
}
box.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 {
padding: 0;
}
box.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 {
color: white;
}
box.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 {
border-radius: 2px;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
box.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 {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
box.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 {
border-bottom: none;
}
box.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 {
background-color: rgba(43, 47, 59, 0.06);
}
box.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 {
padding: 0 16px;
}
box.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 {
padding: 0;
}
box.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 {
background-color: rgba(52, 152, 219, 0.75);
}
box.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 > *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > row.activatable:selected > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > box.vertical *,
textview box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > text:selected > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > iconview:selected > box.vertical *,
.geary-sidebar-pane-separator frame.geary-folder-frame box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar:selected > box.vertical *,
.nemo-window .nemo-places-sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .places-treeview:selected > box.vertical *,
.budgie-menu box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > button:selected > box.vertical *,
.panel popover .sidebar box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > .view:selected > box.vertical *,
box.vertical > stack > box.vertical > .raven-background > viewport.frame > list > treeview.view.sidebar.source-list:selected > box.vertical * {
color: #ffffff;
}
box.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 {
border: none;
}
box.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 {
background-color: rgba(255, 255, 255, 0.25);
}
box.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 {
background-color: rgba(255, 255, 255, 0.35);
}
box.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 {
border: 1px solid rgba(255, 255, 255, 0.12);
}
box.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 {
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
box.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 {
border-bottom: none;
}
box.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 {
background-color: rgba(52, 152, 219, 0.65);
}
.budgie-notification-window, .budgie-osd-window, .budgie-switcher-window {
background-color: transparent;
background-image: none;
border-radius: 2px;
}
.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.4);
}
.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(93, 99, 123, 0.5);
}
.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 {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
.budgie-notification-window button:disabled, .budgie-osd-window button:disabled, .budgie-switcher-window button:disabled {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
}
.budgie-notification-window .linked:not(.vertical) > entry + entry, .budgie-osd-window .linked:not(.vertical) > entry + entry, .budgie-switcher-window .linked:not(.vertical) > entry + entry {
border-left-color: rgba(207, 214, 230, 0.3);
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry + entry.error,
.budgie-osd-window .linked:not(.vertical) > entry + entry.error,
.budgie-switcher-window .linked:not(.vertical) > entry + entry.error {
border-left-color: #FC4138;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry + entry.warning,
.budgie-osd-window .linked:not(.vertical) > entry + entry.warning,
.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning {
border-left-color: #F27835;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry.warning + entry.error,
.budgie-osd-window .linked:not(.vertical) > entry.warning + entry.error,
.budgie-switcher-window .linked:not(.vertical) > entry.warning + entry.error {
border-left-color: #f75d37;
}
.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),
.budgie-notification-window .linked:not(.vertical) > entry + entry:focus:last-child,
.budgie-osd-window .linked:not(.vertical) > entry + entry:focus:last-child,
.budgie-switcher-window .linked:not(.vertical) > entry + entry:focus:last-child {
border-left-color: #3498db;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
.budgie-osd-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
.budgie-switcher-window .linked:not(.vertical) > entry:focus:not(:only-child) + button,
.budgie-notification-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo,
.budgie-osd-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo,
.budgie-switcher-window .linked:not(.vertical) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #3498db;
}
.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),
.budgie-notification-window .linked:not(.vertical) > entry + entry:drop(active):last-child,
.budgie-osd-window .linked:not(.vertical) > entry + entry:drop(active):last-child,
.budgie-switcher-window .linked:not(.vertical) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + button,
.budgie-notification-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
.budgie-osd-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo,
.budgie-switcher-window .linked:not(.vertical) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #F08437;
}
.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),
.budgie-notification-window .linked:not(.vertical) > entry + entry.warning:focus:last-child,
.budgie-osd-window .linked:not(.vertical) > entry + entry.warning:focus:last-child,
.budgie-switcher-window .linked:not(.vertical) > entry + entry.warning:focus:last-child {
border-left-color: #F27835;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
.budgie-osd-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + button,
.budgie-notification-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
.budgie-osd-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo,
.budgie-switcher-window .linked:not(.vertical) > entry.warning:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.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),
.budgie-notification-window .linked:not(.vertical) > entry + entry.error:focus:last-child,
.budgie-osd-window .linked:not(.vertical) > entry + entry.error:focus:last-child,
.budgie-switcher-window .linked:not(.vertical) > entry + entry.error:focus:last-child {
border-left-color: #FC4138;
}
.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,
.budgie-notification-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
.budgie-osd-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
.budgie-switcher-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + button,
.budgie-notification-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
.budgie-osd-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo,
.budgie-switcher-window .linked:not(.vertical) > entry.error:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #FC4138;
}
.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,
.budgie-notification-window .linked:not(.vertical) > button:checked + entry,
.budgie-osd-window .linked:not(.vertical) > button:checked + entry,
.budgie-switcher-window .linked:not(.vertical) > button:checked + entry {
border-left-color: #3498db;
}
.budgie-notification-window .linked:not(.vertical) > button + button, .budgie-osd-window .linked:not(.vertical) > button + button, .budgie-switcher-window .linked:not(.vertical) > button + button {
border-left-style: none;
}
.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),
.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),
.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),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0.4);
}
.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),
.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),
.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),
.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) {
box-shadow: inset 1px 0 rgba(3, 3, 4, 0);
}
.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,
.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.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,
.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,
.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,
.budgie-notification-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.budgie-osd-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.budgie-switcher-window .linked:not(.vertical) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.budgie-notification-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-osd-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-switcher-window .linked:not(.vertical) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-notification-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-osd-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-switcher-window .linked:not(.vertical) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-notification-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-osd-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-switcher-window .linked:not(.vertical) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-notification-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-osd-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-switcher-window .linked:not(.vertical) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.budgie-notification-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.budgie-osd-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.budgie-switcher-window .linked:not(.vertical) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) {
box-shadow: none;
}
.budgie-notification .notification-title, .budgie-switcher .notification-title {
font-size: 120%;
}
.budgie-osd .budgie-osd-text {
font-size: 120%;
}
.drop-shadow {
margin: 5px 9px;
padding: 8px;
border-radius: 2px;
box-shadow: 0 5px 5px 0 transparent, 0 8px 15px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.25);
background-color: #1b1d24;
color: #e6ebee;
}
.drop-shadow .linked > button {
border-radius: 2px;
}
.budgie-session-dialog,
.budgie-polkit-dialog, .budgie-run-dialog {
border-radius: 2px;
background-color: #f7f7f7;
}
.background.budgie-session-dialog,
.background.budgie-polkit-dialog, .background.budgie-run-dialog {
border-radius: 2px;
}
.budgie-session-dialog decoration, .budgie-polkit-dialog decoration, .budgie-run-dialog decoration {
border-radius: 2px;
}
.budgie-session-dialog label:not(:last-child),
.budgie-session-dialog .dialog-title,
.budgie-polkit-dialog label:not(:last-child),
.budgie-polkit-dialog .dialog-title {
font-size: 120%;
}
.budgie-session-dialog .linked.horizontal > button,
.budgie-polkit-dialog .linked.horizontal > button {
padding: 8px 16px;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
}
.budgie-session-dialog .linked.horizontal > button:active, .budgie-session-dialog .linked.horizontal > button:checked,
.budgie-polkit-dialog .linked.horizontal > button:active,
.budgie-polkit-dialog .linked.horizontal > button:checked {
transition: background-color 0.00001s 0.3s;
animation: ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.budgie-session-dialog .linked.horizontal > button:first-child,
.budgie-polkit-dialog .linked.horizontal > button:first-child {
border-bottom-left-radius: 2px;
}
.budgie-session-dialog .linked.horizontal > button:last-child,
.budgie-polkit-dialog .linked.horizontal > button:last-child {
border-bottom-right-radius: 2px;
}
.budgie-session-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover,
.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):hover {
background-color: alpha(#2b2f3b,0.06);
border-color: rgba(0, 0, 0, 0.15);
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.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,
.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):active,
.budgie-polkit-dialog .linked.horizontal > button:not(.suggested-action):not(.destructive-action):checked {
color: #2b2f3b;
background-color: alpha(#2b2f3b,0.1);
border-color: rgba(0, 0, 0, 0.15);
}
.budgie-polkit-dialog .message {
color: alpha(currentColor,0.6);
}
.budgie-polkit-dialog .failure {
color: #db5b5b;
}
.budgie-run-dialog {
background-color: #ffffff;
}
.budgie-run-dialog entry.search {
font-size: 120%;
padding: 6px 12px;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.13);
background-color: transparent;
}
.budgie-run-dialog list .dim-label, .budgie-run-dialog list label.separator, .budgie-run-dialog list headerbar .subtitle, headerbar .budgie-run-dialog list .subtitle,
.budgie-run-dialog list .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 {
opacity: 1;
}
.budgie-run-dialog scrolledwindow {
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.budgie-panel box.titlebar {
min-width: 20px;
min-height: 20px;
border-radius: 0;
background: unset;
box-shadow: none;
border: none;
}
.budgie-panel box.titlebar > widget > label {
color: #e6ebee;
}
.budgie-panel box.titlebar.horizontal {
padding: 0 3px;
}
.budgie-panel box.titlebar.horizontal > widget > label:dir(ltr) {
padding-right: 3px;
}
.budgie-panel box.titlebar.horizontal > widget > label:dir(rtl) {
padding-left: 3px;
}
.budgie-panel box.titlebar.horizontal > button.image-button.titlebutton {
padding: 0 3px;
}
/*****************
* Xfce4 Desktop *
*****************/
.mate-panel-menu-bar button:not(#tasklist-button),
panel-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 {
color: #e6ebee;
border-radius: 0;
border: none;
background-color: transparent;
}
.mate-panel-menu-bar button:hover:not(:active):not(:checked):not(#tasklist-button),
panel-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) {
color: #ffffff;
box-shadow: inset 0 -2px rgba(52, 152, 219, 0.5);
}
.mate-panel-menu-bar button:checked:not(#tasklist-button),
panel-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 {
color: #ffffff;
box-shadow: inset 0 -2px #3498db;
}
.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 {
color: inherit;
}
.mate-panel-menu-bar button:active:not(#tasklist-button),
panel-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 {
background-color: rgba(255, 255, 255, 0.12);
color: #ffffff;
box-shadow: inset 0 -2px #3498db;
}
.xfce4-panel.panel {
background-color: #1b1d24;
text-shadow: none;
-gtk-icon-shadow: none;
border: none;
}
.XfceHeading {
border: 0 none transparent;
background-color: #f7f7f7;
color: #2b2f3b;
}
.xfce4-panel {
background-color: #1b1d24;
color: #e6ebee;
font-weight: 700;
text-shadow: none;
-gtk-icon-shadow: none;
}
.xfce4-panel,
.xfce4-panel frame > border {
border: none;
}
.xfce4-panel#XfcePanelWindow {
border: none;
}
.xfce4-panel#XfcePanelWindow, .xfce4-panel#XfcePanelWindow.marching-ants {
transition: none;
}
.xfce4-panel button {
font-weight: 700;
}
.xfce4-panel button#launcher-arrow:hover, .xfce4-panel button#launcher-arrow + button.toggle:hover {
box-shadow: none;
}
.xfce4-panel button#launcher-arrow + button.toggle:checked {
color: #3498db;
box-shadow: none;
}
.xfce4-panel button#xfce4-notification-plugin {
padding: 0 1px;
}
.xfce4-panel menu {
font-weight: 400;
text-shadow: none;
-gtk-icon-effect: none;
}
.xfce4-panel widget.tasklist > button.toggle {
font-weight: 400;
}
window#XfcePanelWindow.background.panel.xfce4-panel {
border: none;
}
window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager {
background-color: rgba(255, 255, 255, 0.1);
border: none;
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}
window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:hover {
background-color: rgba(255, 255, 255, 0.25);
}
window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:active, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:checked, window#XfcePanelWindow.background.panel.xfce4-panel > widget wnck-pager:selected {
background-color: rgba(255, 255, 255, 0.35);
}
XfdesktopIconView.view {
border-radius: 2px;
background: transparent;
color: #ffffff;
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);
}
XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
background-color: #3498db;
color: #ffffff;
text-shadow: none;
}
window#whiskermenu-window scrolledwindow scrollbar {
border-color: #17181e;
}
window#whiskermenu-window scrolledwindow scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
background-color: #e6ebee;
border: 1px solid rgba(0, 0, 0, 0.2);
}
window#whiskermenu-window scrolledwindow scrollbar slider {
background-color: rgba(255, 255, 255, 0.65);
}
window#whiskermenu-window scrolledwindow scrollbar slider:hover {
background-color: white;
}
window#whiskermenu-window scrolledwindow scrollbar slider:hover:active {
background-color: #3498db;
}
window#whiskermenu-window scrolledwindow scrollbar slider:disabled {
background-color: transparent;
}
window#whiskermenu-window scrolledwindow scrollbar trough {
background-color: rgba(0, 0, 0, 0.08);
}
window#whiskermenu-window {
background-color: #1b1d24;
color: #e6ebee;
}
window#whiskermenu-window > frame > border {
border-radius: 0;
}
window#whiskermenu-window button {
background-color: transparent;
color: #e6ebee;
background-clip: padding-box;
}
window#whiskermenu-window button:hover {
background-color: rgba(230, 235, 238, 0.12);
color: #ffffff;
border-color: rgba(0, 0, 0, 0.2);
}
window#whiskermenu-window button:checked, window#whiskermenu-window button:active {
background-color: #3498db;
color: #ffffff;
border-color: rgba(0, 0, 0, 0.2);
}
window#whiskermenu-window button:disabled {
color: rgba(230, 235, 238, 0.45);
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(27, 29, 36, 0.45);
}
window#whiskermenu-window entry {
background-color: rgba(230, 235, 238, 0.1);
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.2);
}
window#whiskermenu-window entry image {
color: #bdc2c6;
}
window#whiskermenu-window entry:focus {
border-color: #3498db;
}
window#whiskermenu-window entry:focus image {
color: #3498db;
}
window#whiskermenu-window entry:disabled {
color: rgba(230, 235, 238, 0.45);
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(27, 29, 36, 0.45);
}
window#whiskermenu-window entry:disabled image {
color: rgba(230, 235, 238, 0.45);
}
window#whiskermenu-window scrolledwindow treeview.view {
background-color: rgba(38, 41, 51, 0.9);
color: #e6ebee;
}
window#whiskermenu-window scrolledwindow treeview.view:selected:hover {
background-color: #313441;
color: #e6ebee;
}
window.thunar paned.horizontal > separator {
background: none;
}
window.thunar .sidebar {
border: none;
}
window.thunar .sidebar treeview.view {
background-color: rgba(48, 52, 62, 0.95);
color: #e6ebee;
}
window.thunar .sidebar treeview.view:hover {
background-color: rgba(59, 64, 76, 0.95);
box-shadow: none;
}
window.thunar toolbar#location-toolbar, window.thunar #location-toolbar.inline-toolbar {
background-color: #1b1d24;
color: #e6ebee;
}
window.thunar toolbar#location-toolbar entry, window.thunar #location-toolbar.inline-toolbar entry {
min-height: 0;
}
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 {
margin: 0;
padding: 2px 4px 4px 4px;
}
window.thunar notebook stack > scrolledwindow.frame.standard-view {
border-top-width: 0;
border-right-width: 0;
}
window.thunar notebook header.top tab.reorderable-page > box > label {
min-height: 0;
}
/**********************
* Elementary Desktop *
**********************/
.panel {
background-color: #1b1d24;
transition: all 100ms ease-in-out;
color: #e6ebee;
font-weight: bold;
}
.panel.maximized {
background-color: black;
}
.panel.translucent {
background-color: #1b1d24;
}
menubar .panel,
.panel menubar {
box-shadow: none;
border: none;
background: none;
color: #e6ebee;
}
.panel-shadow {
background-image: none;
background-color: transparent;
}
.panel .menu {
box-shadow: none;
}
.panel .menu .menuitem {
font-weight: normal;
}
.panel .menubar > .menuitem {
padding: 3px 6px;
}
.panel .menubar > .menuitem:hover {
background-color: transparent;
}
.panel popover {
padding: 2px 4px;
font-weight: normal;
border: 1px solid rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.panel popover button {
font-weight: normal;
background-color: transparent;
}
.panel popover button:active label, .panel popover button:checked label {
color: white;
}
.panel popover .linked > button {
border-color: rgba(0, 0, 0, 0.15);
}
.panel popover list {
background-color: transparent;
}
.panel popover separator.horizontal {
margin: 0 -4px;
}
.panel popover separator.vertical {
background-image: image(rgba(0, 0, 0, 0.15));
margin: 0 2px;
}
.panel popover .sidebar {
border-style: none;
background: none;
}
.panel popover .sidebar .view {
background: none;
border-radius: 2px;
}
.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 {
color: #ffffff;
background-color: #3498db;
}
button.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 {
color: #3498db;
}
.circular label:disabled {
color: rgba(43, 47, 59, 0.55);
}
.circular.accent {
color: #ffffff;
background-color: #3498db;
}
.panel-app-button > GtkWidget > GtkWidget:first-child {
padding: 0 2px 0 4px;
}
.panel .menu .spinner,
.menu .spinner {
opacity: 1;
}
.composited-indicator {
background-color: transparent;
color: #e6ebee;
padding: 0 6px;
}
.composited-indicator > revealer label,
.composited-indicator > revealer image,
.composited-indicator > revealer spinner {
color: #e6ebee;
font-weight: bold;
text-shadow: none;
transition: all 200ms ease-in-out;
}
.composited-indicator .keyboard {
background-color: #fff;
border-radius: 2px;
box-shadow: none;
color: #333;
font-weight: 600;
padding: 0 3px;
text-shadow: none;
}
.composited-indicator > GtkWidget > GtkWidget:first-child {
padding: 0 2px;
}
.composited-indicator .menuitem:active, .composited-indicator .menuitem:hover {
border-style: none;
}
.composited-indicator > .popup > .menu {
padding-top: 8px;
padding-bottom: 8px;
}
BirdieWidgetsTweetList * {
background-image: none;
background-color: transparent;
}
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #3498db;
outline-color: transparent;
}
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
background-color: transparent;
}
MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
outline-color: transparent;
}
.marlin-pathbar.pathbar {
border-radius: 3px;
padding-left: 4px;
padding-right: 4px;
color: #e6ebee;
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.4);
}
.marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover {
color: inherit;
}
.marlin-pathbar.pathbar:focus {
color: white;
border-color: #3498db;
background-color: rgba(62, 67, 83, 0.4);
}
.marlin-pathbar.pathbar:disabled {
color: rgba(230, 235, 238, 0.55);
border-color: rgba(1, 1, 1, 0.4);
background-color: rgba(75, 81, 100, 0.25);
}
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #3498db;
}
treeview.view.sidebar {
color: #e6ebee;
background-color: rgba(48, 52, 62, 0.95);
}
treeview.view.sidebar.source-list {
padding-top: 3px;
padding-bottom: 3px;
}
.dynamic-notebook notebook iconview.view.cell:selected {
background-color: rgba(0, 0, 0, 0.1);
}
headerbar.titlebar entry.pathbar {
min-height: 0;
}
headerbar.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 {
min-height: 0;
padding-top: 0;
padding-bottom: 0;
margin-top: 9px;
margin-bottom: 10px;
}
headerbar.titlebar > grid.linked.horizontal.format-bar {
background-image: image(#1b1d24);
}
popover radiobutton.color-button.color-light, popover radiobutton.color-button.color-dark, popover radiobutton.color-button.color-white {
border: 1px solid rgba(0, 0, 0, 0.15);
}
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
border-radius: 3px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to bottom, white, white);
background-color: transparent;
}
.gala-notification .title, .gala-notification .label {
color: #5c616c;
}
actionbar.inline-toolbar {
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.15);
}
actionbar.inline-toolbar button {
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
actionbar.inline-toolbar button:first-child {
border-right-style: solid;
}
actionbar.inline-toolbar button:last-child {
border-left-style: solid;
}
scale.warmth trough {
background-image: linear-gradient(to right, #4146d1, #db5b5b);
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
}
#panel_window {
background-color: #1b1d24;
color: #e6ebee;
font-weight: bold;
box-shadow: inset 0 -1px #0c0d10;
}
#panel_window menubar {
padding-left: 5px;
}
#panel_window menubar, #panel_window menubar > menuitem {
background-color: transparent;
color: #e6ebee;
font-weight: bold;
}
#panel_window menubar menuitem:disabled {
color: rgba(230, 235, 238, 0.5);
}
#panel_window menubar menuitem:disabled label {
color: inherit;
}
#panel_window menubar menu > menuitem {
font-weight: normal;
}
#login_window,
#shutdown_dialog,
#restart_dialog {
font-weight: normal;
border-style: none;
background-color: transparent;
color: #2b2f3b;
}
#content_frame {
padding-bottom: 14px;
background-color: #f7f7f7;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border: solid rgba(0, 0, 0, 0.1);
border-width: 1px 1px 0 1px;
}
#content_frame button {
color: #2b2f3b;
border-color: #cfd6e6;
background-color: #fcfcfc;
}
#content_frame button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
#content_frame button:disabled label, #content_frame button:disabled {
color: rgba(43, 47, 59, 0.55);
}
#buttonbox_frame {
padding-top: 20px;
padding-bottom: 0px;
border-style: none;
background-color: #1d1f27;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: solid rgba(0, 0, 0, 0.1);
border-width: 0 1px 1px 1px;
box-shadow: inset 0 1px rgba(48, 52, 62, 0.95);
}
#buttonbox_frame button {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.4);
}
#buttonbox_frame button:hover {
color: #e6ebee;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(93, 99, 123, 0.5);
}
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
border-color: rgba(3, 3, 4, 0.4);
background-color: #3498db;
}
#buttonbox_frame button:disabled {
color: #595c63;
border-color: rgba(3, 3, 4, 0.4);
background-color: rgba(77, 83, 103, 0.25);
}
#login_window #user_combobox {
color: #2b2f3b;
font-size: 13px;
}
#login_window #user_combobox menu {
font-weight: normal;
}
#user_image {
padding: 3px;
border-radius: 2px;
}
#shutdown_button.button {
background-clip: border-box;
color: green;
background-color: #db5b5b;
border-color: #db5b5b;
}
#shutdown_button.button:hover {
background-clip: border-box;
color: green;
background-color: #e48585;
border-color: #e48585;
}
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: green;
background-color: #d23131;
border-color: #d23131;
}
#restart_button.button {
background-clip: border-box;
color: green;
background-color: #4146d1;
border-color: #4146d1;
}
#restart_button.button:hover {
background-clip: border-box;
color: green;
background-color: #6a6edb;
border-color: #6a6edb;
}
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: green;
background-color: #2b30b4;
border-color: #2b30b4;
}
#greeter_infobar {
border-bottom-width: 0;
font-weight: bold;
}
.overlay-bar {
background-color: #3498db;
border-color: #3498db;
border-radius: 2px;
padding: 3px 6px;
margin: 3px;
}
.overlay-bar label {
color: #ffffff;
}
GraniteWidgetsThinPaned {
background-color: transparent;
background-image: none;
margin: 0;
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(0, 0, 0, 0.15);
}
GraniteWidgetsPopOver .frame,
GraniteWidgetsStaticNotebook .frame {
border: none;
}
.help_button {
border-radius: 100px;
padding: 3px 9px;
}
toolbar.secondary-toolbar, .secondary-toolbar.inline-toolbar {
padding: 3px;
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
toolbar.secondary-toolbar button, .secondary-toolbar.inline-toolbar button {
padding: 0 3px 0 3px;
}
toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar {
padding: 5px;
border-width: 1px 0 0 0;
border-style: solid;
border-color: rgba(0, 0, 0, 0.15);
background-color: #f7f7f7;
}
toolbar.bottom-toolbar button, .bottom-toolbar.inline-toolbar button {
padding: 2px 3px 2px 3px;
}
.source-list {
-GtkTreeView-horizontal-separator: 1px;
-GtkTreeView-vertical-separator: 6px;
}
.source-list,
.source-list.view {
background-color: #f7f7f7;
color: #2b2f3b;
-gtk-icon-style: regular;
}
.source-list.category-expander {
color: transparent;
}
.source-list.view:hover {
background-color: white;
}
.source-list.view:selected,
.source-list.view:hover:selected,
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #3498db;
}
.source-list scrollbar,
.source-list junction {
border-image: none;
border-color: transparent;
background-color: #f7f7f7;
background-image: none;
}
.source-list.badge,
.source-list.badge:hover,
.source-list.badge:selected,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #3498db;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
margin: 0 3px;
border-width: 0;
}
.source-list.badge:selected,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #3498db;
}
.source-list.category-expander {
color: #2b2f3b;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
-GtkTreeView-expander-size: 16;
}
.source-list.category-expander,
.source-list.category-expander:backdrop {
color: transparent;
border: none;
}
.source-list.category-expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
GraniteWidgetsWelcome {
background-color: #ffffff;
}
GraniteWidgetsWelcome label {
color: #919399;
font-size: 11px;
text-shadow: none;
}
GraniteWidgetsWelcome .h1,
GraniteWidgetsWelcome .h3 {
color: rgba(43, 47, 59, 0.8);
}
.help_button {
border-radius: 0;
}
GraniteWidgetsPopOver {
-GraniteWidgetsPopOver-arrow-width: 21;
-GraniteWidgetsPopOver-arrow-height: 10;
-GraniteWidgetsPopOver-border-radius: 2px;
-GraniteWidgetsPopOver-border-width: 1;
-GraniteWidgetsPopOver-shadow-size: 12;
border: 1px solid rgba(0, 0, 0, 0.3);
margin: 0;
}
.popover_bg {
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
border: 1px solid rgba(0, 0, 0, 0.3);
}
GraniteWidgetsPopOver .sidebar.view,
GraniteWidgetsPopOver * {
background-color: transparent;
}
GraniteWidgetsXsEntry entry {
padding: 4px;
}
.h1 {
font-size: 24px;
}
.h2 {
font-size: 18px;
}
.h3 {
font-size: 11px;
}
.h4,
.category-label {
color: #6a6c75;
font-weight: 600;
}
.h4 {
padding-bottom: 6px;
padding-top: 6px;
}
GtkListBox .h4 {
padding-left: 6px;
}
filechooser paned > separator,
.nautilus-window paned > separator {
background-image: linear-gradient(to bottom, rgba(48, 52, 62, 0.95), rgba(48, 52, 62, 0.95));
}
filechooser paned > separator:dir(ltr),
.nautilus-window paned > separator:dir(ltr) {
margin-left: -1px;
}
filechooser paned > separator:dir(rtl),
.nautilus-window paned > separator:dir(rtl) {
margin-right: -1px;
}
filechooser.csd.background, filechooser placessidebar list,
.nautilus-window.csd.background,
.nautilus-window placessidebar list {
background-color: transparent;
}
filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar {
background-color: rgba(48, 52, 62, 0.95);
}
filechooser placessidebar.sidebar row.sidebar-row,
.nautilus-window placessidebar.sidebar row.sidebar-row {
border: none;
color: #e6ebee;
}
filechooser placessidebar.sidebar row.sidebar-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row .sidebar-icon {
color: rgba(230, 235, 238, 0.6);
}
filechooser placessidebar.sidebar row.sidebar-row.has-open-popup, filechooser placessidebar.sidebar row.sidebar-row:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup,
.nautilus-window placessidebar.sidebar row.sidebar-row:hover {
background-color: rgba(230, 235, 238, 0.15);
box-shadow: inset 3px 0 #5faee3;
}
filechooser placessidebar.sidebar row.sidebar-row:disabled, filechooser placessidebar.sidebar row.sidebar-row:disabled label, filechooser placessidebar.sidebar row.sidebar-row:disabled image,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled label,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled image {
color: rgba(230, 235, 238, 0.4);
}
filechooser 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,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected.has-open-popup .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover .sidebar-icon {
color: inherit;
}
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button {
color: #e6ebee;
}
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:hover {
color: #e6ebee;
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(230, 235, 238, 0.12);
}
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5;
}
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #3498db;
}
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit;
}
filechooser placessidebar.sidebar row.sidebar-row:backdrop,
.nautilus-window placessidebar.sidebar row.sidebar-row:backdrop {
opacity: 0.75;
}
filechooser 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,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled),
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) label,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled) .sidebar-icon {
color: #F08437;
}
filechooser placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected {
background-color: #F08437;
}
filechooser 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,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected label,
.nautilus-window placessidebar.sidebar row.sidebar-row:drop(active):not(:disabled):selected .sidebar-icon {
color: #ffffff;
}
filechooser placessidebar.sidebar separator,
.nautilus-window placessidebar.sidebar separator {
background-color: transparent;
}
filechooser.maximized placessidebar.sidebar,
.nautilus-window.maximized placessidebar.sidebar {
background-color: #30343e;
}
.nemo-window .sidebar {
color: #e6ebee;
background-color: rgba(48, 52, 62, 0.95);
}
.nemo-window .sidebar .view, .nemo-window .sidebar row {
background-color: transparent;
color: #e6ebee;
}
.nemo-window .sidebar .view:hover, .nemo-window .sidebar row:hover {
background-color: rgba(230, 235, 238, 0.15);
}
.nemo-window .sidebar .view:selected .sidebar-icon, .nemo-window .sidebar .view:selected:hover .sidebar-icon, .nemo-window .sidebar row:selected .sidebar-icon, .nemo-window .sidebar row:selected:hover .sidebar-icon {
color: inherit;
}
.nemo-window .sidebar .view.expander, .nemo-window .sidebar row.expander {
color: rgba(144, 148, 154, 0.975);
}
.nemo-window .sidebar .view.expander:hover, .nemo-window .sidebar row.expander:hover {
color: #e6ebee;
}
.nemo-window .sidebar separator {
background-color: transparent;
}
.caja-side-pane,
.caja-side-pane > notebook > stack > widget > box,
.caja-side-pane text,
.caja-side-pane treeview {
color: #2b2f3b;
caret-color: #2b2f3b;
background-color: #f7f7f7;
}
.caja-side-pane > box button:not(:active):not(:checked) {
color: #2b2f3b;
}
.caja-side-pane .frame {
border-color: rgba(0, 0, 0, 0.15);
}
.caja-side-pane junction {
background-color: #eaeaea;
}
filechooser actionbar {
color: #2b2f3b;
background-color: #f7f7f7;
border-color: rgba(0, 0, 0, 0.15);
}
filechooser actionbar label, filechooser actionbar combobox {
color: #2b2f3b;
}
.gedit-bottom-panel-paned {
background-color: #ffffff;
}
.gedit-side-panel-paned > separator {
background-image: linear-gradient(to bottom, rgba(48, 52, 62, 0.95), rgba(48, 52, 62, 0.95));
}
.gedit-bottom-panel-paned > separator {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}
.gedit-document-panel {
background-color: rgba(48, 52, 62, 0.95);
}
.maximized .gedit-document-panel {
background-color: #30343e;
}
.gedit-document-panel row {
color: #e6ebee;
background-color: rgba(230, 235, 238, 0);
}
.gedit-document-panel row:hover {
background-color: rgba(230, 235, 238, 0.15);
}
.gedit-document-panel row:active {
color: #ffffff;
background-color: #3498db;
}
.gedit-document-panel row:active button {
color: #ffffff;
}
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #3498db;
}
.gedit-document-panel row:hover:not(:selected) button:active {
color: #e6ebee;
}
filechooser actionbar button {
color: #2b2f3b;
border-color: #cfd6e6;
background-color: #fcfcfc;
}
.caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover {
color: #0b0c0f;
border-color: #bec8dd;
background-color: white;
}
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
border-color: #3498db;
background-color: #3498db;
}
filechooser actionbar button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(252, 252, 252, 0.55);
}
filechooser actionbar button:disabled label, filechooser actionbar button:disabled {
color: rgba(43, 47, 59, 0.55);
}
filechooser actionbar entry {
color: #2e313d;
border-color: #cfd6e6;
background-color: #ffffff;
}
filechooser actionbar entry:focus {
color: #2e313d;
border-color: #3498db;
background-color: #ffffff;
}
filechooser actionbar entry:disabled {
color: rgba(43, 47, 59, 0.55);
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(255, 255, 255, 0.55);
}
window.thunar .sidebar scrollbar, filechooser placessidebar.sidebar scrollbar,
.nautilus-window placessidebar.sidebar scrollbar, .nemo-window .sidebar scrollbar, .caja-side-pane scrollbar {
border-color: rgba(37, 40, 48, 0.95);
}
window.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 {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.3);
}
window.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 {
background-color: rgba(255, 255, 255, 0.7);
}
window.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 {
background-color: white;
}
window.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 {
background-color: #3498db;
}
window.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 {
background-color: transparent;
}
window.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 {
background-color: rgba(37, 40, 48, 0.95);
}
@define-color theme_fg_color #2b2f3b;
@define-color theme_text_color #2e313d;
@define-color theme_bg_color #f7f7f7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #3498db;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #2b2f3b;
@define-color text_color #2e313d;
@define-color bg_color #f7f7f7;
@define-color base_color #ffffff;
@define-color selected_bg_color #3498db;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fcfcfc;
@define-color insensitive_fg_color alpha(rgba(43, 47, 59, 0.55), 0.5);
@define-color insensitive_base_color #ffffff;
@define-color theme_unfocused_fg_color #2b2f3b;
@define-color theme_unfocused_text_color #2e313d;
@define-color theme_unfocused_bg_color #f7f7f7;
@define-color theme_unfocused_base_color #ffffff;
@define-color borders rgba(0, 0, 0, 0.15);
@define-color unfocused_borders rgba(0, 0, 0, 0.15);
@define-color warning_color #F27835;
@define-color error_color #FC4138;
@define-color success_color #2eb398;
@define-color placeholder_text_color #A8A8A8;
@define-color link_color #217dbb;
@define-color content_view_bg #ffffff;
@define-color wm_title alpha(#e6ebee, 0.8);
@define-color wm_unfocused_title alpha(#e6ebee, 0.5);
@define-color wm_bg #1b1d24;
@define-color wm_bg_unfocused #282b35;
@define-color wm_highlight #22242d;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_button_close_bg #f46067;
@define-color wm_button_close_hover_bg #f68086;
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #1b1d24;
@define-color wm_button_hover_bg #313441;
@define-color wm_button_active_bg #3498db;
@define-color wm_button_hover_border #0c0d10;
@define-color wm_icon_bg #909090;
@define-color wm_icon_unfocused_bg #686868;
@define-color wm_icon_hover_bg #eeeeee;
@define-color wm_icon_active_bg #ffffff;
@define-color budgie_tasklist_indicator_color #3498db;
@define-color budgie_tasklist_indicator_color_active #3498db;
@define-color budgie_tasklist_indicator_color_active_window #295f87;
@define-color budgie_tasklist_indicator_color_attention #F27835;