luca-awesome-dotfiles/themes/gtk/Gruvbox/gtk-4.0/gtk-dark.css
2023-02-05 05:02:49 +01:00

6131 lines
186 KiB
CSS

@keyframes header_ripple_effect {
from {
background-image: radial-gradient(circle farthest-corner at center, #1a1a1a 0%, transparent 0%);
}
to {
background-image: radial-gradient(circle farthest-corner at center, #1a1a1a 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 {
color: #cbbfbf;
background-color: #222222;
}
.background.csd {
border-radius: 2px;
}
.background:backdrop {
text-shadow: none;
-gtk-icon-shadow: none;
}
dnd {
color: #cbbfbf;
}
.normal-icons {
-gtk-icon-size: 16px;
}
.large-icons {
-gtk-icon-size: 32px;
}
spinner:disabled,
arrow:disabled,
scrollbar:disabled,
check:disabled,
radio:disabled,
treeview.expander:disabled {
-gtk-icon-filter: opacity(0.5);
}
.view, iconview, textview > text {
color: #b5abab;
background-color: #262626;
}
.view:hover, iconview:hover, textview > text:hover {
color: #cbbfbf;
}
.view:selected:focus, .view:selected, iconview:selected:focus, textview > text:selected:focus, iconview:selected, textview > text:selected {
border-radius: 2px;
}
.view:selected:hover, iconview:selected:hover, textview > text:selected:hover {
background-color: #2a2a2a;
}
textview:drop(active) {
caret-color: #F08437;
}
textview border {
background-color: #242424;
}
iconview {
outline: 0 solid transparent;
outline-offset: 4px;
}
iconview:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
iconview:hover, iconview:active, iconview:selected {
border-radius: 2px;
}
iconview:drop(active) {
box-shadow: none;
}
iconview > dndtarget:drop(active) {
border-style: solid;
border-width: 1px;
border-color: #c51911;
}
rubberband, .content-view > rubberband, columnview.view > rubberband,
treeview.view > rubberband, gridview > rubberband, flowbox > rubberband {
border: 1px solid #ec271d;
background-color: rgba(236, 39, 29, 0.2);
}
flowbox > flowboxchild {
padding: 3px;
border-radius: 2px;
}
flowbox > flowboxchild {
outline: 0 solid transparent;
outline-offset: 4px;
}
flowbox > flowboxchild:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
flowbox > flowboxchild:selected {
outline-color: rgba(255, 255, 255, 0.3);
}
gridview > child {
padding: 3px;
transition: outline-width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-offset 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
gridview > child {
outline: 0 solid transparent;
outline-offset: 4px;
}
gridview > child:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
gridview > child:selected {
outline-color: rgba(255, 255, 255, 0.3);
}
gridview > child box {
border-spacing: 8px;
margin: 12px;
}
coverflow cover {
color: #b5abab;
background-color: #262626;
border: 1px solid black;
}
label {
outline: 0 solid transparent;
outline-offset: 4px;
}
label:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
label > selection {
color: #ffffff;
background-color: #458588;
}
label:disabled {
color: rgba(203, 191, 191, 0.45);
}
button label:disabled {
color: inherit;
}
label:disabled selection {
color: #f8aaa6;
}
label.error {
color: #FC4138;
}
label.error:disabled {
color: rgba(252, 65, 56, 0.5);
}
.dim-label, popover.background label.separator, headerbar .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder,
entry > text > placeholder, label.separator {
opacity: 0.55;
text-shadow: none;
}
window.assistant .sidebar {
padding: 3px;
background-color: #262626;
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
window.assistant.csd .sidebar {
border-top-style: none;
}
window.assistant .sidebar > label {
padding: 6px 12px;
}
window.assistant .sidebar > label.highlight {
background-color: #458588;
color: #ffffff;
border-radius: 2px;
}
window.aboutdialog image.large-icons {
-gtk-icon-size: 128px;
}
.osd popover.background > arrow,
.osd popover.background > contents, popover.background.touch-selection > arrow,
popover.background.touch-selection > contents, popover.background.magnifier > arrow,
popover.background.magnifier > contents, .osd {
color: #d0c8c8;
background-color: rgba(26, 26, 26, 0.95);
background-clip: padding-box;
border-radius: 3px;
}
.osd {
border: 1px solid rgba(16, 16, 16, 0.95);
padding: 6px;
margin: 6px;
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}
.osd.circular {
border-radius: 100%;
}
@keyframes spin {
to {
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;
}
.large-title {
font-weight: 300;
font-size: 24pt;
}
.title-1 {
font-weight: 800;
font-size: 20pt;
}
.title-2 {
font-weight: 800;
font-size: 15pt;
}
.title-3 {
font-weight: 700;
font-size: 15pt;
}
.title-4 {
font-weight: 700;
font-size: 13pt;
}
.heading {
font-weight: 700;
font-size: 11pt;
}
.body {
font-weight: 400;
font-size: 11pt;
}
.caption-heading {
font-weight: 700;
font-size: 9pt;
}
.caption {
font-weight: 400;
font-size: 9pt;
}
spinbutton.vertical > text, spinbutton:not(.vertical),
entry {
min-height: 22px;
border: 1px solid;
padding: 2px 8px;
caret-color: currentColor;
border-radius: 3px;
border-spacing: 3px;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
background-clip: padding-box;
color: #b5abab;
border-color: rgba(0, 0, 0, 0.25);
background-color: #262626;
}
spinbutton.vertical > text.search, spinbutton.search:not(.vertical),
entry.search {
border-radius: 1000px;
}
spinbutton.vertical > text > image, spinbutton:not(.vertical) > image,
entry > image {
color: #aaa0a0;
}
spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > image.left,
entry > image.left {
margin-right: 6px;
}
spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > image.right,
entry > image.right {
margin-left: 6px;
}
spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical),
entry.flat {
min-height: 0;
padding: 2px;
background-image: none;
border-color: transparent;
border-radius: 0;
}
spinbutton.vertical > text:focus-within, spinbutton:focus-within:not(.vertical),
entry:focus-within {
background-clip: padding-box;
color: #b5abab;
border-color: #458588;
background-color: #262626;
}
spinbutton.vertical > text:focus-within > placeholder, spinbutton:focus-within:not(.vertical) > placeholder,
entry:focus-within > placeholder {
opacity: 0;
/* We hide placeholders on focus */
}
spinbutton.vertical > text:disabled, spinbutton:disabled:not(.vertical),
entry:disabled {
color: rgba(203, 191, 191, 0.45);
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(38, 38, 38, 0.55);
}
spinbutton.vertical > text.warning, spinbutton.warning:not(.vertical),
entry.warning {
color: white;
border-color: rgba(0, 0, 0, 0.25);
background-color: #a0572f;
}
spinbutton.vertical > text.warning, spinbutton.warning:not(.vertical),
entry.warning {
outline: 0 solid transparent;
outline-offset: 4px;
}
spinbutton.vertical > text.warning:focus-within, spinbutton.warning:focus-within:not(.vertical),
entry.warning:focus-within {
outline-color: rgba(242, 120, 53, 0.5);
outline-width: 2px;
outline-offset: -2px;
}
spinbutton.vertical > text.warning:focus-within, spinbutton.warning:focus-within:not(.vertical),
entry.warning:focus-within {
color: white;
background-color: #F27835;
box-shadow: none;
}
spinbutton.vertical > text.warning > selection, spinbutton.warning:not(.vertical) > selection,
entry.warning > selection {
background-color: white;
color: #F27835;
}
spinbutton.vertical > text.error, spinbutton.error:not(.vertical),
entry.error {
color: white;
border-color: rgba(0, 0, 0, 0.25);
background-color: #a63631;
}
spinbutton.vertical > text.error, spinbutton.error:not(.vertical),
entry.error {
outline: 0 solid transparent;
outline-offset: 4px;
}
spinbutton.vertical > text.error:focus-within, spinbutton.error:focus-within:not(.vertical),
entry.error:focus-within {
outline-color: rgba(252, 65, 56, 0.5);
outline-width: 2px;
outline-offset: -2px;
}
spinbutton.vertical > text.error:focus-within, spinbutton.error:focus-within:not(.vertical),
entry.error:focus-within {
color: white;
background-color: #FC4138;
box-shadow: none;
}
spinbutton.vertical > text.error > selection, spinbutton.error:not(.vertical) > selection,
entry.error > selection {
background-color: white;
color: #FC4138;
}
spinbutton.vertical > text.search-missing, spinbutton.search-missing:not(.vertical),
entry.search-missing {
color: white;
border-color: rgba(0, 0, 0, 0.25);
background-color: #a63631;
}
spinbutton.vertical > text.search-missing, spinbutton.search-missing:not(.vertical),
entry.search-missing {
outline: 0 solid transparent;
outline-offset: 4px;
}
spinbutton.vertical > text.search-missing:focus-within, spinbutton.search-missing:focus-within:not(.vertical),
entry.search-missing:focus-within {
outline-color: rgba(252, 65, 56, 0.5);
outline-width: 2px;
outline-offset: -2px;
}
spinbutton.vertical > text.search-missing:focus-within, spinbutton.search-missing:focus-within:not(.vertical),
entry.search-missing:focus-within {
color: white;
background-color: #FC4138;
box-shadow: none;
}
spinbutton.vertical > text.search-missing > selection, spinbutton.search-missing:not(.vertical) > selection,
entry.search-missing > selection {
background-color: white;
color: #FC4138;
}
spinbutton.vertical > text > image, spinbutton:not(.vertical) > image,
entry > image {
color: #aaa0a0;
}
spinbutton.vertical > text > image:hover, spinbutton:not(.vertical) > image:hover,
entry > image:hover {
color: #cbbfbf;
}
spinbutton.vertical > text > image:active, spinbutton:not(.vertical) > image:active,
entry > image:active {
color: #458588;
}
spinbutton.vertical > text.password image.caps-lock-indicator, spinbutton.password:not(.vertical) image.caps-lock-indicator,
entry.password image.caps-lock-indicator {
color: rgba(127, 120, 120, 0.56);
}
spinbutton.vertical > text:drop(active), spinbutton:drop(active):not(.vertical),
entry:drop(active):focus-within,
entry:drop(active) {
border-color: #F08437;
box-shadow: inset 0 0 0 1px #F08437;
}
.osd spinbutton.vertical > text, .osd spinbutton:not(.vertical), .osd entry {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.95);
}
.osd spinbutton.vertical > text image, .osd spinbutton:not(.vertical) image, .osd entry image {
color: inherit;
}
.osd spinbutton.vertical > text:focus-within, .osd spinbutton:focus-within:not(.vertical), .osd entry:focus-within {
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
}
.osd spinbutton.vertical > text:disabled, .osd spinbutton:disabled:not(.vertical), .osd entry:disabled {
color: rgba(208, 200, 200, 0.55);
background-color: rgba(34, 34, 34, 0.85);
}
spinbutton.vertical > text > progress, spinbutton:not(.vertical) > progress,
entry > progress {
margin-bottom: 2px;
}
spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) progress > trough > progress,
entry progress > trough > progress {
background-color: transparent;
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: #458588;
border-style: solid;
box-shadow: none;
}
spinbutton.vertical.linked:not(.vertical) > text:drop(active) + text, spinbutton.vertical.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + text, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), spinbutton.vertical.linked:not(.vertical) > text:drop(active) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + menubutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + menubutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + dropdown > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + dropdown > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + colorbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + colorbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + fontbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + fontbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + filechooserbutton > button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + filechooserbutton > button, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, spinbutton.vertical.linked:not(.vertical) > text:drop(active) + entry, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + entry, .linked:not(.vertical) > entry:drop(active) + button, .linked:not(.vertical) > entry:drop(active) + menubutton > button, .linked:not(.vertical) > entry:drop(active) + dropdown > button, .linked:not(.vertical) > entry:drop(active) + colorbutton > button, .linked:not(.vertical) > entry:drop(active) + fontbutton > button, .linked:not(.vertical) > entry:drop(active) + filechooserbutton > button, .linked:not(.vertical) > entry:drop(active) + combobox > box > button.combo, spinbutton.vertical.linked:not(.vertical) > entry:drop(active) + text, .linked:not(.vertical) > entry:drop(active) + spinbutton:not(.vertical), .linked:not(.vertical) > entry:drop(active) + entry {
border-left-color: #F08437;
}
spinbutton.vertical.linked > text:not(:disabled) + entry:not(:disabled), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled), spinbutton.vertical.linked > text:not(:disabled) + text:not(:disabled), spinbutton.vertical.linked > spinbutton:not(:disabled):not(.vertical) + text:not(:disabled), spinbutton.vertical.linked > text:not(:disabled) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):not(.vertical), .linked.vertical > entry:not(:disabled) + entry:not(:disabled), spinbutton.vertical.linked > entry:not(:disabled) + text:not(:disabled), .linked.vertical > entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) {
border-top-color: rgba(36, 36, 36, 0.775);
}
spinbutton.vertical.linked > text:disabled + text:disabled, spinbutton.vertical.linked > spinbutton:disabled:not(.vertical) + text:disabled, spinbutton.vertical.linked > text:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), spinbutton.vertical.linked > text:disabled + entry:disabled, .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, spinbutton.vertical.linked > entry:disabled + text:disabled, .linked.vertical > entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > entry:disabled + entry:disabled {
border-top-color: rgba(36, 36, 36, 0.775);
}
spinbutton.vertical.linked > text + text:drop(active):not(:only-child), spinbutton.vertical.linked > spinbutton:not(.vertical) + text:drop(active):not(:only-child), spinbutton.vertical.linked > text + spinbutton:drop(active):not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical),
spinbutton.vertical.linked > text + entry:drop(active):not(:only-child),
.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child), spinbutton.vertical.linked > entry + text:drop(active):not(:only-child), .linked.vertical > entry + spinbutton:drop(active):not(:only-child):not(.vertical),
.linked.vertical > entry + entry:drop(active):not(:only-child) {
border-top-color: #F08437;
}
spinbutton.vertical.linked > text:drop(active):not(:only-child) + text, spinbutton.vertical.linked > spinbutton:drop(active):not(:only-child):not(.vertical) + text, spinbutton.vertical.linked > text:drop(active):not(:only-child) + spinbutton:not(.vertical), .linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical),
spinbutton.vertical.linked > text:drop(active):not(:only-child) + entry,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + menubutton > button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + menubutton > button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + dropdown > button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + dropdown > button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + colorbutton > button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + colorbutton > button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + fontbutton > button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + fontbutton > button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + filechooserbutton > button,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + filechooserbutton > button,
spinbutton.vertical.linked > text:drop(active):not(:only-child) + combobox > box > button.combo,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + combobox > box > button.combo, spinbutton.vertical.linked > entry:drop(active):not(:only-child) + text, .linked.vertical > entry:drop(active):not(:only-child) + spinbutton:not(.vertical),
.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) + menubutton > button,
.linked.vertical > entry:drop(active):not(:only-child) + dropdown > button,
.linked.vertical > entry:drop(active):not(:only-child) + colorbutton > button,
.linked.vertical > entry:drop(active):not(:only-child) + fontbutton > button,
.linked.vertical > entry:drop(active):not(:only-child) + filechooserbutton > button,
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #F08437;
}
spinbutton.vertical > text.error, spinbutton.error:not(.vertical),
entry.error {
color: #FC4138;
}
treeview entry:focus-within:dir(rtl), treeview entry:focus-within:dir(ltr) {
background-color: #262626;
transition-property: color, background;
}
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: #262626;
}
treeview entry.flat:focus-within, treeview entry:focus-within {
border-color: #458588;
}
editablelabel > stack > text {
color: #b5abab;
border-color: rgba(0, 0, 0, 0.25);
background-color: #262626;
}
@keyframes needs_attention {
from {
background-image: radial-gradient(farthest-side, #f69793 0%, rgba(246, 151, 147, 0) 0%);
}
to {
background-image: radial-gradient(farthest-side, #f69793 95%, rgba(246, 151, 147, 0));
}
}
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;
background-clip: padding-box;
color: #cbbfbf;
border-color: rgba(0, 0, 0, 0.25);
background-color: #2b2b2b;
}
button {
outline: 0 solid transparent;
outline-offset: 4px;
}
button:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
placessidebar .navigation-sidebar > row button.sidebar-button,
button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
transition: none;
}
placessidebar .navigation-sidebar > row button.sidebar-button:hover,
button.flat:hover {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-duration: 350ms;
}
placessidebar .navigation-sidebar > row button.sidebar-button:active, placessidebar .navigation-sidebar > row button.sidebar-button:checked,
button.flat:active,
button.flat:checked {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
placessidebar .navigation-sidebar > row button.sidebar-button:backdrop, placessidebar .navigation-sidebar > row button.sidebar-button:disabled,
button.flat:backdrop,
button.flat:disabled,
button.flat:backdrop:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
}
button:hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
background-clip: padding-box;
-gtk-icon-filter: brightness(1.2);
}
button:active,
button:checked {
color: #ffffff;
border-color: rgba(0, 0, 0, 0.25);
background-color: #458588;
background-clip: padding-box;
transition-duration: 50ms;
}
button:active:not(:disabled) label:disabled,
button:checked:not(:disabled) label:disabled {
color: inherit;
opacity: 0.6;
}
button:active {
color: #cbbfbf;
}
button:active:hover,
button:checked {
color: #ffffff;
}
button.flat:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
}
button:disabled {
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(43, 43, 43, 0.55);
background-clip: padding-box;
}
button:disabled label,
button:disabled {
color: rgba(203, 191, 191, 0.45);
}
button:disabled:active,
button:disabled:checked {
border-color: rgba(240, 84, 76, 0.75);
background-color: rgba(240, 84, 76, 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;
}
dropdown:drop(active) button.combo,
combobox:drop(active) button.combo,
button:drop(active) {
color: #F08437;
border-color: #F08437;
box-shadow: inset 0 0 0 1px #F08437;
}
button.osd {
color: #d0c8c8;
background-color: rgba(26, 26, 26, 0.95);
border-color: rgba(6, 6, 6, 0.95);
}
button.osd.image-button {
padding: 0;
min-height: 36px;
min-width: 36px;
}
button.osd:hover {
color: #458588;
}
button.osd:active,
button.osd:checked {
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
}
button.osd:disabled {
color: #514e4e;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.85);
}
popover.background.touch-selection button, popover.background.magnifier button, .osd button {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.95);
}
popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .osd button:hover {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(208, 200, 200, 0.1);
}
popover.background.touch-selection button:active, popover.background.magnifier button:active, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .osd button:active, .osd button:checked {
background-clip: padding-box;
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
}
popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd button:disabled {
color: #514e4e;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.85);
}
popover.background.touch-selection button.flat, popover.background.magnifier button.flat, .osd button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
}
popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover, .osd button.flat:hover {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(208, 200, 200, 0.1);
}
popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled, .osd button.flat:disabled {
color: #514e4e;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.85);
background-image: none;
}
popover.background.touch-selection button.flat:active, popover.background.magnifier button.flat:active, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked, .osd button.flat:active, .osd button.flat:checked {
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
}
.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: #458588;
border-color: #458588;
}
button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #458588;
}
button.suggested-action:hover {
background-clip: border-box;
color: white;
background-color: #f26a64;
border-color: #f26a64;
}
button.suggested-action:active,
button.suggested-action:checked {
background-clip: border-box;
color: white;
background-color: #f4817b;
border-color: #f4817b;
}
button.suggested-action.flat:disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(203, 191, 191, 0.45);
}
button.suggested-action:disabled {
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(43, 43, 43, 0.55);
}
button.suggested-action:disabled label,
button.suggested-action:disabled {
color: rgba(203, 191, 191, 0.45);
}
button.destructive-action {
background-clip: border-box;
color: white;
background-color: #db5b5b;
border-color: #db5b5b;
}
button.destructive-action.flat {
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 {
border-color: transparent;
background-color: transparent;
background-image: none;
color: rgba(203, 191, 191, 0.45);
}
button.destructive-action:disabled {
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(43, 43, 43, 0.55);
}
button.destructive-action:disabled label,
button.destructive-action:disabled {
color: rgba(203, 191, 191, 0.45);
}
stackswitcher > button {
outline-offset: -3px;
}
stackswitcher > button > label {
padding-left: 6px;
padding-right: 6px;
}
stackswitcher > button > image {
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
}
stackswitcher > button.text-button {
padding-left: 10px;
padding-right: 10px;
}
stackswitcher > button.image-button {
padding-left: 2px;
padding-right: 2px;
}
stackswitcher > button.needs-attention:active > label, stackswitcher > button.needs-attention:active > image, stackswitcher > button.needs-attention:checked > label, stackswitcher > button.needs-attention:checked > image {
animation: none;
background-image: none;
}
button.font separator,
button.file separator {
background-color: transparent;
}
button.font > box,
button.file > box {
border-spacing: 6px;
}
button.font > box > box > label,
button.file > box > box > label {
font-weight: bold;
}
button.circular {
min-width: 32px;
min-height: 32px;
padding: 0;
border-radius: 1000px;
}
button.circular label {
padding: 0;
}
stacksidebar row.needs-attention > label, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image {
animation: needs_attention 150ms ease-in;
background-image: radial-gradient(farthest-side, #f69793 96%, rgba(246, 151, 147, 0));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px;
}
stacksidebar row.needs-attention > label:backdrop, stackswitcher > button.needs-attention > label:backdrop, stackswitcher > button.needs-attention > image:backdrop {
background-size: 6px 6px, 0 0;
}
stacksidebar row.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > label:dir(rtl), stackswitcher > button.needs-attention > image:dir(rtl) {
background-position: left 3px, left 2px;
}
.linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(0, 0, 0, 0.3);
}
.linked:not(.vertical):not(.path-bar) > entry.error + entry,
.linked:not(.vertical):not(.path-bar) > entry + entry.error {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar) > entry.warning + entry,
.linked:not(.vertical):not(.path-bar) > entry + entry.warning {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
.linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
border-left-color: #f75d37;
}
.linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:last-child {
border-left-color: #458588;
}
.linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #458588;
}
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-left-color: #F08437;
}
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:last-child {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:last-child {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #FC4138;
}
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
border-left-color: #458588;
}
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none;
}
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: inset 1px 0 rgba(0, 0, 0, 0.25);
}
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: inset 1px 0 rgba(0, 0, 0, 0.25);
}
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover,
.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:disabled,
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover,
.linked:not(.vertical):not(.path-bar) > button:active + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled,
.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.linked:not(.vertical):not(.path-bar) {
box-shadow: none;
}
.linked.path-bar:not(.vertical) > button + button {
border-left-style: none;
}
.linked.path-bar:not(.vertical) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover {
box-shadow: none;
}
.linked.path-bar:not(.vertical) > 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(16, 16, 16, 0.3);
}
.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-within:not(:last-child),
.osd .linked:not(.vertical) > entry + entry:focus-within:last-child {
border-left-color: #458588;
}
.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + button,
.osd .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #458588;
}
.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-within:not(:last-child),
.osd .linked:not(.vertical) > entry + entry.warning:focus-within:last-child {
border-left-color: #F27835;
}
.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button,
.osd .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.osd .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child),
.osd .linked:not(.vertical) > entry + entry.error:focus-within:last-child {
border-left-color: #FC4138;
}
.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry,
.osd .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button,
.osd .linked:not(.vertical) > entry.error:focus-within: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: #458588;
}
.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(16, 16, 16, 0.95);
}
.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(16, 16, 16, 0.95);
}
.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),
.osd .linked:not(.vertical) {
box-shadow: none;
}
.linked.vertical > entry + entry {
border-top-color: rgba(0, 0, 0, 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-within:not(:last-child),
.linked.vertical > entry + entry:focus-within:last-child {
border-top-color: #458588;
}
.linked.vertical > entry:focus-within:not(:only-child) + entry,
.linked.vertical > entry:focus-within:not(:only-child) + button,
.linked.vertical > entry:focus-within:not(:only-child) + combobox > box > button.combo {
border-top-color: #458588;
}
.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-within:not(:last-child),
.linked.vertical > entry + entry.warning:focus-within:last-child {
border-top-color: #F27835;
}
.linked.vertical > entry.warning:focus-within:not(:only-child) + entry,
.linked.vertical > entry.warning:focus-within:not(:only-child) + button,
.linked.vertical > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo {
border-top-color: #F27835;
}
.linked.vertical > entry + entry.error:focus-within:not(:last-child),
.linked.vertical > entry + entry.error:focus-within:last-child {
border-top-color: #FC4138;
}
.linked.vertical > entry.error:focus-within:not(:only-child) + entry,
.linked.vertical > entry.error:focus-within:not(:only-child) + button,
.linked.vertical > entry.error:focus-within:not(:only-child) + combobox > box > button.combo {
border-top-color: #FC4138;
}
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
border-top-color: #458588;
}
.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 rgba(0, 0, 0, 0.25);
}
.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(0, 0, 0, 0.25);
}
.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),
.linked.vertical {
box-shadow: none;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry,
headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry,
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error,
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry,
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning,
headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error, .titlebar .linked:not(.vertical):not(.path-bar) > entry + entry,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.error + entry,
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.error,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.warning + entry,
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.warning,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.error + entry.warning,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.warning + entry.error {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:not(:last-child),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:last-child, .titlebar .linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:not(:last-child),
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry:focus-within:last-child {
border-left-color: #458588;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + entry, .titlebar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked), .titlebar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
.titlebar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) {
border-left-color: transparent;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + button:hover,
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover, .titlebar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + button:hover,
.titlebar .linked:not(.vertical):not(.path-bar) > entry:focus-within:not(:only-child) + combobox > box > button.combo:hover {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .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, .titlebar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
border-left-color: #F08437;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry, .titlebar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked),
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked), .titlebar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button:not(:hover):not(:active):not(:checked),
.titlebar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) {
border-left-color: transparent;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button:hover,
headerbar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover, .titlebar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + button:hover,
.titlebar .linked:not(.vertical):not(.path-bar) > entry:drop(active):not(:only-child) + combobox > box > button.combo:hover {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:not(:last-child),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:last-child, .titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:not(:last-child),
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.warning:focus-within:last-child {
border-left-color: #F27835;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + entry, .titlebar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked), .titlebar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
.titlebar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) {
border-left-color: transparent;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + button:hover,
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover, .titlebar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + button:hover,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo:hover {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:not(:last-child),
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:last-child, .titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:not(:last-child),
.titlebar .linked:not(.vertical):not(.path-bar) > entry + entry.error:focus-within:last-child {
border-left-color: #FC4138;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + entry, .titlebar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked), .titlebar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + button:not(:hover):not(:active):not(:checked),
.titlebar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:not(:hover):not(:active):not(:checked) {
border-left-color: transparent;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + button:hover,
headerbar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover, .titlebar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + button:hover,
.titlebar .linked:not(.vertical):not(.path-bar) > entry.error:focus-within:not(:only-child) + combobox > box > button.combo:hover {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > button:active + entry,
headerbar .linked:not(.vertical):not(.path-bar) > button:checked + entry, .titlebar .linked:not(.vertical):not(.path-bar) > button:active + entry,
.titlebar .linked:not(.vertical):not(.path-bar) > button:checked + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > button + button, .titlebar .linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: solid;
}
headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action), .titlebar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child),
.titlebar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action) {
box-shadow: none;
}
headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
headerbar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover), .titlebar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child),
.titlebar .linked:not(.vertical):not(.path-bar) > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):not(:hover) {
box-shadow: none;
}
.linked:not(.vertical) > dropdown > box > button.combo:dir(ltr), .linked:not(.vertical) > dropdown > box > button.combo:dir(rtl), .linked:not(.vertical) > combobox > box > button.combo:dir(ltr), .linked:not(.vertical) > combobox > box > button.combo:dir(rtl), spinbutton.vertical.linked:not(.vertical) > text, .linked:not(.vertical) > spinbutton:not(.vertical), .linked:not(.vertical) > entry, .linked:not(.vertical) > button {
border-radius: 0;
border-right-style: none;
background-clip: padding-box;
}
spinbutton.vertical.linked:not(.vertical) > text:first-child, .linked:not(.vertical) > spinbutton:first-child:not(.vertical), .linked:not(.vertical) > entry:first-child, .linked:not(.vertical) > button:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
spinbutton.vertical.linked:not(.vertical) > text:last-child, .linked:not(.vertical) > spinbutton:last-child:not(.vertical), .linked:not(.vertical) > entry:last-child, .linked:not(.vertical) > button:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-right-style: solid;
}
spinbutton.vertical.linked:not(.vertical) > text:only-child, .linked:not(.vertical) > spinbutton:only-child:not(.vertical), .linked:not(.vertical) > entry:only-child, .linked:not(.vertical) > button:only-child {
border-radius: 3px;
border-style: solid;
}
spinbutton.vertical.linked > text, .linked.vertical > spinbutton:not(.vertical), .linked.vertical > entry, .linked.vertical > button {
border-radius: 0;
border-bottom-style: none;
}
spinbutton.vertical.linked > text:first-child, .linked.vertical > spinbutton:first-child:not(.vertical), .linked.vertical > entry:first-child, .linked.vertical > button:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
spinbutton.vertical.linked > text:last-child, .linked.vertical > spinbutton:last-child:not(.vertical), .linked.vertical > entry:last-child, .linked.vertical > button:last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
}
spinbutton.vertical.linked > text:only-child, .linked.vertical > spinbutton:only-child:not(.vertical), .linked.vertical > entry:only-child, .linked.vertical > button:only-child {
border-radius: 3px;
border-style: solid;
}
.app-notification button.flat, notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.flat:hover, .toolbar button, button.link, button.link:hover, button.link:active, button.link:checked, popover.menu box.circular-buttons button.circular.image-button.model,
list > row button.image-button:not(.flat), modelbutton.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: none;
text-shadow: none;
-gtk-icon-shadow: none;
}
.linked:not(.vertical) > filechooserbutton > combobox:dir(rtl):not(:last-child) > box > button.combo,
.linked:not(.vertical) > appchooserbutton > combobox:dir(rtl):not(:last-child) > box > button.combo,
.linked:not(.vertical) > combobox:dir(rtl):not(:last-child) > box > button.combo, .linked:not(.vertical) > filechooserbutton > combobox:dir(ltr):not(:first-child) > box > button.combo,
.linked:not(.vertical) > appchooserbutton > combobox:dir(ltr):not(:first-child) > box > button.combo,
.linked:not(.vertical) > combobox:dir(ltr):not(:first-child) > box > button.combo, .linked:not(.vertical) > menubutton:dir(rtl):not(:last-child) > button,
.linked:not(.vertical) > dropdown:dir(rtl):not(:last-child) > button,
.linked:not(.vertical) > colorbutton:dir(rtl):not(:last-child) > button,
.linked:not(.vertical) > fontbutton:dir(rtl):not(:last-child) > button,
.linked:not(.vertical) > filechooserbutton:dir(rtl):not(:last-child) > button, .linked:not(.vertical) > menubutton:dir(ltr):not(:first-child) > button,
.linked:not(.vertical) > dropdown:dir(ltr):not(:first-child) > button,
.linked:not(.vertical) > colorbutton:dir(ltr):not(:first-child) > button,
.linked:not(.vertical) > fontbutton:dir(ltr):not(:first-child) > button,
.linked:not(.vertical) > filechooserbutton:dir(ltr):not(:first-child) > button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.linked:not(.vertical) > filechooserbutton > combobox:dir(rtl):not(:first-child) > box > button.combo,
.linked:not(.vertical) > appchooserbutton > combobox:dir(rtl):not(:first-child) > box > button.combo,
.linked:not(.vertical) > combobox:dir(rtl):not(:first-child) > box > button.combo, .linked:not(.vertical) > filechooserbutton > combobox:dir(ltr):not(:last-child) > box > button.combo,
.linked:not(.vertical) > appchooserbutton > combobox:dir(ltr):not(:last-child) > box > button.combo,
.linked:not(.vertical) > combobox:dir(ltr):not(:last-child) > box > button.combo, .linked:not(.vertical) > menubutton:dir(rtl):not(:first-child) > button,
.linked:not(.vertical) > dropdown:dir(rtl):not(:first-child) > button,
.linked:not(.vertical) > colorbutton:dir(rtl):not(:first-child) > button,
.linked:not(.vertical) > fontbutton:dir(rtl):not(:first-child) > button,
.linked:not(.vertical) > filechooserbutton:dir(rtl):not(:first-child) > button, .linked:not(.vertical) > menubutton:dir(ltr):not(:last-child) > button,
.linked:not(.vertical) > dropdown:dir(ltr):not(:last-child) > button,
.linked:not(.vertical) > colorbutton:dir(ltr):not(:last-child) > button,
.linked:not(.vertical) > fontbutton:dir(ltr):not(:last-child) > button,
.linked:not(.vertical) > filechooserbutton:dir(ltr):not(:last-child) > button {
border-right-style: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.linked.vertical > filechooserbutton > combobox:not(:first-child) > box > button.combo,
.linked.vertical > appchooserbutton > combobox:not(:first-child) > box > button.combo,
.linked.vertical > combobox:not(:first-child) > box > button.combo, .linked.vertical > menubutton:not(:first-child) > button,
.linked.vertical > dropdown:not(:first-child) > button,
.linked.vertical > colorbutton:not(:first-child) > button,
.linked.vertical > fontbutton:not(:first-child) > button,
.linked.vertical > filechooserbutton:not(:first-child) > button {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.linked.vertical > filechooserbutton > combobox:not(:last-child) > box > button.combo,
.linked.vertical > appchooserbutton > combobox:not(:last-child) > box > button.combo,
.linked.vertical > combobox:not(:last-child) > box > button.combo, .linked.vertical > menubutton:not(:last-child) > button,
.linked.vertical > dropdown:not(:last-child) > button,
.linked.vertical > colorbutton:not(:last-child) > button,
.linked.vertical > fontbutton:not(:last-child) > button,
.linked.vertical > filechooserbutton:not(:last-child) > button {
border-bottom-style: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
modelbutton.flat {
min-height: 24px;
padding-left: 6px;
padding-right: 6px;
outline-offset: -3px;
border-radius: 2px;
}
modelbutton.flat:hover {
background-color: #2f2f2f;
color: #cbbfbf;
}
modelbutton.flat:active {
color: #cbbfbf;
background-color: #3c3c3c;
}
modelbutton.flat:disabled {
color: rgba(203, 191, 191, 0.45);
}
modelbutton.flat arrow {
background: none;
min-width: 16px;
min-height: 16px;
opacity: 0.3;
}
modelbutton.flat arrow:hover, modelbutton.flat arrow:selected, modelbutton.flat arrow:focus {
background: none;
}
modelbutton.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("go-previous-symbolic");
}
modelbutton.flat arrow.right {
-gtk-icon-source: -gtk-icontheme("go-next-symbolic");
}
/* list buttons */
/* tone down as per new designs, see issue #1473 */
popover.menu box.circular-buttons button.circular.image-button.model,
list > row button.image-button:not(.flat) {
border: 1px solid rgba(0, 0, 0, 0);
}
popover.menu box.circular-buttons button.circular.image-button.model:hover,
list > row button.image-button:not(.flat):hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
}
popover.menu box.circular-buttons button.circular.image-button.model:active, popover.menu box.circular-buttons button.circular.image-button.model:checked,
list > row button.image-button:not(.flat):active,
list > row button.image-button:not(.flat):checked {
color: #ffffff;
border-color: rgba(0, 0, 0, 0.25);
background-color: #458588;
}
popover.menu box.circular-buttons button.suggested-action.circular.image-button.model,
list > row button.image-button.suggested-action:not(.flat) {
background-clip: border-box;
color: white;
background-color: #458588;
border-color: #458588;
}
popover.menu box.circular-buttons button.suggested-action.circular.image-button.model,
list > row button.image-button.suggested-action:not(.flat) {
outline: 0 solid transparent;
outline-offset: 4px;
}
popover.menu box.circular-buttons button.suggested-action.circular.image-button.model:focus:focus-visible,
list > row button.image-button.suggested-action:not(.flat):focus:focus-visible {
outline-color: rgba(255, 255, 255, 0.3);
outline-width: 2px;
outline-offset: -2px;
}
popover.menu box.circular-buttons button.destructive-action.circular.image-button.model,
list > row button.image-button.destructive-action:not(.flat) {
background-clip: border-box;
color: white;
background-color: #db5b5b;
border-color: #db5b5b;
}
popover.menu box.circular-buttons button.destructive-action.circular.image-button.model,
list > row button.image-button.destructive-action:not(.flat) {
outline: 0 solid transparent;
outline-offset: 4px;
}
popover.menu box.circular-buttons button.destructive-action.circular.image-button.model:focus:focus-visible,
list > row button.image-button.destructive-action:not(.flat):focus:focus-visible {
outline-color: rgba(255, 255, 255, 0.3);
outline-width: 2px;
outline-offset: -2px;
}
infobar.info > revealer > box *:link, infobar.info:hover > revealer > box *:link, infobar.info:backdrop > revealer > box *:link, infobar.question > revealer > box *:link, infobar.question:hover > revealer > box *:link, infobar.question:backdrop > revealer > box *:link, infobar.warning > revealer > box *:link, infobar.warning:hover > revealer > box *:link, infobar.warning:backdrop > revealer > box *:link, infobar.error > revealer > box *:link, infobar.error:hover > revealer > box *:link, infobar.error:backdrop > revealer > box *:link, headerbar.selection-mode .subtitle:link, link:selected, *:selected link, button.link:selected, *:selected button.link {
color: #fcdddb;
}
link, button.link {
color: #f8aeaa;
text-decoration: underline;
}
link:visited, button.link:visited {
color: #cdc6c6;
}
*:selected link:visited, *:selected button.link:visited {
color: #f9bbb7;
}
link:hover, button.link:hover {
color: #fcdbd9;
}
*:selected link:hover, *:selected button.link:hover {
color: #feeeed;
}
link:active, button.link:active {
color: #f8aeaa;
}
*:selected link:active, *:selected button.link:active {
color: #fcdddb;
}
link {
outline: 0 solid transparent;
outline-offset: 4px;
}
link:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
button.link, button.link:hover, button.link:active, button.link:checked {
text-shadow: none;
}
button.link > label {
text-decoration: underline;
}
.osd spinbutton:not(.vertical) > text, spinbutton:not(.vertical) > text {
min-width: 28px;
margin: 0;
background: none;
background-color: transparent;
border: none;
border-radius: 0;
box-shadow: none;
padding: 6px;
}
.osd spinbutton:not(.vertical) > text:backdrop:disabled, spinbutton:not(.vertical) > text:backdrop:disabled {
background-color: transparent;
}
spinbutton {
font-feature-settings: "tnum";
}
spinbutton:not(.vertical) {
padding: 0;
border-spacing: 0;
}
spinbutton:not(.vertical) > text {
padding: 6px 0 6px 12px;
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat),
spinbutton:not(.vertical) > button.image-button.down:not(.flat) {
min-height: 16px;
margin: 0;
padding-bottom: 0;
padding-top: 0;
color: #bbb0b0;
background-image: none;
border-style: none none none solid;
border-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
box-shadow: none;
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl),
spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl) {
border-style: none solid none none;
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):hover,
spinbutton:not(.vertical) > button.image-button.down:not(.flat):hover {
color: #cbbfbf;
background-color: rgba(203, 191, 191, 0.1);
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):disabled,
spinbutton:not(.vertical) > button.image-button.down:not(.flat):disabled {
color: rgba(203, 191, 191, 0);
background-color: transparent;
border-color: rgba(0, 0, 0, 0.15);
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):active,
spinbutton:not(.vertical) > button.image-button.down:not(.flat):active {
background-color: rgba(203, 191, 191, 0.2);
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(ltr):last-child,
spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(ltr):last-child {
border-radius: 0 2px 2px 0;
}
spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl):first-child,
spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl):first-child {
border-radius: 2px 0 0 2px;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat),
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat) {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #d0c8c8;
border-style: none none none solid;
border-color: rgba(16, 16, 16, 0.65);
border-radius: 0;
box-shadow: none;
-gtk-icon-shadow: 0 1px black;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl),
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl) {
border-style: none solid none none;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):hover,
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):hover {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.5);
background-color: rgba(1, 1, 1, 0.95);
-gtk-icon-shadow: 0 1px black;
box-shadow: none;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):disabled,
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):disabled {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #514e4e;
border-color: rgba(16, 16, 16, 0.5);
-gtk-icon-shadow: none;
box-shadow: none;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(ltr):last-child,
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(ltr):last-child {
border-radius: 0 2px 2px 0;
}
.osd spinbutton:not(.vertical) > button.image-button.up:not(.flat):dir(rtl):first-child,
.osd spinbutton:not(.vertical) > button.image-button.down:not(.flat):dir(rtl):first-child {
border-radius: 2px 0 0 2px;
}
spinbutton.vertical:disabled {
color: rgba(203, 191, 191, 0.45);
}
spinbutton.vertical:drop(active) {
border-color: transparent;
box-shadow: none;
}
spinbutton.vertical > text {
min-height: 32px;
min-width: 32px;
padding: 0;
border-radius: 0;
}
spinbutton.vertical > text > block-cursor {
color: #262626;
background-color: #b5abab;
}
spinbutton.vertical > button {
min-height: 32px;
min-width: 32px;
padding: 0;
}
spinbutton.vertical > button.up {
border-bottom-style: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
spinbutton.vertical > button.down {
border-top-style: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.osd spinbutton.vertical > button:first-child {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.95);
}
.osd spinbutton.vertical > button:first-child:hover {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(208, 200, 200, 0.1);
}
.osd spinbutton.vertical > button:first-child:active {
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
}
.osd spinbutton.vertical > button:first-child:disabled {
color: #514e4e;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.85);
}
treeview spinbutton:not(.vertical) {
min-height: 0;
border-style: none;
border-radius: 0;
}
treeview spinbutton:not(.vertical) > text {
min-height: 0;
padding: 1px 2px;
}
dropdown > popover.menu.background > contents {
padding: 0;
}
dropdown > button > box {
border-spacing: 6px;
}
dropdown button.combo,
combobox button.combo {
min-width: 0;
padding-left: 8px;
padding-right: 8px;
}
dropdown arrow,
combobox arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
min-height: 16px;
min-width: 16px;
}
dropdown > popover.menu > contents modelbutton,
combobox > popover.menu > contents modelbutton {
padding-left: 9px;
padding-right: 9px;
}
dropdown:drop(active),
combobox:drop(active) {
box-shadow: none;
}
dropdown popover,
combobox popover {
margin-top: 4px;
padding: 0;
}
dropdown popover listview,
combobox popover listview {
margin: 6px 0;
}
dropdown popover listview > row,
combobox popover listview > row {
padding: 6px;
}
dropdown popover listview > row:selected,
combobox popover listview > row:selected {
outline-color: rgba(255, 255, 255, 0.3);
color: #b5abab;
background-color: #2f2f2f;
}
dropdown popover .dropdown-searchbar,
combobox popover .dropdown-searchbar {
padding: 6px;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.linked:not(.vertical) > dropdown:first-child > box > button.combo, .linked:not(.vertical) > combobox:first-child > box > button.combo {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.linked:not(.vertical) > dropdown:last-child > box > button.combo, .linked:not(.vertical) > combobox:last-child > box > button.combo {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-right-style: solid;
}
.linked:not(.vertical) > dropdown:only-child > box > button.combo, .linked:not(.vertical) > combobox:only-child > box > button.combo {
border-radius: 3px;
border-style: solid;
}
.linked.vertical > dropdown:first-child > box > button.combo, .linked.vertical > combobox:first-child > box > button.combo {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.linked.vertical > dropdown:last-child > box > button.combo, .linked.vertical > combobox:last-child > box > button.combo {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-style: solid;
}
.linked.vertical > dropdown:only-child > box > button.combo, .linked.vertical > combobox:only-child > box > button.combo {
border-radius: 3px;
border-style: solid;
}
.toolbar,
toolbar {
padding: 4px;
border-spacing: 4px;
background-color: #222222;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.toolbar separator,
toolbar separator {
background: none;
}
.toolbar.horizontal separator,
toolbar.horizontal separator {
margin: 0 6px;
}
.toolbar.vertical separator,
toolbar.vertical separator {
margin: 6px 0;
}
.osd .toolbar, .osd toolbar {
background-color: transparent;
}
.toolbar.osd,
toolbar.osd {
padding: 8px;
border: 1px solid rgba(16, 16, 16, 0.95);
border-radius: 3px;
background-color: rgba(26, 26, 26, 0.9);
}
.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom,
toolbar.osd.left,
toolbar.osd.right,
toolbar.osd.top,
toolbar.osd.bottom {
border-radius: 0;
}
.toolbar.osd.top,
toolbar.osd.top {
border-width: 0 0 1px 0;
}
.toolbar.osd.bottom,
toolbar.osd.bottom {
border-width: 1px 0 0 0;
}
.toolbar.osd.left,
toolbar.osd.left {
border-width: 0 1px 0 0;
}
.toolbar.osd.right,
toolbar.osd.right {
border-width: 0 0 0 1px;
}
.toolbar button {
margin: 1px;
}
.toolbar button:hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
}
.toolbar button:active {
color: #ffffff;
border-color: rgba(0, 0, 0, 0.25);
background-color: #458588;
}
.toolbar button:disabled {
border-color: rgba(0, 0, 0, 0.15);
background-color: rgba(43, 43, 43, 0.55);
}
.toolbar button:disabled label, .toolbar button:disabled {
color: rgba(203, 191, 191, 0.45);
}
searchbar > revealer > box {
padding: 6px;
border-spacing: 6px;
border-style: solid;
border-color: #1a1a1a;
background-color: #222222;
border-width: 0 0 1px;
}
actionbar > revealer > box {
padding: 6px;
border-spacing: 6px;
border-top: 1px solid rgba(0, 0, 0, 0.25);
background-color: #1a1a1a;
}
headerbar {
min-height: 42px;
padding: 0 10px;
color: #d0c8c8;
background-color: #1a1a1a;
}
headerbar:backdrop {
transition: 200ms ease-out;
color: rgba(208, 200, 200, 0.7);
background-color: #272727;
}
headerbar .title {
padding-left: 12px;
padding-right: 12px;
font-weight: bold;
}
headerbar .subtitle {
font-size: smaller;
padding-left: 12px;
padding-right: 12px;
}
headerbar.selection-mode {
color: #ffffff;
background-color: rgba(240, 84, 76, 0.95);
border-color: rgba(238, 66, 57, 0.95);
box-shadow: none;
}
headerbar.selection-mode:backdrop {
background-color: rgba(240, 84, 76, 0.95);
color: rgba(255, 255, 255, 0.6);
}
headerbar.selection-mode .selection-menu {
box-shadow: none;
padding-left: 10px;
padding-right: 10px;
}
headerbar.selection-mode .selection-menu .arrow {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
.maximized headerbar.selection-mode {
background-color: #458588;
}
.tiled headerbar, .tiled headerbar:backdrop, .maximized headerbar, .maximized headerbar:backdrop {
border-radius: 0;
}
.maximized headerbar {
background-color: #1a1a1a;
border-color: #101010;
}
.maximized headerbar:backdrop {
background-color: #272727;
}
headerbar.default-decoration {
min-height: 28px;
padding: 0 6px;
background-color: #1a1a1a;
}
.tiled headerbar.default-decoration, .maximized headerbar.default-decoration, .fullscreen headerbar.default-decoration {
box-shadow: none;
}
headerbar.default-decoration windowcontrols button,
headerbar.default-decoration windowcontrols menubutton {
border: none;
min-height: 22px;
min-width: 22px;
margin: 0;
padding: 0;
}
headerbar.default-decoration windowcontrols menubutton button {
min-height: 20px;
min-width: 20px;
margin: 0;
padding: 4px;
}
.solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) {
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
border-radius: 0;
box-shadow: none;
}
.titlebar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
color: #d0c8c8;
border-radius: 0;
box-shadow: none;
border: none;
margin: 0 0 0 0;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #458588 0%, transparent 0%) 0 0 0/0 0 0;
}
.titlebar.windowhandle viewswitcher button:checked:not(.titlebutton):not(.suggested-action):not(.destructive-action), .titlebar.windowhandle viewswitcher button:active:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
color: #d0c8c8;
background-color: rgba(208, 200, 200, 0.15);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #458588 100%, transparent 0%) 0 0 2/0 0 2px;
}
.titlebar.windowhandle viewswitcher button:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
color: rgba(208, 200, 200, 0.4);
}
.titlebar.windowhandle viewswitcher button:checked:disabled:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
color: rgba(208, 200, 200, 0.4);
background-color: rgba(208, 200, 200, 0.05);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), rgba(240, 84, 76, 0.4) 100%, transparent 0%) 0 0 2/0 0 2px;
}
.titlebar {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.titlebar, .titlebar headerbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
.tiled .titlebar, .maximized .titlebar, .fullscreen .titlebar, .tiled .titlebar headerbar, .maximized .titlebar headerbar, .fullscreen .titlebar headerbar {
box-shadow: none;
}
.titlebar.windowhandle viewswitcher button:not(.titlebutton):not(.suggested-action):not(.destructive-action) {
border-radius: 0;
margin-top: 0;
margin-bottom: 0;
}
headerbar entry {
color: #d0c8c8;
border-color: rgba(0, 0, 0, 0.42);
background-color: rgba(82, 82, 82, 0.42);
}
headerbar entry image {
color: inherit;
}
headerbar entry:backdrop {
opacity: 0.85;
}
headerbar entry:focus-within {
color: white;
border-color: #458588;
background-color: rgba(67, 67, 67, 0.42);
background-clip: padding-box;
}
headerbar entry:focus-within image {
color: #458588;
}
headerbar entry:disabled {
color: rgba(208, 200, 200, 0.55);
border-color: rgba(0, 0, 0, 0.42);
background-color: rgba(82, 82, 82, 0.85);
}
headerbar entry selection:focus-within {
background-color: #ffffff;
color: #458588;
}
headerbar button {
color: #d0c8c8;
outline-offset: -3px;
background-color: transparent;
border-color: transparent;
border-width: 0;
}
headerbar button:backdrop {
opacity: 0.8;
}
headerbar button:hover {
color: #d0c8c8;
border-color: rgba(0, 0, 0, 0.25);
background-color: rgba(208, 200, 200, 0.18);
}
headerbar button:active, headerbar button:checked {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: #ffffff;
border-color: transparent;
background-color: #458588;
background-clip: padding-box;
}
headerbar button:disabled {
background-color: transparent;
border-color: transparent;
}
headerbar button:disabled label, headerbar button:disabled {
color: rgba(208, 200, 200, 0.45);
}
headerbar button:disabled:active, headerbar button:disabled:checked {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(240, 84, 76, 0.75);
background-color: rgba(240, 84, 76, 0.75);
}
headerbar .linked.raised > button:not(:last-child):not(:only-child) {
margin-left: 1px;
}
headerbar .linked.raised > button {
border-radius: 3px;
border-style: solid;
border-width: 0;
box-shadow: none;
}
headerbar .linked.raised > button:last-child {
border-left-style: solid;
border-left-width: 0;
border-color: transparent;
}
headerbar .linked.raised > button:last-child:hover, headerbar .linked.raised > button:last-child:active {
border-color: rgba(0, 0, 0, 0.25);
}
headerbar > windowhandle > box,
headerbar > windowhandle > box > box.start,
headerbar > windowhandle > box > box.end {
border-spacing: 6px;
}
headerbar entry,
headerbar spinbutton,
headerbar separator:not(.sidebar),
headerbar button,
headerbar menubutton {
margin-top: 6px;
margin-bottom: 6px;
}
headerbar menubutton > button {
margin-top: 0px;
margin-bottom: 0px;
}
headerbar entry progress {
border-color: #458588;
background-image: none;
background-color: transparent;
}
headerbar entry.warning {
color: white;
border-color: rgba(0, 0, 0, 0.42);
background-color: #9c532a;
}
headerbar entry.warning:focus-within {
color: white;
background-color: #F27835;
}
headerbar entry.warning selection, headerbar entry.warning selection:focus {
background-color: white;
color: #F27835;
}
headerbar entry.error {
color: white;
border-color: rgba(0, 0, 0, 0.42);
background-color: #a2322c;
}
headerbar entry.error:focus-within {
color: white;
background-color: #FC4138;
}
headerbar entry.error selection, headerbar entry.error selection:focus {
background-color: white;
color: #FC4138;
}
headerbar.selection-mode button {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
headerbar.selection-mode button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
headerbar.selection-mode button:hover {
background-color: alpha(#ffffff,0.3);
}
headerbar.selection-mode button:active, headerbar.selection-mode button:checked {
color: #458588;
background-color: #ffffff;
border-color: #ffffff;
}
headerbar.selection-mode button:disabled {
color: rgba(255, 255, 255, 0.42);
}
headerbar.selection-mode button:disabled label {
color: rgba(255, 255, 255, 0.42);
}
headerbar.selection-mode button:disabled:checked, headerbar.selection-mode button:disabled:active {
color: #458588;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.42);
}
headerbar.selection-mode button:backdrop {
opacity: 0.7;
background: none;
}
headerbar buttonbox.linked > button,
headerbar .linked > button.toggle,
headerbar stackswitcher.linked > button {
background-color: #343434;
color: #d0c8c8;
border-width: 0;
border-color: rgba(0, 0, 0, 0.25);
}
headerbar buttonbox.linked > button:hover,
headerbar .linked > button.toggle:hover,
headerbar stackswitcher.linked > button:hover {
background-color: #434343;
}
headerbar buttonbox.linked > button:active, headerbar buttonbox.linked > button:checked,
headerbar .linked > button.toggle:active,
headerbar .linked > button.toggle:checked,
headerbar stackswitcher.linked > button:active,
headerbar stackswitcher.linked > button:checked {
color: #ffffff;
border-color: transparent;
background-color: #458588;
}
headerbar buttonbox.linked > button:disabled,
headerbar .linked > button.toggle:disabled,
headerbar stackswitcher.linked > button:disabled {
color: rgba(208, 200, 200, 0.4);
}
headerbar buttonbox.linked > button:disabled label,
headerbar .linked > button.toggle:disabled label,
headerbar stackswitcher.linked > button:disabled label {
color: rgba(208, 200, 200, 0.4);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry {
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry:focus-within {
border-color: #458588;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error {
border-left-color: #FC4138;
}
headerbar .linked:not(.vertical):not(.path-bar) > entry.warning + entry {
border-left-color: rgba(0, 0, 0, 0.42);
}
headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.warning {
border-left-color: #F27835;
}
headerbar .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 {
border-left-color: #FC4138;
}
headerbar button.suggested-action {
background-clip: border-box;
color: white;
background-color: #458588;
border-color: #458588;
}
headerbar button.suggested-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #458588;
}
headerbar button.suggested-action:hover {
background-clip: border-box;
color: white;
background-color: #f26a64;
border-color: #f26a64;
}
headerbar button.suggested-action:active, headerbar button.suggested-action:checked {
background-clip: border-box;
color: white;
background-color: #f4817b;
border-color: #f4817b;
}
headerbar button.suggested-action.flat:disabled, headerbar button.suggested-action:disabled {
background-color: transparent;
border-color: transparent;
}
headerbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled, headerbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled {
color: rgba(208, 200, 200, 0.45);
}
headerbar button.suggested-action:backdrop,
headerbar button.suggested-action:backdrop {
opacity: 0.8;
}
headerbar button.destructive-action {
background-clip: border-box;
color: white;
background-color: #db5b5b;
border-color: #db5b5b;
}
headerbar button.destructive-action.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #db5b5b;
}
headerbar button.destructive-action:hover {
background-clip: border-box;
color: white;
background-color: #e07070;
border-color: #e07070;
}
headerbar button.destructive-action:active, headerbar button.destructive-action:checked {
background-clip: border-box;
color: white;
background-color: #e48585;
border-color: #e48585;
}
headerbar button.destructive-action.flat:disabled, headerbar button.destructive-action:disabled {
background-color: transparent;
border-color: transparent;
}
headerbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled, headerbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled {
color: rgba(208, 200, 200, 0.45);
}
headerbar button.destructive-action:backdrop,
headerbar button.destructive-action:backdrop {
opacity: 0.8;
}
headerbar spinbutton:not(.vertical):focus-within {
color: #ffffff;
caret-color: #ffffff;
}
headerbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button:disabled {
color: #d0c8c8;
border-color: rgba(0, 0, 0, 0.25);
background-color: rgba(208, 200, 200, 0.18);
}
headerbar spinbutton:not(.vertical) button:hover {
background-color: rgba(121, 121, 121, 0.42);
}
headerbar spinbutton:not(.vertical) button:active, headerbar spinbutton:not(.vertical) button:checked {
color: #ffffff;
border-color: transparent;
background-color: #458588;
}
headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(208, 200, 200, 0.42);
}
headerbar spinbutton:not(.vertical) > button + button {
border-left-style: none;
}
headerbar spinbutton:not(.vertical) > button:hover:not(:active),
headerbar spinbutton:not(.vertical) > button:hover + button {
box-shadow: inset 1px 0 rgba(0, 0, 0, 0.42);
}
headerbar 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 {
box-shadow: inset 1px 0 rgba(0, 0, 0, 0.42);
}
headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active),
headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none;
}
headerbar spinbutton:not(.vertical) > entry:focus-within + button {
border-left-color: #458588;
}
headerbar combobox:disabled {
color: rgba(208, 200, 200, 0.42);
}
headerbar combobox > .linked > button.combo {
color: #d0c8c8;
border-color: rgba(0, 0, 0, 0.42);
background-color: rgba(82, 82, 82, 0.42);
}
headerbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image:hover {
color: inherit;
}
headerbar combobox > .linked > button.combo:hover {
color: white;
border-color: #458588;
background-color: rgba(67, 67, 67, 0.42);
box-shadow: none;
}
headerbar combobox > .linked > button.combo:disabled {
color: rgba(208, 200, 200, 0.55);
border-color: rgba(0, 0, 0, 0.42);
background-color: rgba(82, 82, 82, 0.85);
}
headerbar combobox > .linked > entry.combo:dir(ltr) {
border-right-style: none;
}
headerbar combobox > .linked > entry.combo:dir(ltr):focus {
box-shadow: 1px 0 #458588;
}
headerbar combobox > .linked > entry.combo:dir(rtl) {
border-left-style: none;
}
headerbar combobox > .linked > entry.combo:dir(rtl):focus {
box-shadow: -1px 0 #458588;
}
headerbar combobox > .linked > button.combo:dir(ltr), headerbar combobox > .linked > button.combo:dir(ltr):hover, headerbar combobox > .linked > button.combo:dir(ltr):active, headerbar combobox > .linked > button.combo:dir(ltr):checked, headerbar combobox > .linked > button.combo:dir(ltr):disabled {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
headerbar combobox > .linked > button.combo:dir(rtl), headerbar combobox > .linked > button.combo:dir(rtl):hover, headerbar combobox > .linked > button.combo:dir(rtl):active, headerbar combobox > .linked > button.combo:dir(rtl):checked, headerbar combobox > .linked > button.combo:dir(rtl):disabled {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
headerbar switch:backdrop {
opacity: 0.75;
}
headerbar progressbar trough {
background-color: rgba(0, 0, 0, 0.42);
}
headerbar progressbar:backdrop {
opacity: 0.75;
}
headerbar scale:backdrop {
opacity: 0.75;
}
headerbar scale slider {
background-color: #343434;
border-color: rgba(0, 0, 0, 0.72);
}
headerbar scale slider:hover {
background-color: #414141;
border-color: rgba(0, 0, 0, 0.72);
}
headerbar scale slider:active {
background-color: #458588;
border-color: #458588;
}
headerbar scale slider:disabled {
background-color: #2c2c2c;
border-color: rgba(0, 0, 0, 0.72);
}
headerbar scale trough {
background-color: rgba(0, 0, 0, 0.42);
}
headerbar scale trough:disabled {
background-color: rgba(0, 0, 0, 0.9);
}
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;
}
headerbar.titlebar headerbar:not(.titlebar) {
background: none;
box-shadow: none;
}
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;
}
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, #1a1a1a, #1a1a1a);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
.titlebar:not(headerbar) > separator:backdrop {
transition: 200ms ease-out;
background-image: linear-gradient(to bottom, #272727, #272727);
box-shadow: none;
}
headerbar separator.titlebutton {
min-width: 0;
min-height: 0;
background: none;
border-width: 0 0;
border-image: linear-gradient(to bottom, rgba(208, 200, 200, 0) 25%, rgba(208, 200, 200, 0.35) 25%, rgba(208, 200, 200, 0.35) 75%, rgba(208, 200, 200, 0) 75%) 0 1/0 0 stretch;
}
headerbar separator.titlebutton:backdrop {
opacity: 0.6;
}
window.devel headerbar.titlebar {
background: #222222 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(240, 84, 76, 0.1)), linear-gradient(to top, #101010 3px, #151515);
}
window.devel headerbar.titlebar:backdrop {
background: #222222 cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#222222);
/* background-color would flash */
}
.path-bar > button:hover {
background-color: rgba(203, 191, 191, 0.06);
}
.path-bar > button:checked, .path-bar > button:active {
background-color: #458588;
border-color: #458588;
}
.path-bar > button:checked:hover, .path-bar > button:active:hover {
background-color: #f26a64;
border-color: #f26a64;
}
.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;
}
columnview.view,
treeview.view {
border-left-color: #474545;
border-top-color: #474545;
}
columnview.view,
treeview.view {
outline: 0 solid transparent;
outline-offset: 4px;
}
columnview.view:focus:focus-visible,
treeview.view:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
columnview.view acceleditor > label,
treeview.view acceleditor > label {
background-color: #458588;
}
columnview.view:selected, columnview.view:selected:focus,
treeview.view:selected,
treeview.view:selected:focus {
border-radius: 0;
outline-color: rgba(255, 255, 255, 0.3);
}
columnview.view:disabled,
treeview.view:disabled {
color: rgba(203, 191, 191, 0.45);
}
columnview.view:disabled:selected,
treeview.view:disabled:selected {
color: rgba(203, 191, 191, 0.45);
}
columnview.view.separator,
treeview.view.separator {
min-height: 2px;
color: rgba(0, 0, 0, 0.1);
}
columnview.view:drop(active),
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #de8a86;
}
columnview.view.after:drop(active),
treeview.view.after:drop(active) {
border-top-style: none;
}
columnview.view.before:drop(active),
treeview.view.before:drop(active) {
border-bottom-style: none;
}
columnview.view > dndtarget:drop(active),
treeview.view > dndtarget:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #c51911;
}
columnview.view > dndtarget.after:drop(active),
treeview.view > dndtarget.after:drop(active) {
border-top-style: none;
}
columnview.view > dndtarget.before:drop(active),
treeview.view > dndtarget.before:drop(active) {
border-bottom-style: none;
}
columnview.view.expander,
treeview.view.expander {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
color: #918989;
}
columnview.view.expander:dir(rtl),
treeview.view.expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
}
columnview.view.expander:hover,
treeview.view.expander:hover {
color: #cbbfbf;
}
columnview.view.expander:selected,
treeview.view.expander:selected {
color: #b5abab;
}
columnview.view.expander:selected:hover,
treeview.view.expander:selected:hover {
color: #cbbfbf;
}
columnview.view.expander:checked,
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
columnview.view.progressbar,
treeview.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-color: #458588;
background-image: image(#458588);
}
columnview.view.progressbar:selected, columnview.view.progressbar:selected:focus,
treeview.view.progressbar:selected,
treeview.view.progressbar:selected:focus {
color: #458588;
border-radius: 3px;
box-shadow: none;
background-color: #ffffff;
background-image: image(#ffffff);
}
columnview.view.trough,
treeview.view.trough {
color: #cbbfbf;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 3px;
border-width: 0;
}
columnview.view.trough:selected, columnview.view.trough:selected:focus,
treeview.view.trough:selected,
treeview.view.trough:selected:focus {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
border-width: 0;
}
columnview.view > header > button,
treeview.view > header > button {
min-height: 0;
min-width: 0;
padding: 3px 6px;
font-weight: bold;
color: #aaa0a0;
background-color: #262626;
background-image: none;
border-style: none solid none none;
border-radius: 0;
border-image: linear-gradient(to bottom, #262626 20%, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.12) 80%, #262626 80%) 0 1 0 0/0 1px 0 0 stretch;
}
columnview.view > header > button:hover,
treeview.view > header > button:hover {
color: #458588;
}
columnview.view > header > button:active,
treeview.view > header > button:active {
color: #cbbfbf;
}
columnview.view > header > button:active, columnview.view > header > button:hover,
treeview.view > header > button:active,
treeview.view > header > button:hover {
background-color: #262626;
}
columnview.view > header > button:active:hover,
treeview.view > header > button:active:hover {
color: #cbbfbf;
}
columnview.view > header > button:disabled,
treeview.view > header > button:disabled {
border-color: #222222;
background-image: none;
}
columnview.view > header > button:last-child,
treeview.view > header > button:last-child {
border-right-style: none;
border-image: none;
}
columnview.view button.dnd, columnview.view button.dnd:selected, columnview.view button.dnd:hover, columnview.view button.dnd:active,
columnview.view header.button.dnd,
columnview.view header.button.dnd:selected,
columnview.view header.button.dnd:hover,
columnview.view header.button.dnd:active,
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: #458588;
border-radius: 0;
border-style: none;
}
menubar {
padding: 0;
background-color: #1a1a1a;
color: #d0c8c8;
}
menubar:backdrop {
color: rgba(208, 200, 200, 0.7);
}
menubar > item {
transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
padding: 6px 10px;
border: none;
border-radius: 0;
min-height: 16px;
}
menubar > item:selected {
background-color: #458588;
color: #ffffff;
}
menubar > item:disabled {
color: rgba(208, 200, 200, 0.45);
border-color: transparent;
}
menubar > item popover.menu.background > contents {
padding: 5px;
border-radius: 0 0 3px 3px;
}
menubar > item popover.menu popover.menu {
padding: 0 0 4px 0;
}
menubar > item popover.menu.background popover.menu.background > contents {
margin: 0;
border-radius: 3px;
}
popover.background {
background-color: transparent;
font: initial;
}
popover.background > arrow,
popover.background > contents {
background-color: #222222;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.45);
box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.35);
}
popover.background:backdrop {
background-color: transparent;
}
popover.background > contents {
padding: 6px;
border-radius: 3px;
}
popover.background > contents > list,
popover.background > contents > .view,
popover.background > contents > toolbar {
border-style: none;
background-color: transparent;
}
popover.background > contents separator {
background-color: rgba(26, 26, 26, 0.475);
margin: 3px;
}
popover.background > contents list separator {
margin: 0;
}
popover.background label.separator {
color: #cbbfbf;
}
popover.background > list,
popover.background > .view,
popover.background > toolbar,
popover.background > scrolledwindow > viewport > list {
border-style: none;
background-color: transparent;
}
popover.background > scrolledwindow > viewport > list {
margin: 6px;
}
popover.background > scrolledwindow > viewport > list row {
padding: 6px 12px;
border-radius: 2px;
}
popover.background scale > trough > fill:disabled {
background-color: transparent;
}
.osd popover.background, popover.background.touch-selection, popover.background.magnifier {
background-color: transparent;
}
.osd popover.background > arrow,
.osd popover.background > contents, popover.background.touch-selection > arrow,
popover.background.touch-selection > contents, popover.background.magnifier > arrow,
popover.background.magnifier > contents {
background-clip: padding-box;
border: 1px solid rgba(16, 16, 16, 0.95);
}
magnifier {
background-color: #262626;
}
popover.menu {
padding: 0;
}
popover.menu box.inline-buttons {
padding: 0 6px;
}
popover.menu box.inline-buttons button.image-button.model {
border-color: transparent;
background-color: transparent;
background-image: none;
min-height: 30px;
min-width: 30px;
padding: 0;
border: none;
outline: none;
transition: none;
}
popover.menu box.inline-buttons button.image-button.model:selected {
background-image: image(#2f2f2f);
}
popover.menu box.circular-buttons {
padding: 6px 6px 6px;
}
popover.menu box.circular-buttons button.circular.image-button.model {
padding: 10px;
border: none;
}
popover.menu box.circular-buttons button.circular.image-button.model:focus {
background-color: #2f2f2f;
}
popover.menu box.circular-buttons button.circular.image-button.model:active:focus {
color: #cbbfbf;
background-color: #3c3c3c;
}
popover.menu > arrow, popover.menu.background > contents {
background-color: #222222;
padding: 5px;
}
popover.menu.background separator {
margin: 6px 0;
}
popover.menu accelerator {
color: alpha(currentColor,0.55);
}
popover.menu accelerator:dir(ltr) {
margin-left: 6px;
}
popover.menu accelerator:dir(rtl) {
margin-right: 6px;
}
popover.menu radio {
border-color: rgba(0, 0, 0, 0.25);
}
popover.menu radio:active {
border-color: rgba(0, 0, 0, 0);
}
popover.menu arrow.left,
popover.menu radio.left,
popover.menu check.left {
margin-left: -2px;
margin-right: 6px;
}
popover.menu arrow.right,
popover.menu radio.right,
popover.menu check.right {
margin-left: 6px;
margin-right: -2px;
}
popover.menu modelbutton {
min-height: 30px;
min-width: 40px;
padding: 0 6px;
border-radius: 2px;
}
popover.menu modelbutton:selected {
color: #b5abab;
background-color: #2f2f2f;
}
popover.menu modelbutton:selected:active {
color: #cbbfbf;
background-color: #3c3c3c;
}
popover.menu label.title {
font-weight: bold;
padding: 4px 26px;
}
notebook {
padding: 0;
}
notebook > header > tabs > tab:checked {
outline: 0 solid transparent;
outline-offset: 4px;
}
notebook:focus:focus-visible > header > tabs > tab:checked {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
notebook.frame {
border: 1px solid rgba(0, 0, 0, 0.25);
}
notebook > stack:not(:only-child) {
background-color: #262626;
}
notebook > header {
padding: 0;
background-color: #222222;
}
notebook > header.top {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
notebook > header.top > tabs > tab {
padding: 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(#458588,0.6), 0 1px alpha(#458588,0.6);
}
notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #458588, 0 1px #458588;
}
notebook > header.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
notebook > header.bottom > tabs > tab {
padding: 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(#458588,0.6), 0 -1px alpha(#458588,0.6);
}
notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #458588, 0 -1px #458588;
}
notebook > header.right {
border-left: 1px solid rgba(0, 0, 0, 0.25);
}
notebook > header.right > tabs > tab {
padding: 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(#458588,0.6), -1px 0 alpha(#458588,0.6);
}
notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #458588, -1px 0 #458588;
}
notebook > header.left {
border-right: 1px solid rgba(0, 0, 0, 0.25);
}
notebook > header.left > tabs > tab {
padding: 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(#458588,0.6), 1px 0 alpha(#458588,0.6);
}
notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #458588, 1px 0 #458588;
}
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(203, 191, 191, 0.45);
}
notebook > header > tabs > arrow:hover {
color: rgba(203, 191, 191, 0.725);
}
notebook > header > tabs > arrow:active {
color: #cbbfbf;
}
notebook > header > tabs > arrow:disabled {
color: rgba(203, 191, 191, 0.7);
}
notebook > header > tabs > tab {
color: rgba(203, 191, 191, 0.45);
background-color: rgba(34, 34, 34, 0);
}
notebook > header > tabs > tab:hover:not(:checked) {
color: rgba(203, 191, 191, 0.725);
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
notebook > header > tabs > tab:checked {
color: #cbbfbf;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
notebook > header > tabs > tab button.flat {
border-radius: 100%;
min-height: 16px;
min-width: 16px;
padding: 0;
margin: 4px 0;
color: #908888;
}
notebook > header > tabs > tab button.flat:hover {
color: #ff4d4d;
background-color: #151515;
}
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.flat:active:hover {
color: #458588;
background-color: #0e0e0e;
}
notebook > header button {
margin: 2px;
}
scrollbar {
background-color: #232323;
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
scrollbar.top {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
scrollbar.bottom {
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
scrollbar.left {
border-right: 1px solid rgba(0, 0, 0, 0.25);
}
scrollbar.right {
border-left: 1px solid rgba(0, 0, 0, 0.25);
}
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 > range > trough > slider {
min-width: 6px;
min-height: 6px;
margin: -1px;
border: 4px solid transparent;
border-radius: 8px;
background-clip: padding-box;
background-color: #666161;
}
scrollbar > range > trough > slider:hover {
background-color: #555151;
}
scrollbar > range > trough > slider:hover:active {
background-color: #458588;
}
scrollbar > range > trough > slider:disabled {
background-color: transparent;
}
scrollbar > range.fine-tune > trough > slider {
min-width: 4px;
min-height: 4px;
}
scrollbar > range.fine-tune.horizontal > trough > slider {
border-width: 5px 4px;
}
scrollbar > range.fine-tune.vertical > trough > 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) > range > trough > slider {
margin: 0;
min-width: 4px;
min-height: 4px;
background-color: #989090;
border: 1px solid rgba(0, 0, 0, 0.3);
}
scrollbar.overlay-indicator.horizontal:not(.dragging):not(.hovering) > range > trough > slider {
margin: 0 2px;
min-width: 40px;
}
scrollbar.overlay-indicator.vertical:not(.dragging):not(.hovering) > range > trough > slider {
margin: 2px 0;
min-height: 40px;
}
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
opacity: 0.8;
}
scrollbar.horizontal > range > trough > slider {
min-width: 40px;
}
scrollbar.vertical > range > trough > slider {
min-height: 40px;
}
treeview ~ scrollbar.vertical {
border-top: 1px solid rgba(0, 0, 0, 0.25);
margin-top: -1px;
}
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-dark.png"), url("assets/switch-dark@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 {
background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png"));
}
switch:checked {
background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@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 {
background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png"));
}
switch:hover {
background-image: -gtk-scaled(url("assets/switch-hover-dark.png"), url("assets/switch-hover-dark@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 {
background-image: -gtk-scaled(url("assets/switch-hover-header-dark.png"), url("assets/switch-hover-header-dark@2.png"));
}
switch:checked:hover {
background-image: -gtk-scaled(url("assets/switch-active-hover-dark.png"), url("assets/switch-active-hover-dark@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 {
background-image: -gtk-scaled(url("assets/switch-active-hover-header-dark.png"), url("assets/switch-active-hover-header-dark@2.png"));
}
switch:disabled {
background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@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 {
background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png"));
}
switch:checked:disabled {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@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 {
background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png"));
}
.check,
check,
treeview.check {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-checked-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-unchecked-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-mixed-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-checked-dark@2.png"));
}
.osd 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-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
}
.osd 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-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
background-color: transparent;
}
.view.content-view.check:checked:not(list) {
-gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@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: #a99595;
}
checkbutton.text-button:disabled, radiobutton.text-button:disabled {
color: rgba(203, 191, 191, 0.45);
}
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 > trough > fill, scale > trough, popover.background scale > trough, popover.background scale > trough > fill {
border: none;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.25);
}
scale > trough > fill:disabled, scale > trough:disabled, popover.background scale > trough:disabled, popover.background scale > trough > fill:disabled {
background-color: rgba(0, 0, 0, 0.15);
}
.osd scale > trough > fill, .osd scale > trough, .osd popover.background scale > trough, popover.background .osd scale > trough, .osd popover.background scale > trough > fill, popover.background .osd scale > trough > fill {
background-color: rgba(0, 0, 0, 0.25);
}
.osd scale > trough > fill:disabled, .osd scale > trough:disabled, .osd popover.background scale > trough:disabled {
background-color: rgba(0, 0, 0, 0.1);
}
scale > trough > highlight, popover.background scale > trough > highlight {
border: none;
border-radius: 3px;
background-color: #458588;
}
scale > trough > highlight:disabled, popover.background scale > trough > highlight:disabled {
background-color: rgba(240, 84, 76, 0.5);
}
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.fine-tune slider {
margin: -4px;
}
scale.fine-tune fill,
scale.fine-tune highlight,
scale.fine-tune trough {
border-radius: 5px;
}
scale > trough > fill:disabled {
background-color: transparent;
}
scale > trough > slider {
min-height: 15px;
min-width: 15px;
margin: -6px;
background-color: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 100%;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border;
}
scale > trough > slider:hover {
background-clip: border-box;
background-color: #458588;
border-color: #ef473e;
}
scale > trough > slider:active {
background-clip: border-box;
background-color: #ef473e;
border-color: #ee3930;
}
scale > trough > slider:disabled {
background-color: #e6e6e6;
border-color: rgba(0, 0, 0, 0.25);
}
scale > value {
color: alpha(currentColor,0.45);
font-feature-settings: "tnum";
}
scale > marks {
color: alpha(currentColor,0.45);
}
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;
}
infobar.info trough, infobar.question trough, infobar.warning trough, infobar.error trough, scale:selected trough {
background-color: rgba(0, 0, 0, 0.2);
}
infobar.info trough highlight, infobar.question trough highlight, infobar.warning trough highlight, infobar.error trough highlight, scale:selected trough highlight {
background-color: #f26f68;
}
infobar.info trough highlight:disabled, infobar.question trough highlight:disabled, infobar.warning trough highlight:disabled, infobar.error trough highlight:disabled, scale:selected trough highlight:disabled {
background-color: #f8b2ae;
}
infobar.info trough:disabled, infobar.question trough:disabled, infobar.warning trough:disabled, infobar.error trough:disabled, scale:selected trough:disabled {
background-color: rgba(0, 0, 0, 0.1);
}
progressbar {
font-size: smaller;
color: rgba(203, 191, 191, 0.7);
font-feature-settings: "tnum";
}
progressbar.horizontal > trough {
min-width: 150px;
}
progressbar.horizontal > trough, progressbar.horizontal > trough > progress {
min-height: 4px;
border-radius: 2px;
}
progressbar.vertical > trough {
min-height: 80px;
}
progressbar.vertical > trough, progressbar.vertical > trough > progress {
min-width: 4px;
border-radius: 2px;
}
progressbar.horizontal > trough > progress {
margin: 0 -1px;
}
progressbar.vertical > trough > progress {
margin: -1px 0;
}
progressbar.osd {
min-width: 4px;
min-height: 4px;
background-color: transparent;
}
progressbar.osd > trough {
border-style: none;
background-color: transparent;
box-shadow: none;
}
progressbar.osd > progress {
border-style: none;
border-radius: 0;
}
progressbar > trough > progress {
background-color: #458588;
border: none;
border-radius: 3px;
box-shadow: none;
border-radius: 1.5px;
}
row:selected progressbar > trough > progress, infobar progressbar > trough > progress {
background-color: #ffffff;
}
progressbar > trough > progress:disabled {
background-color: rgba(203, 191, 191, 0.45);
border-color: rgba(203, 191, 191, 0.45);
}
progressbar > trough > progress.left {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
progressbar > trough > progress.right {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
progressbar > trough > progress.top {
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
progressbar > trough > progress.bottom {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
progressbar > trough {
border: none;
border-radius: 3px;
background-color: #151515;
}
row:selected progressbar > trough, infobar progressbar > trough {
background-color: rgba(0, 0, 0, 0.2);
}
/*************
* Level Bar *
*************/
levelbar.horizontal trough > block {
min-height: 4px;
border-radius: 3px;
}
levelbar.horizontal trough > block:dir(rtl) {
border-radius: 0 3px 3px 0;
}
levelbar.horizontal trough > block:dir(ltr) {
border-radius: 3px 0 0 3px;
}
levelbar.horizontal trough > block.empty, levelbar.horizontal trough > block.full {
border-radius: 3px;
}
levelbar.horizontal.discrete trough > block {
min-height: 2px;
margin: 1px;
min-width: 24px;
border-radius: 0;
}
levelbar.horizontal.discrete trough > block:first-child {
border-radius: 2px 0 0 2px;
}
levelbar.horizontal.discrete trough > block:last-child {
border-radius: 0 2px 2px 0;
}
levelbar.vertical trough > block {
min-width: 4px;
border-radius: 3px;
}
levelbar.vertical.discrete > trough > block {
min-width: 4px;
margin: 1px 0;
min-height: 32px;
}
levelbar > trough {
padding: 0;
}
levelbar > trough > block {
border: 1px solid;
}
levelbar > trough > block.low {
border-color: #F27835;
background-color: #F27835;
}
levelbar > trough > block.high, levelbar > trough > block:not(.empty) {
border-color: #458588;
background-color: #458588;
}
levelbar > trough > block.full {
border-color: #3498db;
background-color: #3498db;
}
levelbar > trough > block.empty {
background-color: #151515;
border-color: #151515;
}
window.dialog.print drawing {
color: #cbbfbf;
background: none;
border: none;
padding: 0;
}
window.dialog.print drawing paper {
border: 1px solid rgba(0, 0, 0, 0.25);
background: #262626;
padding: 0;
}
window.dialog.print .dialog-action-box {
margin: 12px;
}
frame,
.frame {
border: 1px solid rgba(0, 0, 0, 0.25);
}
frame {
border-radius: 2px;
}
frame > label {
margin: 4px;
}
scrolledwindow > overshoot.top {
background-image: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at top, rgba(203, 191, 191, 0.07), rgba(203, 191, 191, 0));
background-size: 100% 3%, 100% 50%;
background-repeat: no-repeat;
background-position: top;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow > overshoot.bottom {
background-image: radial-gradient(farthest-side at bottom, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at bottom, rgba(203, 191, 191, 0.07), rgba(203, 191, 191, 0));
background-size: 100% 3%, 100% 50%;
background-repeat: no-repeat;
background-position: bottom;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow > overshoot.left {
background-image: radial-gradient(farthest-side at left, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at left, rgba(203, 191, 191, 0.07), rgba(203, 191, 191, 0));
background-size: 3% 100%, 50% 100%;
background-repeat: no-repeat;
background-position: left;
background-color: transparent;
border: none;
box-shadow: none;
}
scrolledwindow > overshoot.right {
background-image: radial-gradient(farthest-side at right, rgba(0, 0, 0, 0.25) 85%, rgba(0, 0, 0, 0)), radial-gradient(farthest-side at right, rgba(203, 191, 191, 0.07), rgba(203, 191, 191, 0));
background-size: 3% 100%, 50% 100%;
background-repeat: no-repeat;
background-position: right;
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.25) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
background-color: #232323;
}
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;
}
listview,
list {
background-color: #262626;
border-color: rgba(0, 0, 0, 0.25);
border-radius: 2px;
}
listview > row,
list > row {
padding: 2px;
}
listview > row:first-child,
list > row:first-child {
border-radius: 2px 2px 0 0;
}
listview > row:last-child,
list > row:last-child {
border-radius: 0 0 2px 2px;
}
listview > row.expander,
list > row.expander {
padding: 0px;
}
listview > row.expander .row-header,
list > row.expander .row-header {
padding: 2px;
}
listview.separators.horizontal,
list.separators.horizontal {
border-left: none;
}
listview.separators:not(.horizontal),
list.separators:not(.horizontal) {
border-bottom: none;
}
listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator),
list.horizontal row.separator,
list.separators.horizontal > row:not(.separator) {
border-left: 1px solid rgba(0, 0, 0, 0.25);
}
listview:not(.horizontal) row.separator, listview.separators:not(.horizontal) > row:not(.separator),
list:not(.horizontal) row.separator,
list.separators:not(.horizontal) > row:not(.separator) {
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
row.has-open-popup.activatable, row.activatable:hover {
background-color: rgba(255, 255, 255, 0.08);
}
row.activatable:active {
color: #cbbfbf;
}
row.activatable:disabled {
color: rgba(203, 191, 191, 0.45);
}
row.activatable:disabled image {
color: inherit;
}
row.activatable:selected:active {
color: #cbbfbf;
}
row.activatable.has-open-popup:selected, row.activatable:selected:hover {
background-color: #383737;
}
row:not(:hover) {
transition: all 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
columnview > listview > row {
padding: 0;
}
columnview > listview > row > cell {
padding: 8px 6px;
}
columnview > listview > row > cell:not(:first-child) {
border-left: 1px solid transparent;
}
columnview.column-separators > listview > row > cell {
border-left-color: rgba(0, 0, 0, 0.25);
}
columnview.data-table > listview > row > cell {
padding-top: 2px;
padding-bottom: 2px;
}
treeexpander {
border-spacing: 4px;
}
/********************************************************
* Data Tables *
* treeview like tables with individual focusable cells *
* https://gitlab.gnome.org/GNOME/gtk/-/issues/2929 *
********************************************************/
columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
outline: 2px solid rgba(240, 84, 76, 0.7);
}
columnview row:not(:selected) cell editablelabel.editing:focus-within {
outline: 2px solid #458588;
}
columnview row:not(:selected) cell editablelabel.editing text selection {
color: #ffffff;
background-color: #458588;
}
.rich-list {
/* rich lists usually containing other widgets than just labels/text */
}
.rich-list > row {
padding: 8px 12px;
min-height: 32px;
/* should be tall even when only containing a label */
}
.rich-list > row > box {
border-spacing: 12px;
}
.app-notification {
padding: 10px;
color: #d0c8c8;
background-color: alpha(rgba(26, 26, 26, 0.95),0.9);
background-clip: border-box;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: rgba(16, 16, 16, 0.95);
}
.app-notification border {
border: none;
}
.app-notification button {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.95);
}
.app-notification button:hover {
color: #d0c8c8;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(208, 200, 200, 0.1);
}
.app-notification button:active, .app-notification button:checked {
color: #ffffff;
border-color: rgba(16, 16, 16, 0.95);
background-color: #458588;
background-clip: padding-box;
}
.app-notification button:disabled {
color: #514e4e;
border-color: rgba(16, 16, 16, 0.95);
background-color: rgba(34, 34, 34, 0.85);
}
.app-notification button.flat:disabled {
border-color: transparent;
background-color: transparent;
}
.app-notification .linked:not(.vertical) > entry + entry {
border-left-color: rgba(0, 0, 0, 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-within:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry:focus-within:last-child {
border-left-color: #458588;
}
.app-notification .linked:not(.vertical) > entry:focus-within:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry:focus-within:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #458588;
}
.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-within:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry.warning:focus-within:last-child {
border-left-color: #F27835;
}
.app-notification .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry.warning:focus-within:not(:only-child) + combobox > box > button.combo {
border-left-color: #F27835;
}
.app-notification .linked:not(.vertical) > entry + entry.error:focus-within:not(:last-child),
.app-notification .linked:not(.vertical) > entry + entry.error:focus-within:last-child {
border-left-color: #FC4138;
}
.app-notification .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + entry,
.app-notification .linked:not(.vertical) > entry.error:focus-within:not(:only-child) + button,
.app-notification .linked:not(.vertical) > entry.error:focus-within: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: #458588;
}
.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(16, 16, 16, 0.95);
}
.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(16, 16, 16, 0.95);
}
.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),
.app-notification .linked:not(.vertical) {
box-shadow: none;
}
expander {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
}
expander:dir(rtl) {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
}
expander:hover {
color: white;
}
expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}
expander-widget > box > title {
outline: 0 solid transparent;
outline-offset: 4px;
}
expander-widget:focus:focus-visible > box > title {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: -2px;
}
expander-widget > box > title {
transition: outline-width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-offset 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
border-radius: 2px;
}
expander-widget > box > title:hover > expander {
color: white;
}
.navigation-sidebar:not(decoration):not(window):drop(active):focus, .navigation-sidebar:not(decoration):not(window):drop(active),
placessidebar:not(decoration):not(window):drop(active):focus,
placessidebar:not(decoration):not(window):drop(active),
stackswitcher:not(decoration):not(window):drop(active):focus,
stackswitcher:not(decoration):not(window):drop(active),
expander-widget:not(decoration):not(window):drop(active):focus,
expander-widget:not(decoration):not(window):drop(active) {
box-shadow: none;
}
calendar {
color: #cbbfbf;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 0;
padding: 0;
}
calendar > header {
color: #cbbfbf;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
calendar > header > button {
border: none;
box-shadow: none;
background: none;
border-radius: 0;
}
calendar > header > button:hover {
background-color: rgba(203, 191, 191, 0.1);
}
calendar > header > button:active {
background-color: #458588;
}
calendar > header > button:backdrop {
background: none;
}
calendar > grid > label.today {
background-color: rgba(203, 191, 191, 0.15);
border-radius: 3px;
}
calendar > grid > label.today:selected {
box-shadow: none;
}
calendar > grid > label:focus {
outline-color: rgba(240, 84, 76, 0.7);
outline-offset: -2px;
outline-width: 2px;
outline-style: solid;
}
calendar > grid > label.day-number {
padding: 4px;
}
calendar > grid > label.day-number:selected {
border-radius: 3px;
}
calendar > grid > label.day-number.other-month {
color: alpha(currentColor,0.3);
}
window.dialog.message .titlebar {
min-height: 20px;
background-color: #222222;
border: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
}
window.dialog.message box.dialog-vbox.vertical {
border-spacing: 10px;
}
window.dialog.message label.title {
font-weight: 800;
font-size: 15pt;
}
window.dialog.message .dialog-action-area:not(.vertical) > button {
padding: 5px 10px;
border-radius: 0;
border: none;
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
window.dialog.message .dialog-action-area:not(.vertical) > button:active, window.dialog.message .dialog-action-area:not(.vertical) > button:checked {
transition: background-color 0.00001s 0.2s;
animation: ripple_effect 0.2s cubic-bezier(0, 0, 0.2, 1);
}
window.dialog.message .dialog-action-area:not(.vertical) > button, window.dialog.message .dialog-action-area:not(.vertical) > button:hover, window.dialog.message .dialog-action-area:not(.vertical) > button:active, window.dialog.message .dialog-action-area:not(.vertical) > button:checked, window.dialog.message .dialog-action-area:not(.vertical) > button:disabled {
border-radius: 0;
}
window.dialog.message .dialog-action-area:not(.vertical) > button:first-child, window.dialog.message .dialog-action-area:not(.vertical) > button:hover:first-child, window.dialog.message .dialog-action-area:not(.vertical) > button:active:first-child, window.dialog.message .dialog-action-area:not(.vertical) > button:checked:first-child, window.dialog.message .dialog-action-area:not(.vertical) > button:disabled:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
window.dialog.message .dialog-action-area:not(.vertical) > button:last-child, window.dialog.message .dialog-action-area:not(.vertical) > button:hover:last-child, window.dialog.message .dialog-action-area:not(.vertical) > button:active:last-child, window.dialog.message .dialog-action-area:not(.vertical) > button:checked:last-child, window.dialog.message .dialog-action-area:not(.vertical) > button:disabled:last-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
window.dialog.message .dialog-action-area:not(.vertical) > button:only-child, window.dialog.message .dialog-action-area:not(.vertical) > button:hover:only-child, window.dialog.message .dialog-action-area:not(.vertical) > button:active:only-child, window.dialog.message .dialog-action-area:not(.vertical) > button:checked:only-child, window.dialog.message .dialog-action-area:not(.vertical) > button:disabled:only-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
window.dialog.message .dialog-action-area:not(.vertical) > button:not(.suggested-action):not(.destructive-action):hover {
background-color: alpha(#cbbfbf,0.06);
}
window.dialog.message .dialog-action-area:not(.vertical) > button:not(.suggested-action):not(.destructive-action):active, window.dialog.message .dialog-action-area:not(.vertical) > button:not(.suggested-action):not(.destructive-action):checked {
background-color: alpha(#cbbfbf,0.1);
color: #cbbfbf;
}
window.dialog.message.csd.background {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border: none;
}
window.dialog.message.csd .dialog-action-area:not(.vertical) > button {
padding: 6px 10px 8px 10px;
}
window.dialog.message.csd .dialog-action-area:not(.vertical) > button, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:hover, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:active, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:checked, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:disabled {
border-radius: 0;
border-top: 1px solid rgba(0, 0, 0, 0.25);
border-right: none;
border-bottom: none;
}
window.dialog.message.csd .dialog-action-area:not(.vertical) > button:first-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:hover:first-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:active:first-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:checked:first-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:disabled:first-child {
border-bottom-left-radius: 3px;
border-top-left-radius: 0;
border-left: none;
border-bottom: none;
}
window.dialog.message.csd .dialog-action-area:not(.vertical) > button:last-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:hover:last-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:active:last-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:checked:last-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:disabled:last-child {
border-bottom-right-radius: 3px;
border-top-right-radius: 0;
border-right: none;
border-bottom: none;
}
window.dialog.message.csd .dialog-action-area:not(.vertical) > button:only-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:hover:only-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:active:only-child, window.dialog.message.csd .dialog-action-area:not(.vertical) > button:checked:only-child, window.dialog.message.csd .dialog-action-area: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;
}
filechooser .dialog-action-box {
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
filechooser #pathbarbox {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
filechooserbutton > button > box {
border-spacing: 6px;
}
filechooserbutton:drop(active) {
box-shadow: none;
border-color: transparent;
}
.sidebar {
border-style: none;
background-color: #222222;
}
.sidebar:not(separator):dir(ltr), .sidebar.left:not(separator), .sidebar.left:not(separator):dir(rtl) {
border-right: 1px solid rgba(0, 0, 0, 0.25);
border-left-style: none;
}
.sidebar:not(separator):dir(rtl), .sidebar.right:not(separator) {
border-left: 1px solid rgba(0, 0, 0, 0.25);
border-right-style: none;
}
.sidebar listview.view,
.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 list.separators:not(.horizontal) > row:not(.separator) {
border-bottom: 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;
}
stacksidebar row:selected {
background-color: #2f2f2f;
border-radius: 3px;
color: #cbbfbf;
}
stacksidebar row:selected label {
color: #cbbfbf;
}
stacksidebar row:hover {
background-color: #2a2a2a;
}
stacksidebar row:active {
background-color: #3c3c3c;
}
stacksidebar row:selected:hover:dir(ltr), stacksidebar row:selected:hover:dir(rtl) {
background-color: #373636;
}
stacksidebar row:focus:focus-visible {
outline-width: 0;
background-color: #458588;
color: #ffffff;
}
stacksidebar row.activatable:active, stacksidebar row.activatable:selected:active {
box-shadow: none;
}
.navigation-sidebar {
padding: 3px 0;
}
.navigation-sidebar > separator {
margin: 3px;
}
.navigation-sidebar > row {
min-height: 36px;
padding: 0 8px;
border-radius: 2px;
margin: 0 3px 2px;
}
.navigation-sidebar > row:hover, .navigation-sidebar > row:focus-visible:focus-within {
background-color: #2a2a2a;
}
.navigation-sidebar > row:active {
background-color: #3c3c3c;
}
.navigation-sidebar > row:selected {
background-color: #2f2f2f;
color: #cbbfbf;
}
.navigation-sidebar > row:selected label {
color: #cbbfbf;
}
.navigation-sidebar > row:selected:hover {
background-color: #373636;
}
.navigation-sidebar > row:selected:focus-visible:focus-within {
outline-width: 0;
color: #ffffff;
background-color: #458588;
}
.navigation-sidebar > row:selected:focus-visible:focus-within:hover {
background-color: #ec271d;
}
.navigation-sidebar > row:disabled {
color: rgba(203, 191, 191, 0.45);
}
placessidebar .navigation-sidebar > row button.sidebar-button {
min-width: 22px;
min-height: 22px;
margin-top: 2px;
margin-bottom: 2px;
padding: 0;
border-radius: 100%;
}
placessidebar .navigation-sidebar > row button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5;
}
placessidebar > viewport.frame {
border-style: none;
}
placessidebar .navigation-sidebar > row {
min-height: 28px;
padding: 2px 2px 2px 10px;
}
placessidebar .navigation-sidebar > row > revealer {
padding: 0 10px;
}
placessidebar .navigation-sidebar > row image.sidebar-icon:dir(ltr) {
padding-right: 8px;
}
placessidebar .navigation-sidebar > row image.sidebar-icon:dir(rtl) {
padding-left: 8px;
}
placessidebar .navigation-sidebar > row label.sidebar-label:dir(ltr) {
padding-right: 2px;
}
placessidebar .navigation-sidebar > row label.sidebar-label:dir(rtl) {
padding-left: 2px;
}
placessidebar .navigation-sidebar > row:selected:active {
box-shadow: none;
}
placessidebar .navigation-sidebar > row.sidebar-placeholder-row {
padding: 0 8px;
min-height: 2px;
background-image: linear-gradient(to bottom, #F08437, #F08437);
background-clip: content-box;
}
placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row {
color: #458588;
}
placessidebar .navigation-sidebar > row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437;
}
placessidebar .navigation-sidebar > row:drop(active):not(:disabled), placessidebar .navigation-sidebar > row:drop(active):not(:disabled) label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled) image {
color: #F08437;
}
placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected {
background-color: #F08437;
}
placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected label, placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected image {
color: #ffffff;
}
placesview .server-list-button > image {
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-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 > box {
border-spacing: 6px;
}
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.25), rgba(0, 0, 0, 0.25));
background-size: 1px 1px;
}
paned > separator:selected {
background-image: linear-gradient(to bottom, #458588, #458588);
}
paned > separator.wide {
min-width: 5px;
min-height: 5px;
background-color: #222222;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
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;
}
video {
background: black;
}
video image.osd {
min-width: 64px;
min-height: 64px;
border-radius: 32px;
}
infobar {
border-style: none;
}
infobar.info > revealer > box, infobar.info:backdrop > revealer > box {
background-color: #458588;
}
infobar.info > revealer > box selection, infobar.info:backdrop > revealer > box selection {
color: #458588;
}
infobar.question > revealer > box, infobar.question:backdrop > revealer > box {
background-color: #458588;
}
infobar.question > revealer > box selection, infobar.question:backdrop > revealer > box selection {
color: #458588;
}
infobar.warning > revealer > box, infobar.warning:backdrop > revealer > box {
background-color: #F27835;
}
infobar.warning > revealer > box selection, infobar.warning:backdrop > revealer > box selection {
color: #F27835;
}
infobar.error > revealer > box, infobar.error:backdrop > revealer > box {
background-color: #FC4138;
}
infobar.error > revealer > box selection, infobar.error:backdrop > revealer > box selection {
color: #FC4138;
}
infobar.info > revealer > box, infobar.info:hover > revealer > box, infobar.info:backdrop > revealer > box, infobar.question > revealer > box, infobar.question:hover > revealer > box, infobar.question:backdrop > revealer > box, infobar.warning > revealer > box, infobar.warning:hover > revealer > box, infobar.warning:backdrop > revealer > box, infobar.error > revealer > box, infobar.error:hover > revealer > box, infobar.error:backdrop > revealer > box {
color: #ffffff;
caret-color: currentColor;
}
infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button {
min-height: 28px;
}
infobar.info > revealer > box selection, infobar.info:hover > revealer > box selection, infobar.info:backdrop > revealer > box selection, infobar.question > revealer > box selection, infobar.question:hover > revealer > box selection, infobar.question:backdrop > revealer > box selection, infobar.warning > revealer > box selection, infobar.warning:hover > revealer > box selection, infobar.warning:backdrop > revealer > box selection, infobar.error > revealer > box selection, infobar.error:hover > revealer > box selection, infobar.error:backdrop > revealer > box selection {
background-color: #ffffff;
}
infobar .close,
searchbar .close {
border-color: transparent;
background-color: transparent;
background-image: none;
min-width: 16px;
min-height: 16px;
padding: 4px;
border-radius: 1000px;
}
infobar .close:hover,
searchbar .close:hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
}
windowcontrols {
border-spacing: 6px;
}
windowcontrols.start:not(.empty):dir(ltr), windowcontrols.end:not(.empty):dir(rtl) {
margin-right: 7px;
}
windowcontrols.start:not(.empty):dir(rtl), windowcontrols.end:not(.empty):dir(ltr) {
margin-left: 7px;
}
windowcontrols button {
margin: 0;
padding: 0;
border-color: transparent;
background-color: transparent;
background-image: none;
}
windowcontrols button.close, windowcontrols button.close:hover, windowcontrols button.close:active, windowcontrols button.close:active:hover, windowcontrols button.maximize, windowcontrols button.maximize:hover, windowcontrols button.maximize:active, windowcontrols button.maximize:active:hover, windowcontrols button.minimize, windowcontrols button.minimize:hover, windowcontrols button.minimize:active, windowcontrols button.minimize:active:hover {
min-width: 30px;
min-height: 28px;
margin: 0;
padding: 0;
color: transparent;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
border-width: 0;
}
windowcontrols button.close:backdrop, windowcontrols button.maximize:backdrop, windowcontrols button.minimize:backdrop {
opacity: 1;
}
windowcontrols button.close {
background-image: -gtk-scaled(url("assets/titlebutton-close-dark.png"), url("assets/titlebutton-close-dark@2.png"));
}
windowcontrols button.close:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-close-backdrop-dark.png"), url("assets/titlebutton-close-backdrop-dark@2.png"));
}
windowcontrols button.close:hover {
background-image: -gtk-scaled(url("assets/titlebutton-close-hover-dark.png"), url("assets/titlebutton-close-hover-dark@2.png"));
}
windowcontrols button.close:active {
background-image: -gtk-scaled(url("assets/titlebutton-close-active-dark.png"), url("assets/titlebutton-close-active-dark@2.png"));
}
windowcontrols button.maximize {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-dark.png"), url("assets/titlebutton-maximize-dark@2.png"));
}
windowcontrols button.maximize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-backdrop-dark.png"), url("assets/titlebutton-maximize-backdrop-dark@2.png"));
}
windowcontrols button.maximize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-hover-dark.png"), url("assets/titlebutton-maximize-hover-dark@2.png"));
}
windowcontrols button.maximize:active {
background-image: -gtk-scaled(url("assets/titlebutton-maximize-active-dark.png"), url("assets/titlebutton-maximize-active-dark@2.png"));
}
windowcontrols button.minimize {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-dark.png"), url("assets/titlebutton-minimize-dark@2.png"));
}
windowcontrols button.minimize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-backdrop-dark.png"), url("assets/titlebutton-minimize-backdrop-dark@2.png"));
}
windowcontrols button.minimize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-hover-dark.png"), url("assets/titlebutton-minimize-hover-dark@2.png"));
}
windowcontrols button.minimize:active {
background-image: -gtk-scaled(url("assets/titlebutton-minimize-active-dark.png"), url("assets/titlebutton-minimize-active-dark@2.png"));
}
.fullscreen windowcontrols button.maximize, .maximized windowcontrols button.maximize {
background-image: -gtk-scaled(url("assets/titlebutton-restore-dark.png"), url("assets/titlebutton-restore-dark@2.png"));
}
.fullscreen windowcontrols button.maximize:backdrop, .maximized windowcontrols button.maximize:backdrop {
background-image: -gtk-scaled(url("assets/titlebutton-restore-backdrop-dark.png"), url("assets/titlebutton-restore-backdrop-dark@2.png"));
}
.fullscreen windowcontrols button.maximize:hover, .maximized windowcontrols button.maximize:hover {
background-image: -gtk-scaled(url("assets/titlebutton-restore-hover-dark.png"), url("assets/titlebutton-restore-hover-dark@2.png"));
}
.fullscreen windowcontrols button.maximize:active, .maximized windowcontrols button.maximize:active {
background-image: -gtk-scaled(url("assets/titlebutton-restore-active-dark.png"), url("assets/titlebutton-restore-active-dark@2.png"));
}
row:selected button, infobar.info > revealer > box > button, infobar.info:hover > revealer > box > button, infobar.info:backdrop > revealer > box > button, infobar.question > revealer > box > button, infobar.question:hover > revealer > box > button, infobar.question:backdrop > revealer > box > button, infobar.warning > revealer > box > button, infobar.warning:hover > revealer > box > button, infobar.warning:backdrop > revealer > box > button, infobar.error > revealer > box > button, infobar.error:hover > revealer > box > button, infobar.error:backdrop > revealer > box > button {
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.5);
}
row:selected button.flat, infobar.info > revealer > box > button.flat, infobar.question > revealer > box > button.flat, infobar.warning > revealer > box > button.flat, infobar.error > revealer > box > button.flat {
border-color: transparent;
background-color: transparent;
background-image: none;
color: #ffffff;
background-color: rgba(255, 255, 255, 0);
}
row:selected button.flat:disabled, infobar.info > revealer > box > button.flat:disabled, infobar.question > revealer > box > button.flat:disabled, infobar.warning > revealer > box > button.flat:disabled, infobar.error > revealer > box > button.flat:disabled {
color: rgba(255, 255, 255, 0.42);
}
row:selected button.flat:disabled label, infobar.info > revealer > box > button.flat:disabled label, infobar.question > revealer > box > button.flat:disabled label, infobar.warning > revealer > box > button.flat:disabled label, infobar.error > revealer > box > button.flat:disabled label {
color: rgba(255, 255, 255, 0.42);
}
row:selected button:hover, infobar.info > revealer > box > button:hover, infobar.question > revealer > box > button:hover, infobar.warning > revealer > box > button:hover, infobar.error > revealer > box > button:hover {
color: #ffffff;
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8);
}
row:selected button:active, infobar.info > revealer > box > button:active, infobar.question > revealer > box > button:active, infobar.warning > revealer > box > button:active, infobar.error > revealer > box > button:active, row:selected button:checked, infobar.info > revealer > box > button:checked, infobar.question > revealer > box > button:checked, infobar.warning > revealer > box > button:checked, infobar.error > revealer > box > button:checked {
color: #458588;
background-color: #ffffff;
border-color: #ffffff;
}
row:selected button:disabled, infobar.info > revealer > box > button:disabled, infobar.question > revealer > box > button:disabled, infobar.warning > revealer > box > button:disabled, infobar.error > revealer > box > button:disabled {
color: rgba(255, 255, 255, 0.5);
background-color: rgba(255, 255, 255, 0);
border-color: rgba(255, 255, 255, 0.42);
}
row:selected button:disabled label, infobar.info > revealer > box > button:disabled label, infobar.question > revealer > box > button:disabled label, infobar.warning > revealer > box > button:disabled label, infobar.error > revealer > box > button:disabled label {
color: rgba(255, 255, 255, 0.5);
}
row:selected button:disabled:active, infobar.info > revealer > box > button:disabled:active, infobar.question > revealer > box > button:disabled:active, infobar.warning > revealer > box > button:disabled:active, infobar.error > revealer > box > button:disabled:active, row:selected button:disabled:checked, infobar.info > revealer > box > button:disabled:checked, infobar.question > revealer > box > button:disabled:checked, infobar.warning > revealer > box > button:disabled:checked, infobar.error > revealer > box > button:disabled:checked {
color: #458588;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.42);
}
tooltip {
padding: 6px 10px;
border-radius: 2px;
box-shadow: none;
}
tooltip.background {
background-color: rgba(26, 26, 26, 0.95);
background-clip: padding-box;
border: none;
color: #d0c8c8;
}
tooltip.csd {
border-radius: 3px;
box-shadow: none;
}
tooltip > box {
border-spacing: 6px;
}
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.37);
}
colorswatch.dark overlay:hover {
border-color: rgba(0, 0, 0, 0.25);
}
colorswatch.light overlay {
color: rgba(0, 0, 0, 0.7);
}
colorswatch.light overlay:hover {
border-color: rgba(0, 0, 0, 0.25);
}
colorswatch overlay {
border: 1px solid rgba(0, 0, 0, 0.25);
}
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: #cbbfbf;
border-color: rgba(0, 0, 0, 0.25);
background-color: #2b2b2b;
}
colorswatch#add-color-button:hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
}
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;
}
plane {
transition: outline-width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-offset 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
plane {
outline: 0 solid transparent;
outline-offset: 6px;
}
plane:focus:focus-visible {
outline-color: rgba(240, 84, 76, 0.7);
outline-width: 2px;
outline-offset: 2px;
}
colorchooser .popover.osd {
border-radius: 3px;
}
.content-view {
background-color: #262626;
}
.content-view:hover {
-gtk-icon-filter: brightness(1.2);
}
.content-view .tile {
margin: 2px;
background-color: black;
border-radius: 0;
padding: 0;
}
.content-view .tile:active, .content-view .tile:selected {
background-color: #458588;
}
.content-view .tile:disabled {
background-color: #242424;
}
.osd .scale-popup button.flat {
border-style: none;
border-radius: 3px;
}
.scale-popup button:hover {
color: #a99595;
border-color: rgba(0, 0, 0, 0.25);
background-color: #404040;
}
.context-menu {
font: initial;
}
.monospace {
font-family: Monospace;
}
.keycap {
min-width: 16px;
min-height: 20px;
padding: 3px 6px 4px 6px;
color: #cbbfbf;
background-color: #262626;
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 2.5px;
box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
stackswitcher button.text-button {
min-width: 80px;
}
stackswitcher button.circular {
min-width: 0;
}
window {
border-width: 0;
}
window.csd {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25), 0 8px 8px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.25);
margin: 0;
}
window.csd:backdrop {
box-shadow: 0 3px 5px 0 transparent, 0 8px 8px 0 transparent, 0 3px 3px 0 rgba(0, 0, 0, 0.23), 0 0 0 1px rgba(0, 0, 0, 0.25);
transition: 200ms ease-out;
}
window.csd.popup {
border-radius: 2px;
box-shadow: 0 3px 6px black, 0 0 0 1px rgba(0, 0, 0, 0.25);
}
window.csd.dialog.message {
border-radius: 3px;
}
window.csd.solid-csd {
border: 1px solid #1a1a1a;
border-radius: 0;
margin: 0;
background-color: #1a1a1a;
box-shadow: none;
}
window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom {
border-radius: 0;
}
window.popup {
box-shadow: none;
}
window.ssd {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
cursor-handle {
background-color: transparent;
background-image: none;
box-shadow: none;
border-style: none;
min-width: 20px;
min-height: 24px;
padding-left: 20px;
padding-right: 20px;
padding-top: 24px;
padding-bottom: 24px;
}
cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-start-dark.png"), url("assets/text-select-start-dark@2.png"));
}
cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-end-dark.png"), url("assets/text-select-end-dark@2.png"));
}
cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
}
cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover-dark.png"), url("assets/text-select-start-hover-dark@2.png"));
}
cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover-dark.png"), url("assets/text-select-end-hover-dark@2.png"));
}
cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png"));
}
cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active-dark.png"), url("assets/text-select-start-active-dark@2.png"));
}
cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active-dark.png"), url("assets/text-select-end-active-dark@2.png"));
}
cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) {
-gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
}
shortcuts-section {
margin: 20px;
}
.shortcuts-search-results {
margin: 20px;
border-spacing: 24px;
}
shortcut {
border-spacing: 6px;
}
shortcut > .keycap {
min-width: 20px;
min-height: 25px;
margin-top: 2px;
padding-bottom: 3px;
padding-left: 6px;
padding-right: 6px;
color: #cbbfbf;
background-color: #262626;
border: 1px solid;
border-color: rgba(0, 0, 0, 0.25);
border-radius: 5px;
box-shadow: inset 0 -3px rgba(31, 31, 31, 0.55);
font-size: smaller;
}
:not(decoration):not(window):drop(active):focus,
:not(decoration):not(window):drop(active) {
border-color: #F08437;
box-shadow: inset 0 0 0 1px #F08437;
caret-color: #F08437;
}
stackswitcher > button.text-button {
min-width: 100px;
}
stackswitcher.circular {
border-spacing: 12px;
}
stackswitcher.circular > button.circular,
stackswitcher.circular > button.text-button.circular {
min-width: 32px;
min-height: 32px;
padding: 0;
}
.lowres-icon {
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1);
}
.icon-dropshadow {
-gtk-icon-shadow: 0 1px 12px rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.1), 0 1px rgba(0, 0, 0, 0.3), -1px 0 rgba(0, 0, 0, 0.1);
}
textview > text selection:focus, textview > text selection, flowbox > flowboxchild:selected, gridview > child:selected,
entry > text > selection, spinbutton:not(.vertical) > text > selection, spinbutton.vertical > text > text > selection, spinbutton.vertical > text > selection, calendar > grid > label.day-number:selected {
background-color: #458588;
color: #ffffff;
}
textview > text selection:disabled, flowbox > flowboxchild:disabled:selected, gridview > child:disabled:selected,
entry > text > selection:disabled, spinbutton:not(.vertical) > text > selection:disabled, spinbutton.vertical > text > text > selection:disabled, spinbutton.vertical > text > selection:disabled, calendar > grid > label.day-number:disabled:selected {
color: #f8aaa6;
}
.view:selected:focus, .view:selected, textview > text:selected:focus, textview > text:selected, iconview:selected:focus, iconview:selected, modelbutton.flat:selected, columnview.view:selected, columnview.view:selected:focus,
treeview.view:selected,
treeview.view:selected:focus, row:selected {
background-color: #2f2f2f;
color: #cbbfbf;
}
.view:disabled:selected, textview > text:disabled:selected:focus, textview > text:disabled:selected, iconview:disabled:selected:focus, iconview:disabled:selected, modelbutton.flat:disabled:selected, row:disabled:selected {
color: rgba(203, 191, 191, 0.45);
}
row:selected label, label:selected {
color: #cbbfbf;
}
row:selected label:disabled, label:disabled:selected {
color: rgba(203, 191, 191, 0.45);
}
popover.emoji-picker > contents {
padding: 0;
}
.emoji-searchbar {
padding: 6px;
border-spacing: 6px;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.emoji-toolbar {
padding: 6px;
border-spacing: 6px;
border-top: 1px solid rgba(0, 0, 0, 0.25);
}
button.emoji-section {
border-color: transparent;
border-width: 3px;
border-style: solid none none;
border-radius: 0;
padding: 3px 0 0;
min-width: 32px;
min-height: 24px;
/* reset props inherited from the button style */
background: none;
box-shadow: none;
text-shadow: none;
}
button.emoji-section:hover {
border-color: rgba(203, 191, 191, 0.1);
}
button.emoji-section:focus {
background: none;
}
button.emoji-section:active {
color: #cbbfbf;
}
button.emoji-section:checked {
color: #cbbfbf;
border-color: #458588;
}
popover.emoji-picker emoji {
font-size: x-large;
padding: 6px;
border-radius: 6px;
}
popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover {
background: #458588;
}
emoji-completion-row > box {
border-spacing: 10px;
padding: 2px 10px;
}
emoji-completion-row:focus,
emoji-completion-row:hover {
background-color: #458588;
color: #ffffff;
}
emoji-completion-row emoji:focus,
emoji-completion-row emoji:hover {
background-color: #2f2f2f;
}
popover.entry-completion > contents {
padding: 0;
}
statusbar {
padding: 6px 10px 6px 10px;
}
@define-color theme_fg_color #cbbfbf;
@define-color theme_text_color #b5abab;
@define-color theme_bg_color #222222;
@define-color theme_base_color #262626;
@define-color theme_selected_bg_color #458588;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #cbbfbf;
@define-color text_color #b5abab;
@define-color bg_color #222222;
@define-color base_color #262626;
@define-color selected_bg_color #458588;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #272727;
@define-color insensitive_fg_color alpha(rgba(203, 191, 191, 0.45), 0.5);
@define-color insensitive_base_color #262626;
@define-color theme_unfocused_fg_color #cbbfbf;
@define-color theme_unfocused_text_color #b5abab;
@define-color theme_unfocused_bg_color #222222;
@define-color theme_unfocused_base_color #262626;
@define-color borders rgba(0, 0, 0, 0.25);
@define-color unfocused_borders rgba(0, 0, 0, 0.25);
@define-color warning_color #F27835;
@define-color error_color #FC4138;
@define-color success_color #3498db;
@define-color placeholder_text_color #A8A8A8;
@define-color link_color #f8aeaa;
@define-color content_view_bg #262626;
/* Very contrasty background for text views (@theme_text_color foreground) */
@define-color text_view_bg #171717;
@define-color wm_title alpha(#d0c8c8, 0.8);
@define-color wm_unfocused_title alpha(#d0c8c8, 0.5);
@define-color wm_bg #1a1a1a;
@define-color wm_bg_unfocused #272727;
@define-color wm_highlight #222222;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_button_close_bg #cc575d;
@define-color wm_button_close_hover_bg #d7787d;
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #1a1a1a;
@define-color wm_button_hover_bg #343434;
@define-color wm_button_active_bg #458588;
@define-color wm_button_hover_border #101010;
@define-color wm_icon_bg #d0c8c8;
@define-color wm_icon_unfocused_bg #534747;
@define-color wm_icon_hover_bg #d0c8c8;
@define-color wm_icon_active_bg #ffffff;
@define-color budgie_tasklist_indicator_color #458588;
@define-color budgie_tasklist_indicator_color_active #458588;
@define-color budgie_tasklist_indicator_color_active_window #913d39;
@define-color budgie_tasklist_indicator_color_attention #F27835;
@define-color STRAWBERRY_100 #FF9262;
@define-color STRAWBERRY_300 #FF793E;
@define-color STRAWBERRY_500 #F15D22;
@define-color STRAWBERRY_700 #CF3B00;
@define-color STRAWBERRY_900 #AC1800;
@define-color ORANGE_100 #FFDB91;
@define-color ORANGE_300 #FFCA40;
@define-color ORANGE_500 #FAA41A;
@define-color ORANGE_700 #DE8800;
@define-color ORANGE_900 #C26C00;
@define-color BANANA_100 #FFFFA8;
@define-color BANANA_300 #FFFA7D;
@define-color BANANA_500 #FFCE51;
@define-color BANANA_700 #D1A023;
@define-color BANANA_900 #A27100;
@define-color LIME_100 #A2F3BE;
@define-color LIME_300 #8ADBA6;
@define-color LIME_500 #73C48F;
@define-color LIME_700 #479863;
@define-color LIME_900 #1C6D38;
@define-color BLUEBERRY_100 #94A6FF;
@define-color BLUEBERRY_300 #6A7CE0;
@define-color BLUEBERRY_500 #3F51B5;
@define-color BLUEBERRY_700 #213397;
@define-color BLUEBERRY_900 #031579;
@define-color GRAPE_100 #D25DE6;
@define-color GRAPE_300 #B84ACB;
@define-color GRAPE_500 #9C27B0;
@define-color GRAPE_700 #830E97;
@define-color GRAPE_900 #6A007E;
@define-color COCOA_100 #9F9792;
@define-color COCOA_300 #7B736E;
@define-color COCOA_500 #574F4A;
@define-color COCOA_700 #463E39;
@define-color COCOA_900 #342C27;
@define-color SILVER_100 #EEE;
@define-color SILVER_300 #CCC;
@define-color SILVER_500 #AAA;
@define-color SILVER_700 #888;
@define-color SILVER_900 #666;
@define-color SLATE_100 #888;
@define-color SLATE_300 #666;
@define-color SLATE_500 #444;
@define-color SLATE_700 #222;
@define-color SLATE_900 #111;
@define-color BLACK_100 #474341;
@define-color BLACK_300 #403C3A;
@define-color BLACK_500 #393634;
@define-color BLACK_700 #33302F;
@define-color BLACK_900 #2B2928;