UltraSkeuo/gtk-4.0/gtk.css

1909 lines
1.0 MiB

/*$base_color: if($variant == 'light', #ffffff, lighten(desaturate(#241f31, 100%), 2%));
$text_color: if($variant == 'light', black, white);
$bg_color: if($variant == 'light', #f6f5f4, darken(desaturate(#3d3846, 100%), 4%));
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
$selected_fg_color: #ffffff;
$selected_bg_color: if($variant == 'light', #3584e4, darken(#3584e4, 20%));*/
/*Usually an automatic fg color on these backgrounds should check this value!*/
/*************************** Check and Radio buttons * */
calendar > grid > label.day-number:selected, row:selected, columnview.view:selected:focus, columnview.view:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton :hover, modelbutton :selected, gridview > child:selected, flowbox > flowboxchild:selected, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, textview > text:selected:focus, textview > text:selected { background-color: #75ff25; }
label:selected, calendar > grid > label.day-number:selected, row:selected, columnview.view:selected:focus, columnview.view:selected, treeview.view:selected:focus, treeview.view:selected, modelbutton :hover, modelbutton :selected, gridview > child:selected, flowbox > flowboxchild:selected, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, textview > text:selected:focus, textview > text:selected { color: #2a4606; }
label:disabled > selection, label:disabled:selected, calendar > grid > label.day-number:disabled:selected, row:disabled:selected, columnview.view:disabled:selected, treeview.view:disabled:selected, modelbutton :disabled:hover, modelbutton :disabled:selected, gridview > child:disabled:selected, flowbox > flowboxchild:disabled:selected, .view:disabled:selected, iconview:disabled:selected, textview > text:disabled:selected { color: #7c675a; }
/*************** Base States * */
.background { color: #EDF0F5; background-color: #3f3e3e; }
.background:backdrop { text-shadow: none; -gtk-icon-shadow: none; }
dnd { color: #EDF0F5; }
.normal-icons { -gtk-icon-size: 16px; }
.large-icons { -gtk-icon-size: 32px; }
image:disabled { -gtk-icon-filter: opacity(0.5); }
.view, iconview, textview > text { color: #EDF0F5; background-color: #323232; }
row .view, row iconview, row textview > text { background-color: unset; }
.view:disabled, iconview:disabled, textview > text:disabled { color: #7c675a; background-color: #493e37; }
.view > :selected, iconview > :selected, textview > text > :selected { background-color: #75ff25; }
textview > text { background-color: transparent; }
textview > text > selection { background-color: rgba(117, 255, 37, 0.3); }
textview > text > selection:focus-within { background-color: rgba(117, 255, 37, 0.3); }
textview:drop(active) { caret-color: #33d17a; }
textview > border { background-color: #393838; }
iconview { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
iconview { outline: 0 solid transparent; outline-offset: 4px; }
iconview:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
iconview:drop(active) { box-shadow: none; }
iconview > dndtarget:drop(active) { border-style: solid; border-width: 1px; border-color: #338b00; }
rubberband, .content-view > rubberband, columnview.view > rubberband, treeview.view > rubberband, gridview > rubberband, flowbox > rubberband { border: 1px solid #58f100; background-color: rgba(88, 241, 0, 0.2); }
flowbox > flowboxchild { 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); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
flowbox > flowboxchild { outline: 0 solid transparent; outline-offset: 4px; }
flowbox > flowboxchild:focus:focus-visible { outline-color: #75ff25; 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); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
gridview > child { outline: 0 solid transparent; outline-offset: 4px; }
gridview > child:focus:focus-visible { outline-color: #75ff25; 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: #EDF0F5; background-color: #323232; border: 1px solid black; }
label { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
label { outline: 0 solid transparent; outline-offset: 4px; }
label:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
label > selection { background-color: rgba(132, 201, 92, 0.7); color: #2a4606; }
label > selection:focus-within { background-color: rgba(117, 255, 37, 0.3); }
label:disabled { color: #7c675a; }
button label:disabled { color: inherit; }
label.error { color: #CC0000; }
label.error:disabled { color: rgba(204, 0, 0, 0.5); }
.dim-label, .titlebar:not(headerbar) .subtitle, headerbar .subtitle, windowhandle .subtitle, spinbutton.vertical > text > text > placeholder, spinbutton:not(.vertical) > text > placeholder, entry > text > placeholder, .entry > text > placeholder, label.separator { opacity: 0.55; text-shadow: none; }
window.assistant .sidebar { padding: 5px; border-top: 1px solid #595757; }
window.assistant.csd .sidebar { border-top-style: none; }
window.assistant .sidebar > label { padding: 6px 12px; }
window.assistant .sidebar > label.highlight { background-color: #75ff25; border-radius: 5px; }
window.aboutdialog image.large-icons { -gtk-icon-size: 128px; }
.osd .scale-popup, .app-notification, .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: #66cbec; border: none; background-color: rgba(32, 61, 121, 0.7); background-clip: padding-box; }
/********************* Spinner Animation * */
@keyframes spin { to { transform: rotate(1turn); } }
spinner { background: none; opacity: 0.1; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
spinner:checked { opacity: 1; animation: spin 1s linear infinite; }
spinner:checked:disabled { opacity: 0.5; color: #7c675a; }
/********************** General Typography * */
.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; }
/**************** Text Entries * */
spinbutton.vertical > text, spinbutton:not(.vertical), entry, .entry { min-height: 30px; padding-left: 1px; padding-right: 1px; border: 0px none; border-radius: 0px; border-spacing: 6px; transition: none; color: #EDF0F5; border-color: #575859; background-color: #323232; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px rgba(117, 255, 37, 0); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
spinbutton.vertical > text, spinbutton:not(.vertical), entry, .entry { outline: 0 solid transparent; outline-offset: 4px; }
spinbutton.vertical > text:focus-within, spinbutton:focus-within:not(.vertical), entry:focus-within, .entry:focus-within { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
spinbutton.vertical > text > image.left, spinbutton:not(.vertical) > image.left, entry > image.left, .entry > image.left { margin-right: 6px; }
spinbutton.vertical > text > image.right, spinbutton:not(.vertical) > image.right, entry > image.right, .entry > image.right { margin-left: 6px; }
spinbutton.vertical > text > text > block-cursor, spinbutton:not(.vertical) > text > block-cursor, entry > text > block-cursor, .entry > text > block-cursor { color: #323232; background-color: #EDF0F5; }
spinbutton.vertical > text.flat, spinbutton.flat:not(.vertical), entry.flat:focus-within, entry.flat:backdrop, entry.flat:disabled, entry.flat, .entry.flat:focus-within, .entry.flat:backdrop, .entry.flat:disabled, .entry.flat { min-height: 0; padding-top: 2px; padding-bottom: 2px; background-color: transparent; border-color: transparent; border-radius: 0; }
spinbutton.vertical > text:focus-within, spinbutton:focus-within:not(.vertical), entry:focus-within, .entry:focus-within { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px #75ff25; }
spinbutton.vertical > text:focus-within > placeholder, spinbutton:focus-within:not(.vertical) > placeholder, entry:focus-within > placeholder, .entry:focus-within > placeholder { opacity: 0; /* We hide placeholders on focus */ }
spinbutton.vertical > text:disabled, spinbutton:disabled:not(.vertical), entry:disabled, .entry:disabled { color: #7c675a; border-color: #635349; background-color: #493e37; }
spinbutton.vertical > text > text > selection, spinbutton:not(.vertical) > text > selection, entry > text > selection, .entry > text > selection { background-color: rgba(132, 201, 92, 0.7); color: transparent; }
spinbutton.vertical > text > text > selection:focus-within, spinbutton:not(.vertical) > text > selection:focus-within, entry > text > selection:focus-within, .entry > text > selection:focus-within { background-color: rgba(117, 255, 37, 0.3); color: #EDF0F5; }
spinbutton.vertical > text.error, spinbutton.error:not(.vertical), entry.error, .entry.error { color: #CC0000; transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
spinbutton.vertical > text.error, spinbutton.error:not(.vertical), entry.error, .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, .entry.error:focus-within { outline-color: rgba(204, 0, 0, 0.5); outline-width: 2px; outline-offset: -2px; }
spinbutton.vertical > text.error:focus-within, spinbutton.error:focus-within:not(.vertical), entry.error:focus-within, .entry.error:focus-within { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px #CC0000; }
spinbutton.vertical > text.error > selection, spinbutton.error:not(.vertical) > selection, entry.error > selection, .entry.error > selection { background-color: #CC0000; }
spinbutton.vertical > text.warning, spinbutton.warning:not(.vertical), entry.warning, .entry.warning { color: #f57900; transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
spinbutton.vertical > text.warning, spinbutton.warning:not(.vertical), entry.warning, .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, .entry.warning:focus-within { outline-color: rgba(245, 121, 0, 0.5); outline-width: 2px; outline-offset: -2px; }
spinbutton.vertical > text.warning:focus-within, spinbutton.warning:focus-within:not(.vertical), entry.warning:focus-within, .entry.warning:focus-within { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px #f57900; }
spinbutton.vertical > text.warning > selection, spinbutton.warning:not(.vertical) > selection, entry.warning > selection, .entry.warning > selection { background-color: #f57900; }
spinbutton.vertical > text > image, spinbutton:not(.vertical) > image, entry > image, .entry > image { color: #c8cace; }
spinbutton.vertical > text > image:hover, spinbutton:not(.vertical) > image:hover, entry > image:hover, .entry > image:hover { color: #EDF0F5; }
spinbutton.vertical > text > image:active, spinbutton:not(.vertical) > image:active, entry > image:active, .entry > image:active { color: #75ff25; }
spinbutton.vertical > text.password image.caps-lock-indicator, spinbutton.password:not(.vertical) image.caps-lock-indicator, entry.password image.caps-lock-indicator, .entry.password image.caps-lock-indicator { color: #838386; }
spinbutton.vertical > text:drop(active), spinbutton:drop(active):not(.vertical), entry:drop(active):focus-within, entry:drop(active), .entry:drop(active):focus-within, .entry:drop(active) { border-color: #33d17a; box-shadow: inset 0 0 0 1px #33d17a; }
.osd spinbutton.vertical > text, .osd spinbutton:not(.vertical), .osd entry, .osd .entry { color: #66cbec; border-color: #66cbec; background-color: rgba(102, 203, 236, 0.5); background-clip: padding-box; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px rgba(117, 255, 37, 0); -gtk-icon-shadow: 0 1px black; }
.osd spinbutton.vertical > text:focus-within, .osd spinbutton:focus-within:not(.vertical), .osd entry:focus-within, .osd .entry:focus-within { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px #75ff25; color: #66cbec; border-color: #75ff25; background-color: rgba(102, 203, 236, 0.5); background-clip: padding-box; }
.osd spinbutton.vertical > text:disabled, .osd spinbutton:disabled:not(.vertical), .osd entry:disabled, .osd .entry:disabled { color: #4384b3; border-color: #66cbec; background-color: rgba(39, 75, 133, 0.5); background-clip: padding-box; }
spinbutton.vertical > text > progress, spinbutton:not(.vertical) > progress, entry > progress, .entry > progress { margin-bottom: 2px; }
spinbutton.vertical > text progress > trough > progress, spinbutton:not(.vertical) progress > trough > progress, entry progress > trough > progress, .entry progress > trough > progress { background-color: transparent; background-image: none; border-radius: 0; border-width: 0 0 2px; border-color: #75ff25; border-style: solid; box-shadow: none; }
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), .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: #3e3d3d; }
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, spinbutton.vertical.linked > .entry:disabled + text:disabled, .linked.vertical > .entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical > .entry:disabled + entry:disabled { border-top-color: #3e3d3d; }
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), 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: #33d17a; }
spinbutton.vertical > text.error, spinbutton.error:not(.vertical), entry.error, .entry.error { color: #CC0000; }
treeview entry:focus-within:dir(rtl), treeview entry:focus-within:dir(ltr) { background-color: #323232; transition-property: color, background; }
treeview entry.flat, treeview entry { border-radius: 0; background-image: none; background-color: #323232; }
treeview entry.flat:focus-within, treeview entry:focus-within { border-color: #75ff25; }
/******************* Editable Labels * */
editablelabel > stack > text { color: #EDF0F5; border-color: #575859; background-color: #323232; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), inset 0 -8px 4px -6px rgba(117, 255, 37, 0); }
/****************************************************** Buttons * */
@keyframes needs_attention { from { background-image: radial-gradient(farthest-side, #f57900 0%, rgba(245, 121, 0, 0) 0%); }
to { background-image: radial-gradient(farthest-side, #f57900 95%, rgba(245, 121, 0, 0)); } }
button.sidebar-button, dnd tab, tabbar tab, notebook > header tabs > tab, notebook > header tabbar tabbox > tabboxchild, tabbar notebook > header tabbox > tabboxchild, notebook > header > tabs > arrow, columnview.view > header > button, treeview.view > header > button, button { min-height: 24px; min-width: 16px; padding: 2px 6px; border: 1px solid; border-radius: 3px; transition: none; margin: 0px; color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
dnd tab:hover, tabbar tab:hover, notebook > header tabs > tab:hover, notebook > header tabbar tabbox > tabboxchild:hover, tabbar notebook > header tabbox > tabboxchild:hover, notebook > header > tabs > arrow:hover, columnview.view > header > button:hover, treeview.view > header > button:hover, dnd tab:focus, tabbar tab:focus, notebook > header tabs > tab:focus, notebook > header tabbar tabbox > tabboxchild:focus, tabbar notebook > header tabbox > tabboxchild:focus, notebook > header > tabs > arrow:focus, columnview.view > header > button:focus, treeview.view > header > button:focus, button:hover, button:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
dnd tab:hover, tabbar tab:hover, notebook > header tabs > tab:hover, notebook > header tabbar tabbox > tabboxchild:hover, tabbar notebook > header tabbox > tabboxchild:hover, notebook > header > tabs > arrow:hover, columnview.view > header > button:hover, treeview.view > header > button:hover, dnd tab:hover image, tabbar tab:hover image, notebook > header tabs > tab:hover image, notebook > header tabbar tabbox > tabboxchild:hover image, tabbar notebook > header tabbox > tabboxchild:hover image, notebook > header > tabs > arrow:hover image, columnview.view > header > button:hover image, treeview.view > header > button:hover image, dnd tab:hover arrow, tabbar tab:hover arrow, notebook > header tabs > tab:hover arrow, notebook > header tabbar tabbox > tabboxchild:hover arrow, tabbar notebook > header tabbox > tabboxchild:hover arrow, notebook > header > tabs > arrow:hover arrow, columnview.view > header > button:hover arrow, treeview.view > header > button:hover arrow, dnd tab:focus, tabbar tab:focus, notebook > header tabs > tab:focus, notebook > header tabbar tabbox > tabboxchild:focus, tabbar notebook > header tabbox > tabboxchild:focus, notebook > header > tabs > arrow:focus, columnview.view > header > button:focus, treeview.view > header > button:focus, dnd tab:focus image, tabbar tab:focus image, notebook > header tabs > tab:focus image, notebook > header tabbar tabbox > tabboxchild:focus image, tabbar notebook > header tabbox > tabboxchild:focus image, notebook > header > tabs > arrow:focus image, columnview.view > header > button:focus image, treeview.view > header > button:focus image, dnd tab:focus arrow, tabbar tab:focus arrow, notebook > header tabs > tab:focus arrow, notebook > header tabbar tabbox > tabboxchild:focus arrow, tabbar notebook > header tabbox > tabboxchild:focus arrow, notebook > header > tabs > arrow:focus arrow, columnview.view > header > button:focus arrow, treeview.view > header > button:focus arrow, button:hover, button:hover image, button:hover arrow, button:focus, button:focus image, button:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
dnd tab:active, tabbar tab:active, notebook > header tabs > tab:active, notebook > header tabbar tabbox > tabboxchild:active, tabbar notebook > header tabbox > tabboxchild:active, notebook > header > tabs > arrow:active, columnview.view > header > button:active, treeview.view > header > button:active, dnd tab.keyboard-activating, tabbar tab.keyboard-activating, notebook > header tabs > tab.keyboard-activating, notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header > tabs > arrow.keyboard-activating, columnview.view > header > button.keyboard-activating, treeview.view > header > button.keyboard-activating, button:active, button.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
dnd tab:checked, tabbar tab:checked, notebook > header tabs > tab:checked, notebook > header tabbar tabbox > tabboxchild:checked, tabbar notebook > header tabbox > tabboxchild:checked, notebook > header > tabs > arrow:checked, columnview.view > header > button:checked, treeview.view > header > button:checked, dnd tab:selected, tabbar tab:selected, notebook > header tabs > tab:selected, notebook > header tabbar tabbox > tabboxchild:selected, tabbar notebook > header tabbox > tabboxchild:selected, notebook > header > tabs > arrow:selected, columnview.view > header > button:selected, treeview.view > header > button:selected, dnd tab.has-open-popup, tabbar tab.has-open-popup, notebook > header tabs > tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.has-open-popup, columnview.view > header > button.has-open-popup, treeview.view > header > button.has-open-popup, dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab button, tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab button, notebook > header tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab button, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button, notebook > header > tabs > arrow .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow button, button:checked, button:selected, button.has-open-popup, button .active_group #docklike-plugin button, .active_group #docklike-plugin button button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
button.sidebar-button:checked, button.sidebar-button:checked image, button.sidebar-button:checked arrow, button.sidebar-button:selected, button.sidebar-button:selected image, button.sidebar-button:selected arrow, button.has-open-popup.sidebar-button, button.has-open-popup.sidebar-button image, button.has-open-popup.sidebar-button arrow, button.sidebar-button .active_group #docklike-plugin button, .active_group #docklike-plugin button.sidebar-button button, button.sidebar-button .active_group #docklike-plugin button image, .active_group #docklike-plugin button.sidebar-button button image, button.sidebar-button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin button.sidebar-button button arrow, dnd tab:checked, tabbar tab:checked, notebook > header tabs > tab:checked, notebook > header dnd tab:checked, dnd notebook > header tab:checked, notebook > header tabbar tab:checked, tabbar notebook > header tab:checked, notebook > header tabbar tabbox > tabboxchild:checked, tabbar notebook > header tabbox > tabboxchild:checked, notebook > header > tabs > arrow:checked, columnview.view > header > button:checked, treeview.view > header > button:checked, dnd tab:checked image, tabbar tab:checked image, notebook > header tabs > tab:checked image, notebook > header dnd tab:checked image, dnd notebook > header tab:checked image, notebook > header tabbar tab:checked image, tabbar notebook > header tab:checked image, notebook > header tabbar tabbox > tabboxchild:checked image, tabbar notebook > header tabbox > tabboxchild:checked image, notebook > header > tabs > arrow:checked image, columnview.view > header > button:checked image, treeview.view > header > button:checked image, dnd tab:checked arrow, tabbar tab:checked arrow, notebook > header tabs > tab:checked arrow, notebook > header dnd tab:checked arrow, dnd notebook > header tab:checked arrow, notebook > header tabbar tab:checked arrow, tabbar notebook > header tab:checked arrow, notebook > header tabbar tabbox > tabboxchild:checked arrow, tabbar notebook > header tabbox > tabboxchild:checked arrow, notebook > header > tabs > arrow:checked arrow, columnview.view > header > button:checked arrow, treeview.view > header > button:checked arrow, dnd tab:selected, tabbar tab:selected, notebook > header tabs > tab:selected, notebook > header dnd tab:selected, dnd notebook > header tab:selected, notebook > header tabbar tab:selected, tabbar notebook > header tab:selected, notebook > header tabbar tabbox > tabboxchild:selected, tabbar notebook > header tabbox > tabboxchild:selected, notebook > header > tabs > arrow:selected, columnview.view > header > button:selected, treeview.view > header > button:selected, dnd tab:selected image, tabbar tab:selected image, notebook > header tabs > tab:selected image, notebook > header dnd tab:selected image, dnd notebook > header tab:selected image, notebook > header tabbar tab:selected image, tabbar notebook > header tab:selected image, notebook > header tabbar tabbox > tabboxchild:selected image, tabbar notebook > header tabbox > tabboxchild:selected image, notebook > header > tabs > arrow:selected image, columnview.view > header > button:selected image, treeview.view > header > button:selected image, dnd tab:selected arrow, tabbar tab:selected arrow, notebook > header tabs > tab:selected arrow, notebook > header dnd tab:selected arrow, dnd notebook > header tab:selected arrow, notebook > header tabbar tab:selected arrow, tabbar notebook > header tab:selected arrow, notebook > header tabbar tabbox > tabboxchild:selected arrow, tabbar notebook > header tabbox > tabboxchild:selected arrow, notebook > header > tabs > arrow:selected arrow, columnview.view > header > button:selected arrow, treeview.view > header > button:selected arrow, dnd tab.has-open-popup, tabbar tab.has-open-popup, notebook > header tabs > tab.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.has-open-popup, columnview.view > header > button.has-open-popup, treeview.view > header > button.has-open-popup, dnd tab.has-open-popup image, tabbar tab.has-open-popup image, notebook > header tabs > tab.has-open-popup image, notebook > header dnd tab.has-open-popup image, dnd notebook > header tab.has-open-popup image, notebook > header tabbar tab.has-open-popup image, tabbar notebook > header tab.has-open-popup image, notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header > tabs > arrow.has-open-popup image, columnview.view > header > button.has-open-popup image, treeview.view > header > button.has-open-popup image, dnd tab.has-open-popup arrow, tabbar tab.has-open-popup arrow, notebook > header tabs > tab.has-open-popup arrow, notebook > header dnd tab.has-open-popup arrow, dnd notebook > header tab.has-open-popup arrow, notebook > header tabbar tab.has-open-popup arrow, tabbar notebook > header tab.has-open-popup arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header > tabs > arrow.has-open-popup arrow, columnview.view > header > button.has-open-popup arrow, treeview.view > header > button.has-open-popup arrow, dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab button, tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab button, notebook > header tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab button, notebook > header dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header dnd tab button, dnd notebook > header tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header tab button, notebook > header tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tab button, tabbar notebook > header tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tab button, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button, notebook > header > tabs > arrow .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow button, columnview.view > header > button .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view > header > button button, treeview.view > header > button .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view > header > button button, dnd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd tab button image, tabbar tab .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar tab button image, notebook > header tabs > tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabs > tab button image, notebook > header dnd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header dnd tab button image, dnd notebook > header tab .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header tab button image, notebook > header tabbar tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tab button image, tabbar notebook > header tab .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tab button image, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button image, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button image, notebook > header > tabs > arrow .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header > tabs > arrow button image, columnview.view > header > button .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view > header > button button image, treeview.view > header > button .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view > header > button button image, dnd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd tab button arrow, tabbar tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar tab button arrow, notebook > header tabs > tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabs > tab button arrow, notebook > header dnd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header dnd tab button arrow, dnd notebook > header tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header tab button arrow, notebook > header tabbar tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tab button arrow, tabbar notebook > header tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tab button arrow, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button arrow, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button arrow, notebook > header > tabs > arrow .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header > tabs > arrow button arrow, columnview.view > header > button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view > header > button button arrow, treeview.view > header > button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view > header > button button arrow, button:checked, button:checked image, button:checked arrow, button:selected, button:selected image, button:selected arrow, button.has-open-popup, button.has-open-popup image, button.has-open-popup arrow, button .active_group #docklike-plugin button, .active_group #docklike-plugin button button, button .active_group #docklike-plugin button image, .active_group #docklike-plugin button button image, button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin button button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
dnd tab:checked:hover, tabbar tab:checked:hover, notebook > header tabs > tab:checked:hover, notebook > header tabbar tabbox > tabboxchild:checked:hover, tabbar notebook > header tabbox > tabboxchild:checked:hover, notebook > header > tabs > arrow:checked:hover, dnd tab:checked:focus, tabbar tab:checked:focus, notebook > header tabs > tab:checked:focus, notebook > header tabbar tabbox > tabboxchild:checked:focus, tabbar notebook > header tabbox > tabboxchild:checked:focus, notebook > header > tabs > arrow:checked:focus, dnd tab:selected:hover, tabbar tab:selected:hover, notebook > header tabs > tab:selected:hover, notebook > header tabbar tabbox > tabboxchild:selected:hover, tabbar notebook > header tabbox > tabboxchild:selected:hover, notebook > header > tabs > arrow:selected:hover, dnd tab:selected:focus, tabbar tab:selected:focus, notebook > header tabs > tab:selected:focus, notebook > header tabbar tabbox > tabboxchild:selected:focus, tabbar notebook > header tabbox > tabboxchild:selected:focus, notebook > header > tabs > arrow:selected:focus, dnd tab.has-open-popup:hover, tabbar tab.has-open-popup:hover, notebook > header tabs > tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.has-open-popup:hover, dnd tab.has-open-popup:focus, tabbar tab.has-open-popup:focus, notebook > header tabs > tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.has-open-popup:focus, dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab button:hover, tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab button:hover, notebook > header tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab button:hover, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:hover, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:hover, notebook > header > tabs > arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow button:hover, dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab button:focus, tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab button:focus, notebook > header tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab button:focus, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:focus, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:focus, notebook > header > tabs > arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow button:focus, button:checked:hover, button:checked:focus, button:selected:hover, button:selected:focus, button.has-open-popup:hover, button.has-open-popup:focus, button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button button:hover, button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
button.sidebar-button:checked:hover, button.sidebar-button:checked:hover image, button.sidebar-button:checked:hover arrow, button.sidebar-button:checked:focus, button.sidebar-button:checked:focus image, button.sidebar-button:checked:focus arrow, button.sidebar-button:selected:hover, button.sidebar-button:selected:hover image, button.sidebar-button:selected:hover arrow, button.sidebar-button:selected:focus, button.sidebar-button:selected:focus image, button.sidebar-button:selected:focus arrow, button.has-open-popup.sidebar-button:hover, button.has-open-popup.sidebar-button:hover image, button.has-open-popup.sidebar-button:hover arrow, button.has-open-popup.sidebar-button:focus, button.has-open-popup.sidebar-button:focus image, button.has-open-popup.sidebar-button:focus arrow, button.sidebar-button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.sidebar-button button:hover, button.sidebar-button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.sidebar-button button:hover image, button.sidebar-button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.sidebar-button button:hover arrow, button.sidebar-button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.sidebar-button button:focus, button.sidebar-button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.sidebar-button button:focus image, button.sidebar-button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.sidebar-button button:focus arrow, dnd tab:checked:hover, tabbar tab:checked:hover, notebook > header tabs > tab:checked:hover, notebook > header dnd tab:checked:hover, dnd notebook > header tab:checked:hover, notebook > header tabbar tab:checked:hover, tabbar notebook > header tab:checked:hover, notebook > header tabbar tabbox > tabboxchild:checked:hover, tabbar notebook > header tabbox > tabboxchild:checked:hover, notebook > header > tabs > arrow:checked:hover, columnview.view > header > button:checked:hover, treeview.view > header > button:checked:hover, dnd tab:checked:hover image, tabbar tab:checked:hover image, notebook > header tabs > tab:checked:hover image, notebook > header dnd tab:checked:hover image, dnd notebook > header tab:checked:hover image, notebook > header tabbar tab:checked:hover image, tabbar notebook > header tab:checked:hover image, notebook > header tabbar tabbox > tabboxchild:checked:hover image, tabbar notebook > header tabbox > tabboxchild:checked:hover image, notebook > header > tabs > arrow:checked:hover image, columnview.view > header > button:checked:hover image, treeview.view > header > button:checked:hover image, dnd tab:checked:hover arrow, tabbar tab:checked:hover arrow, notebook > header tabs > tab:checked:hover arrow, notebook > header dnd tab:checked:hover arrow, dnd notebook > header tab:checked:hover arrow, notebook > header tabbar tab:checked:hover arrow, tabbar notebook > header tab:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild:checked:hover arrow, notebook > header > tabs > arrow:checked:hover arrow, columnview.view > header > button:checked:hover arrow, treeview.view > header > button:checked:hover arrow, dnd tab:checked:focus, tabbar tab:checked:focus, notebook > header tabs > tab:checked:focus, notebook > header dnd tab:checked:focus, dnd notebook > header tab:checked:focus, notebook > header tabbar tab:checked:focus, tabbar notebook > header tab:checked:focus, notebook > header tabbar tabbox > tabboxchild:checked:focus, tabbar notebook > header tabbox > tabboxchild:checked:focus, notebook > header > tabs > arrow:checked:focus, columnview.view > header > button:checked:focus, treeview.view > header > button:checked:focus, dnd tab:checked:focus image, tabbar tab:checked:focus image, notebook > header tabs > tab:checked:focus image, notebook > header dnd tab:checked:focus image, dnd notebook > header tab:checked:focus image, notebook > header tabbar tab:checked:focus image, tabbar notebook > header tab:checked:focus image, notebook > header tabbar tabbox > tabboxchild:checked:focus image, tabbar notebook > header tabbox > tabboxchild:checked:focus image, notebook > header > tabs > arrow:checked:focus image, columnview.view > header > button:checked:focus image, treeview.view > header > button:checked:focus image, dnd tab:checked:focus arrow, tabbar tab:checked:focus arrow, notebook > header tabs > tab:checked:focus arrow, notebook > header dnd tab:checked:focus arrow, dnd notebook > header tab:checked:focus arrow, notebook > header tabbar tab:checked:focus arrow, tabbar notebook > header tab:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild:checked:focus arrow, notebook > header > tabs > arrow:checked:focus arrow, columnview.view > header > button:checked:focus arrow, treeview.view > header > button:checked:focus arrow, dnd tab:selected:hover, tabbar tab:selected:hover, notebook > header tabs > tab:selected:hover, notebook > header dnd tab:selected:hover, dnd notebook > header tab:selected:hover, notebook > header tabbar tab:selected:hover, tabbar notebook > header tab:selected:hover, notebook > header tabbar tabbox > tabboxchild:selected:hover, tabbar notebook > header tabbox > tabboxchild:selected:hover, notebook > header > tabs > arrow:selected:hover, columnview.view > header > button:selected:hover, treeview.view > header > button:selected:hover, dnd tab:selected:hover image, tabbar tab:selected:hover image, notebook > header tabs > tab:selected:hover image, notebook > header dnd tab:selected:hover image, dnd notebook > header tab:selected:hover image, notebook > header tabbar tab:selected:hover image, tabbar notebook > header tab:selected:hover image, notebook > header tabbar tabbox > tabboxchild:selected:hover image, tabbar notebook > header tabbox > tabboxchild:selected:hover image, notebook > header > tabs > arrow:selected:hover image, columnview.view > header > button:selected:hover image, treeview.view > header > button:selected:hover image, dnd tab:selected:hover arrow, tabbar tab:selected:hover arrow, notebook > header tabs > tab:selected:hover arrow, notebook > header dnd tab:selected:hover arrow, dnd notebook > header tab:selected:hover arrow, notebook > header tabbar tab:selected:hover arrow, tabbar notebook > header tab:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild:selected:hover arrow, notebook > header > tabs > arrow:selected:hover arrow, columnview.view > header > button:selected:hover arrow, treeview.view > header > button:selected:hover arrow, dnd tab:selected:focus, tabbar tab:selected:focus, notebook > header tabs > tab:selected:focus, notebook > header dnd tab:selected:focus, dnd notebook > header tab:selected:focus, notebook > header tabbar tab:selected:focus, tabbar notebook > header tab:selected:focus, notebook > header tabbar tabbox > tabboxchild:selected:focus, tabbar notebook > header tabbox > tabboxchild:selected:focus, notebook > header > tabs > arrow:selected:focus, columnview.view > header > button:selected:focus, treeview.view > header > button:selected:focus, dnd tab:selected:focus image, tabbar tab:selected:focus image, notebook > header tabs > tab:selected:focus image, notebook > header dnd tab:selected:focus image, dnd notebook > header tab:selected:focus image, notebook > header tabbar tab:selected:focus image, tabbar notebook > header tab:selected:focus image, notebook > header tabbar tabbox > tabboxchild:selected:focus image, tabbar notebook > header tabbox > tabboxchild:selected:focus image, notebook > header > tabs > arrow:selected:focus image, columnview.view > header > button:selected:focus image, treeview.view > header > button:selected:focus image, dnd tab:selected:focus arrow, tabbar tab:selected:focus arrow, notebook > header tabs > tab:selected:focus arrow, notebook > header dnd tab:selected:focus arrow, dnd notebook > header tab:selected:focus arrow, notebook > header tabbar tab:selected:focus arrow, tabbar notebook > header tab:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild:selected:focus arrow, notebook > header > tabs > arrow:selected:focus arrow, columnview.view > header > button:selected:focus arrow, treeview.view > header > button:selected:focus arrow, dnd tab.has-open-popup:hover, tabbar tab.has-open-popup:hover, notebook > header tabs > tab.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.has-open-popup:hover, columnview.view > header > button.has-open-popup:hover, treeview.view > header > button.has-open-popup:hover, dnd tab.has-open-popup:hover image, tabbar tab.has-open-popup:hover image, notebook > header tabs > tab.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.has-open-popup:hover image, columnview.view > header > button.has-open-popup:hover image, treeview.view > header > button.has-open-popup:hover image, dnd tab.has-open-popup:hover arrow, tabbar tab.has-open-popup:hover arrow, notebook > header tabs > tab.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.has-open-popup:hover arrow, columnview.view > header > button.has-open-popup:hover arrow, treeview.view > header > button.has-open-popup:hover arrow, dnd tab.has-open-popup:focus, tabbar tab.has-open-popup:focus, notebook > header tabs > tab.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.has-open-popup:focus, columnview.view > header > button.has-open-popup:focus, treeview.view > header > button.has-open-popup:focus, dnd tab.has-open-popup:focus image, tabbar tab.has-open-popup:focus image, notebook > header tabs > tab.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.has-open-popup:focus image, columnview.view > header > button.has-open-popup:focus image, treeview.view > header > button.has-open-popup:focus image, dnd tab.has-open-popup:focus arrow, tabbar tab.has-open-popup:focus arrow, notebook > header tabs > tab.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.has-open-popup:focus arrow, columnview.view > header > button.has-open-popup:focus arrow, treeview.view > header > button.has-open-popup:focus arrow, dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab button:hover, tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab button:hover, notebook > header tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab button:hover, notebook > header dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab button:hover, dnd notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab button:hover, notebook > header tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab button:hover, tabbar notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab button:hover, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:hover, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:hover, notebook > header > tabs > arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow button:hover, columnview.view > header > button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view > header > button button:hover, treeview.view > header > button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view > header > button button:hover, dnd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab button:hover image, tabbar tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab button:hover image, notebook > header tabs > tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab button:hover image, notebook > header dnd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab button:hover image, dnd notebook > header tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab button:hover image, notebook > header tabbar tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab button:hover image, tabbar notebook > header tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab button:hover image, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:hover image, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:hover image, notebook > header > tabs > arrow .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow button:hover image, columnview.view > header > button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view > header > button button:hover image, treeview.view > header > button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view > header > button button:hover image, dnd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab button:hover arrow, tabbar tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab button:hover arrow, notebook > header tabs > tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab button:hover arrow, notebook > header dnd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab button:hover arrow, dnd notebook > header tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab button:hover arrow, notebook > header tabbar tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab button:hover arrow, tabbar notebook > header tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab button:hover arrow, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:hover arrow, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:hover arrow, notebook > header > tabs > arrow .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow button:hover arrow, columnview.view > header > button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view > header > button button:hover arrow, treeview.view > header > button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view > header > button button:hover arrow, dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab button:focus, tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab button:focus, notebook > header tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab button:focus, notebook > header dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab button:focus, dnd notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab button:focus, notebook > header tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab button:focus, tabbar notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab button:focus, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:focus, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:focus, notebook > header > tabs > arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow button:focus, columnview.view > header > button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view > header > button button:focus, treeview.view > header > button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view > header > button button:focus, dnd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab button:focus image, tabbar tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab button:focus image, notebook > header tabs > tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab button:focus image, notebook > header dnd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab button:focus image, dnd notebook > header tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab button:focus image, notebook > header tabbar tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab button:focus image, tabbar notebook > header tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab button:focus image, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:focus image, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:focus image, notebook > header > tabs > arrow .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow button:focus image, columnview.view > header > button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view > header > button button:focus image, treeview.view > header > button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view > header > button button:focus image, dnd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab button:focus arrow, tabbar tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab button:focus arrow, notebook > header tabs > tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab button:focus arrow, notebook > header dnd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab button:focus arrow, dnd notebook > header tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab button:focus arrow, notebook > header tabbar tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab button:focus arrow, tabbar notebook > header tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab button:focus arrow, notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild button:focus arrow, tabbar notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild button:focus arrow, notebook > header > tabs > arrow .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow button:focus arrow, columnview.view > header > button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view > header > button button:focus arrow, treeview.view > header > button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view > header > button button:focus arrow, button:checked:hover, button:checked:hover image, button:checked:hover arrow, button:checked:focus, button:checked:focus image, button:checked:focus arrow, button:selected:hover, button:selected:hover image, button:selected:hover arrow, button:selected:focus, button:selected:focus image, button:selected:focus arrow, button.has-open-popup:hover, button.has-open-popup:hover image, button.has-open-popup:hover arrow, button.has-open-popup:focus, button.has-open-popup:focus image, button.has-open-popup:focus arrow, button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button button:hover, button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button button:hover image, button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button button:hover arrow, button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button button:focus, button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button button:focus image, button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
dnd tab:disabled, tabbar tab:disabled, notebook > header tabs > tab:disabled, notebook > header tabbar tabbox > tabboxchild:disabled, tabbar notebook > header tabbox > tabboxchild:disabled, notebook > header > tabs > arrow:disabled, columnview.view > header > button:disabled, treeview.view > header > button:disabled, button:disabled, button:disabled:checked, button:disabled:selected, button:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
button.sidebar-button, dnd tab, tabbar tab, notebook > header tabs > tab, notebook > header tabbar tabbox > tabboxchild, tabbar notebook > header tabbox > tabboxchild, notebook > header > tabs > arrow, columnview.view > header > button, treeview.view > header > button, button { outline: 0 solid transparent; outline-offset: 4px; }
dnd tab:focus:focus-visible, tabbar tab:focus:focus-visible, notebook > header tabs > tab:focus:focus-visible, notebook > header tabbar tabbox > tabboxchild:focus:focus-visible, tabbar notebook > header tabbox > tabboxchild:focus:focus-visible, notebook > header > tabs > arrow:focus:focus-visible, button:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
dnd tab.image-button, tabbar tab.image-button, notebook > header tabs > tab.image-button, notebook > header tabbar tabbox > tabboxchild.image-button, tabbar notebook > header tabbox > tabboxchild.image-button, notebook > header > tabs > arrow.image-button, columnview.view > header > button.image-button, treeview.view > header > button.image-button, button.image-button { min-width: 24px; padding-left: 5px; padding-right: 5px; }
dnd tab.text-button, tabbar tab.text-button, notebook > header tabs > tab.text-button, notebook > header tabbar tabbox > tabboxchild.text-button, tabbar notebook > header tabbox > tabboxchild.text-button, notebook > header > tabs > arrow.text-button, columnview.view > header > button.text-button, treeview.view > header > button.text-button, button.text-button { padding-left: 16px; padding-right: 16px; }
dnd tab.text-button.image-button, tabbar tab.text-button.image-button, notebook > header tabs > tab.text-button.image-button, notebook > header dnd tab.image-button, dnd notebook > header tab.image-button, notebook > header tabbar tab.image-button, tabbar notebook > header tab.image-button, notebook > header tabbar tabbox > tabboxchild.image-button, tabbar notebook > header tabbox > tabboxchild.image-button, notebook > header > tabs > arrow.text-button.image-button, button.text-button.image-button { padding-left: 8px; padding-right: 8px; }
dnd tab.text-button.image-button label, tabbar tab.text-button.image-button label, notebook > header tabs > tab.text-button.image-button label, notebook > header dnd tab.image-button label, dnd notebook > header tab.image-button label, notebook > header tabbar tab.image-button label, tabbar notebook > header tab.image-button label, notebook > header tabbar tabbox > tabboxchild.image-button label, tabbar notebook > header tabbox > tabboxchild.image-button label, notebook > header > tabs > arrow.text-button.image-button label, button.text-button.image-button label { padding-left: 8px; padding-right: 8px; }
dnd tab.arrow-button, tabbar tab.arrow-button, notebook > header tabs > tab.arrow-button, notebook > header tabbar tabbox > tabboxchild.arrow-button, tabbar notebook > header tabbox > tabboxchild.arrow-button, notebook > header > tabs > arrow.arrow-button, columnview.view > header > button.arrow-button, treeview.view > header > button.arrow-button, button.arrow-button { padding-left: 10px; padding-right: 10px; }
dnd tab.arrow-button > box, tabbar tab.arrow-button > box, notebook > header tabs > tab.arrow-button > box, dnd notebook > header tab.arrow-button > box, tabbar notebook > header tab.arrow-button > box, notebook > header tabbar tabbox > tabboxchild.arrow-button > box, tabbar notebook > header tabbox > tabboxchild.arrow-button > box, notebook > header > tabs > arrow.arrow-button > box, columnview.view > header > button.arrow-button > box, treeview.view > header > button.arrow-button > box, button.arrow-button > box { border-spacing: 4px; }
dropdown:drop(active) button.combo, combobox:drop(active) button.combo, dnd tab:drop(active), tabbar tab:drop(active), notebook > header tabs > tab:drop(active), notebook > header tabbar tabbox > tabboxchild:drop(active), tabbar notebook > header tabbox > tabboxchild:drop(active), notebook > header > tabs > arrow:drop(active), columnview.view > header > button:drop(active), treeview.view > header > button:drop(active), button:drop(active) { color: #33d17a; border-color: #33d17a; box-shadow: inset 0 0 0 1px #33d17a; }
dnd tab.small-button, tabbar tab.small-button, notebook > header tabs > tab.small-button, notebook > header tabbar tabbox > tabboxchild.small-button, tabbar notebook > header tabbox > tabboxchild.small-button, notebook > header > tabs > arrow.small-button, columnview.view > header > button.small-button, treeview.view > header > button.small-button, button.small-button { padding: 0px; min-height: 10px; min-width: 10px; }
dnd tab.osd, tabbar tab.osd, notebook > header tabs > tab.osd, notebook > header tabbar tabbox > tabboxchild.osd, tabbar notebook > header tabbox > tabboxchild.osd, notebook > header > tabs > arrow.osd, columnview.view > header > button.osd, treeview.view > header > button.osd, button.osd { min-width: 26px; min-height: 32px; color: rgba(94, 186, 222, 0.94); background-color: #203d79; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
dnd tab.osd:hover, tabbar tab.osd:hover, notebook > header tabs > tab.osd:hover, notebook > header tabbar tabbox > tabboxchild.osd:hover, tabbar notebook > header tabbox > tabboxchild.osd:hover, notebook > header > tabs > arrow.osd:hover, dnd tab.osd:focus, tabbar tab.osd:focus, notebook > header tabs > tab.osd:focus, notebook > header tabbar tabbox > tabboxchild.osd:focus, tabbar notebook > header tabbox > tabboxchild.osd:focus, notebook > header > tabs > arrow.osd:focus, button.osd:hover, button.osd:focus { color: rgba(136, 204, 231, 0.94); text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
dnd tab.osd:hover, tabbar tab.osd:hover, notebook > header tabs > tab.osd:hover, notebook > header tabbar tabbox > tabboxchild.osd:hover, tabbar notebook > header tabbox > tabboxchild.osd:hover, notebook > header > tabs > arrow.osd:hover, dnd tab.osd:hover image, tabbar tab.osd:hover image, notebook > header tabs > tab.osd:hover image, notebook > header tabbar tabbox > tabboxchild.osd:hover image, tabbar notebook > header tabbox > tabboxchild.osd:hover image, notebook > header > tabs > arrow.osd:hover image, dnd tab.osd:hover arrow, tabbar tab.osd:hover arrow, notebook > header tabs > tab.osd:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:hover arrow, notebook > header > tabs > arrow.osd:hover arrow, dnd tab.osd:focus, tabbar tab.osd:focus, notebook > header tabs > tab.osd:focus, notebook > header tabbar tabbox > tabboxchild.osd:focus, tabbar notebook > header tabbox > tabboxchild.osd:focus, notebook > header > tabs > arrow.osd:focus, dnd tab.osd:focus image, tabbar tab.osd:focus image, notebook > header tabs > tab.osd:focus image, notebook > header tabbar tabbox > tabboxchild.osd:focus image, tabbar notebook > header tabbox > tabboxchild.osd:focus image, notebook > header > tabs > arrow.osd:focus image, dnd tab.osd:focus arrow, tabbar tab.osd:focus arrow, notebook > header tabs > tab.osd:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:focus arrow, notebook > header > tabs > arrow.osd:focus arrow, button.osd:hover, button.osd:hover image, button.osd:hover arrow, button.osd:focus, button.osd:focus image, button.osd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
dnd tab.osd:active, tabbar tab.osd:active, notebook > header tabs > tab.osd:active, notebook > header tabbar tabbox > tabboxchild.osd:active, tabbar notebook > header tabbox > tabboxchild.osd:active, notebook > header > tabs > arrow.osd:active, dnd tab.osd.keyboard-activating, tabbar tab.osd.keyboard-activating, notebook > header tabs > tab.osd.keyboard-activating, notebook > header dnd tab.keyboard-activating, dnd notebook > header tab.keyboard-activating, notebook > header tabbar tab.keyboard-activating, tabbar notebook > header tab.keyboard-activating, notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header > tabs > arrow.osd.keyboard-activating, button.osd:active, button.osd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
dnd tab.osd:checked, tabbar tab.osd:checked, notebook > header tabs > tab.osd:checked, notebook > header tabbar tabbox > tabboxchild.osd:checked, tabbar notebook > header tabbox > tabboxchild.osd:checked, notebook > header > tabs > arrow.osd:checked, dnd tab.osd:selected, tabbar tab.osd:selected, notebook > header tabs > tab.osd:selected, notebook > header tabbar tabbox > tabboxchild.osd:selected, tabbar notebook > header tabbox > tabboxchild.osd:selected, notebook > header > tabs > arrow.osd:selected, dnd tab.osd.has-open-popup, tabbar tab.osd.has-open-popup, notebook > header tabs > tab.osd.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.osd.has-open-popup, dnd tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.osd button, tabbar tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.osd button, notebook > header tabs > tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.osd button, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button, button.osd:checked, button.osd:selected, button.osd.has-open-popup, button.osd .active_group #docklike-plugin button, .active_group #docklike-plugin button.osd button { background-color: #203d79; color: #66cbec; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
dnd tab.osd:checked, tabbar tab.osd:checked, notebook > header tabs > tab.osd:checked, notebook > header dnd tab.osd:checked, dnd notebook > header tab.osd:checked, notebook > header tabbar tab.osd:checked, tabbar notebook > header tab.osd:checked, notebook > header tabbar tabbox > tabboxchild.osd:checked, tabbar notebook > header tabbox > tabboxchild.osd:checked, notebook > header > tabs > arrow.osd:checked, dnd tab.osd:checked image, tabbar tab.osd:checked image, notebook > header tabs > tab.osd:checked image, notebook > header dnd tab.osd:checked image, dnd notebook > header tab.osd:checked image, notebook > header tabbar tab.osd:checked image, tabbar notebook > header tab.osd:checked image, notebook > header tabbar tabbox > tabboxchild.osd:checked image, tabbar notebook > header tabbox > tabboxchild.osd:checked image, notebook > header > tabs > arrow.osd:checked image, dnd tab.osd:checked arrow, tabbar tab.osd:checked arrow, notebook > header tabs > tab.osd:checked arrow, notebook > header dnd tab.osd:checked arrow, dnd notebook > header tab.osd:checked arrow, notebook > header tabbar tab.osd:checked arrow, tabbar notebook > header tab.osd:checked arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked arrow, notebook > header > tabs > arrow.osd:checked arrow, dnd tab.osd:selected, tabbar tab.osd:selected, notebook > header tabs > tab.osd:selected, notebook > header dnd tab.osd:selected, dnd notebook > header tab.osd:selected, notebook > header tabbar tab.osd:selected, tabbar notebook > header tab.osd:selected, notebook > header tabbar tabbox > tabboxchild.osd:selected, tabbar notebook > header tabbox > tabboxchild.osd:selected, notebook > header > tabs > arrow.osd:selected, dnd tab.osd:selected image, tabbar tab.osd:selected image, notebook > header tabs > tab.osd:selected image, notebook > header dnd tab.osd:selected image, dnd notebook > header tab.osd:selected image, notebook > header tabbar tab.osd:selected image, tabbar notebook > header tab.osd:selected image, notebook > header tabbar tabbox > tabboxchild.osd:selected image, tabbar notebook > header tabbox > tabboxchild.osd:selected image, notebook > header > tabs > arrow.osd:selected image, dnd tab.osd:selected arrow, tabbar tab.osd:selected arrow, notebook > header tabs > tab.osd:selected arrow, notebook > header dnd tab.osd:selected arrow, dnd notebook > header tab.osd:selected arrow, notebook > header tabbar tab.osd:selected arrow, tabbar notebook > header tab.osd:selected arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected arrow, notebook > header > tabs > arrow.osd:selected arrow, dnd tab.osd.has-open-popup, tabbar tab.osd.has-open-popup, notebook > header tabs > tab.osd.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.osd.has-open-popup, dnd tab.osd.has-open-popup image, tabbar tab.osd.has-open-popup image, notebook > header tabs > tab.osd.has-open-popup image, notebook > header dnd tab.has-open-popup image, dnd notebook > header tab.has-open-popup image, notebook > header tabbar tab.has-open-popup image, tabbar notebook > header tab.has-open-popup image, notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header > tabs > arrow.osd.has-open-popup image, dnd tab.osd.has-open-popup arrow, tabbar tab.osd.has-open-popup arrow, notebook > header tabs > tab.osd.has-open-popup arrow, notebook > header dnd tab.has-open-popup arrow, dnd notebook > header tab.has-open-popup arrow, notebook > header tabbar tab.has-open-popup arrow, tabbar notebook > header tab.has-open-popup arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header > tabs > arrow.osd.has-open-popup arrow, dnd tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.osd button, tabbar tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.osd button, notebook > header tabs > tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.osd button, notebook > header dnd tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header dnd tab.osd button, dnd notebook > header tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header tab.osd button, notebook > header tabbar tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tab.osd button, tabbar notebook > header tab.osd .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tab.osd button, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button, dnd tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd tab.osd button image, tabbar tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar tab.osd button image, notebook > header tabs > tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabs > tab.osd button image, notebook > header dnd tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header dnd tab.osd button image, dnd notebook > header tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header tab.osd button image, notebook > header tabbar tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tab.osd button image, tabbar notebook > header tab.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tab.osd button image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button image, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button image, dnd tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd tab.osd button arrow, tabbar tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar tab.osd button arrow, notebook > header tabs > tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabs > tab.osd button arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button arrow, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button arrow, button.osd:checked, button.osd:checked image, button.osd:checked arrow, button.osd:selected, button.osd:selected image, button.osd:selected arrow, button.osd.has-open-popup, button.osd.has-open-popup image, button.osd.has-open-popup arrow, button.osd .active_group #docklike-plugin button, .active_group #docklike-plugin button.osd button, button.osd .active_group #docklike-plugin button image, .active_group #docklike-plugin button.osd button image, button.osd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin button.osd button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
dnd tab.osd:checked:hover, tabbar tab.osd:checked:hover, notebook > header tabs > tab.osd:checked:hover, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header > tabs > arrow.osd:checked:hover, dnd tab.osd:checked:focus, tabbar tab.osd:checked:focus, notebook > header tabs > tab.osd:checked:focus, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header > tabs > arrow.osd:checked:focus, dnd tab.osd:selected:hover, tabbar tab.osd:selected:hover, notebook > header tabs > tab.osd:selected:hover, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header > tabs > arrow.osd:selected:hover, dnd tab.osd:selected:focus, tabbar tab.osd:selected:focus, notebook > header tabs > tab.osd:selected:focus, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header > tabs > arrow.osd:selected:focus, dnd tab.osd.has-open-popup:hover, tabbar tab.osd.has-open-popup:hover, notebook > header tabs > tab.osd.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.osd.has-open-popup:hover, dnd tab.osd.has-open-popup:focus, tabbar tab.osd.has-open-popup:focus, notebook > header tabs > tab.osd.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.osd.has-open-popup:focus, dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.osd button:hover, tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.osd button:hover, notebook > header tabs > tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.osd button:hover, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:hover, dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.osd button:focus, tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.osd button:focus, notebook > header tabs > tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.osd button:focus, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:focus, button.osd:checked:hover, button.osd:checked:focus, button.osd:selected:hover, button.osd:selected:focus, button.osd.has-open-popup:hover, button.osd.has-open-popup:focus, button.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.osd button:hover, button.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.osd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
dnd tab.osd:checked:hover, tabbar tab.osd:checked:hover, notebook > header tabs > tab.osd:checked:hover, notebook > header dnd tab.osd:checked:hover, dnd notebook > header tab.osd:checked:hover, notebook > header tabbar tab.osd:checked:hover, tabbar notebook > header tab.osd:checked:hover, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header > tabs > arrow.osd:checked:hover, dnd tab.osd:checked:hover image, tabbar tab.osd:checked:hover image, notebook > header tabs > tab.osd:checked:hover image, notebook > header dnd tab.osd:checked:hover image, dnd notebook > header tab.osd:checked:hover image, notebook > header tabbar tab.osd:checked:hover image, tabbar notebook > header tab.osd:checked:hover image, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover image, notebook > header > tabs > arrow.osd:checked:hover image, dnd tab.osd:checked:hover arrow, tabbar tab.osd:checked:hover arrow, notebook > header tabs > tab.osd:checked:hover arrow, notebook > header dnd tab.osd:checked:hover arrow, dnd notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tab.osd:checked:hover arrow, tabbar notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover arrow, notebook > header > tabs > arrow.osd:checked:hover arrow, dnd tab.osd:checked:focus, tabbar tab.osd:checked:focus, notebook > header tabs > tab.osd:checked:focus, notebook > header dnd tab.osd:checked:focus, dnd notebook > header tab.osd:checked:focus, notebook > header tabbar tab.osd:checked:focus, tabbar notebook > header tab.osd:checked:focus, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header > tabs > arrow.osd:checked:focus, dnd tab.osd:checked:focus image, tabbar tab.osd:checked:focus image, notebook > header tabs > tab.osd:checked:focus image, notebook > header dnd tab.osd:checked:focus image, dnd notebook > header tab.osd:checked:focus image, notebook > header tabbar tab.osd:checked:focus image, tabbar notebook > header tab.osd:checked:focus image, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus image, notebook > header > tabs > arrow.osd:checked:focus image, dnd tab.osd:checked:focus arrow, tabbar tab.osd:checked:focus arrow, notebook > header tabs > tab.osd:checked:focus arrow, notebook > header dnd tab.osd:checked:focus arrow, dnd notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tab.osd:checked:focus arrow, tabbar notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus arrow, notebook > header > tabs > arrow.osd:checked:focus arrow, dnd tab.osd:selected:hover, tabbar tab.osd:selected:hover, notebook > header tabs > tab.osd:selected:hover, notebook > header dnd tab.osd:selected:hover, dnd notebook > header tab.osd:selected:hover, notebook > header tabbar tab.osd:selected:hover, tabbar notebook > header tab.osd:selected:hover, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header > tabs > arrow.osd:selected:hover, dnd tab.osd:selected:hover image, tabbar tab.osd:selected:hover image, notebook > header tabs > tab.osd:selected:hover image, notebook > header dnd tab.osd:selected:hover image, dnd notebook > header tab.osd:selected:hover image, notebook > header tabbar tab.osd:selected:hover image, tabbar notebook > header tab.osd:selected:hover image, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover image, notebook > header > tabs > arrow.osd:selected:hover image, dnd tab.osd:selected:hover arrow, tabbar tab.osd:selected:hover arrow, notebook > header tabs > tab.osd:selected:hover arrow, notebook > header dnd tab.osd:selected:hover arrow, dnd notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tab.osd:selected:hover arrow, tabbar notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover arrow, notebook > header > tabs > arrow.osd:selected:hover arrow, dnd tab.osd:selected:focus, tabbar tab.osd:selected:focus, notebook > header tabs > tab.osd:selected:focus, notebook > header dnd tab.osd:selected:focus, dnd notebook > header tab.osd:selected:focus, notebook > header tabbar tab.osd:selected:focus, tabbar notebook > header tab.osd:selected:focus, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header > tabs > arrow.osd:selected:focus, dnd tab.osd:selected:focus image, tabbar tab.osd:selected:focus image, notebook > header tabs > tab.osd:selected:focus image, notebook > header dnd tab.osd:selected:focus image, dnd notebook > header tab.osd:selected:focus image, notebook > header tabbar tab.osd:selected:focus image, tabbar notebook > header tab.osd:selected:focus image, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus image, notebook > header > tabs > arrow.osd:selected:focus image, dnd tab.osd:selected:focus arrow, tabbar tab.osd:selected:focus arrow, notebook > header tabs > tab.osd:selected:focus arrow, notebook > header dnd tab.osd:selected:focus arrow, dnd notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tab.osd:selected:focus arrow, tabbar notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus arrow, notebook > header > tabs > arrow.osd:selected:focus arrow, dnd tab.osd.has-open-popup:hover, tabbar tab.osd.has-open-popup:hover, notebook > header tabs > tab.osd.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.osd.has-open-popup:hover, dnd tab.osd.has-open-popup:hover image, tabbar tab.osd.has-open-popup:hover image, notebook > header tabs > tab.osd.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.osd.has-open-popup:hover image, dnd tab.osd.has-open-popup:hover arrow, tabbar tab.osd.has-open-popup:hover arrow, notebook > header tabs > tab.osd.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.osd.has-open-popup:hover arrow, dnd tab.osd.has-open-popup:focus, tabbar tab.osd.has-open-popup:focus, notebook > header tabs > tab.osd.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.osd.has-open-popup:focus, dnd tab.osd.has-open-popup:focus image, tabbar tab.osd.has-open-popup:focus image, notebook > header tabs > tab.osd.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.osd.has-open-popup:focus image, dnd tab.osd.has-open-popup:focus arrow, tabbar tab.osd.has-open-popup:focus arrow, notebook > header tabs > tab.osd.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.osd.has-open-popup:focus arrow, dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.osd button:hover, tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.osd button:hover, notebook > header tabs > tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.osd button:hover, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:hover, dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab.osd button:hover image, tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab.osd button:hover image, notebook > header tabs > tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab.osd button:hover image, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover image, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover image, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:hover image, dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab.osd button:hover arrow, tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab.osd button:hover arrow, notebook > header tabs > tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab.osd button:hover arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover arrow, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:hover arrow, dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.osd button:focus, tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.osd button:focus, notebook > header tabs > tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.osd button:focus, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:focus, dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab.osd button:focus image, tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab.osd button:focus image, notebook > header tabs > tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab.osd button:focus image, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus image, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus image, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:focus image, dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab.osd button:focus arrow, tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab.osd button:focus arrow, notebook > header tabs > tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab.osd button:focus arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus arrow, notebook > header > tabs > arrow.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.osd button:focus arrow, button.osd:checked:hover, button.osd:checked:hover image, button.osd:checked:hover arrow, button.osd:checked:focus, button.osd:checked:focus image, button.osd:checked:focus arrow, button.osd:selected:hover, button.osd:selected:hover image, button.osd:selected:hover arrow, button.osd:selected:focus, button.osd:selected:focus image, button.osd:selected:focus arrow, button.osd.has-open-popup:hover, button.osd.has-open-popup:hover image, button.osd.has-open-popup:hover arrow, button.osd.has-open-popup:focus, button.osd.has-open-popup:focus image, button.osd.has-open-popup:focus arrow, button.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.osd button:hover, button.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.osd button:hover image, button.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.osd button:hover arrow, button.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.osd button:focus, button.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.osd button:focus image, button.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.osd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
dnd tab.osd:disabled, tabbar tab.osd:disabled, notebook > header tabs > tab.osd:disabled, notebook > header tabbar tabbox > tabboxchild.osd:disabled, tabbar notebook > header tabbox > tabboxchild.osd:disabled, notebook > header > tabs > arrow.osd:disabled, button.osd:disabled, button.osd:disabled:checked, button.osd:disabled:selected, button.osd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
dnd tab.osd.image-button, tabbar tab.osd.image-button, notebook > header tabs > tab.osd.image-button, notebook > header dnd tab.image-button, dnd notebook > header tab.image-button, notebook > header tabbar tab.image-button, tabbar notebook > header tab.image-button, notebook > header tabbar tabbox > tabboxchild.image-button, tabbar notebook > header tabbox > tabboxchild.image-button, notebook > header > tabs > arrow.osd.image-button, button.osd.image-button { min-width: 30px; }
dnd tab.osd.image-button:only-child, tabbar tab.osd.image-button:only-child, notebook > header tabs > tab.osd.image-button:only-child, notebook > header dnd tab.image-button:only-child, dnd notebook > header tab.image-button:only-child, notebook > header tabbar tab.image-button:only-child, tabbar notebook > header tab.image-button:only-child, notebook > header tabbar tabbox > tabboxchild.image-button:only-child, tabbar notebook > header tabbox > tabboxchild.image-button:only-child, notebook > header > tabs > arrow.osd.image-button:only-child, button.osd.image-button:only-child { margin: 4px; border-radius: 50%; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
.app-notification button, popover.background.touch-selection button, popover.background.magnifier button, .osd dnd tab, dnd .osd tab, .osd tabbar tab, tabbar .osd tab, .osd notebook > header tabs > tab, notebook > header .osd tabs > tab, .osd notebook > header tabbar tabbox > tabboxchild, tabbar .osd notebook > header tabbox > tabboxchild, notebook > header .osd tabbar tabbox > tabboxchild, tabbar notebook > header .osd tabbox > tabboxchild, .osd notebook > header > tabs > arrow, .osd columnview.view > header > button, .osd treeview.view > header > button, .osd button { color: rgba(94, 186, 222, 0.94); background-color: #203d79; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
.app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, .osd dnd tab:hover, dnd .osd tab:hover, .osd tabbar tab:hover, tabbar .osd tab:hover, .osd notebook > header tabs > tab:hover, notebook > header .osd tabs > tab:hover, .osd notebook > header tabbar tabbox > tabboxchild:hover, tabbar .osd notebook > header tabbox > tabboxchild:hover, notebook > header .osd tabbar tabbox > tabboxchild:hover, tabbar notebook > header .osd tabbox > tabboxchild:hover, .osd notebook > header > tabs > arrow:hover, .osd dnd tab:focus, dnd .osd tab:focus, .osd tabbar tab:focus, tabbar .osd tab:focus, .osd notebook > header tabs > tab:focus, notebook > header .osd tabs > tab:focus, .osd notebook > header tabbar tabbox > tabboxchild:focus, tabbar .osd notebook > header tabbox > tabboxchild:focus, notebook > header .osd tabbar tabbox > tabboxchild:focus, tabbar notebook > header .osd tabbox > tabboxchild:focus, .osd notebook > header > tabs > arrow:focus, .osd button:hover, .osd button:focus { color: rgba(136, 204, 231, 0.94); text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.app-notification button:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover, .app-notification button:hover image, popover.background.touch-selection button:hover image, popover.background.magnifier button:hover image, .app-notification button:hover arrow, popover.background.touch-selection button:hover arrow, popover.background.magnifier button:hover arrow, .app-notification button:focus, popover.background.touch-selection button:focus, popover.background.magnifier button:focus, .app-notification button:focus image, popover.background.touch-selection button:focus image, popover.background.magnifier button:focus image, .app-notification button:focus arrow, popover.background.touch-selection button:focus arrow, popover.background.magnifier button:focus arrow, .osd dnd tab:hover, dnd .osd tab:hover, .osd tabbar tab:hover, tabbar .osd tab:hover, .osd notebook > header tabs > tab:hover, notebook > header .osd tabs > tab:hover, .osd notebook > header dnd tab:hover, dnd .osd notebook > header tab:hover, .osd notebook > header tabbar tab:hover, tabbar .osd notebook > header tab:hover, .osd notebook > header tabbar tabbox > tabboxchild:hover, tabbar .osd notebook > header tabbox > tabboxchild:hover, notebook > header .osd dnd tab:hover, dnd notebook > header .osd tab:hover, notebook > header .osd tabbar tab:hover, tabbar notebook > header .osd tab:hover, notebook > header .osd tabbar tabbox > tabboxchild:hover, tabbar notebook > header .osd tabbox > tabboxchild:hover, .osd notebook > header > tabs > arrow:hover, .osd dnd tab:hover image, dnd .osd tab:hover image, .osd tabbar tab:hover image, tabbar .osd tab:hover image, .osd notebook > header tabs > tab:hover image, notebook > header .osd tabs > tab:hover image, .osd notebook > header dnd tab:hover image, dnd .osd notebook > header tab:hover image, .osd notebook > header tabbar tab:hover image, tabbar .osd notebook > header tab:hover image, .osd notebook > header tabbar tabbox > tabboxchild:hover image, tabbar .osd notebook > header tabbox > tabboxchild:hover image, notebook > header .osd dnd tab:hover image, dnd notebook > header .osd tab:hover image, notebook > header .osd tabbar tab:hover image, tabbar notebook > header .osd tab:hover image, notebook > header .osd tabbar tabbox > tabboxchild:hover image, tabbar notebook > header .osd tabbox > tabboxchild:hover image, .osd notebook > header > tabs > arrow:hover image, .osd dnd tab:hover arrow, dnd .osd tab:hover arrow, .osd tabbar tab:hover arrow, tabbar .osd tab:hover arrow, .osd notebook > header tabs > tab:hover arrow, notebook > header .osd tabs > tab:hover arrow, .osd notebook > header dnd tab:hover arrow, dnd .osd notebook > header tab:hover arrow, .osd notebook > header tabbar tab:hover arrow, tabbar .osd notebook > header tab:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild:hover arrow, notebook > header .osd dnd tab:hover arrow, dnd notebook > header .osd tab:hover arrow, notebook > header .osd tabbar tab:hover arrow, tabbar notebook > header .osd tab:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild:hover arrow, .osd notebook > header > tabs > arrow:hover arrow, .osd dnd tab:focus, dnd .osd tab:focus, .osd tabbar tab:focus, tabbar .osd tab:focus, .osd notebook > header tabs > tab:focus, notebook > header .osd tabs > tab:focus, .osd notebook > header dnd tab:focus, dnd .osd notebook > header tab:focus, .osd notebook > header tabbar tab:focus, tabbar .osd notebook > header tab:focus, .osd notebook > header tabbar tabbox > tabboxchild:focus, tabbar .osd notebook > header tabbox > tabboxchild:focus, notebook > header .osd dnd tab:focus, dnd notebook > header .osd tab:focus, notebook > header .osd tabbar tab:focus, tabbar notebook > header .osd tab:focus, notebook > header .osd tabbar tabbox > tabboxchild:focus, tabbar notebook > header .osd tabbox > tabboxchild:focus, .osd notebook > header > tabs > arrow:focus, .osd dnd tab:focus image, dnd .osd tab:focus image, .osd tabbar tab:focus image, tabbar .osd tab:focus image, .osd notebook > header tabs > tab:focus image, notebook > header .osd tabs > tab:focus image, .osd notebook > header dnd tab:focus image, dnd .osd notebook > header tab:focus image, .osd notebook > header tabbar tab:focus image, tabbar .osd notebook > header tab:focus image, .osd notebook > header tabbar tabbox > tabboxchild:focus image, tabbar .osd notebook > header tabbox > tabboxchild:focus image, notebook > header .osd dnd tab:focus image, dnd notebook > header .osd tab:focus image, notebook > header .osd tabbar tab:focus image, tabbar notebook > header .osd tab:focus image, notebook > header .osd tabbar tabbox > tabboxchild:focus image, tabbar notebook > header .osd tabbox > tabboxchild:focus image, .osd notebook > header > tabs > arrow:focus image, .osd dnd tab:focus arrow, dnd .osd tab:focus arrow, .osd tabbar tab:focus arrow, tabbar .osd tab:focus arrow, .osd notebook > header tabs > tab:focus arrow, notebook > header .osd tabs > tab:focus arrow, .osd notebook > header dnd tab:focus arrow, dnd .osd notebook > header tab:focus arrow, .osd notebook > header tabbar tab:focus arrow, tabbar .osd notebook > header tab:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild:focus arrow, notebook > header .osd dnd tab:focus arrow, dnd notebook > header .osd tab:focus arrow, notebook > header .osd tabbar tab:focus arrow, tabbar notebook > header .osd tab:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild:focus arrow, .osd notebook > header > tabs > arrow:focus arrow, .osd button:hover, .osd button:hover image, .osd button:hover arrow, .osd button:focus, .osd button:focus image, .osd button:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.app-notification button:active, popover.background.touch-selection button:active, popover.background.magnifier button:active, .app-notification button.keyboard-activating, popover.background.touch-selection button.keyboard-activating, popover.background.magnifier button.keyboard-activating, .osd dnd tab:active, dnd .osd tab:active, .osd tabbar tab:active, tabbar .osd tab:active, .osd notebook > header tabs > tab:active, notebook > header .osd tabs > tab:active, .osd notebook > header tabbar tabbox > tabboxchild:active, tabbar .osd notebook > header tabbox > tabboxchild:active, notebook > header .osd tabbar tabbox > tabboxchild:active, tabbar notebook > header .osd tabbox > tabboxchild:active, .osd notebook > header > tabs > arrow:active, .osd dnd tab.keyboard-activating, dnd .osd tab.keyboard-activating, .osd tabbar tab.keyboard-activating, tabbar .osd tab.keyboard-activating, .osd notebook > header tabs > tab.keyboard-activating, notebook > header .osd tabs > tab.keyboard-activating, .osd notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar .osd notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header .osd tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header .osd tabbox > tabboxchild.keyboard-activating, .osd notebook > header > tabs > arrow.keyboard-activating, .osd button:active, .osd button.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
.app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:selected, popover.background.touch-selection button:selected, popover.background.magnifier button:selected, .app-notification button.has-open-popup, popover.background.touch-selection button.has-open-popup, popover.background.magnifier button.has-open-popup, .app-notification button .active_group #docklike-plugin button, .active_group #docklike-plugin .app-notification button button, popover.background.touch-selection button .active_group #docklike-plugin button, .active_group #docklike-plugin popover.background.touch-selection button button, popover.background.magnifier button .active_group #docklike-plugin button, .active_group #docklike-plugin popover.background.magnifier button button, .osd dnd tab:checked, dnd .osd tab:checked, .osd tabbar tab:checked, tabbar .osd tab:checked, .osd notebook > header tabs > tab:checked, notebook > header .osd tabs > tab:checked, .osd notebook > header tabbar tabbox > tabboxchild:checked, tabbar .osd notebook > header tabbox > tabboxchild:checked, notebook > header .osd tabbar tabbox > tabboxchild:checked, tabbar notebook > header .osd tabbox > tabboxchild:checked, .osd notebook > header > tabs > arrow:checked, .osd dnd tab:selected, dnd .osd tab:selected, .osd tabbar tab:selected, tabbar .osd tab:selected, .osd notebook > header tabs > tab:selected, notebook > header .osd tabs > tab:selected, .osd notebook > header tabbar tabbox > tabboxchild:selected, tabbar .osd notebook > header tabbox > tabboxchild:selected, notebook > header .osd tabbar tabbox > tabboxchild:selected, tabbar notebook > header .osd tabbox > tabboxchild:selected, .osd notebook > header > tabs > arrow:selected, .osd dnd tab.has-open-popup, dnd .osd tab.has-open-popup, .osd tabbar tab.has-open-popup, tabbar .osd tab.has-open-popup, .osd notebook > header tabs > tab.has-open-popup, notebook > header .osd tabs > tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.has-open-popup, .osd dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab button, dnd .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab button, .osd tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab button, tabbar .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab button, .osd notebook > header tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab button, notebook > header .osd tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab button, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button, .osd button:checked, .osd button:selected, .osd button.has-open-popup, .osd button .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button button { background-color: #203d79; color: #66cbec; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
.app-notification button:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked, .app-notification button:checked image, popover.background.touch-selection button:checked image, popover.background.magnifier button:checked image, .app-notification button:checked arrow, popover.background.touch-selection button:checked arrow, popover.background.magnifier button:checked arrow, .app-notification button:selected, popover.background.touch-selection button:selected, popover.background.magnifier button:selected, .app-notification button:selected image, popover.background.touch-selection button:selected image, popover.background.magnifier button:selected image, .app-notification button:selected arrow, popover.background.touch-selection button:selected arrow, popover.background.magnifier button:selected arrow, .app-notification button.has-open-popup, popover.background.touch-selection button.has-open-popup, popover.background.magnifier button.has-open-popup, .app-notification button.has-open-popup image, popover.background.touch-selection button.has-open-popup image, popover.background.magnifier button.has-open-popup image, .app-notification button.has-open-popup arrow, popover.background.touch-selection button.has-open-popup arrow, popover.background.magnifier button.has-open-popup arrow, .app-notification button .active_group #docklike-plugin button, .active_group #docklike-plugin .app-notification button button, popover.background.touch-selection button .active_group #docklike-plugin button, .active_group #docklike-plugin popover.background.touch-selection button button, popover.background.magnifier button .active_group #docklike-plugin button, .active_group #docklike-plugin popover.background.magnifier button button, .app-notification button .active_group #docklike-plugin button image, .active_group #docklike-plugin .app-notification button button image, popover.background.touch-selection button .active_group #docklike-plugin button image, .active_group #docklike-plugin popover.background.touch-selection button button image, popover.background.magnifier button .active_group #docklike-plugin button image, .active_group #docklike-plugin popover.background.magnifier button button image, .app-notification button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .app-notification button button arrow, popover.background.touch-selection button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin popover.background.touch-selection button button arrow, popover.background.magnifier button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin popover.background.magnifier button button arrow, .osd dnd tab:checked, dnd .osd tab:checked, .osd tabbar tab:checked, tabbar .osd tab:checked, .osd notebook > header tabs > tab:checked, notebook > header .osd tabs > tab:checked, .osd notebook > header dnd tab:checked, dnd .osd notebook > header tab:checked, .osd notebook > header tabbar tab:checked, tabbar .osd notebook > header tab:checked, .osd notebook > header tabbar tabbox > tabboxchild:checked, tabbar .osd notebook > header tabbox > tabboxchild:checked, notebook > header .osd dnd tab:checked, dnd notebook > header .osd tab:checked, notebook > header .osd tabbar tab:checked, tabbar notebook > header .osd tab:checked, notebook > header .osd tabbar tabbox > tabboxchild:checked, tabbar notebook > header .osd tabbox > tabboxchild:checked, .osd notebook > header > tabs > arrow:checked, .osd dnd tab:checked image, dnd .osd tab:checked image, .osd tabbar tab:checked image, tabbar .osd tab:checked image, .osd notebook > header tabs > tab:checked image, notebook > header .osd tabs > tab:checked image, .osd notebook > header dnd tab:checked image, dnd .osd notebook > header tab:checked image, .osd notebook > header tabbar tab:checked image, tabbar .osd notebook > header tab:checked image, .osd notebook > header tabbar tabbox > tabboxchild:checked image, tabbar .osd notebook > header tabbox > tabboxchild:checked image, notebook > header .osd dnd tab:checked image, dnd notebook > header .osd tab:checked image, notebook > header .osd tabbar tab:checked image, tabbar notebook > header .osd tab:checked image, notebook > header .osd tabbar tabbox > tabboxchild:checked image, tabbar notebook > header .osd tabbox > tabboxchild:checked image, .osd notebook > header > tabs > arrow:checked image, .osd dnd tab:checked arrow, dnd .osd tab:checked arrow, .osd tabbar tab:checked arrow, tabbar .osd tab:checked arrow, .osd notebook > header tabs > tab:checked arrow, notebook > header .osd tabs > tab:checked arrow, .osd notebook > header dnd tab:checked arrow, dnd .osd notebook > header tab:checked arrow, .osd notebook > header tabbar tab:checked arrow, tabbar .osd notebook > header tab:checked arrow, .osd notebook > header tabbar tabbox > tabboxchild:checked arrow, tabbar .osd notebook > header tabbox > tabboxchild:checked arrow, notebook > header .osd dnd tab:checked arrow, dnd notebook > header .osd tab:checked arrow, notebook > header .osd tabbar tab:checked arrow, tabbar notebook > header .osd tab:checked arrow, notebook > header .osd tabbar tabbox > tabboxchild:checked arrow, tabbar notebook > header .osd tabbox > tabboxchild:checked arrow, .osd notebook > header > tabs > arrow:checked arrow, .osd dnd tab:selected, dnd .osd tab:selected, .osd tabbar tab:selected, tabbar .osd tab:selected, .osd notebook > header tabs > tab:selected, notebook > header .osd tabs > tab:selected, .osd notebook > header dnd tab:selected, dnd .osd notebook > header tab:selected, .osd notebook > header tabbar tab:selected, tabbar .osd notebook > header tab:selected, .osd notebook > header tabbar tabbox > tabboxchild:selected, tabbar .osd notebook > header tabbox > tabboxchild:selected, notebook > header .osd dnd tab:selected, dnd notebook > header .osd tab:selected, notebook > header .osd tabbar tab:selected, tabbar notebook > header .osd tab:selected, notebook > header .osd tabbar tabbox > tabboxchild:selected, tabbar notebook > header .osd tabbox > tabboxchild:selected, .osd notebook > header > tabs > arrow:selected, .osd dnd tab:selected image, dnd .osd tab:selected image, .osd tabbar tab:selected image, tabbar .osd tab:selected image, .osd notebook > header tabs > tab:selected image, notebook > header .osd tabs > tab:selected image, .osd notebook > header dnd tab:selected image, dnd .osd notebook > header tab:selected image, .osd notebook > header tabbar tab:selected image, tabbar .osd notebook > header tab:selected image, .osd notebook > header tabbar tabbox > tabboxchild:selected image, tabbar .osd notebook > header tabbox > tabboxchild:selected image, notebook > header .osd dnd tab:selected image, dnd notebook > header .osd tab:selected image, notebook > header .osd tabbar tab:selected image, tabbar notebook > header .osd tab:selected image, notebook > header .osd tabbar tabbox > tabboxchild:selected image, tabbar notebook > header .osd tabbox > tabboxchild:selected image, .osd notebook > header > tabs > arrow:selected image, .osd dnd tab:selected arrow, dnd .osd tab:selected arrow, .osd tabbar tab:selected arrow, tabbar .osd tab:selected arrow, .osd notebook > header tabs > tab:selected arrow, notebook > header .osd tabs > tab:selected arrow, .osd notebook > header dnd tab:selected arrow, dnd .osd notebook > header tab:selected arrow, .osd notebook > header tabbar tab:selected arrow, tabbar .osd notebook > header tab:selected arrow, .osd notebook > header tabbar tabbox > tabboxchild:selected arrow, tabbar .osd notebook > header tabbox > tabboxchild:selected arrow, notebook > header .osd dnd tab:selected arrow, dnd notebook > header .osd tab:selected arrow, notebook > header .osd tabbar tab:selected arrow, tabbar notebook > header .osd tab:selected arrow, notebook > header .osd tabbar tabbox > tabboxchild:selected arrow, tabbar notebook > header .osd tabbox > tabboxchild:selected arrow, .osd notebook > header > tabs > arrow:selected arrow, .osd dnd tab.has-open-popup, dnd .osd tab.has-open-popup, .osd tabbar tab.has-open-popup, tabbar .osd tab.has-open-popup, .osd notebook > header tabs > tab.has-open-popup, notebook > header .osd tabs > tab.has-open-popup, .osd notebook > header dnd tab.has-open-popup, dnd .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tab.has-open-popup, tabbar .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd dnd tab.has-open-popup, dnd notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tab.has-open-popup, tabbar notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.has-open-popup, .osd dnd tab.has-open-popup image, dnd .osd tab.has-open-popup image, .osd tabbar tab.has-open-popup image, tabbar .osd tab.has-open-popup image, .osd notebook > header tabs > tab.has-open-popup image, notebook > header .osd tabs > tab.has-open-popup image, .osd notebook > header dnd tab.has-open-popup image, dnd .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tab.has-open-popup image, tabbar .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header .osd dnd tab.has-open-popup image, dnd notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tab.has-open-popup image, tabbar notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup image, .osd notebook > header > tabs > arrow.has-open-popup image, .osd dnd tab.has-open-popup arrow, dnd .osd tab.has-open-popup arrow, .osd tabbar tab.has-open-popup arrow, tabbar .osd tab.has-open-popup arrow, .osd notebook > header tabs > tab.has-open-popup arrow, notebook > header .osd tabs > tab.has-open-popup arrow, .osd notebook > header dnd tab.has-open-popup arrow, dnd .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tab.has-open-popup arrow, tabbar .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header .osd dnd tab.has-open-popup arrow, dnd notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tab.has-open-popup arrow, tabbar notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup arrow, .osd notebook > header > tabs > arrow.has-open-popup arrow, .osd dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab button, dnd .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab button, .osd tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab button, tabbar .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab button, .osd notebook > header tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab button, notebook > header .osd tabs > tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab button, .osd notebook > header dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header dnd tab button, dnd .osd notebook > header tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd notebook > header tab button, .osd notebook > header tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tab button, tabbar .osd notebook > header tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tab button, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button, notebook > header .osd dnd tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd dnd tab button, dnd notebook > header .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header .osd tab button, notebook > header .osd tabbar tab .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tab button, tabbar notebook > header .osd tab .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tab button, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button, .osd dnd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd dnd tab button image, dnd .osd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd tab button image, .osd tabbar tab .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd tabbar tab button image, tabbar .osd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd tab button image, .osd notebook > header tabs > tab .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabs > tab button image, notebook > header .osd tabs > tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabs > tab button image, .osd notebook > header dnd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header dnd tab button image, dnd .osd notebook > header tab .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd notebook > header tab button image, .osd notebook > header tabbar tab .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tab button image, tabbar .osd notebook > header tab .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tab button image, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button image, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button image, notebook > header .osd dnd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd dnd tab button image, dnd notebook > header .osd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header .osd tab button image, notebook > header .osd tabbar tab .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tab button image, tabbar notebook > header .osd tab .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tab button image, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button image, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button image, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button image, .osd dnd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd dnd tab button arrow, dnd .osd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd tab button arrow, .osd tabbar tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd tabbar tab button arrow, tabbar .osd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd tab button arrow, .osd notebook > header tabs > tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab button arrow, notebook > header .osd tabs > tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab button arrow, .osd notebook > header dnd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header dnd tab button arrow, dnd .osd notebook > header tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd notebook > header tab button arrow, .osd notebook > header tabbar tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab button arrow, tabbar .osd notebook > header tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab button arrow, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button arrow, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button arrow, notebook > header .osd dnd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd dnd tab button arrow, dnd notebook > header .osd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header .osd tab button arrow, notebook > header .osd tabbar tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab button arrow, tabbar notebook > header .osd tab .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab button arrow, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button arrow, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button arrow, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button arrow, .osd button:checked, .osd button:checked image, .osd button:checked arrow, .osd button:selected, .osd button:selected image, .osd button:selected arrow, .osd button.has-open-popup, .osd button.has-open-popup image, .osd button.has-open-popup arrow, .osd button .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button button, .osd button .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd button button image, .osd button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd button button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
.app-notification button:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover, .app-notification button:checked:focus, popover.background.touch-selection button:checked:focus, popover.background.magnifier button:checked:focus, .app-notification button:selected:hover, popover.background.touch-selection button:selected:hover, popover.background.magnifier button:selected:hover, .app-notification button:selected:focus, popover.background.touch-selection button:selected:focus, popover.background.magnifier button:selected:focus, .app-notification button.has-open-popup:hover, popover.background.touch-selection button.has-open-popup:hover, popover.background.magnifier button.has-open-popup:hover, .app-notification button.has-open-popup:focus, popover.background.touch-selection button.has-open-popup:focus, popover.background.magnifier button.has-open-popup:focus, .app-notification button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .app-notification button button:hover, popover.background.touch-selection button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.background.touch-selection button button:hover, popover.background.magnifier button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.background.magnifier button button:hover, .app-notification button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .app-notification button button:focus, popover.background.touch-selection button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.background.touch-selection button button:focus, popover.background.magnifier button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.background.magnifier button button:focus, .osd dnd tab:checked:hover, dnd .osd tab:checked:hover, .osd tabbar tab:checked:hover, tabbar .osd tab:checked:hover, .osd notebook > header tabs > tab:checked:hover, notebook > header .osd tabs > tab:checked:hover, .osd notebook > header dnd tab:checked:hover, dnd .osd notebook > header tab:checked:hover, .osd notebook > header tabbar tab:checked:hover, tabbar .osd notebook > header tab:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild:checked:hover, notebook > header .osd dnd tab:checked:hover, dnd notebook > header .osd tab:checked:hover, notebook > header .osd tabbar tab:checked:hover, tabbar notebook > header .osd tab:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild:checked:hover, .osd notebook > header > tabs > arrow:checked:hover, .osd dnd tab:checked:focus, dnd .osd tab:checked:focus, .osd tabbar tab:checked:focus, tabbar .osd tab:checked:focus, .osd notebook > header tabs > tab:checked:focus, notebook > header .osd tabs > tab:checked:focus, .osd notebook > header dnd tab:checked:focus, dnd .osd notebook > header tab:checked:focus, .osd notebook > header tabbar tab:checked:focus, tabbar .osd notebook > header tab:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild:checked:focus, notebook > header .osd dnd tab:checked:focus, dnd notebook > header .osd tab:checked:focus, notebook > header .osd tabbar tab:checked:focus, tabbar notebook > header .osd tab:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild:checked:focus, .osd notebook > header > tabs > arrow:checked:focus, .osd dnd tab:selected:hover, dnd .osd tab:selected:hover, .osd tabbar tab:selected:hover, tabbar .osd tab:selected:hover, .osd notebook > header tabs > tab:selected:hover, notebook > header .osd tabs > tab:selected:hover, .osd notebook > header dnd tab:selected:hover, dnd .osd notebook > header tab:selected:hover, .osd notebook > header tabbar tab:selected:hover, tabbar .osd notebook > header tab:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild:selected:hover, notebook > header .osd dnd tab:selected:hover, dnd notebook > header .osd tab:selected:hover, notebook > header .osd tabbar tab:selected:hover, tabbar notebook > header .osd tab:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild:selected:hover, .osd notebook > header > tabs > arrow:selected:hover, .osd dnd tab:selected:focus, dnd .osd tab:selected:focus, .osd tabbar tab:selected:focus, tabbar .osd tab:selected:focus, .osd notebook > header tabs > tab:selected:focus, notebook > header .osd tabs > tab:selected:focus, .osd notebook > header dnd tab:selected:focus, dnd .osd notebook > header tab:selected:focus, .osd notebook > header tabbar tab:selected:focus, tabbar .osd notebook > header tab:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild:selected:focus, notebook > header .osd dnd tab:selected:focus, dnd notebook > header .osd tab:selected:focus, notebook > header .osd tabbar tab:selected:focus, tabbar notebook > header .osd tab:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild:selected:focus, .osd notebook > header > tabs > arrow:selected:focus, .osd dnd tab.has-open-popup:hover, dnd .osd tab.has-open-popup:hover, .osd tabbar tab.has-open-popup:hover, tabbar .osd tab.has-open-popup:hover, .osd notebook > header tabs > tab.has-open-popup:hover, notebook > header .osd tabs > tab.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.has-open-popup:hover, .osd dnd tab.has-open-popup:focus, dnd .osd tab.has-open-popup:focus, .osd tabbar tab.has-open-popup:focus, tabbar .osd tab.has-open-popup:focus, .osd notebook > header tabs > tab.has-open-popup:focus, notebook > header .osd tabs > tab.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.has-open-popup:focus, .osd dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab button:hover, dnd .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab button:hover, .osd tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab button:hover, tabbar .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab button:hover, .osd notebook > header tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab button:hover, notebook > header .osd tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab button:hover, .osd notebook > header dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab button:hover, dnd .osd notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab button:hover, .osd notebook > header tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab button:hover, tabbar .osd notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab button:hover, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:hover, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:hover, notebook > header .osd dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab button:hover, dnd notebook > header .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab button:hover, notebook > header .osd tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab button:hover, tabbar notebook > header .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab button:hover, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:hover, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:hover, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:hover, .osd dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab button:focus, dnd .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab button:focus, .osd tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab button:focus, tabbar .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab button:focus, .osd notebook > header tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab button:focus, notebook > header .osd tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab button:focus, .osd notebook > header dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab button:focus, dnd .osd notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab button:focus, .osd notebook > header tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab button:focus, tabbar .osd notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab button:focus, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:focus, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:focus, notebook > header .osd dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab button:focus, dnd notebook > header .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab button:focus, notebook > header .osd tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab button:focus, tabbar notebook > header .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab button:focus, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:focus, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:focus, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:focus, .osd button:checked:hover, .osd button:checked:focus, .osd button:selected:hover, .osd button:selected:focus, .osd button.has-open-popup:hover, .osd button.has-open-popup:focus, .osd button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button button:hover, .osd button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
.app-notification button:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover, .app-notification button:checked:hover image, popover.background.touch-selection button:checked:hover image, popover.background.magnifier button:checked:hover image, .app-notification button:checked:hover arrow, popover.background.touch-selection button:checked:hover arrow, popover.background.magnifier button:checked:hover arrow, .app-notification button:checked:focus, popover.background.touch-selection button:checked:focus, popover.background.magnifier button:checked:focus, .app-notification button:checked:focus image, popover.background.touch-selection button:checked:focus image, popover.background.magnifier button:checked:focus image, .app-notification button:checked:focus arrow, popover.background.touch-selection button:checked:focus arrow, popover.background.magnifier button:checked:focus arrow, .app-notification button:selected:hover, popover.background.touch-selection button:selected:hover, popover.background.magnifier button:selected:hover, .app-notification button:selected:hover image, popover.background.touch-selection button:selected:hover image, popover.background.magnifier button:selected:hover image, .app-notification button:selected:hover arrow, popover.background.touch-selection button:selected:hover arrow, popover.background.magnifier button:selected:hover arrow, .app-notification button:selected:focus, popover.background.touch-selection button:selected:focus, popover.background.magnifier button:selected:focus, .app-notification button:selected:focus image, popover.background.touch-selection button:selected:focus image, popover.background.magnifier button:selected:focus image, .app-notification button:selected:focus arrow, popover.background.touch-selection button:selected:focus arrow, popover.background.magnifier button:selected:focus arrow, .app-notification button.has-open-popup:hover, popover.background.touch-selection button.has-open-popup:hover, popover.background.magnifier button.has-open-popup:hover, .app-notification button.has-open-popup:hover image, popover.background.touch-selection button.has-open-popup:hover image, popover.background.magnifier button.has-open-popup:hover image, .app-notification button.has-open-popup:hover arrow, popover.background.touch-selection button.has-open-popup:hover arrow, popover.background.magnifier button.has-open-popup:hover arrow, .app-notification button.has-open-popup:focus, popover.background.touch-selection button.has-open-popup:focus, popover.background.magnifier button.has-open-popup:focus, .app-notification button.has-open-popup:focus image, popover.background.touch-selection button.has-open-popup:focus image, popover.background.magnifier button.has-open-popup:focus image, .app-notification button.has-open-popup:focus arrow, popover.background.touch-selection button.has-open-popup:focus arrow, popover.background.magnifier button.has-open-popup:focus arrow, .app-notification button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .app-notification button button:hover, popover.background.touch-selection button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.background.touch-selection button button:hover, popover.background.magnifier button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.background.magnifier button button:hover, .app-notification button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .app-notification button button:hover image, popover.background.touch-selection button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin popover.background.touch-selection button button:hover image, popover.background.magnifier button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin popover.background.magnifier button button:hover image, .app-notification button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .app-notification button button:hover arrow, popover.background.touch-selection button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin popover.background.touch-selection button button:hover arrow, popover.background.magnifier button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin popover.background.magnifier button button:hover arrow, .app-notification button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .app-notification button button:focus, popover.background.touch-selection button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.background.touch-selection button button:focus, popover.background.magnifier button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.background.magnifier button button:focus, .app-notification button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .app-notification button button:focus image, popover.background.touch-selection button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin popover.background.touch-selection button button:focus image, popover.background.magnifier button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin popover.background.magnifier button button:focus image, .app-notification button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .app-notification button button:focus arrow, popover.background.touch-selection button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin popover.background.touch-selection button button:focus arrow, popover.background.magnifier button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin popover.background.magnifier button button:focus arrow, .osd dnd tab:checked:hover, dnd .osd tab:checked:hover, .osd tabbar tab:checked:hover, tabbar .osd tab:checked:hover, .osd notebook > header tabs > tab:checked:hover, notebook > header .osd tabs > tab:checked:hover, .osd notebook > header dnd tab:checked:hover, dnd .osd notebook > header tab:checked:hover, .osd notebook > header tabbar tab:checked:hover, tabbar .osd notebook > header tab:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild:checked:hover, notebook > header .osd dnd tab:checked:hover, dnd notebook > header .osd tab:checked:hover, notebook > header .osd tabbar tab:checked:hover, tabbar notebook > header .osd tab:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild:checked:hover, .osd notebook > header > tabs > arrow:checked:hover, .osd columnview.view > header > button:checked:hover, .osd treeview.view > header > button:checked:hover, .osd dnd tab:checked:hover image, dnd .osd tab:checked:hover image, .osd tabbar tab:checked:hover image, tabbar .osd tab:checked:hover image, .osd notebook > header tabs > tab:checked:hover image, notebook > header .osd tabs > tab:checked:hover image, .osd notebook > header dnd tab:checked:hover image, dnd .osd notebook > header tab:checked:hover image, .osd notebook > header tabbar tab:checked:hover image, tabbar .osd notebook > header tab:checked:hover image, .osd notebook > header tabbar tabbox > tabboxchild:checked:hover image, tabbar .osd notebook > header tabbox > tabboxchild:checked:hover image, notebook > header .osd dnd tab:checked:hover image, dnd notebook > header .osd tab:checked:hover image, notebook > header .osd tabbar tab:checked:hover image, tabbar notebook > header .osd tab:checked:hover image, notebook > header .osd tabbar tabbox > tabboxchild:checked:hover image, tabbar notebook > header .osd tabbox > tabboxchild:checked:hover image, .osd notebook > header > tabs > arrow:checked:hover image, .osd columnview.view > header > button:checked:hover image, .osd treeview.view > header > button:checked:hover image, .osd dnd tab:checked:hover arrow, dnd .osd tab:checked:hover arrow, .osd tabbar tab:checked:hover arrow, tabbar .osd tab:checked:hover arrow, .osd notebook > header tabs > tab:checked:hover arrow, notebook > header .osd tabs > tab:checked:hover arrow, .osd notebook > header dnd tab:checked:hover arrow, dnd .osd notebook > header tab:checked:hover arrow, .osd notebook > header tabbar tab:checked:hover arrow, tabbar .osd notebook > header tab:checked:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild:checked:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild:checked:hover arrow, notebook > header .osd dnd tab:checked:hover arrow, dnd notebook > header .osd tab:checked:hover arrow, notebook > header .osd tabbar tab:checked:hover arrow, tabbar notebook > header .osd tab:checked:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild:checked:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild:checked:hover arrow, .osd notebook > header > tabs > arrow:checked:hover arrow, .osd columnview.view > header > button:checked:hover arrow, .osd treeview.view > header > button:checked:hover arrow, .osd dnd tab:checked:focus, dnd .osd tab:checked:focus, .osd tabbar tab:checked:focus, tabbar .osd tab:checked:focus, .osd notebook > header tabs > tab:checked:focus, notebook > header .osd tabs > tab:checked:focus, .osd notebook > header dnd tab:checked:focus, dnd .osd notebook > header tab:checked:focus, .osd notebook > header tabbar tab:checked:focus, tabbar .osd notebook > header tab:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild:checked:focus, notebook > header .osd dnd tab:checked:focus, dnd notebook > header .osd tab:checked:focus, notebook > header .osd tabbar tab:checked:focus, tabbar notebook > header .osd tab:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild:checked:focus, .osd notebook > header > tabs > arrow:checked:focus, .osd columnview.view > header > button:checked:focus, .osd treeview.view > header > button:checked:focus, .osd dnd tab:checked:focus image, dnd .osd tab:checked:focus image, .osd tabbar tab:checked:focus image, tabbar .osd tab:checked:focus image, .osd notebook > header tabs > tab:checked:focus image, notebook > header .osd tabs > tab:checked:focus image, .osd notebook > header dnd tab:checked:focus image, dnd .osd notebook > header tab:checked:focus image, .osd notebook > header tabbar tab:checked:focus image, tabbar .osd notebook > header tab:checked:focus image, .osd notebook > header tabbar tabbox > tabboxchild:checked:focus image, tabbar .osd notebook > header tabbox > tabboxchild:checked:focus image, notebook > header .osd dnd tab:checked:focus image, dnd notebook > header .osd tab:checked:focus image, notebook > header .osd tabbar tab:checked:focus image, tabbar notebook > header .osd tab:checked:focus image, notebook > header .osd tabbar tabbox > tabboxchild:checked:focus image, tabbar notebook > header .osd tabbox > tabboxchild:checked:focus image, .osd notebook > header > tabs > arrow:checked:focus image, .osd columnview.view > header > button:checked:focus image, .osd treeview.view > header > button:checked:focus image, .osd dnd tab:checked:focus arrow, dnd .osd tab:checked:focus arrow, .osd tabbar tab:checked:focus arrow, tabbar .osd tab:checked:focus arrow, .osd notebook > header tabs > tab:checked:focus arrow, notebook > header .osd tabs > tab:checked:focus arrow, .osd notebook > header dnd tab:checked:focus arrow, dnd .osd notebook > header tab:checked:focus arrow, .osd notebook > header tabbar tab:checked:focus arrow, tabbar .osd notebook > header tab:checked:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild:checked:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild:checked:focus arrow, notebook > header .osd dnd tab:checked:focus arrow, dnd notebook > header .osd tab:checked:focus arrow, notebook > header .osd tabbar tab:checked:focus arrow, tabbar notebook > header .osd tab:checked:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild:checked:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild:checked:focus arrow, .osd notebook > header > tabs > arrow:checked:focus arrow, .osd columnview.view > header > button:checked:focus arrow, .osd treeview.view > header > button:checked:focus arrow, .osd dnd tab:selected:hover, dnd .osd tab:selected:hover, .osd tabbar tab:selected:hover, tabbar .osd tab:selected:hover, .osd notebook > header tabs > tab:selected:hover, notebook > header .osd tabs > tab:selected:hover, .osd notebook > header dnd tab:selected:hover, dnd .osd notebook > header tab:selected:hover, .osd notebook > header tabbar tab:selected:hover, tabbar .osd notebook > header tab:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild:selected:hover, notebook > header .osd dnd tab:selected:hover, dnd notebook > header .osd tab:selected:hover, notebook > header .osd tabbar tab:selected:hover, tabbar notebook > header .osd tab:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild:selected:hover, .osd notebook > header > tabs > arrow:selected:hover, .osd columnview.view > header > button:selected:hover, .osd treeview.view > header > button:selected:hover, .osd dnd tab:selected:hover image, dnd .osd tab:selected:hover image, .osd tabbar tab:selected:hover image, tabbar .osd tab:selected:hover image, .osd notebook > header tabs > tab:selected:hover image, notebook > header .osd tabs > tab:selected:hover image, .osd notebook > header dnd tab:selected:hover image, dnd .osd notebook > header tab:selected:hover image, .osd notebook > header tabbar tab:selected:hover image, tabbar .osd notebook > header tab:selected:hover image, .osd notebook > header tabbar tabbox > tabboxchild:selected:hover image, tabbar .osd notebook > header tabbox > tabboxchild:selected:hover image, notebook > header .osd dnd tab:selected:hover image, dnd notebook > header .osd tab:selected:hover image, notebook > header .osd tabbar tab:selected:hover image, tabbar notebook > header .osd tab:selected:hover image, notebook > header .osd tabbar tabbox > tabboxchild:selected:hover image, tabbar notebook > header .osd tabbox > tabboxchild:selected:hover image, .osd notebook > header > tabs > arrow:selected:hover image, .osd columnview.view > header > button:selected:hover image, .osd treeview.view > header > button:selected:hover image, .osd dnd tab:selected:hover arrow, dnd .osd tab:selected:hover arrow, .osd tabbar tab:selected:hover arrow, tabbar .osd tab:selected:hover arrow, .osd notebook > header tabs > tab:selected:hover arrow, notebook > header .osd tabs > tab:selected:hover arrow, .osd notebook > header dnd tab:selected:hover arrow, dnd .osd notebook > header tab:selected:hover arrow, .osd notebook > header tabbar tab:selected:hover arrow, tabbar .osd notebook > header tab:selected:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild:selected:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild:selected:hover arrow, notebook > header .osd dnd tab:selected:hover arrow, dnd notebook > header .osd tab:selected:hover arrow, notebook > header .osd tabbar tab:selected:hover arrow, tabbar notebook > header .osd tab:selected:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild:selected:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild:selected:hover arrow, .osd notebook > header > tabs > arrow:selected:hover arrow, .osd columnview.view > header > button:selected:hover arrow, .osd treeview.view > header > button:selected:hover arrow, .osd dnd tab:selected:focus, dnd .osd tab:selected:focus, .osd tabbar tab:selected:focus, tabbar .osd tab:selected:focus, .osd notebook > header tabs > tab:selected:focus, notebook > header .osd tabs > tab:selected:focus, .osd notebook > header dnd tab:selected:focus, dnd .osd notebook > header tab:selected:focus, .osd notebook > header tabbar tab:selected:focus, tabbar .osd notebook > header tab:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild:selected:focus, notebook > header .osd dnd tab:selected:focus, dnd notebook > header .osd tab:selected:focus, notebook > header .osd tabbar tab:selected:focus, tabbar notebook > header .osd tab:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild:selected:focus, .osd notebook > header > tabs > arrow:selected:focus, .osd columnview.view > header > button:selected:focus, .osd treeview.view > header > button:selected:focus, .osd dnd tab:selected:focus image, dnd .osd tab:selected:focus image, .osd tabbar tab:selected:focus image, tabbar .osd tab:selected:focus image, .osd notebook > header tabs > tab:selected:focus image, notebook > header .osd tabs > tab:selected:focus image, .osd notebook > header dnd tab:selected:focus image, dnd .osd notebook > header tab:selected:focus image, .osd notebook > header tabbar tab:selected:focus image, tabbar .osd notebook > header tab:selected:focus image, .osd notebook > header tabbar tabbox > tabboxchild:selected:focus image, tabbar .osd notebook > header tabbox > tabboxchild:selected:focus image, notebook > header .osd dnd tab:selected:focus image, dnd notebook > header .osd tab:selected:focus image, notebook > header .osd tabbar tab:selected:focus image, tabbar notebook > header .osd tab:selected:focus image, notebook > header .osd tabbar tabbox > tabboxchild:selected:focus image, tabbar notebook > header .osd tabbox > tabboxchild:selected:focus image, .osd notebook > header > tabs > arrow:selected:focus image, .osd columnview.view > header > button:selected:focus image, .osd treeview.view > header > button:selected:focus image, .osd dnd tab:selected:focus arrow, dnd .osd tab:selected:focus arrow, .osd tabbar tab:selected:focus arrow, tabbar .osd tab:selected:focus arrow, .osd notebook > header tabs > tab:selected:focus arrow, notebook > header .osd tabs > tab:selected:focus arrow, .osd notebook > header dnd tab:selected:focus arrow, dnd .osd notebook > header tab:selected:focus arrow, .osd notebook > header tabbar tab:selected:focus arrow, tabbar .osd notebook > header tab:selected:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild:selected:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild:selected:focus arrow, notebook > header .osd dnd tab:selected:focus arrow, dnd notebook > header .osd tab:selected:focus arrow, notebook > header .osd tabbar tab:selected:focus arrow, tabbar notebook > header .osd tab:selected:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild:selected:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild:selected:focus arrow, .osd notebook > header > tabs > arrow:selected:focus arrow, .osd columnview.view > header > button:selected:focus arrow, .osd treeview.view > header > button:selected:focus arrow, .osd dnd tab.has-open-popup:hover, dnd .osd tab.has-open-popup:hover, .osd tabbar tab.has-open-popup:hover, tabbar .osd tab.has-open-popup:hover, .osd notebook > header tabs > tab.has-open-popup:hover, notebook > header .osd tabs > tab.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.has-open-popup:hover, .osd columnview.view > header > button.has-open-popup:hover, .osd treeview.view > header > button.has-open-popup:hover, .osd dnd tab.has-open-popup:hover image, dnd .osd tab.has-open-popup:hover image, .osd tabbar tab.has-open-popup:hover image, tabbar .osd tab.has-open-popup:hover image, .osd notebook > header tabs > tab.has-open-popup:hover image, notebook > header .osd tabs > tab.has-open-popup:hover image, .osd notebook > header dnd tab.has-open-popup:hover image, dnd .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tab.has-open-popup:hover image, tabbar .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header .osd dnd tab.has-open-popup:hover image, dnd notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tab.has-open-popup:hover image, tabbar notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover image, .osd notebook > header > tabs > arrow.has-open-popup:hover image, .osd columnview.view > header > button.has-open-popup:hover image, .osd treeview.view > header > button.has-open-popup:hover image, .osd dnd tab.has-open-popup:hover arrow, dnd .osd tab.has-open-popup:hover arrow, .osd tabbar tab.has-open-popup:hover arrow, tabbar .osd tab.has-open-popup:hover arrow, .osd notebook > header tabs > tab.has-open-popup:hover arrow, notebook > header .osd tabs > tab.has-open-popup:hover arrow, .osd notebook > header dnd tab.has-open-popup:hover arrow, dnd .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tab.has-open-popup:hover arrow, tabbar .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header .osd dnd tab.has-open-popup:hover arrow, dnd notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tab.has-open-popup:hover arrow, tabbar notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover arrow, .osd notebook > header > tabs > arrow.has-open-popup:hover arrow, .osd columnview.view > header > button.has-open-popup:hover arrow, .osd treeview.view > header > button.has-open-popup:hover arrow, .osd dnd tab.has-open-popup:focus, dnd .osd tab.has-open-popup:focus, .osd tabbar tab.has-open-popup:focus, tabbar .osd tab.has-open-popup:focus, .osd notebook > header tabs > tab.has-open-popup:focus, notebook > header .osd tabs > tab.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.has-open-popup:focus, .osd columnview.view > header > button.has-open-popup:focus, .osd treeview.view > header > button.has-open-popup:focus, .osd dnd tab.has-open-popup:focus image, dnd .osd tab.has-open-popup:focus image, .osd tabbar tab.has-open-popup:focus image, tabbar .osd tab.has-open-popup:focus image, .osd notebook > header tabs > tab.has-open-popup:focus image, notebook > header .osd tabs > tab.has-open-popup:focus image, .osd notebook > header dnd tab.has-open-popup:focus image, dnd .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tab.has-open-popup:focus image, tabbar .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header .osd dnd tab.has-open-popup:focus image, dnd notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tab.has-open-popup:focus image, tabbar notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus image, .osd notebook > header > tabs > arrow.has-open-popup:focus image, .osd columnview.view > header > button.has-open-popup:focus image, .osd treeview.view > header > button.has-open-popup:focus image, .osd dnd tab.has-open-popup:focus arrow, dnd .osd tab.has-open-popup:focus arrow, .osd tabbar tab.has-open-popup:focus arrow, tabbar .osd tab.has-open-popup:focus arrow, .osd notebook > header tabs > tab.has-open-popup:focus arrow, notebook > header .osd tabs > tab.has-open-popup:focus arrow, .osd notebook > header dnd tab.has-open-popup:focus arrow, dnd .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tab.has-open-popup:focus arrow, tabbar .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header .osd dnd tab.has-open-popup:focus arrow, dnd notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tab.has-open-popup:focus arrow, tabbar notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus arrow, .osd notebook > header > tabs > arrow.has-open-popup:focus arrow, .osd columnview.view > header > button.has-open-popup:focus arrow, .osd treeview.view > header > button.has-open-popup:focus arrow, .osd dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab button:hover, dnd .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab button:hover, .osd tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab button:hover, tabbar .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab button:hover, .osd notebook > header tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab button:hover, notebook > header .osd tabs > tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab button:hover, .osd notebook > header dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab button:hover, dnd .osd notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab button:hover, .osd notebook > header tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab button:hover, tabbar .osd notebook > header tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab button:hover, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:hover, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:hover, notebook > header .osd dnd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab button:hover, dnd notebook > header .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab button:hover, notebook > header .osd tabbar tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab button:hover, tabbar notebook > header .osd tab .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab button:hover, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:hover, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:hover, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:hover, .osd columnview.view > header > button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd columnview.view > header > button button:hover, .osd treeview.view > header > button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd treeview.view > header > button button:hover, .osd dnd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd dnd tab button:hover image, dnd .osd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd tab button:hover image, .osd tabbar tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd tabbar tab button:hover image, tabbar .osd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd tab button:hover image, .osd notebook > header tabs > tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabs > tab button:hover image, notebook > header .osd tabs > tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabs > tab button:hover image, .osd notebook > header dnd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header dnd tab button:hover image, dnd .osd notebook > header tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd notebook > header tab button:hover image, .osd notebook > header tabbar tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tab button:hover image, tabbar .osd notebook > header tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tab button:hover image, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:hover image, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:hover image, notebook > header .osd dnd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd dnd tab button:hover image, dnd notebook > header .osd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header .osd tab button:hover image, notebook > header .osd tabbar tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tab button:hover image, tabbar notebook > header .osd tab .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tab button:hover image, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:hover image, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:hover image, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:hover image, .osd columnview.view > header > button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd columnview.view > header > button button:hover image, .osd treeview.view > header > button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd treeview.view > header > button button:hover image, .osd dnd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd dnd tab button:hover arrow, dnd .osd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd tab button:hover arrow, .osd tabbar tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd tabbar tab button:hover arrow, tabbar .osd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd tab button:hover arrow, .osd notebook > header tabs > tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab button:hover arrow, notebook > header .osd tabs > tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab button:hover arrow, .osd notebook > header dnd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header dnd tab button:hover arrow, dnd .osd notebook > header tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd notebook > header tab button:hover arrow, .osd notebook > header tabbar tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab button:hover arrow, tabbar .osd notebook > header tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab button:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:hover arrow, notebook > header .osd dnd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd dnd tab button:hover arrow, dnd notebook > header .osd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header .osd tab button:hover arrow, notebook > header .osd tabbar tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab button:hover arrow, tabbar notebook > header .osd tab .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab button:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:hover arrow, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:hover arrow, .osd columnview.view > header > button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd columnview.view > header > button button:hover arrow, .osd treeview.view > header > button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd treeview.view > header > button button:hover arrow, .osd dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab button:focus, dnd .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab button:focus, .osd tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab button:focus, tabbar .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab button:focus, .osd notebook > header tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab button:focus, notebook > header .osd tabs > tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab button:focus, .osd notebook > header dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab button:focus, dnd .osd notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab button:focus, .osd notebook > header tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab button:focus, tabbar .osd notebook > header tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab button:focus, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:focus, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:focus, notebook > header .osd dnd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab button:focus, dnd notebook > header .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab button:focus, notebook > header .osd tabbar tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab button:focus, tabbar notebook > header .osd tab .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab button:focus, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:focus, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:focus, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:focus, .osd columnview.view > header > button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd columnview.view > header > button button:focus, .osd treeview.view > header > button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd treeview.view > header > button button:focus, .osd dnd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd dnd tab button:focus image, dnd .osd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd tab button:focus image, .osd tabbar tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd tabbar tab button:focus image, tabbar .osd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd tab button:focus image, .osd notebook > header tabs > tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabs > tab button:focus image, notebook > header .osd tabs > tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabs > tab button:focus image, .osd notebook > header dnd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header dnd tab button:focus image, dnd .osd notebook > header tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd notebook > header tab button:focus image, .osd notebook > header tabbar tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tab button:focus image, tabbar .osd notebook > header tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tab button:focus image, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:focus image, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:focus image, notebook > header .osd dnd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd dnd tab button:focus image, dnd notebook > header .osd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header .osd tab button:focus image, notebook > header .osd tabbar tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tab button:focus image, tabbar notebook > header .osd tab .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tab button:focus image, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:focus image, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:focus image, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:focus image, .osd columnview.view > header > button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd columnview.view > header > button button:focus image, .osd treeview.view > header > button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd treeview.view > header > button button:focus image, .osd dnd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd dnd tab button:focus arrow, dnd .osd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd tab button:focus arrow, .osd tabbar tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd tabbar tab button:focus arrow, tabbar .osd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd tab button:focus arrow, .osd notebook > header tabs > tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab button:focus arrow, notebook > header .osd tabs > tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab button:focus arrow, .osd notebook > header dnd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header dnd tab button:focus arrow, dnd .osd notebook > header tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd notebook > header tab button:focus arrow, .osd notebook > header tabbar tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab button:focus arrow, tabbar .osd notebook > header tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab button:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild button:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild button:focus arrow, notebook > header .osd dnd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd dnd tab button:focus arrow, dnd notebook > header .osd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header .osd tab button:focus arrow, notebook > header .osd tabbar tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab button:focus arrow, tabbar notebook > header .osd tab .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab button:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild button:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild button:focus arrow, .osd notebook > header > tabs > arrow .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow button:focus arrow, .osd columnview.view > header > button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd columnview.view > header > button button:focus arrow, .osd treeview.view > header > button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd treeview.view > header > button button:focus arrow, .osd button:checked:hover, .osd button:checked:hover image, .osd button:checked:hover arrow, .osd button:checked:focus, .osd button:checked:focus image, .osd button:checked:focus arrow, .osd button:selected:hover, .osd button:selected:hover image, .osd button:selected:hover arrow, .osd button:selected:focus, .osd button:selected:focus image, .osd button:selected:focus arrow, .osd button.has-open-popup:hover, .osd button.has-open-popup:hover image, .osd button.has-open-popup:hover arrow, .osd button.has-open-popup:focus, .osd button.has-open-popup:focus image, .osd button.has-open-popup:focus arrow, .osd button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button button:hover, .osd button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd button button:hover image, .osd button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd button button:hover arrow, .osd button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button button:focus, .osd button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd button button:focus image, .osd button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd button button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
.app-notification button:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled, .osd dnd tab:disabled, dnd .osd tab:disabled, .osd tabbar tab:disabled, tabbar .osd tab:disabled, .osd notebook > header tabs > tab:disabled, notebook > header .osd tabs > tab:disabled, .osd notebook > header tabbar tabbox > tabboxchild:disabled, tabbar .osd notebook > header tabbox > tabboxchild:disabled, notebook > header .osd tabbar tabbox > tabboxchild:disabled, tabbar notebook > header .osd tabbox > tabboxchild:disabled, .osd notebook > header > tabs > arrow:disabled, .osd button:disabled, .osd button:disabled:checked, .osd button:disabled:selected, .osd button:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
dnd tab.suggested-action, tabbar tab.suggested-action, notebook > header tabs > tab.suggested-action, notebook > header tabbar tabbox > tabboxchild.suggested-action, tabbar notebook > header tabbox > tabboxchild.suggested-action, notebook > header > tabs > arrow.suggested-action, columnview.view > header > button.suggested-action, treeview.view > header > button.suggested-action, button.suggested-action, button.suggested-action.osd { color: #EDF0F5; background-color: #419065; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.35),0.15), alpha(rgba(255, 255, 255, 0.35),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
dnd tab.suggested-action:hover, tabbar tab.suggested-action:hover, notebook > header tabs > tab.suggested-action:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:hover, notebook > header > tabs > arrow.suggested-action:hover, dnd tab.suggested-action:focus, tabbar tab.suggested-action:focus, notebook > header tabs > tab.suggested-action:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:focus, notebook > header > tabs > arrow.suggested-action:focus, button.suggested-action:hover, button.suggested-action:focus, button.suggested-action.osd:hover, button.suggested-action.osd:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
dnd tab.suggested-action:hover, tabbar tab.suggested-action:hover, notebook > header tabs > tab.suggested-action:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:hover, notebook > header > tabs > arrow.suggested-action:hover, dnd tab.suggested-action:hover image, tabbar tab.suggested-action:hover image, notebook > header tabs > tab.suggested-action:hover image, notebook > header tabbar tabbox > tabboxchild.suggested-action:hover image, tabbar notebook > header tabbox > tabboxchild.suggested-action:hover image, notebook > header > tabs > arrow.suggested-action:hover image, dnd tab.suggested-action:hover arrow, tabbar tab.suggested-action:hover arrow, notebook > header tabs > tab.suggested-action:hover arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:hover arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:hover arrow, notebook > header > tabs > arrow.suggested-action:hover arrow, dnd tab.suggested-action:focus, tabbar tab.suggested-action:focus, notebook > header tabs > tab.suggested-action:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:focus, notebook > header > tabs > arrow.suggested-action:focus, dnd tab.suggested-action:focus image, tabbar tab.suggested-action:focus image, notebook > header tabs > tab.suggested-action:focus image, notebook > header tabbar tabbox > tabboxchild.suggested-action:focus image, tabbar notebook > header tabbox > tabboxchild.suggested-action:focus image, notebook > header > tabs > arrow.suggested-action:focus image, dnd tab.suggested-action:focus arrow, tabbar tab.suggested-action:focus arrow, notebook > header tabs > tab.suggested-action:focus arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:focus arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:focus arrow, notebook > header > tabs > arrow.suggested-action:focus arrow, button.suggested-action:hover, button.suggested-action:hover image, button.suggested-action:hover arrow, button.suggested-action:focus, button.suggested-action:focus image, button.suggested-action:focus arrow, button.suggested-action.osd:hover, button.suggested-action.osd:hover image, button.suggested-action.osd:hover arrow, button.suggested-action.osd:focus, button.suggested-action.osd:focus image, button.suggested-action.osd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
dnd tab.suggested-action:active, tabbar tab.suggested-action:active, notebook > header tabs > tab.suggested-action:active, notebook > header tabbar tabbox > tabboxchild.suggested-action:active, tabbar notebook > header tabbox > tabboxchild.suggested-action:active, notebook > header > tabs > arrow.suggested-action:active, dnd tab.suggested-action.keyboard-activating, tabbar tab.suggested-action.keyboard-activating, notebook > header tabs > tab.suggested-action.keyboard-activating, notebook > header dnd tab.keyboard-activating, dnd notebook > header tab.keyboard-activating, notebook > header tabbar tab.keyboard-activating, tabbar notebook > header tab.keyboard-activating, notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header > tabs > arrow.suggested-action.keyboard-activating, button.suggested-action:active, button.suggested-action.keyboard-activating, button.suggested-action.osd:active, button.suggested-action.osd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
dnd tab.suggested-action:checked, tabbar tab.suggested-action:checked, notebook > header tabs > tab.suggested-action:checked, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked, notebook > header > tabs > arrow.suggested-action:checked, dnd tab.suggested-action:selected, tabbar tab.suggested-action:selected, notebook > header tabs > tab.suggested-action:selected, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected, notebook > header > tabs > arrow.suggested-action:selected, dnd tab.suggested-action.has-open-popup, tabbar tab.suggested-action.has-open-popup, notebook > header tabs > tab.suggested-action.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.suggested-action.has-open-popup, dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.suggested-action button, tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.suggested-action button, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button, button.suggested-action:checked, button.suggested-action:selected, button.suggested-action.has-open-popup, button.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin button.suggested-action button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
dnd tab.suggested-action:checked, tabbar tab.suggested-action:checked, notebook > header tabs > tab.suggested-action:checked, notebook > header dnd tab.suggested-action:checked, dnd notebook > header tab.suggested-action:checked, notebook > header tabbar tab.suggested-action:checked, tabbar notebook > header tab.suggested-action:checked, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked, notebook > header > tabs > arrow.suggested-action:checked, dnd tab.suggested-action:checked image, tabbar tab.suggested-action:checked image, notebook > header tabs > tab.suggested-action:checked image, notebook > header dnd tab.suggested-action:checked image, dnd notebook > header tab.suggested-action:checked image, notebook > header tabbar tab.suggested-action:checked image, tabbar notebook > header tab.suggested-action:checked image, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked image, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked image, notebook > header > tabs > arrow.suggested-action:checked image, dnd tab.suggested-action:checked arrow, tabbar tab.suggested-action:checked arrow, notebook > header tabs > tab.suggested-action:checked arrow, notebook > header dnd tab.suggested-action:checked arrow, dnd notebook > header tab.suggested-action:checked arrow, notebook > header tabbar tab.suggested-action:checked arrow, tabbar notebook > header tab.suggested-action:checked arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked arrow, notebook > header > tabs > arrow.suggested-action:checked arrow, dnd tab.suggested-action:selected, tabbar tab.suggested-action:selected, notebook > header tabs > tab.suggested-action:selected, notebook > header dnd tab.suggested-action:selected, dnd notebook > header tab.suggested-action:selected, notebook > header tabbar tab.suggested-action:selected, tabbar notebook > header tab.suggested-action:selected, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected, notebook > header > tabs > arrow.suggested-action:selected, dnd tab.suggested-action:selected image, tabbar tab.suggested-action:selected image, notebook > header tabs > tab.suggested-action:selected image, notebook > header dnd tab.suggested-action:selected image, dnd notebook > header tab.suggested-action:selected image, notebook > header tabbar tab.suggested-action:selected image, tabbar notebook > header tab.suggested-action:selected image, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected image, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected image, notebook > header > tabs > arrow.suggested-action:selected image, dnd tab.suggested-action:selected arrow, tabbar tab.suggested-action:selected arrow, notebook > header tabs > tab.suggested-action:selected arrow, notebook > header dnd tab.suggested-action:selected arrow, dnd notebook > header tab.suggested-action:selected arrow, notebook > header tabbar tab.suggested-action:selected arrow, tabbar notebook > header tab.suggested-action:selected arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected arrow, notebook > header > tabs > arrow.suggested-action:selected arrow, dnd tab.suggested-action.has-open-popup, tabbar tab.suggested-action.has-open-popup, notebook > header tabs > tab.suggested-action.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.suggested-action.has-open-popup, dnd tab.suggested-action.has-open-popup image, tabbar tab.suggested-action.has-open-popup image, notebook > header tabs > tab.suggested-action.has-open-popup image, notebook > header dnd tab.has-open-popup image, dnd notebook > header tab.has-open-popup image, notebook > header tabbar tab.has-open-popup image, tabbar notebook > header tab.has-open-popup image, notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header > tabs > arrow.suggested-action.has-open-popup image, dnd tab.suggested-action.has-open-popup arrow, tabbar tab.suggested-action.has-open-popup arrow, notebook > header tabs > tab.suggested-action.has-open-popup arrow, notebook > header dnd tab.has-open-popup arrow, dnd notebook > header tab.has-open-popup arrow, notebook > header tabbar tab.has-open-popup arrow, tabbar notebook > header tab.has-open-popup arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header > tabs > arrow.suggested-action.has-open-popup arrow, dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.suggested-action button, tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.suggested-action button, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button, dnd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd tab.suggested-action button image, tabbar tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar tab.suggested-action button image, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button image, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button image, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button image, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button image, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button image, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button image, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button image, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button image, dnd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd tab.suggested-action button arrow, tabbar tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar tab.suggested-action button arrow, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button arrow, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button arrow, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button arrow, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button arrow, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button arrow, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button arrow, button.suggested-action:checked, button.suggested-action:checked image, button.suggested-action:checked arrow, button.suggested-action:selected, button.suggested-action:selected image, button.suggested-action:selected arrow, button.suggested-action.has-open-popup, button.suggested-action.has-open-popup image, button.suggested-action.has-open-popup arrow, button.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin button.suggested-action button, button.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin button.suggested-action button image, button.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin button.suggested-action button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
dnd tab.suggested-action:checked:hover, tabbar tab.suggested-action:checked:hover, notebook > header tabs > tab.suggested-action:checked:hover, notebook > header dnd tab.suggested-action:checked:hover, dnd notebook > header tab.suggested-action:checked:hover, notebook > header tabbar tab.suggested-action:checked:hover, tabbar notebook > header tab.suggested-action:checked:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:hover, notebook > header > tabs > arrow.suggested-action:checked:hover, dnd tab.suggested-action:checked:focus, tabbar tab.suggested-action:checked:focus, notebook > header tabs > tab.suggested-action:checked:focus, notebook > header dnd tab.suggested-action:checked:focus, dnd notebook > header tab.suggested-action:checked:focus, notebook > header tabbar tab.suggested-action:checked:focus, tabbar notebook > header tab.suggested-action:checked:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:focus, notebook > header > tabs > arrow.suggested-action:checked:focus, dnd tab.suggested-action:selected:hover, tabbar tab.suggested-action:selected:hover, notebook > header tabs > tab.suggested-action:selected:hover, notebook > header dnd tab.suggested-action:selected:hover, dnd notebook > header tab.suggested-action:selected:hover, notebook > header tabbar tab.suggested-action:selected:hover, tabbar notebook > header tab.suggested-action:selected:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:hover, notebook > header > tabs > arrow.suggested-action:selected:hover, dnd tab.suggested-action:selected:focus, tabbar tab.suggested-action:selected:focus, notebook > header tabs > tab.suggested-action:selected:focus, notebook > header dnd tab.suggested-action:selected:focus, dnd notebook > header tab.suggested-action:selected:focus, notebook > header tabbar tab.suggested-action:selected:focus, tabbar notebook > header tab.suggested-action:selected:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:focus, notebook > header > tabs > arrow.suggested-action:selected:focus, dnd tab.suggested-action.has-open-popup:hover, tabbar tab.suggested-action.has-open-popup:hover, notebook > header tabs > tab.suggested-action.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.suggested-action.has-open-popup:hover, dnd tab.suggested-action.has-open-popup:focus, tabbar tab.suggested-action.has-open-popup:focus, notebook > header tabs > tab.suggested-action.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.suggested-action.has-open-popup:focus, dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.suggested-action button:hover, tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.suggested-action button:hover, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:hover, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:hover, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:hover, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:hover, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:hover, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:hover, dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.suggested-action button:focus, tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.suggested-action button:focus, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:focus, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:focus, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:focus, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:focus, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:focus, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:focus, dnd tab.suggested-action.osd:checked:hover, tabbar tab.suggested-action.osd:checked:hover, dnd tab.suggested-action.osd:checked:focus, tabbar tab.suggested-action.osd:checked:focus, dnd tab.suggested-action.osd:selected:hover, tabbar tab.suggested-action.osd:selected:hover, dnd tab.suggested-action.osd:selected:focus, tabbar tab.suggested-action.osd:selected:focus, dnd tab.suggested-action.osd.has-open-popup:hover, tabbar tab.suggested-action.osd.has-open-popup:hover, dnd tab.suggested-action.osd.has-open-popup:focus, tabbar tab.suggested-action.osd.has-open-popup:focus, dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.suggested-action.osd button:hover, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:hover, dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.suggested-action.osd button:focus, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:focus, button.suggested-action:checked:hover, button.suggested-action:checked:focus, button.suggested-action:selected:hover, button.suggested-action:selected:focus, button.suggested-action.has-open-popup:hover, button.suggested-action.has-open-popup:focus, button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.suggested-action button:hover, button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.suggested-action button:focus, button.suggested-action.osd:checked:hover, button.suggested-action.osd:checked:focus, button.suggested-action.osd:selected:hover, button.suggested-action.osd:selected:focus, button.suggested-action.osd.has-open-popup:hover, button.suggested-action.osd.has-open-popup:focus, button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.suggested-action.osd button:hover, button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.suggested-action.osd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
dnd tab.suggested-action:checked:hover, tabbar tab.suggested-action:checked:hover, notebook > header tabs > tab.suggested-action:checked:hover, notebook > header dnd tab.suggested-action:checked:hover, dnd notebook > header tab.suggested-action:checked:hover, notebook > header tabbar tab.suggested-action:checked:hover, tabbar notebook > header tab.suggested-action:checked:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:hover, notebook > header > tabs > arrow.suggested-action:checked:hover, columnview.view > header > button.suggested-action:checked:hover, treeview.view > header > button.suggested-action:checked:hover, dnd tab.suggested-action:checked:hover image, tabbar tab.suggested-action:checked:hover image, notebook > header tabs > tab.suggested-action:checked:hover image, notebook > header dnd tab.suggested-action:checked:hover image, dnd notebook > header tab.suggested-action:checked:hover image, notebook > header tabbar tab.suggested-action:checked:hover image, tabbar notebook > header tab.suggested-action:checked:hover image, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover image, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:hover image, notebook > header > tabs > arrow.suggested-action:checked:hover image, columnview.view > header > button.suggested-action:checked:hover image, treeview.view > header > button.suggested-action:checked:hover image, dnd tab.suggested-action:checked:hover arrow, tabbar tab.suggested-action:checked:hover arrow, notebook > header tabs > tab.suggested-action:checked:hover arrow, notebook > header dnd tab.suggested-action:checked:hover arrow, dnd notebook > header tab.suggested-action:checked:hover arrow, notebook > header tabbar tab.suggested-action:checked:hover arrow, tabbar notebook > header tab.suggested-action:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:hover arrow, notebook > header > tabs > arrow.suggested-action:checked:hover arrow, columnview.view > header > button.suggested-action:checked:hover arrow, treeview.view > header > button.suggested-action:checked:hover arrow, dnd tab.suggested-action:checked:focus, tabbar tab.suggested-action:checked:focus, notebook > header tabs > tab.suggested-action:checked:focus, notebook > header dnd tab.suggested-action:checked:focus, dnd notebook > header tab.suggested-action:checked:focus, notebook > header tabbar tab.suggested-action:checked:focus, tabbar notebook > header tab.suggested-action:checked:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:focus, notebook > header > tabs > arrow.suggested-action:checked:focus, columnview.view > header > button.suggested-action:checked:focus, treeview.view > header > button.suggested-action:checked:focus, dnd tab.suggested-action:checked:focus image, tabbar tab.suggested-action:checked:focus image, notebook > header tabs > tab.suggested-action:checked:focus image, notebook > header dnd tab.suggested-action:checked:focus image, dnd notebook > header tab.suggested-action:checked:focus image, notebook > header tabbar tab.suggested-action:checked:focus image, tabbar notebook > header tab.suggested-action:checked:focus image, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus image, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:focus image, notebook > header > tabs > arrow.suggested-action:checked:focus image, columnview.view > header > button.suggested-action:checked:focus image, treeview.view > header > button.suggested-action:checked:focus image, dnd tab.suggested-action:checked:focus arrow, tabbar tab.suggested-action:checked:focus arrow, notebook > header tabs > tab.suggested-action:checked:focus arrow, notebook > header dnd tab.suggested-action:checked:focus arrow, dnd notebook > header tab.suggested-action:checked:focus arrow, notebook > header tabbar tab.suggested-action:checked:focus arrow, tabbar notebook > header tab.suggested-action:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:checked:focus arrow, notebook > header > tabs > arrow.suggested-action:checked:focus arrow, columnview.view > header > button.suggested-action:checked:focus arrow, treeview.view > header > button.suggested-action:checked:focus arrow, dnd tab.suggested-action:selected:hover, tabbar tab.suggested-action:selected:hover, notebook > header tabs > tab.suggested-action:selected:hover, notebook > header dnd tab.suggested-action:selected:hover, dnd notebook > header tab.suggested-action:selected:hover, notebook > header tabbar tab.suggested-action:selected:hover, tabbar notebook > header tab.suggested-action:selected:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:hover, notebook > header > tabs > arrow.suggested-action:selected:hover, columnview.view > header > button.suggested-action:selected:hover, treeview.view > header > button.suggested-action:selected:hover, dnd tab.suggested-action:selected:hover image, tabbar tab.suggested-action:selected:hover image, notebook > header tabs > tab.suggested-action:selected:hover image, notebook > header dnd tab.suggested-action:selected:hover image, dnd notebook > header tab.suggested-action:selected:hover image, notebook > header tabbar tab.suggested-action:selected:hover image, tabbar notebook > header tab.suggested-action:selected:hover image, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover image, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:hover image, notebook > header > tabs > arrow.suggested-action:selected:hover image, columnview.view > header > button.suggested-action:selected:hover image, treeview.view > header > button.suggested-action:selected:hover image, dnd tab.suggested-action:selected:hover arrow, tabbar tab.suggested-action:selected:hover arrow, notebook > header tabs > tab.suggested-action:selected:hover arrow, notebook > header dnd tab.suggested-action:selected:hover arrow, dnd notebook > header tab.suggested-action:selected:hover arrow, notebook > header tabbar tab.suggested-action:selected:hover arrow, tabbar notebook > header tab.suggested-action:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:hover arrow, notebook > header > tabs > arrow.suggested-action:selected:hover arrow, columnview.view > header > button.suggested-action:selected:hover arrow, treeview.view > header > button.suggested-action:selected:hover arrow, dnd tab.suggested-action:selected:focus, tabbar tab.suggested-action:selected:focus, notebook > header tabs > tab.suggested-action:selected:focus, notebook > header dnd tab.suggested-action:selected:focus, dnd notebook > header tab.suggested-action:selected:focus, notebook > header tabbar tab.suggested-action:selected:focus, tabbar notebook > header tab.suggested-action:selected:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:focus, notebook > header > tabs > arrow.suggested-action:selected:focus, columnview.view > header > button.suggested-action:selected:focus, treeview.view > header > button.suggested-action:selected:focus, dnd tab.suggested-action:selected:focus image, tabbar tab.suggested-action:selected:focus image, notebook > header tabs > tab.suggested-action:selected:focus image, notebook > header dnd tab.suggested-action:selected:focus image, dnd notebook > header tab.suggested-action:selected:focus image, notebook > header tabbar tab.suggested-action:selected:focus image, tabbar notebook > header tab.suggested-action:selected:focus image, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus image, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:focus image, notebook > header > tabs > arrow.suggested-action:selected:focus image, columnview.view > header > button.suggested-action:selected:focus image, treeview.view > header > button.suggested-action:selected:focus image, dnd tab.suggested-action:selected:focus arrow, tabbar tab.suggested-action:selected:focus arrow, notebook > header tabs > tab.suggested-action:selected:focus arrow, notebook > header dnd tab.suggested-action:selected:focus arrow, dnd notebook > header tab.suggested-action:selected:focus arrow, notebook > header tabbar tab.suggested-action:selected:focus arrow, tabbar notebook > header tab.suggested-action:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action:selected:focus arrow, notebook > header > tabs > arrow.suggested-action:selected:focus arrow, columnview.view > header > button.suggested-action:selected:focus arrow, treeview.view > header > button.suggested-action:selected:focus arrow, dnd tab.suggested-action.has-open-popup:hover, tabbar tab.suggested-action.has-open-popup:hover, notebook > header tabs > tab.suggested-action.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.suggested-action.has-open-popup:hover, columnview.view > header > button.suggested-action.has-open-popup:hover, treeview.view > header > button.suggested-action.has-open-popup:hover, dnd tab.suggested-action.has-open-popup:hover image, tabbar tab.suggested-action.has-open-popup:hover image, notebook > header tabs > tab.suggested-action.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.suggested-action.has-open-popup:hover image, columnview.view > header > button.suggested-action.has-open-popup:hover image, treeview.view > header > button.suggested-action.has-open-popup:hover image, dnd tab.suggested-action.has-open-popup:hover arrow, tabbar tab.suggested-action.has-open-popup:hover arrow, notebook > header tabs > tab.suggested-action.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.suggested-action.has-open-popup:hover arrow, columnview.view > header > button.suggested-action.has-open-popup:hover arrow, treeview.view > header > button.suggested-action.has-open-popup:hover arrow, dnd tab.suggested-action.has-open-popup:focus, tabbar tab.suggested-action.has-open-popup:focus, notebook > header tabs > tab.suggested-action.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.suggested-action.has-open-popup:focus, columnview.view > header > button.suggested-action.has-open-popup:focus, treeview.view > header > button.suggested-action.has-open-popup:focus, dnd tab.suggested-action.has-open-popup:focus image, tabbar tab.suggested-action.has-open-popup:focus image, notebook > header tabs > tab.suggested-action.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.suggested-action.has-open-popup:focus image, columnview.view > header > button.suggested-action.has-open-popup:focus image, treeview.view > header > button.suggested-action.has-open-popup:focus image, dnd tab.suggested-action.has-open-popup:focus arrow, tabbar tab.suggested-action.has-open-popup:focus arrow, notebook > header tabs > tab.suggested-action.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.suggested-action.has-open-popup:focus arrow, columnview.view > header > button.suggested-action.has-open-popup:focus arrow, treeview.view > header > button.suggested-action.has-open-popup:focus arrow, dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.suggested-action button:hover, tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.suggested-action button:hover, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:hover, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:hover, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:hover, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:hover, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:hover, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:hover, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:hover, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:hover, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:hover, dnd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab.suggested-action button:hover image, tabbar tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab.suggested-action button:hover image, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:hover image, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:hover image, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:hover image, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:hover image, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:hover image, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover image, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:hover image, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:hover image, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:hover image, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:hover image, dnd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab.suggested-action button:hover arrow, tabbar tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab.suggested-action button:hover arrow, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:hover arrow, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:hover arrow, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:hover arrow, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:hover arrow, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:hover arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:hover arrow, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:hover arrow, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:hover arrow, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:hover arrow, dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.suggested-action button:focus, tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.suggested-action button:focus, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:focus, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:focus, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:focus, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:focus, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:focus, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:focus, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:focus, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:focus, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:focus, dnd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab.suggested-action button:focus image, tabbar tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab.suggested-action button:focus image, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:focus image, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:focus image, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:focus image, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:focus image, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:focus image, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus image, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:focus image, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:focus image, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:focus image, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:focus image, dnd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab.suggested-action button:focus arrow, tabbar tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab.suggested-action button:focus arrow, notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action button:focus arrow, notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab.suggested-action button:focus arrow, dnd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab.suggested-action button:focus arrow, notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab.suggested-action button:focus arrow, tabbar notebook > header tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab.suggested-action button:focus arrow, notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus arrow, tabbar notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.suggested-action button:focus arrow, notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action button:focus arrow, columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view > header > button.suggested-action button:focus arrow, treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view > header > button.suggested-action button:focus arrow, dnd tab.suggested-action.osd:checked:hover, tabbar tab.suggested-action.osd:checked:hover, notebook > header tabs > tab.suggested-action.osd:checked:hover, notebook > header dnd tab.osd:checked:hover, dnd notebook > header tab.osd:checked:hover, notebook > header tabbar tab.osd:checked:hover, tabbar notebook > header tab.osd:checked:hover, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header > tabs > arrow.suggested-action.osd:checked:hover, columnview.view > header > button.suggested-action.osd:checked:hover, treeview.view > header > button.suggested-action.osd:checked:hover, dnd tab.suggested-action.osd:checked:hover image, tabbar tab.suggested-action.osd:checked:hover image, notebook > header tabs > tab.suggested-action.osd:checked:hover image, notebook > header dnd tab.osd:checked:hover image, dnd notebook > header tab.osd:checked:hover image, notebook > header tabbar tab.osd:checked:hover image, tabbar notebook > header tab.osd:checked:hover image, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover image, notebook > header > tabs > arrow.suggested-action.osd:checked:hover image, columnview.view > header > button.suggested-action.osd:checked:hover image, treeview.view > header > button.suggested-action.osd:checked:hover image, dnd tab.suggested-action.osd:checked:hover arrow, tabbar tab.suggested-action.osd:checked:hover arrow, notebook > header tabs > tab.suggested-action.osd:checked:hover arrow, notebook > header dnd tab.osd:checked:hover arrow, dnd notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tab.osd:checked:hover arrow, tabbar notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover arrow, notebook > header > tabs > arrow.suggested-action.osd:checked:hover arrow, columnview.view > header > button.suggested-action.osd:checked:hover arrow, treeview.view > header > button.suggested-action.osd:checked:hover arrow, dnd tab.suggested-action.osd:checked:focus, tabbar tab.suggested-action.osd:checked:focus, notebook > header tabs > tab.suggested-action.osd:checked:focus, notebook > header dnd tab.osd:checked:focus, dnd notebook > header tab.osd:checked:focus, notebook > header tabbar tab.osd:checked:focus, tabbar notebook > header tab.osd:checked:focus, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header > tabs > arrow.suggested-action.osd:checked:focus, columnview.view > header > button.suggested-action.osd:checked:focus, treeview.view > header > button.suggested-action.osd:checked:focus, dnd tab.suggested-action.osd:checked:focus image, tabbar tab.suggested-action.osd:checked:focus image, notebook > header tabs > tab.suggested-action.osd:checked:focus image, notebook > header dnd tab.osd:checked:focus image, dnd notebook > header tab.osd:checked:focus image, notebook > header tabbar tab.osd:checked:focus image, tabbar notebook > header tab.osd:checked:focus image, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus image, notebook > header > tabs > arrow.suggested-action.osd:checked:focus image, columnview.view > header > button.suggested-action.osd:checked:focus image, treeview.view > header > button.suggested-action.osd:checked:focus image, dnd tab.suggested-action.osd:checked:focus arrow, tabbar tab.suggested-action.osd:checked:focus arrow, notebook > header tabs > tab.suggested-action.osd:checked:focus arrow, notebook > header dnd tab.osd:checked:focus arrow, dnd notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tab.osd:checked:focus arrow, tabbar notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus arrow, notebook > header > tabs > arrow.suggested-action.osd:checked:focus arrow, columnview.view > header > button.suggested-action.osd:checked:focus arrow, treeview.view > header > button.suggested-action.osd:checked:focus arrow, dnd tab.suggested-action.osd:selected:hover, tabbar tab.suggested-action.osd:selected:hover, notebook > header tabs > tab.suggested-action.osd:selected:hover, notebook > header dnd tab.osd:selected:hover, dnd notebook > header tab.osd:selected:hover, notebook > header tabbar tab.osd:selected:hover, tabbar notebook > header tab.osd:selected:hover, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header > tabs > arrow.suggested-action.osd:selected:hover, columnview.view > header > button.suggested-action.osd:selected:hover, treeview.view > header > button.suggested-action.osd:selected:hover, dnd tab.suggested-action.osd:selected:hover image, tabbar tab.suggested-action.osd:selected:hover image, notebook > header tabs > tab.suggested-action.osd:selected:hover image, notebook > header dnd tab.osd:selected:hover image, dnd notebook > header tab.osd:selected:hover image, notebook > header tabbar tab.osd:selected:hover image, tabbar notebook > header tab.osd:selected:hover image, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover image, notebook > header > tabs > arrow.suggested-action.osd:selected:hover image, columnview.view > header > button.suggested-action.osd:selected:hover image, treeview.view > header > button.suggested-action.osd:selected:hover image, dnd tab.suggested-action.osd:selected:hover arrow, tabbar tab.suggested-action.osd:selected:hover arrow, notebook > header tabs > tab.suggested-action.osd:selected:hover arrow, notebook > header dnd tab.osd:selected:hover arrow, dnd notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tab.osd:selected:hover arrow, tabbar notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover arrow, notebook > header > tabs > arrow.suggested-action.osd:selected:hover arrow, columnview.view > header > button.suggested-action.osd:selected:hover arrow, treeview.view > header > button.suggested-action.osd:selected:hover arrow, dnd tab.suggested-action.osd:selected:focus, tabbar tab.suggested-action.osd:selected:focus, notebook > header tabs > tab.suggested-action.osd:selected:focus, notebook > header dnd tab.osd:selected:focus, dnd notebook > header tab.osd:selected:focus, notebook > header tabbar tab.osd:selected:focus, tabbar notebook > header tab.osd:selected:focus, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header > tabs > arrow.suggested-action.osd:selected:focus, columnview.view > header > button.suggested-action.osd:selected:focus, treeview.view > header > button.suggested-action.osd:selected:focus, dnd tab.suggested-action.osd:selected:focus image, tabbar tab.suggested-action.osd:selected:focus image, notebook > header tabs > tab.suggested-action.osd:selected:focus image, notebook > header dnd tab.osd:selected:focus image, dnd notebook > header tab.osd:selected:focus image, notebook > header tabbar tab.osd:selected:focus image, tabbar notebook > header tab.osd:selected:focus image, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus image, notebook > header > tabs > arrow.suggested-action.osd:selected:focus image, columnview.view > header > button.suggested-action.osd:selected:focus image, treeview.view > header > button.suggested-action.osd:selected:focus image, dnd tab.suggested-action.osd:selected:focus arrow, tabbar tab.suggested-action.osd:selected:focus arrow, notebook > header tabs > tab.suggested-action.osd:selected:focus arrow, notebook > header dnd tab.osd:selected:focus arrow, dnd notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tab.osd:selected:focus arrow, tabbar notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus arrow, notebook > header > tabs > arrow.suggested-action.osd:selected:focus arrow, columnview.view > header > button.suggested-action.osd:selected:focus arrow, treeview.view > header > button.suggested-action.osd:selected:focus arrow, dnd tab.suggested-action.osd.has-open-popup:hover, tabbar tab.suggested-action.osd.has-open-popup:hover, notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover, columnview.view > header > button.suggested-action.osd.has-open-popup:hover, treeview.view > header > button.suggested-action.osd.has-open-popup:hover, dnd tab.suggested-action.osd.has-open-popup:hover image, tabbar tab.suggested-action.osd.has-open-popup:hover image, notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover image, columnview.view > header > button.suggested-action.osd.has-open-popup:hover image, treeview.view > header > button.suggested-action.osd.has-open-popup:hover image, dnd tab.suggested-action.osd.has-open-popup:hover arrow, tabbar tab.suggested-action.osd.has-open-popup:hover arrow, notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover arrow, columnview.view > header > button.suggested-action.osd.has-open-popup:hover arrow, treeview.view > header > button.suggested-action.osd.has-open-popup:hover arrow, dnd tab.suggested-action.osd.has-open-popup:focus, tabbar tab.suggested-action.osd.has-open-popup:focus, notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus, columnview.view > header > button.suggested-action.osd.has-open-popup:focus, treeview.view > header > button.suggested-action.osd.has-open-popup:focus, dnd tab.suggested-action.osd.has-open-popup:focus image, tabbar tab.suggested-action.osd.has-open-popup:focus image, notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus image, columnview.view > header > button.suggested-action.osd.has-open-popup:focus image, treeview.view > header > button.suggested-action.osd.has-open-popup:focus image, dnd tab.suggested-action.osd.has-open-popup:focus arrow, tabbar tab.suggested-action.osd.has-open-popup:focus arrow, notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus arrow, columnview.view > header > button.suggested-action.osd.has-open-popup:focus arrow, treeview.view > header > button.suggested-action.osd.has-open-popup:focus arrow, dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.suggested-action.osd button:hover, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:hover, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:hover, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:hover, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:hover, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:hover, dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab.suggested-action.osd button:hover image, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:hover image, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:hover image, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover image, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover image, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:hover image, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:hover image, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:hover image, dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab.suggested-action.osd button:hover arrow, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:hover arrow, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:hover arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover arrow, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:hover arrow, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:hover arrow, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:hover arrow, dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.suggested-action.osd button:focus, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:focus, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:focus, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:focus, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:focus, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:focus, dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab.suggested-action.osd button:focus image, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:focus image, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:focus image, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus image, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus image, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:focus image, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:focus image, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:focus image, dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab.suggested-action.osd button:focus arrow, tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab.suggested-action.osd button:focus arrow, notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab.suggested-action.osd button:focus arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus arrow, notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.suggested-action.osd button:focus arrow, columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view > header > button.suggested-action.osd button:focus arrow, treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view > header > button.suggested-action.osd button:focus arrow, button.suggested-action:checked:hover, button.suggested-action:checked:hover image, button.suggested-action:checked:hover arrow, button.suggested-action:checked:focus, button.suggested-action:checked:focus image, button.suggested-action:checked:focus arrow, button.suggested-action:selected:hover, button.suggested-action:selected:hover image, button.suggested-action:selected:hover arrow, button.suggested-action:selected:focus, button.suggested-action:selected:focus image, button.suggested-action:selected:focus arrow, button.suggested-action.has-open-popup:hover, button.suggested-action.has-open-popup:hover image, button.suggested-action.has-open-popup:hover arrow, button.suggested-action.has-open-popup:focus, button.suggested-action.has-open-popup:focus image, button.suggested-action.has-open-popup:focus arrow, button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.suggested-action button:hover, button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.suggested-action button:hover image, button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.suggested-action button:hover arrow, button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.suggested-action button:focus, button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.suggested-action button:focus image, button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.suggested-action button:focus arrow, button.suggested-action.osd:checked:hover, button.suggested-action.osd:checked:hover image, button.suggested-action.osd:checked:hover arrow, button.suggested-action.osd:checked:focus, button.suggested-action.osd:checked:focus image, button.suggested-action.osd:checked:focus arrow, button.suggested-action.osd:selected:hover, button.suggested-action.osd:selected:hover image, button.suggested-action.osd:selected:hover arrow, button.suggested-action.osd:selected:focus, button.suggested-action.osd:selected:focus image, button.suggested-action.osd:selected:focus arrow, button.suggested-action.osd.has-open-popup:hover, button.suggested-action.osd.has-open-popup:hover image, button.suggested-action.osd.has-open-popup:hover arrow, button.suggested-action.osd.has-open-popup:focus, button.suggested-action.osd.has-open-popup:focus image, button.suggested-action.osd.has-open-popup:focus arrow, button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.suggested-action.osd button:hover, button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.suggested-action.osd button:hover image, button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.suggested-action.osd button:hover arrow, button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.suggested-action.osd button:focus, button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.suggested-action.osd button:focus image, button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.suggested-action.osd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
dnd tab.suggested-action:disabled, tabbar tab.suggested-action:disabled, notebook > header tabs > tab.suggested-action:disabled, notebook > header tabbar tabbox > tabboxchild.suggested-action:disabled, tabbar notebook > header tabbox > tabboxchild.suggested-action:disabled, notebook > header > tabs > arrow.suggested-action:disabled, button.suggested-action:disabled, button.suggested-action:disabled:checked, button.suggested-action:disabled:selected, button.suggested-action:disabled.has-open-popup, button.suggested-action.osd:disabled, button.suggested-action.osd:disabled:checked, button.suggested-action.osd:disabled:selected, button.suggested-action.osd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
.osd dnd tab.suggested-action, dnd .osd tab.suggested-action, .osd tabbar tab.suggested-action, tabbar .osd tab.suggested-action, .osd notebook > header tabs > tab.suggested-action, notebook > header .osd tabs > tab.suggested-action, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action, .osd notebook > header > tabs > arrow.suggested-action, .osd button.suggested-action, .osd button.suggested-action.osd { color: #EDF0F5; background-color: #419065; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.35),0.15), alpha(rgba(255, 255, 255, 0.35),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
.osd dnd tab.suggested-action:hover, dnd .osd tab.suggested-action:hover, .osd tabbar tab.suggested-action:hover, tabbar .osd tab.suggested-action:hover, .osd notebook > header tabs > tab.suggested-action:hover, notebook > header .osd tabs > tab.suggested-action:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:hover, .osd notebook > header > tabs > arrow.suggested-action:hover, .osd dnd tab.suggested-action:focus, dnd .osd tab.suggested-action:focus, .osd tabbar tab.suggested-action:focus, tabbar .osd tab.suggested-action:focus, .osd notebook > header tabs > tab.suggested-action:focus, notebook > header .osd tabs > tab.suggested-action:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:focus, .osd notebook > header > tabs > arrow.suggested-action:focus, .osd button.suggested-action:hover, .osd button.suggested-action:focus, .osd button.suggested-action.osd:hover, .osd button.suggested-action.osd:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.osd dnd tab.suggested-action:hover, dnd .osd tab.suggested-action:hover, .osd tabbar tab.suggested-action:hover, tabbar .osd tab.suggested-action:hover, .osd notebook > header tabs > tab.suggested-action:hover, notebook > header .osd tabs > tab.suggested-action:hover, .osd notebook > header dnd tab.suggested-action:hover, dnd .osd notebook > header tab.suggested-action:hover, .osd notebook > header tabbar tab.suggested-action:hover, tabbar .osd notebook > header tab.suggested-action:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:hover, notebook > header .osd dnd tab.suggested-action:hover, dnd notebook > header .osd tab.suggested-action:hover, notebook > header .osd tabbar tab.suggested-action:hover, tabbar notebook > header .osd tab.suggested-action:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:hover, .osd notebook > header > tabs > arrow.suggested-action:hover, .osd dnd tab.suggested-action:hover image, dnd .osd tab.suggested-action:hover image, .osd tabbar tab.suggested-action:hover image, tabbar .osd tab.suggested-action:hover image, .osd notebook > header tabs > tab.suggested-action:hover image, notebook > header .osd tabs > tab.suggested-action:hover image, .osd notebook > header dnd tab.suggested-action:hover image, dnd .osd notebook > header tab.suggested-action:hover image, .osd notebook > header tabbar tab.suggested-action:hover image, tabbar .osd notebook > header tab.suggested-action:hover image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:hover image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:hover image, notebook > header .osd dnd tab.suggested-action:hover image, dnd notebook > header .osd tab.suggested-action:hover image, notebook > header .osd tabbar tab.suggested-action:hover image, tabbar notebook > header .osd tab.suggested-action:hover image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:hover image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:hover image, .osd notebook > header > tabs > arrow.suggested-action:hover image, .osd dnd tab.suggested-action:hover arrow, dnd .osd tab.suggested-action:hover arrow, .osd tabbar tab.suggested-action:hover arrow, tabbar .osd tab.suggested-action:hover arrow, .osd notebook > header tabs > tab.suggested-action:hover arrow, notebook > header .osd tabs > tab.suggested-action:hover arrow, .osd notebook > header dnd tab.suggested-action:hover arrow, dnd .osd notebook > header tab.suggested-action:hover arrow, .osd notebook > header tabbar tab.suggested-action:hover arrow, tabbar .osd notebook > header tab.suggested-action:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:hover arrow, notebook > header .osd dnd tab.suggested-action:hover arrow, dnd notebook > header .osd tab.suggested-action:hover arrow, notebook > header .osd tabbar tab.suggested-action:hover arrow, tabbar notebook > header .osd tab.suggested-action:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:hover arrow, .osd notebook > header > tabs > arrow.suggested-action:hover arrow, .osd dnd tab.suggested-action:focus, dnd .osd tab.suggested-action:focus, .osd tabbar tab.suggested-action:focus, tabbar .osd tab.suggested-action:focus, .osd notebook > header tabs > tab.suggested-action:focus, notebook > header .osd tabs > tab.suggested-action:focus, .osd notebook > header dnd tab.suggested-action:focus, dnd .osd notebook > header tab.suggested-action:focus, .osd notebook > header tabbar tab.suggested-action:focus, tabbar .osd notebook > header tab.suggested-action:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:focus, notebook > header .osd dnd tab.suggested-action:focus, dnd notebook > header .osd tab.suggested-action:focus, notebook > header .osd tabbar tab.suggested-action:focus, tabbar notebook > header .osd tab.suggested-action:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:focus, .osd notebook > header > tabs > arrow.suggested-action:focus, .osd dnd tab.suggested-action:focus image, dnd .osd tab.suggested-action:focus image, .osd tabbar tab.suggested-action:focus image, tabbar .osd tab.suggested-action:focus image, .osd notebook > header tabs > tab.suggested-action:focus image, notebook > header .osd tabs > tab.suggested-action:focus image, .osd notebook > header dnd tab.suggested-action:focus image, dnd .osd notebook > header tab.suggested-action:focus image, .osd notebook > header tabbar tab.suggested-action:focus image, tabbar .osd notebook > header tab.suggested-action:focus image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:focus image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:focus image, notebook > header .osd dnd tab.suggested-action:focus image, dnd notebook > header .osd tab.suggested-action:focus image, notebook > header .osd tabbar tab.suggested-action:focus image, tabbar notebook > header .osd tab.suggested-action:focus image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:focus image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:focus image, .osd notebook > header > tabs > arrow.suggested-action:focus image, .osd dnd tab.suggested-action:focus arrow, dnd .osd tab.suggested-action:focus arrow, .osd tabbar tab.suggested-action:focus arrow, tabbar .osd tab.suggested-action:focus arrow, .osd notebook > header tabs > tab.suggested-action:focus arrow, notebook > header .osd tabs > tab.suggested-action:focus arrow, .osd notebook > header dnd tab.suggested-action:focus arrow, dnd .osd notebook > header tab.suggested-action:focus arrow, .osd notebook > header tabbar tab.suggested-action:focus arrow, tabbar .osd notebook > header tab.suggested-action:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:focus arrow, notebook > header .osd dnd tab.suggested-action:focus arrow, dnd notebook > header .osd tab.suggested-action:focus arrow, notebook > header .osd tabbar tab.suggested-action:focus arrow, tabbar notebook > header .osd tab.suggested-action:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:focus arrow, .osd notebook > header > tabs > arrow.suggested-action:focus arrow, .osd dnd tab.suggested-action.osd:hover, dnd .osd tab.suggested-action.osd:hover, .osd tabbar tab.suggested-action.osd:hover, tabbar .osd tab.suggested-action.osd:hover, .osd dnd tab.suggested-action.osd:hover image, dnd .osd tab.suggested-action.osd:hover image, .osd tabbar tab.suggested-action.osd:hover image, tabbar .osd tab.suggested-action.osd:hover image, .osd dnd tab.suggested-action.osd:hover arrow, dnd .osd tab.suggested-action.osd:hover arrow, .osd tabbar tab.suggested-action.osd:hover arrow, tabbar .osd tab.suggested-action.osd:hover arrow, .osd dnd tab.suggested-action.osd:focus, dnd .osd tab.suggested-action.osd:focus, .osd tabbar tab.suggested-action.osd:focus, tabbar .osd tab.suggested-action.osd:focus, .osd dnd tab.suggested-action.osd:focus image, dnd .osd tab.suggested-action.osd:focus image, .osd tabbar tab.suggested-action.osd:focus image, tabbar .osd tab.suggested-action.osd:focus image, .osd dnd tab.suggested-action.osd:focus arrow, dnd .osd tab.suggested-action.osd:focus arrow, .osd tabbar tab.suggested-action.osd:focus arrow, tabbar .osd tab.suggested-action.osd:focus arrow, .osd button.suggested-action:hover, .osd button.suggested-action:hover image, .osd button.suggested-action:hover arrow, .osd button.suggested-action:focus, .osd button.suggested-action:focus image, .osd button.suggested-action:focus arrow, .osd button.suggested-action.osd:hover, .osd button.suggested-action.osd:hover image, .osd button.suggested-action.osd:hover arrow, .osd button.suggested-action.osd:focus, .osd button.suggested-action.osd:focus image, .osd button.suggested-action.osd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.osd dnd tab.suggested-action:active, dnd .osd tab.suggested-action:active, .osd tabbar tab.suggested-action:active, tabbar .osd tab.suggested-action:active, .osd notebook > header tabs > tab.suggested-action:active, notebook > header .osd tabs > tab.suggested-action:active, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:active, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:active, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:active, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:active, .osd notebook > header > tabs > arrow.suggested-action:active, .osd dnd tab.suggested-action.keyboard-activating, dnd .osd tab.suggested-action.keyboard-activating, .osd tabbar tab.suggested-action.keyboard-activating, tabbar .osd tab.suggested-action.keyboard-activating, .osd notebook > header tabs > tab.suggested-action.keyboard-activating, notebook > header .osd tabs > tab.suggested-action.keyboard-activating, .osd notebook > header dnd tab.keyboard-activating, dnd .osd notebook > header tab.keyboard-activating, .osd notebook > header tabbar tab.keyboard-activating, tabbar .osd notebook > header tab.keyboard-activating, .osd notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar .osd notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header .osd dnd tab.keyboard-activating, dnd notebook > header .osd tab.keyboard-activating, notebook > header .osd tabbar tab.keyboard-activating, tabbar notebook > header .osd tab.keyboard-activating, notebook > header .osd tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header .osd tabbox > tabboxchild.keyboard-activating, .osd notebook > header > tabs > arrow.suggested-action.keyboard-activating, .osd button.suggested-action:active, .osd button.suggested-action.keyboard-activating, .osd button.suggested-action.osd:active, .osd button.suggested-action.osd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
.osd dnd tab.suggested-action:checked, dnd .osd tab.suggested-action:checked, .osd tabbar tab.suggested-action:checked, tabbar .osd tab.suggested-action:checked, .osd notebook > header tabs > tab.suggested-action:checked, notebook > header .osd tabs > tab.suggested-action:checked, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked, .osd notebook > header > tabs > arrow.suggested-action:checked, .osd dnd tab.suggested-action:selected, dnd .osd tab.suggested-action:selected, .osd tabbar tab.suggested-action:selected, tabbar .osd tab.suggested-action:selected, .osd notebook > header tabs > tab.suggested-action:selected, notebook > header .osd tabs > tab.suggested-action:selected, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected, .osd notebook > header > tabs > arrow.suggested-action:selected, .osd dnd tab.suggested-action.has-open-popup, dnd .osd tab.suggested-action.has-open-popup, .osd tabbar tab.suggested-action.has-open-popup, tabbar .osd tab.suggested-action.has-open-popup, .osd notebook > header tabs > tab.suggested-action.has-open-popup, notebook > header .osd tabs > tab.suggested-action.has-open-popup, .osd notebook > header dnd tab.has-open-popup, dnd .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tab.has-open-popup, tabbar .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd dnd tab.has-open-popup, dnd notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tab.has-open-popup, tabbar notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup, .osd dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab.suggested-action button, dnd .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab.suggested-action button, .osd tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab.suggested-action button, tabbar .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab.suggested-action button, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button, .osd button.suggested-action:checked, .osd button.suggested-action:selected, .osd button.suggested-action.has-open-popup, .osd button.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button.suggested-action button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
.osd dnd tab.suggested-action:checked, dnd .osd tab.suggested-action:checked, .osd tabbar tab.suggested-action:checked, tabbar .osd tab.suggested-action:checked, .osd notebook > header tabs > tab.suggested-action:checked, notebook > header .osd tabs > tab.suggested-action:checked, .osd notebook > header dnd tab.suggested-action:checked, dnd .osd notebook > header tab.suggested-action:checked, .osd notebook > header tabbar tab.suggested-action:checked, tabbar .osd notebook > header tab.suggested-action:checked, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked, notebook > header .osd dnd tab.suggested-action:checked, dnd notebook > header .osd tab.suggested-action:checked, notebook > header .osd tabbar tab.suggested-action:checked, tabbar notebook > header .osd tab.suggested-action:checked, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked, .osd notebook > header > tabs > arrow.suggested-action:checked, .osd dnd tab.suggested-action:checked image, dnd .osd tab.suggested-action:checked image, .osd tabbar tab.suggested-action:checked image, tabbar .osd tab.suggested-action:checked image, .osd notebook > header tabs > tab.suggested-action:checked image, notebook > header .osd tabs > tab.suggested-action:checked image, .osd notebook > header dnd tab.suggested-action:checked image, dnd .osd notebook > header tab.suggested-action:checked image, .osd notebook > header tabbar tab.suggested-action:checked image, tabbar .osd notebook > header tab.suggested-action:checked image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked image, notebook > header .osd dnd tab.suggested-action:checked image, dnd notebook > header .osd tab.suggested-action:checked image, notebook > header .osd tabbar tab.suggested-action:checked image, tabbar notebook > header .osd tab.suggested-action:checked image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked image, .osd notebook > header > tabs > arrow.suggested-action:checked image, .osd dnd tab.suggested-action:checked arrow, dnd .osd tab.suggested-action:checked arrow, .osd tabbar tab.suggested-action:checked arrow, tabbar .osd tab.suggested-action:checked arrow, .osd notebook > header tabs > tab.suggested-action:checked arrow, notebook > header .osd tabs > tab.suggested-action:checked arrow, .osd notebook > header dnd tab.suggested-action:checked arrow, dnd .osd notebook > header tab.suggested-action:checked arrow, .osd notebook > header tabbar tab.suggested-action:checked arrow, tabbar .osd notebook > header tab.suggested-action:checked arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked arrow, notebook > header .osd dnd tab.suggested-action:checked arrow, dnd notebook > header .osd tab.suggested-action:checked arrow, notebook > header .osd tabbar tab.suggested-action:checked arrow, tabbar notebook > header .osd tab.suggested-action:checked arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked arrow, .osd notebook > header > tabs > arrow.suggested-action:checked arrow, .osd dnd tab.suggested-action:selected, dnd .osd tab.suggested-action:selected, .osd tabbar tab.suggested-action:selected, tabbar .osd tab.suggested-action:selected, .osd notebook > header tabs > tab.suggested-action:selected, notebook > header .osd tabs > tab.suggested-action:selected, .osd notebook > header dnd tab.suggested-action:selected, dnd .osd notebook > header tab.suggested-action:selected, .osd notebook > header tabbar tab.suggested-action:selected, tabbar .osd notebook > header tab.suggested-action:selected, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected, notebook > header .osd dnd tab.suggested-action:selected, dnd notebook > header .osd tab.suggested-action:selected, notebook > header .osd tabbar tab.suggested-action:selected, tabbar notebook > header .osd tab.suggested-action:selected, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected, .osd notebook > header > tabs > arrow.suggested-action:selected, .osd dnd tab.suggested-action:selected image, dnd .osd tab.suggested-action:selected image, .osd tabbar tab.suggested-action:selected image, tabbar .osd tab.suggested-action:selected image, .osd notebook > header tabs > tab.suggested-action:selected image, notebook > header .osd tabs > tab.suggested-action:selected image, .osd notebook > header dnd tab.suggested-action:selected image, dnd .osd notebook > header tab.suggested-action:selected image, .osd notebook > header tabbar tab.suggested-action:selected image, tabbar .osd notebook > header tab.suggested-action:selected image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected image, notebook > header .osd dnd tab.suggested-action:selected image, dnd notebook > header .osd tab.suggested-action:selected image, notebook > header .osd tabbar tab.suggested-action:selected image, tabbar notebook > header .osd tab.suggested-action:selected image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected image, .osd notebook > header > tabs > arrow.suggested-action:selected image, .osd dnd tab.suggested-action:selected arrow, dnd .osd tab.suggested-action:selected arrow, .osd tabbar tab.suggested-action:selected arrow, tabbar .osd tab.suggested-action:selected arrow, .osd notebook > header tabs > tab.suggested-action:selected arrow, notebook > header .osd tabs > tab.suggested-action:selected arrow, .osd notebook > header dnd tab.suggested-action:selected arrow, dnd .osd notebook > header tab.suggested-action:selected arrow, .osd notebook > header tabbar tab.suggested-action:selected arrow, tabbar .osd notebook > header tab.suggested-action:selected arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected arrow, notebook > header .osd dnd tab.suggested-action:selected arrow, dnd notebook > header .osd tab.suggested-action:selected arrow, notebook > header .osd tabbar tab.suggested-action:selected arrow, tabbar notebook > header .osd tab.suggested-action:selected arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected arrow, .osd notebook > header > tabs > arrow.suggested-action:selected arrow, .osd dnd tab.suggested-action.has-open-popup, dnd .osd tab.suggested-action.has-open-popup, .osd tabbar tab.suggested-action.has-open-popup, tabbar .osd tab.suggested-action.has-open-popup, .osd notebook > header tabs > tab.suggested-action.has-open-popup, notebook > header .osd tabs > tab.suggested-action.has-open-popup, .osd notebook > header dnd tab.has-open-popup, dnd .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tab.has-open-popup, tabbar .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd dnd tab.has-open-popup, dnd notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tab.has-open-popup, tabbar notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup, .osd dnd tab.suggested-action.has-open-popup image, dnd .osd tab.suggested-action.has-open-popup image, .osd tabbar tab.suggested-action.has-open-popup image, tabbar .osd tab.suggested-action.has-open-popup image, .osd notebook > header tabs > tab.suggested-action.has-open-popup image, notebook > header .osd tabs > tab.suggested-action.has-open-popup image, .osd notebook > header dnd tab.has-open-popup image, dnd .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tab.has-open-popup image, tabbar .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header .osd dnd tab.has-open-popup image, dnd notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tab.has-open-popup image, tabbar notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup image, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup image, .osd dnd tab.suggested-action.has-open-popup arrow, dnd .osd tab.suggested-action.has-open-popup arrow, .osd tabbar tab.suggested-action.has-open-popup arrow, tabbar .osd tab.suggested-action.has-open-popup arrow, .osd notebook > header tabs > tab.suggested-action.has-open-popup arrow, notebook > header .osd tabs > tab.suggested-action.has-open-popup arrow, .osd notebook > header dnd tab.has-open-popup arrow, dnd .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tab.has-open-popup arrow, tabbar .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header .osd dnd tab.has-open-popup arrow, dnd notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tab.has-open-popup arrow, tabbar notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup arrow, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup arrow, .osd dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab.suggested-action button, dnd .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab.suggested-action button, .osd tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab.suggested-action button, tabbar .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab.suggested-action button, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button, .osd dnd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd dnd tab.suggested-action button image, dnd .osd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd tab.suggested-action button image, .osd tabbar tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd tabbar tab.suggested-action button image, tabbar .osd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd tab.suggested-action button image, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button image, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button image, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button image, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button image, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button image, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button image, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button image, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button image, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button image, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button image, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button image, .osd dnd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd dnd tab.suggested-action button arrow, dnd .osd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd tab.suggested-action button arrow, .osd tabbar tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd tabbar tab.suggested-action button arrow, tabbar .osd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd tab.suggested-action button arrow, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button arrow, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button arrow, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button arrow, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button arrow, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button arrow, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button arrow, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button arrow, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button arrow, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button arrow, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button arrow, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button arrow, .osd button.suggested-action:checked, .osd button.suggested-action:checked image, .osd button.suggested-action:checked arrow, .osd button.suggested-action:selected, .osd button.suggested-action:selected image, .osd button.suggested-action:selected arrow, .osd button.suggested-action.has-open-popup, .osd button.suggested-action.has-open-popup image, .osd button.suggested-action.has-open-popup arrow, .osd button.suggested-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button.suggested-action button, .osd button.suggested-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd button.suggested-action button image, .osd button.suggested-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd button.suggested-action button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
.osd dnd tab.suggested-action:checked:hover, dnd .osd tab.suggested-action:checked:hover, .osd tabbar tab.suggested-action:checked:hover, tabbar .osd tab.suggested-action:checked:hover, .osd notebook > header tabs > tab.suggested-action:checked:hover, notebook > header .osd tabs > tab.suggested-action:checked:hover, .osd notebook > header dnd tab.suggested-action:checked:hover, dnd .osd notebook > header tab.suggested-action:checked:hover, .osd notebook > header tabbar tab.suggested-action:checked:hover, tabbar .osd notebook > header tab.suggested-action:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:hover, notebook > header .osd dnd tab.suggested-action:checked:hover, dnd notebook > header .osd tab.suggested-action:checked:hover, notebook > header .osd tabbar tab.suggested-action:checked:hover, tabbar notebook > header .osd tab.suggested-action:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:hover, .osd notebook > header > tabs > arrow.suggested-action:checked:hover, .osd dnd tab.suggested-action:checked:focus, dnd .osd tab.suggested-action:checked:focus, .osd tabbar tab.suggested-action:checked:focus, tabbar .osd tab.suggested-action:checked:focus, .osd notebook > header tabs > tab.suggested-action:checked:focus, notebook > header .osd tabs > tab.suggested-action:checked:focus, .osd notebook > header dnd tab.suggested-action:checked:focus, dnd .osd notebook > header tab.suggested-action:checked:focus, .osd notebook > header tabbar tab.suggested-action:checked:focus, tabbar .osd notebook > header tab.suggested-action:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:focus, notebook > header .osd dnd tab.suggested-action:checked:focus, dnd notebook > header .osd tab.suggested-action:checked:focus, notebook > header .osd tabbar tab.suggested-action:checked:focus, tabbar notebook > header .osd tab.suggested-action:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:focus, .osd notebook > header > tabs > arrow.suggested-action:checked:focus, .osd dnd tab.suggested-action:selected:hover, dnd .osd tab.suggested-action:selected:hover, .osd tabbar tab.suggested-action:selected:hover, tabbar .osd tab.suggested-action:selected:hover, .osd notebook > header tabs > tab.suggested-action:selected:hover, notebook > header .osd tabs > tab.suggested-action:selected:hover, .osd notebook > header dnd tab.suggested-action:selected:hover, dnd .osd notebook > header tab.suggested-action:selected:hover, .osd notebook > header tabbar tab.suggested-action:selected:hover, tabbar .osd notebook > header tab.suggested-action:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:hover, notebook > header .osd dnd tab.suggested-action:selected:hover, dnd notebook > header .osd tab.suggested-action:selected:hover, notebook > header .osd tabbar tab.suggested-action:selected:hover, tabbar notebook > header .osd tab.suggested-action:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:hover, .osd notebook > header > tabs > arrow.suggested-action:selected:hover, .osd dnd tab.suggested-action:selected:focus, dnd .osd tab.suggested-action:selected:focus, .osd tabbar tab.suggested-action:selected:focus, tabbar .osd tab.suggested-action:selected:focus, .osd notebook > header tabs > tab.suggested-action:selected:focus, notebook > header .osd tabs > tab.suggested-action:selected:focus, .osd notebook > header dnd tab.suggested-action:selected:focus, dnd .osd notebook > header tab.suggested-action:selected:focus, .osd notebook > header tabbar tab.suggested-action:selected:focus, tabbar .osd notebook > header tab.suggested-action:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:focus, notebook > header .osd dnd tab.suggested-action:selected:focus, dnd notebook > header .osd tab.suggested-action:selected:focus, notebook > header .osd tabbar tab.suggested-action:selected:focus, tabbar notebook > header .osd tab.suggested-action:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:focus, .osd notebook > header > tabs > arrow.suggested-action:selected:focus, .osd dnd tab.suggested-action.has-open-popup:hover, dnd .osd tab.suggested-action.has-open-popup:hover, .osd tabbar tab.suggested-action.has-open-popup:hover, tabbar .osd tab.suggested-action.has-open-popup:hover, .osd notebook > header tabs > tab.suggested-action.has-open-popup:hover, notebook > header .osd tabs > tab.suggested-action.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:hover, .osd dnd tab.suggested-action.has-open-popup:focus, dnd .osd tab.suggested-action.has-open-popup:focus, .osd tabbar tab.suggested-action.has-open-popup:focus, tabbar .osd tab.suggested-action.has-open-popup:focus, .osd notebook > header tabs > tab.suggested-action.has-open-popup:focus, notebook > header .osd tabs > tab.suggested-action.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:focus, .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.suggested-action button:hover, dnd .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.suggested-action button:hover, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:hover, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:hover, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:hover, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:hover, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:hover, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:hover, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:hover, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:hover, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:hover, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:hover, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:hover, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:hover, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:hover, .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.suggested-action button:focus, dnd .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.suggested-action button:focus, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:focus, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:focus, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:focus, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:focus, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:focus, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:focus, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:focus, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:focus, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:focus, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:focus, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:focus, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:focus, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:focus, .osd dnd tab.suggested-action.osd:checked:hover, dnd .osd tab.suggested-action.osd:checked:hover, .osd tabbar tab.suggested-action.osd:checked:hover, tabbar .osd tab.suggested-action.osd:checked:hover, .osd notebook > header tabs > tab.suggested-action.osd:checked:hover, notebook > header .osd tabs > tab.suggested-action.osd:checked:hover, .osd notebook > header dnd tab.osd:checked:hover, dnd .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tab.osd:checked:hover, tabbar .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header .osd dnd tab.osd:checked:hover, dnd notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tab.osd:checked:hover, tabbar notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover, .osd dnd tab.suggested-action.osd:checked:focus, dnd .osd tab.suggested-action.osd:checked:focus, .osd tabbar tab.suggested-action.osd:checked:focus, tabbar .osd tab.suggested-action.osd:checked:focus, .osd notebook > header tabs > tab.suggested-action.osd:checked:focus, notebook > header .osd tabs > tab.suggested-action.osd:checked:focus, .osd notebook > header dnd tab.osd:checked:focus, dnd .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tab.osd:checked:focus, tabbar .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header .osd dnd tab.osd:checked:focus, dnd notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tab.osd:checked:focus, tabbar notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus, .osd dnd tab.suggested-action.osd:selected:hover, dnd .osd tab.suggested-action.osd:selected:hover, .osd tabbar tab.suggested-action.osd:selected:hover, tabbar .osd tab.suggested-action.osd:selected:hover, .osd notebook > header tabs > tab.suggested-action.osd:selected:hover, notebook > header .osd tabs > tab.suggested-action.osd:selected:hover, .osd notebook > header dnd tab.osd:selected:hover, dnd .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tab.osd:selected:hover, tabbar .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header .osd dnd tab.osd:selected:hover, dnd notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tab.osd:selected:hover, tabbar notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover, .osd dnd tab.suggested-action.osd:selected:focus, dnd .osd tab.suggested-action.osd:selected:focus, .osd tabbar tab.suggested-action.osd:selected:focus, tabbar .osd tab.suggested-action.osd:selected:focus, .osd notebook > header tabs > tab.suggested-action.osd:selected:focus, notebook > header .osd tabs > tab.suggested-action.osd:selected:focus, .osd notebook > header dnd tab.osd:selected:focus, dnd .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tab.osd:selected:focus, tabbar .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header .osd dnd tab.osd:selected:focus, dnd notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tab.osd:selected:focus, tabbar notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus, .osd dnd tab.suggested-action.osd.has-open-popup:hover, dnd .osd tab.suggested-action.osd.has-open-popup:hover, .osd tabbar tab.suggested-action.osd.has-open-popup:hover, tabbar .osd tab.suggested-action.osd.has-open-popup:hover, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd dnd tab.suggested-action.osd.has-open-popup:focus, dnd .osd tab.suggested-action.osd.has-open-popup:focus, .osd tabbar tab.suggested-action.osd.has-open-popup:focus, tabbar .osd tab.suggested-action.osd.has-open-popup:focus, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:hover, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:hover, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:hover, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:hover, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:hover, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:hover, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:focus, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:focus, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:focus, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:focus, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:focus, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:focus, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus, .osd button.suggested-action:checked:hover, .osd button.suggested-action:checked:focus, .osd button.suggested-action:selected:hover, .osd button.suggested-action:selected:focus, .osd button.suggested-action.has-open-popup:hover, .osd button.suggested-action.has-open-popup:focus, .osd button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.suggested-action button:hover, .osd button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.suggested-action button:focus, .osd button.suggested-action.osd:checked:hover, .osd button.suggested-action.osd:checked:focus, .osd button.suggested-action.osd:selected:hover, .osd button.suggested-action.osd:selected:focus, .osd button.suggested-action.osd.has-open-popup:hover, .osd button.suggested-action.osd.has-open-popup:focus, .osd button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.suggested-action.osd button:hover, .osd button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.suggested-action.osd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
.osd dnd tab.suggested-action:checked:hover, dnd .osd tab.suggested-action:checked:hover, .osd tabbar tab.suggested-action:checked:hover, tabbar .osd tab.suggested-action:checked:hover, .osd notebook > header tabs > tab.suggested-action:checked:hover, notebook > header .osd tabs > tab.suggested-action:checked:hover, .osd notebook > header dnd tab.suggested-action:checked:hover, dnd .osd notebook > header tab.suggested-action:checked:hover, .osd notebook > header tabbar tab.suggested-action:checked:hover, tabbar .osd notebook > header tab.suggested-action:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:hover, notebook > header .osd dnd tab.suggested-action:checked:hover, dnd notebook > header .osd tab.suggested-action:checked:hover, notebook > header .osd tabbar tab.suggested-action:checked:hover, tabbar notebook > header .osd tab.suggested-action:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:hover, .osd notebook > header > tabs > arrow.suggested-action:checked:hover, .osd columnview.view > header > button.suggested-action:checked:hover, .osd treeview.view > header > button.suggested-action:checked:hover, .osd dnd tab.suggested-action:checked:hover image, dnd .osd tab.suggested-action:checked:hover image, .osd tabbar tab.suggested-action:checked:hover image, tabbar .osd tab.suggested-action:checked:hover image, .osd notebook > header tabs > tab.suggested-action:checked:hover image, notebook > header .osd tabs > tab.suggested-action:checked:hover image, .osd notebook > header dnd tab.suggested-action:checked:hover image, dnd .osd notebook > header tab.suggested-action:checked:hover image, .osd notebook > header tabbar tab.suggested-action:checked:hover image, tabbar .osd notebook > header tab.suggested-action:checked:hover image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:hover image, notebook > header .osd dnd tab.suggested-action:checked:hover image, dnd notebook > header .osd tab.suggested-action:checked:hover image, notebook > header .osd tabbar tab.suggested-action:checked:hover image, tabbar notebook > header .osd tab.suggested-action:checked:hover image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:hover image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:hover image, .osd notebook > header > tabs > arrow.suggested-action:checked:hover image, .osd columnview.view > header > button.suggested-action:checked:hover image, .osd treeview.view > header > button.suggested-action:checked:hover image, .osd dnd tab.suggested-action:checked:hover arrow, dnd .osd tab.suggested-action:checked:hover arrow, .osd tabbar tab.suggested-action:checked:hover arrow, tabbar .osd tab.suggested-action:checked:hover arrow, .osd notebook > header tabs > tab.suggested-action:checked:hover arrow, notebook > header .osd tabs > tab.suggested-action:checked:hover arrow, .osd notebook > header dnd tab.suggested-action:checked:hover arrow, dnd .osd notebook > header tab.suggested-action:checked:hover arrow, .osd notebook > header tabbar tab.suggested-action:checked:hover arrow, tabbar .osd notebook > header tab.suggested-action:checked:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:hover arrow, notebook > header .osd dnd tab.suggested-action:checked:hover arrow, dnd notebook > header .osd tab.suggested-action:checked:hover arrow, notebook > header .osd tabbar tab.suggested-action:checked:hover arrow, tabbar notebook > header .osd tab.suggested-action:checked:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:hover arrow, .osd notebook > header > tabs > arrow.suggested-action:checked:hover arrow, .osd columnview.view > header > button.suggested-action:checked:hover arrow, .osd treeview.view > header > button.suggested-action:checked:hover arrow, .osd dnd tab.suggested-action:checked:focus, dnd .osd tab.suggested-action:checked:focus, .osd tabbar tab.suggested-action:checked:focus, tabbar .osd tab.suggested-action:checked:focus, .osd notebook > header tabs > tab.suggested-action:checked:focus, notebook > header .osd tabs > tab.suggested-action:checked:focus, .osd notebook > header dnd tab.suggested-action:checked:focus, dnd .osd notebook > header tab.suggested-action:checked:focus, .osd notebook > header tabbar tab.suggested-action:checked:focus, tabbar .osd notebook > header tab.suggested-action:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:focus, notebook > header .osd dnd tab.suggested-action:checked:focus, dnd notebook > header .osd tab.suggested-action:checked:focus, notebook > header .osd tabbar tab.suggested-action:checked:focus, tabbar notebook > header .osd tab.suggested-action:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:focus, .osd notebook > header > tabs > arrow.suggested-action:checked:focus, .osd columnview.view > header > button.suggested-action:checked:focus, .osd treeview.view > header > button.suggested-action:checked:focus, .osd dnd tab.suggested-action:checked:focus image, dnd .osd tab.suggested-action:checked:focus image, .osd tabbar tab.suggested-action:checked:focus image, tabbar .osd tab.suggested-action:checked:focus image, .osd notebook > header tabs > tab.suggested-action:checked:focus image, notebook > header .osd tabs > tab.suggested-action:checked:focus image, .osd notebook > header dnd tab.suggested-action:checked:focus image, dnd .osd notebook > header tab.suggested-action:checked:focus image, .osd notebook > header tabbar tab.suggested-action:checked:focus image, tabbar .osd notebook > header tab.suggested-action:checked:focus image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:focus image, notebook > header .osd dnd tab.suggested-action:checked:focus image, dnd notebook > header .osd tab.suggested-action:checked:focus image, notebook > header .osd tabbar tab.suggested-action:checked:focus image, tabbar notebook > header .osd tab.suggested-action:checked:focus image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:focus image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:focus image, .osd notebook > header > tabs > arrow.suggested-action:checked:focus image, .osd columnview.view > header > button.suggested-action:checked:focus image, .osd treeview.view > header > button.suggested-action:checked:focus image, .osd dnd tab.suggested-action:checked:focus arrow, dnd .osd tab.suggested-action:checked:focus arrow, .osd tabbar tab.suggested-action:checked:focus arrow, tabbar .osd tab.suggested-action:checked:focus arrow, .osd notebook > header tabs > tab.suggested-action:checked:focus arrow, notebook > header .osd tabs > tab.suggested-action:checked:focus arrow, .osd notebook > header dnd tab.suggested-action:checked:focus arrow, dnd .osd notebook > header tab.suggested-action:checked:focus arrow, .osd notebook > header tabbar tab.suggested-action:checked:focus arrow, tabbar .osd notebook > header tab.suggested-action:checked:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:checked:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:checked:focus arrow, notebook > header .osd dnd tab.suggested-action:checked:focus arrow, dnd notebook > header .osd tab.suggested-action:checked:focus arrow, notebook > header .osd tabbar tab.suggested-action:checked:focus arrow, tabbar notebook > header .osd tab.suggested-action:checked:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:checked:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:checked:focus arrow, .osd notebook > header > tabs > arrow.suggested-action:checked:focus arrow, .osd columnview.view > header > button.suggested-action:checked:focus arrow, .osd treeview.view > header > button.suggested-action:checked:focus arrow, .osd dnd tab.suggested-action:selected:hover, dnd .osd tab.suggested-action:selected:hover, .osd tabbar tab.suggested-action:selected:hover, tabbar .osd tab.suggested-action:selected:hover, .osd notebook > header tabs > tab.suggested-action:selected:hover, notebook > header .osd tabs > tab.suggested-action:selected:hover, .osd notebook > header dnd tab.suggested-action:selected:hover, dnd .osd notebook > header tab.suggested-action:selected:hover, .osd notebook > header tabbar tab.suggested-action:selected:hover, tabbar .osd notebook > header tab.suggested-action:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:hover, notebook > header .osd dnd tab.suggested-action:selected:hover, dnd notebook > header .osd tab.suggested-action:selected:hover, notebook > header .osd tabbar tab.suggested-action:selected:hover, tabbar notebook > header .osd tab.suggested-action:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:hover, .osd notebook > header > tabs > arrow.suggested-action:selected:hover, .osd columnview.view > header > button.suggested-action:selected:hover, .osd treeview.view > header > button.suggested-action:selected:hover, .osd dnd tab.suggested-action:selected:hover image, dnd .osd tab.suggested-action:selected:hover image, .osd tabbar tab.suggested-action:selected:hover image, tabbar .osd tab.suggested-action:selected:hover image, .osd notebook > header tabs > tab.suggested-action:selected:hover image, notebook > header .osd tabs > tab.suggested-action:selected:hover image, .osd notebook > header dnd tab.suggested-action:selected:hover image, dnd .osd notebook > header tab.suggested-action:selected:hover image, .osd notebook > header tabbar tab.suggested-action:selected:hover image, tabbar .osd notebook > header tab.suggested-action:selected:hover image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:hover image, notebook > header .osd dnd tab.suggested-action:selected:hover image, dnd notebook > header .osd tab.suggested-action:selected:hover image, notebook > header .osd tabbar tab.suggested-action:selected:hover image, tabbar notebook > header .osd tab.suggested-action:selected:hover image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:hover image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:hover image, .osd notebook > header > tabs > arrow.suggested-action:selected:hover image, .osd columnview.view > header > button.suggested-action:selected:hover image, .osd treeview.view > header > button.suggested-action:selected:hover image, .osd dnd tab.suggested-action:selected:hover arrow, dnd .osd tab.suggested-action:selected:hover arrow, .osd tabbar tab.suggested-action:selected:hover arrow, tabbar .osd tab.suggested-action:selected:hover arrow, .osd notebook > header tabs > tab.suggested-action:selected:hover arrow, notebook > header .osd tabs > tab.suggested-action:selected:hover arrow, .osd notebook > header dnd tab.suggested-action:selected:hover arrow, dnd .osd notebook > header tab.suggested-action:selected:hover arrow, .osd notebook > header tabbar tab.suggested-action:selected:hover arrow, tabbar .osd notebook > header tab.suggested-action:selected:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:hover arrow, notebook > header .osd dnd tab.suggested-action:selected:hover arrow, dnd notebook > header .osd tab.suggested-action:selected:hover arrow, notebook > header .osd tabbar tab.suggested-action:selected:hover arrow, tabbar notebook > header .osd tab.suggested-action:selected:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:hover arrow, .osd notebook > header > tabs > arrow.suggested-action:selected:hover arrow, .osd columnview.view > header > button.suggested-action:selected:hover arrow, .osd treeview.view > header > button.suggested-action:selected:hover arrow, .osd dnd tab.suggested-action:selected:focus, dnd .osd tab.suggested-action:selected:focus, .osd tabbar tab.suggested-action:selected:focus, tabbar .osd tab.suggested-action:selected:focus, .osd notebook > header tabs > tab.suggested-action:selected:focus, notebook > header .osd tabs > tab.suggested-action:selected:focus, .osd notebook > header dnd tab.suggested-action:selected:focus, dnd .osd notebook > header tab.suggested-action:selected:focus, .osd notebook > header tabbar tab.suggested-action:selected:focus, tabbar .osd notebook > header tab.suggested-action:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:focus, notebook > header .osd dnd tab.suggested-action:selected:focus, dnd notebook > header .osd tab.suggested-action:selected:focus, notebook > header .osd tabbar tab.suggested-action:selected:focus, tabbar notebook > header .osd tab.suggested-action:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:focus, .osd notebook > header > tabs > arrow.suggested-action:selected:focus, .osd columnview.view > header > button.suggested-action:selected:focus, .osd treeview.view > header > button.suggested-action:selected:focus, .osd dnd tab.suggested-action:selected:focus image, dnd .osd tab.suggested-action:selected:focus image, .osd tabbar tab.suggested-action:selected:focus image, tabbar .osd tab.suggested-action:selected:focus image, .osd notebook > header tabs > tab.suggested-action:selected:focus image, notebook > header .osd tabs > tab.suggested-action:selected:focus image, .osd notebook > header dnd tab.suggested-action:selected:focus image, dnd .osd notebook > header tab.suggested-action:selected:focus image, .osd notebook > header tabbar tab.suggested-action:selected:focus image, tabbar .osd notebook > header tab.suggested-action:selected:focus image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:focus image, notebook > header .osd dnd tab.suggested-action:selected:focus image, dnd notebook > header .osd tab.suggested-action:selected:focus image, notebook > header .osd tabbar tab.suggested-action:selected:focus image, tabbar notebook > header .osd tab.suggested-action:selected:focus image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:focus image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:focus image, .osd notebook > header > tabs > arrow.suggested-action:selected:focus image, .osd columnview.view > header > button.suggested-action:selected:focus image, .osd treeview.view > header > button.suggested-action:selected:focus image, .osd dnd tab.suggested-action:selected:focus arrow, dnd .osd tab.suggested-action:selected:focus arrow, .osd tabbar tab.suggested-action:selected:focus arrow, tabbar .osd tab.suggested-action:selected:focus arrow, .osd notebook > header tabs > tab.suggested-action:selected:focus arrow, notebook > header .osd tabs > tab.suggested-action:selected:focus arrow, .osd notebook > header dnd tab.suggested-action:selected:focus arrow, dnd .osd notebook > header tab.suggested-action:selected:focus arrow, .osd notebook > header tabbar tab.suggested-action:selected:focus arrow, tabbar .osd notebook > header tab.suggested-action:selected:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:selected:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:selected:focus arrow, notebook > header .osd dnd tab.suggested-action:selected:focus arrow, dnd notebook > header .osd tab.suggested-action:selected:focus arrow, notebook > header .osd tabbar tab.suggested-action:selected:focus arrow, tabbar notebook > header .osd tab.suggested-action:selected:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:selected:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:selected:focus arrow, .osd notebook > header > tabs > arrow.suggested-action:selected:focus arrow, .osd columnview.view > header > button.suggested-action:selected:focus arrow, .osd treeview.view > header > button.suggested-action:selected:focus arrow, .osd dnd tab.suggested-action.has-open-popup:hover, dnd .osd tab.suggested-action.has-open-popup:hover, .osd tabbar tab.suggested-action.has-open-popup:hover, tabbar .osd tab.suggested-action.has-open-popup:hover, .osd notebook > header tabs > tab.suggested-action.has-open-popup:hover, notebook > header .osd tabs > tab.suggested-action.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:hover, .osd columnview.view > header > button.suggested-action.has-open-popup:hover, .osd treeview.view > header > button.suggested-action.has-open-popup:hover, .osd dnd tab.suggested-action.has-open-popup:hover image, dnd .osd tab.suggested-action.has-open-popup:hover image, .osd tabbar tab.suggested-action.has-open-popup:hover image, tabbar .osd tab.suggested-action.has-open-popup:hover image, .osd notebook > header tabs > tab.suggested-action.has-open-popup:hover image, notebook > header .osd tabs > tab.suggested-action.has-open-popup:hover image, .osd notebook > header dnd tab.has-open-popup:hover image, dnd .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tab.has-open-popup:hover image, tabbar .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header .osd dnd tab.has-open-popup:hover image, dnd notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tab.has-open-popup:hover image, tabbar notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover image, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:hover image, .osd columnview.view > header > button.suggested-action.has-open-popup:hover image, .osd treeview.view > header > button.suggested-action.has-open-popup:hover image, .osd dnd tab.suggested-action.has-open-popup:hover arrow, dnd .osd tab.suggested-action.has-open-popup:hover arrow, .osd tabbar tab.suggested-action.has-open-popup:hover arrow, tabbar .osd tab.suggested-action.has-open-popup:hover arrow, .osd notebook > header tabs > tab.suggested-action.has-open-popup:hover arrow, notebook > header .osd tabs > tab.suggested-action.has-open-popup:hover arrow, .osd notebook > header dnd tab.has-open-popup:hover arrow, dnd .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tab.has-open-popup:hover arrow, tabbar .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header .osd dnd tab.has-open-popup:hover arrow, dnd notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tab.has-open-popup:hover arrow, tabbar notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover arrow, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:hover arrow, .osd columnview.view > header > button.suggested-action.has-open-popup:hover arrow, .osd treeview.view > header > button.suggested-action.has-open-popup:hover arrow, .osd dnd tab.suggested-action.has-open-popup:focus, dnd .osd tab.suggested-action.has-open-popup:focus, .osd tabbar tab.suggested-action.has-open-popup:focus, tabbar .osd tab.suggested-action.has-open-popup:focus, .osd notebook > header tabs > tab.suggested-action.has-open-popup:focus, notebook > header .osd tabs > tab.suggested-action.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:focus, .osd columnview.view > header > button.suggested-action.has-open-popup:focus, .osd treeview.view > header > button.suggested-action.has-open-popup:focus, .osd dnd tab.suggested-action.has-open-popup:focus image, dnd .osd tab.suggested-action.has-open-popup:focus image, .osd tabbar tab.suggested-action.has-open-popup:focus image, tabbar .osd tab.suggested-action.has-open-popup:focus image, .osd notebook > header tabs > tab.suggested-action.has-open-popup:focus image, notebook > header .osd tabs > tab.suggested-action.has-open-popup:focus image, .osd notebook > header dnd tab.has-open-popup:focus image, dnd .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tab.has-open-popup:focus image, tabbar .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header .osd dnd tab.has-open-popup:focus image, dnd notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tab.has-open-popup:focus image, tabbar notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus image, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:focus image, .osd columnview.view > header > button.suggested-action.has-open-popup:focus image, .osd treeview.view > header > button.suggested-action.has-open-popup:focus image, .osd dnd tab.suggested-action.has-open-popup:focus arrow, dnd .osd tab.suggested-action.has-open-popup:focus arrow, .osd tabbar tab.suggested-action.has-open-popup:focus arrow, tabbar .osd tab.suggested-action.has-open-popup:focus arrow, .osd notebook > header tabs > tab.suggested-action.has-open-popup:focus arrow, notebook > header .osd tabs > tab.suggested-action.has-open-popup:focus arrow, .osd notebook > header dnd tab.has-open-popup:focus arrow, dnd .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tab.has-open-popup:focus arrow, tabbar .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header .osd dnd tab.has-open-popup:focus arrow, dnd notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tab.has-open-popup:focus arrow, tabbar notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus arrow, .osd notebook > header > tabs > arrow.suggested-action.has-open-popup:focus arrow, .osd columnview.view > header > button.suggested-action.has-open-popup:focus arrow, .osd treeview.view > header > button.suggested-action.has-open-popup:focus arrow, .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.suggested-action button:hover, dnd .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.suggested-action button:hover, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:hover, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:hover, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:hover, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:hover, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:hover, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:hover, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:hover, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:hover, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:hover, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:hover, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:hover, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:hover, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:hover, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:hover, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:hover, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:hover, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:hover, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:hover, .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd dnd tab.suggested-action button:hover image, dnd .osd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd tab.suggested-action button:hover image, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:hover image, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:hover image, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:hover image, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:hover image, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:hover image, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:hover image, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:hover image, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:hover image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:hover image, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:hover image, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:hover image, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:hover image, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:hover image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:hover image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:hover image, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:hover image, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:hover image, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:hover image, .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd dnd tab.suggested-action button:hover arrow, dnd .osd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd tab.suggested-action button:hover arrow, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:hover arrow, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:hover arrow, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:hover arrow, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:hover arrow, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:hover arrow, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:hover arrow, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:hover arrow, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:hover arrow, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:hover arrow, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:hover arrow, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:hover arrow, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:hover arrow, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:hover arrow, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:hover arrow, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:hover arrow, .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.suggested-action button:focus, dnd .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.suggested-action button:focus, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:focus, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:focus, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:focus, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:focus, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:focus, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:focus, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:focus, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:focus, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:focus, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:focus, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:focus, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:focus, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:focus, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:focus, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:focus, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:focus, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:focus, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:focus, .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd dnd tab.suggested-action button:focus image, dnd .osd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd tab.suggested-action button:focus image, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:focus image, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:focus image, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:focus image, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:focus image, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:focus image, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:focus image, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:focus image, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:focus image, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus image, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:focus image, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:focus image, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:focus image, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:focus image, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:focus image, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:focus image, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:focus image, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:focus image, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:focus image, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:focus image, .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd dnd tab.suggested-action button:focus arrow, dnd .osd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd tab.suggested-action button:focus arrow, .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd tabbar tab.suggested-action button:focus arrow, tabbar .osd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd tab.suggested-action button:focus arrow, .osd notebook > header tabs > tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action button:focus arrow, notebook > header .osd tabs > tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action button:focus arrow, .osd notebook > header dnd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.suggested-action button:focus arrow, dnd .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.suggested-action button:focus arrow, .osd notebook > header tabbar tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.suggested-action button:focus arrow, tabbar .osd notebook > header tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.suggested-action button:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.suggested-action button:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.suggested-action button:focus arrow, notebook > header .osd dnd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.suggested-action button:focus arrow, dnd notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.suggested-action button:focus arrow, notebook > header .osd tabbar tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.suggested-action button:focus arrow, tabbar notebook > header .osd tab.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.suggested-action button:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.suggested-action button:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.suggested-action button:focus arrow, .osd notebook > header > tabs > arrow.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action button:focus arrow, .osd columnview.view > header > button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action button:focus arrow, .osd treeview.view > header > button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action button:focus arrow, .osd dnd tab.suggested-action.osd:checked:hover, dnd .osd tab.suggested-action.osd:checked:hover, .osd tabbar tab.suggested-action.osd:checked:hover, tabbar .osd tab.suggested-action.osd:checked:hover, .osd notebook > header tabs > tab.suggested-action.osd:checked:hover, notebook > header .osd tabs > tab.suggested-action.osd:checked:hover, .osd notebook > header dnd tab.osd:checked:hover, dnd .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tab.osd:checked:hover, tabbar .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header .osd dnd tab.osd:checked:hover, dnd notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tab.osd:checked:hover, tabbar notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:hover, .osd columnview.view > header > button.suggested-action.osd:checked:hover, .osd treeview.view > header > button.suggested-action.osd:checked:hover, .osd dnd tab.suggested-action.osd:checked:hover image, dnd .osd tab.suggested-action.osd:checked:hover image, .osd tabbar tab.suggested-action.osd:checked:hover image, tabbar .osd tab.suggested-action.osd:checked:hover image, .osd notebook > header tabs > tab.suggested-action.osd:checked:hover image, notebook > header .osd tabs > tab.suggested-action.osd:checked:hover image, .osd notebook > header dnd tab.osd:checked:hover image, dnd .osd notebook > header tab.osd:checked:hover image, .osd notebook > header tabbar tab.osd:checked:hover image, tabbar .osd notebook > header tab.osd:checked:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover image, notebook > header .osd dnd tab.osd:checked:hover image, dnd notebook > header .osd tab.osd:checked:hover image, notebook > header .osd tabbar tab.osd:checked:hover image, tabbar notebook > header .osd tab.osd:checked:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover image, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:hover image, .osd columnview.view > header > button.suggested-action.osd:checked:hover image, .osd treeview.view > header > button.suggested-action.osd:checked:hover image, .osd dnd tab.suggested-action.osd:checked:hover arrow, dnd .osd tab.suggested-action.osd:checked:hover arrow, .osd tabbar tab.suggested-action.osd:checked:hover arrow, tabbar .osd tab.suggested-action.osd:checked:hover arrow, .osd notebook > header tabs > tab.suggested-action.osd:checked:hover arrow, notebook > header .osd tabs > tab.suggested-action.osd:checked:hover arrow, .osd notebook > header dnd tab.osd:checked:hover arrow, dnd .osd notebook > header tab.osd:checked:hover arrow, .osd notebook > header tabbar tab.osd:checked:hover arrow, tabbar .osd notebook > header tab.osd:checked:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover arrow, notebook > header .osd dnd tab.osd:checked:hover arrow, dnd notebook > header .osd tab.osd:checked:hover arrow, notebook > header .osd tabbar tab.osd:checked:hover arrow, tabbar notebook > header .osd tab.osd:checked:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover arrow, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:hover arrow, .osd columnview.view > header > button.suggested-action.osd:checked:hover arrow, .osd treeview.view > header > button.suggested-action.osd:checked:hover arrow, .osd dnd tab.suggested-action.osd:checked:focus, dnd .osd tab.suggested-action.osd:checked:focus, .osd tabbar tab.suggested-action.osd:checked:focus, tabbar .osd tab.suggested-action.osd:checked:focus, .osd notebook > header tabs > tab.suggested-action.osd:checked:focus, notebook > header .osd tabs > tab.suggested-action.osd:checked:focus, .osd notebook > header dnd tab.osd:checked:focus, dnd .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tab.osd:checked:focus, tabbar .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header .osd dnd tab.osd:checked:focus, dnd notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tab.osd:checked:focus, tabbar notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:focus, .osd columnview.view > header > button.suggested-action.osd:checked:focus, .osd treeview.view > header > button.suggested-action.osd:checked:focus, .osd dnd tab.suggested-action.osd:checked:focus image, dnd .osd tab.suggested-action.osd:checked:focus image, .osd tabbar tab.suggested-action.osd:checked:focus image, tabbar .osd tab.suggested-action.osd:checked:focus image, .osd notebook > header tabs > tab.suggested-action.osd:checked:focus image, notebook > header .osd tabs > tab.suggested-action.osd:checked:focus image, .osd notebook > header dnd tab.osd:checked:focus image, dnd .osd notebook > header tab.osd:checked:focus image, .osd notebook > header tabbar tab.osd:checked:focus image, tabbar .osd notebook > header tab.osd:checked:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus image, notebook > header .osd dnd tab.osd:checked:focus image, dnd notebook > header .osd tab.osd:checked:focus image, notebook > header .osd tabbar tab.osd:checked:focus image, tabbar notebook > header .osd tab.osd:checked:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus image, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:focus image, .osd columnview.view > header > button.suggested-action.osd:checked:focus image, .osd treeview.view > header > button.suggested-action.osd:checked:focus image, .osd dnd tab.suggested-action.osd:checked:focus arrow, dnd .osd tab.suggested-action.osd:checked:focus arrow, .osd tabbar tab.suggested-action.osd:checked:focus arrow, tabbar .osd tab.suggested-action.osd:checked:focus arrow, .osd notebook > header tabs > tab.suggested-action.osd:checked:focus arrow, notebook > header .osd tabs > tab.suggested-action.osd:checked:focus arrow, .osd notebook > header dnd tab.osd:checked:focus arrow, dnd .osd notebook > header tab.osd:checked:focus arrow, .osd notebook > header tabbar tab.osd:checked:focus arrow, tabbar .osd notebook > header tab.osd:checked:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus arrow, notebook > header .osd dnd tab.osd:checked:focus arrow, dnd notebook > header .osd tab.osd:checked:focus arrow, notebook > header .osd tabbar tab.osd:checked:focus arrow, tabbar notebook > header .osd tab.osd:checked:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus arrow, .osd notebook > header > tabs > arrow.suggested-action.osd:checked:focus arrow, .osd columnview.view > header > button.suggested-action.osd:checked:focus arrow, .osd treeview.view > header > button.suggested-action.osd:checked:focus arrow, .osd dnd tab.suggested-action.osd:selected:hover, dnd .osd tab.suggested-action.osd:selected:hover, .osd tabbar tab.suggested-action.osd:selected:hover, tabbar .osd tab.suggested-action.osd:selected:hover, .osd notebook > header tabs > tab.suggested-action.osd:selected:hover, notebook > header .osd tabs > tab.suggested-action.osd:selected:hover, .osd notebook > header dnd tab.osd:selected:hover, dnd .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tab.osd:selected:hover, tabbar .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header .osd dnd tab.osd:selected:hover, dnd notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tab.osd:selected:hover, tabbar notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:hover, .osd columnview.view > header > button.suggested-action.osd:selected:hover, .osd treeview.view > header > button.suggested-action.osd:selected:hover, .osd dnd tab.suggested-action.osd:selected:hover image, dnd .osd tab.suggested-action.osd:selected:hover image, .osd tabbar tab.suggested-action.osd:selected:hover image, tabbar .osd tab.suggested-action.osd:selected:hover image, .osd notebook > header tabs > tab.suggested-action.osd:selected:hover image, notebook > header .osd tabs > tab.suggested-action.osd:selected:hover image, .osd notebook > header dnd tab.osd:selected:hover image, dnd .osd notebook > header tab.osd:selected:hover image, .osd notebook > header tabbar tab.osd:selected:hover image, tabbar .osd notebook > header tab.osd:selected:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover image, notebook > header .osd dnd tab.osd:selected:hover image, dnd notebook > header .osd tab.osd:selected:hover image, notebook > header .osd tabbar tab.osd:selected:hover image, tabbar notebook > header .osd tab.osd:selected:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover image, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:hover image, .osd columnview.view > header > button.suggested-action.osd:selected:hover image, .osd treeview.view > header > button.suggested-action.osd:selected:hover image, .osd dnd tab.suggested-action.osd:selected:hover arrow, dnd .osd tab.suggested-action.osd:selected:hover arrow, .osd tabbar tab.suggested-action.osd:selected:hover arrow, tabbar .osd tab.suggested-action.osd:selected:hover arrow, .osd notebook > header tabs > tab.suggested-action.osd:selected:hover arrow, notebook > header .osd tabs > tab.suggested-action.osd:selected:hover arrow, .osd notebook > header dnd tab.osd:selected:hover arrow, dnd .osd notebook > header tab.osd:selected:hover arrow, .osd notebook > header tabbar tab.osd:selected:hover arrow, tabbar .osd notebook > header tab.osd:selected:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover arrow, notebook > header .osd dnd tab.osd:selected:hover arrow, dnd notebook > header .osd tab.osd:selected:hover arrow, notebook > header .osd tabbar tab.osd:selected:hover arrow, tabbar notebook > header .osd tab.osd:selected:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover arrow, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:hover arrow, .osd columnview.view > header > button.suggested-action.osd:selected:hover arrow, .osd treeview.view > header > button.suggested-action.osd:selected:hover arrow, .osd dnd tab.suggested-action.osd:selected:focus, dnd .osd tab.suggested-action.osd:selected:focus, .osd tabbar tab.suggested-action.osd:selected:focus, tabbar .osd tab.suggested-action.osd:selected:focus, .osd notebook > header tabs > tab.suggested-action.osd:selected:focus, notebook > header .osd tabs > tab.suggested-action.osd:selected:focus, .osd notebook > header dnd tab.osd:selected:focus, dnd .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tab.osd:selected:focus, tabbar .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header .osd dnd tab.osd:selected:focus, dnd notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tab.osd:selected:focus, tabbar notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:focus, .osd columnview.view > header > button.suggested-action.osd:selected:focus, .osd treeview.view > header > button.suggested-action.osd:selected:focus, .osd dnd tab.suggested-action.osd:selected:focus image, dnd .osd tab.suggested-action.osd:selected:focus image, .osd tabbar tab.suggested-action.osd:selected:focus image, tabbar .osd tab.suggested-action.osd:selected:focus image, .osd notebook > header tabs > tab.suggested-action.osd:selected:focus image, notebook > header .osd tabs > tab.suggested-action.osd:selected:focus image, .osd notebook > header dnd tab.osd:selected:focus image, dnd .osd notebook > header tab.osd:selected:focus image, .osd notebook > header tabbar tab.osd:selected:focus image, tabbar .osd notebook > header tab.osd:selected:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus image, notebook > header .osd dnd tab.osd:selected:focus image, dnd notebook > header .osd tab.osd:selected:focus image, notebook > header .osd tabbar tab.osd:selected:focus image, tabbar notebook > header .osd tab.osd:selected:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus image, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:focus image, .osd columnview.view > header > button.suggested-action.osd:selected:focus image, .osd treeview.view > header > button.suggested-action.osd:selected:focus image, .osd dnd tab.suggested-action.osd:selected:focus arrow, dnd .osd tab.suggested-action.osd:selected:focus arrow, .osd tabbar tab.suggested-action.osd:selected:focus arrow, tabbar .osd tab.suggested-action.osd:selected:focus arrow, .osd notebook > header tabs > tab.suggested-action.osd:selected:focus arrow, notebook > header .osd tabs > tab.suggested-action.osd:selected:focus arrow, .osd notebook > header dnd tab.osd:selected:focus arrow, dnd .osd notebook > header tab.osd:selected:focus arrow, .osd notebook > header tabbar tab.osd:selected:focus arrow, tabbar .osd notebook > header tab.osd:selected:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus arrow, notebook > header .osd dnd tab.osd:selected:focus arrow, dnd notebook > header .osd tab.osd:selected:focus arrow, notebook > header .osd tabbar tab.osd:selected:focus arrow, tabbar notebook > header .osd tab.osd:selected:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus arrow, .osd notebook > header > tabs > arrow.suggested-action.osd:selected:focus arrow, .osd columnview.view > header > button.suggested-action.osd:selected:focus arrow, .osd treeview.view > header > button.suggested-action.osd:selected:focus arrow, .osd dnd tab.suggested-action.osd.has-open-popup:hover, dnd .osd tab.suggested-action.osd.has-open-popup:hover, .osd tabbar tab.suggested-action.osd.has-open-popup:hover, tabbar .osd tab.suggested-action.osd.has-open-popup:hover, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:hover, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:hover, .osd dnd tab.suggested-action.osd.has-open-popup:hover image, dnd .osd tab.suggested-action.osd.has-open-popup:hover image, .osd tabbar tab.suggested-action.osd.has-open-popup:hover image, tabbar .osd tab.suggested-action.osd.has-open-popup:hover image, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover image, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:hover image, .osd notebook > header dnd tab.has-open-popup:hover image, dnd .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tab.has-open-popup:hover image, tabbar .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header .osd dnd tab.has-open-popup:hover image, dnd notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tab.has-open-popup:hover image, tabbar notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover image, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover image, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:hover image, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:hover image, .osd dnd tab.suggested-action.osd.has-open-popup:hover arrow, dnd .osd tab.suggested-action.osd.has-open-popup:hover arrow, .osd tabbar tab.suggested-action.osd.has-open-popup:hover arrow, tabbar .osd tab.suggested-action.osd.has-open-popup:hover arrow, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:hover arrow, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:hover arrow, .osd notebook > header dnd tab.has-open-popup:hover arrow, dnd .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tab.has-open-popup:hover arrow, tabbar .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header .osd dnd tab.has-open-popup:hover arrow, dnd notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tab.has-open-popup:hover arrow, tabbar notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover arrow, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:hover arrow, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:hover arrow, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:hover arrow, .osd dnd tab.suggested-action.osd.has-open-popup:focus, dnd .osd tab.suggested-action.osd.has-open-popup:focus, .osd tabbar tab.suggested-action.osd.has-open-popup:focus, tabbar .osd tab.suggested-action.osd.has-open-popup:focus, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:focus, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:focus, .osd dnd tab.suggested-action.osd.has-open-popup:focus image, dnd .osd tab.suggested-action.osd.has-open-popup:focus image, .osd tabbar tab.suggested-action.osd.has-open-popup:focus image, tabbar .osd tab.suggested-action.osd.has-open-popup:focus image, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus image, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:focus image, .osd notebook > header dnd tab.has-open-popup:focus image, dnd .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tab.has-open-popup:focus image, tabbar .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header .osd dnd tab.has-open-popup:focus image, dnd notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tab.has-open-popup:focus image, tabbar notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus image, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus image, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:focus image, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:focus image, .osd dnd tab.suggested-action.osd.has-open-popup:focus arrow, dnd .osd tab.suggested-action.osd.has-open-popup:focus arrow, .osd tabbar tab.suggested-action.osd.has-open-popup:focus arrow, tabbar .osd tab.suggested-action.osd.has-open-popup:focus arrow, .osd notebook > header tabs > tab.suggested-action.osd.has-open-popup:focus arrow, notebook > header .osd tabs > tab.suggested-action.osd.has-open-popup:focus arrow, .osd notebook > header dnd tab.has-open-popup:focus arrow, dnd .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tab.has-open-popup:focus arrow, tabbar .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header .osd dnd tab.has-open-popup:focus arrow, dnd notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tab.has-open-popup:focus arrow, tabbar notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus arrow, .osd notebook > header > tabs > arrow.suggested-action.osd.has-open-popup:focus arrow, .osd columnview.view > header > button.suggested-action.osd.has-open-popup:focus arrow, .osd treeview.view > header > button.suggested-action.osd.has-open-popup:focus arrow, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:hover, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:hover, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:hover, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:hover, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:hover, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:hover, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:hover, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:hover, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:hover, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:hover image, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:hover image, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:hover image, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:hover image, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:hover image, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:hover image, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover image, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover image, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover image, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover image, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover image, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover image, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover image, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover image, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:hover image, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:hover image, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:hover image, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:hover arrow, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:hover arrow, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:hover arrow, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:hover arrow, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:hover arrow, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:hover arrow, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover arrow, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover arrow, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover arrow, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover arrow, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover arrow, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover arrow, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover arrow, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover arrow, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:hover arrow, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:hover arrow, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:hover arrow, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:focus, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:focus, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:focus, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:focus, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:focus, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:focus, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:focus, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:focus, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:focus, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:focus image, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:focus image, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:focus image, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:focus image, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:focus image, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:focus image, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus image, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus image, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus image, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus image, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus image, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus image, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus image, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus image, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:focus image, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:focus image, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:focus image, .osd dnd tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd dnd tab.suggested-action.osd button:focus arrow, dnd .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd tab.suggested-action.osd button:focus arrow, .osd tabbar tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd tabbar tab.suggested-action.osd button:focus arrow, tabbar .osd tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd tab.suggested-action.osd button:focus arrow, .osd notebook > header tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.suggested-action.osd button:focus arrow, notebook > header .osd tabs > tab.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.suggested-action.osd button:focus arrow, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus arrow, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus arrow, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus arrow, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus arrow, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus arrow, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus arrow, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus arrow, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus arrow, .osd notebook > header > tabs > arrow.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.suggested-action.osd button:focus arrow, .osd columnview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd columnview.view > header > button.suggested-action.osd button:focus arrow, .osd treeview.view > header > button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd treeview.view > header > button.suggested-action.osd button:focus arrow, .osd button.suggested-action:checked:hover, .osd button.suggested-action:checked:hover image, .osd button.suggested-action:checked:hover arrow, .osd button.suggested-action:checked:focus, .osd button.suggested-action:checked:focus image, .osd button.suggested-action:checked:focus arrow, .osd button.suggested-action:selected:hover, .osd button.suggested-action:selected:hover image, .osd button.suggested-action:selected:hover arrow, .osd button.suggested-action:selected:focus, .osd button.suggested-action:selected:focus image, .osd button.suggested-action:selected:focus arrow, .osd button.suggested-action.has-open-popup:hover, .osd button.suggested-action.has-open-popup:hover image, .osd button.suggested-action.has-open-popup:hover arrow, .osd button.suggested-action.has-open-popup:focus, .osd button.suggested-action.has-open-popup:focus image, .osd button.suggested-action.has-open-popup:focus arrow, .osd button.suggested-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.suggested-action button:hover, .osd button.suggested-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd button.suggested-action button:hover image, .osd button.suggested-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd button.suggested-action button:hover arrow, .osd button.suggested-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.suggested-action button:focus, .osd button.suggested-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd button.suggested-action button:focus image, .osd button.suggested-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd button.suggested-action button:focus arrow, .osd button.suggested-action.osd:checked:hover, .osd button.suggested-action.osd:checked:hover image, .osd button.suggested-action.osd:checked:hover arrow, .osd button.suggested-action.osd:checked:focus, .osd button.suggested-action.osd:checked:focus image, .osd button.suggested-action.osd:checked:focus arrow, .osd button.suggested-action.osd:selected:hover, .osd button.suggested-action.osd:selected:hover image, .osd button.suggested-action.osd:selected:hover arrow, .osd button.suggested-action.osd:selected:focus, .osd button.suggested-action.osd:selected:focus image, .osd button.suggested-action.osd:selected:focus arrow, .osd button.suggested-action.osd.has-open-popup:hover, .osd button.suggested-action.osd.has-open-popup:hover image, .osd button.suggested-action.osd.has-open-popup:hover arrow, .osd button.suggested-action.osd.has-open-popup:focus, .osd button.suggested-action.osd.has-open-popup:focus image, .osd button.suggested-action.osd.has-open-popup:focus arrow, .osd button.suggested-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.suggested-action.osd button:hover, .osd button.suggested-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd button.suggested-action.osd button:hover image, .osd button.suggested-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd button.suggested-action.osd button:hover arrow, .osd button.suggested-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.suggested-action.osd button:focus, .osd button.suggested-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd button.suggested-action.osd button:focus image, .osd button.suggested-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd button.suggested-action.osd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
.osd dnd tab.suggested-action:disabled, dnd .osd tab.suggested-action:disabled, .osd tabbar tab.suggested-action:disabled, tabbar .osd tab.suggested-action:disabled, .osd notebook > header tabs > tab.suggested-action:disabled, notebook > header .osd tabs > tab.suggested-action:disabled, .osd notebook > header tabbar tabbox > tabboxchild.suggested-action:disabled, tabbar .osd notebook > header tabbox > tabboxchild.suggested-action:disabled, notebook > header .osd tabbar tabbox > tabboxchild.suggested-action:disabled, tabbar notebook > header .osd tabbox > tabboxchild.suggested-action:disabled, .osd notebook > header > tabs > arrow.suggested-action:disabled, .osd button.suggested-action:disabled, .osd button.suggested-action:disabled:checked, .osd button.suggested-action:disabled:selected, .osd button.suggested-action:disabled.has-open-popup, .osd button.suggested-action.osd:disabled, .osd button.suggested-action.osd:disabled:checked, .osd button.suggested-action.osd:disabled:selected, .osd button.suggested-action.osd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
dnd tab.destructive-action, tabbar tab.destructive-action, notebook > header tabs > tab.destructive-action, notebook > header tabbar tabbox > tabboxchild.destructive-action, tabbar notebook > header tabbox > tabboxchild.destructive-action, notebook > header > tabs > arrow.destructive-action, columnview.view > header > button.destructive-action, treeview.view > header > button.destructive-action, button.destructive-action, button.destructive-action.osd { color: #EDF0F5; background-color: #8e2828; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
dnd tab.destructive-action:hover, tabbar tab.destructive-action:hover, notebook > header tabs > tab.destructive-action:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:hover, notebook > header > tabs > arrow.destructive-action:hover, dnd tab.destructive-action:focus, tabbar tab.destructive-action:focus, notebook > header tabs > tab.destructive-action:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:focus, notebook > header > tabs > arrow.destructive-action:focus, button.destructive-action:hover, button.destructive-action:focus, button.destructive-action.osd:hover, button.destructive-action.osd:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
dnd tab.destructive-action:hover, tabbar tab.destructive-action:hover, notebook > header tabs > tab.destructive-action:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:hover, notebook > header > tabs > arrow.destructive-action:hover, dnd tab.destructive-action:hover image, tabbar tab.destructive-action:hover image, notebook > header tabs > tab.destructive-action:hover image, notebook > header tabbar tabbox > tabboxchild.destructive-action:hover image, tabbar notebook > header tabbox > tabboxchild.destructive-action:hover image, notebook > header > tabs > arrow.destructive-action:hover image, dnd tab.destructive-action:hover arrow, tabbar tab.destructive-action:hover arrow, notebook > header tabs > tab.destructive-action:hover arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:hover arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:hover arrow, notebook > header > tabs > arrow.destructive-action:hover arrow, dnd tab.destructive-action:focus, tabbar tab.destructive-action:focus, notebook > header tabs > tab.destructive-action:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:focus, notebook > header > tabs > arrow.destructive-action:focus, dnd tab.destructive-action:focus image, tabbar tab.destructive-action:focus image, notebook > header tabs > tab.destructive-action:focus image, notebook > header tabbar tabbox > tabboxchild.destructive-action:focus image, tabbar notebook > header tabbox > tabboxchild.destructive-action:focus image, notebook > header > tabs > arrow.destructive-action:focus image, dnd tab.destructive-action:focus arrow, tabbar tab.destructive-action:focus arrow, notebook > header tabs > tab.destructive-action:focus arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:focus arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:focus arrow, notebook > header > tabs > arrow.destructive-action:focus arrow, button.destructive-action:hover, button.destructive-action:hover image, button.destructive-action:hover arrow, button.destructive-action:focus, button.destructive-action:focus image, button.destructive-action:focus arrow, button.destructive-action.osd:hover, button.destructive-action.osd:hover image, button.destructive-action.osd:hover arrow, button.destructive-action.osd:focus, button.destructive-action.osd:focus image, button.destructive-action.osd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
dnd tab.destructive-action:active, tabbar tab.destructive-action:active, notebook > header tabs > tab.destructive-action:active, notebook > header tabbar tabbox > tabboxchild.destructive-action:active, tabbar notebook > header tabbox > tabboxchild.destructive-action:active, notebook > header > tabs > arrow.destructive-action:active, dnd tab.destructive-action.keyboard-activating, tabbar tab.destructive-action.keyboard-activating, notebook > header tabs > tab.destructive-action.keyboard-activating, notebook > header dnd tab.keyboard-activating, dnd notebook > header tab.keyboard-activating, notebook > header tabbar tab.keyboard-activating, tabbar notebook > header tab.keyboard-activating, notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header > tabs > arrow.destructive-action.keyboard-activating, button.destructive-action:active, button.destructive-action.keyboard-activating, button.destructive-action.osd:active, button.destructive-action.osd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
dnd tab.destructive-action:checked, tabbar tab.destructive-action:checked, notebook > header tabs > tab.destructive-action:checked, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked, notebook > header > tabs > arrow.destructive-action:checked, dnd tab.destructive-action:selected, tabbar tab.destructive-action:selected, notebook > header tabs > tab.destructive-action:selected, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected, notebook > header > tabs > arrow.destructive-action:selected, dnd tab.destructive-action.has-open-popup, tabbar tab.destructive-action.has-open-popup, notebook > header tabs > tab.destructive-action.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.destructive-action.has-open-popup, dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.destructive-action button, tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.destructive-action button, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button, button.destructive-action:checked, button.destructive-action:selected, button.destructive-action.has-open-popup, button.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin button.destructive-action button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
dnd tab.destructive-action:checked, tabbar tab.destructive-action:checked, notebook > header tabs > tab.destructive-action:checked, notebook > header dnd tab.destructive-action:checked, dnd notebook > header tab.destructive-action:checked, notebook > header tabbar tab.destructive-action:checked, tabbar notebook > header tab.destructive-action:checked, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked, notebook > header > tabs > arrow.destructive-action:checked, dnd tab.destructive-action:checked image, tabbar tab.destructive-action:checked image, notebook > header tabs > tab.destructive-action:checked image, notebook > header dnd tab.destructive-action:checked image, dnd notebook > header tab.destructive-action:checked image, notebook > header tabbar tab.destructive-action:checked image, tabbar notebook > header tab.destructive-action:checked image, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked image, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked image, notebook > header > tabs > arrow.destructive-action:checked image, dnd tab.destructive-action:checked arrow, tabbar tab.destructive-action:checked arrow, notebook > header tabs > tab.destructive-action:checked arrow, notebook > header dnd tab.destructive-action:checked arrow, dnd notebook > header tab.destructive-action:checked arrow, notebook > header tabbar tab.destructive-action:checked arrow, tabbar notebook > header tab.destructive-action:checked arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked arrow, notebook > header > tabs > arrow.destructive-action:checked arrow, dnd tab.destructive-action:selected, tabbar tab.destructive-action:selected, notebook > header tabs > tab.destructive-action:selected, notebook > header dnd tab.destructive-action:selected, dnd notebook > header tab.destructive-action:selected, notebook > header tabbar tab.destructive-action:selected, tabbar notebook > header tab.destructive-action:selected, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected, notebook > header > tabs > arrow.destructive-action:selected, dnd tab.destructive-action:selected image, tabbar tab.destructive-action:selected image, notebook > header tabs > tab.destructive-action:selected image, notebook > header dnd tab.destructive-action:selected image, dnd notebook > header tab.destructive-action:selected image, notebook > header tabbar tab.destructive-action:selected image, tabbar notebook > header tab.destructive-action:selected image, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected image, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected image, notebook > header > tabs > arrow.destructive-action:selected image, dnd tab.destructive-action:selected arrow, tabbar tab.destructive-action:selected arrow, notebook > header tabs > tab.destructive-action:selected arrow, notebook > header dnd tab.destructive-action:selected arrow, dnd notebook > header tab.destructive-action:selected arrow, notebook > header tabbar tab.destructive-action:selected arrow, tabbar notebook > header tab.destructive-action:selected arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected arrow, notebook > header > tabs > arrow.destructive-action:selected arrow, dnd tab.destructive-action.has-open-popup, tabbar tab.destructive-action.has-open-popup, notebook > header tabs > tab.destructive-action.has-open-popup, notebook > header dnd tab.has-open-popup, dnd notebook > header tab.has-open-popup, notebook > header tabbar tab.has-open-popup, tabbar notebook > header tab.has-open-popup, notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header tabbox > tabboxchild.has-open-popup, notebook > header > tabs > arrow.destructive-action.has-open-popup, dnd tab.destructive-action.has-open-popup image, tabbar tab.destructive-action.has-open-popup image, notebook > header tabs > tab.destructive-action.has-open-popup image, notebook > header dnd tab.has-open-popup image, dnd notebook > header tab.has-open-popup image, notebook > header tabbar tab.has-open-popup image, tabbar notebook > header tab.has-open-popup image, notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header > tabs > arrow.destructive-action.has-open-popup image, dnd tab.destructive-action.has-open-popup arrow, tabbar tab.destructive-action.has-open-popup arrow, notebook > header tabs > tab.destructive-action.has-open-popup arrow, notebook > header dnd tab.has-open-popup arrow, dnd notebook > header tab.has-open-popup arrow, notebook > header tabbar tab.has-open-popup arrow, tabbar notebook > header tab.has-open-popup arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header > tabs > arrow.destructive-action.has-open-popup arrow, dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd tab.destructive-action button, tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar tab.destructive-action button, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button, dnd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd tab.destructive-action button image, tabbar tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar tab.destructive-action button image, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button image, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button image, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button image, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button image, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button image, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button image, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button image, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button image, dnd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd tab.destructive-action button arrow, tabbar tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar tab.destructive-action button arrow, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button arrow, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button arrow, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button arrow, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button arrow, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button arrow, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button arrow, button.destructive-action:checked, button.destructive-action:checked image, button.destructive-action:checked arrow, button.destructive-action:selected, button.destructive-action:selected image, button.destructive-action:selected arrow, button.destructive-action.has-open-popup, button.destructive-action.has-open-popup image, button.destructive-action.has-open-popup arrow, button.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin button.destructive-action button, button.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin button.destructive-action button image, button.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin button.destructive-action button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
dnd tab.destructive-action:checked:hover, tabbar tab.destructive-action:checked:hover, notebook > header tabs > tab.destructive-action:checked:hover, notebook > header dnd tab.destructive-action:checked:hover, dnd notebook > header tab.destructive-action:checked:hover, notebook > header tabbar tab.destructive-action:checked:hover, tabbar notebook > header tab.destructive-action:checked:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:hover, notebook > header > tabs > arrow.destructive-action:checked:hover, dnd tab.destructive-action:checked:focus, tabbar tab.destructive-action:checked:focus, notebook > header tabs > tab.destructive-action:checked:focus, notebook > header dnd tab.destructive-action:checked:focus, dnd notebook > header tab.destructive-action:checked:focus, notebook > header tabbar tab.destructive-action:checked:focus, tabbar notebook > header tab.destructive-action:checked:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:focus, notebook > header > tabs > arrow.destructive-action:checked:focus, dnd tab.destructive-action:selected:hover, tabbar tab.destructive-action:selected:hover, notebook > header tabs > tab.destructive-action:selected:hover, notebook > header dnd tab.destructive-action:selected:hover, dnd notebook > header tab.destructive-action:selected:hover, notebook > header tabbar tab.destructive-action:selected:hover, tabbar notebook > header tab.destructive-action:selected:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:hover, notebook > header > tabs > arrow.destructive-action:selected:hover, dnd tab.destructive-action:selected:focus, tabbar tab.destructive-action:selected:focus, notebook > header tabs > tab.destructive-action:selected:focus, notebook > header dnd tab.destructive-action:selected:focus, dnd notebook > header tab.destructive-action:selected:focus, notebook > header tabbar tab.destructive-action:selected:focus, tabbar notebook > header tab.destructive-action:selected:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:focus, notebook > header > tabs > arrow.destructive-action:selected:focus, dnd tab.destructive-action.has-open-popup:hover, tabbar tab.destructive-action.has-open-popup:hover, notebook > header tabs > tab.destructive-action.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.destructive-action.has-open-popup:hover, dnd tab.destructive-action.has-open-popup:focus, tabbar tab.destructive-action.has-open-popup:focus, notebook > header tabs > tab.destructive-action.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.destructive-action.has-open-popup:focus, dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.destructive-action button:hover, tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.destructive-action button:hover, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:hover, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:hover, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:hover, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:hover, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:hover, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:hover, dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.destructive-action button:focus, tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.destructive-action button:focus, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:focus, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:focus, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:focus, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:focus, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:focus, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:focus, dnd tab.destructive-action.osd:checked:hover, tabbar tab.destructive-action.osd:checked:hover, dnd tab.destructive-action.osd:checked:focus, tabbar tab.destructive-action.osd:checked:focus, dnd tab.destructive-action.osd:selected:hover, tabbar tab.destructive-action.osd:selected:hover, dnd tab.destructive-action.osd:selected:focus, tabbar tab.destructive-action.osd:selected:focus, dnd tab.destructive-action.osd.has-open-popup:hover, tabbar tab.destructive-action.osd.has-open-popup:hover, dnd tab.destructive-action.osd.has-open-popup:focus, tabbar tab.destructive-action.osd.has-open-popup:focus, dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.destructive-action.osd button:hover, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:hover, dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.destructive-action.osd button:focus, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:focus, button.destructive-action:checked:hover, button.destructive-action:checked:focus, button.destructive-action:selected:hover, button.destructive-action:selected:focus, button.destructive-action.has-open-popup:hover, button.destructive-action.has-open-popup:focus, button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.destructive-action button:hover, button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.destructive-action button:focus, button.destructive-action.osd:checked:hover, button.destructive-action.osd:checked:focus, button.destructive-action.osd:selected:hover, button.destructive-action.osd:selected:focus, button.destructive-action.osd.has-open-popup:hover, button.destructive-action.osd.has-open-popup:focus, button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.destructive-action.osd button:hover, button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.destructive-action.osd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
dnd tab.destructive-action:checked:hover, tabbar tab.destructive-action:checked:hover, notebook > header tabs > tab.destructive-action:checked:hover, notebook > header dnd tab.destructive-action:checked:hover, dnd notebook > header tab.destructive-action:checked:hover, notebook > header tabbar tab.destructive-action:checked:hover, tabbar notebook > header tab.destructive-action:checked:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:hover, notebook > header > tabs > arrow.destructive-action:checked:hover, columnview.view > header > button.destructive-action:checked:hover, treeview.view > header > button.destructive-action:checked:hover, dnd tab.destructive-action:checked:hover image, tabbar tab.destructive-action:checked:hover image, notebook > header tabs > tab.destructive-action:checked:hover image, notebook > header dnd tab.destructive-action:checked:hover image, dnd notebook > header tab.destructive-action:checked:hover image, notebook > header tabbar tab.destructive-action:checked:hover image, tabbar notebook > header tab.destructive-action:checked:hover image, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover image, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:hover image, notebook > header > tabs > arrow.destructive-action:checked:hover image, columnview.view > header > button.destructive-action:checked:hover image, treeview.view > header > button.destructive-action:checked:hover image, dnd tab.destructive-action:checked:hover arrow, tabbar tab.destructive-action:checked:hover arrow, notebook > header tabs > tab.destructive-action:checked:hover arrow, notebook > header dnd tab.destructive-action:checked:hover arrow, dnd notebook > header tab.destructive-action:checked:hover arrow, notebook > header tabbar tab.destructive-action:checked:hover arrow, tabbar notebook > header tab.destructive-action:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:hover arrow, notebook > header > tabs > arrow.destructive-action:checked:hover arrow, columnview.view > header > button.destructive-action:checked:hover arrow, treeview.view > header > button.destructive-action:checked:hover arrow, dnd tab.destructive-action:checked:focus, tabbar tab.destructive-action:checked:focus, notebook > header tabs > tab.destructive-action:checked:focus, notebook > header dnd tab.destructive-action:checked:focus, dnd notebook > header tab.destructive-action:checked:focus, notebook > header tabbar tab.destructive-action:checked:focus, tabbar notebook > header tab.destructive-action:checked:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:focus, notebook > header > tabs > arrow.destructive-action:checked:focus, columnview.view > header > button.destructive-action:checked:focus, treeview.view > header > button.destructive-action:checked:focus, dnd tab.destructive-action:checked:focus image, tabbar tab.destructive-action:checked:focus image, notebook > header tabs > tab.destructive-action:checked:focus image, notebook > header dnd tab.destructive-action:checked:focus image, dnd notebook > header tab.destructive-action:checked:focus image, notebook > header tabbar tab.destructive-action:checked:focus image, tabbar notebook > header tab.destructive-action:checked:focus image, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus image, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:focus image, notebook > header > tabs > arrow.destructive-action:checked:focus image, columnview.view > header > button.destructive-action:checked:focus image, treeview.view > header > button.destructive-action:checked:focus image, dnd tab.destructive-action:checked:focus arrow, tabbar tab.destructive-action:checked:focus arrow, notebook > header tabs > tab.destructive-action:checked:focus arrow, notebook > header dnd tab.destructive-action:checked:focus arrow, dnd notebook > header tab.destructive-action:checked:focus arrow, notebook > header tabbar tab.destructive-action:checked:focus arrow, tabbar notebook > header tab.destructive-action:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:checked:focus arrow, notebook > header > tabs > arrow.destructive-action:checked:focus arrow, columnview.view > header > button.destructive-action:checked:focus arrow, treeview.view > header > button.destructive-action:checked:focus arrow, dnd tab.destructive-action:selected:hover, tabbar tab.destructive-action:selected:hover, notebook > header tabs > tab.destructive-action:selected:hover, notebook > header dnd tab.destructive-action:selected:hover, dnd notebook > header tab.destructive-action:selected:hover, notebook > header tabbar tab.destructive-action:selected:hover, tabbar notebook > header tab.destructive-action:selected:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:hover, notebook > header > tabs > arrow.destructive-action:selected:hover, columnview.view > header > button.destructive-action:selected:hover, treeview.view > header > button.destructive-action:selected:hover, dnd tab.destructive-action:selected:hover image, tabbar tab.destructive-action:selected:hover image, notebook > header tabs > tab.destructive-action:selected:hover image, notebook > header dnd tab.destructive-action:selected:hover image, dnd notebook > header tab.destructive-action:selected:hover image, notebook > header tabbar tab.destructive-action:selected:hover image, tabbar notebook > header tab.destructive-action:selected:hover image, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover image, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:hover image, notebook > header > tabs > arrow.destructive-action:selected:hover image, columnview.view > header > button.destructive-action:selected:hover image, treeview.view > header > button.destructive-action:selected:hover image, dnd tab.destructive-action:selected:hover arrow, tabbar tab.destructive-action:selected:hover arrow, notebook > header tabs > tab.destructive-action:selected:hover arrow, notebook > header dnd tab.destructive-action:selected:hover arrow, dnd notebook > header tab.destructive-action:selected:hover arrow, notebook > header tabbar tab.destructive-action:selected:hover arrow, tabbar notebook > header tab.destructive-action:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:hover arrow, notebook > header > tabs > arrow.destructive-action:selected:hover arrow, columnview.view > header > button.destructive-action:selected:hover arrow, treeview.view > header > button.destructive-action:selected:hover arrow, dnd tab.destructive-action:selected:focus, tabbar tab.destructive-action:selected:focus, notebook > header tabs > tab.destructive-action:selected:focus, notebook > header dnd tab.destructive-action:selected:focus, dnd notebook > header tab.destructive-action:selected:focus, notebook > header tabbar tab.destructive-action:selected:focus, tabbar notebook > header tab.destructive-action:selected:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:focus, notebook > header > tabs > arrow.destructive-action:selected:focus, columnview.view > header > button.destructive-action:selected:focus, treeview.view > header > button.destructive-action:selected:focus, dnd tab.destructive-action:selected:focus image, tabbar tab.destructive-action:selected:focus image, notebook > header tabs > tab.destructive-action:selected:focus image, notebook > header dnd tab.destructive-action:selected:focus image, dnd notebook > header tab.destructive-action:selected:focus image, notebook > header tabbar tab.destructive-action:selected:focus image, tabbar notebook > header tab.destructive-action:selected:focus image, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus image, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:focus image, notebook > header > tabs > arrow.destructive-action:selected:focus image, columnview.view > header > button.destructive-action:selected:focus image, treeview.view > header > button.destructive-action:selected:focus image, dnd tab.destructive-action:selected:focus arrow, tabbar tab.destructive-action:selected:focus arrow, notebook > header tabs > tab.destructive-action:selected:focus arrow, notebook > header dnd tab.destructive-action:selected:focus arrow, dnd notebook > header tab.destructive-action:selected:focus arrow, notebook > header tabbar tab.destructive-action:selected:focus arrow, tabbar notebook > header tab.destructive-action:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action:selected:focus arrow, notebook > header > tabs > arrow.destructive-action:selected:focus arrow, columnview.view > header > button.destructive-action:selected:focus arrow, treeview.view > header > button.destructive-action:selected:focus arrow, dnd tab.destructive-action.has-open-popup:hover, tabbar tab.destructive-action.has-open-popup:hover, notebook > header tabs > tab.destructive-action.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.destructive-action.has-open-popup:hover, columnview.view > header > button.destructive-action.has-open-popup:hover, treeview.view > header > button.destructive-action.has-open-popup:hover, dnd tab.destructive-action.has-open-popup:hover image, tabbar tab.destructive-action.has-open-popup:hover image, notebook > header tabs > tab.destructive-action.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.destructive-action.has-open-popup:hover image, columnview.view > header > button.destructive-action.has-open-popup:hover image, treeview.view > header > button.destructive-action.has-open-popup:hover image, dnd tab.destructive-action.has-open-popup:hover arrow, tabbar tab.destructive-action.has-open-popup:hover arrow, notebook > header tabs > tab.destructive-action.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.destructive-action.has-open-popup:hover arrow, columnview.view > header > button.destructive-action.has-open-popup:hover arrow, treeview.view > header > button.destructive-action.has-open-popup:hover arrow, dnd tab.destructive-action.has-open-popup:focus, tabbar tab.destructive-action.has-open-popup:focus, notebook > header tabs > tab.destructive-action.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.destructive-action.has-open-popup:focus, columnview.view > header > button.destructive-action.has-open-popup:focus, treeview.view > header > button.destructive-action.has-open-popup:focus, dnd tab.destructive-action.has-open-popup:focus image, tabbar tab.destructive-action.has-open-popup:focus image, notebook > header tabs > tab.destructive-action.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.destructive-action.has-open-popup:focus image, columnview.view > header > button.destructive-action.has-open-popup:focus image, treeview.view > header > button.destructive-action.has-open-popup:focus image, dnd tab.destructive-action.has-open-popup:focus arrow, tabbar tab.destructive-action.has-open-popup:focus arrow, notebook > header tabs > tab.destructive-action.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.destructive-action.has-open-popup:focus arrow, columnview.view > header > button.destructive-action.has-open-popup:focus arrow, treeview.view > header > button.destructive-action.has-open-popup:focus arrow, dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.destructive-action button:hover, tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.destructive-action button:hover, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:hover, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:hover, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:hover, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:hover, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:hover, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:hover, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:hover, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:hover, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:hover, dnd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab.destructive-action button:hover image, tabbar tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab.destructive-action button:hover image, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:hover image, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:hover image, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:hover image, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:hover image, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:hover image, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover image, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:hover image, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:hover image, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:hover image, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:hover image, dnd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab.destructive-action button:hover arrow, tabbar tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab.destructive-action button:hover arrow, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:hover arrow, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:hover arrow, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:hover arrow, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:hover arrow, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:hover arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:hover arrow, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:hover arrow, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:hover arrow, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:hover arrow, dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.destructive-action button:focus, tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.destructive-action button:focus, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:focus, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:focus, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:focus, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:focus, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:focus, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:focus, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:focus, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:focus, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:focus, dnd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab.destructive-action button:focus image, tabbar tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab.destructive-action button:focus image, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:focus image, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:focus image, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:focus image, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:focus image, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:focus image, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus image, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:focus image, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:focus image, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:focus image, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:focus image, dnd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab.destructive-action button:focus arrow, tabbar tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab.destructive-action button:focus arrow, notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action button:focus arrow, notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab.destructive-action button:focus arrow, dnd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab.destructive-action button:focus arrow, notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab.destructive-action button:focus arrow, tabbar notebook > header tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab.destructive-action button:focus arrow, notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus arrow, tabbar notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.destructive-action button:focus arrow, notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action button:focus arrow, columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view > header > button.destructive-action button:focus arrow, treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view > header > button.destructive-action button:focus arrow, dnd tab.destructive-action.osd:checked:hover, tabbar tab.destructive-action.osd:checked:hover, notebook > header tabs > tab.destructive-action.osd:checked:hover, notebook > header dnd tab.osd:checked:hover, dnd notebook > header tab.osd:checked:hover, notebook > header tabbar tab.osd:checked:hover, tabbar notebook > header tab.osd:checked:hover, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header > tabs > arrow.destructive-action.osd:checked:hover, columnview.view > header > button.destructive-action.osd:checked:hover, treeview.view > header > button.destructive-action.osd:checked:hover, dnd tab.destructive-action.osd:checked:hover image, tabbar tab.destructive-action.osd:checked:hover image, notebook > header tabs > tab.destructive-action.osd:checked:hover image, notebook > header dnd tab.osd:checked:hover image, dnd notebook > header tab.osd:checked:hover image, notebook > header tabbar tab.osd:checked:hover image, tabbar notebook > header tab.osd:checked:hover image, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover image, notebook > header > tabs > arrow.destructive-action.osd:checked:hover image, columnview.view > header > button.destructive-action.osd:checked:hover image, treeview.view > header > button.destructive-action.osd:checked:hover image, dnd tab.destructive-action.osd:checked:hover arrow, tabbar tab.destructive-action.osd:checked:hover arrow, notebook > header tabs > tab.destructive-action.osd:checked:hover arrow, notebook > header dnd tab.osd:checked:hover arrow, dnd notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tab.osd:checked:hover arrow, tabbar notebook > header tab.osd:checked:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:hover arrow, notebook > header > tabs > arrow.destructive-action.osd:checked:hover arrow, columnview.view > header > button.destructive-action.osd:checked:hover arrow, treeview.view > header > button.destructive-action.osd:checked:hover arrow, dnd tab.destructive-action.osd:checked:focus, tabbar tab.destructive-action.osd:checked:focus, notebook > header tabs > tab.destructive-action.osd:checked:focus, notebook > header dnd tab.osd:checked:focus, dnd notebook > header tab.osd:checked:focus, notebook > header tabbar tab.osd:checked:focus, tabbar notebook > header tab.osd:checked:focus, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header > tabs > arrow.destructive-action.osd:checked:focus, columnview.view > header > button.destructive-action.osd:checked:focus, treeview.view > header > button.destructive-action.osd:checked:focus, dnd tab.destructive-action.osd:checked:focus image, tabbar tab.destructive-action.osd:checked:focus image, notebook > header tabs > tab.destructive-action.osd:checked:focus image, notebook > header dnd tab.osd:checked:focus image, dnd notebook > header tab.osd:checked:focus image, notebook > header tabbar tab.osd:checked:focus image, tabbar notebook > header tab.osd:checked:focus image, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus image, notebook > header > tabs > arrow.destructive-action.osd:checked:focus image, columnview.view > header > button.destructive-action.osd:checked:focus image, treeview.view > header > button.destructive-action.osd:checked:focus image, dnd tab.destructive-action.osd:checked:focus arrow, tabbar tab.destructive-action.osd:checked:focus arrow, notebook > header tabs > tab.destructive-action.osd:checked:focus arrow, notebook > header dnd tab.osd:checked:focus arrow, dnd notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tab.osd:checked:focus arrow, tabbar notebook > header tab.osd:checked:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:checked:focus arrow, notebook > header > tabs > arrow.destructive-action.osd:checked:focus arrow, columnview.view > header > button.destructive-action.osd:checked:focus arrow, treeview.view > header > button.destructive-action.osd:checked:focus arrow, dnd tab.destructive-action.osd:selected:hover, tabbar tab.destructive-action.osd:selected:hover, notebook > header tabs > tab.destructive-action.osd:selected:hover, notebook > header dnd tab.osd:selected:hover, dnd notebook > header tab.osd:selected:hover, notebook > header tabbar tab.osd:selected:hover, tabbar notebook > header tab.osd:selected:hover, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header > tabs > arrow.destructive-action.osd:selected:hover, columnview.view > header > button.destructive-action.osd:selected:hover, treeview.view > header > button.destructive-action.osd:selected:hover, dnd tab.destructive-action.osd:selected:hover image, tabbar tab.destructive-action.osd:selected:hover image, notebook > header tabs > tab.destructive-action.osd:selected:hover image, notebook > header dnd tab.osd:selected:hover image, dnd notebook > header tab.osd:selected:hover image, notebook > header tabbar tab.osd:selected:hover image, tabbar notebook > header tab.osd:selected:hover image, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover image, notebook > header > tabs > arrow.destructive-action.osd:selected:hover image, columnview.view > header > button.destructive-action.osd:selected:hover image, treeview.view > header > button.destructive-action.osd:selected:hover image, dnd tab.destructive-action.osd:selected:hover arrow, tabbar tab.destructive-action.osd:selected:hover arrow, notebook > header tabs > tab.destructive-action.osd:selected:hover arrow, notebook > header dnd tab.osd:selected:hover arrow, dnd notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tab.osd:selected:hover arrow, tabbar notebook > header tab.osd:selected:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:hover arrow, notebook > header > tabs > arrow.destructive-action.osd:selected:hover arrow, columnview.view > header > button.destructive-action.osd:selected:hover arrow, treeview.view > header > button.destructive-action.osd:selected:hover arrow, dnd tab.destructive-action.osd:selected:focus, tabbar tab.destructive-action.osd:selected:focus, notebook > header tabs > tab.destructive-action.osd:selected:focus, notebook > header dnd tab.osd:selected:focus, dnd notebook > header tab.osd:selected:focus, notebook > header tabbar tab.osd:selected:focus, tabbar notebook > header tab.osd:selected:focus, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header > tabs > arrow.destructive-action.osd:selected:focus, columnview.view > header > button.destructive-action.osd:selected:focus, treeview.view > header > button.destructive-action.osd:selected:focus, dnd tab.destructive-action.osd:selected:focus image, tabbar tab.destructive-action.osd:selected:focus image, notebook > header tabs > tab.destructive-action.osd:selected:focus image, notebook > header dnd tab.osd:selected:focus image, dnd notebook > header tab.osd:selected:focus image, notebook > header tabbar tab.osd:selected:focus image, tabbar notebook > header tab.osd:selected:focus image, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus image, notebook > header > tabs > arrow.destructive-action.osd:selected:focus image, columnview.view > header > button.destructive-action.osd:selected:focus image, treeview.view > header > button.destructive-action.osd:selected:focus image, dnd tab.destructive-action.osd:selected:focus arrow, tabbar tab.destructive-action.osd:selected:focus arrow, notebook > header tabs > tab.destructive-action.osd:selected:focus arrow, notebook > header dnd tab.osd:selected:focus arrow, dnd notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tab.osd:selected:focus arrow, tabbar notebook > header tab.osd:selected:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd:selected:focus arrow, notebook > header > tabs > arrow.destructive-action.osd:selected:focus arrow, columnview.view > header > button.destructive-action.osd:selected:focus arrow, treeview.view > header > button.destructive-action.osd:selected:focus arrow, dnd tab.destructive-action.osd.has-open-popup:hover, tabbar tab.destructive-action.osd.has-open-popup:hover, notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover, notebook > header dnd tab.has-open-popup:hover, dnd notebook > header tab.has-open-popup:hover, notebook > header tabbar tab.has-open-popup:hover, tabbar notebook > header tab.has-open-popup:hover, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover, columnview.view > header > button.destructive-action.osd.has-open-popup:hover, treeview.view > header > button.destructive-action.osd.has-open-popup:hover, dnd tab.destructive-action.osd.has-open-popup:hover image, tabbar tab.destructive-action.osd.has-open-popup:hover image, notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover image, notebook > header dnd tab.has-open-popup:hover image, dnd notebook > header tab.has-open-popup:hover image, notebook > header tabbar tab.has-open-popup:hover image, tabbar notebook > header tab.has-open-popup:hover image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover image, columnview.view > header > button.destructive-action.osd.has-open-popup:hover image, treeview.view > header > button.destructive-action.osd.has-open-popup:hover image, dnd tab.destructive-action.osd.has-open-popup:hover arrow, tabbar tab.destructive-action.osd.has-open-popup:hover arrow, notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover arrow, notebook > header dnd tab.has-open-popup:hover arrow, dnd notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tab.has-open-popup:hover arrow, tabbar notebook > header tab.has-open-popup:hover arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover arrow, columnview.view > header > button.destructive-action.osd.has-open-popup:hover arrow, treeview.view > header > button.destructive-action.osd.has-open-popup:hover arrow, dnd tab.destructive-action.osd.has-open-popup:focus, tabbar tab.destructive-action.osd.has-open-popup:focus, notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus, notebook > header dnd tab.has-open-popup:focus, dnd notebook > header tab.has-open-popup:focus, notebook > header tabbar tab.has-open-popup:focus, tabbar notebook > header tab.has-open-popup:focus, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus, columnview.view > header > button.destructive-action.osd.has-open-popup:focus, treeview.view > header > button.destructive-action.osd.has-open-popup:focus, dnd tab.destructive-action.osd.has-open-popup:focus image, tabbar tab.destructive-action.osd.has-open-popup:focus image, notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus image, notebook > header dnd tab.has-open-popup:focus image, dnd notebook > header tab.has-open-popup:focus image, notebook > header tabbar tab.has-open-popup:focus image, tabbar notebook > header tab.has-open-popup:focus image, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus image, columnview.view > header > button.destructive-action.osd.has-open-popup:focus image, treeview.view > header > button.destructive-action.osd.has-open-popup:focus image, dnd tab.destructive-action.osd.has-open-popup:focus arrow, tabbar tab.destructive-action.osd.has-open-popup:focus arrow, notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus arrow, notebook > header dnd tab.has-open-popup:focus arrow, dnd notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tab.has-open-popup:focus arrow, tabbar notebook > header tab.has-open-popup:focus arrow, notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus arrow, columnview.view > header > button.destructive-action.osd.has-open-popup:focus arrow, treeview.view > header > button.destructive-action.osd.has-open-popup:focus arrow, dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd tab.destructive-action.osd button:hover, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:hover, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:hover, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:hover, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:hover, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:hover, dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd tab.destructive-action.osd button:hover image, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:hover image, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:hover image, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover image, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover image, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:hover image, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:hover image, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:hover image, dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd tab.destructive-action.osd button:hover arrow, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:hover arrow, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:hover arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:hover arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:hover arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:hover arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:hover arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:hover arrow, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:hover arrow, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:hover arrow, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:hover arrow, dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd tab.destructive-action.osd button:focus, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:focus, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:focus, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:focus, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:focus, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:focus, dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd tab.destructive-action.osd button:focus image, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:focus image, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:focus image, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus image, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus image, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus image, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus image, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus image, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus image, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:focus image, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:focus image, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:focus image, dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd tab.destructive-action.osd button:focus arrow, tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar tab.destructive-action.osd button:focus arrow, notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabs > tab.destructive-action.osd button:focus arrow, notebook > header dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header dnd tab.osd button:focus arrow, dnd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header tab.osd button:focus arrow, notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tab.osd button:focus arrow, tabbar notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tab.osd button:focus arrow, notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header tabbox > tabboxchild.osd button:focus arrow, notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow.destructive-action.osd button:focus arrow, columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view > header > button.destructive-action.osd button:focus arrow, treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view > header > button.destructive-action.osd button:focus arrow, button.destructive-action:checked:hover, button.destructive-action:checked:hover image, button.destructive-action:checked:hover arrow, button.destructive-action:checked:focus, button.destructive-action:checked:focus image, button.destructive-action:checked:focus arrow, button.destructive-action:selected:hover, button.destructive-action:selected:hover image, button.destructive-action:selected:hover arrow, button.destructive-action:selected:focus, button.destructive-action:selected:focus image, button.destructive-action:selected:focus arrow, button.destructive-action.has-open-popup:hover, button.destructive-action.has-open-popup:hover image, button.destructive-action.has-open-popup:hover arrow, button.destructive-action.has-open-popup:focus, button.destructive-action.has-open-popup:focus image, button.destructive-action.has-open-popup:focus arrow, button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.destructive-action button:hover, button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.destructive-action button:hover image, button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.destructive-action button:hover arrow, button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.destructive-action button:focus, button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.destructive-action button:focus image, button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.destructive-action button:focus arrow, button.destructive-action.osd:checked:hover, button.destructive-action.osd:checked:hover image, button.destructive-action.osd:checked:hover arrow, button.destructive-action.osd:checked:focus, button.destructive-action.osd:checked:focus image, button.destructive-action.osd:checked:focus arrow, button.destructive-action.osd:selected:hover, button.destructive-action.osd:selected:hover image, button.destructive-action.osd:selected:hover arrow, button.destructive-action.osd:selected:focus, button.destructive-action.osd:selected:focus image, button.destructive-action.osd:selected:focus arrow, button.destructive-action.osd.has-open-popup:hover, button.destructive-action.osd.has-open-popup:hover image, button.destructive-action.osd.has-open-popup:hover arrow, button.destructive-action.osd.has-open-popup:focus, button.destructive-action.osd.has-open-popup:focus image, button.destructive-action.osd.has-open-popup:focus arrow, button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin button.destructive-action.osd button:hover, button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin button.destructive-action.osd button:hover image, button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin button.destructive-action.osd button:hover arrow, button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin button.destructive-action.osd button:focus, button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin button.destructive-action.osd button:focus image, button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin button.destructive-action.osd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
dnd tab.destructive-action:disabled, tabbar tab.destructive-action:disabled, notebook > header tabs > tab.destructive-action:disabled, notebook > header tabbar tabbox > tabboxchild.destructive-action:disabled, tabbar notebook > header tabbox > tabboxchild.destructive-action:disabled, notebook > header > tabs > arrow.destructive-action:disabled, button.destructive-action:disabled, button.destructive-action:disabled:checked, button.destructive-action:disabled:selected, button.destructive-action:disabled.has-open-popup, button.destructive-action.osd:disabled, button.destructive-action.osd:disabled:checked, button.destructive-action.osd:disabled:selected, button.destructive-action.osd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
.osd dnd tab.destructive-action, dnd .osd tab.destructive-action, .osd tabbar tab.destructive-action, tabbar .osd tab.destructive-action, .osd notebook > header tabs > tab.destructive-action, notebook > header .osd tabs > tab.destructive-action, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action, .osd notebook > header > tabs > arrow.destructive-action, .osd button.destructive-action, .osd button.destructive-action.osd { color: #EDF0F5; background-color: #8e2828; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
.osd dnd tab.destructive-action:hover, dnd .osd tab.destructive-action:hover, .osd tabbar tab.destructive-action:hover, tabbar .osd tab.destructive-action:hover, .osd notebook > header tabs > tab.destructive-action:hover, notebook > header .osd tabs > tab.destructive-action:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:hover, .osd notebook > header > tabs > arrow.destructive-action:hover, .osd dnd tab.destructive-action:focus, dnd .osd tab.destructive-action:focus, .osd tabbar tab.destructive-action:focus, tabbar .osd tab.destructive-action:focus, .osd notebook > header tabs > tab.destructive-action:focus, notebook > header .osd tabs > tab.destructive-action:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:focus, .osd notebook > header > tabs > arrow.destructive-action:focus, .osd button.destructive-action:hover, .osd button.destructive-action:focus, .osd button.destructive-action.osd:hover, .osd button.destructive-action.osd:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.osd dnd tab.destructive-action:hover, dnd .osd tab.destructive-action:hover, .osd tabbar tab.destructive-action:hover, tabbar .osd tab.destructive-action:hover, .osd notebook > header tabs > tab.destructive-action:hover, notebook > header .osd tabs > tab.destructive-action:hover, .osd notebook > header dnd tab.destructive-action:hover, dnd .osd notebook > header tab.destructive-action:hover, .osd notebook > header tabbar tab.destructive-action:hover, tabbar .osd notebook > header tab.destructive-action:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:hover, notebook > header .osd dnd tab.destructive-action:hover, dnd notebook > header .osd tab.destructive-action:hover, notebook > header .osd tabbar tab.destructive-action:hover, tabbar notebook > header .osd tab.destructive-action:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:hover, .osd notebook > header > tabs > arrow.destructive-action:hover, .osd dnd tab.destructive-action:hover image, dnd .osd tab.destructive-action:hover image, .osd tabbar tab.destructive-action:hover image, tabbar .osd tab.destructive-action:hover image, .osd notebook > header tabs > tab.destructive-action:hover image, notebook > header .osd tabs > tab.destructive-action:hover image, .osd notebook > header dnd tab.destructive-action:hover image, dnd .osd notebook > header tab.destructive-action:hover image, .osd notebook > header tabbar tab.destructive-action:hover image, tabbar .osd notebook > header tab.destructive-action:hover image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:hover image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:hover image, notebook > header .osd dnd tab.destructive-action:hover image, dnd notebook > header .osd tab.destructive-action:hover image, notebook > header .osd tabbar tab.destructive-action:hover image, tabbar notebook > header .osd tab.destructive-action:hover image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:hover image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:hover image, .osd notebook > header > tabs > arrow.destructive-action:hover image, .osd dnd tab.destructive-action:hover arrow, dnd .osd tab.destructive-action:hover arrow, .osd tabbar tab.destructive-action:hover arrow, tabbar .osd tab.destructive-action:hover arrow, .osd notebook > header tabs > tab.destructive-action:hover arrow, notebook > header .osd tabs > tab.destructive-action:hover arrow, .osd notebook > header dnd tab.destructive-action:hover arrow, dnd .osd notebook > header tab.destructive-action:hover arrow, .osd notebook > header tabbar tab.destructive-action:hover arrow, tabbar .osd notebook > header tab.destructive-action:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:hover arrow, notebook > header .osd dnd tab.destructive-action:hover arrow, dnd notebook > header .osd tab.destructive-action:hover arrow, notebook > header .osd tabbar tab.destructive-action:hover arrow, tabbar notebook > header .osd tab.destructive-action:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:hover arrow, .osd notebook > header > tabs > arrow.destructive-action:hover arrow, .osd dnd tab.destructive-action:focus, dnd .osd tab.destructive-action:focus, .osd tabbar tab.destructive-action:focus, tabbar .osd tab.destructive-action:focus, .osd notebook > header tabs > tab.destructive-action:focus, notebook > header .osd tabs > tab.destructive-action:focus, .osd notebook > header dnd tab.destructive-action:focus, dnd .osd notebook > header tab.destructive-action:focus, .osd notebook > header tabbar tab.destructive-action:focus, tabbar .osd notebook > header tab.destructive-action:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:focus, notebook > header .osd dnd tab.destructive-action:focus, dnd notebook > header .osd tab.destructive-action:focus, notebook > header .osd tabbar tab.destructive-action:focus, tabbar notebook > header .osd tab.destructive-action:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:focus, .osd notebook > header > tabs > arrow.destructive-action:focus, .osd dnd tab.destructive-action:focus image, dnd .osd tab.destructive-action:focus image, .osd tabbar tab.destructive-action:focus image, tabbar .osd tab.destructive-action:focus image, .osd notebook > header tabs > tab.destructive-action:focus image, notebook > header .osd tabs > tab.destructive-action:focus image, .osd notebook > header dnd tab.destructive-action:focus image, dnd .osd notebook > header tab.destructive-action:focus image, .osd notebook > header tabbar tab.destructive-action:focus image, tabbar .osd notebook > header tab.destructive-action:focus image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:focus image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:focus image, notebook > header .osd dnd tab.destructive-action:focus image, dnd notebook > header .osd tab.destructive-action:focus image, notebook > header .osd tabbar tab.destructive-action:focus image, tabbar notebook > header .osd tab.destructive-action:focus image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:focus image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:focus image, .osd notebook > header > tabs > arrow.destructive-action:focus image, .osd dnd tab.destructive-action:focus arrow, dnd .osd tab.destructive-action:focus arrow, .osd tabbar tab.destructive-action:focus arrow, tabbar .osd tab.destructive-action:focus arrow, .osd notebook > header tabs > tab.destructive-action:focus arrow, notebook > header .osd tabs > tab.destructive-action:focus arrow, .osd notebook > header dnd tab.destructive-action:focus arrow, dnd .osd notebook > header tab.destructive-action:focus arrow, .osd notebook > header tabbar tab.destructive-action:focus arrow, tabbar .osd notebook > header tab.destructive-action:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:focus arrow, notebook > header .osd dnd tab.destructive-action:focus arrow, dnd notebook > header .osd tab.destructive-action:focus arrow, notebook > header .osd tabbar tab.destructive-action:focus arrow, tabbar notebook > header .osd tab.destructive-action:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:focus arrow, .osd notebook > header > tabs > arrow.destructive-action:focus arrow, .osd dnd tab.destructive-action.osd:hover, dnd .osd tab.destructive-action.osd:hover, .osd tabbar tab.destructive-action.osd:hover, tabbar .osd tab.destructive-action.osd:hover, .osd dnd tab.destructive-action.osd:hover image, dnd .osd tab.destructive-action.osd:hover image, .osd tabbar tab.destructive-action.osd:hover image, tabbar .osd tab.destructive-action.osd:hover image, .osd dnd tab.destructive-action.osd:hover arrow, dnd .osd tab.destructive-action.osd:hover arrow, .osd tabbar tab.destructive-action.osd:hover arrow, tabbar .osd tab.destructive-action.osd:hover arrow, .osd dnd tab.destructive-action.osd:focus, dnd .osd tab.destructive-action.osd:focus, .osd tabbar tab.destructive-action.osd:focus, tabbar .osd tab.destructive-action.osd:focus, .osd dnd tab.destructive-action.osd:focus image, dnd .osd tab.destructive-action.osd:focus image, .osd tabbar tab.destructive-action.osd:focus image, tabbar .osd tab.destructive-action.osd:focus image, .osd dnd tab.destructive-action.osd:focus arrow, dnd .osd tab.destructive-action.osd:focus arrow, .osd tabbar tab.destructive-action.osd:focus arrow, tabbar .osd tab.destructive-action.osd:focus arrow, .osd button.destructive-action:hover, .osd button.destructive-action:hover image, .osd button.destructive-action:hover arrow, .osd button.destructive-action:focus, .osd button.destructive-action:focus image, .osd button.destructive-action:focus arrow, .osd button.destructive-action.osd:hover, .osd button.destructive-action.osd:hover image, .osd button.destructive-action.osd:hover arrow, .osd button.destructive-action.osd:focus, .osd button.destructive-action.osd:focus image, .osd button.destructive-action.osd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.osd dnd tab.destructive-action:active, dnd .osd tab.destructive-action:active, .osd tabbar tab.destructive-action:active, tabbar .osd tab.destructive-action:active, .osd notebook > header tabs > tab.destructive-action:active, notebook > header .osd tabs > tab.destructive-action:active, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:active, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:active, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:active, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:active, .osd notebook > header > tabs > arrow.destructive-action:active, .osd dnd tab.destructive-action.keyboard-activating, dnd .osd tab.destructive-action.keyboard-activating, .osd tabbar tab.destructive-action.keyboard-activating, tabbar .osd tab.destructive-action.keyboard-activating, .osd notebook > header tabs > tab.destructive-action.keyboard-activating, notebook > header .osd tabs > tab.destructive-action.keyboard-activating, .osd notebook > header dnd tab.keyboard-activating, dnd .osd notebook > header tab.keyboard-activating, .osd notebook > header tabbar tab.keyboard-activating, tabbar .osd notebook > header tab.keyboard-activating, .osd notebook > header tabbar tabbox > tabboxchild.keyboard-activating, tabbar .osd notebook > header tabbox > tabboxchild.keyboard-activating, notebook > header .osd dnd tab.keyboard-activating, dnd notebook > header .osd tab.keyboard-activating, notebook > header .osd tabbar tab.keyboard-activating, tabbar notebook > header .osd tab.keyboard-activating, notebook > header .osd tabbar tabbox > tabboxchild.keyboard-activating, tabbar notebook > header .osd tabbox > tabboxchild.keyboard-activating, .osd notebook > header > tabs > arrow.destructive-action.keyboard-activating, .osd button.destructive-action:active, .osd button.destructive-action.keyboard-activating, .osd button.destructive-action.osd:active, .osd button.destructive-action.osd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
.osd dnd tab.destructive-action:checked, dnd .osd tab.destructive-action:checked, .osd tabbar tab.destructive-action:checked, tabbar .osd tab.destructive-action:checked, .osd notebook > header tabs > tab.destructive-action:checked, notebook > header .osd tabs > tab.destructive-action:checked, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked, .osd notebook > header > tabs > arrow.destructive-action:checked, .osd dnd tab.destructive-action:selected, dnd .osd tab.destructive-action:selected, .osd tabbar tab.destructive-action:selected, tabbar .osd tab.destructive-action:selected, .osd notebook > header tabs > tab.destructive-action:selected, notebook > header .osd tabs > tab.destructive-action:selected, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected, .osd notebook > header > tabs > arrow.destructive-action:selected, .osd dnd tab.destructive-action.has-open-popup, dnd .osd tab.destructive-action.has-open-popup, .osd tabbar tab.destructive-action.has-open-popup, tabbar .osd tab.destructive-action.has-open-popup, .osd notebook > header tabs > tab.destructive-action.has-open-popup, notebook > header .osd tabs > tab.destructive-action.has-open-popup, .osd notebook > header dnd tab.has-open-popup, dnd .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tab.has-open-popup, tabbar .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd dnd tab.has-open-popup, dnd notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tab.has-open-popup, tabbar notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup, .osd dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab.destructive-action button, dnd .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab.destructive-action button, .osd tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab.destructive-action button, tabbar .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab.destructive-action button, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button, .osd button.destructive-action:checked, .osd button.destructive-action:selected, .osd button.destructive-action.has-open-popup, .osd button.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button.destructive-action button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
.osd dnd tab.destructive-action:checked, dnd .osd tab.destructive-action:checked, .osd tabbar tab.destructive-action:checked, tabbar .osd tab.destructive-action:checked, .osd notebook > header tabs > tab.destructive-action:checked, notebook > header .osd tabs > tab.destructive-action:checked, .osd notebook > header dnd tab.destructive-action:checked, dnd .osd notebook > header tab.destructive-action:checked, .osd notebook > header tabbar tab.destructive-action:checked, tabbar .osd notebook > header tab.destructive-action:checked, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked, notebook > header .osd dnd tab.destructive-action:checked, dnd notebook > header .osd tab.destructive-action:checked, notebook > header .osd tabbar tab.destructive-action:checked, tabbar notebook > header .osd tab.destructive-action:checked, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked, .osd notebook > header > tabs > arrow.destructive-action:checked, .osd dnd tab.destructive-action:checked image, dnd .osd tab.destructive-action:checked image, .osd tabbar tab.destructive-action:checked image, tabbar .osd tab.destructive-action:checked image, .osd notebook > header tabs > tab.destructive-action:checked image, notebook > header .osd tabs > tab.destructive-action:checked image, .osd notebook > header dnd tab.destructive-action:checked image, dnd .osd notebook > header tab.destructive-action:checked image, .osd notebook > header tabbar tab.destructive-action:checked image, tabbar .osd notebook > header tab.destructive-action:checked image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked image, notebook > header .osd dnd tab.destructive-action:checked image, dnd notebook > header .osd tab.destructive-action:checked image, notebook > header .osd tabbar tab.destructive-action:checked image, tabbar notebook > header .osd tab.destructive-action:checked image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked image, .osd notebook > header > tabs > arrow.destructive-action:checked image, .osd dnd tab.destructive-action:checked arrow, dnd .osd tab.destructive-action:checked arrow, .osd tabbar tab.destructive-action:checked arrow, tabbar .osd tab.destructive-action:checked arrow, .osd notebook > header tabs > tab.destructive-action:checked arrow, notebook > header .osd tabs > tab.destructive-action:checked arrow, .osd notebook > header dnd tab.destructive-action:checked arrow, dnd .osd notebook > header tab.destructive-action:checked arrow, .osd notebook > header tabbar tab.destructive-action:checked arrow, tabbar .osd notebook > header tab.destructive-action:checked arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked arrow, notebook > header .osd dnd tab.destructive-action:checked arrow, dnd notebook > header .osd tab.destructive-action:checked arrow, notebook > header .osd tabbar tab.destructive-action:checked arrow, tabbar notebook > header .osd tab.destructive-action:checked arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked arrow, .osd notebook > header > tabs > arrow.destructive-action:checked arrow, .osd dnd tab.destructive-action:selected, dnd .osd tab.destructive-action:selected, .osd tabbar tab.destructive-action:selected, tabbar .osd tab.destructive-action:selected, .osd notebook > header tabs > tab.destructive-action:selected, notebook > header .osd tabs > tab.destructive-action:selected, .osd notebook > header dnd tab.destructive-action:selected, dnd .osd notebook > header tab.destructive-action:selected, .osd notebook > header tabbar tab.destructive-action:selected, tabbar .osd notebook > header tab.destructive-action:selected, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected, notebook > header .osd dnd tab.destructive-action:selected, dnd notebook > header .osd tab.destructive-action:selected, notebook > header .osd tabbar tab.destructive-action:selected, tabbar notebook > header .osd tab.destructive-action:selected, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected, .osd notebook > header > tabs > arrow.destructive-action:selected, .osd dnd tab.destructive-action:selected image, dnd .osd tab.destructive-action:selected image, .osd tabbar tab.destructive-action:selected image, tabbar .osd tab.destructive-action:selected image, .osd notebook > header tabs > tab.destructive-action:selected image, notebook > header .osd tabs > tab.destructive-action:selected image, .osd notebook > header dnd tab.destructive-action:selected image, dnd .osd notebook > header tab.destructive-action:selected image, .osd notebook > header tabbar tab.destructive-action:selected image, tabbar .osd notebook > header tab.destructive-action:selected image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected image, notebook > header .osd dnd tab.destructive-action:selected image, dnd notebook > header .osd tab.destructive-action:selected image, notebook > header .osd tabbar tab.destructive-action:selected image, tabbar notebook > header .osd tab.destructive-action:selected image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected image, .osd notebook > header > tabs > arrow.destructive-action:selected image, .osd dnd tab.destructive-action:selected arrow, dnd .osd tab.destructive-action:selected arrow, .osd tabbar tab.destructive-action:selected arrow, tabbar .osd tab.destructive-action:selected arrow, .osd notebook > header tabs > tab.destructive-action:selected arrow, notebook > header .osd tabs > tab.destructive-action:selected arrow, .osd notebook > header dnd tab.destructive-action:selected arrow, dnd .osd notebook > header tab.destructive-action:selected arrow, .osd notebook > header tabbar tab.destructive-action:selected arrow, tabbar .osd notebook > header tab.destructive-action:selected arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected arrow, notebook > header .osd dnd tab.destructive-action:selected arrow, dnd notebook > header .osd tab.destructive-action:selected arrow, notebook > header .osd tabbar tab.destructive-action:selected arrow, tabbar notebook > header .osd tab.destructive-action:selected arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected arrow, .osd notebook > header > tabs > arrow.destructive-action:selected arrow, .osd dnd tab.destructive-action.has-open-popup, dnd .osd tab.destructive-action.has-open-popup, .osd tabbar tab.destructive-action.has-open-popup, tabbar .osd tab.destructive-action.has-open-popup, .osd notebook > header tabs > tab.destructive-action.has-open-popup, notebook > header .osd tabs > tab.destructive-action.has-open-popup, .osd notebook > header dnd tab.has-open-popup, dnd .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tab.has-open-popup, tabbar .osd notebook > header tab.has-open-popup, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup, notebook > header .osd dnd tab.has-open-popup, dnd notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tab.has-open-popup, tabbar notebook > header .osd tab.has-open-popup, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup, .osd dnd tab.destructive-action.has-open-popup image, dnd .osd tab.destructive-action.has-open-popup image, .osd tabbar tab.destructive-action.has-open-popup image, tabbar .osd tab.destructive-action.has-open-popup image, .osd notebook > header tabs > tab.destructive-action.has-open-popup image, notebook > header .osd tabs > tab.destructive-action.has-open-popup image, .osd notebook > header dnd tab.has-open-popup image, dnd .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tab.has-open-popup image, tabbar .osd notebook > header tab.has-open-popup image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup image, notebook > header .osd dnd tab.has-open-popup image, dnd notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tab.has-open-popup image, tabbar notebook > header .osd tab.has-open-popup image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup image, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup image, .osd dnd tab.destructive-action.has-open-popup arrow, dnd .osd tab.destructive-action.has-open-popup arrow, .osd tabbar tab.destructive-action.has-open-popup arrow, tabbar .osd tab.destructive-action.has-open-popup arrow, .osd notebook > header tabs > tab.destructive-action.has-open-popup arrow, notebook > header .osd tabs > tab.destructive-action.has-open-popup arrow, .osd notebook > header dnd tab.has-open-popup arrow, dnd .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tab.has-open-popup arrow, tabbar .osd notebook > header tab.has-open-popup arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup arrow, notebook > header .osd dnd tab.has-open-popup arrow, dnd notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tab.has-open-popup arrow, tabbar notebook > header .osd tab.has-open-popup arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup arrow, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup arrow, .osd dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd dnd tab.destructive-action button, dnd .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd tab.destructive-action button, .osd tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd tabbar tab.destructive-action button, tabbar .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd tab.destructive-action button, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button, .osd dnd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd dnd tab.destructive-action button image, dnd .osd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd tab.destructive-action button image, .osd tabbar tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd tabbar tab.destructive-action button image, tabbar .osd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd tab.destructive-action button image, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button image, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button image, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button image, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button image, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button image, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button image, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button image, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button image, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button image, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button image, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button image, .osd dnd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd dnd tab.destructive-action button arrow, dnd .osd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd tab.destructive-action button arrow, .osd tabbar tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd tabbar tab.destructive-action button arrow, tabbar .osd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd tab.destructive-action button arrow, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button arrow, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button arrow, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button arrow, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button arrow, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button arrow, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button arrow, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button arrow, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button arrow, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button arrow, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button arrow, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button arrow, .osd button.destructive-action:checked, .osd button.destructive-action:checked image, .osd button.destructive-action:checked arrow, .osd button.destructive-action:selected, .osd button.destructive-action:selected image, .osd button.destructive-action:selected arrow, .osd button.destructive-action.has-open-popup, .osd button.destructive-action.has-open-popup image, .osd button.destructive-action.has-open-popup arrow, .osd button.destructive-action .active_group #docklike-plugin button, .active_group #docklike-plugin .osd button.destructive-action button, .osd button.destructive-action .active_group #docklike-plugin button image, .active_group #docklike-plugin .osd button.destructive-action button image, .osd button.destructive-action .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .osd button.destructive-action button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
.osd dnd tab.destructive-action:checked:hover, dnd .osd tab.destructive-action:checked:hover, .osd tabbar tab.destructive-action:checked:hover, tabbar .osd tab.destructive-action:checked:hover, .osd notebook > header tabs > tab.destructive-action:checked:hover, notebook > header .osd tabs > tab.destructive-action:checked:hover, .osd notebook > header dnd tab.destructive-action:checked:hover, dnd .osd notebook > header tab.destructive-action:checked:hover, .osd notebook > header tabbar tab.destructive-action:checked:hover, tabbar .osd notebook > header tab.destructive-action:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:hover, notebook > header .osd dnd tab.destructive-action:checked:hover, dnd notebook > header .osd tab.destructive-action:checked:hover, notebook > header .osd tabbar tab.destructive-action:checked:hover, tabbar notebook > header .osd tab.destructive-action:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:hover, .osd notebook > header > tabs > arrow.destructive-action:checked:hover, .osd dnd tab.destructive-action:checked:focus, dnd .osd tab.destructive-action:checked:focus, .osd tabbar tab.destructive-action:checked:focus, tabbar .osd tab.destructive-action:checked:focus, .osd notebook > header tabs > tab.destructive-action:checked:focus, notebook > header .osd tabs > tab.destructive-action:checked:focus, .osd notebook > header dnd tab.destructive-action:checked:focus, dnd .osd notebook > header tab.destructive-action:checked:focus, .osd notebook > header tabbar tab.destructive-action:checked:focus, tabbar .osd notebook > header tab.destructive-action:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:focus, notebook > header .osd dnd tab.destructive-action:checked:focus, dnd notebook > header .osd tab.destructive-action:checked:focus, notebook > header .osd tabbar tab.destructive-action:checked:focus, tabbar notebook > header .osd tab.destructive-action:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:focus, .osd notebook > header > tabs > arrow.destructive-action:checked:focus, .osd dnd tab.destructive-action:selected:hover, dnd .osd tab.destructive-action:selected:hover, .osd tabbar tab.destructive-action:selected:hover, tabbar .osd tab.destructive-action:selected:hover, .osd notebook > header tabs > tab.destructive-action:selected:hover, notebook > header .osd tabs > tab.destructive-action:selected:hover, .osd notebook > header dnd tab.destructive-action:selected:hover, dnd .osd notebook > header tab.destructive-action:selected:hover, .osd notebook > header tabbar tab.destructive-action:selected:hover, tabbar .osd notebook > header tab.destructive-action:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:hover, notebook > header .osd dnd tab.destructive-action:selected:hover, dnd notebook > header .osd tab.destructive-action:selected:hover, notebook > header .osd tabbar tab.destructive-action:selected:hover, tabbar notebook > header .osd tab.destructive-action:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:hover, .osd notebook > header > tabs > arrow.destructive-action:selected:hover, .osd dnd tab.destructive-action:selected:focus, dnd .osd tab.destructive-action:selected:focus, .osd tabbar tab.destructive-action:selected:focus, tabbar .osd tab.destructive-action:selected:focus, .osd notebook > header tabs > tab.destructive-action:selected:focus, notebook > header .osd tabs > tab.destructive-action:selected:focus, .osd notebook > header dnd tab.destructive-action:selected:focus, dnd .osd notebook > header tab.destructive-action:selected:focus, .osd notebook > header tabbar tab.destructive-action:selected:focus, tabbar .osd notebook > header tab.destructive-action:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:focus, notebook > header .osd dnd tab.destructive-action:selected:focus, dnd notebook > header .osd tab.destructive-action:selected:focus, notebook > header .osd tabbar tab.destructive-action:selected:focus, tabbar notebook > header .osd tab.destructive-action:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:focus, .osd notebook > header > tabs > arrow.destructive-action:selected:focus, .osd dnd tab.destructive-action.has-open-popup:hover, dnd .osd tab.destructive-action.has-open-popup:hover, .osd tabbar tab.destructive-action.has-open-popup:hover, tabbar .osd tab.destructive-action.has-open-popup:hover, .osd notebook > header tabs > tab.destructive-action.has-open-popup:hover, notebook > header .osd tabs > tab.destructive-action.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:hover, .osd dnd tab.destructive-action.has-open-popup:focus, dnd .osd tab.destructive-action.has-open-popup:focus, .osd tabbar tab.destructive-action.has-open-popup:focus, tabbar .osd tab.destructive-action.has-open-popup:focus, .osd notebook > header tabs > tab.destructive-action.has-open-popup:focus, notebook > header .osd tabs > tab.destructive-action.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:focus, .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.destructive-action button:hover, dnd .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.destructive-action button:hover, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:hover, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:hover, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:hover, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:hover, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:hover, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:hover, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:hover, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:hover, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:hover, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:hover, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:hover, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:hover, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:hover, .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.destructive-action button:focus, dnd .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.destructive-action button:focus, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:focus, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:focus, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:focus, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:focus, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:focus, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:focus, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:focus, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:focus, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:focus, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:focus, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:focus, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:focus, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:focus, .osd dnd tab.destructive-action.osd:checked:hover, dnd .osd tab.destructive-action.osd:checked:hover, .osd tabbar tab.destructive-action.osd:checked:hover, tabbar .osd tab.destructive-action.osd:checked:hover, .osd notebook > header tabs > tab.destructive-action.osd:checked:hover, notebook > header .osd tabs > tab.destructive-action.osd:checked:hover, .osd notebook > header dnd tab.osd:checked:hover, dnd .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tab.osd:checked:hover, tabbar .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header .osd dnd tab.osd:checked:hover, dnd notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tab.osd:checked:hover, tabbar notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover, .osd dnd tab.destructive-action.osd:checked:focus, dnd .osd tab.destructive-action.osd:checked:focus, .osd tabbar tab.destructive-action.osd:checked:focus, tabbar .osd tab.destructive-action.osd:checked:focus, .osd notebook > header tabs > tab.destructive-action.osd:checked:focus, notebook > header .osd tabs > tab.destructive-action.osd:checked:focus, .osd notebook > header dnd tab.osd:checked:focus, dnd .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tab.osd:checked:focus, tabbar .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header .osd dnd tab.osd:checked:focus, dnd notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tab.osd:checked:focus, tabbar notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus, .osd dnd tab.destructive-action.osd:selected:hover, dnd .osd tab.destructive-action.osd:selected:hover, .osd tabbar tab.destructive-action.osd:selected:hover, tabbar .osd tab.destructive-action.osd:selected:hover, .osd notebook > header tabs > tab.destructive-action.osd:selected:hover, notebook > header .osd tabs > tab.destructive-action.osd:selected:hover, .osd notebook > header dnd tab.osd:selected:hover, dnd .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tab.osd:selected:hover, tabbar .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header .osd dnd tab.osd:selected:hover, dnd notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tab.osd:selected:hover, tabbar notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover, .osd dnd tab.destructive-action.osd:selected:focus, dnd .osd tab.destructive-action.osd:selected:focus, .osd tabbar tab.destructive-action.osd:selected:focus, tabbar .osd tab.destructive-action.osd:selected:focus, .osd notebook > header tabs > tab.destructive-action.osd:selected:focus, notebook > header .osd tabs > tab.destructive-action.osd:selected:focus, .osd notebook > header dnd tab.osd:selected:focus, dnd .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tab.osd:selected:focus, tabbar .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header .osd dnd tab.osd:selected:focus, dnd notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tab.osd:selected:focus, tabbar notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus, .osd dnd tab.destructive-action.osd.has-open-popup:hover, dnd .osd tab.destructive-action.osd.has-open-popup:hover, .osd tabbar tab.destructive-action.osd.has-open-popup:hover, tabbar .osd tab.destructive-action.osd.has-open-popup:hover, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd dnd tab.destructive-action.osd.has-open-popup:focus, dnd .osd tab.destructive-action.osd.has-open-popup:focus, .osd tabbar tab.destructive-action.osd.has-open-popup:focus, tabbar .osd tab.destructive-action.osd.has-open-popup:focus, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:hover, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:hover, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:hover, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:hover, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:hover, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:hover, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:focus, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:focus, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:focus, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:focus, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:focus, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:focus, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus, .osd button.destructive-action:checked:hover, .osd button.destructive-action:checked:focus, .osd button.destructive-action:selected:hover, .osd button.destructive-action:selected:focus, .osd button.destructive-action.has-open-popup:hover, .osd button.destructive-action.has-open-popup:focus, .osd button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.destructive-action button:hover, .osd button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.destructive-action button:focus, .osd button.destructive-action.osd:checked:hover, .osd button.destructive-action.osd:checked:focus, .osd button.destructive-action.osd:selected:hover, .osd button.destructive-action.osd:selected:focus, .osd button.destructive-action.osd.has-open-popup:hover, .osd button.destructive-action.osd.has-open-popup:focus, .osd button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.destructive-action.osd button:hover, .osd button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.destructive-action.osd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
.osd dnd tab.destructive-action:checked:hover, dnd .osd tab.destructive-action:checked:hover, .osd tabbar tab.destructive-action:checked:hover, tabbar .osd tab.destructive-action:checked:hover, .osd notebook > header tabs > tab.destructive-action:checked:hover, notebook > header .osd tabs > tab.destructive-action:checked:hover, .osd notebook > header dnd tab.destructive-action:checked:hover, dnd .osd notebook > header tab.destructive-action:checked:hover, .osd notebook > header tabbar tab.destructive-action:checked:hover, tabbar .osd notebook > header tab.destructive-action:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:hover, notebook > header .osd dnd tab.destructive-action:checked:hover, dnd notebook > header .osd tab.destructive-action:checked:hover, notebook > header .osd tabbar tab.destructive-action:checked:hover, tabbar notebook > header .osd tab.destructive-action:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:hover, .osd notebook > header > tabs > arrow.destructive-action:checked:hover, .osd columnview.view > header > button.destructive-action:checked:hover, .osd treeview.view > header > button.destructive-action:checked:hover, .osd dnd tab.destructive-action:checked:hover image, dnd .osd tab.destructive-action:checked:hover image, .osd tabbar tab.destructive-action:checked:hover image, tabbar .osd tab.destructive-action:checked:hover image, .osd notebook > header tabs > tab.destructive-action:checked:hover image, notebook > header .osd tabs > tab.destructive-action:checked:hover image, .osd notebook > header dnd tab.destructive-action:checked:hover image, dnd .osd notebook > header tab.destructive-action:checked:hover image, .osd notebook > header tabbar tab.destructive-action:checked:hover image, tabbar .osd notebook > header tab.destructive-action:checked:hover image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:hover image, notebook > header .osd dnd tab.destructive-action:checked:hover image, dnd notebook > header .osd tab.destructive-action:checked:hover image, notebook > header .osd tabbar tab.destructive-action:checked:hover image, tabbar notebook > header .osd tab.destructive-action:checked:hover image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:hover image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:hover image, .osd notebook > header > tabs > arrow.destructive-action:checked:hover image, .osd columnview.view > header > button.destructive-action:checked:hover image, .osd treeview.view > header > button.destructive-action:checked:hover image, .osd dnd tab.destructive-action:checked:hover arrow, dnd .osd tab.destructive-action:checked:hover arrow, .osd tabbar tab.destructive-action:checked:hover arrow, tabbar .osd tab.destructive-action:checked:hover arrow, .osd notebook > header tabs > tab.destructive-action:checked:hover arrow, notebook > header .osd tabs > tab.destructive-action:checked:hover arrow, .osd notebook > header dnd tab.destructive-action:checked:hover arrow, dnd .osd notebook > header tab.destructive-action:checked:hover arrow, .osd notebook > header tabbar tab.destructive-action:checked:hover arrow, tabbar .osd notebook > header tab.destructive-action:checked:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:hover arrow, notebook > header .osd dnd tab.destructive-action:checked:hover arrow, dnd notebook > header .osd tab.destructive-action:checked:hover arrow, notebook > header .osd tabbar tab.destructive-action:checked:hover arrow, tabbar notebook > header .osd tab.destructive-action:checked:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:hover arrow, .osd notebook > header > tabs > arrow.destructive-action:checked:hover arrow, .osd columnview.view > header > button.destructive-action:checked:hover arrow, .osd treeview.view > header > button.destructive-action:checked:hover arrow, .osd dnd tab.destructive-action:checked:focus, dnd .osd tab.destructive-action:checked:focus, .osd tabbar tab.destructive-action:checked:focus, tabbar .osd tab.destructive-action:checked:focus, .osd notebook > header tabs > tab.destructive-action:checked:focus, notebook > header .osd tabs > tab.destructive-action:checked:focus, .osd notebook > header dnd tab.destructive-action:checked:focus, dnd .osd notebook > header tab.destructive-action:checked:focus, .osd notebook > header tabbar tab.destructive-action:checked:focus, tabbar .osd notebook > header tab.destructive-action:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:focus, notebook > header .osd dnd tab.destructive-action:checked:focus, dnd notebook > header .osd tab.destructive-action:checked:focus, notebook > header .osd tabbar tab.destructive-action:checked:focus, tabbar notebook > header .osd tab.destructive-action:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:focus, .osd notebook > header > tabs > arrow.destructive-action:checked:focus, .osd columnview.view > header > button.destructive-action:checked:focus, .osd treeview.view > header > button.destructive-action:checked:focus, .osd dnd tab.destructive-action:checked:focus image, dnd .osd tab.destructive-action:checked:focus image, .osd tabbar tab.destructive-action:checked:focus image, tabbar .osd tab.destructive-action:checked:focus image, .osd notebook > header tabs > tab.destructive-action:checked:focus image, notebook > header .osd tabs > tab.destructive-action:checked:focus image, .osd notebook > header dnd tab.destructive-action:checked:focus image, dnd .osd notebook > header tab.destructive-action:checked:focus image, .osd notebook > header tabbar tab.destructive-action:checked:focus image, tabbar .osd notebook > header tab.destructive-action:checked:focus image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:focus image, notebook > header .osd dnd tab.destructive-action:checked:focus image, dnd notebook > header .osd tab.destructive-action:checked:focus image, notebook > header .osd tabbar tab.destructive-action:checked:focus image, tabbar notebook > header .osd tab.destructive-action:checked:focus image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:focus image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:focus image, .osd notebook > header > tabs > arrow.destructive-action:checked:focus image, .osd columnview.view > header > button.destructive-action:checked:focus image, .osd treeview.view > header > button.destructive-action:checked:focus image, .osd dnd tab.destructive-action:checked:focus arrow, dnd .osd tab.destructive-action:checked:focus arrow, .osd tabbar tab.destructive-action:checked:focus arrow, tabbar .osd tab.destructive-action:checked:focus arrow, .osd notebook > header tabs > tab.destructive-action:checked:focus arrow, notebook > header .osd tabs > tab.destructive-action:checked:focus arrow, .osd notebook > header dnd tab.destructive-action:checked:focus arrow, dnd .osd notebook > header tab.destructive-action:checked:focus arrow, .osd notebook > header tabbar tab.destructive-action:checked:focus arrow, tabbar .osd notebook > header tab.destructive-action:checked:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:checked:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:checked:focus arrow, notebook > header .osd dnd tab.destructive-action:checked:focus arrow, dnd notebook > header .osd tab.destructive-action:checked:focus arrow, notebook > header .osd tabbar tab.destructive-action:checked:focus arrow, tabbar notebook > header .osd tab.destructive-action:checked:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:checked:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:checked:focus arrow, .osd notebook > header > tabs > arrow.destructive-action:checked:focus arrow, .osd columnview.view > header > button.destructive-action:checked:focus arrow, .osd treeview.view > header > button.destructive-action:checked:focus arrow, .osd dnd tab.destructive-action:selected:hover, dnd .osd tab.destructive-action:selected:hover, .osd tabbar tab.destructive-action:selected:hover, tabbar .osd tab.destructive-action:selected:hover, .osd notebook > header tabs > tab.destructive-action:selected:hover, notebook > header .osd tabs > tab.destructive-action:selected:hover, .osd notebook > header dnd tab.destructive-action:selected:hover, dnd .osd notebook > header tab.destructive-action:selected:hover, .osd notebook > header tabbar tab.destructive-action:selected:hover, tabbar .osd notebook > header tab.destructive-action:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:hover, notebook > header .osd dnd tab.destructive-action:selected:hover, dnd notebook > header .osd tab.destructive-action:selected:hover, notebook > header .osd tabbar tab.destructive-action:selected:hover, tabbar notebook > header .osd tab.destructive-action:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:hover, .osd notebook > header > tabs > arrow.destructive-action:selected:hover, .osd columnview.view > header > button.destructive-action:selected:hover, .osd treeview.view > header > button.destructive-action:selected:hover, .osd dnd tab.destructive-action:selected:hover image, dnd .osd tab.destructive-action:selected:hover image, .osd tabbar tab.destructive-action:selected:hover image, tabbar .osd tab.destructive-action:selected:hover image, .osd notebook > header tabs > tab.destructive-action:selected:hover image, notebook > header .osd tabs > tab.destructive-action:selected:hover image, .osd notebook > header dnd tab.destructive-action:selected:hover image, dnd .osd notebook > header tab.destructive-action:selected:hover image, .osd notebook > header tabbar tab.destructive-action:selected:hover image, tabbar .osd notebook > header tab.destructive-action:selected:hover image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:hover image, notebook > header .osd dnd tab.destructive-action:selected:hover image, dnd notebook > header .osd tab.destructive-action:selected:hover image, notebook > header .osd tabbar tab.destructive-action:selected:hover image, tabbar notebook > header .osd tab.destructive-action:selected:hover image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:hover image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:hover image, .osd notebook > header > tabs > arrow.destructive-action:selected:hover image, .osd columnview.view > header > button.destructive-action:selected:hover image, .osd treeview.view > header > button.destructive-action:selected:hover image, .osd dnd tab.destructive-action:selected:hover arrow, dnd .osd tab.destructive-action:selected:hover arrow, .osd tabbar tab.destructive-action:selected:hover arrow, tabbar .osd tab.destructive-action:selected:hover arrow, .osd notebook > header tabs > tab.destructive-action:selected:hover arrow, notebook > header .osd tabs > tab.destructive-action:selected:hover arrow, .osd notebook > header dnd tab.destructive-action:selected:hover arrow, dnd .osd notebook > header tab.destructive-action:selected:hover arrow, .osd notebook > header tabbar tab.destructive-action:selected:hover arrow, tabbar .osd notebook > header tab.destructive-action:selected:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:hover arrow, notebook > header .osd dnd tab.destructive-action:selected:hover arrow, dnd notebook > header .osd tab.destructive-action:selected:hover arrow, notebook > header .osd tabbar tab.destructive-action:selected:hover arrow, tabbar notebook > header .osd tab.destructive-action:selected:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:hover arrow, .osd notebook > header > tabs > arrow.destructive-action:selected:hover arrow, .osd columnview.view > header > button.destructive-action:selected:hover arrow, .osd treeview.view > header > button.destructive-action:selected:hover arrow, .osd dnd tab.destructive-action:selected:focus, dnd .osd tab.destructive-action:selected:focus, .osd tabbar tab.destructive-action:selected:focus, tabbar .osd tab.destructive-action:selected:focus, .osd notebook > header tabs > tab.destructive-action:selected:focus, notebook > header .osd tabs > tab.destructive-action:selected:focus, .osd notebook > header dnd tab.destructive-action:selected:focus, dnd .osd notebook > header tab.destructive-action:selected:focus, .osd notebook > header tabbar tab.destructive-action:selected:focus, tabbar .osd notebook > header tab.destructive-action:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:focus, notebook > header .osd dnd tab.destructive-action:selected:focus, dnd notebook > header .osd tab.destructive-action:selected:focus, notebook > header .osd tabbar tab.destructive-action:selected:focus, tabbar notebook > header .osd tab.destructive-action:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:focus, .osd notebook > header > tabs > arrow.destructive-action:selected:focus, .osd columnview.view > header > button.destructive-action:selected:focus, .osd treeview.view > header > button.destructive-action:selected:focus, .osd dnd tab.destructive-action:selected:focus image, dnd .osd tab.destructive-action:selected:focus image, .osd tabbar tab.destructive-action:selected:focus image, tabbar .osd tab.destructive-action:selected:focus image, .osd notebook > header tabs > tab.destructive-action:selected:focus image, notebook > header .osd tabs > tab.destructive-action:selected:focus image, .osd notebook > header dnd tab.destructive-action:selected:focus image, dnd .osd notebook > header tab.destructive-action:selected:focus image, .osd notebook > header tabbar tab.destructive-action:selected:focus image, tabbar .osd notebook > header tab.destructive-action:selected:focus image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:focus image, notebook > header .osd dnd tab.destructive-action:selected:focus image, dnd notebook > header .osd tab.destructive-action:selected:focus image, notebook > header .osd tabbar tab.destructive-action:selected:focus image, tabbar notebook > header .osd tab.destructive-action:selected:focus image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:focus image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:focus image, .osd notebook > header > tabs > arrow.destructive-action:selected:focus image, .osd columnview.view > header > button.destructive-action:selected:focus image, .osd treeview.view > header > button.destructive-action:selected:focus image, .osd dnd tab.destructive-action:selected:focus arrow, dnd .osd tab.destructive-action:selected:focus arrow, .osd tabbar tab.destructive-action:selected:focus arrow, tabbar .osd tab.destructive-action:selected:focus arrow, .osd notebook > header tabs > tab.destructive-action:selected:focus arrow, notebook > header .osd tabs > tab.destructive-action:selected:focus arrow, .osd notebook > header dnd tab.destructive-action:selected:focus arrow, dnd .osd notebook > header tab.destructive-action:selected:focus arrow, .osd notebook > header tabbar tab.destructive-action:selected:focus arrow, tabbar .osd notebook > header tab.destructive-action:selected:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:selected:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:selected:focus arrow, notebook > header .osd dnd tab.destructive-action:selected:focus arrow, dnd notebook > header .osd tab.destructive-action:selected:focus arrow, notebook > header .osd tabbar tab.destructive-action:selected:focus arrow, tabbar notebook > header .osd tab.destructive-action:selected:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:selected:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:selected:focus arrow, .osd notebook > header > tabs > arrow.destructive-action:selected:focus arrow, .osd columnview.view > header > button.destructive-action:selected:focus arrow, .osd treeview.view > header > button.destructive-action:selected:focus arrow, .osd dnd tab.destructive-action.has-open-popup:hover, dnd .osd tab.destructive-action.has-open-popup:hover, .osd tabbar tab.destructive-action.has-open-popup:hover, tabbar .osd tab.destructive-action.has-open-popup:hover, .osd notebook > header tabs > tab.destructive-action.has-open-popup:hover, notebook > header .osd tabs > tab.destructive-action.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:hover, .osd columnview.view > header > button.destructive-action.has-open-popup:hover, .osd treeview.view > header > button.destructive-action.has-open-popup:hover, .osd dnd tab.destructive-action.has-open-popup:hover image, dnd .osd tab.destructive-action.has-open-popup:hover image, .osd tabbar tab.destructive-action.has-open-popup:hover image, tabbar .osd tab.destructive-action.has-open-popup:hover image, .osd notebook > header tabs > tab.destructive-action.has-open-popup:hover image, notebook > header .osd tabs > tab.destructive-action.has-open-popup:hover image, .osd notebook > header dnd tab.has-open-popup:hover image, dnd .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tab.has-open-popup:hover image, tabbar .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header .osd dnd tab.has-open-popup:hover image, dnd notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tab.has-open-popup:hover image, tabbar notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover image, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:hover image, .osd columnview.view > header > button.destructive-action.has-open-popup:hover image, .osd treeview.view > header > button.destructive-action.has-open-popup:hover image, .osd dnd tab.destructive-action.has-open-popup:hover arrow, dnd .osd tab.destructive-action.has-open-popup:hover arrow, .osd tabbar tab.destructive-action.has-open-popup:hover arrow, tabbar .osd tab.destructive-action.has-open-popup:hover arrow, .osd notebook > header tabs > tab.destructive-action.has-open-popup:hover arrow, notebook > header .osd tabs > tab.destructive-action.has-open-popup:hover arrow, .osd notebook > header dnd tab.has-open-popup:hover arrow, dnd .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tab.has-open-popup:hover arrow, tabbar .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header .osd dnd tab.has-open-popup:hover arrow, dnd notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tab.has-open-popup:hover arrow, tabbar notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover arrow, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:hover arrow, .osd columnview.view > header > button.destructive-action.has-open-popup:hover arrow, .osd treeview.view > header > button.destructive-action.has-open-popup:hover arrow, .osd dnd tab.destructive-action.has-open-popup:focus, dnd .osd tab.destructive-action.has-open-popup:focus, .osd tabbar tab.destructive-action.has-open-popup:focus, tabbar .osd tab.destructive-action.has-open-popup:focus, .osd notebook > header tabs > tab.destructive-action.has-open-popup:focus, notebook > header .osd tabs > tab.destructive-action.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:focus, .osd columnview.view > header > button.destructive-action.has-open-popup:focus, .osd treeview.view > header > button.destructive-action.has-open-popup:focus, .osd dnd tab.destructive-action.has-open-popup:focus image, dnd .osd tab.destructive-action.has-open-popup:focus image, .osd tabbar tab.destructive-action.has-open-popup:focus image, tabbar .osd tab.destructive-action.has-open-popup:focus image, .osd notebook > header tabs > tab.destructive-action.has-open-popup:focus image, notebook > header .osd tabs > tab.destructive-action.has-open-popup:focus image, .osd notebook > header dnd tab.has-open-popup:focus image, dnd .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tab.has-open-popup:focus image, tabbar .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header .osd dnd tab.has-open-popup:focus image, dnd notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tab.has-open-popup:focus image, tabbar notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus image, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:focus image, .osd columnview.view > header > button.destructive-action.has-open-popup:focus image, .osd treeview.view > header > button.destructive-action.has-open-popup:focus image, .osd dnd tab.destructive-action.has-open-popup:focus arrow, dnd .osd tab.destructive-action.has-open-popup:focus arrow, .osd tabbar tab.destructive-action.has-open-popup:focus arrow, tabbar .osd tab.destructive-action.has-open-popup:focus arrow, .osd notebook > header tabs > tab.destructive-action.has-open-popup:focus arrow, notebook > header .osd tabs > tab.destructive-action.has-open-popup:focus arrow, .osd notebook > header dnd tab.has-open-popup:focus arrow, dnd .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tab.has-open-popup:focus arrow, tabbar .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header .osd dnd tab.has-open-popup:focus arrow, dnd notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tab.has-open-popup:focus arrow, tabbar notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus arrow, .osd notebook > header > tabs > arrow.destructive-action.has-open-popup:focus arrow, .osd columnview.view > header > button.destructive-action.has-open-popup:focus arrow, .osd treeview.view > header > button.destructive-action.has-open-popup:focus arrow, .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.destructive-action button:hover, dnd .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.destructive-action button:hover, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:hover, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:hover, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:hover, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:hover, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:hover, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:hover, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:hover, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:hover, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:hover, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:hover, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:hover, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:hover, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:hover, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:hover, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:hover, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:hover, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:hover, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:hover, .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd dnd tab.destructive-action button:hover image, dnd .osd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd tab.destructive-action button:hover image, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:hover image, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:hover image, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:hover image, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:hover image, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:hover image, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:hover image, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:hover image, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:hover image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:hover image, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:hover image, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:hover image, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:hover image, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:hover image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:hover image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:hover image, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:hover image, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:hover image, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:hover image, .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd dnd tab.destructive-action button:hover arrow, dnd .osd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd tab.destructive-action button:hover arrow, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:hover arrow, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:hover arrow, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:hover arrow, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:hover arrow, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:hover arrow, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:hover arrow, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:hover arrow, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:hover arrow, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:hover arrow, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:hover arrow, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:hover arrow, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:hover arrow, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:hover arrow, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:hover arrow, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:hover arrow, .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.destructive-action button:focus, dnd .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.destructive-action button:focus, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:focus, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:focus, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:focus, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:focus, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:focus, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:focus, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:focus, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:focus, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:focus, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:focus, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:focus, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:focus, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:focus, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:focus, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:focus, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:focus, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:focus, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:focus, .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd dnd tab.destructive-action button:focus image, dnd .osd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd tab.destructive-action button:focus image, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:focus image, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:focus image, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:focus image, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:focus image, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:focus image, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:focus image, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:focus image, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:focus image, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus image, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:focus image, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:focus image, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:focus image, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:focus image, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:focus image, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:focus image, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:focus image, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:focus image, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:focus image, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:focus image, .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd dnd tab.destructive-action button:focus arrow, dnd .osd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd tab.destructive-action button:focus arrow, .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd tabbar tab.destructive-action button:focus arrow, tabbar .osd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd tab.destructive-action button:focus arrow, .osd notebook > header tabs > tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action button:focus arrow, notebook > header .osd tabs > tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action button:focus arrow, .osd notebook > header dnd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.destructive-action button:focus arrow, dnd .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.destructive-action button:focus arrow, .osd notebook > header tabbar tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.destructive-action button:focus arrow, tabbar .osd notebook > header tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.destructive-action button:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.destructive-action button:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.destructive-action button:focus arrow, notebook > header .osd dnd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.destructive-action button:focus arrow, dnd notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.destructive-action button:focus arrow, notebook > header .osd tabbar tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.destructive-action button:focus arrow, tabbar notebook > header .osd tab.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.destructive-action button:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.destructive-action button:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.destructive-action button:focus arrow, .osd notebook > header > tabs > arrow.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action button:focus arrow, .osd columnview.view > header > button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action button:focus arrow, .osd treeview.view > header > button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action button:focus arrow, .osd dnd tab.destructive-action.osd:checked:hover, dnd .osd tab.destructive-action.osd:checked:hover, .osd tabbar tab.destructive-action.osd:checked:hover, tabbar .osd tab.destructive-action.osd:checked:hover, .osd notebook > header tabs > tab.destructive-action.osd:checked:hover, notebook > header .osd tabs > tab.destructive-action.osd:checked:hover, .osd notebook > header dnd tab.osd:checked:hover, dnd .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tab.osd:checked:hover, tabbar .osd notebook > header tab.osd:checked:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover, notebook > header .osd dnd tab.osd:checked:hover, dnd notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tab.osd:checked:hover, tabbar notebook > header .osd tab.osd:checked:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:hover, .osd columnview.view > header > button.destructive-action.osd:checked:hover, .osd treeview.view > header > button.destructive-action.osd:checked:hover, .osd dnd tab.destructive-action.osd:checked:hover image, dnd .osd tab.destructive-action.osd:checked:hover image, .osd tabbar tab.destructive-action.osd:checked:hover image, tabbar .osd tab.destructive-action.osd:checked:hover image, .osd notebook > header tabs > tab.destructive-action.osd:checked:hover image, notebook > header .osd tabs > tab.destructive-action.osd:checked:hover image, .osd notebook > header dnd tab.osd:checked:hover image, dnd .osd notebook > header tab.osd:checked:hover image, .osd notebook > header tabbar tab.osd:checked:hover image, tabbar .osd notebook > header tab.osd:checked:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover image, notebook > header .osd dnd tab.osd:checked:hover image, dnd notebook > header .osd tab.osd:checked:hover image, notebook > header .osd tabbar tab.osd:checked:hover image, tabbar notebook > header .osd tab.osd:checked:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover image, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:hover image, .osd columnview.view > header > button.destructive-action.osd:checked:hover image, .osd treeview.view > header > button.destructive-action.osd:checked:hover image, .osd dnd tab.destructive-action.osd:checked:hover arrow, dnd .osd tab.destructive-action.osd:checked:hover arrow, .osd tabbar tab.destructive-action.osd:checked:hover arrow, tabbar .osd tab.destructive-action.osd:checked:hover arrow, .osd notebook > header tabs > tab.destructive-action.osd:checked:hover arrow, notebook > header .osd tabs > tab.destructive-action.osd:checked:hover arrow, .osd notebook > header dnd tab.osd:checked:hover arrow, dnd .osd notebook > header tab.osd:checked:hover arrow, .osd notebook > header tabbar tab.osd:checked:hover arrow, tabbar .osd notebook > header tab.osd:checked:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:hover arrow, notebook > header .osd dnd tab.osd:checked:hover arrow, dnd notebook > header .osd tab.osd:checked:hover arrow, notebook > header .osd tabbar tab.osd:checked:hover arrow, tabbar notebook > header .osd tab.osd:checked:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:hover arrow, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:hover arrow, .osd columnview.view > header > button.destructive-action.osd:checked:hover arrow, .osd treeview.view > header > button.destructive-action.osd:checked:hover arrow, .osd dnd tab.destructive-action.osd:checked:focus, dnd .osd tab.destructive-action.osd:checked:focus, .osd tabbar tab.destructive-action.osd:checked:focus, tabbar .osd tab.destructive-action.osd:checked:focus, .osd notebook > header tabs > tab.destructive-action.osd:checked:focus, notebook > header .osd tabs > tab.destructive-action.osd:checked:focus, .osd notebook > header dnd tab.osd:checked:focus, dnd .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tab.osd:checked:focus, tabbar .osd notebook > header tab.osd:checked:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus, notebook > header .osd dnd tab.osd:checked:focus, dnd notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tab.osd:checked:focus, tabbar notebook > header .osd tab.osd:checked:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:focus, .osd columnview.view > header > button.destructive-action.osd:checked:focus, .osd treeview.view > header > button.destructive-action.osd:checked:focus, .osd dnd tab.destructive-action.osd:checked:focus image, dnd .osd tab.destructive-action.osd:checked:focus image, .osd tabbar tab.destructive-action.osd:checked:focus image, tabbar .osd tab.destructive-action.osd:checked:focus image, .osd notebook > header tabs > tab.destructive-action.osd:checked:focus image, notebook > header .osd tabs > tab.destructive-action.osd:checked:focus image, .osd notebook > header dnd tab.osd:checked:focus image, dnd .osd notebook > header tab.osd:checked:focus image, .osd notebook > header tabbar tab.osd:checked:focus image, tabbar .osd notebook > header tab.osd:checked:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus image, notebook > header .osd dnd tab.osd:checked:focus image, dnd notebook > header .osd tab.osd:checked:focus image, notebook > header .osd tabbar tab.osd:checked:focus image, tabbar notebook > header .osd tab.osd:checked:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus image, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:focus image, .osd columnview.view > header > button.destructive-action.osd:checked:focus image, .osd treeview.view > header > button.destructive-action.osd:checked:focus image, .osd dnd tab.destructive-action.osd:checked:focus arrow, dnd .osd tab.destructive-action.osd:checked:focus arrow, .osd tabbar tab.destructive-action.osd:checked:focus arrow, tabbar .osd tab.destructive-action.osd:checked:focus arrow, .osd notebook > header tabs > tab.destructive-action.osd:checked:focus arrow, notebook > header .osd tabs > tab.destructive-action.osd:checked:focus arrow, .osd notebook > header dnd tab.osd:checked:focus arrow, dnd .osd notebook > header tab.osd:checked:focus arrow, .osd notebook > header tabbar tab.osd:checked:focus arrow, tabbar .osd notebook > header tab.osd:checked:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:checked:focus arrow, notebook > header .osd dnd tab.osd:checked:focus arrow, dnd notebook > header .osd tab.osd:checked:focus arrow, notebook > header .osd tabbar tab.osd:checked:focus arrow, tabbar notebook > header .osd tab.osd:checked:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:checked:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:checked:focus arrow, .osd notebook > header > tabs > arrow.destructive-action.osd:checked:focus arrow, .osd columnview.view > header > button.destructive-action.osd:checked:focus arrow, .osd treeview.view > header > button.destructive-action.osd:checked:focus arrow, .osd dnd tab.destructive-action.osd:selected:hover, dnd .osd tab.destructive-action.osd:selected:hover, .osd tabbar tab.destructive-action.osd:selected:hover, tabbar .osd tab.destructive-action.osd:selected:hover, .osd notebook > header tabs > tab.destructive-action.osd:selected:hover, notebook > header .osd tabs > tab.destructive-action.osd:selected:hover, .osd notebook > header dnd tab.osd:selected:hover, dnd .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tab.osd:selected:hover, tabbar .osd notebook > header tab.osd:selected:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover, notebook > header .osd dnd tab.osd:selected:hover, dnd notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tab.osd:selected:hover, tabbar notebook > header .osd tab.osd:selected:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:hover, .osd columnview.view > header > button.destructive-action.osd:selected:hover, .osd treeview.view > header > button.destructive-action.osd:selected:hover, .osd dnd tab.destructive-action.osd:selected:hover image, dnd .osd tab.destructive-action.osd:selected:hover image, .osd tabbar tab.destructive-action.osd:selected:hover image, tabbar .osd tab.destructive-action.osd:selected:hover image, .osd notebook > header tabs > tab.destructive-action.osd:selected:hover image, notebook > header .osd tabs > tab.destructive-action.osd:selected:hover image, .osd notebook > header dnd tab.osd:selected:hover image, dnd .osd notebook > header tab.osd:selected:hover image, .osd notebook > header tabbar tab.osd:selected:hover image, tabbar .osd notebook > header tab.osd:selected:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover image, notebook > header .osd dnd tab.osd:selected:hover image, dnd notebook > header .osd tab.osd:selected:hover image, notebook > header .osd tabbar tab.osd:selected:hover image, tabbar notebook > header .osd tab.osd:selected:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover image, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:hover image, .osd columnview.view > header > button.destructive-action.osd:selected:hover image, .osd treeview.view > header > button.destructive-action.osd:selected:hover image, .osd dnd tab.destructive-action.osd:selected:hover arrow, dnd .osd tab.destructive-action.osd:selected:hover arrow, .osd tabbar tab.destructive-action.osd:selected:hover arrow, tabbar .osd tab.destructive-action.osd:selected:hover arrow, .osd notebook > header tabs > tab.destructive-action.osd:selected:hover arrow, notebook > header .osd tabs > tab.destructive-action.osd:selected:hover arrow, .osd notebook > header dnd tab.osd:selected:hover arrow, dnd .osd notebook > header tab.osd:selected:hover arrow, .osd notebook > header tabbar tab.osd:selected:hover arrow, tabbar .osd notebook > header tab.osd:selected:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:hover arrow, notebook > header .osd dnd tab.osd:selected:hover arrow, dnd notebook > header .osd tab.osd:selected:hover arrow, notebook > header .osd tabbar tab.osd:selected:hover arrow, tabbar notebook > header .osd tab.osd:selected:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:hover arrow, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:hover arrow, .osd columnview.view > header > button.destructive-action.osd:selected:hover arrow, .osd treeview.view > header > button.destructive-action.osd:selected:hover arrow, .osd dnd tab.destructive-action.osd:selected:focus, dnd .osd tab.destructive-action.osd:selected:focus, .osd tabbar tab.destructive-action.osd:selected:focus, tabbar .osd tab.destructive-action.osd:selected:focus, .osd notebook > header tabs > tab.destructive-action.osd:selected:focus, notebook > header .osd tabs > tab.destructive-action.osd:selected:focus, .osd notebook > header dnd tab.osd:selected:focus, dnd .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tab.osd:selected:focus, tabbar .osd notebook > header tab.osd:selected:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus, notebook > header .osd dnd tab.osd:selected:focus, dnd notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tab.osd:selected:focus, tabbar notebook > header .osd tab.osd:selected:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:focus, .osd columnview.view > header > button.destructive-action.osd:selected:focus, .osd treeview.view > header > button.destructive-action.osd:selected:focus, .osd dnd tab.destructive-action.osd:selected:focus image, dnd .osd tab.destructive-action.osd:selected:focus image, .osd tabbar tab.destructive-action.osd:selected:focus image, tabbar .osd tab.destructive-action.osd:selected:focus image, .osd notebook > header tabs > tab.destructive-action.osd:selected:focus image, notebook > header .osd tabs > tab.destructive-action.osd:selected:focus image, .osd notebook > header dnd tab.osd:selected:focus image, dnd .osd notebook > header tab.osd:selected:focus image, .osd notebook > header tabbar tab.osd:selected:focus image, tabbar .osd notebook > header tab.osd:selected:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus image, notebook > header .osd dnd tab.osd:selected:focus image, dnd notebook > header .osd tab.osd:selected:focus image, notebook > header .osd tabbar tab.osd:selected:focus image, tabbar notebook > header .osd tab.osd:selected:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus image, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:focus image, .osd columnview.view > header > button.destructive-action.osd:selected:focus image, .osd treeview.view > header > button.destructive-action.osd:selected:focus image, .osd dnd tab.destructive-action.osd:selected:focus arrow, dnd .osd tab.destructive-action.osd:selected:focus arrow, .osd tabbar tab.destructive-action.osd:selected:focus arrow, tabbar .osd tab.destructive-action.osd:selected:focus arrow, .osd notebook > header tabs > tab.destructive-action.osd:selected:focus arrow, notebook > header .osd tabs > tab.destructive-action.osd:selected:focus arrow, .osd notebook > header dnd tab.osd:selected:focus arrow, dnd .osd notebook > header tab.osd:selected:focus arrow, .osd notebook > header tabbar tab.osd:selected:focus arrow, tabbar .osd notebook > header tab.osd:selected:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd:selected:focus arrow, notebook > header .osd dnd tab.osd:selected:focus arrow, dnd notebook > header .osd tab.osd:selected:focus arrow, notebook > header .osd tabbar tab.osd:selected:focus arrow, tabbar notebook > header .osd tab.osd:selected:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd:selected:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd:selected:focus arrow, .osd notebook > header > tabs > arrow.destructive-action.osd:selected:focus arrow, .osd columnview.view > header > button.destructive-action.osd:selected:focus arrow, .osd treeview.view > header > button.destructive-action.osd:selected:focus arrow, .osd dnd tab.destructive-action.osd.has-open-popup:hover, dnd .osd tab.destructive-action.osd.has-open-popup:hover, .osd tabbar tab.destructive-action.osd.has-open-popup:hover, tabbar .osd tab.destructive-action.osd.has-open-popup:hover, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:hover, .osd notebook > header dnd tab.has-open-popup:hover, dnd .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tab.has-open-popup:hover, tabbar .osd notebook > header tab.has-open-popup:hover, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover, notebook > header .osd dnd tab.has-open-popup:hover, dnd notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tab.has-open-popup:hover, tabbar notebook > header .osd tab.has-open-popup:hover, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:hover, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:hover, .osd dnd tab.destructive-action.osd.has-open-popup:hover image, dnd .osd tab.destructive-action.osd.has-open-popup:hover image, .osd tabbar tab.destructive-action.osd.has-open-popup:hover image, tabbar .osd tab.destructive-action.osd.has-open-popup:hover image, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover image, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:hover image, .osd notebook > header dnd tab.has-open-popup:hover image, dnd .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tab.has-open-popup:hover image, tabbar .osd notebook > header tab.has-open-popup:hover image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover image, notebook > header .osd dnd tab.has-open-popup:hover image, dnd notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tab.has-open-popup:hover image, tabbar notebook > header .osd tab.has-open-popup:hover image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover image, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover image, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:hover image, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:hover image, .osd dnd tab.destructive-action.osd.has-open-popup:hover arrow, dnd .osd tab.destructive-action.osd.has-open-popup:hover arrow, .osd tabbar tab.destructive-action.osd.has-open-popup:hover arrow, tabbar .osd tab.destructive-action.osd.has-open-popup:hover arrow, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:hover arrow, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:hover arrow, .osd notebook > header dnd tab.has-open-popup:hover arrow, dnd .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tab.has-open-popup:hover arrow, tabbar .osd notebook > header tab.has-open-popup:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:hover arrow, notebook > header .osd dnd tab.has-open-popup:hover arrow, dnd notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tab.has-open-popup:hover arrow, tabbar notebook > header .osd tab.has-open-popup:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:hover arrow, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:hover arrow, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:hover arrow, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:hover arrow, .osd dnd tab.destructive-action.osd.has-open-popup:focus, dnd .osd tab.destructive-action.osd.has-open-popup:focus, .osd tabbar tab.destructive-action.osd.has-open-popup:focus, tabbar .osd tab.destructive-action.osd.has-open-popup:focus, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:focus, .osd notebook > header dnd tab.has-open-popup:focus, dnd .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tab.has-open-popup:focus, tabbar .osd notebook > header tab.has-open-popup:focus, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus, notebook > header .osd dnd tab.has-open-popup:focus, dnd notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tab.has-open-popup:focus, tabbar notebook > header .osd tab.has-open-popup:focus, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:focus, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:focus, .osd dnd tab.destructive-action.osd.has-open-popup:focus image, dnd .osd tab.destructive-action.osd.has-open-popup:focus image, .osd tabbar tab.destructive-action.osd.has-open-popup:focus image, tabbar .osd tab.destructive-action.osd.has-open-popup:focus image, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus image, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:focus image, .osd notebook > header dnd tab.has-open-popup:focus image, dnd .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tab.has-open-popup:focus image, tabbar .osd notebook > header tab.has-open-popup:focus image, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus image, notebook > header .osd dnd tab.has-open-popup:focus image, dnd notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tab.has-open-popup:focus image, tabbar notebook > header .osd tab.has-open-popup:focus image, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus image, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus image, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus image, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:focus image, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:focus image, .osd dnd tab.destructive-action.osd.has-open-popup:focus arrow, dnd .osd tab.destructive-action.osd.has-open-popup:focus arrow, .osd tabbar tab.destructive-action.osd.has-open-popup:focus arrow, tabbar .osd tab.destructive-action.osd.has-open-popup:focus arrow, .osd notebook > header tabs > tab.destructive-action.osd.has-open-popup:focus arrow, notebook > header .osd tabs > tab.destructive-action.osd.has-open-popup:focus arrow, .osd notebook > header dnd tab.has-open-popup:focus arrow, dnd .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tab.has-open-popup:focus arrow, tabbar .osd notebook > header tab.has-open-popup:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.has-open-popup:focus arrow, notebook > header .osd dnd tab.has-open-popup:focus arrow, dnd notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tab.has-open-popup:focus arrow, tabbar notebook > header .osd tab.has-open-popup:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.has-open-popup:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.has-open-popup:focus arrow, .osd notebook > header > tabs > arrow.destructive-action.osd.has-open-popup:focus arrow, .osd columnview.view > header > button.destructive-action.osd.has-open-popup:focus arrow, .osd treeview.view > header > button.destructive-action.osd.has-open-popup:focus arrow, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:hover, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:hover, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:hover, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:hover, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:hover, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:hover, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:hover, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:hover, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:hover, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:hover image, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:hover image, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:hover image, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:hover image, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:hover image, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:hover image, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover image, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover image, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover image, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover image, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover image, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover image, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover image, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover image, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover image, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover image, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover image, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover image, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:hover image, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:hover image, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:hover image, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:hover arrow, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:hover arrow, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:hover arrow, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:hover arrow, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:hover arrow, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:hover arrow, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:hover arrow, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:hover arrow, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:hover arrow, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:hover arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:hover arrow, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:hover arrow, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:hover arrow, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:hover arrow, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:hover arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:hover arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:hover arrow, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:hover arrow, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:hover arrow, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:hover arrow, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:focus, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:focus, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:focus, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:focus, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:focus, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:focus, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:focus, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:focus, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:focus, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:focus image, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:focus image, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:focus image, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:focus image, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:focus image, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:focus image, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus image, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus image, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus image, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus image, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus image, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus image, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus image, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus image, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus image, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus image, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus image, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus image, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:focus image, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:focus image, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:focus image, .osd dnd tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd dnd tab.destructive-action.osd button:focus arrow, dnd .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd tab.destructive-action.osd button:focus arrow, .osd tabbar tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd tabbar tab.destructive-action.osd button:focus arrow, tabbar .osd tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd tab.destructive-action.osd button:focus arrow, .osd notebook > header tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabs > tab.destructive-action.osd button:focus arrow, notebook > header .osd tabs > tab.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabs > tab.destructive-action.osd button:focus arrow, .osd notebook > header dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header dnd tab.osd button:focus arrow, dnd .osd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd .osd notebook > header tab.osd button:focus arrow, .osd notebook > header tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tab.osd button:focus arrow, tabbar .osd notebook > header tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tab.osd button:focus arrow, .osd notebook > header tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar .osd notebook > header tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar .osd notebook > header tabbox > tabboxchild.osd button:focus arrow, notebook > header .osd dnd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd dnd tab.osd button:focus arrow, dnd notebook > header .osd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin dnd notebook > header .osd tab.osd button:focus arrow, notebook > header .osd tabbar tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tab.osd button:focus arrow, tabbar notebook > header .osd tab.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tab.osd button:focus arrow, notebook > header .osd tabbar tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header .osd tabbar tabbox > tabboxchild.osd button:focus arrow, tabbar notebook > header .osd tabbox > tabboxchild.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin tabbar notebook > header .osd tabbox > tabboxchild.osd button:focus arrow, .osd notebook > header > tabs > arrow.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd notebook > header > tabs > arrow.destructive-action.osd button:focus arrow, .osd columnview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd columnview.view > header > button.destructive-action.osd button:focus arrow, .osd treeview.view > header > button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd treeview.view > header > button.destructive-action.osd button:focus arrow, .osd button.destructive-action:checked:hover, .osd button.destructive-action:checked:hover image, .osd button.destructive-action:checked:hover arrow, .osd button.destructive-action:checked:focus, .osd button.destructive-action:checked:focus image, .osd button.destructive-action:checked:focus arrow, .osd button.destructive-action:selected:hover, .osd button.destructive-action:selected:hover image, .osd button.destructive-action:selected:hover arrow, .osd button.destructive-action:selected:focus, .osd button.destructive-action:selected:focus image, .osd button.destructive-action:selected:focus arrow, .osd button.destructive-action.has-open-popup:hover, .osd button.destructive-action.has-open-popup:hover image, .osd button.destructive-action.has-open-popup:hover arrow, .osd button.destructive-action.has-open-popup:focus, .osd button.destructive-action.has-open-popup:focus image, .osd button.destructive-action.has-open-popup:focus arrow, .osd button.destructive-action .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.destructive-action button:hover, .osd button.destructive-action .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd button.destructive-action button:hover image, .osd button.destructive-action .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd button.destructive-action button:hover arrow, .osd button.destructive-action .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.destructive-action button:focus, .osd button.destructive-action .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd button.destructive-action button:focus image, .osd button.destructive-action .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd button.destructive-action button:focus arrow, .osd button.destructive-action.osd:checked:hover, .osd button.destructive-action.osd:checked:hover image, .osd button.destructive-action.osd:checked:hover arrow, .osd button.destructive-action.osd:checked:focus, .osd button.destructive-action.osd:checked:focus image, .osd button.destructive-action.osd:checked:focus arrow, .osd button.destructive-action.osd:selected:hover, .osd button.destructive-action.osd:selected:hover image, .osd button.destructive-action.osd:selected:hover arrow, .osd button.destructive-action.osd:selected:focus, .osd button.destructive-action.osd:selected:focus image, .osd button.destructive-action.osd:selected:focus arrow, .osd button.destructive-action.osd.has-open-popup:hover, .osd button.destructive-action.osd.has-open-popup:hover image, .osd button.destructive-action.osd.has-open-popup:hover arrow, .osd button.destructive-action.osd.has-open-popup:focus, .osd button.destructive-action.osd.has-open-popup:focus image, .osd button.destructive-action.osd.has-open-popup:focus arrow, .osd button.destructive-action.osd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .osd button.destructive-action.osd button:hover, .osd button.destructive-action.osd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .osd button.destructive-action.osd button:hover image, .osd button.destructive-action.osd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .osd button.destructive-action.osd button:hover arrow, .osd button.destructive-action.osd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .osd button.destructive-action.osd button:focus, .osd button.destructive-action.osd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .osd button.destructive-action.osd button:focus image, .osd button.destructive-action.osd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .osd button.destructive-action.osd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
.osd dnd tab.destructive-action:disabled, dnd .osd tab.destructive-action:disabled, .osd tabbar tab.destructive-action:disabled, tabbar .osd tab.destructive-action:disabled, .osd notebook > header tabs > tab.destructive-action:disabled, notebook > header .osd tabs > tab.destructive-action:disabled, .osd notebook > header tabbar tabbox > tabboxchild.destructive-action:disabled, tabbar .osd notebook > header tabbox > tabboxchild.destructive-action:disabled, notebook > header .osd tabbar tabbox > tabboxchild.destructive-action:disabled, tabbar notebook > header .osd tabbox > tabboxchild.destructive-action:disabled, .osd notebook > header > tabs > arrow.destructive-action:disabled, .osd button.destructive-action:disabled, .osd button.destructive-action:disabled:checked, .osd button.destructive-action:disabled:selected, .osd button.destructive-action:disabled.has-open-popup, .osd button.destructive-action.osd:disabled, .osd button.destructive-action.osd:disabled:checked, .osd button.destructive-action.osd:disabled:selected, .osd button.destructive-action.osd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
dnd stackswitcher > tab > label, tabbar stackswitcher > tab > label, notebook > header dnd stackswitcher > tab > label, dnd notebook > header stackswitcher > tab > label, notebook > header tabbar stackswitcher > tab > label, tabbar notebook > header stackswitcher > tab > label, stackswitcher > button > label { padding: 0 6px; margin: 0 -6px; }
dnd stackswitcher > tab > image, tabbar stackswitcher > tab > image, notebook > header dnd stackswitcher > tab > image, dnd notebook > header stackswitcher > tab > image, notebook > header tabbar stackswitcher > tab > image, tabbar notebook > header stackswitcher > tab > image, stackswitcher > button > image { padding: 3px 6px; margin: -3px -6px; }
dnd stackswitcher > tab, tabbar stackswitcher > tab, notebook > header dnd stackswitcher > tab, dnd notebook > header stackswitcher > tab, notebook > header tabbar stackswitcher > tab, tabbar notebook > header stackswitcher > tab, dnd stackswitcher > tab.linked, tabbar stackswitcher > tab.linked, notebook > header dnd stackswitcher > tab.linked, dnd notebook > header stackswitcher > tab.linked, notebook > header tabbar stackswitcher > tab.linked, tabbar notebook > header stackswitcher > tab.linked, dnd stackswitcher > tab.linked.horizontal, tabbar stackswitcher > tab.linked.horizontal, notebook > header dnd stackswitcher > tab.horizontal, dnd notebook > header stackswitcher > tab.horizontal, notebook > header tabbar stackswitcher > tab.horizontal, tabbar notebook > header stackswitcher > tab.horizontal, dnd stackswitcher > tab.linked.vertical, tabbar stackswitcher > tab.linked.vertical, notebook > header dnd stackswitcher > tab.vertical, dnd notebook > header stackswitcher > tab.vertical, notebook > header tabbar stackswitcher > tab.vertical, tabbar notebook > header stackswitcher > tab.vertical, dnd stackswitcher > tab:first-child, tabbar stackswitcher > tab:first-child, notebook > header dnd stackswitcher > tab:first-child, dnd notebook > header stackswitcher > tab:first-child, notebook > header tabbar stackswitcher > tab:first-child, tabbar notebook > header stackswitcher > tab:first-child, dnd stackswitcher > tab:last-child, tabbar stackswitcher > tab:last-child, notebook > header dnd stackswitcher > tab:last-child, dnd notebook > header stackswitcher > tab:last-child, notebook > header tabbar stackswitcher > tab:last-child, tabbar notebook > header stackswitcher > tab:last-child, dnd stackswitcher > tab:not(:first-child), tabbar stackswitcher > tab:not(:first-child), notebook > header dnd stackswitcher > tab:not(:first-child), dnd notebook > header stackswitcher > tab:not(:first-child), notebook > header tabbar stackswitcher > tab:not(:first-child), tabbar notebook > header stackswitcher > tab:not(:first-child), dnd stackswitcher > tab:not(:last-child), tabbar stackswitcher > tab:not(:last-child), notebook > header dnd stackswitcher > tab:not(:last-child), dnd notebook > header stackswitcher > tab:not(:last-child), notebook > header tabbar stackswitcher > tab:not(:last-child), tabbar notebook > header stackswitcher > tab:not(:last-child), dnd stackswitcher > tab:dir(ltr):not(:first-child), tabbar stackswitcher > tab:dir(ltr):not(:first-child), notebook > header dnd stackswitcher > tab:dir(ltr):not(:first-child), dnd notebook > header stackswitcher > tab:dir(ltr):not(:first-child), notebook > header tabbar stackswitcher > tab:dir(ltr):not(:first-child), tabbar notebook > header stackswitcher > tab:dir(ltr):not(:first-child), dnd stackswitcher > tab:dir(ltr):not(:last-child), tabbar stackswitcher > tab:dir(ltr):not(:last-child), notebook > header dnd stackswitcher > tab:dir(ltr):not(:last-child), dnd notebook > header stackswitcher > tab:dir(ltr):not(:last-child), notebook > header tabbar stackswitcher > tab:dir(ltr):not(:last-child), tabbar notebook > header stackswitcher > tab:dir(ltr):not(:last-child), dnd stackswitcher > tab:dir(rtl):not(:first-child), tabbar stackswitcher > tab:dir(rtl):not(:first-child), notebook > header dnd stackswitcher > tab:dir(rtl):not(:first-child), dnd notebook > header stackswitcher > tab:dir(rtl):not(:first-child), notebook > header tabbar stackswitcher > tab:dir(rtl):not(:first-child), tabbar notebook > header stackswitcher > tab:dir(rtl):not(:first-child), dnd stackswitcher > tab:dir(rtl):not(:last-child), tabbar stackswitcher > tab:dir(rtl):not(:last-child), notebook > header dnd stackswitcher > tab:dir(rtl):not(:last-child), dnd notebook > header stackswitcher > tab:dir(rtl):not(:last-child), notebook > header tabbar stackswitcher > tab:dir(rtl):not(:last-child), tabbar notebook > header stackswitcher > tab:dir(rtl):not(:last-child), dnd stackswitcher > tab.radio, tabbar stackswitcher > tab.radio, notebook > header dnd stackswitcher > tab.radio, dnd notebook > header stackswitcher > tab.radio, notebook > header tabbar stackswitcher > tab.radio, tabbar notebook > header stackswitcher > tab.radio, dnd stackswitcher.linked > tab, tabbar stackswitcher.linked > tab, notebook > header dnd stackswitcher.linked > tab, dnd notebook > header stackswitcher.linked > tab, notebook > header tabbar stackswitcher.linked > tab, tabbar notebook > header stackswitcher.linked > tab, dnd stackswitcher.linked > tab.linked, tabbar stackswitcher.linked > tab.linked, notebook > header dnd stackswitcher.linked > tab.linked, dnd notebook > header stackswitcher.linked > tab.linked, notebook > header tabbar stackswitcher.linked > tab.linked, tabbar notebook > header stackswitcher.linked > tab.linked, dnd stackswitcher.linked > tab.linked.horizontal, tabbar stackswitcher.linked > tab.linked.horizontal, notebook > header dnd stackswitcher.linked > tab.horizontal, dnd notebook > header stackswitcher.linked > tab.horizontal, notebook > header tabbar stackswitcher.linked > tab.horizontal, tabbar notebook > header stackswitcher.linked > tab.horizontal, dnd stackswitcher.linked > tab.linked.vertical, tabbar stackswitcher.linked > tab.linked.vertical, notebook > header dnd stackswitcher.linked > tab.vertical, dnd notebook > header stackswitcher.linked > tab.vertical, notebook > header tabbar stackswitcher.linked > tab.vertical, tabbar notebook > header stackswitcher.linked > tab.vertical, dnd stackswitcher.linked > tab:first-child, tabbar stackswitcher.linked > tab:first-child, notebook > header dnd stackswitcher.linked > tab:first-child, dnd notebook > header stackswitcher.linked > tab:first-child, notebook > header tabbar stackswitcher.linked > tab:first-child, tabbar notebook > header stackswitcher.linked > tab:first-child, dnd stackswitcher.linked > tab:last-child, tabbar stackswitcher.linked > tab:last-child, notebook > header dnd stackswitcher.linked > tab:last-child, dnd notebook > header stackswitcher.linked > tab:last-child, notebook > header tabbar stackswitcher.linked > tab:last-child, tabbar notebook > header stackswitcher.linked > tab:last-child, dnd stackswitcher.linked > tab:not(:first-child), tabbar stackswitcher.linked > tab:not(:first-child), notebook > header dnd stackswitcher.linked > tab:not(:first-child), dnd notebook > header stackswitcher.linked > tab:not(:first-child), notebook > header tabbar stackswitcher.linked > tab:not(:first-child), tabbar notebook > header stackswitcher.linked > tab:not(:first-child), dnd stackswitcher.linked > tab:not(:last-child), tabbar stackswitcher.linked > tab:not(:last-child), notebook > header dnd stackswitcher.linked > tab:not(:last-child), dnd notebook > header stackswitcher.linked > tab:not(:last-child), notebook > header tabbar stackswitcher.linked > tab:not(:last-child), tabbar notebook > header stackswitcher.linked > tab:not(:last-child), dnd stackswitcher.linked > tab:dir(ltr):not(:first-child), tabbar stackswitcher.linked > tab:dir(ltr):not(:first-child), notebook > header dnd stackswitcher.linked > tab:dir(ltr):not(:first-child), dnd notebook > header stackswitcher.linked > tab:dir(ltr):not(:first-child), notebook > header tabbar stackswitcher.linked > tab:dir(ltr):not(:first-child), tabbar notebook > header stackswitcher.linked > tab:dir(ltr):not(:first-child), dnd stackswitcher.linked > tab:dir(ltr):not(:last-child), tabbar stackswitcher.linked > tab:dir(ltr):not(:last-child), notebook > header dnd stackswitcher.linked > tab:dir(ltr):not(:last-child), dnd notebook > header stackswitcher.linked > tab:dir(ltr):not(:last-child), notebook > header tabbar stackswitcher.linked > tab:dir(ltr):not(:last-child), tabbar notebook > header stackswitcher.linked > tab:dir(ltr):not(:last-child), dnd stackswitcher.linked > tab:dir(rtl):not(:first-child), tabbar stackswitcher.linked > tab:dir(rtl):not(:first-child), notebook > header dnd stackswitcher.linked > tab:dir(rtl):not(:first-child), dnd notebook > header stackswitcher.linked > tab:dir(rtl):not(:first-child), notebook > header tabbar stackswitcher.linked > tab:dir(rtl):not(:first-child), tabbar notebook > header stackswitcher.linked > tab:dir(rtl):not(:first-child), dnd stackswitcher.linked > tab:dir(rtl):not(:last-child), tabbar stackswitcher.linked > tab:dir(rtl):not(:last-child), notebook > header dnd stackswitcher.linked > tab:dir(rtl):not(:last-child), dnd notebook > header stackswitcher.linked > tab:dir(rtl):not(:last-child), notebook > header tabbar stackswitcher.linked > tab:dir(rtl):not(:last-child), tabbar notebook > header stackswitcher.linked > tab:dir(rtl):not(:last-child), dnd stackswitcher.linked > tab.radio, tabbar stackswitcher.linked > tab.radio, notebook > header dnd stackswitcher.linked > tab.radio, dnd notebook > header stackswitcher.linked > tab.radio, notebook > header tabbar stackswitcher.linked > tab.radio, tabbar notebook > header stackswitcher.linked > tab.radio, dnd stackswitcher.linked:not(.vertical) > tab, tabbar stackswitcher.linked:not(.vertical) > tab, notebook > header dnd stackswitcher.linked:not(.vertical) > tab, dnd notebook > header stackswitcher.linked:not(.vertical) > tab, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab, dnd stackswitcher.linked:not(.vertical) > tab.linked, tabbar stackswitcher.linked:not(.vertical) > tab.linked, notebook > header dnd stackswitcher.linked:not(.vertical) > tab.linked, dnd notebook > header stackswitcher.linked:not(.vertical) > tab.linked, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab.linked, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab.linked, dnd stackswitcher.linked:not(.vertical) > tab.linked.horizontal, tabbar stackswitcher.linked:not(.vertical) > tab.linked.horizontal, notebook > header dnd stackswitcher.linked:not(.vertical) > tab.horizontal, dnd notebook > header stackswitcher.linked:not(.vertical) > tab.horizontal, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab.horizontal, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab.horizontal, dnd stackswitcher.linked:not(.vertical) > tab.linked.vertical, tabbar stackswitcher.linked:not(.vertical) > tab.linked.vertical, notebook > header dnd stackswitcher.linked:not(.vertical) > tab.vertical, dnd notebook > header stackswitcher.linked:not(.vertical) > tab.vertical, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab.vertical, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab.vertical, dnd stackswitcher.linked:not(.vertical) > tab:first-child, tabbar stackswitcher.linked:not(.vertical) > tab:first-child, notebook > header dnd stackswitcher.linked:not(.vertical) > tab:first-child, dnd notebook > header stackswitcher.linked:not(.vertical) > tab:first-child, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:first-child, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:first-child, dnd stackswitcher.linked:not(.vertical) > tab:last-child, tabbar stackswitcher.linked:not(.vertical) > tab:last-child, notebook > header dnd stackswitcher.linked:not(.vertical) > tab:last-child, dnd notebook > header stackswitcher.linked:not(.vertical) > tab:last-child, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:last-child, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:last-child, dnd stackswitcher.linked:not(.vertical) > tab:not(:first-child), tabbar stackswitcher.linked:not(.vertical) > tab:not(:first-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:not(:first-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:not(:first-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:not(:first-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:not(:first-child), dnd stackswitcher.linked:not(.vertical) > tab:not(:last-child), tabbar stackswitcher.linked:not(.vertical) > tab:not(:last-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:not(:last-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:not(:last-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:not(:last-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:not(:last-child), dnd stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), tabbar stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:first-child), dnd stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), tabbar stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:dir(ltr):not(:last-child), dnd stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), tabbar stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:first-child), dnd stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), tabbar stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), notebook > header dnd stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), dnd notebook > header stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), notebook > header tabbar stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), tabbar notebook > header stackswitcher.linked:not(.vertical) > tab:dir(rtl):not(:last-child), dnd stackswitcher.linked:not(.vertical) > tab.radio, tabbar stackswitcher.linked:not(.vertical) > tab.radio, notebook > header dnd stackswitcher.linked:not(.vertical) > tab.radio, dnd notebook > header stackswitcher.linked:not(.vertical) > tab.radio, notebook > header tabbar stackswitcher.linked:not(.vertical) > tab.radio, tabbar notebook > header stackswitcher.linked:not(.vertical) > tab.radio, dnd .stack-switcher > tab, tabbar .stack-switcher > tab, notebook > header tabs.stack-switcher > tab, notebook > header dnd .stack-switcher > tab, dnd notebook > header .stack-switcher > tab, notebook > header tabbar .stack-switcher > tab, tabbar notebook > header .stack-switcher > tab, notebook > header tabbar tabbox.stack-switcher > tabboxchild, tabbar notebook > header tabbox.stack-switcher > tabboxchild, notebook > header > tabs.stack-switcher > arrow, columnview.view > header.stack-switcher > button, treeview.view > header.stack-switcher > button, dnd .stack-switcher > tab.linked, tabbar .stack-switcher > tab.linked, notebook > header tabs.stack-switcher > tab.linked, notebook > header dnd .stack-switcher > tab.linked, dnd notebook > header .stack-switcher > tab.linked, notebook > header tabbar .stack-switcher > tab.linked, tabbar notebook > header .stack-switcher > tab.linked, notebook > header tabbar tabbox.stack-switcher > tabboxchild.linked, tabbar notebook > header tabbox.stack-switcher > tabboxchild.linked, notebook > header > tabs.stack-switcher > arrow.linked, columnview.view > header.stack-switcher > button.linked, treeview.view > header.stack-switcher > button.linked, dnd .stack-switcher > tab.linked.horizontal, tabbar .stack-switcher > tab.linked.horizontal, notebook > header tabs.stack-switcher > tab.linked.horizontal, notebook > header dnd .stack-switcher > tab.horizontal, dnd notebook > header .stack-switcher > tab.horizontal, notebook > header tabbar .stack-switcher > tab.horizontal, tabbar notebook > header .stack-switcher > tab.horizontal, notebook > header tabbar tabbox.stack-switcher > tabboxchild.horizontal, tabbar notebook > header tabbox.stack-switcher > tabboxchild.horizontal, notebook > header > tabs.stack-switcher > arrow.linked.horizontal, columnview.view > header.stack-switcher > button.linked.horizontal, treeview.view > header.stack-switcher > button.linked.horizontal, dnd .stack-switcher > tab.linked.vertical, tabbar .stack-switcher > tab.linked.vertical, notebook > header tabs.stack-switcher > tab.linked.vertical, notebook > header dnd .stack-switcher > tab.vertical, dnd notebook > header .stack-switcher > tab.vertical, notebook > header tabbar .stack-switcher > tab.vertical, tabbar notebook > header .stack-switcher > tab.vertical, notebook > header tabbar tabbox.stack-switcher > tabboxchild.vertical, tabbar notebook > header tabbox.stack-switcher > tabboxchild.vertical, notebook > header > tabs.stack-switcher > arrow.linked.vertical, columnview.view > header.stack-switcher > button.linked.vertical, treeview.view > header.stack-switcher > button.linked.vertical, dnd .stack-switcher > tab:first-child, tabbar .stack-switcher > tab:first-child, notebook > header tabs.stack-switcher > tab:first-child, notebook > header dnd .stack-switcher > tab:first-child, dnd notebook > header .stack-switcher > tab:first-child, notebook > header tabbar .stack-switcher > tab:first-child, tabbar notebook > header .stack-switcher > tab:first-child, notebook > header tabbar tabbox.stack-switcher > tabboxchild:first-child, tabbar notebook > header tabbox.stack-switcher > tabboxchild:first-child, notebook > header > tabs.stack-switcher > arrow:first-child, columnview.view > header.stack-switcher > button:first-child, treeview.view > header.stack-switcher > button:first-child, dnd .stack-switcher > tab:last-child, tabbar .stack-switcher > tab:last-child, notebook > header tabs.stack-switcher > tab:last-child, notebook > header dnd .stack-switcher > tab:last-child, dnd notebook > header .stack-switcher > tab:last-child, notebook > header tabbar .stack-switcher > tab:last-child, tabbar notebook > header .stack-switcher > tab:last-child, notebook > header tabbar tabbox.stack-switcher > tabboxchild:last-child, tabbar notebook > header tabbox.stack-switcher > tabboxchild:last-child, notebook > header > tabs.stack-switcher > arrow:last-child, columnview.view > header.stack-switcher > button:last-child, treeview.view > header.stack-switcher > button:last-child, dnd .stack-switcher > tab:not(:first-child), tabbar .stack-switcher > tab:not(:first-child), notebook > header tabs.stack-switcher > tab:not(:first-child), notebook > header dnd .stack-switcher > tab:not(:first-child), dnd notebook > header .stack-switcher > tab:not(:first-child), notebook > header tabbar .stack-switcher > tab:not(:first-child), tabbar notebook > header .stack-switcher > tab:not(:first-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:not(:first-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:not(:first-child), notebook > header > tabs.stack-switcher > arrow:not(:first-child), columnview.view > header.stack-switcher > button:not(:first-child), treeview.view > header.stack-switcher > button:not(:first-child), dnd .stack-switcher > tab:not(:last-child), tabbar .stack-switcher > tab:not(:last-child), notebook > header tabs.stack-switcher > tab:not(:last-child), notebook > header dnd .stack-switcher > tab:not(:last-child), dnd notebook > header .stack-switcher > tab:not(:last-child), notebook > header tabbar .stack-switcher > tab:not(:last-child), tabbar notebook > header .stack-switcher > tab:not(:last-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:not(:last-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:not(:last-child), notebook > header > tabs.stack-switcher > arrow:not(:last-child), columnview.view > header.stack-switcher > button:not(:last-child), treeview.view > header.stack-switcher > button:not(:last-child), dnd .stack-switcher > tab:dir(ltr):not(:first-child), tabbar .stack-switcher > tab:dir(ltr):not(:first-child), notebook > header tabs.stack-switcher > tab:dir(ltr):not(:first-child), notebook > header dnd .stack-switcher > tab:dir(ltr):not(:first-child), dnd notebook > header .stack-switcher > tab:dir(ltr):not(:first-child), notebook > header tabbar .stack-switcher > tab:dir(ltr):not(:first-child), tabbar notebook > header .stack-switcher > tab:dir(ltr):not(:first-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:dir(ltr):not(:first-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:dir(ltr):not(:first-child), notebook > header > tabs.stack-switcher > arrow:dir(ltr):not(:first-child), columnview.view > header.stack-switcher > button:dir(ltr):not(:first-child), treeview.view > header.stack-switcher > button:dir(ltr):not(:first-child), dnd .stack-switcher > tab:dir(ltr):not(:last-child), tabbar .stack-switcher > tab:dir(ltr):not(:last-child), notebook > header tabs.stack-switcher > tab:dir(ltr):not(:last-child), notebook > header dnd .stack-switcher > tab:dir(ltr):not(:last-child), dnd notebook > header .stack-switcher > tab:dir(ltr):not(:last-child), notebook > header tabbar .stack-switcher > tab:dir(ltr):not(:last-child), tabbar notebook > header .stack-switcher > tab:dir(ltr):not(:last-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:dir(ltr):not(:last-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:dir(ltr):not(:last-child), notebook > header > tabs.stack-switcher > arrow:dir(ltr):not(:last-child), columnview.view > header.stack-switcher > button:dir(ltr):not(:last-child), treeview.view > header.stack-switcher > button:dir(ltr):not(:last-child), dnd .stack-switcher > tab:dir(rtl):not(:first-child), tabbar .stack-switcher > tab:dir(rtl):not(:first-child), notebook > header tabs.stack-switcher > tab:dir(rtl):not(:first-child), notebook > header dnd .stack-switcher > tab:dir(rtl):not(:first-child), dnd notebook > header .stack-switcher > tab:dir(rtl):not(:first-child), notebook > header tabbar .stack-switcher > tab:dir(rtl):not(:first-child), tabbar notebook > header .stack-switcher > tab:dir(rtl):not(:first-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:dir(rtl):not(:first-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:dir(rtl):not(:first-child), notebook > header > tabs.stack-switcher > arrow:dir(rtl):not(:first-child), columnview.view > header.stack-switcher > button:dir(rtl):not(:first-child), treeview.view > header.stack-switcher > button:dir(rtl):not(:first-child), dnd .stack-switcher > tab:dir(rtl):not(:last-child), tabbar .stack-switcher > tab:dir(rtl):not(:last-child), notebook > header tabs.stack-switcher > tab:dir(rtl):not(:last-child), notebook > header dnd .stack-switcher > tab:dir(rtl):not(:last-child), dnd notebook > header .stack-switcher > tab:dir(rtl):not(:last-child), notebook > header tabbar .stack-switcher > tab:dir(rtl):not(:last-child), tabbar notebook > header .stack-switcher > tab:dir(rtl):not(:last-child), notebook > header tabbar tabbox.stack-switcher > tabboxchild:dir(rtl):not(:last-child), tabbar notebook > header tabbox.stack-switcher > tabboxchild:dir(rtl):not(:last-child), notebook > header > tabs.stack-switcher > arrow:dir(rtl):not(:last-child), columnview.view > header.stack-switcher > button:dir(rtl):not(:last-child), treeview.view > header.stack-switcher > button:dir(rtl):not(:last-child), dnd .stack-switcher > tab.radio, tabbar .stack-switcher > tab.radio, notebook > header tabs.stack-switcher > tab.radio, notebook > header dnd .stack-switcher > tab.radio, dnd notebook > header .stack-switcher > tab.radio, notebook > header tabbar .stack-switcher > tab.radio, tabbar notebook > header .stack-switcher > tab.radio, notebook > header tabbar tabbox.stack-switcher > tabboxchild.radio, tabbar notebook > header tabbox.stack-switcher > tabboxchild.radio, notebook > header > tabs.stack-switcher > arrow.radio, columnview.view > header.stack-switcher > button.radio, treeview.view > header.stack-switcher > button.radio, stackswitcher > button, stackswitcher > button.linked, stackswitcher > button.linked.horizontal, stackswitcher > button.linked.vertical, stackswitcher > button:first-child, stackswitcher > button:last-child, stackswitcher > button:not(:first-child), stackswitcher > button:not(:last-child), stackswitcher > button:dir(ltr):not(:first-child), stackswitcher > button:dir(ltr):not(:last-child), stackswitcher > button:dir(rtl):not(:first-child), stackswitcher > button:dir(rtl):not(:last-child), stackswitcher > button.radio, stackswitcher.linked > button, stackswitcher.linked > button.linked, stackswitcher.linked > button.linked.horizontal, stackswitcher.linked > button.linked.vertical, stackswitcher.linked > button:first-child, stackswitcher.linked > button:last-child, stackswitcher.linked > button:not(:first-child), stackswitcher.linked > button:not(:last-child), stackswitcher.linked > button:dir(ltr):not(:first-child), stackswitcher.linked > button:dir(ltr):not(:last-child), stackswitcher.linked > button:dir(rtl):not(:first-child), stackswitcher.linked > button:dir(rtl):not(:last-child), stackswitcher.linked > button.radio, stackswitcher.linked:not(.vertical) > button, stackswitcher.linked:not(.vertical) > button.linked, stackswitcher.linked:not(.vertical) > button.linked.horizontal, stackswitcher.linked:not(.vertical) > button.linked.vertical, stackswitcher.linked:not(.vertical) > button:first-child, stackswitcher.linked:not(.vertical) > button:last-child, stackswitcher.linked:not(.vertical) > button:not(:first-child), stackswitcher.linked:not(.vertical) > button:not(:last-child), stackswitcher.linked:not(.vertical) > button:dir(ltr):not(:first-child), stackswitcher.linked:not(.vertical) > button:dir(ltr):not(:last-child), stackswitcher.linked:not(.vertical) > button:dir(rtl):not(:first-child), stackswitcher.linked:not(.vertical) > button:dir(rtl):not(:last-child), stackswitcher.linked:not(.vertical) > button.radio, .stack-switcher > button, .stack-switcher > button.linked, .stack-switcher > button.linked.horizontal, .stack-switcher > button.linked.vertical, .stack-switcher > button:first-child, .stack-switcher > button:last-child, .stack-switcher > button:not(:first-child), .stack-switcher > button:not(:last-child), .stack-switcher > button:dir(ltr):not(:first-child), .stack-switcher > button:dir(ltr):not(:last-child), .stack-switcher > button:dir(rtl):not(:first-child), .stack-switcher > button:dir(rtl):not(:last-child), .stack-switcher > button.radio { border-radius: 9999px; border-width: 1px; border-style: solid; margin: 5px; }
dnd stackswitcher > tab.text-button, tabbar stackswitcher > tab.text-button, dnd notebook > header stackswitcher > tab.text-button, tabbar notebook > header stackswitcher > tab.text-button, dnd .stack-switcher > tab.text-button, tabbar .stack-switcher > tab.text-button, notebook > header tabs.stack-switcher > tab.text-button, dnd notebook > header .stack-switcher > tab.text-button, tabbar notebook > header .stack-switcher > tab.text-button, notebook > header tabbar tabbox.stack-switcher > tabboxchild.text-button, tabbar notebook > header tabbox.stack-switcher > tabboxchild.text-button, notebook > header > tabs.stack-switcher > arrow.text-button, columnview.view > header.stack-switcher > button.text-button, treeview.view > header.stack-switcher > button.text-button, stackswitcher > button.text-button, stackswitcher.linked > button.text-button, stackswitcher.linked:not(.vertical) > button.text-button, .stack-switcher > button.text-button { min-width: 80px; }
dnd stackswitcher > tab.circular, tabbar stackswitcher > tab.circular, dnd notebook > header stackswitcher > tab.circular, tabbar notebook > header stackswitcher > tab.circular, dnd .stack-switcher > tab.circular, tabbar .stack-switcher > tab.circular, notebook > header tabs.stack-switcher > tab.circular, dnd notebook > header .stack-switcher > tab.circular, tabbar notebook > header .stack-switcher > tab.circular, notebook > header tabbar tabbox.stack-switcher > tabboxchild.circular, tabbar notebook > header tabbox.stack-switcher > tabboxchild.circular, notebook > header > tabs.stack-switcher > arrow.circular, columnview.view > header.stack-switcher > button.circular, treeview.view > header.stack-switcher > button.circular, stackswitcher > button.circular, stackswitcher > button.text-button.circular, stackswitcher.linked > button.circular, stackswitcher.linked > button.text-button.circular, stackswitcher.linked:not(.vertical) > button.circular, stackswitcher.linked:not(.vertical) > button.text-button.circular, .stack-switcher > button.circular, .stack-switcher > button.text-button.circular { min-width: 32px; min-height: 32px; padding: 0; }
dnd tab.font > box, tabbar tab.font > box, notebook > header tabs > tab.font > box, dnd notebook > header tab.font > box, tabbar notebook > header tab.font > box, notebook > header tabbar tabbox > tabboxchild.font > box, tabbar notebook > header tabbox > tabboxchild.font > box, notebook > header > tabs > arrow.font > box, columnview.view > header > button.font > box, treeview.view > header > button.font > box, button.font > box { border-spacing: 6px; }
dnd tab.font > box > box > label, tabbar tab.font > box > box > label, notebook > header tabs > tab.font > box > box > label, notebook > header tabbar tabbox > tabboxchild.font > box > box > label, tabbar notebook > header tabbox > tabboxchild.font > box > box > label, notebook > header > tabs > arrow.font > box > box > label, button.font > box > box > label { font-weight: bold; }
menubutton.circular dnd tab, dnd menubutton.circular tab, menubutton.circular tabbar tab, tabbar menubutton.circular tab, menubutton.circular notebook > header tabs > tab, notebook > header menubutton.circular tabs > tab, menubutton.circular notebook > header tabbar tabbox > tabboxchild, tabbar menubutton.circular notebook > header tabbox > tabboxchild, notebook > header menubutton.circular tabbar tabbox > tabboxchild, tabbar notebook > header menubutton.circular tabbox > tabboxchild, menubutton.circular notebook > header > tabs > arrow, menubutton.circular columnview.view > header > button, menubutton.circular treeview.view > header > button, dnd tab.circular, tabbar tab.circular, notebook > header tabs > tab.circular, notebook > header tabbar tabbox > tabboxchild.circular, tabbar notebook > header tabbox > tabboxchild.circular, notebook > header > tabs > arrow.circular, columnview.view > header > button.circular, treeview.view > header > button.circular, menubutton.circular button, button.circular { min-width: 32px; min-height: 32px; padding: 0; border-radius: 9999px; }
menubutton.circular dnd tab label, dnd menubutton.circular tab label, menubutton.circular tabbar tab label, tabbar menubutton.circular tab label, menubutton.circular notebook > header tabs > tab label, notebook > header menubutton.circular tabs > tab label, menubutton.circular notebook > header tabbar tabbox > tabboxchild label, tabbar menubutton.circular notebook > header tabbox > tabboxchild label, notebook > header menubutton.circular tabbar tabbox > tabboxchild label, tabbar notebook > header menubutton.circular tabbox > tabboxchild label, menubutton.circular notebook > header > tabs > arrow label, dnd tab.circular label, tabbar tab.circular label, notebook > header tabs > tab.circular label, notebook > header tabbar tabbox > tabboxchild.circular label, tabbar notebook > header tabbox > tabboxchild.circular label, notebook > header > tabs > arrow.circular label, columnview.view > header > button.circular label, treeview.view > header > button.circular label, menubutton.circular button label, button.circular label { padding: 0; }
stacksidebar row.needs-attention > label, dnd stackswitcher > tab.needs-attention > label, tabbar stackswitcher > tab.needs-attention > label, notebook > header dnd stackswitcher > tab.needs-attention > label, dnd notebook > header stackswitcher > tab.needs-attention > label, notebook > header tabbar stackswitcher > tab.needs-attention > label, tabbar notebook > header stackswitcher > tab.needs-attention > label, dnd stackswitcher > tab.needs-attention > image, tabbar stackswitcher > tab.needs-attention > image, notebook > header dnd stackswitcher > tab.needs-attention > image, dnd notebook > header stackswitcher > tab.needs-attention > image, notebook > header tabbar stackswitcher > tab.needs-attention > image, tabbar notebook > header stackswitcher > tab.needs-attention > image, stackswitcher > button.needs-attention > label, stackswitcher > button.needs-attention > image { animation: needs_attention 150ms ease-in; background-image: radial-gradient(farthest-side, #f57900 96%, rgba(245, 121, 0, 0)); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; background-position: right 3px, right 2px; }
stacksidebar row.needs-attention > label:backdrop, dnd stackswitcher > tab.needs-attention > label:backdrop, tabbar stackswitcher > tab.needs-attention > label:backdrop, dnd stackswitcher > tab.needs-attention > image:backdrop, tabbar stackswitcher > tab.needs-attention > image: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), dnd stackswitcher > tab.needs-attention > label:dir(rtl), tabbar stackswitcher > tab.needs-attention > label:dir(rtl), dnd stackswitcher > tab.needs-attention > image:dir(rtl), tabbar stackswitcher > tab.needs-attention > image: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) > 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, dropdown.linked button:nth-child(2):dir(ltr), combobox.linked button:nth-child(2):dir(ltr), .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, spinbutton.vertical.linked:not(.vertical) > text:dir(rtl):not(:last-child), .linked:not(.vertical) > spinbutton:dir(rtl):not(:last-child):not(.vertical), .linked:not(.vertical) > entry:dir(rtl):not(:last-child), .linked:not(.vertical) > .entry:dir(rtl):not(:last-child), dnd .linked:not(.vertical) > tab:dir(rtl):not(:last-child), tabbar .linked:not(.vertical) > tab:dir(rtl):not(:last-child), notebook > header tabs.linked:not(.vertical) > tab:dir(rtl):not(:last-child), dnd notebook > header .linked:not(.vertical) > tab:dir(rtl):not(:last-child), tabbar notebook > header .linked:not(.vertical) > tab:dir(rtl):not(:last-child), notebook > header tabbar tabbox.linked:not(.vertical) > tabboxchild:dir(rtl):not(:last-child), tabbar notebook > header tabbox.linked:not(.vertical) > tabboxchild:dir(rtl):not(:last-child), notebook > header > tabs.linked:not(.vertical) > arrow:dir(rtl):not(:last-child), columnview.view > header.linked:not(.vertical) > button:dir(rtl):not(:last-child), treeview.view > header.linked:not(.vertical) > button:dir(rtl):not(:last-child), .linked:not(.vertical) > button:dir(rtl):not(:last-child), spinbutton.vertical.linked:not(.vertical) > text:dir(ltr):not(:first-child), .linked:not(.vertical) > spinbutton:dir(ltr):not(:first-child):not(.vertical), .linked:not(.vertical) > entry:dir(ltr):not(:first-child), .linked:not(.vertical) > .entry:dir(ltr):not(:first-child), dnd .linked:not(.vertical) > tab:dir(ltr):not(:first-child), tabbar .linked:not(.vertical) > tab:dir(ltr):not(:first-child), notebook > header tabs.linked:not(.vertical) > tab:dir(ltr):not(:first-child), dnd notebook > header .linked:not(.vertical) > tab:dir(ltr):not(:first-child), tabbar notebook > header .linked:not(.vertical) > tab:dir(ltr):not(:first-child), notebook > header tabbar tabbox.linked:not(.vertical) > tabboxchild:dir(ltr):not(:first-child), tabbar notebook > header tabbox.linked:not(.vertical) > tabboxchild:dir(ltr):not(:first-child), notebook > header > tabs.linked:not(.vertical) > arrow:dir(ltr):not(:first-child), columnview.view > header.linked:not(.vertical) > button:dir(ltr):not(:first-child), treeview.view > header.linked:not(.vertical) > button:dir(ltr):not(:first-child), .linked:not(.vertical) > button:dir(ltr):not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: 0px; }
.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, dropdown.linked button:nth-child(2):dir(rtl), combobox.linked button:nth-child(2):dir(rtl), .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, spinbutton.vertical.linked:not(.vertical) > text:dir(rtl):not(:first-child), .linked:not(.vertical) > spinbutton:dir(rtl):not(:first-child):not(.vertical), .linked:not(.vertical) > entry:dir(rtl):not(:first-child), .linked:not(.vertical) > .entry:dir(rtl):not(:first-child), dnd .linked:not(.vertical) > tab:dir(rtl):not(:first-child), tabbar .linked:not(.vertical) > tab:dir(rtl):not(:first-child), notebook > header tabs.linked:not(.vertical) > tab:dir(rtl):not(:first-child), dnd notebook > header .linked:not(.vertical) > tab:dir(rtl):not(:first-child), tabbar notebook > header .linked:not(.vertical) > tab:dir(rtl):not(:first-child), notebook > header tabbar tabbox.linked:not(.vertical) > tabboxchild:dir(rtl):not(:first-child), tabbar notebook > header tabbox.linked:not(.vertical) > tabboxchild:dir(rtl):not(:first-child), notebook > header > tabs.linked:not(.vertical) > arrow:dir(rtl):not(:first-child), columnview.view > header.linked:not(.vertical) > button:dir(rtl):not(:first-child), treeview.view > header.linked:not(.vertical) > button:dir(rtl):not(:first-child), .linked:not(.vertical) > button:dir(rtl):not(:first-child), spinbutton.vertical.linked:not(.vertical) > text:dir(ltr):not(:last-child), .linked:not(.vertical) > spinbutton:dir(ltr):not(:last-child):not(.vertical), .linked:not(.vertical) > entry:dir(ltr):not(:last-child), .linked:not(.vertical) > .entry:dir(ltr):not(:last-child), dnd .linked:not(.vertical) > tab:dir(ltr):not(:last-child), tabbar .linked:not(.vertical) > tab:dir(ltr):not(:last-child), notebook > header tabs.linked:not(.vertical) > tab:dir(ltr):not(:last-child), dnd notebook > header .linked:not(.vertical) > tab:dir(ltr):not(:last-child), tabbar notebook > header .linked:not(.vertical) > tab:dir(ltr):not(:last-child), notebook > header tabbar tabbox.linked:not(.vertical) > tabboxchild:dir(ltr):not(:last-child), tabbar notebook > header tabbox.linked:not(.vertical) > tabboxchild:dir(ltr):not(:last-child), notebook > header > tabs.linked:not(.vertical) > arrow:dir(ltr):not(:last-child), columnview.view > header.linked:not(.vertical) > button:dir(ltr):not(:last-child), treeview.view > header.linked:not(.vertical) > button:dir(ltr):not(:last-child), .linked:not(.vertical) > button:dir(ltr):not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; margin-right: 0px; }
.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, spinbutton.vertical.linked > text:not(:first-child), .linked.vertical > spinbutton:not(:first-child):not(.vertical), .linked.vertical > entry:not(:first-child), .linked.vertical > .entry:not(:first-child), dnd .linked.vertical > tab:not(:first-child), tabbar .linked.vertical > tab:not(:first-child), notebook > header tabs.linked.vertical > tab:not(:first-child), dnd notebook > header .linked.vertical > tab:not(:first-child), tabbar notebook > header .linked.vertical > tab:not(:first-child), notebook > header tabbar tabbox.linked.vertical > tabboxchild:not(:first-child), tabbar notebook > header tabbox.linked.vertical > tabboxchild:not(:first-child), notebook > header > tabs.linked.vertical > arrow:not(:first-child), columnview.view > header.linked.vertical > button:not(:first-child), treeview.view > header.linked.vertical > button:not(:first-child), .linked.vertical > button:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0px; }
.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, spinbutton.vertical.linked > text:not(:last-child), .linked.vertical > spinbutton:not(:last-child):not(.vertical), .linked.vertical > entry:not(:last-child), .linked.vertical > .entry:not(:last-child), dnd .linked.vertical > tab:not(:last-child), tabbar .linked.vertical > tab:not(:last-child), notebook > header tabs.linked.vertical > tab:not(:last-child), dnd notebook > header .linked.vertical > tab:not(:last-child), tabbar notebook > header .linked.vertical > tab:not(:last-child), notebook > header tabbar tabbox.linked.vertical > tabboxchild:not(:last-child), tabbar notebook > header tabbox.linked.vertical > tabboxchild:not(:last-child), notebook > header > tabs.linked.vertical > arrow:not(:last-child), columnview.view > header.linked.vertical > button:not(:last-child), treeview.view > header.linked.vertical > button:not(:last-child), .linked.vertical > button:not(:last-child) { border-bottom-left-radius: 0; border-bottom-right-radius: 0; margin-bottom: 0px; }
/* menu buttons */
modelbutton { min-height: 20px; padding-left: 5px; padding-right: 5px; border-radius: 3px; }
modelbutton.flat arrow { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); min-width: 16px; min-height: 16px; opacity: 1; }
modelbutton.flat arrow:hover, modelbutton.flat arrow:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
modelbutton.flat arrow:hover, modelbutton.flat arrow:hover image, modelbutton.flat arrow:hover arrow, modelbutton.flat arrow:focus, modelbutton.flat arrow:focus image, modelbutton.flat arrow:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
modelbutton.flat arrow:active, modelbutton.flat arrow.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
modelbutton.flat arrow:checked, modelbutton.flat arrow:selected, modelbutton.flat arrow.has-open-popup, modelbutton.flat arrow .active_group #docklike-plugin button, .active_group #docklike-plugin modelbutton.flat arrow button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
modelbutton.flat arrow:checked, modelbutton.flat arrow:checked image, modelbutton.flat arrow:checked arrow, modelbutton.flat arrow:selected, modelbutton.flat arrow:selected image, modelbutton.flat arrow:selected arrow, modelbutton.flat arrow.has-open-popup, modelbutton.flat arrow.has-open-popup image, modelbutton.flat arrow.has-open-popup arrow, modelbutton.flat arrow .active_group #docklike-plugin button, .active_group #docklike-plugin modelbutton.flat arrow button, modelbutton.flat arrow .active_group #docklike-plugin button image, .active_group #docklike-plugin modelbutton.flat arrow button image, modelbutton.flat arrow .active_group #docklike-plugin button arrow, .active_group #docklike-plugin modelbutton.flat arrow button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
modelbutton.flat arrow:checked:hover, modelbutton.flat arrow:checked:focus, modelbutton.flat arrow:selected:hover, modelbutton.flat arrow:selected:focus, modelbutton.flat arrow.has-open-popup:hover, modelbutton.flat arrow.has-open-popup:focus, modelbutton.flat arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin modelbutton.flat arrow button:hover, modelbutton.flat arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin modelbutton.flat arrow button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
modelbutton.flat arrow:checked:hover, modelbutton.flat arrow:checked:hover image, modelbutton.flat arrow:checked:hover arrow, modelbutton.flat arrow:checked:focus, modelbutton.flat arrow:checked:focus image, modelbutton.flat arrow:checked:focus arrow, modelbutton.flat arrow:selected:hover, modelbutton.flat arrow:selected:hover image, modelbutton.flat arrow:selected:hover arrow, modelbutton.flat arrow:selected:focus, modelbutton.flat arrow:selected:focus image, modelbutton.flat arrow:selected:focus arrow, modelbutton.flat arrow.has-open-popup:hover, modelbutton.flat arrow.has-open-popup:hover image, modelbutton.flat arrow.has-open-popup:hover arrow, modelbutton.flat arrow.has-open-popup:focus, modelbutton.flat arrow.has-open-popup:focus image, modelbutton.flat arrow.has-open-popup:focus arrow, modelbutton.flat arrow .active_group #docklike-plugin button:hover, .active_group #docklike-plugin modelbutton.flat arrow button:hover, modelbutton.flat arrow .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin modelbutton.flat arrow button:hover image, modelbutton.flat arrow .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin modelbutton.flat arrow button:hover arrow, modelbutton.flat arrow .active_group #docklike-plugin button:focus, .active_group #docklike-plugin modelbutton.flat arrow button:focus, modelbutton.flat arrow .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin modelbutton.flat arrow button:focus image, modelbutton.flat arrow .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin modelbutton.flat arrow button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
modelbutton.flat arrow:disabled, modelbutton.flat arrow:disabled:checked, modelbutton.flat arrow:disabled:selected, modelbutton.flat arrow:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
modelbutton.flat arrow.left { -gtk-icon-source: -gtk-icontheme("go-previous-symbolic"); }
modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("go-next-symbolic"); }
/* oldstyle toolbar buttons */
.toolbar > button, .toolbar > :not(.linked) > button, .toolbar :not(.linked) > menubutton > button, .toolbar :not(.linked) > scalebutton > button, .toolbar :not(.linked) > dropdown > button, .toolbar :not(.linked) > colorbutton > button, .toolbar :not(.linked) > fontbutton > button, .toolbar :not(.linked) > appchooserbutton > button, .toolbar :not(.linked) > combobox > box > button { margin: 1px; }
button.color { padding: 4px; }
button.color > colorswatch:only-child, button.color > colorswatch:only-child > overlay { border-radius: 0; }
/* list buttons */
/* tone down as per new designs, see issue #1473 */
/********* Links * */
button.link, link { color: #99c1f1; text-decoration: underline; }
button.link:visited, link:visited { color: #dc8add; }
*:selected button.link:visited, *:selected link:visited { color: #71615c; }
button.link:hover, link:hover { color: #c6dcf7; }
*:selected button.link:hover, *:selected link:hover { color: #3a551e; }
button.link:active, link:active { color: #99c1f1; }
*:selected button.link:active, *:selected link:active { color: #405f35; }
button.link:disabled, link:disabled { color: rgba(197, 197, 197, 0.8); }
button.link:selected, *:selected button.link, link:selected, *:selected link { color: #405f35; }
link { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
link { outline: 0 solid transparent; outline-offset: 4px; }
link:focus:focus-visible { outline-color: #75ff25; 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; }
/***************** GtkSpinButton * */
spinbutton { font-feature-settings: "tnum"; }
spinbutton:not(.vertical) { padding: 0; border-spacing: 0; /* :not here just to bump specificity above that of the list button styling */ }
.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: #493e37; }
spinbutton:not(.vertical) > button.image-button.up:not(.flat), spinbutton:not(.vertical) > button.image-button.down:not(.flat) { padding: 0; }
spinbutton.vertical:disabled { color: #7c675a; }
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 > selection { background-color: rgba(132, 201, 92, 0.7); color: transparent; }
spinbutton.vertical > text > selection:focus-within { background-color: rgba(117, 255, 37, 0.3); color: #2a4606; }
spinbutton.vertical > text > block-cursor { color: #323232; background-color: #EDF0F5; }
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; }
treeview spinbutton:not(.vertical) { min-height: 0; border-style: none; border-radius: 0; }
treeview spinbutton:not(.vertical) > text { min-height: 0; padding: 1px 2px; }
/************** ComboBoxes * */
dropdown > popover.menu.background > contents { padding: 0; }
dropdown > button > box { border-spacing: 6px; }
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: 6px; padding: 0; }
dropdown popover listview, combobox popover listview { margin: 8px 0; }
dropdown popover listview > row.activatable, combobox popover listview > row.activatable { padding: 8px; /*&:selected { @include button(checked); &, &:hover { @include button(hover); outline-color: $alt_focus_border_color; color: $text-color; background-color: $menu_selected_color; box-shadow: none; } }*/ }
dropdown popover .dropdown-searchbar, combobox popover .dropdown-searchbar { padding: 6px; border-bottom: 1px solid #595757; }
/************ Toolbars * */
searchbar > revealer > box, .toolbar { padding: 4px; border-spacing: 4px; background-color: #3f3e3e; }
.osd .toolbar { background-color: transparent; }
.toolbar.osd { padding: 13px; border: none; border-radius: 5px; background-color: rgba(32, 61, 121, 0.7); }
.toolbar.osd.left, .toolbar.osd.right, .toolbar.osd.top, .toolbar.osd.bottom { border-radius: 0; }
.toolbar.horizontal > separator { margin: 4px 0; }
.toolbar.vertical > separator { margin: 0 4px; }
searchbar > revealer > box { padding: 6px; border-spacing: 6px; border-width: 0 0 1px; }
searchbar > revealer > box { border-style: solid; border-color: #595757; background-color: #474646; }
searchbar > revealer > box:backdrop { border-color: #545252; background-color: #464545; box-shadow: none; transition: none; }
/************** GtkInfoBar * */
infobar > revealer > box { padding: 8px; border-spacing: 12px; }
infobar.info > revealer > box, infobar.question > revealer > box, infobar.warning > revealer > box, infobar.error > revealer > box { border-bottom: 1px solid #666464; background-color: #8121b9; }
infobar .close, searchbar .close { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); min-width: 16px; min-height: 16px; padding: 4px; border-radius: 50%; }
infobar .close:hover, infobar .close:focus, searchbar .close:hover, searchbar .close:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
infobar .close:hover, infobar .close:hover image, infobar .close:hover arrow, infobar .close:focus, infobar .close:focus image, infobar .close:focus arrow, searchbar .close:hover, searchbar .close:hover image, searchbar .close:hover arrow, searchbar .close:focus, searchbar .close:focus image, searchbar .close:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
infobar .close:active, infobar .close.keyboard-activating, searchbar .close:active, searchbar .close.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
infobar .close:checked, infobar .close:selected, infobar .close.has-open-popup, infobar .close .active_group #docklike-plugin button, .active_group #docklike-plugin infobar .close button, searchbar .close:checked, searchbar .close:selected, searchbar .close.has-open-popup, searchbar .close .active_group #docklike-plugin button, .active_group #docklike-plugin searchbar .close button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
infobar .close:checked, infobar .close:checked image, infobar .close:checked arrow, infobar .close:selected, infobar .close:selected image, infobar .close:selected arrow, infobar .close.has-open-popup, infobar .close.has-open-popup image, infobar .close.has-open-popup arrow, infobar .close .active_group #docklike-plugin button, .active_group #docklike-plugin infobar .close button, infobar .close .active_group #docklike-plugin button image, .active_group #docklike-plugin infobar .close button image, infobar .close .active_group #docklike-plugin button arrow, .active_group #docklike-plugin infobar .close button arrow, searchbar .close:checked, searchbar .close:checked image, searchbar .close:checked arrow, searchbar .close:selected, searchbar .close:selected image, searchbar .close:selected arrow, searchbar .close.has-open-popup, searchbar .close.has-open-popup image, searchbar .close.has-open-popup arrow, searchbar .close .active_group #docklike-plugin button, .active_group #docklike-plugin searchbar .close button, searchbar .close .active_group #docklike-plugin button image, .active_group #docklike-plugin searchbar .close button image, searchbar .close .active_group #docklike-plugin button arrow, .active_group #docklike-plugin searchbar .close button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
infobar .close:checked:hover, infobar .close:checked:focus, infobar .close:selected:hover, infobar .close:selected:focus, infobar .close.has-open-popup:hover, infobar .close.has-open-popup:focus, infobar .close .active_group #docklike-plugin button:hover, .active_group #docklike-plugin infobar .close button:hover, infobar .close .active_group #docklike-plugin button:focus, .active_group #docklike-plugin infobar .close button:focus, searchbar .close:checked:hover, searchbar .close:checked:focus, searchbar .close:selected:hover, searchbar .close:selected:focus, searchbar .close.has-open-popup:hover, searchbar .close.has-open-popup:focus, searchbar .close .active_group #docklike-plugin button:hover, .active_group #docklike-plugin searchbar .close button:hover, searchbar .close .active_group #docklike-plugin button:focus, .active_group #docklike-plugin searchbar .close button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
infobar .close:checked:hover, infobar .close:checked:hover image, infobar .close:checked:hover arrow, infobar .close:checked:focus, infobar .close:checked:focus image, infobar .close:checked:focus arrow, infobar .close:selected:hover, infobar .close:selected:hover image, infobar .close:selected:hover arrow, infobar .close:selected:focus, infobar .close:selected:focus image, infobar .close:selected:focus arrow, infobar .close.has-open-popup:hover, infobar .close.has-open-popup:hover image, infobar .close.has-open-popup:hover arrow, infobar .close.has-open-popup:focus, infobar .close.has-open-popup:focus image, infobar .close.has-open-popup:focus arrow, infobar .close .active_group #docklike-plugin button:hover, .active_group #docklike-plugin infobar .close button:hover, infobar .close .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin infobar .close button:hover image, infobar .close .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin infobar .close button:hover arrow, infobar .close .active_group #docklike-plugin button:focus, .active_group #docklike-plugin infobar .close button:focus, infobar .close .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin infobar .close button:focus image, infobar .close .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin infobar .close button:focus arrow, searchbar .close:checked:hover, searchbar .close:checked:hover image, searchbar .close:checked:hover arrow, searchbar .close:checked:focus, searchbar .close:checked:focus image, searchbar .close:checked:focus arrow, searchbar .close:selected:hover, searchbar .close:selected:hover image, searchbar .close:selected:hover arrow, searchbar .close:selected:focus, searchbar .close:selected:focus image, searchbar .close:selected:focus arrow, searchbar .close.has-open-popup:hover, searchbar .close.has-open-popup:hover image, searchbar .close.has-open-popup:hover arrow, searchbar .close.has-open-popup:focus, searchbar .close.has-open-popup:focus image, searchbar .close.has-open-popup:focus arrow, searchbar .close .active_group #docklike-plugin button:hover, .active_group #docklike-plugin searchbar .close button:hover, searchbar .close .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin searchbar .close button:hover image, searchbar .close .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin searchbar .close button:hover arrow, searchbar .close .active_group #docklike-plugin button:focus, .active_group #docklike-plugin searchbar .close button:focus, searchbar .close .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin searchbar .close button:focus image, searchbar .close .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin searchbar .close button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
infobar .close:disabled, infobar .close:disabled:checked, infobar .close:disabled:selected, infobar .close:disabled.has-open-popup, searchbar .close:disabled, searchbar .close:disabled:checked, searchbar .close:disabled:selected, searchbar .close:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
/***************** Title buttons * */
windowcontrols { border-spacing: 6px; }
windowcontrols:not(.empty).start:dir(ltr), windowcontrols:not(.empty).end:dir(rtl) { margin-right: 7px; }
windowcontrols:not(.empty).start:dir(rtl), windowcontrols:not(.empty).end:dir(ltr) { margin-left: 7px; }
windowcontrols button { padding-right: 6px; padding-left: 6px; min-width: 0; }
windowcontrols button.close { padding-right: 12px; padding-left: 12px; }
windowcontrols button.close:not(:backdrop) { color: #EDF0F5; background-color: #7a2b2b; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
windowcontrols button.close:not(:backdrop):hover, windowcontrols button.close:not(:backdrop):focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
windowcontrols button.close:not(:backdrop):hover, windowcontrols button.close:not(:backdrop):hover image, windowcontrols button.close:not(:backdrop):hover arrow, windowcontrols button.close:not(:backdrop):focus, windowcontrols button.close:not(:backdrop):focus image, windowcontrols button.close:not(:backdrop):focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
windowcontrols button.close:not(:backdrop):active, windowcontrols button.close:not(:backdrop).keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
windowcontrols button.close:not(:backdrop):checked, windowcontrols button.close:not(:backdrop):selected, windowcontrols button.close:not(:backdrop).has-open-popup, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
windowcontrols button.close:not(:backdrop):checked, windowcontrols button.close:not(:backdrop):checked image, windowcontrols button.close:not(:backdrop):checked arrow, windowcontrols button.close:not(:backdrop):selected, windowcontrols button.close:not(:backdrop):selected image, windowcontrols button.close:not(:backdrop):selected arrow, windowcontrols button.close:not(:backdrop).has-open-popup, windowcontrols button.close:not(:backdrop).has-open-popup image, windowcontrols button.close:not(:backdrop).has-open-popup arrow, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button image, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button image, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button arrow, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
windowcontrols button.close:not(:backdrop):checked:hover, windowcontrols button.close:not(:backdrop):checked:focus, windowcontrols button.close:not(:backdrop):selected:hover, windowcontrols button.close:not(:backdrop):selected:focus, windowcontrols button.close:not(:backdrop).has-open-popup:hover, windowcontrols button.close:not(:backdrop).has-open-popup:focus, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:hover, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
windowcontrols button.close:not(:backdrop):checked:hover, windowcontrols button.close:not(:backdrop):checked:hover image, windowcontrols button.close:not(:backdrop):checked:hover arrow, windowcontrols button.close:not(:backdrop):checked:focus, windowcontrols button.close:not(:backdrop):checked:focus image, windowcontrols button.close:not(:backdrop):checked:focus arrow, windowcontrols button.close:not(:backdrop):selected:hover, windowcontrols button.close:not(:backdrop):selected:hover image, windowcontrols button.close:not(:backdrop):selected:hover arrow, windowcontrols button.close:not(:backdrop):selected:focus, windowcontrols button.close:not(:backdrop):selected:focus image, windowcontrols button.close:not(:backdrop):selected:focus arrow, windowcontrols button.close:not(:backdrop).has-open-popup:hover, windowcontrols button.close:not(:backdrop).has-open-popup:hover image, windowcontrols button.close:not(:backdrop).has-open-popup:hover arrow, windowcontrols button.close:not(:backdrop).has-open-popup:focus, windowcontrols button.close:not(:backdrop).has-open-popup:focus image, windowcontrols button.close:not(:backdrop).has-open-popup:focus arrow, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:hover, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:hover image, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:hover arrow, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:focus, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:focus image, windowcontrols button.close:not(:backdrop) .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin windowcontrols button.close:not(:backdrop) button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
windowcontrols button.close:not(:backdrop):disabled, windowcontrols button.close:not(:backdrop):disabled:checked, windowcontrols button.close:not(:backdrop):disabled:selected, windowcontrols button.close:not(:backdrop):disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
windowcontrols button > image { background-color: unset; }
/*************** Header bars * */
.titlebar:not(headerbar), headerbar, windowhandle { padding: 0 0px; min-height: 46px; border-width: 0 0 1px; border-style: solid; border-color: #6d6c6c; border-radius: 0; background: #3f3e3e linear-gradient(to top, black, #3a3939 7%, #424141 93%, #8c8a8a 100%); color: #EDF0F5; /* Darken switchbuttons for headerbars. issue #1588 */ }
.titlebar:backdrop:not(headerbar), headerbar:backdrop, windowhandle:backdrop { border-color: #545252; background-color: #3f3e3e; color: #EDF0F5; background-image: none; transition: none; }
.titlebar:not(headerbar) .title, headerbar .title, windowhandle .title { padding-left: 12px; padding-right: 12px; font-weight: bold; }
.titlebar:not(headerbar) .subtitle, headerbar .subtitle, windowhandle .subtitle { font-size: smaller; padding-left: 12px; padding-right: 12px; }
.titlebar:not(headerbar) button, headerbar button, windowhandle button { color: #EDF0F5; background-color: #505050; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
.titlebar:not(headerbar) button:hover, .titlebar:not(headerbar) button:focus, headerbar button:hover, headerbar button:focus, windowhandle button:hover, windowhandle button:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.titlebar:not(headerbar) button:hover, .titlebar:not(headerbar) button:hover image, .titlebar:not(headerbar) button:hover arrow, .titlebar:not(headerbar) button:focus, .titlebar:not(headerbar) button:focus image, .titlebar:not(headerbar) button:focus arrow, headerbar button:hover, headerbar button:hover image, headerbar button:hover arrow, headerbar button:focus, headerbar button:focus image, headerbar button:focus arrow, windowhandle button:hover, windowhandle button:hover image, windowhandle button:hover arrow, windowhandle button:focus, windowhandle button:focus image, windowhandle button:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.titlebar:not(headerbar) button:active, .titlebar:not(headerbar) button.keyboard-activating, headerbar button:active, headerbar button.keyboard-activating, windowhandle button:active, windowhandle button.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
.titlebar:not(headerbar) button:checked, .titlebar:not(headerbar) button:selected, .titlebar:not(headerbar) button.has-open-popup, .titlebar:not(headerbar) button .active_group #docklike-plugin button, .active_group #docklike-plugin .titlebar:not(headerbar) button button, headerbar button:checked, headerbar button:selected, headerbar button.has-open-popup, headerbar button .active_group #docklike-plugin button, .active_group #docklike-plugin headerbar button button, windowhandle button:checked, windowhandle button:selected, windowhandle button.has-open-popup, windowhandle button .active_group #docklike-plugin button, .active_group #docklike-plugin windowhandle button button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
.titlebar:not(headerbar) button:checked, .titlebar:not(headerbar) button:checked image, .titlebar:not(headerbar) button:checked arrow, .titlebar:not(headerbar) button:selected, .titlebar:not(headerbar) button:selected image, .titlebar:not(headerbar) button:selected arrow, .titlebar:not(headerbar) button.has-open-popup, .titlebar:not(headerbar) button.has-open-popup image, .titlebar:not(headerbar) button.has-open-popup arrow, .titlebar:not(headerbar) button .active_group #docklike-plugin button, .active_group #docklike-plugin .titlebar:not(headerbar) button button, .titlebar:not(headerbar) button .active_group #docklike-plugin button image, .active_group #docklike-plugin .titlebar:not(headerbar) button button image, .titlebar:not(headerbar) button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button button arrow, headerbar button:checked, headerbar button:checked image, headerbar button:checked arrow, headerbar button:selected, headerbar button:selected image, headerbar button:selected arrow, headerbar button.has-open-popup, headerbar button.has-open-popup image, headerbar button.has-open-popup arrow, headerbar button .active_group #docklike-plugin button, .active_group #docklike-plugin headerbar button button, headerbar button .active_group #docklike-plugin button image, .active_group #docklike-plugin headerbar button button image, headerbar button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin headerbar button button arrow, windowhandle button:checked, windowhandle button:checked image, windowhandle button:checked arrow, windowhandle button:selected, windowhandle button:selected image, windowhandle button:selected arrow, windowhandle button.has-open-popup, windowhandle button.has-open-popup image, windowhandle button.has-open-popup arrow, windowhandle button .active_group #docklike-plugin button, .active_group #docklike-plugin windowhandle button button, windowhandle button .active_group #docklike-plugin button image, .active_group #docklike-plugin windowhandle button button image, windowhandle button .active_group #docklike-plugin button arrow, .active_group #docklike-plugin windowhandle button button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
.titlebar:not(headerbar) button:checked:hover, .titlebar:not(headerbar) button:checked:focus, .titlebar:not(headerbar) button:selected:hover, .titlebar:not(headerbar) button:selected:focus, .titlebar:not(headerbar) button.has-open-popup:hover, .titlebar:not(headerbar) button.has-open-popup:focus, .titlebar:not(headerbar) button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .titlebar:not(headerbar) button button:hover, .titlebar:not(headerbar) button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .titlebar:not(headerbar) button button:focus, headerbar button:checked:hover, headerbar button:checked:focus, headerbar button:selected:hover, headerbar button:selected:focus, headerbar button.has-open-popup:hover, headerbar button.has-open-popup:focus, headerbar button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin headerbar button button:hover, headerbar button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin headerbar button button:focus, windowhandle button:checked:hover, windowhandle button:checked:focus, windowhandle button:selected:hover, windowhandle button:selected:focus, windowhandle button.has-open-popup:hover, windowhandle button.has-open-popup:focus, windowhandle button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowhandle button button:hover, windowhandle button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowhandle button button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
.titlebar:not(headerbar) button:checked:hover, .titlebar:not(headerbar) button:checked:hover image, .titlebar:not(headerbar) button:checked:hover arrow, .titlebar:not(headerbar) button:checked:focus, .titlebar:not(headerbar) button:checked:focus image, .titlebar:not(headerbar) button:checked:focus arrow, .titlebar:not(headerbar) button:selected:hover, .titlebar:not(headerbar) button:selected:hover image, .titlebar:not(headerbar) button:selected:hover arrow, .titlebar:not(headerbar) button:selected:focus, .titlebar:not(headerbar) button:selected:focus image, .titlebar:not(headerbar) button:selected:focus arrow, .titlebar:not(headerbar) button.has-open-popup:hover, .titlebar:not(headerbar) button.has-open-popup:hover image, .titlebar:not(headerbar) button.has-open-popup:hover arrow, .titlebar:not(headerbar) button.has-open-popup:focus, .titlebar:not(headerbar) button.has-open-popup:focus image, .titlebar:not(headerbar) button.has-open-popup:focus arrow, .titlebar:not(headerbar) button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .titlebar:not(headerbar) button button:hover, .titlebar:not(headerbar) button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .titlebar:not(headerbar) button button:hover image, .titlebar:not(headerbar) button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button button:hover arrow, .titlebar:not(headerbar) button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .titlebar:not(headerbar) button button:focus, .titlebar:not(headerbar) button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .titlebar:not(headerbar) button button:focus image, .titlebar:not(headerbar) button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button button:focus arrow, headerbar button:checked:hover, headerbar button:checked:hover image, headerbar button:checked:hover arrow, headerbar button:checked:focus, headerbar button:checked:focus image, headerbar button:checked:focus arrow, headerbar button:selected:hover, headerbar button:selected:hover image, headerbar button:selected:hover arrow, headerbar button:selected:focus, headerbar button:selected:focus image, headerbar button:selected:focus arrow, headerbar button.has-open-popup:hover, headerbar button.has-open-popup:hover image, headerbar button.has-open-popup:hover arrow, headerbar button.has-open-popup:focus, headerbar button.has-open-popup:focus image, headerbar button.has-open-popup:focus arrow, headerbar button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin headerbar button button:hover, headerbar button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin headerbar button button:hover image, headerbar button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin headerbar button button:hover arrow, headerbar button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin headerbar button button:focus, headerbar button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin headerbar button button:focus image, headerbar button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin headerbar button button:focus arrow, windowhandle button:checked:hover, windowhandle button:checked:hover image, windowhandle button:checked:hover arrow, windowhandle button:checked:focus, windowhandle button:checked:focus image, windowhandle button:checked:focus arrow, windowhandle button:selected:hover, windowhandle button:selected:hover image, windowhandle button:selected:hover arrow, windowhandle button:selected:focus, windowhandle button:selected:focus image, windowhandle button:selected:focus arrow, windowhandle button.has-open-popup:hover, windowhandle button.has-open-popup:hover image, windowhandle button.has-open-popup:hover arrow, windowhandle button.has-open-popup:focus, windowhandle button.has-open-popup:focus image, windowhandle button.has-open-popup:focus arrow, windowhandle button .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowhandle button button:hover, windowhandle button .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin windowhandle button button:hover image, windowhandle button .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin windowhandle button button:hover arrow, windowhandle button .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowhandle button button:focus, windowhandle button .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin windowhandle button button:focus image, windowhandle button .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin windowhandle button button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
.titlebar:not(headerbar) button:disabled, headerbar button:disabled, windowhandle button:disabled { color: #7c675a; background-color: #493e37; }
.titlebar:not(headerbar) button:backdrop:not(:checked), headerbar button:backdrop:not(:checked), windowhandle button:backdrop:not(:checked) { color: #EDF0F5; background-color: #505050; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
.titlebar:not(headerbar) button:backdrop:not(:checked):hover, .titlebar:not(headerbar) button:backdrop:not(:checked):focus, headerbar button:backdrop:not(:checked):hover, headerbar button:backdrop:not(:checked):focus, windowhandle button:backdrop:not(:checked):hover, windowhandle button:backdrop:not(:checked):focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.titlebar:not(headerbar) button:backdrop:not(:checked):hover, .titlebar:not(headerbar) button:backdrop:not(:checked):hover image, .titlebar:not(headerbar) button:backdrop:not(:checked):hover arrow, .titlebar:not(headerbar) button:backdrop:not(:checked):focus, .titlebar:not(headerbar) button:backdrop:not(:checked):focus image, .titlebar:not(headerbar) button:backdrop:not(:checked):focus arrow, headerbar button:backdrop:not(:checked):hover, headerbar button:backdrop:not(:checked):hover image, headerbar button:backdrop:not(:checked):hover arrow, headerbar button:backdrop:not(:checked):focus, headerbar button:backdrop:not(:checked):focus image, headerbar button:backdrop:not(:checked):focus arrow, windowhandle button:backdrop:not(:checked):hover, windowhandle button:backdrop:not(:checked):hover image, windowhandle button:backdrop:not(:checked):hover arrow, windowhandle button:backdrop:not(:checked):focus, windowhandle button:backdrop:not(:checked):focus image, windowhandle button:backdrop:not(:checked):focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.titlebar:not(headerbar) button:backdrop:not(:checked):active, .titlebar:not(headerbar) button:backdrop:not(:checked).keyboard-activating, headerbar button:backdrop:not(:checked):active, headerbar button:backdrop:not(:checked).keyboard-activating, windowhandle button:backdrop:not(:checked):active, windowhandle button:backdrop:not(:checked).keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
.titlebar:not(headerbar) button:backdrop:not(:checked):checked, .titlebar:not(headerbar) button:backdrop:not(:checked):selected, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button, headerbar button:backdrop:not(:checked):checked, headerbar button:backdrop:not(:checked):selected, headerbar button:backdrop:not(:checked).has-open-popup, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button, windowhandle button:backdrop:not(:checked):checked, windowhandle button:backdrop:not(:checked):selected, windowhandle button:backdrop:not(:checked).has-open-popup, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
.titlebar:not(headerbar) button:backdrop:not(:checked):checked, .titlebar:not(headerbar) button:backdrop:not(:checked):checked image, .titlebar:not(headerbar) button:backdrop:not(:checked):checked arrow, .titlebar:not(headerbar) button:backdrop:not(:checked):selected, .titlebar:not(headerbar) button:backdrop:not(:checked):selected image, .titlebar:not(headerbar) button:backdrop:not(:checked):selected arrow, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup image, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup arrow, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button image, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button image, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button arrow, headerbar button:backdrop:not(:checked):checked, headerbar button:backdrop:not(:checked):checked image, headerbar button:backdrop:not(:checked):checked arrow, headerbar button:backdrop:not(:checked):selected, headerbar button:backdrop:not(:checked):selected image, headerbar button:backdrop:not(:checked):selected arrow, headerbar button:backdrop:not(:checked).has-open-popup, headerbar button:backdrop:not(:checked).has-open-popup image, headerbar button:backdrop:not(:checked).has-open-popup arrow, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button image, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button image, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button arrow, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button arrow, windowhandle button:backdrop:not(:checked):checked, windowhandle button:backdrop:not(:checked):checked image, windowhandle button:backdrop:not(:checked):checked arrow, windowhandle button:backdrop:not(:checked):selected, windowhandle button:backdrop:not(:checked):selected image, windowhandle button:backdrop:not(:checked):selected arrow, windowhandle button:backdrop:not(:checked).has-open-popup, windowhandle button:backdrop:not(:checked).has-open-popup image, windowhandle button:backdrop:not(:checked).has-open-popup arrow, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button image, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button image, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button arrow, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
.titlebar:not(headerbar) button:backdrop:not(:checked):checked:hover, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:focus, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:hover, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:focus, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:hover, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:focus, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:hover, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:focus, headerbar button:backdrop:not(:checked):checked:hover, headerbar button:backdrop:not(:checked):checked:focus, headerbar button:backdrop:not(:checked):selected:hover, headerbar button:backdrop:not(:checked):selected:focus, headerbar button:backdrop:not(:checked).has-open-popup:hover, headerbar button:backdrop:not(:checked).has-open-popup:focus, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:hover, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:focus, windowhandle button:backdrop:not(:checked):checked:hover, windowhandle button:backdrop:not(:checked):checked:focus, windowhandle button:backdrop:not(:checked):selected:hover, windowhandle button:backdrop:not(:checked):selected:focus, windowhandle button:backdrop:not(:checked).has-open-popup:hover, windowhandle button:backdrop:not(:checked).has-open-popup:focus, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:hover, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
.titlebar:not(headerbar) button:backdrop:not(:checked):checked:hover, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:hover image, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:hover arrow, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:focus, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:focus image, .titlebar:not(headerbar) button:backdrop:not(:checked):checked:focus arrow, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:hover, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:hover image, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:hover arrow, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:focus, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:focus image, .titlebar:not(headerbar) button:backdrop:not(:checked):selected:focus arrow, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:hover, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:hover image, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:hover arrow, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:focus, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:focus image, .titlebar:not(headerbar) button:backdrop:not(:checked).has-open-popup:focus arrow, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:hover, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:hover image, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:hover arrow, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:focus, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:focus image, .titlebar:not(headerbar) button:backdrop:not(:checked) .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin .titlebar:not(headerbar) button:backdrop:not(:checked) button:focus arrow, headerbar button:backdrop:not(:checked):checked:hover, headerbar button:backdrop:not(:checked):checked:hover image, headerbar button:backdrop:not(:checked):checked:hover arrow, headerbar button:backdrop:not(:checked):checked:focus, headerbar button:backdrop:not(:checked):checked:focus image, headerbar button:backdrop:not(:checked):checked:focus arrow, headerbar button:backdrop:not(:checked):selected:hover, headerbar button:backdrop:not(:checked):selected:hover image, headerbar button:backdrop:not(:checked):selected:hover arrow, headerbar button:backdrop:not(:checked):selected:focus, headerbar button:backdrop:not(:checked):selected:focus image, headerbar button:backdrop:not(:checked):selected:focus arrow, headerbar button:backdrop:not(:checked).has-open-popup:hover, headerbar button:backdrop:not(:checked).has-open-popup:hover image, headerbar button:backdrop:not(:checked).has-open-popup:hover arrow, headerbar button:backdrop:not(:checked).has-open-popup:focus, headerbar button:backdrop:not(:checked).has-open-popup:focus image, headerbar button:backdrop:not(:checked).has-open-popup:focus arrow, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:hover, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:hover image, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:hover arrow, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:focus, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:focus image, headerbar button:backdrop:not(:checked) .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin headerbar button:backdrop:not(:checked) button:focus arrow, windowhandle button:backdrop:not(:checked):checked:hover, windowhandle button:backdrop:not(:checked):checked:hover image, windowhandle button:backdrop:not(:checked):checked:hover arrow, windowhandle button:backdrop:not(:checked):checked:focus, windowhandle button:backdrop:not(:checked):checked:focus image, windowhandle button:backdrop:not(:checked):checked:focus arrow, windowhandle button:backdrop:not(:checked):selected:hover, windowhandle button:backdrop:not(:checked):selected:hover image, windowhandle button:backdrop:not(:checked):selected:hover arrow, windowhandle button:backdrop:not(:checked):selected:focus, windowhandle button:backdrop:not(:checked):selected:focus image, windowhandle button:backdrop:not(:checked):selected:focus arrow, windowhandle button:backdrop:not(:checked).has-open-popup:hover, windowhandle button:backdrop:not(:checked).has-open-popup:hover image, windowhandle button:backdrop:not(:checked).has-open-popup:hover arrow, windowhandle button:backdrop:not(:checked).has-open-popup:focus, windowhandle button:backdrop:not(:checked).has-open-popup:focus image, windowhandle button:backdrop:not(:checked).has-open-popup:focus arrow, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:hover, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:hover, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:hover image, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:hover arrow, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:focus, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:focus, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:focus image, windowhandle button:backdrop:not(:checked) .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin windowhandle button:backdrop:not(:checked) button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
.titlebar:not(headerbar) button:backdrop:not(:checked):disabled, headerbar button:backdrop:not(:checked):disabled, windowhandle button:backdrop:not(:checked):disabled { color: #7c675a; background-color: #493e37; }
.tiled .titlebar:not(headerbar), .tiled-top .titlebar:not(headerbar), .tiled-left .titlebar:not(headerbar), .tiled-right .titlebar:not(headerbar), .tiled-bottom .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .fullscreen .titlebar:not(headerbar), .tiled headerbar, .tiled-top headerbar, .tiled-left headerbar, .tiled-right headerbar, .tiled-bottom headerbar, .maximized headerbar, .fullscreen headerbar, .tiled windowhandle, .tiled-top windowhandle, .tiled-left windowhandle, .tiled-right windowhandle, .tiled-bottom windowhandle, .maximized windowhandle, .fullscreen windowhandle { border-radius: 0; }
.default-decoration.titlebar:not(headerbar), headerbar.default-decoration, windowhandle.default-decoration { min-height: 28px; padding: 4px; }
.default-decoration.titlebar:not(headerbar) windowcontrols button, .default-decoration.titlebar:not(headerbar) windowcontrols menubutton, headerbar.default-decoration windowcontrols button, headerbar.default-decoration windowcontrols menubutton, windowhandle.default-decoration windowcontrols button, windowhandle.default-decoration windowcontrols menubutton { min-height: 26px; min-width: 26px; margin: 0; padding: 0; }
.default-decoration.titlebar:not(headerbar) windowcontrols menubutton button, headerbar.default-decoration windowcontrols menubutton button, windowhandle.default-decoration windowcontrols menubutton button { min-height: 20px; min-width: 20px; margin: 0; padding: 4px; }
.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr), .solid-csd windowhandle:backdrop:dir(rtl), .solid-csd windowhandle:backdrop:dir(ltr), .solid-csd windowhandle:dir(rtl), .solid-csd windowhandle:dir(ltr) { margin-left: -1px; margin-right: -1px; margin-top: -1px; border-radius: 0; box-shadow: none; }
headerbar { padding: 0 6px; }
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 switch { margin-top: 10px; margin-bottom: 10px; }
window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparent; background-image: none; border-style: none; border-color: transparent; }
window.devel headerbar.titlebar { background: #3f3e3e cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, linear-gradient(to right, transparent 65%, rgba(117, 255, 37, 0.1)), linear-gradient(to top, #2d2c2c 3px, #323131); }
window.devel headerbar.titlebar:backdrop { background: #3f3e3e cross-fade(10% -gtk-icontheme("system-run-symbolic"), image(transparent)) 90% 0/256px 256px no-repeat, image(#3f3e3e); /* background-color would flash */ }
/************ Pathbars * */
pathbar > button.text-button, pathbar > button.image-button, pathbar > button { padding-left: 4px; padding-right: 4px; }
pathbar > button.text-button.image-button label { padding-left: 0; padding-right: 0; }
pathbar > button.text-button.image-button label:last-child, pathbar > button label:last-child { padding-right: 8px; }
pathbar > button.text-button.image-button label:first-child, pathbar > button label:first-child { padding-left: 8px; }
pathbar > button image { padding-left: 4px; padding-right: 4px; }
pathbar > button.slider-button { padding-left: 0; padding-right: 0; }
/************** Tree Views * */
columnview.view, treeview.view { border-left-color: #575859; border-top-color: #575859; transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
columnview.view, treeview.view { outline: 0 solid transparent; outline-offset: 4px; }
columnview.view:focus:focus-visible, treeview.view:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
columnview.view:selected:focus, columnview.view:selected, treeview.view:selected:focus, treeview.view:selected { border-radius: 0; outline-color: rgba(255, 255, 255, 0.3); }
columnview.view:disabled, treeview.view:disabled { color: #7c675a; }
columnview.view:disabled:selected, treeview.view:disabled:selected { color: #57b519; }
columnview.view.separator, treeview.view.separator { min-height: 2px; color: #575859; }
columnview.view:drop(active), treeview.view:drop(active) { box-shadow: none; }
columnview.view > dndtarget:drop(active), treeview.view > dndtarget:drop(active) { border-style: solid none; border-width: 1px; border-color: #338b00; }
columnview.view > dndtarget:drop(active).after, treeview.view > dndtarget:drop(active).after { border-top-style: none; }
columnview.view > dndtarget:drop(active).before, treeview.view > dndtarget:drop(active).before { 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: #b5b7bb; }
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: #EDF0F5; }
columnview.view.expander:selected, treeview.view.expander:selected { color: #417e0f; }
columnview.view.expander:selected:hover, treeview.view.expander:selected:hover { color: #2a4606; }
columnview.view.expander:checked, treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
columnview.view > header > button, treeview.view > header > button { border-right-width: 0px; border-radius: 0; padding: 0px 3px; margin: 0px; color: #909194; background-color: #323232; font-weight: bold; text-shadow: none; }
columnview.view > header > button:hover, treeview.view > header > button:hover { color: #bfc1c5; }
columnview.view > header > button:active, treeview.view > header > button:active { color: #EDF0F5; }
columnview.view > header > button sort-indicator, treeview.view > header > button sort-indicator { min-height: 16px; min-width: 16px; }
columnview.view > header > button sort-indicator.ascending, treeview.view > header > button sort-indicator.ascending { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
columnview.view > header > button sort-indicator.descending, treeview.view > header > button sort-indicator.descending { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
columnview.view > header > button:last-child, treeview.view > header > button:last-child { border-right-width: 1px; }
columnview.view button.dnd:active, columnview.view button.dnd:selected, columnview.view button.dnd:hover, columnview.view button.dnd, columnview.view header.button.dnd:active, columnview.view header.button.dnd:selected, columnview.view header.button.dnd:hover, columnview.view header.button.dnd, treeview.view button.dnd:active, treeview.view button.dnd:selected, treeview.view button.dnd:hover, treeview.view button.dnd, treeview.view header.button.dnd:active, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:hover, treeview.view header.button.dnd { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); color: #75ff25; background-color: #75ff25; transition: none; }
columnview.view button.dnd:active:hover, columnview.view button.dnd:active:focus, columnview.view button.dnd:selected:hover, columnview.view button.dnd:selected:focus, columnview.view button.dnd:hover:hover, columnview.view button.dnd:hover:focus, columnview.view button.dnd:hover, columnview.view button.dnd:focus, columnview.view header.button.dnd:active:hover, columnview.view header.button.dnd:active:focus, columnview.view header.button.dnd:selected:hover, columnview.view header.button.dnd:selected:focus, columnview.view header.button.dnd:hover:hover, columnview.view header.button.dnd:hover:focus, columnview.view header.button.dnd:hover, columnview.view header.button.dnd:focus, treeview.view button.dnd:active:hover, treeview.view button.dnd:active:focus, treeview.view button.dnd:selected:hover, treeview.view button.dnd:selected:focus, treeview.view button.dnd:hover:hover, treeview.view button.dnd:hover:focus, treeview.view button.dnd:hover, treeview.view button.dnd:focus, treeview.view header.button.dnd:active:hover, treeview.view header.button.dnd:active:focus, treeview.view header.button.dnd:selected:hover, treeview.view header.button.dnd:selected:focus, treeview.view header.button.dnd:hover:hover, treeview.view header.button.dnd:hover:focus, treeview.view header.button.dnd:hover, treeview.view header.button.dnd:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
columnview.view button.dnd:active:hover, columnview.view button.dnd:active:hover image, columnview.view button.dnd:active:hover arrow, columnview.view button.dnd:active:focus, columnview.view button.dnd:active:focus image, columnview.view button.dnd:active:focus arrow, columnview.view button.dnd:selected:hover, columnview.view button.dnd:selected:hover image, columnview.view button.dnd:selected:hover arrow, columnview.view button.dnd:selected:focus, columnview.view button.dnd:selected:focus image, columnview.view button.dnd:selected:focus arrow, columnview.view button.dnd:hover:hover, columnview.view button.dnd:hover:hover image, columnview.view button.dnd:hover:hover arrow, columnview.view button.dnd:hover:focus, columnview.view button.dnd:hover:focus image, columnview.view button.dnd:hover:focus arrow, columnview.view button.dnd:hover, columnview.view button.dnd:hover image, columnview.view button.dnd:hover arrow, columnview.view button.dnd:focus, columnview.view button.dnd:focus image, columnview.view button.dnd:focus arrow, columnview.view header.button.dnd:active:hover, columnview.view header.button.dnd:active:hover image, columnview.view header.button.dnd:active:hover arrow, columnview.view header.button.dnd:active:focus, columnview.view header.button.dnd:active:focus image, columnview.view header.button.dnd:active:focus arrow, columnview.view header.button.dnd:selected:hover, columnview.view header.button.dnd:selected:hover image, columnview.view header.button.dnd:selected:hover arrow, columnview.view header.button.dnd:selected:focus, columnview.view header.button.dnd:selected:focus image, columnview.view header.button.dnd:selected:focus arrow, columnview.view header.button.dnd:hover:hover, columnview.view header.button.dnd:hover:hover image, columnview.view header.button.dnd:hover:hover arrow, columnview.view header.button.dnd:hover:focus, columnview.view header.button.dnd:hover:focus image, columnview.view header.button.dnd:hover:focus arrow, columnview.view header.button.dnd:hover, columnview.view header.button.dnd:hover image, columnview.view header.button.dnd:hover arrow, columnview.view header.button.dnd:focus, columnview.view header.button.dnd:focus image, columnview.view header.button.dnd:focus arrow, treeview.view button.dnd:active:hover, treeview.view button.dnd:active:hover image, treeview.view button.dnd:active:hover arrow, treeview.view button.dnd:active:focus, treeview.view button.dnd:active:focus image, treeview.view button.dnd:active:focus arrow, treeview.view button.dnd:selected:hover, treeview.view button.dnd:selected:hover image, treeview.view button.dnd:selected:hover arrow, treeview.view button.dnd:selected:focus, treeview.view button.dnd:selected:focus image, treeview.view button.dnd:selected:focus arrow, treeview.view button.dnd:hover:hover, treeview.view button.dnd:hover:hover image, treeview.view button.dnd:hover:hover arrow, treeview.view button.dnd:hover:focus, treeview.view button.dnd:hover:focus image, treeview.view button.dnd:hover:focus arrow, treeview.view button.dnd:hover, treeview.view button.dnd:hover image, treeview.view button.dnd:hover arrow, treeview.view button.dnd:focus, treeview.view button.dnd:focus image, treeview.view button.dnd:focus arrow, treeview.view header.button.dnd:active:hover, treeview.view header.button.dnd:active:hover image, treeview.view header.button.dnd:active:hover arrow, treeview.view header.button.dnd:active:focus, treeview.view header.button.dnd:active:focus image, treeview.view header.button.dnd:active:focus arrow, treeview.view header.button.dnd:selected:hover, treeview.view header.button.dnd:selected:hover image, treeview.view header.button.dnd:selected:hover arrow, treeview.view header.button.dnd:selected:focus, treeview.view header.button.dnd:selected:focus image, treeview.view header.button.dnd:selected:focus arrow, treeview.view header.button.dnd:hover:hover, treeview.view header.button.dnd:hover:hover image, treeview.view header.button.dnd:hover:hover arrow, treeview.view header.button.dnd:hover:focus, treeview.view header.button.dnd:hover:focus image, treeview.view header.button.dnd:hover:focus arrow, treeview.view header.button.dnd:hover, treeview.view header.button.dnd:hover image, treeview.view header.button.dnd:hover arrow, treeview.view header.button.dnd:focus, treeview.view header.button.dnd:focus image, treeview.view header.button.dnd:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
columnview.view button.dnd:active:active, columnview.view button.dnd:active.keyboard-activating, columnview.view button.dnd:selected:active, columnview.view button.dnd:selected.keyboard-activating, columnview.view button.dnd:hover:active, columnview.view button.dnd:hover.keyboard-activating, columnview.view button.dnd:active, columnview.view button.dnd.keyboard-activating, columnview.view header.button.dnd:active:active, columnview.view header.button.dnd:active.keyboard-activating, columnview.view header.button.dnd:selected:active, columnview.view header.button.dnd:selected.keyboard-activating, columnview.view header.button.dnd:hover:active, columnview.view header.button.dnd:hover.keyboard-activating, columnview.view header.button.dnd:active, columnview.view header.button.dnd.keyboard-activating, treeview.view button.dnd:active:active, treeview.view button.dnd:active.keyboard-activating, treeview.view button.dnd:selected:active, treeview.view button.dnd:selected.keyboard-activating, treeview.view button.dnd:hover:active, treeview.view button.dnd:hover.keyboard-activating, treeview.view button.dnd:active, treeview.view button.dnd.keyboard-activating, treeview.view header.button.dnd:active:active, treeview.view header.button.dnd:active.keyboard-activating, treeview.view header.button.dnd:selected:active, treeview.view header.button.dnd:selected.keyboard-activating, treeview.view header.button.dnd:hover:active, treeview.view header.button.dnd:hover.keyboard-activating, treeview.view header.button.dnd:active, treeview.view header.button.dnd.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
columnview.view button.dnd:selected:selected, columnview.view button.dnd:checked, columnview.view button.dnd.has-open-popup, columnview.view button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view button.dnd button, columnview.view header.button.dnd:selected:selected, columnview.view header.button.dnd:checked, columnview.view header.button.dnd.has-open-popup, columnview.view header.button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view header.button.dnd button, treeview.view button.dnd:selected:selected, treeview.view button.dnd:checked, treeview.view button.dnd.has-open-popup, treeview.view button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view button.dnd button, treeview.view header.button.dnd:selected:selected, treeview.view header.button.dnd:checked, treeview.view header.button.dnd.has-open-popup, treeview.view header.button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view header.button.dnd button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
columnview.view button.dnd:active:checked, columnview.view button.dnd:active:checked image, columnview.view button.dnd:active:checked arrow, columnview.view button.dnd:active:selected, columnview.view button.dnd:active:selected image, columnview.view button.dnd:active:selected arrow, columnview.view button.dnd:active.has-open-popup, columnview.view button.dnd:active.has-open-popup image, columnview.view button.dnd:active.has-open-popup arrow, columnview.view button.dnd:active .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view button.dnd:active button, columnview.view button.dnd:active .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view button.dnd:active button image, columnview.view button.dnd:active .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view button.dnd:active button arrow, columnview.view button.dnd:selected:checked, columnview.view button.dnd:selected:checked image, columnview.view button.dnd:selected:checked arrow, columnview.view button.dnd:selected:selected, columnview.view button.dnd:selected:selected image, columnview.view button.dnd:selected:selected arrow, columnview.view button.dnd:selected.has-open-popup, columnview.view button.dnd:selected.has-open-popup image, columnview.view button.dnd:selected.has-open-popup arrow, columnview.view button.dnd:selected .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view button.dnd:selected button, columnview.view button.dnd:selected .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view button.dnd:selected button image, columnview.view button.dnd:selected .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view button.dnd:selected button arrow, columnview.view button.dnd:hover:checked, columnview.view button.dnd:hover:checked image, columnview.view button.dnd:hover:checked arrow, columnview.view button.dnd:hover:selected, columnview.view button.dnd:hover:selected image, columnview.view button.dnd:hover:selected arrow, columnview.view button.dnd:hover.has-open-popup, columnview.view button.dnd:hover.has-open-popup image, columnview.view button.dnd:hover.has-open-popup arrow, columnview.view button.dnd:hover .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view button.dnd:hover button, columnview.view button.dnd:hover .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view button.dnd:hover button image, columnview.view button.dnd:hover .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view button.dnd:hover button arrow, columnview.view button.dnd:checked, columnview.view button.dnd:checked image, columnview.view button.dnd:checked arrow, columnview.view button.dnd:selected, columnview.view button.dnd:selected image, columnview.view button.dnd:selected arrow, columnview.view button.dnd.has-open-popup, columnview.view button.dnd.has-open-popup image, columnview.view button.dnd.has-open-popup arrow, columnview.view button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view button.dnd button, columnview.view button.dnd .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view button.dnd button image, columnview.view button.dnd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view button.dnd button arrow, columnview.view header.button.dnd:active:checked, columnview.view header.button.dnd:active:checked image, columnview.view header.button.dnd:active:checked arrow, columnview.view header.button.dnd:active:selected, columnview.view header.button.dnd:active:selected image, columnview.view header.button.dnd:active:selected arrow, columnview.view header.button.dnd:active.has-open-popup, columnview.view header.button.dnd:active.has-open-popup image, columnview.view header.button.dnd:active.has-open-popup arrow, columnview.view header.button.dnd:active .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view header.button.dnd:active button, columnview.view header.button.dnd:active .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view header.button.dnd:active button image, columnview.view header.button.dnd:active .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view header.button.dnd:active button arrow, columnview.view header.button.dnd:selected:checked, columnview.view header.button.dnd:selected:checked image, columnview.view header.button.dnd:selected:checked arrow, columnview.view header.button.dnd:selected:selected, columnview.view header.button.dnd:selected:selected image, columnview.view header.button.dnd:selected:selected arrow, columnview.view header.button.dnd:selected.has-open-popup, columnview.view header.button.dnd:selected.has-open-popup image, columnview.view header.button.dnd:selected.has-open-popup arrow, columnview.view header.button.dnd:selected .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view header.button.dnd:selected button, columnview.view header.button.dnd:selected .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view header.button.dnd:selected button image, columnview.view header.button.dnd:selected .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view header.button.dnd:selected button arrow, columnview.view header.button.dnd:hover:checked, columnview.view header.button.dnd:hover:checked image, columnview.view header.button.dnd:hover:checked arrow, columnview.view header.button.dnd:hover:selected, columnview.view header.button.dnd:hover:selected image, columnview.view header.button.dnd:hover:selected arrow, columnview.view header.button.dnd:hover.has-open-popup, columnview.view header.button.dnd:hover.has-open-popup image, columnview.view header.button.dnd:hover.has-open-popup arrow, columnview.view header.button.dnd:hover .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view header.button.dnd:hover button, columnview.view header.button.dnd:hover .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view header.button.dnd:hover button image, columnview.view header.button.dnd:hover .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view header.button.dnd:hover button arrow, columnview.view header.button.dnd:checked, columnview.view header.button.dnd:checked image, columnview.view header.button.dnd:checked arrow, columnview.view header.button.dnd:selected, columnview.view header.button.dnd:selected image, columnview.view header.button.dnd:selected arrow, columnview.view header.button.dnd.has-open-popup, columnview.view header.button.dnd.has-open-popup image, columnview.view header.button.dnd.has-open-popup arrow, columnview.view header.button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin columnview.view header.button.dnd button, columnview.view header.button.dnd .active_group #docklike-plugin button image, .active_group #docklike-plugin columnview.view header.button.dnd button image, columnview.view header.button.dnd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin columnview.view header.button.dnd button arrow, treeview.view button.dnd:active:checked, treeview.view button.dnd:active:checked image, treeview.view button.dnd:active:checked arrow, treeview.view button.dnd:active:selected, treeview.view button.dnd:active:selected image, treeview.view button.dnd:active:selected arrow, treeview.view button.dnd:active.has-open-popup, treeview.view button.dnd:active.has-open-popup image, treeview.view button.dnd:active.has-open-popup arrow, treeview.view button.dnd:active .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view button.dnd:active button, treeview.view button.dnd:active .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view button.dnd:active button image, treeview.view button.dnd:active .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view button.dnd:active button arrow, treeview.view button.dnd:selected:checked, treeview.view button.dnd:selected:checked image, treeview.view button.dnd:selected:checked arrow, treeview.view button.dnd:selected:selected, treeview.view button.dnd:selected:selected image, treeview.view button.dnd:selected:selected arrow, treeview.view button.dnd:selected.has-open-popup, treeview.view button.dnd:selected.has-open-popup image, treeview.view button.dnd:selected.has-open-popup arrow, treeview.view button.dnd:selected .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view button.dnd:selected button, treeview.view button.dnd:selected .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view button.dnd:selected button image, treeview.view button.dnd:selected .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view button.dnd:selected button arrow, treeview.view button.dnd:hover:checked, treeview.view button.dnd:hover:checked image, treeview.view button.dnd:hover:checked arrow, treeview.view button.dnd:hover:selected, treeview.view button.dnd:hover:selected image, treeview.view button.dnd:hover:selected arrow, treeview.view button.dnd:hover.has-open-popup, treeview.view button.dnd:hover.has-open-popup image, treeview.view button.dnd:hover.has-open-popup arrow, treeview.view button.dnd:hover .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view button.dnd:hover button, treeview.view button.dnd:hover .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view button.dnd:hover button image, treeview.view button.dnd:hover .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view button.dnd:hover button arrow, treeview.view button.dnd:checked, treeview.view button.dnd:checked image, treeview.view button.dnd:checked arrow, treeview.view button.dnd:selected, treeview.view button.dnd:selected image, treeview.view button.dnd:selected arrow, treeview.view button.dnd.has-open-popup, treeview.view button.dnd.has-open-popup image, treeview.view button.dnd.has-open-popup arrow, treeview.view button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view button.dnd button, treeview.view button.dnd .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view button.dnd button image, treeview.view button.dnd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view button.dnd button arrow, treeview.view header.button.dnd:active:checked, treeview.view header.button.dnd:active:checked image, treeview.view header.button.dnd:active:checked arrow, treeview.view header.button.dnd:active:selected, treeview.view header.button.dnd:active:selected image, treeview.view header.button.dnd:active:selected arrow, treeview.view header.button.dnd:active.has-open-popup, treeview.view header.button.dnd:active.has-open-popup image, treeview.view header.button.dnd:active.has-open-popup arrow, treeview.view header.button.dnd:active .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view header.button.dnd:active button, treeview.view header.button.dnd:active .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view header.button.dnd:active button image, treeview.view header.button.dnd:active .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view header.button.dnd:active button arrow, treeview.view header.button.dnd:selected:checked, treeview.view header.button.dnd:selected:checked image, treeview.view header.button.dnd:selected:checked arrow, treeview.view header.button.dnd:selected:selected, treeview.view header.button.dnd:selected:selected image, treeview.view header.button.dnd:selected:selected arrow, treeview.view header.button.dnd:selected.has-open-popup, treeview.view header.button.dnd:selected.has-open-popup image, treeview.view header.button.dnd:selected.has-open-popup arrow, treeview.view header.button.dnd:selected .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view header.button.dnd:selected button, treeview.view header.button.dnd:selected .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view header.button.dnd:selected button image, treeview.view header.button.dnd:selected .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view header.button.dnd:selected button arrow, treeview.view header.button.dnd:hover:checked, treeview.view header.button.dnd:hover:checked image, treeview.view header.button.dnd:hover:checked arrow, treeview.view header.button.dnd:hover:selected, treeview.view header.button.dnd:hover:selected image, treeview.view header.button.dnd:hover:selected arrow, treeview.view header.button.dnd:hover.has-open-popup, treeview.view header.button.dnd:hover.has-open-popup image, treeview.view header.button.dnd:hover.has-open-popup arrow, treeview.view header.button.dnd:hover .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view header.button.dnd:hover button, treeview.view header.button.dnd:hover .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view header.button.dnd:hover button image, treeview.view header.button.dnd:hover .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view header.button.dnd:hover button arrow, treeview.view header.button.dnd:checked, treeview.view header.button.dnd:checked image, treeview.view header.button.dnd:checked arrow, treeview.view header.button.dnd:selected, treeview.view header.button.dnd:selected image, treeview.view header.button.dnd:selected arrow, treeview.view header.button.dnd.has-open-popup, treeview.view header.button.dnd.has-open-popup image, treeview.view header.button.dnd.has-open-popup arrow, treeview.view header.button.dnd .active_group #docklike-plugin button, .active_group #docklike-plugin treeview.view header.button.dnd button, treeview.view header.button.dnd .active_group #docklike-plugin button image, .active_group #docklike-plugin treeview.view header.button.dnd button image, treeview.view header.button.dnd .active_group #docklike-plugin button arrow, .active_group #docklike-plugin treeview.view header.button.dnd button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
columnview.view button.dnd:active:checked:hover, columnview.view button.dnd:active:checked:focus, columnview.view button.dnd:active:selected:hover, columnview.view button.dnd:active:selected:focus, columnview.view button.dnd:active.has-open-popup:hover, columnview.view button.dnd:active.has-open-popup:focus, columnview.view button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:active button:hover, columnview.view button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:active button:focus, columnview.view button.dnd:selected:checked:hover, columnview.view button.dnd:selected:checked:focus, columnview.view button.dnd:selected:selected:hover, columnview.view button.dnd:selected:selected:focus, columnview.view button.dnd:selected.has-open-popup:hover, columnview.view button.dnd:selected.has-open-popup:focus, columnview.view button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:selected button:hover, columnview.view button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:selected button:focus, columnview.view button.dnd:hover:checked:hover, columnview.view button.dnd:hover:checked:focus, columnview.view button.dnd:hover:selected:hover, columnview.view button.dnd:hover:selected:focus, columnview.view button.dnd:hover.has-open-popup:hover, columnview.view button.dnd:hover.has-open-popup:focus, columnview.view button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:hover button:hover, columnview.view button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:hover button:focus, columnview.view button.dnd:checked:hover, columnview.view button.dnd:checked:focus, columnview.view button.dnd:selected:hover, columnview.view button.dnd:selected:focus, columnview.view button.dnd.has-open-popup:hover, columnview.view button.dnd.has-open-popup:focus, columnview.view button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd button:hover, columnview.view button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd button:focus, columnview.view header.button.dnd:active:checked:hover, columnview.view header.button.dnd:active:checked:focus, columnview.view header.button.dnd:active:selected:hover, columnview.view header.button.dnd:active:selected:focus, columnview.view header.button.dnd:active.has-open-popup:hover, columnview.view header.button.dnd:active.has-open-popup:focus, columnview.view header.button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:active button:hover, columnview.view header.button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:active button:focus, columnview.view header.button.dnd:selected:checked:hover, columnview.view header.button.dnd:selected:checked:focus, columnview.view header.button.dnd:selected:selected:hover, columnview.view header.button.dnd:selected:selected:focus, columnview.view header.button.dnd:selected.has-open-popup:hover, columnview.view header.button.dnd:selected.has-open-popup:focus, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:hover, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:focus, columnview.view header.button.dnd:hover:checked:hover, columnview.view header.button.dnd:hover:checked:focus, columnview.view header.button.dnd:hover:selected:hover, columnview.view header.button.dnd:hover:selected:focus, columnview.view header.button.dnd:hover.has-open-popup:hover, columnview.view header.button.dnd:hover.has-open-popup:focus, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:hover, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:focus, columnview.view header.button.dnd:checked:hover, columnview.view header.button.dnd:checked:focus, columnview.view header.button.dnd:selected:hover, columnview.view header.button.dnd:selected:focus, columnview.view header.button.dnd.has-open-popup:hover, columnview.view header.button.dnd.has-open-popup:focus, columnview.view header.button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd button:hover, columnview.view header.button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd button:focus, treeview.view button.dnd:active:checked:hover, treeview.view button.dnd:active:checked:focus, treeview.view button.dnd:active:selected:hover, treeview.view button.dnd:active:selected:focus, treeview.view button.dnd:active.has-open-popup:hover, treeview.view button.dnd:active.has-open-popup:focus, treeview.view button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:active button:hover, treeview.view button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:active button:focus, treeview.view button.dnd:selected:checked:hover, treeview.view button.dnd:selected:checked:focus, treeview.view button.dnd:selected:selected:hover, treeview.view button.dnd:selected:selected:focus, treeview.view button.dnd:selected.has-open-popup:hover, treeview.view button.dnd:selected.has-open-popup:focus, treeview.view button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:selected button:hover, treeview.view button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:selected button:focus, treeview.view button.dnd:hover:checked:hover, treeview.view button.dnd:hover:checked:focus, treeview.view button.dnd:hover:selected:hover, treeview.view button.dnd:hover:selected:focus, treeview.view button.dnd:hover.has-open-popup:hover, treeview.view button.dnd:hover.has-open-popup:focus, treeview.view button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:hover button:hover, treeview.view button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:hover button:focus, treeview.view button.dnd:checked:hover, treeview.view button.dnd:checked:focus, treeview.view button.dnd:selected:hover, treeview.view button.dnd:selected:focus, treeview.view button.dnd.has-open-popup:hover, treeview.view button.dnd.has-open-popup:focus, treeview.view button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd button:hover, treeview.view button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd button:focus, treeview.view header.button.dnd:active:checked:hover, treeview.view header.button.dnd:active:checked:focus, treeview.view header.button.dnd:active:selected:hover, treeview.view header.button.dnd:active:selected:focus, treeview.view header.button.dnd:active.has-open-popup:hover, treeview.view header.button.dnd:active.has-open-popup:focus, treeview.view header.button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:active button:hover, treeview.view header.button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:active button:focus, treeview.view header.button.dnd:selected:checked:hover, treeview.view header.button.dnd:selected:checked:focus, treeview.view header.button.dnd:selected:selected:hover, treeview.view header.button.dnd:selected:selected:focus, treeview.view header.button.dnd:selected.has-open-popup:hover, treeview.view header.button.dnd:selected.has-open-popup:focus, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:hover, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:focus, treeview.view header.button.dnd:hover:checked:hover, treeview.view header.button.dnd:hover:checked:focus, treeview.view header.button.dnd:hover:selected:hover, treeview.view header.button.dnd:hover:selected:focus, treeview.view header.button.dnd:hover.has-open-popup:hover, treeview.view header.button.dnd:hover.has-open-popup:focus, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:hover, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:focus, treeview.view header.button.dnd:checked:hover, treeview.view header.button.dnd:checked:focus, treeview.view header.button.dnd:selected:hover, treeview.view header.button.dnd:selected:focus, treeview.view header.button.dnd.has-open-popup:hover, treeview.view header.button.dnd.has-open-popup:focus, treeview.view header.button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd button:hover, treeview.view header.button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
columnview.view button.dnd:active:checked:hover, columnview.view button.dnd:active:checked:hover image, columnview.view button.dnd:active:checked:hover arrow, columnview.view button.dnd:active:checked:focus, columnview.view button.dnd:active:checked:focus image, columnview.view button.dnd:active:checked:focus arrow, columnview.view button.dnd:active:selected:hover, columnview.view button.dnd:active:selected:hover image, columnview.view button.dnd:active:selected:hover arrow, columnview.view button.dnd:active:selected:focus, columnview.view button.dnd:active:selected:focus image, columnview.view button.dnd:active:selected:focus arrow, columnview.view button.dnd:active.has-open-popup:hover, columnview.view button.dnd:active.has-open-popup:hover image, columnview.view button.dnd:active.has-open-popup:hover arrow, columnview.view button.dnd:active.has-open-popup:focus, columnview.view button.dnd:active.has-open-popup:focus image, columnview.view button.dnd:active.has-open-popup:focus arrow, columnview.view button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:active button:hover, columnview.view button.dnd:active .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view button.dnd:active button:hover image, columnview.view button.dnd:active .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view button.dnd:active button:hover arrow, columnview.view button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:active button:focus, columnview.view button.dnd:active .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view button.dnd:active button:focus image, columnview.view button.dnd:active .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view button.dnd:active button:focus arrow, columnview.view button.dnd:selected:checked:hover, columnview.view button.dnd:selected:checked:hover image, columnview.view button.dnd:selected:checked:hover arrow, columnview.view button.dnd:selected:checked:focus, columnview.view button.dnd:selected:checked:focus image, columnview.view button.dnd:selected:checked:focus arrow, columnview.view button.dnd:selected:selected:hover, columnview.view button.dnd:selected:selected:hover image, columnview.view button.dnd:selected:selected:hover arrow, columnview.view button.dnd:selected:selected:focus, columnview.view button.dnd:selected:selected:focus image, columnview.view button.dnd:selected:selected:focus arrow, columnview.view button.dnd:selected.has-open-popup:hover, columnview.view button.dnd:selected.has-open-popup:hover image, columnview.view button.dnd:selected.has-open-popup:hover arrow, columnview.view button.dnd:selected.has-open-popup:focus, columnview.view button.dnd:selected.has-open-popup:focus image, columnview.view button.dnd:selected.has-open-popup:focus arrow, columnview.view button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:selected button:hover, columnview.view button.dnd:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view button.dnd:selected button:hover image, columnview.view button.dnd:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view button.dnd:selected button:hover arrow, columnview.view button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:selected button:focus, columnview.view button.dnd:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view button.dnd:selected button:focus image, columnview.view button.dnd:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view button.dnd:selected button:focus arrow, columnview.view button.dnd:hover:checked:hover, columnview.view button.dnd:hover:checked:hover image, columnview.view button.dnd:hover:checked:hover arrow, columnview.view button.dnd:hover:checked:focus, columnview.view button.dnd:hover:checked:focus image, columnview.view button.dnd:hover:checked:focus arrow, columnview.view button.dnd:hover:selected:hover, columnview.view button.dnd:hover:selected:hover image, columnview.view button.dnd:hover:selected:hover arrow, columnview.view button.dnd:hover:selected:focus, columnview.view button.dnd:hover:selected:focus image, columnview.view button.dnd:hover:selected:focus arrow, columnview.view button.dnd:hover.has-open-popup:hover, columnview.view button.dnd:hover.has-open-popup:hover image, columnview.view button.dnd:hover.has-open-popup:hover arrow, columnview.view button.dnd:hover.has-open-popup:focus, columnview.view button.dnd:hover.has-open-popup:focus image, columnview.view button.dnd:hover.has-open-popup:focus arrow, columnview.view button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd:hover button:hover, columnview.view button.dnd:hover .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view button.dnd:hover button:hover image, columnview.view button.dnd:hover .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view button.dnd:hover button:hover arrow, columnview.view button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd:hover button:focus, columnview.view button.dnd:hover .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view button.dnd:hover button:focus image, columnview.view button.dnd:hover .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view button.dnd:hover button:focus arrow, columnview.view button.dnd:checked:hover, columnview.view button.dnd:checked:hover image, columnview.view button.dnd:checked:hover arrow, columnview.view button.dnd:checked:focus, columnview.view button.dnd:checked:focus image, columnview.view button.dnd:checked:focus arrow, columnview.view button.dnd:selected:hover, columnview.view button.dnd:selected:hover image, columnview.view button.dnd:selected:hover arrow, columnview.view button.dnd:selected:focus, columnview.view button.dnd:selected:focus image, columnview.view button.dnd:selected:focus arrow, columnview.view button.dnd.has-open-popup:hover, columnview.view button.dnd.has-open-popup:hover image, columnview.view button.dnd.has-open-popup:hover arrow, columnview.view button.dnd.has-open-popup:focus, columnview.view button.dnd.has-open-popup:focus image, columnview.view button.dnd.has-open-popup:focus arrow, columnview.view button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view button.dnd button:hover, columnview.view button.dnd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view button.dnd button:hover image, columnview.view button.dnd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view button.dnd button:hover arrow, columnview.view button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view button.dnd button:focus, columnview.view button.dnd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view button.dnd button:focus image, columnview.view button.dnd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view button.dnd button:focus arrow, columnview.view header.button.dnd:active:checked:hover, columnview.view header.button.dnd:active:checked:hover image, columnview.view header.button.dnd:active:checked:hover arrow, columnview.view header.button.dnd:active:checked:focus, columnview.view header.button.dnd:active:checked:focus image, columnview.view header.button.dnd:active:checked:focus arrow, columnview.view header.button.dnd:active:selected:hover, columnview.view header.button.dnd:active:selected:hover image, columnview.view header.button.dnd:active:selected:hover arrow, columnview.view header.button.dnd:active:selected:focus, columnview.view header.button.dnd:active:selected:focus image, columnview.view header.button.dnd:active:selected:focus arrow, columnview.view header.button.dnd:active.has-open-popup:hover, columnview.view header.button.dnd:active.has-open-popup:hover image, columnview.view header.button.dnd:active.has-open-popup:hover arrow, columnview.view header.button.dnd:active.has-open-popup:focus, columnview.view header.button.dnd:active.has-open-popup:focus image, columnview.view header.button.dnd:active.has-open-popup:focus arrow, columnview.view header.button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:active button:hover, columnview.view header.button.dnd:active .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view header.button.dnd:active button:hover image, columnview.view header.button.dnd:active .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view header.button.dnd:active button:hover arrow, columnview.view header.button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:active button:focus, columnview.view header.button.dnd:active .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view header.button.dnd:active button:focus image, columnview.view header.button.dnd:active .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view header.button.dnd:active button:focus arrow, columnview.view header.button.dnd:selected:checked:hover, columnview.view header.button.dnd:selected:checked:hover image, columnview.view header.button.dnd:selected:checked:hover arrow, columnview.view header.button.dnd:selected:checked:focus, columnview.view header.button.dnd:selected:checked:focus image, columnview.view header.button.dnd:selected:checked:focus arrow, columnview.view header.button.dnd:selected:selected:hover, columnview.view header.button.dnd:selected:selected:hover image, columnview.view header.button.dnd:selected:selected:hover arrow, columnview.view header.button.dnd:selected:selected:focus, columnview.view header.button.dnd:selected:selected:focus image, columnview.view header.button.dnd:selected:selected:focus arrow, columnview.view header.button.dnd:selected.has-open-popup:hover, columnview.view header.button.dnd:selected.has-open-popup:hover image, columnview.view header.button.dnd:selected.has-open-popup:hover arrow, columnview.view header.button.dnd:selected.has-open-popup:focus, columnview.view header.button.dnd:selected.has-open-popup:focus image, columnview.view header.button.dnd:selected.has-open-popup:focus arrow, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:hover, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:hover image, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:hover arrow, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:focus, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:focus image, columnview.view header.button.dnd:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view header.button.dnd:selected button:focus arrow, columnview.view header.button.dnd:hover:checked:hover, columnview.view header.button.dnd:hover:checked:hover image, columnview.view header.button.dnd:hover:checked:hover arrow, columnview.view header.button.dnd:hover:checked:focus, columnview.view header.button.dnd:hover:checked:focus image, columnview.view header.button.dnd:hover:checked:focus arrow, columnview.view header.button.dnd:hover:selected:hover, columnview.view header.button.dnd:hover:selected:hover image, columnview.view header.button.dnd:hover:selected:hover arrow, columnview.view header.button.dnd:hover:selected:focus, columnview.view header.button.dnd:hover:selected:focus image, columnview.view header.button.dnd:hover:selected:focus arrow, columnview.view header.button.dnd:hover.has-open-popup:hover, columnview.view header.button.dnd:hover.has-open-popup:hover image, columnview.view header.button.dnd:hover.has-open-popup:hover arrow, columnview.view header.button.dnd:hover.has-open-popup:focus, columnview.view header.button.dnd:hover.has-open-popup:focus image, columnview.view header.button.dnd:hover.has-open-popup:focus arrow, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:hover, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:hover image, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:hover arrow, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:focus, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:focus image, columnview.view header.button.dnd:hover .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view header.button.dnd:hover button:focus arrow, columnview.view header.button.dnd:checked:hover, columnview.view header.button.dnd:checked:hover image, columnview.view header.button.dnd:checked:hover arrow, columnview.view header.button.dnd:checked:focus, columnview.view header.button.dnd:checked:focus image, columnview.view header.button.dnd:checked:focus arrow, columnview.view header.button.dnd:selected:hover, columnview.view header.button.dnd:selected:hover image, columnview.view header.button.dnd:selected:hover arrow, columnview.view header.button.dnd:selected:focus, columnview.view header.button.dnd:selected:focus image, columnview.view header.button.dnd:selected:focus arrow, columnview.view header.button.dnd.has-open-popup:hover, columnview.view header.button.dnd.has-open-popup:hover image, columnview.view header.button.dnd.has-open-popup:hover arrow, columnview.view header.button.dnd.has-open-popup:focus, columnview.view header.button.dnd.has-open-popup:focus image, columnview.view header.button.dnd.has-open-popup:focus arrow, columnview.view header.button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin columnview.view header.button.dnd button:hover, columnview.view header.button.dnd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin columnview.view header.button.dnd button:hover image, columnview.view header.button.dnd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin columnview.view header.button.dnd button:hover arrow, columnview.view header.button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin columnview.view header.button.dnd button:focus, columnview.view header.button.dnd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin columnview.view header.button.dnd button:focus image, columnview.view header.button.dnd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin columnview.view header.button.dnd button:focus arrow, treeview.view button.dnd:active:checked:hover, treeview.view button.dnd:active:checked:hover image, treeview.view button.dnd:active:checked:hover arrow, treeview.view button.dnd:active:checked:focus, treeview.view button.dnd:active:checked:focus image, treeview.view button.dnd:active:checked:focus arrow, treeview.view button.dnd:active:selected:hover, treeview.view button.dnd:active:selected:hover image, treeview.view button.dnd:active:selected:hover arrow, treeview.view button.dnd:active:selected:focus, treeview.view button.dnd:active:selected:focus image, treeview.view button.dnd:active:selected:focus arrow, treeview.view button.dnd:active.has-open-popup:hover, treeview.view button.dnd:active.has-open-popup:hover image, treeview.view button.dnd:active.has-open-popup:hover arrow, treeview.view button.dnd:active.has-open-popup:focus, treeview.view button.dnd:active.has-open-popup:focus image, treeview.view button.dnd:active.has-open-popup:focus arrow, treeview.view button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:active button:hover, treeview.view button.dnd:active .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view button.dnd:active button:hover image, treeview.view button.dnd:active .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view button.dnd:active button:hover arrow, treeview.view button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:active button:focus, treeview.view button.dnd:active .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view button.dnd:active button:focus image, treeview.view button.dnd:active .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view button.dnd:active button:focus arrow, treeview.view button.dnd:selected:checked:hover, treeview.view button.dnd:selected:checked:hover image, treeview.view button.dnd:selected:checked:hover arrow, treeview.view button.dnd:selected:checked:focus, treeview.view button.dnd:selected:checked:focus image, treeview.view button.dnd:selected:checked:focus arrow, treeview.view button.dnd:selected:selected:hover, treeview.view button.dnd:selected:selected:hover image, treeview.view button.dnd:selected:selected:hover arrow, treeview.view button.dnd:selected:selected:focus, treeview.view button.dnd:selected:selected:focus image, treeview.view button.dnd:selected:selected:focus arrow, treeview.view button.dnd:selected.has-open-popup:hover, treeview.view button.dnd:selected.has-open-popup:hover image, treeview.view button.dnd:selected.has-open-popup:hover arrow, treeview.view button.dnd:selected.has-open-popup:focus, treeview.view button.dnd:selected.has-open-popup:focus image, treeview.view button.dnd:selected.has-open-popup:focus arrow, treeview.view button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:selected button:hover, treeview.view button.dnd:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view button.dnd:selected button:hover image, treeview.view button.dnd:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view button.dnd:selected button:hover arrow, treeview.view button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:selected button:focus, treeview.view button.dnd:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view button.dnd:selected button:focus image, treeview.view button.dnd:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view button.dnd:selected button:focus arrow, treeview.view button.dnd:hover:checked:hover, treeview.view button.dnd:hover:checked:hover image, treeview.view button.dnd:hover:checked:hover arrow, treeview.view button.dnd:hover:checked:focus, treeview.view button.dnd:hover:checked:focus image, treeview.view button.dnd:hover:checked:focus arrow, treeview.view button.dnd:hover:selected:hover, treeview.view button.dnd:hover:selected:hover image, treeview.view button.dnd:hover:selected:hover arrow, treeview.view button.dnd:hover:selected:focus, treeview.view button.dnd:hover:selected:focus image, treeview.view button.dnd:hover:selected:focus arrow, treeview.view button.dnd:hover.has-open-popup:hover, treeview.view button.dnd:hover.has-open-popup:hover image, treeview.view button.dnd:hover.has-open-popup:hover arrow, treeview.view button.dnd:hover.has-open-popup:focus, treeview.view button.dnd:hover.has-open-popup:focus image, treeview.view button.dnd:hover.has-open-popup:focus arrow, treeview.view button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd:hover button:hover, treeview.view button.dnd:hover .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view button.dnd:hover button:hover image, treeview.view button.dnd:hover .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view button.dnd:hover button:hover arrow, treeview.view button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd:hover button:focus, treeview.view button.dnd:hover .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view button.dnd:hover button:focus image, treeview.view button.dnd:hover .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view button.dnd:hover button:focus arrow, treeview.view button.dnd:checked:hover, treeview.view button.dnd:checked:hover image, treeview.view button.dnd:checked:hover arrow, treeview.view button.dnd:checked:focus, treeview.view button.dnd:checked:focus image, treeview.view button.dnd:checked:focus arrow, treeview.view button.dnd:selected:hover, treeview.view button.dnd:selected:hover image, treeview.view button.dnd:selected:hover arrow, treeview.view button.dnd:selected:focus, treeview.view button.dnd:selected:focus image, treeview.view button.dnd:selected:focus arrow, treeview.view button.dnd.has-open-popup:hover, treeview.view button.dnd.has-open-popup:hover image, treeview.view button.dnd.has-open-popup:hover arrow, treeview.view button.dnd.has-open-popup:focus, treeview.view button.dnd.has-open-popup:focus image, treeview.view button.dnd.has-open-popup:focus arrow, treeview.view button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view button.dnd button:hover, treeview.view button.dnd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view button.dnd button:hover image, treeview.view button.dnd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view button.dnd button:hover arrow, treeview.view button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view button.dnd button:focus, treeview.view button.dnd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view button.dnd button:focus image, treeview.view button.dnd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view button.dnd button:focus arrow, treeview.view header.button.dnd:active:checked:hover, treeview.view header.button.dnd:active:checked:hover image, treeview.view header.button.dnd:active:checked:hover arrow, treeview.view header.button.dnd:active:checked:focus, treeview.view header.button.dnd:active:checked:focus image, treeview.view header.button.dnd:active:checked:focus arrow, treeview.view header.button.dnd:active:selected:hover, treeview.view header.button.dnd:active:selected:hover image, treeview.view header.button.dnd:active:selected:hover arrow, treeview.view header.button.dnd:active:selected:focus, treeview.view header.button.dnd:active:selected:focus image, treeview.view header.button.dnd:active:selected:focus arrow, treeview.view header.button.dnd:active.has-open-popup:hover, treeview.view header.button.dnd:active.has-open-popup:hover image, treeview.view header.button.dnd:active.has-open-popup:hover arrow, treeview.view header.button.dnd:active.has-open-popup:focus, treeview.view header.button.dnd:active.has-open-popup:focus image, treeview.view header.button.dnd:active.has-open-popup:focus arrow, treeview.view header.button.dnd:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:active button:hover, treeview.view header.button.dnd:active .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view header.button.dnd:active button:hover image, treeview.view header.button.dnd:active .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view header.button.dnd:active button:hover arrow, treeview.view header.button.dnd:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:active button:focus, treeview.view header.button.dnd:active .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view header.button.dnd:active button:focus image, treeview.view header.button.dnd:active .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view header.button.dnd:active button:focus arrow, treeview.view header.button.dnd:selected:checked:hover, treeview.view header.button.dnd:selected:checked:hover image, treeview.view header.button.dnd:selected:checked:hover arrow, treeview.view header.button.dnd:selected:checked:focus, treeview.view header.button.dnd:selected:checked:focus image, treeview.view header.button.dnd:selected:checked:focus arrow, treeview.view header.button.dnd:selected:selected:hover, treeview.view header.button.dnd:selected:selected:hover image, treeview.view header.button.dnd:selected:selected:hover arrow, treeview.view header.button.dnd:selected:selected:focus, treeview.view header.button.dnd:selected:selected:focus image, treeview.view header.button.dnd:selected:selected:focus arrow, treeview.view header.button.dnd:selected.has-open-popup:hover, treeview.view header.button.dnd:selected.has-open-popup:hover image, treeview.view header.button.dnd:selected.has-open-popup:hover arrow, treeview.view header.button.dnd:selected.has-open-popup:focus, treeview.view header.button.dnd:selected.has-open-popup:focus image, treeview.view header.button.dnd:selected.has-open-popup:focus arrow, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:hover, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:hover image, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:hover arrow, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:focus, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:focus image, treeview.view header.button.dnd:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view header.button.dnd:selected button:focus arrow, treeview.view header.button.dnd:hover:checked:hover, treeview.view header.button.dnd:hover:checked:hover image, treeview.view header.button.dnd:hover:checked:hover arrow, treeview.view header.button.dnd:hover:checked:focus, treeview.view header.button.dnd:hover:checked:focus image, treeview.view header.button.dnd:hover:checked:focus arrow, treeview.view header.button.dnd:hover:selected:hover, treeview.view header.button.dnd:hover:selected:hover image, treeview.view header.button.dnd:hover:selected:hover arrow, treeview.view header.button.dnd:hover:selected:focus, treeview.view header.button.dnd:hover:selected:focus image, treeview.view header.button.dnd:hover:selected:focus arrow, treeview.view header.button.dnd:hover.has-open-popup:hover, treeview.view header.button.dnd:hover.has-open-popup:hover image, treeview.view header.button.dnd:hover.has-open-popup:hover arrow, treeview.view header.button.dnd:hover.has-open-popup:focus, treeview.view header.button.dnd:hover.has-open-popup:focus image, treeview.view header.button.dnd:hover.has-open-popup:focus arrow, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:hover, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:hover image, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:hover arrow, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:focus, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:focus image, treeview.view header.button.dnd:hover .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view header.button.dnd:hover button:focus arrow, treeview.view header.button.dnd:checked:hover, treeview.view header.button.dnd:checked:hover image, treeview.view header.button.dnd:checked:hover arrow, treeview.view header.button.dnd:checked:focus, treeview.view header.button.dnd:checked:focus image, treeview.view header.button.dnd:checked:focus arrow, treeview.view header.button.dnd:selected:hover, treeview.view header.button.dnd:selected:hover image, treeview.view header.button.dnd:selected:hover arrow, treeview.view header.button.dnd:selected:focus, treeview.view header.button.dnd:selected:focus image, treeview.view header.button.dnd:selected:focus arrow, treeview.view header.button.dnd.has-open-popup:hover, treeview.view header.button.dnd.has-open-popup:hover image, treeview.view header.button.dnd.has-open-popup:hover arrow, treeview.view header.button.dnd.has-open-popup:focus, treeview.view header.button.dnd.has-open-popup:focus image, treeview.view header.button.dnd.has-open-popup:focus arrow, treeview.view header.button.dnd .active_group #docklike-plugin button:hover, .active_group #docklike-plugin treeview.view header.button.dnd button:hover, treeview.view header.button.dnd .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin treeview.view header.button.dnd button:hover image, treeview.view header.button.dnd .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin treeview.view header.button.dnd button:hover arrow, treeview.view header.button.dnd .active_group #docklike-plugin button:focus, .active_group #docklike-plugin treeview.view header.button.dnd button:focus, treeview.view header.button.dnd .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin treeview.view header.button.dnd button:focus image, treeview.view header.button.dnd .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin treeview.view header.button.dnd button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
columnview.view button.dnd:active:disabled, columnview.view button.dnd:active:disabled:checked, columnview.view button.dnd:active:disabled:selected, columnview.view button.dnd:active:disabled.has-open-popup, columnview.view button.dnd:selected:disabled, columnview.view button.dnd:selected:disabled:checked, columnview.view button.dnd:selected:disabled:selected, columnview.view button.dnd:selected:disabled.has-open-popup, columnview.view button.dnd:hover:disabled, columnview.view button.dnd:hover:disabled:checked, columnview.view button.dnd:hover:disabled:selected, columnview.view button.dnd:hover:disabled.has-open-popup, columnview.view button.dnd:disabled, columnview.view button.dnd:disabled:checked, columnview.view button.dnd:disabled:selected, columnview.view button.dnd:disabled.has-open-popup, columnview.view header.button.dnd:active:disabled, columnview.view header.button.dnd:active:disabled:checked, columnview.view header.button.dnd:active:disabled:selected, columnview.view header.button.dnd:active:disabled.has-open-popup, columnview.view header.button.dnd:selected:disabled, columnview.view header.button.dnd:selected:disabled:checked, columnview.view header.button.dnd:selected:disabled:selected, columnview.view header.button.dnd:selected:disabled.has-open-popup, columnview.view header.button.dnd:hover:disabled, columnview.view header.button.dnd:hover:disabled:checked, columnview.view header.button.dnd:hover:disabled:selected, columnview.view header.button.dnd:hover:disabled.has-open-popup, columnview.view header.button.dnd:disabled, columnview.view header.button.dnd:disabled:checked, columnview.view header.button.dnd:disabled:selected, columnview.view header.button.dnd:disabled.has-open-popup, treeview.view button.dnd:active:disabled, treeview.view button.dnd:active:disabled:checked, treeview.view button.dnd:active:disabled:selected, treeview.view button.dnd:active:disabled.has-open-popup, treeview.view button.dnd:selected:disabled, treeview.view button.dnd:selected:disabled:checked, treeview.view button.dnd:selected:disabled:selected, treeview.view button.dnd:selected:disabled.has-open-popup, treeview.view button.dnd:hover:disabled, treeview.view button.dnd:hover:disabled:checked, treeview.view button.dnd:hover:disabled:selected, treeview.view button.dnd:hover:disabled.has-open-popup, treeview.view button.dnd:disabled, treeview.view button.dnd:disabled:checked, treeview.view button.dnd:disabled:selected, treeview.view button.dnd:disabled.has-open-popup, treeview.view header.button.dnd:active:disabled, treeview.view header.button.dnd:active:disabled:checked, treeview.view header.button.dnd:active:disabled:selected, treeview.view header.button.dnd:active:disabled.has-open-popup, treeview.view header.button.dnd:selected:disabled, treeview.view header.button.dnd:selected:disabled:checked, treeview.view header.button.dnd:selected:disabled:selected, treeview.view header.button.dnd:selected:disabled.has-open-popup, treeview.view header.button.dnd:hover:disabled, treeview.view header.button.dnd:hover:disabled:checked, treeview.view header.button.dnd:hover:disabled:selected, treeview.view header.button.dnd:hover:disabled.has-open-popup, treeview.view header.button.dnd:disabled, treeview.view header.button.dnd:disabled:checked, treeview.view header.button.dnd:disabled:selected, treeview.view header.button.dnd:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
columnview.view acceleditor > label, treeview.view acceleditor > label { background-color: #75ff25; }
/*************** Popovers * */
popover.background { background-color: transparent; font: initial; }
popover.background > arrow, popover.background > contents { background-color: #353434; background-clip: padding-box; border: 1px solid rgba(237, 240, 245, 0.5); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
popover.background:backdrop { background-color: transparent; }
popover.background > contents { padding: 8px; border-radius: 7px; }
popover.background > contents > list, popover.background > contents > .view, popover.background > contents > iconview, popover.background > contents > .toolbar { border-style: none; background-color: transparent; }
popover.background > contents separator { margin: 3px; }
popover.background > contents list separator { margin: 0; }
.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 { border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: none; }
magnifier { background-color: #323232; }
/********************** Popover Base Menus * */
popover.menu { padding: 0; }
popover.menu box.inline-buttons { padding: 0 12px; }
popover.menu box.inline-buttons button.image-button.model { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); min-height: 30px; min-width: 30px; padding: 0; outline: none; }
popover.menu box.inline-buttons button.image-button.model:hover, popover.menu box.inline-buttons button.image-button.model:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
popover.menu box.inline-buttons button.image-button.model:hover, popover.menu box.inline-buttons button.image-button.model:hover image, popover.menu box.inline-buttons button.image-button.model:hover arrow, popover.menu box.inline-buttons button.image-button.model:focus, popover.menu box.inline-buttons button.image-button.model:focus image, popover.menu box.inline-buttons button.image-button.model:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
popover.menu box.inline-buttons button.image-button.model:active, popover.menu box.inline-buttons button.image-button.model.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
popover.menu box.inline-buttons button.image-button.model:checked, popover.menu box.inline-buttons button.image-button.model:selected, popover.menu box.inline-buttons button.image-button.model.has-open-popup, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
popover.menu box.inline-buttons button.image-button.model:checked, popover.menu box.inline-buttons button.image-button.model:checked image, popover.menu box.inline-buttons button.image-button.model:checked arrow, popover.menu box.inline-buttons button.image-button.model:selected, popover.menu box.inline-buttons button.image-button.model:selected image, popover.menu box.inline-buttons button.image-button.model:selected arrow, popover.menu box.inline-buttons button.image-button.model.has-open-popup, popover.menu box.inline-buttons button.image-button.model.has-open-popup image, popover.menu box.inline-buttons button.image-button.model.has-open-popup arrow, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button image, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button image, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button arrow, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
popover.menu box.inline-buttons button.image-button.model:checked:hover, popover.menu box.inline-buttons button.image-button.model:checked:focus, popover.menu box.inline-buttons button.image-button.model:selected:hover, popover.menu box.inline-buttons button.image-button.model:selected:focus, popover.menu box.inline-buttons button.image-button.model.has-open-popup:hover, popover.menu box.inline-buttons button.image-button.model.has-open-popup:focus, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:hover, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
popover.menu box.inline-buttons button.image-button.model:checked:hover, popover.menu box.inline-buttons button.image-button.model:checked:hover image, popover.menu box.inline-buttons button.image-button.model:checked:hover arrow, popover.menu box.inline-buttons button.image-button.model:checked:focus, popover.menu box.inline-buttons button.image-button.model:checked:focus image, popover.menu box.inline-buttons button.image-button.model:checked:focus arrow, popover.menu box.inline-buttons button.image-button.model:selected:hover, popover.menu box.inline-buttons button.image-button.model:selected:hover image, popover.menu box.inline-buttons button.image-button.model:selected:hover arrow, popover.menu box.inline-buttons button.image-button.model:selected:focus, popover.menu box.inline-buttons button.image-button.model:selected:focus image, popover.menu box.inline-buttons button.image-button.model:selected:focus arrow, popover.menu box.inline-buttons button.image-button.model.has-open-popup:hover, popover.menu box.inline-buttons button.image-button.model.has-open-popup:hover image, popover.menu box.inline-buttons button.image-button.model.has-open-popup:hover arrow, popover.menu box.inline-buttons button.image-button.model.has-open-popup:focus, popover.menu box.inline-buttons button.image-button.model.has-open-popup:focus image, popover.menu box.inline-buttons button.image-button.model.has-open-popup:focus arrow, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:hover, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:hover, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:hover image, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:hover arrow, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:focus, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:focus, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:focus image, popover.menu box.inline-buttons button.image-button.model .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin popover.menu box.inline-buttons button.image-button.model button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
popover.menu box.inline-buttons button.image-button.model:disabled, popover.menu box.inline-buttons button.image-button.model:disabled:checked, popover.menu box.inline-buttons button.image-button.model:disabled:selected, popover.menu box.inline-buttons button.image-button.model:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
popover.menu box.circular-buttons { padding: 12px 12px 6px; }
popover.menu box.circular-buttons button.circular.image-button.model { padding: 11px; }
popover.menu > arrow, popover.menu.background > contents { background-color: #353434; padding: 5px; }
popover.menu.background separator { margin: 6px 0; }
popover.menu accelerator { color: alpha(currentColor,0.55); }
popover.menu accelerator:dir(ltr) { margin-left: 12px; }
popover.menu accelerator:dir(rtl) { margin-right: 12px; }
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 { border-width: 1px; border-style: solid; min-height: 30px; min-width: 40px; padding: 0 12px; border-radius: 5px; }
popover.menu modelbutton:hover { color: #2a4606; background-color: #75ff25; }
popover.menu label.title { font-weight: bold; padding: 4px 32px; }
menubar { padding: 0px; }
menubar > item { min-height: 16px; padding: 4px 8px; border: 1px solid transparent; border-radius: 3px; }
menubar > item:selected, menubar > item:hover { color: #2a4606; background-color: #75ff25; }
menubar > item:disabled { color: #7c675a; background-color: #493e37; }
menubar > item popover.menu.background > contents { padding: 5px; }
menubar > item popover.menu popover.menu { padding: 0 0 4px 0; }
menubar > item popover.menu.background popover.menu.background > contents { margin: 0; border-radius: 7px; }
/************* Notebooks * */
dnd tab, tabbar tab, notebook > header tabs > tab.reorderable-page, notebook > header dnd tab.reorderable-page, dnd notebook > header tab.reorderable-page, notebook > header tabbar tab.reorderable-page, tabbar notebook > header tab.reorderable-page, notebook > header tabbar tabbox > tabboxchild.reorderable-page, tabbar notebook > header tabbox > tabboxchild.reorderable-page { background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; }
dnd tab, tabbar tab, notebook > header tabs > tab.reorderable-page, notebook > header dnd tab.reorderable-page, dnd notebook > header tab.reorderable-page, notebook > header tabbar tab.reorderable-page, tabbar notebook > header tab.reorderable-page, notebook > header tabbar tabbox > tabboxchild.reorderable-page, tabbar notebook > header tabbox > tabboxchild.reorderable-page { background-position: left; padding-left: 1rem; }
dnd tab:dir(rtl), tabbar tab:dir(rtl), notebook > header tabs > tab.reorderable-page:dir(rtl), notebook > header dnd tab.reorderable-page:dir(rtl), dnd notebook > header tab.reorderable-page:dir(rtl), notebook > header tabbar tab.reorderable-page:dir(rtl), tabbar notebook > header tab.reorderable-page:dir(rtl), notebook > header tabbar tabbox > tabboxchild.reorderable-page:dir(rtl), tabbar notebook > header tabbox > tabboxchild.reorderable-page:dir(rtl) { background-position: right; padding-right: 1rem; }
notebook:focus > header { background-color: #4c4b4b; }
notebook > header.left, notebook > header.right { border-radius: 1.5em; }
notebook > header.top > tabs > arrow { border-top-style: none; }
notebook > header.bottom > tabs > arrow { border-bottom-style: none; }
notebook > header.top > tabs > arrow, notebook > header.bottom > tabs > arrow { margin-left: -5px; margin-right: -5px; padding-left: 4px; padding-right: 4px; }
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.up, notebook > header.bottom > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
notebook > header.left > tabs > arrow { border-left-style: none; }
notebook > header.right > tabs > arrow { border-right-style: none; }
notebook > header.left > tabs > arrow, notebook > header.right > tabs > arrow { margin-top: -5px; margin-bottom: -5px; padding-top: 4px; padding-bottom: 4px; }
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.up, notebook > header.right > tabs > arrow.up { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
notebook > header > tabs > arrow { min-height: 16px; min-width: 16px; border-radius: 0; }
notebook > header > tabs > arrow:disabled { color: #7c675a; background-color: #493e37; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
notebook > header > tabs > arrow:disabled:hover, notebook > header > tabs > arrow:disabled:focus { color: #988071; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
notebook > header > tabs > arrow:disabled:hover, notebook > header > tabs > arrow:disabled:hover image, notebook > header > tabs > arrow:disabled:hover arrow, notebook > header > tabs > arrow:disabled:focus, notebook > header > tabs > arrow:disabled:focus image, notebook > header > tabs > arrow:disabled:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
notebook > header > tabs > arrow:disabled:checked, notebook > header > tabs > arrow:disabled:selected, notebook > header > tabs > arrow:disabled.has-open-popup, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button { background-color: #493e37; color: #7c675a; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
notebook > header > tabs > arrow:disabled:checked, notebook > header > tabs > arrow:disabled:checked image, notebook > header > tabs > arrow:disabled:checked arrow, notebook > header > tabs > arrow:disabled:selected, notebook > header > tabs > arrow:disabled:selected image, notebook > header > tabs > arrow:disabled:selected arrow, notebook > header > tabs > arrow:disabled.has-open-popup, notebook > header > tabs > arrow:disabled.has-open-popup image, notebook > header > tabs > arrow:disabled.has-open-popup arrow, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button image, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button image, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button arrow, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
notebook > header > tabs > arrow:disabled:checked:hover, notebook > header > tabs > arrow:disabled:checked:focus, notebook > header > tabs > arrow:disabled:selected:hover, notebook > header > tabs > arrow:disabled:selected:focus, notebook > header > tabs > arrow:disabled.has-open-popup:hover, notebook > header > tabs > arrow:disabled.has-open-popup:focus, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:hover, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
notebook > header > tabs > arrow:disabled:checked:hover, notebook > header > tabs > arrow:disabled:checked:hover image, notebook > header > tabs > arrow:disabled:checked:hover arrow, notebook > header > tabs > arrow:disabled:checked:focus, notebook > header > tabs > arrow:disabled:checked:focus image, notebook > header > tabs > arrow:disabled:checked:focus arrow, notebook > header > tabs > arrow:disabled:selected:hover, notebook > header > tabs > arrow:disabled:selected:hover image, notebook > header > tabs > arrow:disabled:selected:hover arrow, notebook > header > tabs > arrow:disabled:selected:focus, notebook > header > tabs > arrow:disabled:selected:focus image, notebook > header > tabs > arrow:disabled:selected:focus arrow, notebook > header > tabs > arrow:disabled.has-open-popup:hover, notebook > header > tabs > arrow:disabled.has-open-popup:hover image, notebook > header > tabs > arrow:disabled.has-open-popup:hover arrow, notebook > header > tabs > arrow:disabled.has-open-popup:focus, notebook > header > tabs > arrow:disabled.has-open-popup:focus image, notebook > header > tabs > arrow:disabled.has-open-popup:focus arrow, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:hover, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:hover image, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:hover arrow, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:focus, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:focus image, notebook > header > tabs > arrow:disabled .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin notebook > header > tabs > arrow:disabled button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
notebook > header > tabs > arrow:disabled:disabled, notebook > header > tabs > arrow:disabled:disabled:checked, notebook > header > tabs > arrow:disabled:disabled:selected, notebook > header > tabs > arrow:disabled:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
notebook > header tabs > tab, notebook > header dnd tab, dnd notebook > header tab, notebook > header tabbar tab, tabbar notebook > header tab, notebook > header tabbar tabbox > tabboxchild, tabbar notebook > header tabbox > tabboxchild { border-radius: 9999px; outline-color: transparent; margin: 3px; }
notebook > header tabs > tab button.flat, notebook > header dnd tab button.flat, dnd notebook > header tab button.flat, notebook > header tabbar tab button.flat, tabbar notebook > header tab button.flat, notebook > header tabbar tabbox > tabboxchild button.flat, tabbar notebook > header tabbox > tabboxchild button.flat { border-radius: 9999px; padding: 1px; margin: 2px; }
notebook > header tabs > tab button.flat:last-child, notebook > header dnd tab button.flat:last-child, dnd notebook > header tab button.flat:last-child, notebook > header tabbar tab button.flat:last-child, tabbar notebook > header tab button.flat:last-child, notebook > header tabbar tabbox > tabboxchild button.flat:last-child, tabbar notebook > header tabbox > tabboxchild button.flat:last-child { margin-left: 4px; margin-right: -4px; }
notebook > header tabs > tab button.flat:first-child, notebook > header dnd tab button.flat:first-child, dnd notebook > header tab button.flat:first-child, notebook > header tabbar tab button.flat:first-child, tabbar notebook > header tab button.flat:first-child, notebook > header tabbar tabbox > tabboxchild button.flat:first-child, tabbar notebook > header tabbox > tabboxchild button.flat:first-child { margin-left: -4px; margin-right: 4px; }
tabbar .box { background-color: #373636; color: #EDF0F5; box-shadow: inset 0 -1px rgba(0, 0, 0, 0.36); padding: 1px; padding-top: 0; }
tabbar .box:backdrop { background-color: #3f3e3e; transition: background-color none; }
tabbar .box:backdrop > scrolledwindow, tabbar .box:backdrop > .start-action, tabbar .box:backdrop > .end-action { transition: filter none; }
tabbar tabbox { padding: 2px; }
tabbar tabbox > tabboxchild { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
tabbar tabbox > tabboxchild { outline: 0 solid transparent; outline-offset: 4px; }
tabbar tabbox > tabboxchild:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
tabbar tabbox > separator { margin-top: 3px; margin-bottom: 3px; transition: opacity 150ms ease-in-out; }
tabbar tabbox > separator.hidden { opacity: 0; }
tabbar tabbox > revealer > indicator { min-width: 2px; border-radius: 2px; margin: 3px 6px; background: alpha(#75ff25,0.5); }
tabbar tabbox > background { background-color: unset; }
tabbar tab { border-radius: 9999px; outline-color: transparent; margin: 3px; transition: background 150ms ease-in-out; }
tabbar tab:selected { background-color: #75ff25; }
tabbar tabbox.single-tab tab, tabbar tabbox.single-tab tab:hover, tabbar tabbox.single-tab tab:active { background: none; }
tabbar .start-action, tabbar .end-action { padding: 6px 5px; }
tabbar .start-action:dir(ltr), tabbar .end-action:dir(rtl) { padding-right: 0; }
tabbar .start-action:dir(rtl), tabbar .end-action:dir(ltr) { padding-left: 0; }
tabbar.inline .box { background-color: transparent; color: inherit; box-shadow: none; padding-bottom: 0; }
tabbar.inline .box:backdrop { background-color: transparent; transition: none; }
tabbar.inline .box:backdrop > scrolledwindow, tabbar.inline .box:backdrop > .start-action, tabbar.inline .box:backdrop > .end-action { filter: none; transition: none; }
dnd tab { border-radius: 9999px; outline-color: transparent; margin: 3px; margin: 25px; }
tabbar tab, dnd tab { min-height: 26px; padding: 4px; }
tabbar tab button.image-button, dnd tab button.image-button { padding: 0; margin: 0; min-width: 24px; min-height: 24px; border-radius: 99px; }
tabbar tab indicator, dnd tab indicator { min-height: 2px; border-radius: 2px; background: alpha(#75ff25,0.5); transform: translateY(4px); }
tabgrid > tabgridchild { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
tabgrid > tabgridchild .card { outline: 0 solid transparent; outline-offset: 4px; }
tabgrid > tabgridchild:focus:focus-visible .card { outline-color: #75ff25; outline-width: 2px; outline-offset: 0; }
tabthumbnail { border-radius: 11px; transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color cubic-bezier(0.25, 0.46, 0.45, 0.94); }
tabthumbnail > box { margin: 6px; }
tabthumbnail:drop(active) { box-shadow: inset 0 0 0 2px alpha(#33d17a,0.4); background-color: alpha(#33d17a,0.1); }
tabthumbnail .needs-attention:dir(ltr) { transform: translate(8px, -8px); }
tabthumbnail .needs-attention:dir(rtl) { transform: translate(-8px, -8px); }
tabthumbnail .needs-attention > widget { background: #75ff25; min-width: 12px; min-height: 12px; border-radius: 8px; margin: 3px; box-shadow: 0 1px 2px alpha(#75ff25,0.4); }
tabthumbnail .card { background: none; color: inherit; }
tabthumbnail .card picture { outline: 1px solid rgba(0, 0, 0, 0.75); outline-offset: -1px; border-radius: 7px; }
tabthumbnail.pinned .card { background-color: #383838; color: white; }
tabthumbnail .icon-title-box { border-spacing: 6px; }
tabthumbnail .tab-unpin-icon { margin: 6px; min-width: 24px; min-height: 24px; }
tabthumbnail button.circular { margin: 6px; background-color: alpha(#383838,0.75); min-width: 24px; min-height: 24px; }
tabthumbnail button.circular:hover { background-color: alpha(mix(#383838,currentColor,0.1),0.75); }
tabthumbnail button.circular:active { background-color: alpha(mix(#383838,currentColor,0.2),0.75); }
taboverview > .overview .new-tab-button { margin: 18px; }
tabview:drop(active), tabbox:drop(active), tabgrid:drop(active) { box-shadow: none; }
/************** Scrollbars * */
scrollbar { background-color: #393838; transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar:not(:hover) { opacity: 0.5; }
scrollbar.top { border-bottom: 1px solid #595757; }
scrollbar.bottom { border-top: 1px solid #595757; }
scrollbar.left { border-right: 1px solid #595757; }
scrollbar.right { border-left: 1px solid #595757; }
scrollbar > range > trough { outline-style: none; }
scrollbar > range > trough > slider { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5); border: none; padding: 0; min-width: 10px; min-height: 10px; margin: 0px; border-radius: 9999px; background-clip: padding-box; background-color: #4f4f4f; transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; outline-style: none; }
scrollbar > range > trough > slider:hover, scrollbar > range > trough > slider:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
scrollbar > range > trough > slider:hover, scrollbar > range > trough > slider:hover image, scrollbar > range > trough > slider:hover arrow, scrollbar > range > trough > slider:focus, scrollbar > range > trough > slider:focus image, scrollbar > range > trough > slider:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
scrollbar > range > trough > slider:disabled, scrollbar > range > trough > slider:disabled:checked, scrollbar > range > trough > slider:disabled:selected, scrollbar > range > trough > slider:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
scrollbar > range > trough > slider:hover { background-color: #62a73a; color: #8f8f8f; background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; }
scrollbar > range > trough > slider:hover:active, scrollbar > range > trough > slider:active { background-color: #95ff58; color: #545454; background-image: url("assets/draggable-black.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; }
scrollbar > range > trough > slider:disabled { background-color: #493e37; }
scrollbar > range.fine-tune > trough > slider, scrollbar > range.fine-tune > trough > slider:hover, scrollbar > range.fine-tune > trough > slider:active { background-color: #203d79; }
scrollbar.horizontal > range > trough > slider { min-width: 40px; }
scrollbar.vertical > range > trough > slider { min-height: 40px; }
treeview ~ scrollbar.vertical { border-top: 1px solid #595757; margin-top: -1px; }
/********** Switch * */
switch { font-weight: bold; font-size: smaller; border: 1px solid #595757; border-radius: 14px; color: #EDF0F5; background-color: #4c4b4b; 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); box-shadow: inset 0px 1px 3px 0 rgba(0, 0, 0, 0.7); /* only show i / o for the accessible theme */ }
headerbar switch { background-color: #373737; }
switch:checked { color: #2a4606; background-color: #61a538; }
switch:disabled { color: #7c675a; border-color: #595757; background-color: #493e37; text-shadow: none; }
switch > slider { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; transition: none; margin: 1px; min-width: 24px; min-height: 24px; border: 1px solid transparent; border-radius: 50%; }
switch > slider:hover, switch > slider:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
switch > slider:hover, switch > slider:hover image, switch > slider:hover arrow, switch > slider:focus, switch > slider:focus image, switch > slider:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
switch > slider:active, switch > slider.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
switch > slider:checked, switch > slider:selected, switch > slider.has-open-popup, switch > slider .active_group #docklike-plugin button, .active_group #docklike-plugin switch > slider button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
switch > slider:checked, switch > slider:checked image, switch > slider:checked arrow, switch > slider:selected, switch > slider:selected image, switch > slider:selected arrow, switch > slider.has-open-popup, switch > slider.has-open-popup image, switch > slider.has-open-popup arrow, switch > slider .active_group #docklike-plugin button, .active_group #docklike-plugin switch > slider button, switch > slider .active_group #docklike-plugin button image, .active_group #docklike-plugin switch > slider button image, switch > slider .active_group #docklike-plugin button arrow, .active_group #docklike-plugin switch > slider button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
switch > slider:checked:hover, switch > slider:checked:focus, switch > slider:selected:hover, switch > slider:selected:focus, switch > slider.has-open-popup:hover, switch > slider.has-open-popup:focus, switch > slider .active_group #docklike-plugin button:hover, .active_group #docklike-plugin switch > slider button:hover, switch > slider .active_group #docklike-plugin button:focus, .active_group #docklike-plugin switch > slider button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
switch > slider:checked:hover, switch > slider:checked:hover image, switch > slider:checked:hover arrow, switch > slider:checked:focus, switch > slider:checked:focus image, switch > slider:checked:focus arrow, switch > slider:selected:hover, switch > slider:selected:hover image, switch > slider:selected:hover arrow, switch > slider:selected:focus, switch > slider:selected:focus image, switch > slider:selected:focus arrow, switch > slider.has-open-popup:hover, switch > slider.has-open-popup:hover image, switch > slider.has-open-popup:hover arrow, switch > slider.has-open-popup:focus, switch > slider.has-open-popup:focus image, switch > slider.has-open-popup:focus arrow, switch > slider .active_group #docklike-plugin button:hover, .active_group #docklike-plugin switch > slider button:hover, switch > slider .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin switch > slider button:hover image, switch > slider .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin switch > slider button:hover arrow, switch > slider .active_group #docklike-plugin button:focus, .active_group #docklike-plugin switch > slider button:focus, switch > slider .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin switch > slider button:focus image, switch > slider .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin switch > slider button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
switch > slider:disabled, switch > slider:disabled:checked, switch > slider:disabled:selected, switch > slider:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
switch > image { color: transparent; }
row:selected switch { outline-color: rgba(255, 255, 255, 0.3); }
/************************* Check and Radio items * */
/*************************** Check and Radio buttons * */
checkbutton.text-button, radiobutton.text-button { padding: 2px 0; outline-offset: 0; transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child { margin-left: 4px; }
checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child { margin-right: 4px; }
checkbutton.text-button:hover > label, radiobutton.text-button:hover > label { text-shadow: 0 0 5px currentColor; }
checkbutton.text-button, radiobutton.text-button { outline: 0 solid transparent; outline-offset: 4px; }
checkbutton.text-button:focus:focus-visible, radiobutton.text-button:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: -2px; }
check, check:selected, radio, radio:selected { border-width: 1px; border-style: solid; color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); margin: 0 4px; min-height: 14px; min-width: 14px; -gtk-icon-source: none; }
check:hover, check:focus, check:selected:hover, check:selected:focus, radio:hover, radio:focus, radio:selected:hover, radio:selected:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
check:hover, check:hover image, check:hover arrow, check:focus, check:focus image, check:focus arrow, check:selected:hover, check:selected:hover image, check:selected:hover arrow, check:selected:focus, check:selected:focus image, check:selected:focus arrow, radio:hover, radio:hover image, radio:hover arrow, radio:focus, radio:focus image, radio:focus arrow, radio:selected:hover, radio:selected:hover image, radio:selected:hover arrow, radio:selected:focus, radio:selected:focus image, radio:selected:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
check:active, check.keyboard-activating, check:selected:active, check:selected.keyboard-activating, radio:active, radio.keyboard-activating, radio:selected:active, radio:selected.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
check:checked, check:selected, check.has-open-popup, check .active_group #docklike-plugin button, .active_group #docklike-plugin check button, radio:checked, radio:selected, radio.has-open-popup, radio .active_group #docklike-plugin button, .active_group #docklike-plugin radio button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
check:checked, check:checked image, check:checked arrow, check:selected, check:selected image, check:selected arrow, check.has-open-popup, check.has-open-popup image, check.has-open-popup arrow, check .active_group #docklike-plugin button, .active_group #docklike-plugin check button, check .active_group #docklike-plugin button image, .active_group #docklike-plugin check button image, check .active_group #docklike-plugin button arrow, .active_group #docklike-plugin check button arrow, radio:checked, radio:checked image, radio:checked arrow, radio:selected, radio:selected image, radio:selected arrow, radio.has-open-popup, radio.has-open-popup image, radio.has-open-popup arrow, radio .active_group #docklike-plugin button, .active_group #docklike-plugin radio button, radio .active_group #docklike-plugin button image, .active_group #docklike-plugin radio button image, radio .active_group #docklike-plugin button arrow, .active_group #docklike-plugin radio button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
check:checked:hover, check:checked:focus, check:selected:hover, check:selected:focus, check.has-open-popup:hover, check.has-open-popup:focus, check .active_group #docklike-plugin button:hover, .active_group #docklike-plugin check button:hover, check .active_group #docklike-plugin button:focus, .active_group #docklike-plugin check button:focus, check:selected:checked:hover, check:selected:checked:focus, check:selected.has-open-popup:hover, check:selected.has-open-popup:focus, radio:checked:hover, radio:checked:focus, radio:selected:hover, radio:selected:focus, radio.has-open-popup:hover, radio.has-open-popup:focus, radio .active_group #docklike-plugin button:hover, .active_group #docklike-plugin radio button:hover, radio .active_group #docklike-plugin button:focus, .active_group #docklike-plugin radio button:focus, radio:selected:checked:hover, radio:selected:checked:focus, radio:selected.has-open-popup:hover, radio:selected.has-open-popup:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
check:checked:hover, check:checked:hover image, check:checked:hover arrow, check:checked:focus, check:checked:focus image, check:checked:focus arrow, check:selected:hover, check:selected:hover image, check:selected:hover arrow, check:selected:focus, check:selected:focus image, check:selected:focus arrow, check.has-open-popup:hover, check.has-open-popup:hover image, check.has-open-popup:hover arrow, check.has-open-popup:focus, check.has-open-popup:focus image, check.has-open-popup:focus arrow, check .active_group #docklike-plugin button:hover, .active_group #docklike-plugin check button:hover, check .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin check button:hover image, check .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin check button:hover arrow, check .active_group #docklike-plugin button:focus, .active_group #docklike-plugin check button:focus, check .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin check button:focus image, check .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin check button:focus arrow, check:selected:checked:hover, check:selected:checked:hover image, check:selected:checked:hover arrow, check:selected:checked:focus, check:selected:checked:focus image, check:selected:checked:focus arrow, check:selected:selected:hover, check:selected:selected:hover image, check:selected:selected:hover arrow, check:selected:selected:focus, check:selected:selected:focus image, check:selected:selected:focus arrow, check:selected.has-open-popup:hover, check:selected.has-open-popup:hover image, check:selected.has-open-popup:hover arrow, check:selected.has-open-popup:focus, check:selected.has-open-popup:focus image, check:selected.has-open-popup:focus arrow, check:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin check:selected button:hover, check:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin check:selected button:hover image, check:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin check:selected button:hover arrow, check:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin check:selected button:focus, check:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin check:selected button:focus image, check:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin check:selected button:focus arrow, radio:checked:hover, radio:checked:hover image, radio:checked:hover arrow, radio:checked:focus, radio:checked:focus image, radio:checked:focus arrow, radio:selected:hover, radio:selected:hover image, radio:selected:hover arrow, radio:selected:focus, radio:selected:focus image, radio:selected:focus arrow, radio.has-open-popup:hover, radio.has-open-popup:hover image, radio.has-open-popup:hover arrow, radio.has-open-popup:focus, radio.has-open-popup:focus image, radio.has-open-popup:focus arrow, radio .active_group #docklike-plugin button:hover, .active_group #docklike-plugin radio button:hover, radio .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin radio button:hover image, radio .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin radio button:hover arrow, radio .active_group #docklike-plugin button:focus, .active_group #docklike-plugin radio button:focus, radio .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin radio button:focus image, radio .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin radio button:focus arrow, radio:selected:checked:hover, radio:selected:checked:hover image, radio:selected:checked:hover arrow, radio:selected:checked:focus, radio:selected:checked:focus image, radio:selected:checked:focus arrow, radio:selected:selected:hover, radio:selected:selected:hover image, radio:selected:selected:hover arrow, radio:selected:selected:focus, radio:selected:selected:focus image, radio:selected:selected:focus arrow, radio:selected.has-open-popup:hover, radio:selected.has-open-popup:hover image, radio:selected.has-open-popup:hover arrow, radio:selected.has-open-popup:focus, radio:selected.has-open-popup:focus image, radio:selected.has-open-popup:focus arrow, radio:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin radio:selected button:hover, radio:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin radio:selected button:hover image, radio:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin radio:selected button:hover arrow, radio:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin radio:selected button:focus, radio:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin radio:selected button:focus image, radio:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin radio:selected button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
check:disabled, check:disabled:checked, check:disabled:selected, check:disabled.has-open-popup, check:selected:disabled, check:selected:disabled:checked, check:selected:disabled:selected, check:selected:disabled.has-open-popup, radio:disabled, radio:disabled:checked, radio:disabled:selected, radio:disabled.has-open-popup, radio:selected:disabled, radio:selected:disabled:checked, radio:selected:disabled:selected, radio:selected:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
check:only-child, check:selected:only-child, radio:only-child, radio:selected:only-child { margin: 0; }
popover check.left:dir(rtl), popover check:selected.left:dir(rtl), popover radio.left:dir(rtl), popover radio:selected.left:dir(rtl) { margin-left: 0; margin-right: 12px; }
popover check.right:dir(ltr), popover check:selected.right:dir(ltr), popover radio.right:dir(ltr), popover radio:selected.right:dir(ltr) { margin-left: 12px; margin-right: 0; }
menu menuitem check, menu menuitem check:selected, menu menuitem radio, menu menuitem radio:selected { margin: 0; }
check { border-radius: 3px; }
check:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/check-symbolic.svg")), -gtk-recolor(url("assets/check-symbolic.symbolic.png"))); }
check:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); }
treeview.view radio:selected:focus, treeview.view radio:selected, radio { border-radius: 100%; }
treeview.view radio:checked:selected, radio:checked { -gtk-icon-source: image(-gtk-recolor(url("assets/bullet-symbolic.svg")), -gtk-recolor(url("assets/bullet-symbolic.symbolic.png"))); }
treeview.view radio:indeterminate:selected, radio:indeterminate { -gtk-icon-source: image(-gtk-recolor(url("assets/dash-symbolic.svg")), -gtk-recolor(url("assets/dash-symbolic.symbolic.png"))); }
radio:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: scale(0); }
check:not(:indeterminate):not(:checked):active:not(:backdrop) { -gtk-icon-transform: translate(6px, -3px) rotate(-45deg) scaleY(0.2) rotate(45deg) scaleX(0); }
radio:active, check:active { -gtk-icon-transform: scale(0, 1); }
radio:checked:not(:backdrop), radio:indeterminate:not(:backdrop), check:checked:not(:backdrop), check:indeterminate:not(:backdrop) { -gtk-icon-transform: unset; transition: 400ms; }
menu menuitem radio:checked:not(:backdrop), menu menuitem radio:indeterminate:not(:backdrop), menu menuitem check:checked:not(:backdrop), menu menuitem check:indeterminate:not(:backdrop) { transition: none; }
treeview.view radio:selected, treeview.view radio:selected:focus, treeview.view check:selected, treeview.view check:selected:focus { background-color: #4f4f4f; color: #75ff25; }
treeview.view radio:selected:not(:checked), treeview.view radio:selected:focus:not(:checked), treeview.view check:selected:not(:checked), treeview.view check:selected:focus:not(:checked) { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
/************ GtkScale * */
/************ GtkScale * */
levelbar > trough, progressbar > trough, scale fill, scale trough, columnview.view.trough, treeview.view.trough, scrollbar > range > trough { border: none; border-radius: 9999px; background-color: #201f1f; box-shadow: 0px -2px 2px 0 rgba(255, 255, 255, 0.3), 2px -1px 2px 0 alpha(rgba(255, 255, 255, 0.3),0.5), -2px -1px 2px 0 alpha(rgba(255, 255, 255, 0.3),0.5), inset 0px -1px 1px 0 rgba(255, 255, 255, 0.3), inset 0px 2px 2px 1px rgba(0, 0, 0, 0.5), 0px 2px 2px -1px rgba(0, 0, 0, 0.5), 0px 3px 4px -1px rgba(0, 0, 0, 0.5); }
row:selected levelbar > trough, row:selected progressbar > trough, row:selected scale fill, scale row:selected fill, row:selected scale trough, scale row:selected trough, row:selected columnview.view.trough, row:selected treeview.view.trough, row:selected scrollbar > range > trough { border-color: #338b00; }
.osd levelbar > trough, .osd progressbar > trough, .osd scale fill, scale .osd fill, .osd scale trough, scale .osd trough, .osd columnview.view.trough, .osd treeview.view.trough, .osd scrollbar > range > trough { border-color: #66cbec; }
progressbar > trough > progress, scale highlight, columnview.view.progressbar, treeview.view.progressbar { margin: 0px; border: none; border-radius: 9999px; background-color: #75ff25; color: #2a4606; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.5), 0 0 5px 0 #75ff25; background-image: linear-gradient(to bottom, alpha(white,0), alpha(white,0.3)), radial-gradient(ellipse at center, alpha(black,0.3), alpha(black,0)); }
progressbar > trough > progress:disabled, scale highlight:disabled, columnview.view.progressbar:disabled, treeview.view.progressbar:disabled { background-color: #6d5b50; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3); }
scale { min-height: 10px; min-width: 10px; padding: 12px; }
scale trough { outline-offset: 2px; -gtk-outline-radius: 5px; }
scale fill { background-color: #7f7e7e; }
scale trough > slider { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5); border: none; min-height: 18px; min-width: 18px; margin: -3px; border-radius: 100%; background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; }
scale trough > slider:hover, scale trough > slider:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
scale trough > slider:hover, scale trough > slider:hover image, scale trough > slider:hover arrow, scale trough > slider:focus, scale trough > slider:focus image, scale trough > slider:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
scale trough > slider:disabled, scale trough > slider:disabled:checked, scale trough > slider:disabled:selected, scale trough > slider:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
scale trough > slider:hover, scale trough > slider:focus { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5), 0 0 5px 0 #75ff25; }
scale trough > slider:active { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5), 0 0 5px 0 #75ff25, 0 0 3px 0 #75ff25; }
.osd scale trough > slider { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5); border: none; }
.osd scale trough > slider:hover, .osd scale trough > slider:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
.osd scale trough > slider:hover, .osd scale trough > slider:hover image, .osd scale trough > slider:hover arrow, .osd scale trough > slider:focus, .osd scale trough > slider:focus image, .osd scale trough > slider:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
.osd scale trough > slider:disabled, .osd scale trough > slider:disabled:checked, .osd scale trough > slider:disabled:selected, .osd scale trough > slider:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
.osd scale trough > slider:hover, .osd scale trough > slider:focus { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5), 0 0 5px 0 #75ff25; }
.osd scale trough > slider:active { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5), 0 0 5px 0 #75ff25, 0 0 3px 0 #75ff25; }
scale.fine-tune trough > slider:hover, scale.fine-tune trough > slider:focus { box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5), inset 0 4px 3px 0px rgba(255, 255, 255, 0.3), inset 0 -4px 3px 0px rgba(0, 0, 0, 0.5), 0 4px 4px -2px rgba(0, 0, 0, 0.5), 0 0 5px 0 #33d17a; }
scale marks, scale value { color: alpha(currentColor,0.55); font-feature-settings: "tnum"; }
scale.horizontal marks.top { margin-bottom: 6px; margin-top: -12px; }
scale.horizontal marks.bottom { margin-top: 6px; margin-bottom: -12px; }
scale.vertical marks.top { margin-right: 6px; margin-left: -12px; }
scale.vertical marks.bottom { margin-left: 6px; margin-right: -12px; }
scale.horizontal indicator { min-height: 6px; min-width: 1px; }
scale.horizontal.marks-after slider { border-radius: 5px 5px 100% 100%; min-width: 10px; padding: 0; margin-right: 5px; margin-left: 5px; }
scale.horizontal.marks-before slider, scale.horizontal.color slider { border-radius: 100% 100% 5px 5px; min-width: 10px; padding: 0; margin-right: 5px; margin-left: 5px; }
scale.vertical indicator { min-height: 1px; min-width: 6px; }
scale.vertical.marks-after slider, scale.vertical.color:dir(ltr) slider { border-radius: 5px 100% 100% 5px; min-height: 10px; padding: 0; margin-top: 5px; margin-bottom: 5px; }
scale.vertical.marks-before slider, scale.vertical.color:dir(rtl) slider { border-radius: 100% 5px 5px 100%; min-height: 10px; padding: 0; margin-top: 5px; margin-bottom: 5px; }
scale.color { min-height: 0; min-width: 0; }
scale.color trough { background-image: image(#595757); background-repeat: no-repeat; }
scale.color.horizontal { padding: 0 0 15px 0; }
scale.color.horizontal trough { padding-bottom: 4px; background-position: 0 -3px; border-top-left-radius: 0; border-top-right-radius: 0; }
scale.color.horizontal slider:dir(ltr):hover, scale.color.horizontal slider:dir(ltr):backdrop, scale.color.horizontal slider:dir(ltr):disabled, scale.color.horizontal slider:dir(ltr):backdrop:disabled, scale.color.horizontal slider:dir(ltr), scale.color.horizontal slider:dir(rtl):hover, scale.color.horizontal slider:dir(rtl):backdrop, scale.color.horizontal slider:dir(rtl):disabled, scale.color.horizontal slider:dir(rtl):backdrop:disabled, scale.color.horizontal slider:dir(rtl) { margin-bottom: -15px; margin-top: 6px; }
scale.color.vertical:dir(ltr) { padding: 0 0 0 15px; }
scale.color.vertical:dir(ltr) trough { padding-left: 4px; background-position: 3px 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }
scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:backdrop, scale.color.vertical:dir(ltr) slider:disabled, scale.color.vertical:dir(ltr) slider:backdrop:disabled, scale.color.vertical:dir(ltr) slider { margin-left: -15px; margin-right: 6px; }
scale.color.vertical:dir(rtl) { padding: 0 15px 0 0; }
scale.color.vertical:dir(rtl) trough { padding-right: 4px; background-position: -3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; }
scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:backdrop, scale.color.vertical:dir(rtl) slider:disabled, scale.color.vertical:dir(rtl) slider:backdrop:disabled, scale.color.vertical:dir(rtl) slider { margin-right: -15px; margin-left: 6px; }
/***************** Progress bars * */
progressbar { font-size: smaller; color: rgba(237, 240, 245, 0.4); font-feature-settings: "tnum"; }
progressbar.horizontal > trough { min-width: 150px; }
progressbar.horizontal > trough, progressbar.horizontal > trough > progress { min-height: 5px; }
progressbar.vertical > trough { min-height: 80px; }
progressbar.vertical > trough, progressbar.vertical > trough > progress { min-width: 5px; }
progressbar.horizontal > trough > progress { margin: 0 -1px; }
progressbar.vertical > trough > progress { margin: -1px 0; }
progressbar > trough > progress { /* share most of scales' */ /* override insensitive that is specific to progress */ border-radius: 1.5px; }
progressbar > trough > progress:disabled { background-color: #7c675a; border-color: #7c675a; }
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.osd { min-width: 3px; min-height: 3px; background-color: transparent; }
progressbar.osd > trough { border-style: none; border-radius: 0; background-color: transparent; box-shadow: none; }
progressbar.osd > trough > progress { border-style: none; border-radius: 0; }
progressbar > trough.empty > progress { all: unset; }
/************* Level Bar * */
/************* Level Bar * */
levelbar.horizontal trough > block { min-height: 9px; border-radius: 9999px; }
levelbar.horizontal trough > block:dir(rtl) { border-radius: 0 9999px 9999px 0; }
levelbar.horizontal trough > block:dir(ltr) { border-radius: 9999px 0 0 9999px; }
levelbar.horizontal trough > block.empty, levelbar.horizontal trough > block.full { border-radius: 9999px; }
levelbar.horizontal.discrete trough > block { min-height: 4px; 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: 9px; border-radius: 9999px; }
levelbar.vertical.discrete > trough > block { min-width: 4px; margin: 1px 0; min-height: 32px; }
levelbar > trough { padding: 1px; border-radius: 9999px; }
levelbar > trough > block { border: 1px solid; }
levelbar > trough > block.low { margin: 0px; border: none; border-radius: 9999px; background-color: #f57900; color: #2a4606; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.35), 0 0 5px 0 #f57900; background-image: linear-gradient(to bottom, alpha(white,0), alpha(white,0.3)), radial-gradient(ellipse at center, alpha(black,0.3), alpha(black,0)); }
levelbar > trough > block.low:disabled { background-color: #6d5b50; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3); }
levelbar > trough > block.high, levelbar > trough > block:not(.empty) { margin: 0px; border: none; border-radius: 9999px; background-color: #75ff25; color: #2a4606; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.5), 0 0 5px 0 #75ff25; background-image: linear-gradient(to bottom, alpha(white,0), alpha(white,0.3)), radial-gradient(ellipse at center, alpha(black,0.3), alpha(black,0)); }
levelbar > trough > block.high:disabled, levelbar > trough > block:not(.empty):disabled { background-color: #6d5b50; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3); }
levelbar > trough > block.full { margin: 0px; border: none; border-radius: 9999px; background-color: #33d17a; color: #2a4606; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.5), 0 0 5px 0 #33d17a; background-image: linear-gradient(to bottom, alpha(white,0), alpha(white,0.3)), radial-gradient(ellipse at center, alpha(black,0.3), alpha(black,0)); }
levelbar > trough > block.full:disabled { background-color: #6d5b50; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3); }
levelbar > trough > block.empty { margin: 0px; border: none; border-radius: 9999px; background-color: #252525; color: #2a4606; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3), 0 0 5px 0 #252525; background-image: linear-gradient(to bottom, alpha(white,0), alpha(white,0.3)), radial-gradient(ellipse at center, alpha(black,0.3), alpha(black,0)); }
levelbar > trough > block.empty:disabled { background-color: #6d5b50; box-shadow: inset 0 3px 0 0 rgba(255, 255, 255, 0.3); }
/**************** Print dialog * */
window.dialog.print drawing { color: #EDF0F5; background: none; border: none; padding: 0; }
window.dialog.print drawing paper { background: white; color: #2e3436; border: 1px solid #595757; }
window.dialog.print .dialog-action-box { margin: 12px; }
/********** Frames * */
frame, .frame { border: 1px solid #595757; }
frame { border-radius: 6px; }
frame > label { margin: 4px; }
actionbar > revealer > box { padding: 6px; border-top: 1px solid #595757; }
actionbar > revealer > box, actionbar > revealer > box > box.start, actionbar > revealer > box > box.end { border-spacing: 6px; }
scrolledwindow > .view:dir(ltr), scrolledwindow > iconview:dir(ltr) { padding-right: 1em; }
scrolledwindow > .view:dir(rtl), scrolledwindow > iconview:dir(rtl) { padding-left: 1em; }
scrolledwindow > overshoot.top { background-image: radial-gradient(ellipse farthest-side at top, #f57900 35%, rgba(245, 121, 0, 0)); background-size: 100% 10%; background-repeat: no-repeat; background-position: top; background-color: transparent; border: none; box-shadow: none; }
scrolledwindow > overshoot.bottom { background-image: radial-gradient(ellipse farthest-side at bottom, #f57900 35%, rgba(245, 121, 0, 0)); background-size: 100% 10%; background-repeat: no-repeat; background-position: bottom; background-color: transparent; border: none; box-shadow: none; }
scrolledwindow > overshoot.left { background-image: radial-gradient(ellipse farthest-side at left, #f57900 35%, rgba(245, 121, 0, 0)); background-size: 10% 100%; background-repeat: no-repeat; background-position: left; background-color: transparent; border: none; box-shadow: none; }
scrolledwindow > overshoot.right { background-image: radial-gradient(ellipse farthest-side at right, #f57900 35%, rgba(245, 121, 0, 0)); background-size: 10% 100%; background-repeat: no-repeat; background-position: right; background-color: transparent; border: none; box-shadow: none; }
scrolledwindow > junction { background: #595757, linear-gradient(to bottom, transparent 1px, #393838 1px), linear-gradient(to right, transparent 1px, #393838 1px); }
scrolledwindow > junction:dir(rtl) { background: #595757, linear-gradient(to bottom, transparent 1px, #393838 1px), linear-gradient(to left, transparent 1px, #393838 1px); }
separator { background: rgba(255, 255, 255, 0.1); min-width: 1px; min-height: 1px; }
/********* Lists * */
listview, list { color: #EDF0F5; background-color: #323232; border-color: #595757; }
listview > row, list > row { padding: 2px; }
listview > row.expander, list > row.expander { padding: 0px; }
listview > row.expander .row-header, list > row.expander .row-header { padding: 2px; }
listview.horizontal row.separator, listview.separators.horizontal > row:not(.separator), list.horizontal row.separator, list.separators.horizontal > row:not(.separator) { border-left: 1px solid #575859; }
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 #575859; }
row { transition: none; border: 1px solid transparent; }
row.activatable:hover, row.activatable:active, row.activatable:selected, row.activatable.has-open-popup { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
row.activatable:hover:hover, row.activatable:hover:focus, row.activatable:active:hover, row.activatable:active:focus, row.activatable:selected:hover, row.activatable:selected:focus, row.activatable.has-open-popup:hover, row.activatable.has-open-popup:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
row.activatable:hover:hover, row.activatable:hover:hover image, row.activatable:hover:hover arrow, row.activatable:hover:focus, row.activatable:hover:focus image, row.activatable:hover:focus arrow, row.activatable:active:hover, row.activatable:active:hover image, row.activatable:active:hover arrow, row.activatable:active:focus, row.activatable:active:focus image, row.activatable:active:focus arrow, row.activatable:selected:hover, row.activatable:selected:hover image, row.activatable:selected:hover arrow, row.activatable:selected:focus, row.activatable:selected:focus image, row.activatable:selected:focus arrow, row.activatable.has-open-popup:hover, row.activatable.has-open-popup:hover image, row.activatable.has-open-popup:hover arrow, row.activatable.has-open-popup:focus, row.activatable.has-open-popup:focus image, row.activatable.has-open-popup:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
row.activatable:hover:active, row.activatable:hover.keyboard-activating, row.activatable:active:active, row.activatable:active.keyboard-activating, row.activatable:selected:active, row.activatable:selected.keyboard-activating, row.activatable.has-open-popup:active, row.activatable.has-open-popup.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
row.activatable:hover:checked, row.activatable:hover .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:hover button, row.activatable:active:checked, row.activatable:active .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:active button, row.activatable:selected:selected, row.activatable:selected .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:selected button, row.activatable.has-open-popup.has-open-popup, row.activatable.has-open-popup .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable.has-open-popup button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
row.activatable:hover:checked, row.activatable:hover:checked image, row.activatable:hover:checked arrow, row.activatable:hover .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:hover button, row.activatable:hover .active_group #docklike-plugin button image, .active_group #docklike-plugin row.activatable:hover button image, row.activatable:hover .active_group #docklike-plugin button arrow, .active_group #docklike-plugin row.activatable:hover button arrow, row.activatable:active:checked, row.activatable:active:checked image, row.activatable:active:checked arrow, row.activatable:active .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:active button, row.activatable:active .active_group #docklike-plugin button image, .active_group #docklike-plugin row.activatable:active button image, row.activatable:active .active_group #docklike-plugin button arrow, .active_group #docklike-plugin row.activatable:active button arrow, row.activatable:selected:selected, row.activatable:selected:selected image, row.activatable:selected:selected arrow, row.activatable:selected .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:selected button, row.activatable:selected .active_group #docklike-plugin button image, .active_group #docklike-plugin row.activatable:selected button image, row.activatable:selected .active_group #docklike-plugin button arrow, .active_group #docklike-plugin row.activatable:selected button arrow, row.activatable.has-open-popup.has-open-popup, row.activatable.has-open-popup.has-open-popup image, row.activatable.has-open-popup.has-open-popup arrow, row.activatable.has-open-popup .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable.has-open-popup button, row.activatable.has-open-popup .active_group #docklike-plugin button image, .active_group #docklike-plugin row.activatable.has-open-popup button image, row.activatable.has-open-popup .active_group #docklike-plugin button arrow, .active_group #docklike-plugin row.activatable.has-open-popup button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
row.activatable:hover:checked:focus, row.activatable:hover:selected:focus, row.activatable:hover.has-open-popup:focus, row.activatable:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:hover button:hover, row.activatable:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:hover button:focus, row.activatable:active:checked:hover, row.activatable:active:checked:focus, row.activatable:active:selected:hover, row.activatable:active:selected:focus, row.activatable:active.has-open-popup:hover, row.activatable:active.has-open-popup:focus, row.activatable:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:active button:hover, row.activatable:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:active button:focus, row.activatable:selected:checked:hover, row.activatable:selected:checked:focus, row.activatable.has-open-popup:selected:hover, row.activatable.has-open-popup:selected:focus, row.activatable:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:selected button:hover, row.activatable:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:selected button:focus, row.activatable.has-open-popup:checked:hover, row.activatable.has-open-popup:checked:focus, row.activatable.has-open-popup.has-open-popup:hover, row.activatable.has-open-popup.has-open-popup:focus, row.activatable.has-open-popup .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable.has-open-popup button:hover, row.activatable.has-open-popup .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable.has-open-popup button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
row.activatable:hover:checked:hover, row.activatable:hover:checked:hover image, row.activatable:hover:checked:hover arrow, row.activatable:hover:checked:focus, row.activatable:hover:checked:focus image, row.activatable:hover:checked:focus arrow, row.activatable:hover:selected:hover, row.activatable:hover:selected:hover image, row.activatable:hover:selected:hover arrow, row.activatable:hover:selected:focus, row.activatable:hover:selected:focus image, row.activatable:hover:selected:focus arrow, row.activatable:hover.has-open-popup:hover, row.activatable:hover.has-open-popup:hover image, row.activatable:hover.has-open-popup:hover arrow, row.activatable:hover.has-open-popup:focus, row.activatable:hover.has-open-popup:focus image, row.activatable:hover.has-open-popup:focus arrow, row.activatable:hover .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:hover button:hover, row.activatable:hover .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin row.activatable:hover button:hover image, row.activatable:hover .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin row.activatable:hover button:hover arrow, row.activatable:hover .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:hover button:focus, row.activatable:hover .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin row.activatable:hover button:focus image, row.activatable:hover .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin row.activatable:hover button:focus arrow, row.activatable:active:checked:hover, row.activatable:active:checked:hover image, row.activatable:active:checked:hover arrow, row.activatable:active:checked:focus, row.activatable:active:checked:focus image, row.activatable:active:checked:focus arrow, row.activatable:active:selected:hover, row.activatable:active:selected:hover image, row.activatable:active:selected:hover arrow, row.activatable:active:selected:focus, row.activatable:active:selected:focus image, row.activatable:active:selected:focus arrow, row.activatable:active.has-open-popup:hover, row.activatable:active.has-open-popup:hover image, row.activatable:active.has-open-popup:hover arrow, row.activatable:active.has-open-popup:focus, row.activatable:active.has-open-popup:focus image, row.activatable:active.has-open-popup:focus arrow, row.activatable:active .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:active button:hover, row.activatable:active .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin row.activatable:active button:hover image, row.activatable:active .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin row.activatable:active button:hover arrow, row.activatable:active .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:active button:focus, row.activatable:active .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin row.activatable:active button:focus image, row.activatable:active .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin row.activatable:active button:focus arrow, row.activatable:selected:checked:hover, row.activatable:selected:checked:hover image, row.activatable:selected:checked:hover arrow, row.activatable:selected:checked:focus, row.activatable:selected:checked:focus image, row.activatable:selected:checked:focus arrow, row.activatable:selected:selected:hover, row.activatable:selected:selected:hover image, row.activatable:selected:selected:hover arrow, row.activatable:selected:selected:focus, row.activatable:selected:selected:focus image, row.activatable:selected:selected:focus arrow, row.activatable:selected.has-open-popup:hover, row.activatable:selected.has-open-popup:hover image, row.activatable:selected.has-open-popup:hover arrow, row.activatable:selected.has-open-popup:focus, row.activatable:selected.has-open-popup:focus image, row.activatable:selected.has-open-popup:focus arrow, row.activatable:selected .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:selected button:hover, row.activatable:selected .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin row.activatable:selected button:hover image, row.activatable:selected .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin row.activatable:selected button:hover arrow, row.activatable:selected .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:selected button:focus, row.activatable:selected .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin row.activatable:selected button:focus image, row.activatable:selected .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin row.activatable:selected button:focus arrow, row.activatable.has-open-popup:checked:hover, row.activatable.has-open-popup:checked:hover image, row.activatable.has-open-popup:checked:hover arrow, row.activatable.has-open-popup:checked:focus, row.activatable.has-open-popup:checked:focus image, row.activatable.has-open-popup:checked:focus arrow, row.activatable.has-open-popup:selected:hover, row.activatable.has-open-popup:selected:hover image, row.activatable.has-open-popup:selected:hover arrow, row.activatable.has-open-popup:selected:focus, row.activatable.has-open-popup:selected:focus image, row.activatable.has-open-popup:selected:focus arrow, row.activatable.has-open-popup.has-open-popup:hover, row.activatable.has-open-popup.has-open-popup:hover image, row.activatable.has-open-popup.has-open-popup:hover arrow, row.activatable.has-open-popup.has-open-popup:focus, row.activatable.has-open-popup.has-open-popup:focus image, row.activatable.has-open-popup.has-open-popup:focus arrow, row.activatable.has-open-popup .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable.has-open-popup button:hover, row.activatable.has-open-popup .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin row.activatable.has-open-popup button:hover image, row.activatable.has-open-popup .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin row.activatable.has-open-popup button:hover arrow, row.activatable.has-open-popup .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable.has-open-popup button:focus, row.activatable.has-open-popup .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin row.activatable.has-open-popup button:focus image, row.activatable.has-open-popup .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin row.activatable.has-open-popup button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
row.activatable:hover:disabled, row.activatable:hover:disabled:checked, row.activatable:hover:disabled:selected, row.activatable:hover:disabled.has-open-popup, row.activatable:active:disabled, row.activatable:active:disabled:checked, row.activatable:active:disabled:selected, row.activatable:active:disabled.has-open-popup, row.activatable:selected:disabled, row.activatable:selected:disabled:checked, row.activatable:selected:disabled:selected, row.activatable:selected:disabled.has-open-popup, row.activatable.has-open-popup:disabled, row.activatable.has-open-popup:disabled:checked, row.activatable.has-open-popup:disabled:selected, row.activatable.has-open-popup:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
row.activatable:disabled { color: #7c675a; background-color: #493e37; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
row.activatable:disabled:hover, row.activatable:disabled:focus { color: #988071; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
row.activatable:disabled:hover, row.activatable:disabled:hover image, row.activatable:disabled:hover arrow, row.activatable:disabled:focus, row.activatable:disabled:focus image, row.activatable:disabled:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
row.activatable:disabled:active, row.activatable:disabled.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
row.activatable:disabled:checked, row.activatable:disabled:selected, row.activatable:disabled.has-open-popup, row.activatable:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:disabled button { background-color: #493e37; color: #7c675a; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
row.activatable:disabled:checked, row.activatable:disabled:checked image, row.activatable:disabled:checked arrow, row.activatable:disabled:selected, row.activatable:disabled:selected image, row.activatable:disabled:selected arrow, row.activatable:disabled.has-open-popup, row.activatable:disabled.has-open-popup image, row.activatable:disabled.has-open-popup arrow, row.activatable:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin row.activatable:disabled button, row.activatable:disabled .active_group #docklike-plugin button image, .active_group #docklike-plugin row.activatable:disabled button image, row.activatable:disabled .active_group #docklike-plugin button arrow, .active_group #docklike-plugin row.activatable:disabled button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
row.activatable:disabled:checked:hover, row.activatable:disabled:checked:focus, row.activatable:disabled:selected:hover, row.activatable:disabled:selected:focus, row.activatable:disabled.has-open-popup:hover, row.activatable:disabled.has-open-popup:focus, row.activatable:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:disabled button:hover, row.activatable:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:disabled button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
row.activatable:disabled:checked:hover, row.activatable:disabled:checked:hover image, row.activatable:disabled:checked:hover arrow, row.activatable:disabled:checked:focus, row.activatable:disabled:checked:focus image, row.activatable:disabled:checked:focus arrow, row.activatable:disabled:selected:hover, row.activatable:disabled:selected:hover image, row.activatable:disabled:selected:hover arrow, row.activatable:disabled:selected:focus, row.activatable:disabled:selected:focus image, row.activatable:disabled:selected:focus arrow, row.activatable:disabled.has-open-popup:hover, row.activatable:disabled.has-open-popup:hover image, row.activatable:disabled.has-open-popup:hover arrow, row.activatable:disabled.has-open-popup:focus, row.activatable:disabled.has-open-popup:focus image, row.activatable:disabled.has-open-popup:focus arrow, row.activatable:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin row.activatable:disabled button:hover, row.activatable:disabled .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin row.activatable:disabled button:hover image, row.activatable:disabled .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin row.activatable:disabled button:hover arrow, row.activatable:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin row.activatable:disabled button:focus, row.activatable:disabled .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin row.activatable:disabled button:focus image, row.activatable:disabled .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin row.activatable:disabled button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
row.activatable:disabled:disabled, row.activatable:disabled:disabled:checked, row.activatable:disabled:disabled:selected, row.activatable:disabled:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
.nested > row { background-color: rgba(255, 255, 255, 0.1); }
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: #575859; }
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: none; }
columnview row:not(:selected) cell editablelabel.editing:focus-within { outline: none; }
columnview row:not(:selected) cell editablelabel.editing text selection { background-color: rgba(132, 201, 92, 0.7); color: transparent; }
columnview row:not(:selected) cell editablelabel.editing text selection:focus-within { background-color: rgba(117, 255, 37, 0.3); color: #EDF0F5; }
/******************************************************* Rich Lists * Large list usually containing lots of widgets * https://gitlab.gnome.org/GNOME/gtk/-/issues/3073 * */
.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 Notifications * */
.app-notification { padding: 10px; border-spacing: 10px; border-radius: 0 0 5px 5px; background-color: rgba(32, 61, 121, 0.7); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px); background-clip: padding-box; }
.app-notification border { border: none; }
/************* Expanders * */
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:disabled { color: #7c675a; }
expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
expander-widget { transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
expander-widget > box > title { outline: 0 solid transparent; outline-offset: 4px; }
expander-widget:focus:focus-visible > box > title { outline-color: #75ff25; 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: 3px; }
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 * */
calendar { color: #EDF0F5; border: 1px solid #595757; font-feature-settings: "tnum"; }
calendar > header { border-bottom: 1px solid #595757; }
calendar > header > button { border: none; box-shadow: none; background: none; border-radius: 0; }
calendar > header > button:backdrop { background: none; }
calendar > grid > label.today { box-shadow: inset 0px -2px #595757; }
calendar > grid > label.today:selected { box-shadow: none; }
calendar > grid > label:focus { outline-color: #75ff25; outline-offset: -2px; outline-width: 2px; outline-style: none; }
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); }
/*********** Dialogs * */
window.dialog.message .titlebar { min-height: 20px; background-image: none; background-color: #3f3e3e; border-style: none; border-top-left-radius: 7px; border-top-right-radius: 7px; }
window.dialog.message box.dialog-vbox.vertical { border-spacing: 10px; }
window.dialog.message label.title { font-weight: 800; font-size: 15pt; }
window.dialog.message.csd.background { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
window.dialog.message.csd .dialog-action-area button { padding: 10px 14px; border-radius: 0; border-left-style: solid; border-right-style: none; border-bottom-style: none; }
window.dialog.message.csd .dialog-action-area button:first-child { border-left-style: none; border-bottom-left-radius: 7px; }
window.dialog.message.csd .dialog-action-area button:last-child { border-bottom-right-radius: 7px; }
filechooser .dialog-action-box { border-top: 1px solid #595757; }
filechooser #pathbarbox { border-bottom: 1px solid #3f3e3e; }
filechooserbutton > button > box { border-spacing: 6px; }
filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; }
/*********** Sidebar * */
.sidebar { background-color: #393838; }
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) { border-right: 1px solid #595757; border-left-style: none; }
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right { border-left: 1px solid #595757; 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: 10px 4px; }
stacksidebar row > label { padding-left: 6px; padding-right: 6px; }
stacksidebar row.needs-attention > label { background-size: 6px 6px, 0 0; }
separator.sidebar { background-color: #595757; }
/********************** Navigation Sidebar * */
.navigation-sidebar { padding: 5px 0; }
.navigation-sidebar > separator { margin: 5px; }
.navigation-sidebar > row { min-height: 36px; padding: 0 8px; border-radius: 5px; margin: 0 5px 2px; }
/**************** File chooser * */
row image.sidebar-icon { opacity: 1; }
/* this should be more generic, only using .navigation-sidebar https://gitlab.gnome.org/GNOME/gtk/-/issues/2929 */
placessidebar .navigation-sidebar > row { padding: 0; }
placessidebar .navigation-sidebar > row > revealer { padding: 0 14px; }
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; }
button.sidebar-button { min-height: 26px; min-width: 26px; margin-top: 3px; margin-bottom: 3px; padding: 0; border-radius: 100%; }
placessidebar .navigation-sidebar > row:selected:active { box-shadow: none; }
placessidebar .navigation-sidebar > row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; background-image: image(#33d17a); background-clip: content-box; }
placessidebar .navigation-sidebar > row.sidebar-new-bookmark-row { color: #75ff25; }
placessidebar .navigation-sidebar > row:drop(active):not(:disabled) { color: #33d17a; box-shadow: inset 0 1px #33d17a, inset 0 -1px #33d17a; }
placessidebar .navigation-sidebar > row:drop(active):not(:disabled):selected { color: #2a4606; background-color: #33d17a; }
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 * */
paned > separator { min-width: 0.5rem; min-height: 0.5rem; border: none; background-color: #595757; background-image: url("assets/draggable-white.svg"); background-position: center; background-repeat: no-repeat; background-size: 0.7rem; background-size: 0.5rem; }
paned > separator:hover { box-shadow: inset 0 0 0 1px #75ff25; }
paned > separator:selected { background-color: #75ff25; }
paned > separator.wide { min-width: 5px; min-height: 5px; }
paned.vertical > separator.wide { margin: 0; padding: 0; }
/************** GtkVideo * */
video { background: black; }
video image.osd { min-width: 64px; min-height: 64px; border-radius: 32px; }
/************ Tooltips * */
tooltip { padding: 6px 10px; border-radius: 6px; }
tooltip.background { background-color: rgba(32, 61, 121, 0.9); background-clip: padding-box; border: 1px solid #66cbec; color: #66cbec; }
tooltip > box { border-spacing: 6px; }
/***************** Color Chooser * */
colorswatch { 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); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
colorswatch { outline: 0 solid transparent; outline-offset: 6px; }
colorswatch:focus:focus-visible { outline-color: #75ff25; outline-width: 4px; outline-offset: -2px; }
colorswatch:drop(active), colorswatch { border-style: none; }
colorswatch.top { border-top-left-radius: 5.5px; border-top-right-radius: 5.5px; }
colorswatch.top > overlay { border-top-left-radius: 5px; border-top-right-radius: 5px; }
colorswatch.bottom { border-bottom-left-radius: 5.5px; border-bottom-right-radius: 5.5px; }
colorswatch.bottom > overlay { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
colorswatch.left, colorswatch:first-child:not(.top) { border-top-left-radius: 5.5px; border-bottom-left-radius: 5.5px; }
colorswatch.left > overlay, colorswatch:first-child:not(.top) > overlay { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
colorswatch.right, colorswatch:last-child:not(.bottom) { border-top-right-radius: 5.5px; border-bottom-right-radius: 5.5px; }
colorswatch.right > overlay, colorswatch:last-child:not(.bottom) > overlay { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
colorswatch.dark > overlay { color: white; }
colorswatch.light > overlay { color: black; }
colorswatch:drop(active) { box-shadow: none; }
colorswatch:drop(active).light > overlay { border-color: #33d17a; box-shadow: inset 0 0 0 2px #595757, inset 0 0 0 1px #33d17a; }
colorswatch:drop(active).dark > overlay { border-color: #33d17a; box-shadow: inset 0 0 0 2px #595757, inset 0 0 0 1px #33d17a; }
colorswatch > overlay { border: 1px solid #595757; }
colorswatch.activatable:hover > overlay { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
colorswatch.activatable:hover > overlay:hover, colorswatch.activatable:hover > overlay:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
colorswatch.activatable:hover > overlay:hover, colorswatch.activatable:hover > overlay:hover image, colorswatch.activatable:hover > overlay:hover arrow, colorswatch.activatable:hover > overlay:focus, colorswatch.activatable:hover > overlay:focus image, colorswatch.activatable:hover > overlay:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
colorswatch.activatable:hover > overlay:active, colorswatch.activatable:hover > overlay.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
colorswatch.activatable:hover > overlay:checked, colorswatch.activatable:hover > overlay:selected, colorswatch.activatable:hover > overlay.has-open-popup, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
colorswatch.activatable:hover > overlay:checked, colorswatch.activatable:hover > overlay:checked image, colorswatch.activatable:hover > overlay:checked arrow, colorswatch.activatable:hover > overlay:selected, colorswatch.activatable:hover > overlay:selected image, colorswatch.activatable:hover > overlay:selected arrow, colorswatch.activatable:hover > overlay.has-open-popup, colorswatch.activatable:hover > overlay.has-open-popup image, colorswatch.activatable:hover > overlay.has-open-popup arrow, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button image, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button image, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button arrow, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
colorswatch.activatable:hover > overlay:checked:hover, colorswatch.activatable:hover > overlay:checked:focus, colorswatch.activatable:hover > overlay:selected:hover, colorswatch.activatable:hover > overlay:selected:focus, colorswatch.activatable:hover > overlay.has-open-popup:hover, colorswatch.activatable:hover > overlay.has-open-popup:focus, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:hover, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
colorswatch.activatable:hover > overlay:checked:hover, colorswatch.activatable:hover > overlay:checked:hover image, colorswatch.activatable:hover > overlay:checked:hover arrow, colorswatch.activatable:hover > overlay:checked:focus, colorswatch.activatable:hover > overlay:checked:focus image, colorswatch.activatable:hover > overlay:checked:focus arrow, colorswatch.activatable:hover > overlay:selected:hover, colorswatch.activatable:hover > overlay:selected:hover image, colorswatch.activatable:hover > overlay:selected:hover arrow, colorswatch.activatable:hover > overlay:selected:focus, colorswatch.activatable:hover > overlay:selected:focus image, colorswatch.activatable:hover > overlay:selected:focus arrow, colorswatch.activatable:hover > overlay.has-open-popup:hover, colorswatch.activatable:hover > overlay.has-open-popup:hover image, colorswatch.activatable:hover > overlay.has-open-popup:hover arrow, colorswatch.activatable:hover > overlay.has-open-popup:focus, colorswatch.activatable:hover > overlay.has-open-popup:focus image, colorswatch.activatable:hover > overlay.has-open-popup:focus arrow, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:hover, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:hover image, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:hover arrow, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:focus, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:focus image, colorswatch.activatable:hover > overlay .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin colorswatch.activatable:hover > overlay button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
colorswatch.activatable:hover > overlay:disabled, colorswatch.activatable:hover > overlay:disabled:checked, colorswatch.activatable:hover > overlay:disabled:selected, colorswatch.activatable:hover > overlay:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
colorswatch.activatable:hover > overlay, colorswatch.activatable:hover > overlay:selected { background-color: transparent; }
colorswatch#add-color-button { border-radius: 5px 0 0 5px; }
colorswatch#add-color-button:only-child { border-radius: 5px; }
colorswatch#add-color-button > overlay { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
colorswatch#add-color-button > overlay:hover, colorswatch#add-color-button > overlay:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
colorswatch#add-color-button > overlay:hover, colorswatch#add-color-button > overlay:hover image, colorswatch#add-color-button > overlay:hover arrow, colorswatch#add-color-button > overlay:focus, colorswatch#add-color-button > overlay:focus image, colorswatch#add-color-button > overlay:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
colorswatch#add-color-button > overlay:active, colorswatch#add-color-button > overlay.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
colorswatch#add-color-button > overlay:checked, colorswatch#add-color-button > overlay:selected, colorswatch#add-color-button > overlay.has-open-popup, colorswatch#add-color-button > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch#add-color-button > overlay button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
colorswatch#add-color-button > overlay:checked, colorswatch#add-color-button > overlay:checked image, colorswatch#add-color-button > overlay:checked arrow, colorswatch#add-color-button > overlay:selected, colorswatch#add-color-button > overlay:selected image, colorswatch#add-color-button > overlay:selected arrow, colorswatch#add-color-button > overlay.has-open-popup, colorswatch#add-color-button > overlay.has-open-popup image, colorswatch#add-color-button > overlay.has-open-popup arrow, colorswatch#add-color-button > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch#add-color-button > overlay button, colorswatch#add-color-button > overlay .active_group #docklike-plugin button image, .active_group #docklike-plugin colorswatch#add-color-button > overlay button image, colorswatch#add-color-button > overlay .active_group #docklike-plugin button arrow, .active_group #docklike-plugin colorswatch#add-color-button > overlay button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
colorswatch#add-color-button > overlay:checked:hover, colorswatch#add-color-button > overlay:checked:focus, colorswatch#add-color-button > overlay:selected:hover, colorswatch#add-color-button > overlay:selected:focus, colorswatch#add-color-button > overlay.has-open-popup:hover, colorswatch#add-color-button > overlay.has-open-popup:focus, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:hover, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
colorswatch#add-color-button > overlay:checked:hover, colorswatch#add-color-button > overlay:checked:hover image, colorswatch#add-color-button > overlay:checked:hover arrow, colorswatch#add-color-button > overlay:checked:focus, colorswatch#add-color-button > overlay:checked:focus image, colorswatch#add-color-button > overlay:checked:focus arrow, colorswatch#add-color-button > overlay:selected:hover, colorswatch#add-color-button > overlay:selected:hover image, colorswatch#add-color-button > overlay:selected:hover arrow, colorswatch#add-color-button > overlay:selected:focus, colorswatch#add-color-button > overlay:selected:focus image, colorswatch#add-color-button > overlay:selected:focus arrow, colorswatch#add-color-button > overlay.has-open-popup:hover, colorswatch#add-color-button > overlay.has-open-popup:hover image, colorswatch#add-color-button > overlay.has-open-popup:hover arrow, colorswatch#add-color-button > overlay.has-open-popup:focus, colorswatch#add-color-button > overlay.has-open-popup:focus image, colorswatch#add-color-button > overlay.has-open-popup:focus arrow, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:hover, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:hover image, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:hover arrow, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:focus, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:focus image, colorswatch#add-color-button > overlay .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin colorswatch#add-color-button > overlay button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
colorswatch#add-color-button > overlay:disabled, colorswatch#add-color-button > overlay:disabled:checked, colorswatch#add-color-button > overlay:disabled:selected, colorswatch#add-color-button > overlay:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
colorswatch#add-color-button > overlay, colorswatch#add-color-button > overlay:selected { background-color: transparent; }
colorswatch#add-color-button.activatable:hover > overlay { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
colorswatch#add-color-button.activatable:hover > overlay:hover, colorswatch#add-color-button.activatable:hover > overlay:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
colorswatch#add-color-button.activatable:hover > overlay:hover, colorswatch#add-color-button.activatable:hover > overlay:hover image, colorswatch#add-color-button.activatable:hover > overlay:hover arrow, colorswatch#add-color-button.activatable:hover > overlay:focus, colorswatch#add-color-button.activatable:hover > overlay:focus image, colorswatch#add-color-button.activatable:hover > overlay:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
colorswatch#add-color-button.activatable:hover > overlay:active, colorswatch#add-color-button.activatable:hover > overlay.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
colorswatch#add-color-button.activatable:hover > overlay:checked, colorswatch#add-color-button.activatable:hover > overlay:selected, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
colorswatch#add-color-button.activatable:hover > overlay:checked, colorswatch#add-color-button.activatable:hover > overlay:checked image, colorswatch#add-color-button.activatable:hover > overlay:checked arrow, colorswatch#add-color-button.activatable:hover > overlay:selected, colorswatch#add-color-button.activatable:hover > overlay:selected image, colorswatch#add-color-button.activatable:hover > overlay:selected arrow, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup image, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup arrow, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button image, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button image, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button arrow, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
colorswatch#add-color-button.activatable:hover > overlay:checked:hover, colorswatch#add-color-button.activatable:hover > overlay:checked:focus, colorswatch#add-color-button.activatable:hover > overlay:selected:hover, colorswatch#add-color-button.activatable:hover > overlay:selected:focus, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:hover, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:focus, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:hover, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
colorswatch#add-color-button.activatable:hover > overlay:checked:hover, colorswatch#add-color-button.activatable:hover > overlay:checked:hover image, colorswatch#add-color-button.activatable:hover > overlay:checked:hover arrow, colorswatch#add-color-button.activatable:hover > overlay:checked:focus, colorswatch#add-color-button.activatable:hover > overlay:checked:focus image, colorswatch#add-color-button.activatable:hover > overlay:checked:focus arrow, colorswatch#add-color-button.activatable:hover > overlay:selected:hover, colorswatch#add-color-button.activatable:hover > overlay:selected:hover image, colorswatch#add-color-button.activatable:hover > overlay:selected:hover arrow, colorswatch#add-color-button.activatable:hover > overlay:selected:focus, colorswatch#add-color-button.activatable:hover > overlay:selected:focus image, colorswatch#add-color-button.activatable:hover > overlay:selected:focus arrow, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:hover, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:hover image, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:hover arrow, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:focus, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:focus image, colorswatch#add-color-button.activatable:hover > overlay.has-open-popup:focus arrow, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:hover, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:hover, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:hover image, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:hover arrow, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:focus, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:focus, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:focus image, colorswatch#add-color-button.activatable:hover > overlay .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin colorswatch#add-color-button.activatable:hover > overlay button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
colorswatch#add-color-button.activatable:hover > overlay:disabled, colorswatch#add-color-button.activatable:hover > overlay:disabled:checked, colorswatch#add-color-button.activatable:hover > overlay:disabled:selected, colorswatch#add-color-button.activatable:hover > overlay:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
colorswatch#add-color-button.activatable:hover > overlay, colorswatch#add-color-button.activatable:hover > overlay:selected { background-color: transparent; }
colorswatch:disabled { opacity: 0.5; background-color: #493e37; color: #7c675a; }
row:selected colorswatch { box-shadow: 0 0 0 2px #2a4606; }
colorswatch#editor-color-sample { border-radius: 4px; }
colorswatch#editor-color-sample > overlay { border-radius: 4.5px; }
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); transition-property: outline, outline-width, outline-offset, outline-color; transition-duration: 300ms; animation-timing-function: ease-in-out; }
plane { outline: 0 solid transparent; outline-offset: 6px; }
plane:focus:focus-visible { outline-color: #75ff25; outline-width: 2px; outline-offset: 2px; }
colorchooser .popover.osd { border-radius: 5px; }
/******** Misc * */
.content-view { background-color: #2d2c2c; }
.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: #75ff25; }
.content-view .tile:disabled { background-color: #493e37; }
/********************** Window Decorations * */
window { border-width: 0px; }
window.csd { box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.7), 0 0 5px 1px #75ff25, 0 3px 6px 2px rgba(0, 0, 0, 0); margin: 0px; border-radius: 6px 6px 0 0; }
window.csd:backdrop { box-shadow: 0 5px 9px 1px rgba(0, 0, 0, 0.5), 0 3px 6px 2px rgba(0, 0, 0, 0.7); transition: none; }
window.csd.popup { border-radius: 5px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(117, 255, 37, 0.9); }
window.csd.dialog.message { border-radius: 6px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(117, 255, 37, 0.9); }
window.solid-csd { margin: 0; padding: 4px; border: solid 1px #595757; border-radius: 0; box-shadow: inset 0 0 0 4px #595757, inset 0 0 0 3px #373636, inset 0 1px rgba(237, 240, 245, 0.07), 0 3px 5px rgba(0, 0, 0, 0.7); }
window.solid-csd:backdrop { box-shadow: inset 0 0 0 4px #595757, inset 0 0 0 3px #3f3e3e, inset 0 1px rgba(237, 240, 245, 0.07), 0 3px 5px rgba(0, 0, 0, 0.7); }
window.maximized, window.fullscreen { border-radius: 0; box-shadow: none; }
window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom { border-radius: 0; box-shadow: 0 0 0 1px #75ff25, 0 2px 6px 2px rgba(0, 0, 0, 0.7), 0 0 0 20px transparent; }
window.tiled:backdrop, window.tiled-top:backdrop, window.tiled-left:backdrop, window.tiled-right:backdrop, window.tiled-bottom:backdrop { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75), 0 2px 6px 2px rgba(0, 0, 0, 0.4), 0 0 0 20px transparent; }
window.popup { box-shadow: none; }
window.ssd { box-shadow: 0 0 0 1px #75ff25; }
tooltip.csd { border-radius: 5px; box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7); }
.monospace { font-family: monospace; }
/********************** Touch Copy & Paste * */
/********************** Touch Copy & Paste * */
cursor-handle { color: #EDF0F5; background-color: #4f4f4f; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); border: 1px solid #666464; border-radius: 100%; transition: none; transition-property: background, border, box-shadow; min-height: 18px; min-width: 10px; }
cursor-handle:hover, cursor-handle:focus { color: white; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
cursor-handle:hover, cursor-handle:hover image, cursor-handle:hover arrow, cursor-handle:focus, cursor-handle:focus image, cursor-handle:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
cursor-handle:active, cursor-handle.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
cursor-handle:checked, cursor-handle:selected, cursor-handle.has-open-popup, cursor-handle .active_group #docklike-plugin button, .active_group #docklike-plugin cursor-handle button { background-color: #434343; color: #75ff25; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
cursor-handle:checked, cursor-handle:checked image, cursor-handle:checked arrow, cursor-handle:selected, cursor-handle:selected image, cursor-handle:selected arrow, cursor-handle.has-open-popup, cursor-handle.has-open-popup image, cursor-handle.has-open-popup arrow, cursor-handle .active_group #docklike-plugin button, .active_group #docklike-plugin cursor-handle button, cursor-handle .active_group #docklike-plugin button image, .active_group #docklike-plugin cursor-handle button image, cursor-handle .active_group #docklike-plugin button arrow, .active_group #docklike-plugin cursor-handle button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
cursor-handle:checked:hover, cursor-handle:checked:focus, cursor-handle:selected:hover, cursor-handle:selected:focus, cursor-handle.has-open-popup:hover, cursor-handle.has-open-popup:focus, cursor-handle .active_group #docklike-plugin button:hover, .active_group #docklike-plugin cursor-handle button:hover, cursor-handle .active_group #docklike-plugin button:focus, .active_group #docklike-plugin cursor-handle button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
cursor-handle:checked:hover, cursor-handle:checked:hover image, cursor-handle:checked:hover arrow, cursor-handle:checked:focus, cursor-handle:checked:focus image, cursor-handle:checked:focus arrow, cursor-handle:selected:hover, cursor-handle:selected:hover image, cursor-handle:selected:hover arrow, cursor-handle:selected:focus, cursor-handle:selected:focus image, cursor-handle:selected:focus arrow, cursor-handle.has-open-popup:hover, cursor-handle.has-open-popup:hover image, cursor-handle.has-open-popup:hover arrow, cursor-handle.has-open-popup:focus, cursor-handle.has-open-popup:focus image, cursor-handle.has-open-popup:focus arrow, cursor-handle .active_group #docklike-plugin button:hover, .active_group #docklike-plugin cursor-handle button:hover, cursor-handle .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin cursor-handle button:hover image, cursor-handle .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin cursor-handle button:hover arrow, cursor-handle .active_group #docklike-plugin button:focus, .active_group #docklike-plugin cursor-handle button:focus, cursor-handle .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin cursor-handle button:focus image, cursor-handle .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin cursor-handle button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
cursor-handle:disabled, cursor-handle:disabled:checked, cursor-handle:disabled:selected, cursor-handle:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
cursor-handle:disabled { color: #7c675a; background-color: #493e37; border-color: black; outline-color: #75ff25; background-image: linear-gradient(to bottom, alpha(rgba(255, 255, 255, 0.3),0.15), alpha(rgba(255, 255, 255, 0.3),0) 50%, alpha(rgba(0, 0, 0, 0.5),0) 50%, alpha(rgba(0, 0, 0, 0.5),0.25)); box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5), inset 0 2px 1px -1px rgba(255, 255, 255, 0.3), inset 0 -2px 1px -1px rgba(0, 0, 0, 0.5); }
cursor-handle:disabled:hover, cursor-handle:disabled:focus { color: #988071; text-shadow: 0 0 5px currentColor; -gtk-icon-filter: brightness(1.2); }
cursor-handle:disabled:hover, cursor-handle:disabled:hover image, cursor-handle:disabled:hover arrow, cursor-handle:disabled:focus, cursor-handle:disabled:focus image, cursor-handle:disabled:focus arrow { -gtk-icon-shadow: 0 0 5px currentColor; }
cursor-handle:disabled:active, cursor-handle:disabled.keyboard-activating { box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
cursor-handle:disabled:checked, cursor-handle:disabled:selected, cursor-handle:disabled.has-open-popup, cursor-handle:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin cursor-handle:disabled button { background-color: #493e37; color: #7c675a; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.3); text-shadow: 0 0 3px currentColor; }
cursor-handle:disabled:checked, cursor-handle:disabled:checked image, cursor-handle:disabled:checked arrow, cursor-handle:disabled:selected, cursor-handle:disabled:selected image, cursor-handle:disabled:selected arrow, cursor-handle:disabled.has-open-popup, cursor-handle:disabled.has-open-popup image, cursor-handle:disabled.has-open-popup arrow, cursor-handle:disabled .active_group #docklike-plugin button, .active_group #docklike-plugin cursor-handle:disabled button, cursor-handle:disabled .active_group #docklike-plugin button image, .active_group #docklike-plugin cursor-handle:disabled button image, cursor-handle:disabled .active_group #docklike-plugin button arrow, .active_group #docklike-plugin cursor-handle:disabled button arrow { -gtk-icon-shadow: 0 0 3px currentColor; }
cursor-handle:disabled:checked:hover, cursor-handle:disabled:checked:focus, cursor-handle:disabled:selected:hover, cursor-handle:disabled:selected:focus, cursor-handle:disabled.has-open-popup:hover, cursor-handle:disabled.has-open-popup:focus, cursor-handle:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin cursor-handle:disabled button:hover, cursor-handle:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin cursor-handle:disabled button:focus { text-shadow: 0 0 3px currentColor, 0 0 5px currentColor; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5), 0 10px 3px -9px alpha(currentColor,0.5); }
cursor-handle:disabled:checked:hover, cursor-handle:disabled:checked:hover image, cursor-handle:disabled:checked:hover arrow, cursor-handle:disabled:checked:focus, cursor-handle:disabled:checked:focus image, cursor-handle:disabled:checked:focus arrow, cursor-handle:disabled:selected:hover, cursor-handle:disabled:selected:hover image, cursor-handle:disabled:selected:hover arrow, cursor-handle:disabled:selected:focus, cursor-handle:disabled:selected:focus image, cursor-handle:disabled:selected:focus arrow, cursor-handle:disabled.has-open-popup:hover, cursor-handle:disabled.has-open-popup:hover image, cursor-handle:disabled.has-open-popup:hover arrow, cursor-handle:disabled.has-open-popup:focus, cursor-handle:disabled.has-open-popup:focus image, cursor-handle:disabled.has-open-popup:focus arrow, cursor-handle:disabled .active_group #docklike-plugin button:hover, .active_group #docklike-plugin cursor-handle:disabled button:hover, cursor-handle:disabled .active_group #docklike-plugin button:hover image, .active_group #docklike-plugin cursor-handle:disabled button:hover image, cursor-handle:disabled .active_group #docklike-plugin button:hover arrow, .active_group #docklike-plugin cursor-handle:disabled button:hover arrow, cursor-handle:disabled .active_group #docklike-plugin button:focus, .active_group #docklike-plugin cursor-handle:disabled button:focus, cursor-handle:disabled .active_group #docklike-plugin button:focus image, .active_group #docklike-plugin cursor-handle:disabled button:focus image, cursor-handle:disabled .active_group #docklike-plugin button:focus arrow, .active_group #docklike-plugin cursor-handle:disabled button:focus arrow { -gtk-icon-shadow: 0 0 3px currentColor, 0 0 5px currentColor; }
cursor-handle:disabled:disabled, cursor-handle:disabled:disabled:checked, cursor-handle:disabled:disabled:selected, cursor-handle:disabled:disabled.has-open-popup { color: #7c675a; background-color: #493e37; }
cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { border-radius: 100% 5px 5px 5px; }
cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { border-radius: 5px 100% 5px 5px; }
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: #EDF0F5; background-color: #323232; border: 1px solid; border-color: #595757; border-radius: 5px; box-shadow: inset 0 -3px #494848; font-size: smaller; }
:not(decoration):not(window):drop(active):focus, :not(decoration):not(window):drop(active) { border-color: #33d17a; box-shadow: inset 0 0 0 1px #33d17a; caret-color: #33d17a; }
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; }
/************* App Icons * */
/* Outline for low res icons */
.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); }
/* Drapshadow for large icons */
.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); }
/********* Emoji * */
popover.emoji-picker > contents { padding: 0; }
.emoji-searchbar { padding: 6px; border-spacing: 6px; border-bottom: 1px solid #595757; }
.emoji-toolbar { padding: 6px; border-spacing: 6px; border-top: 1px solid #595757; }
button.emoji-section { border-color: transparent; border-width: 3px; border-style: none none solid; border-radius: 0; padding: 3px 0 0; min-width: 32px; min-height: 28px; /* reset props inherited from the button style */ background: none; box-shadow: none; text-shadow: none; }
button.emoji-section:hover { border-color: rgba(237, 240, 245, 0.1); }
button.emoji-section:checked { border-color: #75ff25; }
popover.emoji-picker emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { background: #75ff25; }
emoji-completion-row > box { border-spacing: 10px; padding: 2px 10px; }
emoji-completion-row:focus, emoji-completion-row:hover { background-color: #75ff25; color: #2a4606; }
emoji-completion-row emoji:focus, emoji-completion-row emoji:hover { background-color: #75ff25; }
popover.entry-completion > contents { padding: 0; }
statusbar { padding: 6px 10px 6px 10px; }
menubutton > button > box { border-spacing: 6px; }
menubutton arrow { min-height: 16px; min-width: 16px; }
menubutton arrow.none { -gtk-icon-source: -gtk-icontheme("open-menu-symbolic"); }
menubutton arrow.down { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
menubutton arrow.up { -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
menubutton arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
menubutton arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
undershoot { background-repeat: no-repeat; background-clip: border-box; background-image: image(alpha(#75ff25,0.3)); }
undershoot.top { background-size: 100% 0.5em; background-position: top; }
undershoot.bottom { background-size: 100% 0.5em; background-position: bottom; }
undershoot.left { background-size: 0.5em 100%; background-position: left; }
undershoot.right { background-size: 0.5em 100%; background-position: right; }
stackswitcher, .stack-switcher, notebook > header, tabbar tabbox { border-radius: 9999px; border: none; box-shadow: 0 3px 1px -2px alpha(rgba(255, 255, 255, 0.3),0.4), inset 0 2px 2px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 2px -1px rgba(0, 0, 0, 0.5); }
headerbar stackswitcher, windowhandle stackswitcher, headerbar .stack-switcher, windowhandle .stack-switcher, headerbar notebook > header, headerbar tabbar tabbox, tabbar headerbar tabbox, windowhandle notebook > header, windowhandle tabbar tabbox, tabbar windowhandle tabbox { margin: 3px 0px; }
headerbar stackswitcher > button, windowhandle stackswitcher > button, headerbar .stack-switcher > button, windowhandle .stack-switcher > button, headerbar notebook > header > button, headerbar tabbar tabbox > button, tabbar headerbar tabbox > button, windowhandle notebook > header > button, windowhandle tabbar tabbox > button, tabbar windowhandle tabbox > button { min-height: 19px; }
.xfce4-panel #sn-button { margin: 1px; }
#docklike-plugin button { background-color: transparent; }
.active_group #docklike-plugin button { background-color: red; }
/* GTK NAMED COLORS ---------------- use responsibly! */
/*
widget text/foreground color */
@define-color theme_fg_color #EDF0F5;
/*
text color for entries, views and content in general */
@define-color theme_text_color #EDF0F5;
/*
widget base background color */
@define-color theme_bg_color #3f3e3e;
/*
text widgets and the like base background color */
@define-color theme_base_color #323232;
/*
base background color of selections */
@define-color theme_selected_bg_color #75ff25;
/*
text/foreground color of selections */
@define-color theme_selected_fg_color #2a4606;
/*
base background color of insensitive widgets */
@define-color insensitive_bg_color #493e37;
/*
text foreground color of insensitive widgets */
@define-color insensitive_fg_color #7c675a;
/*
insensitive text widgets and the like base background color */
@define-color insensitive_base_color #323232;
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #96979a;
/*
text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #EDF0F5;
/*
widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #3f3e3e;
/*
text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #353535;
/*
base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #75ff25;
/*
text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #2a4606;
/*
insensitive color on backdrop windows*/
@define-color unfocused_insensitive_color #666464;
/*
widgets main borders color */
@define-color borders #595757;
/*
widgets main borders color on backdrop windows */
@define-color unfocused_borders #545252;
/*
these are pretty self explicative */
@define-color warning_color #f57900;
@define-color error_color #CC0000;
@define-color success_color #33d17a;
/*
these colors are exported for the window manager and shouldn't be used in applications,
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title shade(#EDF0F5, 1.8);
@define-color wm_unfocused_title #96979a;
@define-color wm_highlight rgba(0, 0, 0, 0);
@define-color wm_borders_edge rgba(237, 240, 245, 0.07);
@define-color wm_bg_a shade(#3f3e3e, 1.2);
@define-color wm_bg_b #3f3e3e;
@define-color wm_shadow alpha(black, 0.35);
@define-color wm_border alpha(black, 0.18);
@define-color wm_button_hover_color_a shade(#3f3e3e, 1.3);
@define-color wm_button_hover_color_b #3f3e3e;
@define-color wm_button_active_color_a shade(#3f3e3e, 0.85);
@define-color wm_button_active_color_b shade(#3f3e3e, 0.89);
@define-color wm_button_active_color_c shade(#3f3e3e, 0.9);
/* content view background such as thumbnails view in Photos or Boxes */
@define-color content_view_bg #323232;
/* Very contrasty background for text views (@theme_text_color foreground) */
@define-color text_view_bg #232323;