/****************** * Ripple effects * ******************/ @keyframes ripple_effect { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } } @keyframes flat_ripple_effect { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } } @keyframes list_ripple_effect { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } } * { transition-property: opacity, border-color, border-image, background-color, background-image, box-shadow, icon-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.2s; } /***************** * Common States * *****************/ * { padding: 0; background-clip: padding-box; -GtkToolButton-icon-spacing: 4; -GtkTextView-error-underline-color: #F44336; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; -GtkWidget-text-handle-width: 16; -GtkWidget-text-handle-height: 16; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; outline-style: solid; outline-width: 2px; outline-color: alpha(currentColor, 0.2); outline-offset: -0.30075rem; -gtk-outline-radius: 2px; -gtk-secondary-caret-color: #C5A68E; text-shadow: none; -gtk-icon-shadow: none; } /*************** * Base States * ***************/ .background { background-color: #3e515a; color: #ECEFF1; } *:disabled { -gtk-icon-effect: dim; } .titlebar *:backdrop, headerbar *:backdrop, .csd headerbar button.titlebutton *:backdrop, .csd .titlebar button.titlebutton *:backdrop { opacity: 0.75; transition: 0.2s; } .gtkstyle-fallback { background-color: #3e515a; color: #ECEFF1; } .gtkstyle-fallback:hover { background-color: #34434b; color: #ECEFF1; } .gtkstyle-fallback:active { background-color: #29363c; color: #ECEFF1; } .gtkstyle-fallback:disabled { background-color: #3e515a; color: rgba(236, 239, 241, 0.3); } .gtkstyle-fallback:selected { background-color: #C5A68E; color: #FFFFFF; } .view, iconview, .view text, iconview text, textview text { background-color: #455A64; color: #ECEFF1; } .view:hover, iconview:hover, .view:active, iconview:active, .view:selected, iconview:selected, .view text:hover, iconview text:hover, textview text:hover, .view text:active, iconview text:active, textview text:active, .view text:selected, iconview text:selected, textview text:selected { border-radius: 2px; -gtk-outline-radius: 2px; } .view:disabled, iconview:disabled, .view text:disabled, iconview text:disabled, textview text:disabled { color: rgba(236, 239, 241, 0.3); } textview border { background-color: #3e515a; } rubberband, flowbox rubberband, treeview.view rubberband, .tweak-category rubberband, .content-view rubberband, .rubberband { border: 1px solid #4DD0E1; background-color: rgba(77, 208, 225, 0.2); } flowbox flowboxchild { padding: 0.15038rem; border-radius: 2px; -gtk-outline-radius: 2px; } flowbox flowboxchild:selected { outline-offset: -0.15038rem; } label { caret-color: currentColor; } label.separator { color: transparent; } label:disabled { color: rgba(236, 239, 241, 0.3); } label.kudo-label { color: #263238; } .dim-label, label.separator, .titlebar .title:backdrop, headerbar .title:backdrop, .titlebar .subtitle, headerbar .subtitle, .titlebar .subtitle:backdrop, headerbar .subtitle:backdrop { opacity: 0.55; } assistant .sidebar { padding: 0.50376rem 0; background-color: #3b4c54; } assistant .sidebar:dir(ltr) { border-right: 1px solid rgba(0, 0, 0, 0.11); } assistant .sidebar:dir(rtl) { border-left: 1px solid rgba(0, 0, 0, 0.11); } assistant.csd .sidebar { border-top-style: none; } assistant .sidebar label { padding: 0.3985rem 0.6015rem 0.50376rem; color: rgba(236, 239, 241, 0.75); font-weight: 500; } assistant .sidebar label.highlight { color: #C5A68E; } assistant headerbar button.flat:not(:last-child), assistant headerbar button.osd.image-button:not(:last-child), assistant headerbar .button.osd.image-button:not(:last-child), assistant headerbar button:not(:last-child):not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child), assistant headerbar .context-menu > arrow:not(:last-child), assistant headerbar menu > arrow:not(:last-child), assistant headerbar placessidebar row button.image-button:not(:last-child), placessidebar row assistant headerbar button.image-button:not(:last-child), assistant .csd headerbar button.titlebutton:not(:last-child), .csd assistant headerbar button.titlebutton:not(:last-child), assistant headerbar .csd .titlebar button.titlebutton:not(:last-child), .csd .titlebar.selection-mode assistant headerbar button.titlebutton:not(:last-child), assistant headerbar #gf-candidate-popup button:not(:last-child), #gf-candidate-popup assistant headerbar button:not(:last-child), assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):first-child, #gf-candidate-popup assistant headerbar .linked > button:not(:last-child):first-child, assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):last-child, #gf-candidate-popup assistant headerbar .linked > button:not(:last-child):last-child, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child), window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child), assistant headerbar layouttabbar button:not(:last-child), layouttabbar assistant headerbar button:not(:last-child), assistant headerbar layouttab button:not(:last-child), layouttab assistant headerbar button:not(:last-child) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #546E7A; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); background-color: #009688; color: rgba(255, 255, 255, 0.85); } assistant headerbar button.flat:not(:last-child):hover, assistant headerbar button.osd.image-button:not(:last-child):hover, assistant headerbar .button.osd.image-button:not(:last-child):hover, assistant headerbar button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):hover, assistant headerbar .context-menu > arrow:not(:last-child):hover, assistant headerbar menu > arrow:not(:last-child):hover, assistant headerbar placessidebar row button.image-button:not(:last-child):hover, placessidebar row assistant headerbar button.image-button:not(:last-child):hover, assistant .csd headerbar button.titlebutton:not(:last-child):hover, .csd assistant headerbar button.titlebutton:not(:last-child):hover, assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):hover, assistant headerbar #gf-candidate-popup button:not(:last-child):hover, #gf-candidate-popup assistant headerbar button:not(:last-child):hover, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):hover, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):hover, assistant headerbar layouttabbar button:not(:last-child):hover, layouttabbar assistant headerbar button:not(:last-child):hover, assistant headerbar layouttab button:not(:last-child):hover, layouttab assistant headerbar button:not(:last-child):hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; color: #FFFFFF; } assistant headerbar button.flat:not(:last-child):active, assistant headerbar button.osd.image-button:not(:last-child):active, assistant headerbar .button.osd.image-button:not(:last-child):active, assistant headerbar button:not(:last-child):active:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):active, assistant headerbar .context-menu > arrow:not(:last-child):active, assistant headerbar menu > arrow:not(:last-child):active, assistant headerbar placessidebar row button.image-button:not(:last-child):active, placessidebar row assistant headerbar button.image-button:not(:last-child):active, assistant .csd headerbar button.titlebutton:not(:last-child):active, .csd assistant headerbar button.titlebutton:not(:last-child):active, assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):active, assistant headerbar #gf-candidate-popup button:not(:last-child):active, #gf-candidate-popup assistant headerbar button:not(:last-child):active, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):active, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):active, assistant headerbar layouttabbar button:not(:last-child):active, layouttabbar assistant headerbar button:not(:last-child):active, assistant headerbar layouttab button:not(:last-child):active, layouttab assistant headerbar button:not(:last-child):active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #FFFFFF; background-color: #C5A68E; } assistant headerbar button.flat:not(:last-child):checked, assistant headerbar button.osd.image-button:not(:last-child):checked, assistant headerbar .button.osd.image-button:not(:last-child):checked, assistant headerbar button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):checked, assistant headerbar .context-menu > arrow:not(:last-child):checked, assistant headerbar menu > arrow:not(:last-child):checked, assistant headerbar placessidebar row button.image-button:not(:last-child):checked, placessidebar row assistant headerbar button.image-button:not(:last-child):checked, assistant .csd headerbar button.titlebutton:not(:last-child):checked, .csd assistant headerbar button.titlebutton:not(:last-child):checked, assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):checked, assistant headerbar #gf-candidate-popup button:not(:last-child):checked, #gf-candidate-popup assistant headerbar button:not(:last-child):checked, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):checked, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):checked, assistant headerbar layouttabbar button:not(:last-child):checked, layouttabbar assistant headerbar button:not(:last-child):checked, assistant headerbar layouttab button:not(:last-child):checked, layouttab assistant headerbar button:not(:last-child):checked { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #C5A68E; color: #FFFFFF; background-color: #009688; color: #ECEFF1; } assistant headerbar button.flat:not(:last-child):disabled, assistant headerbar button.osd.image-button:not(:last-child):disabled, assistant headerbar .button.osd.image-button:not(:last-child):disabled, assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):disabled, assistant headerbar .context-menu > arrow:not(:last-child):disabled, assistant headerbar menu > arrow:not(:last-child):disabled, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled, assistant .csd headerbar button.titlebutton:not(:last-child):disabled, .csd assistant headerbar button.titlebutton:not(:last-child):disabled, assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):disabled, assistant headerbar #gf-candidate-popup button:not(:last-child):disabled, #gf-candidate-popup assistant headerbar button:not(:last-child):disabled, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):disabled, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):disabled, assistant headerbar layouttabbar button:not(:last-child):disabled, layouttabbar assistant headerbar button:not(:last-child):disabled, assistant headerbar layouttab button:not(:last-child):disabled, layouttab assistant headerbar button:not(:last-child):disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.225); } assistant headerbar button.flat:not(:last-child):disabled > label, assistant headerbar button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .titlebar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar .menu > arrow:not(:last-child):disabled > label, assistant headerbar .context-menu > arrow:not(:last-child):disabled > label, assistant headerbar menu > arrow:not(:last-child):disabled > label, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled > label, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled > label, assistant .csd headerbar button.titlebutton:not(:last-child):disabled > label, .csd assistant headerbar button.titlebutton:not(:last-child):disabled > label, assistant headerbar .csd .titlebar button.titlebutton:not(:last-child):disabled > label, assistant headerbar #gf-candidate-popup button:not(:last-child):disabled > label, #gf-candidate-popup assistant headerbar button:not(:last-child):disabled > label, assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):disabled > label, #gf-candidate-popup assistant headerbar .linked > button:not(:last-child):disabled > label, assistant headerbar window > grid.vertical > box.vertical > widget button:not(:last-child):disabled > label, window > grid.vertical > box.vertical > widget assistant headerbar button:not(:last-child):disabled > label, assistant headerbar layouttabbar button:not(:last-child):disabled > label, layouttabbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar layouttab button:not(:last-child):disabled > label, layouttab assistant headerbar button:not(:last-child):disabled > label { color: inherit; } buttonbox button, buttonbox.dialog-action-area button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #C5A68E); font-weight: 700; } buttonbox button:hover, buttonbox.dialog-action-area button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #C5A68E; } buttonbox button:active, buttonbox.dialog-action-area button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #C5A68E; } buttonbox button:disabled, buttonbox.dialog-action-area button:disabled { box-shadow: none; background-color: transparent; } buttonbox button:checked, buttonbox.dialog-action-area button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #C5A68E; } buttonbox button:checked:disabled, buttonbox.dialog-action-area button:checked:disabled { color: rgba(77, 182, 172, 0.4); } buttonbox button:checked:disabled > label, buttonbox.dialog-action-area button:checked:disabled > label { color: inherit; } .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification, .app-notification.frame, .osd .scale-popup, .nautilus-window .floating-bar, .osd { opacity: 0.9; } /********************* * Spinner Animation * *********************/ @keyframes colorful_bar { 0% { -gtk-icon-source: url("assets/bar-red.svg"); -gtk-icon-transform: scale(0, 1); } 24.9% { -gtk-icon-source: url("assets/bar-red.svg"); -gtk-icon-transform: scale(1, 1); } 25% { -gtk-icon-source: url("assets/bar-yellow.svg"); -gtk-icon-transform: scale(1, 1); } 49.9% { -gtk-icon-source: url("assets/bar-yellow.svg"); -gtk-icon-transform: scale(0, 1); } 50% { -gtk-icon-source: url("assets/bar-green.svg"); -gtk-icon-transform: scale(0, 1); } 74.9% { -gtk-icon-source: url("assets/bar-green.svg"); -gtk-icon-transform: scale(1, 1); } 75% { -gtk-icon-source: url("assets/bar-blue.svg"); -gtk-icon-transform: scale(1, 1); } 99.9% { -gtk-icon-source: url("assets/bar-blue.svg"); -gtk-icon-transform: scale(0, 1); } 100% { -gtk-icon-source: url("assets/bar-red.svg"); -gtk-icon-transform: scale(0, 1); } } spinner { min-height: 1.20301rem; min-width: 1.20301rem; padding: 0.3985rem 0 0.3985rem; margin: 0; background: none; opacity: 0; -gtk-icon-source: url("assets/bar-red.svg"); } spinner:checked { opacity: 1.0; animation: colorful_bar 2s linear infinite; } spinner:checked:disabled { opacity: 0.4; } spinner:checked:backdrop { opacity: 1.0; } spinner:backdrop { opacity: 0; } /**************** * Text Entries * ****************/ entry, spinbutton:not(.vertical), .entry { min-height: 1rem; min-width: 2.50376rem; padding: 0.69925rem 0.6015rem 0.80451rem; border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry:focus, spinbutton:focus:not(.vertical), .entry:focus { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry:disabled, spinbutton:disabled:not(.vertical), .entry:disabled { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.3); } entry.flat, spinbutton.flat:not(.vertical), notebook:not(.reorderable-page) > entry, notebook:not(.reorderable-page) > spinbutton:not(.vertical), .entry.flat, .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat) { border-radius: 0; border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.flat:focus, spinbutton.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry:focus, notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical), .entry.flat:focus, .linked > entry:focus:not(.flat), .linked > spinbutton:focus:not(.flat):not(.vertical), .linked > .entry:focus:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.flat:disabled, spinbutton.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry:disabled, notebook:not(.reorderable-page) > spinbutton:disabled:not(.vertical), .entry.flat:disabled, .linked > entry:disabled:not(.flat), .linked > spinbutton:disabled:not(.flat):not(.vertical), .linked > .entry:disabled:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; color: rgba(236, 239, 241, 0.3); } entry image, spinbutton:not(.vertical) image, .entry image { padding-left: 0.30075rem; padding-right: 0.30075rem; } .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked.vertical > spinbutton:not(.flat):not(.vertical), .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat) { border-radius: 0; -gtk-outline-radius: 0; } entry.error, spinbutton.error:not(.vertical), .entry.error { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.error:focus, spinbutton.error:focus:not(.vertical), .entry.error:focus { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.error:disabled, spinbutton.error:disabled:not(.vertical), .entry.error:disabled { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.3); } entry.error.flat, spinbutton.error.flat:not(.vertical), notebook:not(.reorderable-page) > entry.error, notebook:not(.reorderable-page) > spinbutton.error:not(.vertical), .entry.error.flat, .linked > entry.error:not(.flat), .linked > spinbutton.error:not(.flat):not(.vertical), .linked > .error.entry:not(.flat) { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.error.flat:focus, spinbutton.error.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.error:focus, notebook:not(.reorderable-page) > spinbutton.error:focus:not(.vertical), .entry.error.flat:focus, .linked > entry.error:focus:not(.flat), .linked > spinbutton.error:focus:not(.flat):not(.vertical), .linked > .error.entry:focus:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.error.flat:disabled, spinbutton.error.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.error:disabled, notebook:not(.reorderable-page) > spinbutton.error:disabled:not(.vertical), .entry.error.flat:disabled, .linked > entry.error:disabled:not(.flat), .linked > spinbutton.error:disabled:not(.flat):not(.vertical), .linked > .error.entry:disabled:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; color: rgba(236, 239, 241, 0.3); } entry.warning, spinbutton.warning:not(.vertical), .entry.warning { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.warning:focus, spinbutton.warning:focus:not(.vertical), .entry.warning:focus { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.warning:disabled, spinbutton.warning:disabled:not(.vertical), .entry.warning:disabled { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.3); } entry.warning.flat, spinbutton.warning.flat:not(.vertical), notebook:not(.reorderable-page) > entry.warning, notebook:not(.reorderable-page) > spinbutton.warning:not(.vertical), .entry.warning.flat, .linked > entry.warning:not(.flat), .linked > spinbutton.warning:not(.flat):not(.vertical), .linked > .warning.entry:not(.flat) { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.warning.flat:focus, spinbutton.warning.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.warning:focus, notebook:not(.reorderable-page) > spinbutton.warning:focus:not(.vertical), .entry.warning.flat:focus, .linked > entry.warning:focus:not(.flat), .linked > spinbutton.warning:focus:not(.flat):not(.vertical), .linked > .warning.entry:focus:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.warning.flat:disabled, spinbutton.warning.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.warning:disabled, notebook:not(.reorderable-page) > spinbutton.warning:disabled:not(.vertical), .entry.warning.flat:disabled, .linked > entry.warning:disabled:not(.flat), .linked > spinbutton.warning:disabled:not(.flat):not(.vertical), .linked > .warning.entry:disabled:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; color: rgba(236, 239, 241, 0.3); } entry.search-missing, spinbutton.search-missing:not(.vertical), .entry.search-missing { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.search-missing:focus, spinbutton.search-missing:focus:not(.vertical), .entry.search-missing:focus { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.search-missing:disabled, spinbutton.search-missing:disabled:not(.vertical), .entry.search-missing:disabled { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.3); } entry.search-missing.flat, spinbutton.search-missing.flat:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing, notebook:not(.reorderable-page) > spinbutton.search-missing:not(.vertical), .entry.search-missing.flat, .linked > entry.search-missing:not(.flat), .linked > spinbutton.search-missing:not(.flat):not(.vertical), .linked > .search-missing.entry:not(.flat) { border-radius: 0; -gtk-outline-radius: 0; border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } entry.search-missing.flat:focus, spinbutton.search-missing.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:focus, notebook:not(.reorderable-page) > spinbutton.search-missing:focus:not(.vertical), .entry.search-missing.flat:focus, .linked > entry.search-missing:focus:not(.flat), .linked > spinbutton.search-missing:focus:not(.flat):not(.vertical), .linked > .search-missing.entry:focus:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px; color: #ECEFF1; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; } entry.search-missing.flat:disabled, spinbutton.search-missing.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:disabled, notebook:not(.reorderable-page) > spinbutton.search-missing:disabled:not(.vertical), .entry.search-missing.flat:disabled, .linked > entry.search-missing:disabled:not(.flat), .linked > spinbutton.search-missing:disabled:not(.flat):not(.vertical), .linked > .search-missing.entry:disabled:not(.flat) { border-color: #37474F; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; color: rgba(236, 239, 241, 0.3); } entry image:not(:hover):not(:active), spinbutton:not(.vertical) image:not(:hover):not(:active), .entry image:not(:hover):not(:active) { color: alpha(currentColor, 0.75); } entry image:active, spinbutton:not(.vertical) image:active, .entry image:active { color: #C5A68E; } entry image:disabled, spinbutton:not(.vertical) image:disabled, .entry image:disabled { color: alpha(currentColor, 0.55); } entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical), entry:drop(active), spinbutton:drop(active):not(.vertical), .entry:drop(active):focus, .entry:drop(active) { border-color: #C5A68E; box-shadow: inset 0 0 0 1px #C5A68E; } treeview entry, treeview spinbutton:not(.vertical), treeview entry.flat:focus, treeview spinbutton.flat:focus:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus, treeview notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical), treeview .entry, treeview .entry.flat:focus, treeview .linked > entry:focus:not(.flat), treeview .linked > spinbutton:focus:not(.flat):not(.vertical), treeview .linked > .entry:focus:not(.flat) { padding: 1px; border-radius: 0; border-image: none; background-color: #455A64; color: #ECEFF1; box-shadow: none; transition: none; } /*********** * Buttons * ***********/ @keyframes needs_attention { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#C5A68E), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#C5A68E), to(transparent)); } } button, .button { min-height: 1rem; min-width: 2.50376rem; padding: 0.69925rem 1rem 0.80451rem; border-radius: 2px; -gtk-outline-radius: 2px; background-repeat: no-repeat; background-position: center, center; background-size: 9.96241rem 9.96241rem, auto; font-weight: 500; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #546E7A; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); } button:hover, .button:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; } button:active, .button:active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } button:disabled, .button:disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.225); } button:disabled > label, .button:disabled > label { color: inherit; } button:checked, .button:checked { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #C5A68E; color: #FFFFFF; } button:checked:disabled, .button:checked:disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(0, 188, 212, 0.4); } button:checked:disabled > label, .button:checked:disabled > label { color: inherit; } button.flat, button.osd.image-button, .button.osd.image-button, .titlebar button:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action), .menu > arrow, .context-menu > arrow, menu > arrow, placessidebar row button.image-button, .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton, .csd .titlebar button.titlebutton, .csd .titlebar.selection-mode button.titlebutton, #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child, #gf-candidate-popup .linked > button, #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget button, layouttabbar button, layouttab button, .button.flat, .ssd decoration .button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } button.flat:hover, button.osd.image-button:hover, .button.osd.image-button:hover, .titlebar button:hover:not(.suggested-action):not(.destructive-action), headerbar button:hover:not(.suggested-action):not(.destructive-action), .menu > arrow:hover, .context-menu > arrow:hover, menu > arrow:hover, placessidebar row button.image-button:hover, .csd headerbar button.titlebutton:hover, .csd .titlebar button.titlebutton:hover, #gf-candidate-popup button:hover, #gf-candidate-popup .linked > button:hover:first-child, #gf-candidate-popup .linked > button:hover:last-child, window > grid.vertical > box.vertical > widget button:hover, layouttabbar button:hover, layouttab button:hover, .button.flat:hover, .ssd decoration .button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } button.flat:active, button.osd.image-button:active, .button.osd.image-button:active, .titlebar button:active:not(.suggested-action):not(.destructive-action), headerbar button:active:not(.suggested-action):not(.destructive-action), .menu > arrow:active, .context-menu > arrow:active, menu > arrow:active, placessidebar row button.image-button:active, .csd headerbar button.titlebutton:active, .csd .titlebar button.titlebutton:active, #gf-candidate-popup button:active, #gf-candidate-popup .linked > button:active:first-child, #gf-candidate-popup .linked > button:active:last-child, window > grid.vertical > box.vertical > widget button:active, layouttabbar button:active, layouttab button:active, .button.flat:active, .ssd decoration .button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } button.flat:disabled, button.osd.image-button:disabled, .button.osd.image-button:disabled, .titlebar button:disabled:not(.suggested-action):not(.destructive-action), headerbar button:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow:disabled, .context-menu > arrow:disabled, menu > arrow:disabled, placessidebar row button.image-button:disabled, .csd headerbar button.titlebutton:disabled, .csd .titlebar button.titlebutton:disabled, #gf-candidate-popup button:disabled, #gf-candidate-popup .linked > button:disabled:first-child, #gf-candidate-popup .linked > button:disabled:last-child, window > grid.vertical > box.vertical > widget button:disabled, layouttabbar button:disabled, layouttab button:disabled, .button.flat:disabled, .ssd decoration .button:disabled { box-shadow: none; background-color: transparent; } button.flat:checked, button.osd.image-button:checked, .button.osd.image-button:checked, .titlebar button:checked:not(.suggested-action):not(.destructive-action), headerbar button:checked:not(.suggested-action):not(.destructive-action), .menu > arrow:checked, .context-menu > arrow:checked, menu > arrow:checked, placessidebar row button.image-button:checked, .csd headerbar button.titlebutton:checked, .csd .titlebar button.titlebutton:checked, #gf-candidate-popup button:checked, #gf-candidate-popup .linked > button:checked:first-child, #gf-candidate-popup .linked > button:checked:last-child, window > grid.vertical > box.vertical > widget button:checked, layouttabbar button:checked, layouttab button:checked, .button.flat:checked, .ssd decoration .button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; } button.flat:checked:disabled > label, button.osd.image-button:checked:disabled > label, .button.osd.image-button:checked:disabled > label, .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, .menu > arrow:checked:disabled > label, .context-menu > arrow:checked:disabled > label, menu > arrow:checked:disabled > label, placessidebar row button.image-button:checked:disabled > label, .csd headerbar button.titlebutton:checked:disabled > label, .csd .titlebar button.titlebutton:checked:disabled > label, #gf-candidate-popup button:checked:disabled > label, #gf-candidate-popup .linked > button:checked:disabled > label, window > grid.vertical > box.vertical > widget button:checked:disabled > label, layouttabbar button:checked:disabled > label, layouttab button:checked:disabled > label, .button.flat:checked:disabled > label, .ssd decoration .button:checked:disabled > label { color: inherit; } .linked > button.flat, .linked > button.osd.image-button, .linked > .button.osd.image-button, .titlebar .linked > button:not(.suggested-action):not(.destructive-action), headerbar .linked > button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow, .context-menu.linked > arrow, menu.linked > arrow, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.titlebutton, .csd .titlebar .linked > button.titlebutton, #gf-candidate-popup .linked > button, #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget .linked > button, layouttabbar .linked > button, layouttab .linked > button, .linked > .button.flat, .ssd decoration .linked > .button { border-radius: 2px; -gtk-outline-radius: 2px; } .linked > button.flat.image-button, .linked > button.image-button.osd, .linked > .image-button.button.osd, .titlebar .linked > button.image-button:not(.suggested-action):not(.destructive-action), headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow.image-button, .context-menu.linked > arrow.image-button, menu.linked > arrow.image-button, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.image-button.titlebutton, .csd .titlebar .linked > button.image-button.titlebutton, #gf-candidate-popup .linked > button.image-button, window > grid.vertical > box.vertical > widget .linked > button.image-button, layouttabbar .linked > button.image-button, layouttab .linked > button.image-button, .linked > .button.flat.image-button, .ssd decoration .linked > .image-button.button { border-radius: 100px; -gtk-outline-radius: 100px; } button.osd.image-button, .button.osd.image-button { padding: 1.30075rem; background-color: #322F22; background-size: 3.7594rem 3.7594rem, auto; } button.osd.image-button:not(:active):not(:disabled):not(hover), .button.osd.image-button:not(:active):not(:disabled):not(hover) { color: #C5A68E); } button.osd.image-button:hover, .button.osd.image-button:hover { color: #C5A68E; background-color: rgba(42, 55, 62, 0.7); background-image: linear-gradient(to bottom, alpha(currentColor, 0.2)); } button.osd.image-button:active, .button.osd.image-button:active { color: #C5A68E; background-color: rgba(42, 55, 62, 0.7); background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1)); } button.osd:disabled, .button.osd:disabled { opacity: 0; } button.suggested-action, .button.suggested-action { background-color: #009688; background-size: 9.96241rem 9.96241rem, auto; color: #FFFFFF; } button.suggested-action:hover, .button.suggested-action:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; background-color: #009688; color: #FFFFFF; } button.suggested-action:active, .button.suggested-action:active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background-color: #C5A68E; color: #FFFFFF; } button.suggested-action:checked, .button.suggested-action:checked { background-color: #33aba0; } button.suggested-action:disabled, .button.suggested-action:disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.3); } button.suggested-action:disabled > label, .button.suggested-action:disabled > label { color: inherit; } button.suggested-action.flat, button.suggested-action.osd.image-button, .suggested-action.button.osd.image-button, .titlebar button.suggested-action:not(.suggested-action):not(.destructive-action), headerbar button.suggested-action:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action, .context-menu > arrow.suggested-action, menu > arrow.suggested-action, placessidebar row button.suggested-action.image-button, .csd headerbar button.suggested-action.titlebutton, .csd .titlebar button.suggested-action.titlebutton, #gf-candidate-popup button.suggested-action, #gf-candidate-popup .linked > button.suggested-action:first-child, #gf-candidate-popup .linked > button.suggested-action:last-child, window > grid.vertical > box.vertical > widget button.suggested-action, layouttabbar button.suggested-action, layouttab button.suggested-action, .button.suggested-action.flat, .ssd decoration .suggested-action.button { background-color: transparent; color: #009688; } button.suggested-action.flat:hover, button.suggested-action.osd.image-button:hover, .suggested-action.button.osd.image-button:hover, .titlebar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), headerbar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:hover, .context-menu > arrow.suggested-action:hover, menu > arrow.suggested-action:hover, placessidebar row button.suggested-action.image-button:hover, .csd headerbar button.suggested-action.titlebutton:hover, .csd .titlebar button.suggested-action.titlebutton:hover, #gf-candidate-popup button.suggested-action:hover, window > grid.vertical > box.vertical > widget button.suggested-action:hover, layouttabbar button.suggested-action:hover, layouttab button.suggested-action:hover, .button.suggested-action.flat:hover, .ssd decoration .suggested-action.button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } button.suggested-action.flat:active, button.suggested-action.osd.image-button:active, .suggested-action.button.osd.image-button:active, .titlebar button.suggested-action:active:not(.suggested-action):not(.destructive-action), headerbar button.suggested-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:active, .context-menu > arrow.suggested-action:active, menu > arrow.suggested-action:active, placessidebar row button.suggested-action.image-button:active, .csd headerbar button.suggested-action.titlebutton:active, .csd .titlebar button.suggested-action.titlebutton:active, #gf-candidate-popup button.suggested-action:active, window > grid.vertical > box.vertical > widget button.suggested-action:active, layouttabbar button.suggested-action:active, layouttab button.suggested-action:active, .button.suggested-action.flat:active, .ssd decoration .suggested-action.button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background-color: alpha(#C5A68E, 0.2); color: #C5A68E; } button.suggested-action.flat:checked, button.suggested-action.osd.image-button:checked, .suggested-action.button.osd.image-button:checked, .titlebar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), headerbar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:checked, .context-menu > arrow.suggested-action:checked, menu > arrow.suggested-action:checked, placessidebar row button.suggested-action.image-button:checked, .csd headerbar button.suggested-action.titlebutton:checked, .csd .titlebar button.suggested-action.titlebutton:checked, #gf-candidate-popup button.suggested-action:checked, window > grid.vertical > box.vertical > widget button.suggested-action:checked, layouttabbar button.suggested-action:checked, layouttab button.suggested-action:checked, .button.suggested-action.flat:checked, .ssd decoration .suggested-action.button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; } button.suggested-action.flat:disabled, button.suggested-action.osd.image-button:disabled, .suggested-action.button.osd.image-button:disabled, .titlebar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), headerbar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:disabled, .context-menu > arrow.suggested-action:disabled, menu > arrow.suggested-action:disabled, placessidebar row button.suggested-action.image-button:disabled, .csd headerbar button.suggested-action.titlebutton:disabled, .csd .titlebar button.suggested-action.titlebutton:disabled, #gf-candidate-popup button.suggested-action:disabled, window > grid.vertical > box.vertical > widget button.suggested-action:disabled, layouttabbar button.suggested-action:disabled, layouttab button.suggested-action:disabled, .button.suggested-action.flat:disabled, .ssd decoration .suggested-action.button:disabled { box-shadow: none; background-color: transparent; } button.destructive-action, .button.destructive-action { background-color: #FF5252; background-size: 9.96241rem 9.96241rem, auto; color: #FFFFFF; } button.destructive-action:hover, .button.destructive-action:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; background-color: #FF5252; color: #FFFFFF; } button.destructive-action:active, .button.destructive-action:active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background-color: #C5A68E; color: #FFFFFF; } button.destructive-action:checked, .button.destructive-action:checked { background-color: #ff7575; } button.destructive-action:disabled, .button.destructive-action:disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.3); } button.destructive-action:disabled > label, .button.destructive-action:disabled > label { color: inherit; } button.destructive-action.flat, button.destructive-action.osd.image-button, .destructive-action.button.osd.image-button, .titlebar button.destructive-action:not(.suggested-action):not(.destructive-action), headerbar button.destructive-action:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action, .context-menu > arrow.destructive-action, menu > arrow.destructive-action, placessidebar row button.destructive-action.image-button, .csd headerbar button.destructive-action.titlebutton, .csd .titlebar button.destructive-action.titlebutton, #gf-candidate-popup button.destructive-action, #gf-candidate-popup .linked > button.destructive-action:first-child, #gf-candidate-popup .linked > button.destructive-action:last-child, window > grid.vertical > box.vertical > widget button.destructive-action, layouttabbar button.destructive-action, layouttab button.destructive-action, .button.destructive-action.flat, .ssd decoration .destructive-action.button { background-color: transparent; color: #FF5252; } button.destructive-action.flat:hover, button.destructive-action.osd.image-button:hover, .destructive-action.button.osd.image-button:hover, .titlebar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), headerbar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:hover, .context-menu > arrow.destructive-action:hover, menu > arrow.destructive-action:hover, placessidebar row button.destructive-action.image-button:hover, .csd headerbar button.destructive-action.titlebutton:hover, .csd .titlebar button.destructive-action.titlebutton:hover, #gf-candidate-popup button.destructive-action:hover, window > grid.vertical > box.vertical > widget button.destructive-action:hover, layouttabbar button.destructive-action:hover, layouttab button.destructive-action:hover, .button.destructive-action.flat:hover, .ssd decoration .destructive-action.button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } button.destructive-action.flat:active, button.destructive-action.osd.image-button:active, .destructive-action.button.osd.image-button:active, .titlebar button.destructive-action:active:not(.suggested-action):not(.destructive-action), headerbar button.destructive-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:active, .context-menu > arrow.destructive-action:active, menu > arrow.destructive-action:active, placessidebar row button.destructive-action.image-button:active, .csd headerbar button.destructive-action.titlebutton:active, .csd .titlebar button.destructive-action.titlebutton:active, #gf-candidate-popup button.destructive-action:active, window > grid.vertical > box.vertical > widget button.destructive-action:active, layouttabbar button.destructive-action:active, layouttab button.destructive-action:active, .button.destructive-action.flat:active, .ssd decoration .destructive-action.button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background-color: alpha(#C5A68E, 0.2); color: #C5A68E; } button.destructive-action.flat:checked, button.destructive-action.osd.image-button:checked, .destructive-action.button.osd.image-button:checked, .titlebar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), headerbar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:checked, .context-menu > arrow.destructive-action:checked, menu > arrow.destructive-action:checked, placessidebar row button.destructive-action.image-button:checked, .csd headerbar button.destructive-action.titlebutton:checked, .csd .titlebar button.destructive-action.titlebutton:checked, #gf-candidate-popup button.destructive-action:checked, window > grid.vertical > box.vertical > widget button.destructive-action:checked, layouttabbar button.destructive-action:checked, layouttab button.destructive-action:checked, .button.destructive-action.flat:checked, .ssd decoration .destructive-action.button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; } button.destructive-action.flat:disabled, button.destructive-action.osd.image-button:disabled, .destructive-action.button.osd.image-button:disabled, .titlebar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), headerbar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:disabled, .context-menu > arrow.destructive-action:disabled, menu > arrow.destructive-action:disabled, placessidebar row button.destructive-action.image-button:disabled, .csd headerbar button.destructive-action.titlebutton:disabled, .csd .titlebar button.destructive-action.titlebutton:disabled, #gf-candidate-popup button.destructive-action:disabled, window > grid.vertical > box.vertical > widget button.destructive-action:disabled, layouttabbar button.destructive-action:disabled, layouttab button.destructive-action:disabled, .button.destructive-action.flat:disabled, .ssd decoration .destructive-action.button:disabled { box-shadow: none; background-color: transparent; } button.image-button, .button.image-button { min-width: 1rem; min-height: 1rem; } button.text-button, .button.text-button { padding: 0.69925rem 1rem 0.80451rem; border-radius: 2px; -gtk-outline-radius: 2px; font-weight: 700; } button.text-button.image-button, .button.text-button.image-button { padding-left: 1rem; padding-right: 1rem; border-radius: 2px; -gtk-outline-radius: 2px; } button.text-button.image-button label, .button.text-button.image-button label { padding-left: 0.30075rem; padding-right: 0.30075rem; } button.text-button.image-button image, .button.text-button.image-button image { padding-left: 0.30075rem; padding-right: 0.30075rem; } button.text-button.image-button:drop(active), combobox:drop(active) button.text-button.image-button.combo, .button.text-button.image-button:drop(active) { color: #C5A68E; background-color: rgba(77, 182, 172, 0.2); } button separator, button .separator, .button separator, .button .separator { min-height: 0; min-width: 0; border-color: transparent; background-color: transparent; color: transparent; } stackswitcher button.text-button, stackswitcher .button.text-button { min-height: 1.30075rem; min-width: 8.42105rem; } .stack-switcher > button, .stack-switcher > .button { outline-offset: -0.19549rem; } .stack-switcher > button > label, .stack-switcher > .button > label { padding-left: 0.6015rem; padding-right: 0.6015rem; } .stack-switcher > button > image, .stack-switcher > .button > image { padding-left: 0.6015rem; padding-right: 0.6015rem; padding-top: 0.20301rem; padding-bottom: 0.20301rem; } .stack-switcher > button.text-button, .stack-switcher > .button.text-button { padding-left: 1rem; padding-right: 1rem; border-radius: 2px; -gtk-outline-radius: 2px; } .stack-switcher > button.image-button, .stack-switcher > .button.image-button { padding-left: 0.6015rem; padding-right: 0.6015rem; } .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image, .stack-switcher > .button.needs-attention:active > label, .stack-switcher > .button.needs-attention:active > image, .stack-switcher > .button.needs-attention:checked > label, .stack-switcher > .button.needs-attention:checked > image { animation: none; background-image: none; } .linked > button, .linked > button .image-button, .linked > button .text-button, .linked > .button, .linked > .button .image-button, .linked > .button .text-button { min-width: 1rem; padding: 0.69925rem 0.3985rem 0.80451rem; } .linked > button label, .linked > button .image-button label, .linked > button .text-button label, .linked > .button label, .linked > .button .image-button label, .linked > .button .text-button label { padding-left: 0.30075rem; padding-right: 0.30075rem; } .linked > button image, .linked > button .image-button image, .linked > button .text-button image, .linked > .button image, .linked > .button .image-button image, .linked > .button .text-button image { padding-left: 0.30075rem; padding-right: 0.30075rem; } .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button { min-height: 1rem; min-width: 1.69925rem; padding: 0.75188rem 0.50376rem 0.75188rem; } .linked > button.image-button.radio, .linked.vertical > button.image-button.radio, .linked > .button.image-button.radio, .linked.vertical > .button.image-button.radio { min-width: 1rem; min-height: 1rem; padding: 0.6015rem; } .inline-toolbar button, .inline-toolbar button:not(.text-button).image-button, button actionbar, button actionbar:not(.text-button).image-button, .inline-toolbar .button, .inline-toolbar .button:not(.text-button).image-button, .button actionbar, .button actionbar:not(.text-button).image-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); min-width: 1rem; min-height: 1rem; padding: 0.75188rem; border-radius: 100px; -gtk-outline-radius: 100px; background-size: 2.44361rem 2.44361rem, auto; } .inline-toolbar button:hover, .inline-toolbar button:not(.text-button).image-button:hover, button actionbar:hover, button actionbar:not(.text-button).image-button:hover, .inline-toolbar .button:hover, .inline-toolbar .button:not(.text-button).image-button:hover, .button actionbar:hover, .button actionbar:not(.text-button).image-button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } .inline-toolbar button:active, .inline-toolbar button:not(.text-button).image-button:active, button actionbar:active, button actionbar:not(.text-button).image-button:active, .inline-toolbar .button:active, .inline-toolbar .button:not(.text-button).image-button:active, .button actionbar:active, .button actionbar:not(.text-button).image-button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } .inline-toolbar button:disabled, .inline-toolbar button:not(.text-button).image-button:disabled, button actionbar:disabled, button actionbar:not(.text-button).image-button:disabled, .inline-toolbar .button:disabled, .inline-toolbar .button:not(.text-button).image-button:disabled, .button actionbar:disabled, .button actionbar:not(.text-button).image-button:disabled { box-shadow: none; background-color: transparent; } .inline-toolbar button:checked, .inline-toolbar button:not(.text-button).image-button:checked, button actionbar:checked, button actionbar:not(.text-button).image-button:checked, .inline-toolbar .button:checked, .inline-toolbar .button:not(.text-button).image-button:checked, .button actionbar:checked, .button actionbar:not(.text-button).image-button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; } .inline-toolbar button:checked:disabled > label, .inline-toolbar button:not(.text-button).image-button:checked:disabled > label, button actionbar:checked:disabled > label, button actionbar:not(.text-button).image-button:checked:disabled > label, .inline-toolbar .button:checked:disabled > label, .inline-toolbar .button:not(.text-button).image-button:checked:disabled > label, .button actionbar:checked:disabled > label, .button actionbar:not(.text-button).image-button:checked:disabled > label { color: inherit; } .inline-toolbar button.text-button, button actionbar.text-button, .inline-toolbar .button.text-button, .button actionbar.text-button { border-radius: 2px; -gtk-outline-radius: 2px; } .inline-toolbar .linked > button, .inline-toolbar .linked > button:not(.text-button).image-button, actionbar .linked > button, actionbar .linked > button:not(.text-button).image-button, .inline-toolbar .linked > .button, .inline-toolbar .linked > .button:not(.text-button).image-button, actionbar .linked > .button, actionbar .linked > .button:not(.text-button).image-button { min-width: 1rem; min-height: 1rem; padding: 0.50376rem; border-radius: 100px; -gtk-outline-radius: 100px; } .inline-toolbar .linked > button.image-button.toggle, actionbar .linked > button.image-button.toggle, .inline-toolbar .linked > .button.image-button.toggle, actionbar .linked > .button.image-button.toggle { min-width: 1rem; min-height: 1rem; padding: 0.6015rem 0.30075rem 0.6015rem; border-radius: 100px; -gtk-outline-radius: 100px; } .inline-toolbar .linked > button.text-button, actionbar .linked > button.text-button, .inline-toolbar .linked > .button.text-button, actionbar .linked > .button.text-button { border-radius: 2px; -gtk-outline-radius: 2px; } .primary-toolbar button, .primary-toolbar .button { -gtk-icon-shadow: none; } .linked > button, .linked > button .image-button, .linked > button .text-button, .linked > .button, .linked > .button .image-button, .linked > .button .text-button, toolbar .linked > button.text-button:not(.image-button), popover.background .linked > button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); border-radius: 0; -gtk-outline-radius: 0; color: rgba(236, 239, 241, 0.75); border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; } .linked > button:hover, .linked > button .image-button:hover, .linked > button .text-button:hover, .linked > .button:hover, .linked > .button .image-button:hover, .linked > .button .text-button:hover, toolbar .linked > button.text-button:hover:not(.image-button), popover.background .linked > button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); border-radius: 0; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 2/0 0 2px; } .linked > button:active, .linked > button .image-button:active, .linked > button .text-button:active, .linked > .button:active, .linked > .button .image-button:active, .linked > .button .text-button:active, toolbar .linked > button.text-button:active:not(.image-button), popover.background .linked > button:active, .linked > button:checked, .linked > button .image-button:checked, .linked > button .text-button:checked, .linked > .button:checked, .linked > .button .image-button:checked, .linked > .button .text-button:checked, toolbar .linked > button.text-button:checked:not(.image-button), popover.background .linked > button:checked { color: #ECEFF1; background-color: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; } .linked > button:active:disabled, .linked > button .image-button:active:disabled, .linked > button .text-button:active:disabled, .linked > .button:active:disabled, .linked > .button .image-button:active:disabled, .linked > .button .text-button:active:disabled, toolbar .linked > button.text-button:active:disabled:not(.image-button), popover.background .linked > button:active:disabled, .linked > button:checked:disabled, .linked > button .image-button:checked:disabled, .linked > button .text-button:checked:disabled, .linked > .button:checked:disabled, .linked > .button .image-button:checked:disabled, .linked > .button .text-button:checked:disabled, toolbar .linked > button.text-button:checked:disabled:not(.image-button), popover.background .linked > button:checked:disabled { color: rgba(236, 239, 241, 0.3); background-color: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(rgba(0, 188, 212, 0.2)), to(transparent)) 0 0 2/0 0 2px; } .linked > button:active:disabled > label, .linked > button .image-button:active:disabled > label, .linked > button .text-button:active:disabled > label, .linked > .button:active:disabled > label, .linked > .button .image-button:active:disabled > label, .linked > .button .text-button:active:disabled > label, .linked > button:checked:disabled > label, .linked > button .image-button:checked:disabled > label, .linked > button .text-button:checked:disabled > label, .linked > .button:checked:disabled > label, .linked > .button .image-button:checked:disabled > label, .linked > .button .text-button:checked:disabled > label { color: inherit; } .linked > button:disabled, .linked > button .image-button:disabled, .linked > button .text-button:disabled, .linked > .button:disabled, .linked > .button .image-button:disabled, .linked > .button .text-button:disabled, toolbar .linked > button.text-button:disabled:not(.image-button), popover.background .linked > button:disabled { color: rgba(236, 239, 241, 0.3); background-color: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; } .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); border-image: none; border-width: 0; -gtk-outline-radius: 0; color: rgba(236, 239, 241, 0.75); } .linked.vertical > button:dir(ltr), .linked.vertical > button .image-button:dir(ltr), .linked.vertical > button .text-button:dir(ltr), .linked.vertical > .button:dir(ltr), .linked.vertical > .button .image-button:dir(ltr), .linked.vertical > .button .text-button:dir(ltr) { box-shadow: inset 1px 0 alpha(currentColor, 0.2); } .linked.vertical > button:dir(rtl), .linked.vertical > button .image-button:dir(rtl), .linked.vertical > button .text-button:dir(rtl), .linked.vertical > .button:dir(rtl), .linked.vertical > .button .image-button:dir(rtl), .linked.vertical > .button .text-button:dir(rtl) { box-shadow: inset -1px 0 alpha(currentColor, 0.2); } .linked.vertical > button:hover, .linked.vertical > button .image-button:hover, .linked.vertical > button .text-button:hover, .linked.vertical > .button:hover, .linked.vertical > .button .image-button:hover, .linked.vertical > .button .text-button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } .linked.vertical > button:hover:dir(ltr), .linked.vertical > button .image-button:hover:dir(ltr), .linked.vertical > button .text-button:hover:dir(ltr), .linked.vertical > .button:hover:dir(ltr), .linked.vertical > .button .image-button:hover:dir(ltr), .linked.vertical > .button .text-button:hover:dir(ltr) { box-shadow: inset 2px 0 alpha(currentColor, 0.2); } .linked.vertical > button:hover:dir(rtl), .linked.vertical > button .image-button:hover:dir(rtl), .linked.vertical > button .text-button:hover:dir(rtl), .linked.vertical > .button:hover:dir(rtl), .linked.vertical > .button .image-button:hover:dir(rtl), .linked.vertical > .button .text-button:hover:dir(rtl) { box-shadow: inset -2px 0 alpha(currentColor, 0.2); } .linked.vertical > button:active, .linked.vertical > button .image-button:active, .linked.vertical > button .text-button:active, .linked.vertical > .button:active, .linked.vertical > .button .image-button:active, .linked.vertical > .button .text-button:active, .linked.vertical > button:checked, .linked.vertical > button .image-button:checked, .linked.vertical > button .text-button:checked, .linked.vertical > .button:checked, .linked.vertical > .button .image-button:checked, .linked.vertical > .button .text-button:checked { color: #ECEFF1; background-color: transparent; } .linked.vertical > button:active:dir(ltr), .linked.vertical > button .image-button:active:dir(ltr), .linked.vertical > button .text-button:active:dir(ltr), .linked.vertical > .button:active:dir(ltr), .linked.vertical > .button .image-button:active:dir(ltr), .linked.vertical > .button .text-button:active:dir(ltr), .linked.vertical > button:checked:dir(ltr), .linked.vertical > button .image-button:checked:dir(ltr), .linked.vertical > button .text-button:checked:dir(ltr), .linked.vertical > .button:checked:dir(ltr), .linked.vertical > .button .image-button:checked:dir(ltr), .linked.vertical > .button .text-button:checked:dir(ltr) { box-shadow: inset 2px 0 #C5A68E; } .linked.vertical > button:active:dir(rtl), .linked.vertical > button .image-button:active:dir(rtl), .linked.vertical > button .text-button:active:dir(rtl), .linked.vertical > .button:active:dir(rtl), .linked.vertical > .button .image-button:active:dir(rtl), .linked.vertical > .button .text-button:active:dir(rtl), .linked.vertical > button:checked:dir(rtl), .linked.vertical > button .image-button:checked:dir(rtl), .linked.vertical > button .text-button:checked:dir(rtl), .linked.vertical > .button:checked:dir(rtl), .linked.vertical > .button .image-button:checked:dir(rtl), .linked.vertical > .button .text-button:checked:dir(rtl) { box-shadow: inset -2px 0 #C5A68E; } .linked.vertical > button:active:disabled, .linked.vertical > button .image-button:active:disabled, .linked.vertical > button .text-button:active:disabled, .linked.vertical > .button:active:disabled, .linked.vertical > .button .image-button:active:disabled, .linked.vertical > .button .text-button:active:disabled, .linked.vertical > button:checked:disabled, .linked.vertical > button .image-button:checked:disabled, .linked.vertical > button .text-button:checked:disabled, .linked.vertical > .button:checked:disabled, .linked.vertical > .button .image-button:checked:disabled, .linked.vertical > .button .text-button:checked:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } .linked.vertical > button:active:disabled:dir(ltr), .linked.vertical > button .image-button:active:disabled:dir(ltr), .linked.vertical > button .text-button:active:disabled:dir(ltr), .linked.vertical > .button:active:disabled:dir(ltr), .linked.vertical > .button .image-button:active:disabled:dir(ltr), .linked.vertical > .button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr), .linked.vertical > .button:checked:disabled:dir(ltr), .linked.vertical > .button .image-button:checked:disabled:dir(ltr), .linked.vertical > .button .text-button:checked:disabled:dir(ltr) { box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); } .linked.vertical > button:active:disabled:dir(ltr), .linked.vertical > button .image-button:active:disabled:dir(ltr), .linked.vertical > button .text-button:active:disabled:dir(ltr), .linked.vertical > .button:active:disabled:dir(ltr), .linked.vertical > .button .image-button:active:disabled:dir(ltr), .linked.vertical > .button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr), .linked.vertical > .button:checked:disabled:dir(ltr), .linked.vertical > .button .image-button:checked:disabled:dir(ltr), .linked.vertical > .button .text-button:checked:disabled:dir(ltr) { box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); } .linked.vertical > button:active:disabled > label, .linked.vertical > button .image-button:active:disabled > label, .linked.vertical > button .text-button:active:disabled > label, .linked.vertical > .button:active:disabled > label, .linked.vertical > .button .image-button:active:disabled > label, .linked.vertical > .button .text-button:active:disabled > label, .linked.vertical > button:checked:disabled > label, .linked.vertical > button .image-button:checked:disabled > label, .linked.vertical > button .text-button:checked:disabled > label, .linked.vertical > .button:checked:disabled > label, .linked.vertical > .button .image-button:checked:disabled > label, .linked.vertical > .button .text-button:checked:disabled > label { color: inherit; } .linked.vertical > button:disabled, .linked.vertical > button .image-button:disabled, .linked.vertical > button .text-button:disabled, .linked.vertical > .button:disabled, .linked.vertical > .button .image-button:disabled, .linked.vertical > .button .text-button:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } .linked.vertical > button:disabled:dir(ltr), .linked.vertical > button .image-button:disabled:dir(ltr), .linked.vertical > button .text-button:disabled:dir(ltr), .linked.vertical > .button:disabled:dir(ltr), .linked.vertical > .button .image-button:disabled:dir(ltr), .linked.vertical > .button .text-button:disabled:dir(ltr) { box-shadow: inset 1px 0 alpha(currentColor, 0.2); } .linked.vertical > button:disabled:dir(rtl), .linked.vertical > button .image-button:disabled:dir(rtl), .linked.vertical > button .text-button:disabled:dir(rtl), .linked.vertical > .button:disabled:dir(rtl), .linked.vertical > .button .image-button:disabled:dir(rtl), .linked.vertical > .button .text-button:disabled:dir(rtl) { box-shadow: inset -1px 0 alpha(currentColor, 0.2); } button.osd.image-button, .button.osd.image-button, button.image-button, .button.image-button { padding: 0.75188rem; -gtk-outline-radius: 100px; border-radius: 100px; background-size: 3.7594rem 3.7594rem, auto; } .stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, .stack-switcher > .button.needs-attention > label, .stack-switcher > .button.needs-attention > image, stacksidebar row.needs-attention > label, stacksidebar row.activatable.needs-attention > label, stacksidebar .needs-attention.view > label, stacksidebar iconview.needs-attention > label, stacksidebar .view text.needs-attention > label, .view stacksidebar text.needs-attention > label, stacksidebar iconview text.needs-attention > label, iconview stacksidebar text.needs-attention > label, stacksidebar textview text.needs-attention > label, textview stacksidebar text.needs-attention > label, stacksidebar treeview.view header button.needs-attention > label, treeview.view header stacksidebar button.needs-attention > label, stacksidebar .tweak-category header button.needs-attention > label, .tweak-category header stacksidebar button.needs-attention > label { transition: none; animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background-repeat: no-repeat; background-position: right 0.22556rem; background-size: 0.3985rem 0.3985rem; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .stack-switcher > .button.needs-attention > label:dir(rtl), .stack-switcher > .button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl), stacksidebar .needs-attention.view > label:dir(rtl), stacksidebar iconview.needs-attention > label:dir(rtl), stacksidebar .view text.needs-attention > label:dir(rtl), .view stacksidebar text.needs-attention > label:dir(rtl), stacksidebar iconview text.needs-attention > label:dir(rtl), iconview stacksidebar text.needs-attention > label:dir(rtl), stacksidebar textview text.needs-attention > label:dir(rtl), textview stacksidebar text.needs-attention > label:dir(rtl), stacksidebar treeview.view header button.needs-attention > label:dir(rtl), treeview.view header stacksidebar button.needs-attention > label:dir(rtl), stacksidebar .tweak-category header button.needs-attention > label:dir(rtl), .tweak-category header stacksidebar button.needs-attention > label:dir(rtl) { background-position: left 0.22556rem; } .linked > button:not(.flat):not(:only-child), .linked > .button:not(.flat):not(:only-child), .linked > button, .linked > button .image-button, .linked > button .text-button, .linked > .button, .linked > .button .image-button, .linked > .button .text-button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) { border-radius: 0; } combobox.linked button:nth-child(2):dir(rtl), .linked > combobox:first-child > button.combo { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } combobox.linked button:nth-child(2):dir(ltr), .linked > combobox:last-child > button.combo { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } .linked > combobox:only-child > button.combo { border-radius: 2px; } .linked.vertical > button:not(:only-child), .linked.vertical > .button:not(:only-child), .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button, .linked.vertical > combobox > button.combo { border-radius: 0; } .linked.vertical > combobox:first-child > button.combo { border-top-left-radius: 2px; border-top-right-radius: 2px; } .linked.vertical > combobox:last-child > button.combo { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } .linked.vertical > combobox:only-child > button.combo { border-radius: 2px; } modelbutton.flat, .menuitem.button.flat, .ssd decoration .menuitem.button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); min-height: 2rem; padding: 0.20301rem 0.3985rem 0.24812rem; outline-offset: -0.07519rem; background-size: 9.96241rem 9.96241rem, auto; color: rgba(236, 239, 241, 0.75); transition: none; } modelbutton.flat:hover, .menuitem.button.flat:hover, .ssd decoration .menuitem.button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #ECEFF1; } modelbutton.flat:active, .menuitem.button.flat:active, .ssd decoration .menuitem.button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #ECEFF1; } modelbutton.flat:checked, .menuitem.button.flat:checked, .ssd decoration .menuitem.button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #ECEFF1; } modelbutton.flat:checked:disabled, .menuitem.button.flat:checked:disabled, .ssd decoration .menuitem.button:checked:disabled { color: rgba(236, 239, 241, 0.3); } modelbutton.flat:checked:disabled > label, .menuitem.button.flat:checked:disabled > label, .ssd decoration .menuitem.button:checked:disabled > label { color: inherit; } modelbutton.flat:disabled, .menuitem.button.flat:disabled, .ssd decoration .menuitem.button:disabled { box-shadow: none; background-color: transparent; color: rgba(236, 239, 241, 0.225); } modelbutton.flat check:first-child, modelbutton.flat radio:first-child, .menuitem.button.flat check:first-child, .ssd decoration .menuitem.button check:first-child, .menuitem.button.flat radio:first-child, .ssd decoration .menuitem.button radio:first-child { margin-right: 1rem; } modelbutton.flat check:last-child, modelbutton.flat radio:last-child, .menuitem.button.flat check:last-child, .ssd decoration .menuitem.button check:last-child, .menuitem.button.flat radio:last-child, .ssd decoration .menuitem.button radio:last-child { margin-left: 1rem; } modelbutton.flat arrow { background: none; } modelbutton.flat arrow:hover { background: none; } modelbutton.flat arrow.left { -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); } modelbutton.flat arrow.right { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } button.color { min-width: 2.50376rem; min-height: 1.50376rem; padding: 0.50376rem 0.6015rem 0.50376rem; } button.color > colorswatch:first-child:last-child { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } button.color > colorswatch:first-child:last-child, button.color > colorswatch:first-child:last-child overlay { border-radius: 2px; -gtk-outline-radius: 2px; } button.color:disabled, button.color GtkColorSwatch:disabled { box-shadow: none; opacity: 0.4; } toolpalette toolitemgroup > button { border-top: 1px solid rgba(0, 0, 0, 0.11); border-radius: 0; } toolpalette toolbutton > button.toggle { border-radius: 2px; -gtk-outline-radius: 2px; } /********* * Links * *********/ *:link, button:link, button:visited { color: #03A9F4; } *:link:hover, button:hover:link, button:hover:visited, *:link:active, button:active:link, button:active:visited { color: #03A9F4; } *:link:visited, button:visited { color: #9C27B0; } *:link:visited:hover, button:visited:hover, *:link:visited:active, button:visited:active { color: #9C27B0; } *:selected *:link:visited, *:selected button:visited:link, *:selected button:visited { color: #99e4ee; } *:link:selected, button:selected:link, button:selected:visited, .titlebar.selection-mode .subtitle:link, headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link, *:selected button:visited { color: #ccf2f6; } *:link:disabled, button:disabled:link, button:disabled:visited { opacity: 0.4; } button:link > label, button:visited > label { text-decoration-line: underline; } /***************** * GtkSpinButton * *****************/ @keyframes spin_hover { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } } @keyframes spin_active { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.2)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } } spinbutton:not(.vertical) { padding: 0; } spinbutton:not(.vertical):disabled { color: rgba(236, 239, 241, 0.3); } spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) { margin: 0; background: none; border: none; box-shadow: none; } spinbutton:not(.vertical) button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); min-width: 1rem; min-height: 1rem; padding: 0 0.54887rem 0; border: solid 0.20301rem transparent; border-radius: 100px; -gtk-outline-radius: 100px; background: none; background-size: contain; color: rgba(236, 239, 241, 0.75); box-shadow: none; transition-property: opacity, color, background-color, background-image, box-shadow; } spinbutton:not(.vertical) button:not(:last-child):hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #F44336; animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } spinbutton:not(.vertical) button:not(:last-child):active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: none; color: #F44336; animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards; transition-duration: 0.15s; } spinbutton:not(.vertical) button:not(:last-child):disabled { box-shadow: none; background-color: transparent; background: none; color: rgba(236, 239, 241, 0.3); } spinbutton:not(.vertical) button:last-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #00E676; animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } spinbutton:not(.vertical) button:last-child:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: none; color: #00E676; animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards; transition-duration: 0.15s; } spinbutton:not(.vertical) button:last-child:disabled { box-shadow: none; background-color: transparent; background: none; color: rgba(236, 239, 241, 0.3); } .osd spinbutton, .osd spinbutton button, .osd spinbutton entry, .osd spinbutton spinbutton:not(.vertical), .osd spinbutton.vertical, .osd spinbutton.vertical button, .osd spinbutton.vertical entry, .osd spinbutton.vertical spinbutton:not(.vertical) { color: rgba(236, 239, 241, 0.75); } .osd spinbutton:focus, .osd spinbutton button:focus, .osd spinbutton entry:focus, .osd spinbutton spinbutton:focus:not(.vertical), .osd spinbutton.vertical:focus, .osd spinbutton.vertical button:focus, .osd spinbutton.vertical entry:focus, .osd spinbutton.vertical spinbutton:focus:not(.vertical) { color: #ECEFF1; } .osd spinbutton:disabled, .osd spinbutton button:disabled, .osd spinbutton entry:disabled, .osd spinbutton spinbutton:disabled:not(.vertical), .osd spinbutton.vertical:disabled, .osd spinbutton.vertical button:disabled, .osd spinbutton.vertical entry:disabled, .osd spinbutton.vertical spinbutton:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.225); } spinbutton.vertical entry, spinbutton.vertical spinbutton:not(.vertical) { min-width: 2.50376rem; min-height: 2.50376rem; padding: 0; border-radius: 0; } spinbutton.vertical button { min-width: 2.00752rem; min-height: 2.00752rem; padding: 0.20301rem; border: 0.20301rem solid transparent; border-radius: 200px; -gtk-outline-radius: 200px; background: none; background-size: contain; color: rgba(236, 239, 241, 0.75); box-shadow: none; transition-property: opacity, color, background-color, background-image, box-shadow; } spinbutton.vertical button.up:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #00E676; animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } spinbutton.vertical button.up:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: none; color: #00E676; animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards; transition-duration: 0.15s; } spinbutton.vertical button.up:disabled { box-shadow: none; background-color: transparent; background: none; color: rgba(236, 239, 241, 0.3); } spinbutton.vertical button.down:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #F44336; animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } spinbutton.vertical button.down:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; background: none; color: #F44336; animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards; transition-duration: 0.15s; } spinbutton.vertical button.down:disabled { box-shadow: none; background-color: transparent; background: none; color: rgba(236, 239, 241, 0.3); } treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus:not(.vertical) { padding: 1px; border-radius: 0; border-width: 0; background-color: #455A64; color: #ECEFF1; box-shadow: none; } /************** * ComboBoxes * **************/ combobox arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); min-height: 1.20301rem; min-width: 1.20301rem; } combobox menu { padding: 0.24812rem 0; } combobox menu > menuitem { padding: 0.35338rem 0.3985rem 0.45113rem; } combobox button.combo { min-height: 1rem; min-width: 1.30075rem; padding: 0.6015rem 0.3985rem 0.65414rem; } combobox button.combo arrow { padding: 0 0.30075rem 0; } combobox button.combo label { padding-left: 0.30075rem; padding-right: 0.30075rem; } combobox button.combo image { min-height: 1.20301rem; min-width: 1.20301rem; padding-left: 0.30075rem; padding-right: 0.30075rem; } combobox button.combo { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); background: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; } combobox button.combo:hover, combobox button.combo:active { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); border-radius: 0; color: #ECEFF1; background: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; } combobox button.combo:disabled, combobox button.combo:checked:disabled { box-shadow: none; background-color: transparent; color: rgba(236, 239, 241, 0.3); background: transparent; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px; } /************ * Toolbars * ************/ toolbar { -GtkWidget-window-dragging: true; padding: 0.3985rem; background-color: #3e515a; color: rgba(236, 239, 241, 0.75); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), inset 0 4px 3px -4px rgba(0, 0, 0, 0.22), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); } toolbar.vertical, .inline-toolbar toolbar, paned toolbar, paned toolbar.primary-toolbar, grid toolbar.primary-toolbar { box-shadow: none; } .osd toolbar { background-color: transparent; } .osd toolbar, toolbar.osd, .app-notification, .app-notification.frame, GeditViewFrame .gedit-search-slider { padding: 3px; border-style: solid; border-width: 9px; border-radius: 2px; border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch; box-shadow: none; color: #ECEFF1; background-color: #322F22; } .osd toolbar:backdrop, toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop { border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; } .osd toolbar button, toolbar.osd button, .app-notification button, .app-notification.frame button, GeditViewFrame .gedit-search-slider button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } .osd toolbar button:not(:active):not(:disabled):not(hover), toolbar.osd button:not(:active):not(:disabled):not(hover), .app-notification button:not(:active):not(:disabled):not(hover), .app-notification.frame button:not(:active):not(:disabled):not(hover), GeditViewFrame .gedit-search-slider button:not(:active):not(:disabled):not(hover) { color: #C5A68E); } .osd toolbar button:hover, toolbar.osd button:hover, .app-notification button:hover, .app-notification.frame button:hover, GeditViewFrame .gedit-search-slider button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #C5A68E; } .osd toolbar button:active, toolbar.osd button:active, .app-notification button:active, .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; border-image: none; color: #C5A68E; box-shadow: none; } .osd toolbar button:checked, toolbar.osd button:checked, .app-notification button:checked, .app-notification.frame button:checked, GeditViewFrame .gedit-search-slider button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; border-image: none; color: #C5A68E; box-shadow: none; } .osd toolbar button:disabled, toolbar.osd button:disabled, .app-notification button:disabled, .app-notification.frame button:disabled, GeditViewFrame .gedit-search-slider button:disabled { box-shadow: none; background-color: transparent; color: rgba(77, 182, 172, 0.4); } .osd toolbar .linked > button, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button, .app-notification .linked > button, .app-notification.frame .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button, .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button { border-image: none; box-shadow: none; } .osd toolbar .linked > button:hover, .osd toolbar .linked > button.image-button:hover, toolbar.osd .linked > button:hover, .app-notification .linked > button:hover, .app-notification.frame .linked > button:hover, GeditViewFrame .gedit-search-slider .linked > button:hover, toolbar.osd .linked > button.image-button:hover, .app-notification .linked > button.image-button:hover, .app-notification.frame .linked > button.image-button:hover, GeditViewFrame .gedit-search-slider .linked > button.image-button:hover { background-color: transparent; } .osd toolbar .linked > button:not(:checked), .osd toolbar .linked > button.image-button:not(:checked), toolbar.osd .linked > button:not(:checked), .app-notification .linked > button:not(:checked), .app-notification.frame .linked > button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button:not(:checked), toolbar.osd .linked > button.image-button:not(:checked), .app-notification .linked > button.image-button:not(:checked), .app-notification.frame .linked > button.image-button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button.image-button:not(:checked) { border-radius: 100px; -gtk-outline-radius: 100px; } .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button, .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button { min-width: 1rem; min-height: 2.20301rem; padding: 0 0.50376rem 0; border-radius: 100px; -gtk-outline-radius: 100px; } .osd toolbar label, toolbar.osd label, .app-notification label, .app-notification.frame label, GeditViewFrame .gedit-search-slider label { padding: 0 1em; } toolbar button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); background-size: 9.96241rem 9.96241rem, auto; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px; color: rgba(236, 239, 241, 0.75); box-shadow: none; } toolbar button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); border-image: none; color: #ECEFF1; box-shadow: none; } toolbar button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; background-color: transparent; color: #ECEFF1; box-shadow: none; } toolbar button:checked:disabled { border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.3); box-shadow: none; } toolbar button:checked:disabled > label { color: inherit; } toolbar button:checked:disabled > label { color: inherit; } toolbar button:disabled { box-shadow: none; background-color: transparent; border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.225); box-shadow: none; } toolbar button button, toolbar button button.text-button, toolbar button button.text-button.image-button, toolbar button button.flat, toolbar button button.osd.image-button, toolbar button .button.osd.image-button, toolbar button .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar toolbar button button:not(.suggested-action):not(.destructive-action), toolbar button headerbar button:not(.suggested-action):not(.destructive-action), headerbar toolbar button button:not(.suggested-action):not(.destructive-action), toolbar button .menu > arrow, toolbar button .context-menu > arrow, toolbar button menu > arrow, toolbar button placessidebar row button.image-button, placessidebar row toolbar button button.image-button, toolbar button .csd headerbar button.titlebutton, .csd headerbar toolbar button button.titlebutton, toolbar button .csd headerbar.selection-mode button.titlebutton, .csd headerbar.selection-mode toolbar button button.titlebutton, toolbar button .csd .titlebar button.titlebutton, .csd .titlebar toolbar button button.titlebutton, toolbar button .csd .titlebar.selection-mode button.titlebutton, .csd .titlebar.selection-mode toolbar button button.titlebutton, toolbar button #gf-candidate-popup button, #gf-candidate-popup toolbar button button, toolbar button #gf-candidate-popup button:first-child, #gf-candidate-popup toolbar button button:first-child, toolbar button #gf-candidate-popup button:last-child, #gf-candidate-popup toolbar button button:last-child, toolbar button #gf-candidate-popup .linked > button, #gf-candidate-popup toolbar button .linked > button, toolbar button #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup toolbar button .linked > button:first-child, toolbar button #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup toolbar button .linked > button:last-child, toolbar button window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget toolbar button button, toolbar button layouttabbar button, layouttabbar toolbar button button, toolbar button layouttab button, layouttab toolbar button button, toolbar button button.flat.text-button, toolbar button button.text-button.osd.image-button, toolbar button .text-button.button.osd.image-button, toolbar button .titlebar button.text-button:not(.suggested-action):not(.destructive-action), .titlebar toolbar button button.text-button:not(.suggested-action):not(.destructive-action), toolbar button headerbar button.text-button:not(.suggested-action):not(.destructive-action), headerbar toolbar button button.text-button:not(.suggested-action):not(.destructive-action), toolbar button .menu > arrow.text-button, toolbar button .context-menu > arrow.text-button, toolbar button menu > arrow.text-button, toolbar button placessidebar row button.text-button.image-button, placessidebar row toolbar button button.text-button.image-button, toolbar button .csd headerbar button.text-button.titlebutton, .csd headerbar toolbar button button.text-button.titlebutton, toolbar button .csd .titlebar button.text-button.titlebutton, .csd .titlebar toolbar button button.text-button.titlebutton, toolbar button #gf-candidate-popup button.text-button, #gf-candidate-popup toolbar button button.text-button, toolbar button #gf-candidate-popup .linked > button.text-button:first-child, #gf-candidate-popup toolbar button .linked > button.text-button:first-child, toolbar button #gf-candidate-popup .linked > button.text-button:last-child, #gf-candidate-popup toolbar button .linked > button.text-button:last-child, toolbar button window > grid.vertical > box.vertical > widget button.text-button, window > grid.vertical > box.vertical > widget toolbar button button.text-button, toolbar button layouttabbar button.text-button, layouttabbar toolbar button button.text-button, toolbar button layouttab button.text-button, layouttab toolbar button button.text-button, toolbar button button.flat.text-button.image-button, toolbar button button.text-button.image-button.osd, toolbar button .text-button.image-button.button.osd, toolbar button .titlebar button.text-button.image-button:not(.suggested-action):not(.destructive-action), .titlebar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action), toolbar button headerbar button.text-button.image-button:not(.suggested-action):not(.destructive-action), headerbar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action), toolbar button .menu > arrow.text-button.image-button, toolbar button .context-menu > arrow.text-button.image-button, toolbar button menu > arrow.text-button.image-button, toolbar button placessidebar row button.text-button.image-button, placessidebar row toolbar button button.text-button.image-button, toolbar button .csd headerbar button.text-button.image-button.titlebutton, .csd headerbar toolbar button button.text-button.image-button.titlebutton, toolbar button .csd .titlebar button.text-button.image-button.titlebutton, .csd .titlebar toolbar button button.text-button.image-button.titlebutton, toolbar button #gf-candidate-popup button.text-button.image-button, #gf-candidate-popup toolbar button button.text-button.image-button, toolbar button window > grid.vertical > box.vertical > widget button.text-button.image-button, window > grid.vertical > box.vertical > widget toolbar button button.text-button.image-button, toolbar button layouttabbar button.text-button.image-button, layouttabbar toolbar button button.text-button.image-button, toolbar button layouttab button.text-button.image-button, layouttab toolbar button button.text-button.image-button { border-radius: 2px; -gtk-outline-radius: 2px; } toolbar button button.image-button, toolbar button button.flat.image-button, toolbar button button.image-button.osd, toolbar button .image-button.button.osd, toolbar button .titlebar button.image-button:not(.suggested-action):not(.destructive-action), .titlebar toolbar button button.image-button:not(.suggested-action):not(.destructive-action), toolbar button headerbar button.image-button:not(.suggested-action):not(.destructive-action), headerbar toolbar button button.image-button:not(.suggested-action):not(.destructive-action), toolbar button .menu > arrow.image-button, toolbar button .context-menu > arrow.image-button, toolbar button menu > arrow.image-button, toolbar button placessidebar row button.image-button, placessidebar row toolbar button button.image-button, toolbar button .csd headerbar button.image-button.titlebutton, .csd headerbar toolbar button button.image-button.titlebutton, toolbar button .csd .titlebar button.image-button.titlebutton, .csd .titlebar toolbar button button.image-button.titlebutton, toolbar button #gf-candidate-popup button.image-button, #gf-candidate-popup toolbar button button.image-button, toolbar button #gf-candidate-popup .linked > button.image-button:first-child, #gf-candidate-popup toolbar button .linked > button.image-button:first-child, toolbar button #gf-candidate-popup .linked > button.image-button:last-child, #gf-candidate-popup toolbar button .linked > button.image-button:last-child, toolbar button window > grid.vertical > box.vertical > widget button.image-button, window > grid.vertical > box.vertical > widget toolbar button button.image-button, toolbar button layouttabbar button.image-button, layouttabbar toolbar button button.image-button, toolbar button layouttab button.image-button, layouttab toolbar button button.image-button { border-radius: 100px; -gtk-outline-radius: 100px; } toolbar button .text-button, toolbar button .image-button.text-button { min-width: 1rem; min-height: 2.20301rem; padding: 0 1rem 0; background-size: 9.96241rem 9.96241rem, auto; } toolbar button .image-button { min-width: 1rem; min-height: 2.20301rem; padding: 0 0.50376rem 0; background-size: 3.7594rem 3.7594rem, auto; } toolbar button.toggle:hover, toolbar button.toggle:active, toolbar button.toggle:checked { background-color: transparent; box-shadow: none; } toolbar .linked > button, toolbar .linked > button.image-button { border-image: none; box-shadow: none; } toolbar .linked > button:hover, toolbar .linked > button:active, toolbar .linked > button.image-button:hover, toolbar .linked > button.image-button:active { border-image: none; background-color: transparent; box-shadow: none; } toolbar .linked > button:not(:disabled), toolbar .linked > button.image-button:not(:disabled) { border-radius: 100px; -gtk-outline-radius: 100px; } toolbar .linked > button .image-button { min-width: 1rem; min-height: 2.20301rem; padding: 0 0.50376rem 0; border-radius: 100px; -gtk-outline-radius: 100px; } toolbar separator { color: transparent; background: none; } toolbar.horizontal separator { margin: 0 0.45113rem; } toolbar.vertical separator { margin: 0.45113rem 0; } .inline-toolbar { padding: 0.3985rem; border-style: solid; border-width: 0 1px 1px; border-color: rgba(0, 0, 0, 0.11); background-color: #3b4c54; box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); } searchbar, .location-bar { padding: 0.3985rem; border-style: solid; border-width: 0 0 1px; border-color: rgba(0, 0, 0, 0.11); background-color: #3b4c54; } searchbar .linked > button.image-button, .location-bar .linked > button.image-button { padding-top: 0.69925rem; padding-bottom: 0.80451rem; } searchbar button.flat.close.raised, searchbar button.close.raised.osd.image-button, searchbar .close.raised.button.osd.image-button, searchbar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar headerbar button.close.raised:not(.suggested-action):not(.destructive-action), headerbar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar .menu > arrow.close.raised, searchbar .context-menu > arrow.close.raised, searchbar menu > arrow.close.raised, searchbar placessidebar row button.close.raised.image-button, placessidebar row searchbar button.close.raised.image-button, searchbar .csd headerbar button.close.raised.titlebutton, .csd headerbar searchbar button.close.raised.titlebutton, searchbar .csd .titlebar button.close.raised.titlebutton, .csd .titlebar searchbar button.close.raised.titlebutton, searchbar #gf-candidate-popup button.close.raised, #gf-candidate-popup searchbar button.close.raised, searchbar window > grid.vertical > box.vertical > widget button.close.raised, window > grid.vertical > box.vertical > widget searchbar button.close.raised, searchbar layouttabbar button.close.raised, layouttabbar searchbar button.close.raised, searchbar layouttab button.close.raised, layouttab searchbar button.close.raised, .location-bar button.flat.close.raised, .location-bar button.close.raised.osd.image-button, .location-bar .close.raised.button.osd.image-button, .location-bar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action), .location-bar headerbar button.close.raised:not(.suggested-action):not(.destructive-action), headerbar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action), .location-bar .menu > arrow.close.raised, .location-bar .context-menu > arrow.close.raised, .location-bar menu > arrow.close.raised, .location-bar placessidebar row button.close.raised.image-button, placessidebar row .location-bar button.close.raised.image-button, .location-bar .csd headerbar button.close.raised.titlebutton, .csd headerbar .location-bar button.close.raised.titlebutton, .location-bar .csd .titlebar button.close.raised.titlebutton, .csd .titlebar .location-bar button.close.raised.titlebutton, .location-bar #gf-candidate-popup button.close.raised, #gf-candidate-popup .location-bar button.close.raised, .location-bar window > grid.vertical > box.vertical > widget button.close.raised, window > grid.vertical > box.vertical > widget .location-bar button.close.raised, .location-bar layouttabbar button.close.raised, layouttabbar .location-bar button.close.raised, .location-bar layouttab button.close.raised, layouttab .location-bar button.close.raised { min-width: 1rem; min-height: 1rem; padding: 0.75188rem; border-radius: 100px; -gtk-outline-radius: 100px; } /*************** * Header bars * ***************/ .titlebar, headerbar { background-color: #13191C; background-clip: border-box; color: rgba(236, 239, 241, 0.75); } .titlebar label:checked:disabled, .titlebar image:checked:disabled, headerbar label:checked:disabled, headerbar image:checked:disabled { color: rgba(236, 239, 241, 0.3); } button:disabled > .titlebar label, .linked > button:disabled > .titlebar label, .titlebar label:disabled, button:disabled > .titlebar image, .linked > button:disabled > .titlebar image, .titlebar image:disabled, button:disabled > headerbar label, .linked > button:disabled > headerbar label, headerbar label:disabled, button:disabled > headerbar image, .linked > button:disabled > headerbar image, headerbar image:disabled { color: rgba(236, 239, 241, 0.225); } .titlebar .title, headerbar .title { padding-left: 1rem; padding-right: 1rem; color: #ECEFF1; font-weight: 700; } .titlebar .subtitle, headerbar .subtitle { padding-left: 1rem; padding-right: 1rem; color: rgba(236, 239, 241, 0.75); font-size: 90%; } .titlebar separator.vertical, .titlebar > box > separator.vertical, .titlebar > box > box > separator.vertical, headerbar separator.vertical, headerbar > box > separator.vertical, headerbar > box > box > separator.vertical { border: 0 none transparent; color: transparent; background-color: transparent; } .titlebar button:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action) { border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#C5A68E), to(transparent)) 0 0 0/0 0 0px; color: rgba(236, 239, 241, 0.75); background-size: 9.96241rem 9.96241rem, auto; } .titlebar button:not(.suggested-action):not(.destructive-action):hover, headerbar button:not(.suggested-action):not(.destructive-action):hover { color: #ECEFF1; } .titlebar button:not(.suggested-action):not(.destructive-action):checked, headerbar button:not(.suggested-action):not(.destructive-action):checked { border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; background-color: transparent; color: #ECEFF1; } .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled, headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled { background-color: transparent; color: rgba(236, 239, 241, 0.3); } .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled > label, headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled > label { color: inherit; } .titlebar button:not(.suggested-action):not(.destructive-action), headerbar button:not(.suggested-action):not(.destructive-action) { border-radius: 100px; -gtk-outline-radius: 100px; } .titlebar button:not(.suggested-action):not(.destructive-action).text-button, headerbar button:not(.suggested-action):not(.destructive-action).text-button { border-radius: 2px; -gtk-outline-radius: 2px; } .titlebar button:not(.suggested-action):not(.destructive-action).text-button.image-button, headerbar button:not(.suggested-action):not(.destructive-action).text-button.image-button { border-radius: 2px; -gtk-outline-radius: 2px; background-size: 9.96241rem 9.96241rem, auto; } .titlebar .linked > button.image-button, headerbar .linked > button.image-button { min-width: 1.30075rem; min-height: 2.80451rem; padding: 0 0.50376rem 0; } .titlebar button.toggle, headerbar button.toggle { min-width: 1.30075rem; min-height: 2.80451rem; padding: 0 0.75188rem 0; } .titlebar button.toggle label, headerbar button.toggle label { padding: 0.69925rem 0.6015rem 0.80451rem; } .titlebar button.toggle menu menuitem label, headerbar button.toggle menu menuitem label { padding: 0; } .titlebar button, .titlebar button label.text-button, .titlebar .linked > button, .titlebar .linked > button label.text-button, .titlebar button.suggested-action, .titlebar button.suggested-action label.text-button, .titlebar button.destructive-action, .titlebar button.destructive-action label.text-button, headerbar button, headerbar button label.text-button, headerbar .linked > button, headerbar .linked > button label.text-button, headerbar button.suggested-action, headerbar button.suggested-action label.text-button, headerbar button.destructive-action, headerbar button.destructive-action label.text-button { color: rgba(236, 239, 241, 0.75); } .titlebar button:hover, .titlebar button label.text-button:hover, .titlebar .linked > button:hover, .titlebar .linked > button label.text-button:hover, .titlebar button.suggested-action:hover, .titlebar button.suggested-action label.text-button:hover, .titlebar button.destructive-action:hover, .titlebar button.destructive-action label.text-button:hover, headerbar button:hover, headerbar button label.text-button:hover, headerbar .linked > button:hover, headerbar .linked > button label.text-button:hover, headerbar button.suggested-action:hover, headerbar button.suggested-action label.text-button:hover, headerbar button.destructive-action:hover, headerbar button.destructive-action label.text-button:hover { color: #ECEFF1; } .titlebar button:checked, .titlebar button label.text-button:checked, .titlebar .linked > button:checked, .titlebar .linked > button label.text-button:checked, .titlebar button.suggested-action:checked, .titlebar button.suggested-action label.text-button:checked, .titlebar button.destructive-action:checked, .titlebar button.destructive-action label.text-button:checked, headerbar button:checked, headerbar button label.text-button:checked, headerbar .linked > button:checked, headerbar .linked > button label.text-button:checked, headerbar button.suggested-action:checked, headerbar button.suggested-action label.text-button:checked, headerbar button.destructive-action:checked, headerbar button.destructive-action label.text-button:checked { color: #ECEFF1; } .titlebar button:checked:disabled, .titlebar button label.text-button:checked:disabled, .titlebar .linked > button:checked:disabled, .titlebar .linked > button label.text-button:checked:disabled, .titlebar button.suggested-action:checked:disabled, .titlebar button.suggested-action label.text-button:checked:disabled, .titlebar button.destructive-action:checked:disabled, .titlebar button.destructive-action label.text-button:checked:disabled, headerbar button:checked:disabled, headerbar button label.text-button:checked:disabled, headerbar .linked > button:checked:disabled, headerbar .linked > button label.text-button:checked:disabled, headerbar button.suggested-action:checked:disabled, headerbar button.suggested-action label.text-button:checked:disabled, headerbar button.destructive-action:checked:disabled, headerbar button.destructive-action label.text-button:checked:disabled { color: rgba(236, 239, 241, 0.3); } .titlebar button:disabled, .titlebar button label.text-button:disabled, .titlebar .linked > button:disabled, .titlebar .linked > button label.text-button:disabled, .titlebar button.suggested-action:disabled, .titlebar button.suggested-action label.text-button:disabled, .titlebar button.destructive-action:disabled, .titlebar button.destructive-action label.text-button:disabled, headerbar button:disabled, headerbar button label.text-button:disabled, headerbar .linked > button:disabled, headerbar .linked > button label.text-button:disabled, headerbar button.suggested-action:disabled, headerbar button.suggested-action label.text-button:disabled, headerbar button.destructive-action:disabled, headerbar button.destructive-action label.text-button:disabled { color: rgba(236, 239, 241, 0.225); } .titlebar button label.text-button, .titlebar .linked > button label.text-button, .titlebar button.suggested-action label.text-button, .titlebar button.destructive-action label.text-button, headerbar button label.text-button, headerbar .linked > button label.text-button, headerbar button.suggested-action label.text-button, headerbar button.destructive-action label.text-button { border-image: none; box-shadow: none; } .titlebar entry, .titlebar spinbutton:not(.vertical), .titlebar .linked > entry, .titlebar .linked > spinbutton:not(.vertical), headerbar entry, headerbar spinbutton:not(.vertical), headerbar .linked > entry, headerbar .linked > spinbutton:not(.vertical) { color: rgba(236, 239, 241, 0.75); caret-color: rgba(236, 239, 241, 0.75); } .titlebar entry:focus, .titlebar spinbutton:focus:not(.vertical), .titlebar .linked > entry:focus, .titlebar .linked > spinbutton:focus:not(.vertical), headerbar entry:focus, headerbar spinbutton:focus:not(.vertical), headerbar .linked > entry:focus, headerbar .linked > spinbutton:focus:not(.vertical) { color: #ECEFF1; caret-color: #ECEFF1; } .titlebar entry:disabled, .titlebar spinbutton:disabled:not(.vertical), .titlebar .linked > entry:disabled, .titlebar .linked > spinbutton:disabled:not(.vertical), headerbar entry:disabled, headerbar spinbutton:disabled:not(.vertical), headerbar .linked > entry:disabled, headerbar .linked > spinbutton:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.225); } .titlebar combobox > entry.combo, .titlebar combobox > spinbutton.combo:not(.vertical), .titlebar .linked > combobox > entry.combo, .titlebar .linked > combobox > spinbutton.combo:not(.vertical), headerbar combobox > entry.combo, headerbar combobox > spinbutton.combo:not(.vertical), headerbar .linked > combobox > entry.combo, headerbar .linked > combobox > spinbutton.combo:not(.vertical) { color: rgba(236, 239, 241, 0.75); caret-color: rgba(236, 239, 241, 0.75); } .titlebar combobox > entry.combo:focus, .titlebar combobox > spinbutton.combo:focus:not(.vertical), .titlebar .linked > combobox > entry.combo:focus, .titlebar .linked > combobox > spinbutton.combo:focus:not(.vertical), headerbar combobox > entry.combo:focus, headerbar combobox > spinbutton.combo:focus:not(.vertical), headerbar .linked > combobox > entry.combo:focus, headerbar .linked > combobox > spinbutton.combo:focus:not(.vertical) { color: #ECEFF1; caret-color: #ECEFF1; } .titlebar combobox > entry.combo:disabled, .titlebar combobox > spinbutton.combo:disabled:not(.vertical), .titlebar .linked > combobox > entry.combo:disabled, .titlebar .linked > combobox > spinbutton.combo:disabled:not(.vertical), headerbar combobox > entry.combo:disabled, headerbar combobox > spinbutton.combo:disabled:not(.vertical), headerbar .linked > combobox > entry.combo:disabled, headerbar .linked > combobox > spinbutton.combo:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.225); } .titlebar combobox > entry.combo:backdrop, .titlebar combobox > spinbutton.combo:backdrop:not(.vertical), .titlebar .linked > combobox > entry.combo:backdrop, .titlebar .linked > combobox > spinbutton.combo:backdrop:not(.vertical), headerbar combobox > entry.combo:backdrop, headerbar combobox > spinbutton.combo:backdrop:not(.vertical), headerbar .linked > combobox > entry.combo:backdrop, headerbar .linked > combobox > spinbutton.combo:backdrop:not(.vertical) { opacity: 0.5; } .titlebar combobox > button.combo, .titlebar .linked > combobox > button.combo, headerbar combobox > button.combo, headerbar .linked > combobox > button.combo { color: rgba(236, 239, 241, 0.75); } .titlebar combobox > button.combo:hover, .titlebar .linked > combobox > button.combo:hover, headerbar combobox > button.combo:hover, headerbar .linked > combobox > button.combo:hover { color: #ECEFF1; } .titlebar combobox > button.combo:checked, .titlebar .linked > combobox > button.combo:checked, headerbar combobox > button.combo:checked, headerbar .linked > combobox > button.combo:checked { color: #ECEFF1; } .titlebar combobox > button.combo:checked:disabled, .titlebar .linked > combobox > button.combo:checked:disabled, headerbar combobox > button.combo:checked:disabled, headerbar .linked > combobox > button.combo:checked:disabled { color: rgba(236, 239, 241, 0.3); } .titlebar combobox > button.combo:disabled, .titlebar .linked > combobox > button.combo:disabled, headerbar combobox > button.combo:disabled, headerbar .linked > combobox > button.combo:disabled { color: rgba(236, 239, 241, 0.225); } .titlebar combobox > button.combo:backdrop, .titlebar .linked > combobox > button.combo:backdrop, headerbar combobox > button.combo:backdrop, headerbar .linked > combobox > button.combo:backdrop { opacity: 0.5; } .titlebar menu menuitem, headerbar menu menuitem { color: rgba(236, 239, 241, 0.75); } .titlebar menu menuitem:hover, headerbar menu menuitem:hover { color: #ECEFF1; } .titlebar menu menuitem label:disabled, headerbar menu menuitem label:disabled { color: rgba(236, 239, 241, 0.3); } .titlebar menu menuitem accelerator, headerbar menu menuitem accelerator { color: alpha(currentColor, 0.55); } .titlebar menu menuitem separator, headerbar menu menuitem separator { color: rgba(0, 0, 0, 0.11); } .titlebar popover button.flat, .titlebar popover button.osd.image-button, .titlebar popover .button.osd.image-button, .titlebar popover button:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow, .titlebar popover .context-menu > arrow, .titlebar popover menu > arrow, .titlebar popover placessidebar row button.image-button, placessidebar row .titlebar popover button.image-button, .titlebar popover .csd headerbar button.titlebutton, .csd .titlebar popover button.titlebutton, .csd .titlebar.selection-mode popover button.titlebutton, .titlebar popover #gf-candidate-popup button, #gf-candidate-popup .titlebar popover button, .titlebar popover #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .titlebar popover .linked > button:first-child, .titlebar popover #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup .titlebar popover .linked > button:last-child, .titlebar popover window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .titlebar popover button, .titlebar popover layouttabbar button, layouttabbar .titlebar popover button, .titlebar popover layouttab button, layouttab .titlebar popover button, headerbar popover button.flat, headerbar popover button.osd.image-button, headerbar popover .button.osd.image-button, headerbar popover .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar headerbar popover button:not(.suggested-action):not(.destructive-action), headerbar popover button:not(.suggested-action):not(.destructive-action), headerbar popover .menu > arrow, headerbar popover .context-menu > arrow, headerbar popover menu > arrow, headerbar popover placessidebar row button.image-button, placessidebar row headerbar popover button.image-button, .csd headerbar popover button.titlebutton, .csd headerbar.selection-mode popover button.titlebutton, headerbar popover .csd .titlebar button.titlebutton, .csd .titlebar headerbar popover button.titlebutton, headerbar popover .csd .titlebar.selection-mode button.titlebutton, .csd .titlebar.selection-mode headerbar popover button.titlebutton, headerbar popover #gf-candidate-popup button, #gf-candidate-popup headerbar popover button, headerbar popover #gf-candidate-popup button:first-child, #gf-candidate-popup headerbar popover button:first-child, headerbar popover #gf-candidate-popup button:last-child, #gf-candidate-popup headerbar popover button:last-child, headerbar popover #gf-candidate-popup .linked > button, #gf-candidate-popup headerbar popover .linked > button, headerbar popover #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup headerbar popover .linked > button:first-child, headerbar popover #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup headerbar popover .linked > button:last-child, headerbar popover window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget headerbar popover button, headerbar popover layouttabbar button, layouttabbar headerbar popover button, headerbar popover layouttab button, layouttab headerbar popover button { color: rgba(236, 239, 241, 0.75); } .titlebar popover button.flat:hover, .titlebar popover button.osd.image-button:hover, .titlebar popover .button.osd.image-button:hover, .titlebar popover button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow:hover, .titlebar popover .context-menu > arrow:hover, .titlebar popover menu > arrow:hover, .titlebar popover placessidebar row button.image-button:hover, placessidebar row .titlebar popover button.image-button:hover, .titlebar popover .csd headerbar button.titlebutton:hover, .csd .titlebar popover button.titlebutton:hover, .titlebar popover #gf-candidate-popup button:hover, #gf-candidate-popup .titlebar popover button:hover, .titlebar popover window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .titlebar popover button:hover, .titlebar popover layouttabbar button:hover, layouttabbar .titlebar popover button:hover, .titlebar popover layouttab button:hover, layouttab .titlebar popover button:hover, headerbar popover button.flat:hover, headerbar popover button.osd.image-button:hover, headerbar popover .button.osd.image-button:hover, headerbar popover button:hover:not(.suggested-action):not(.destructive-action), headerbar popover .menu > arrow:hover, headerbar popover .context-menu > arrow:hover, headerbar popover menu > arrow:hover, headerbar popover placessidebar row button.image-button:hover, placessidebar row headerbar popover button.image-button:hover, .csd headerbar popover button.titlebutton:hover, headerbar popover .csd .titlebar button.titlebutton:hover, .csd .titlebar.selection-mode headerbar popover button.titlebutton:hover, headerbar popover #gf-candidate-popup button:hover, #gf-candidate-popup headerbar popover button:hover, headerbar popover #gf-candidate-popup .linked > button:hover:first-child, #gf-candidate-popup headerbar popover .linked > button:hover:first-child, headerbar popover #gf-candidate-popup .linked > button:hover:last-child, #gf-candidate-popup headerbar popover .linked > button:hover:last-child, headerbar popover window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget headerbar popover button:hover, headerbar popover layouttabbar button:hover, layouttabbar headerbar popover button:hover, headerbar popover layouttab button:hover, layouttab headerbar popover button:hover { color: #ECEFF1; } .titlebar popover button.flat label:hover, .titlebar popover button.osd.image-button label:hover, .titlebar popover .button.osd.image-button label:hover, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:hover, .titlebar popover .menu > arrow label:hover, .titlebar popover .context-menu > arrow label:hover, .titlebar popover menu > arrow label:hover, .titlebar popover placessidebar row button.image-button label:hover, placessidebar row .titlebar popover button.image-button label:hover, .titlebar popover .csd headerbar button.titlebutton label:hover, .csd .titlebar popover button.titlebutton label:hover, .titlebar popover #gf-candidate-popup button label:hover, #gf-candidate-popup .titlebar popover button label:hover, .titlebar popover window > grid.vertical > box.vertical > widget button label:hover, window > grid.vertical > box.vertical > widget .titlebar popover button label:hover, .titlebar popover layouttabbar button label:hover, layouttabbar .titlebar popover button label:hover, .titlebar popover layouttab button label:hover, layouttab .titlebar popover button label:hover, headerbar popover button.flat label:hover, headerbar popover button.osd.image-button label:hover, headerbar popover .button.osd.image-button label:hover, headerbar popover button:not(.suggested-action):not(.destructive-action) label:hover, headerbar popover .menu > arrow label:hover, headerbar popover .context-menu > arrow label:hover, headerbar popover menu > arrow label:hover, headerbar popover placessidebar row button.image-button label:hover, placessidebar row headerbar popover button.image-button label:hover, .csd headerbar popover button.titlebutton label:hover, headerbar popover .csd .titlebar button.titlebutton label:hover, .csd .titlebar.selection-mode headerbar popover button.titlebutton label:hover, headerbar popover #gf-candidate-popup button label:hover, #gf-candidate-popup headerbar popover button label:hover, headerbar popover #gf-candidate-popup .linked > button:first-child label:hover, #gf-candidate-popup headerbar popover .linked > button:first-child label:hover, headerbar popover #gf-candidate-popup .linked > button:last-child label:hover, #gf-candidate-popup headerbar popover .linked > button:last-child label:hover, headerbar popover window > grid.vertical > box.vertical > widget button label:hover, window > grid.vertical > box.vertical > widget headerbar popover button label:hover, headerbar popover layouttabbar button label:hover, layouttabbar headerbar popover button label:hover, headerbar popover layouttab button label:hover, layouttab headerbar popover button label:hover { color: #ECEFF1; } .titlebar popover button.flat label:disabled, .titlebar popover button.osd.image-button label:disabled, .titlebar popover .button.osd.image-button label:disabled, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:disabled, .titlebar popover .menu > arrow label:disabled, .titlebar popover .context-menu > arrow label:disabled, .titlebar popover menu > arrow label:disabled, .titlebar popover placessidebar row button.image-button label:disabled, placessidebar row .titlebar popover button.image-button label:disabled, .titlebar popover .csd headerbar button.titlebutton label:disabled, .csd .titlebar popover button.titlebutton label:disabled, .titlebar popover #gf-candidate-popup button label:disabled, #gf-candidate-popup .titlebar popover button label:disabled, .titlebar popover window > grid.vertical > box.vertical > widget button label:disabled, window > grid.vertical > box.vertical > widget .titlebar popover button label:disabled, .titlebar popover layouttabbar button label:disabled, layouttabbar .titlebar popover button label:disabled, .titlebar popover layouttab button label:disabled, layouttab .titlebar popover button label:disabled, headerbar popover button.flat label:disabled, headerbar popover button.osd.image-button label:disabled, headerbar popover .button.osd.image-button label:disabled, headerbar popover button:not(.suggested-action):not(.destructive-action) label:disabled, headerbar popover .menu > arrow label:disabled, headerbar popover .context-menu > arrow label:disabled, headerbar popover menu > arrow label:disabled, headerbar popover placessidebar row button.image-button label:disabled, placessidebar row headerbar popover button.image-button label:disabled, .csd headerbar popover button.titlebutton label:disabled, headerbar popover .csd .titlebar button.titlebutton label:disabled, .csd .titlebar.selection-mode headerbar popover button.titlebutton label:disabled, headerbar popover #gf-candidate-popup button label:disabled, #gf-candidate-popup headerbar popover button label:disabled, headerbar popover #gf-candidate-popup .linked > button:first-child label:disabled, #gf-candidate-popup headerbar popover .linked > button:first-child label:disabled, headerbar popover #gf-candidate-popup .linked > button:last-child label:disabled, #gf-candidate-popup headerbar popover .linked > button:last-child label:disabled, headerbar popover window > grid.vertical > box.vertical > widget button label:disabled, window > grid.vertical > box.vertical > widget headerbar popover button label:disabled, headerbar popover layouttabbar button label:disabled, layouttabbar headerbar popover button label:disabled, headerbar popover layouttab button label:disabled, layouttab headerbar popover button label:disabled { color: rgba(236, 239, 241, 0.3); } .titlebar switch, headerbar switch { margin: 0.20301rem 0; color: rgba(236, 239, 241, 0.75); background-color: rgba(236, 239, 241, 0.075); } .titlebar switch:checked, headerbar switch:checked { background-color: rgba(0, 188, 212, 0.2); } .titlebar switch:checked:disabled, headerbar switch:checked:disabled { background-color: rgba(0, 188, 212, 0.2); } .titlebar switch:disabled, headerbar switch:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } .titlebar switch slider, headerbar switch slider { background-color: #3e515a; } .titlebar switch:hover slider, headerbar switch:hover slider { background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); } .titlebar switch:checked slider, headerbar switch:checked slider { background-color: #C5A68E; } .titlebar switch:checked slider:disabled, headerbar switch:checked slider:disabled { background-color: #3F4E56; } .titlebar switch:disabled slider, headerbar switch:disabled slider { background-color: #3F4E56; } .titlebar spinner, headerbar spinner { min-width: 1rem; min-height: 1rem; margin: -0.3985rem; } .titlebar.selection-mode, headerbar.selection-mode { border-width: 1px 0 1px 0; border-top-color: rgba(255, 255, 255, 0.07); border-bottom-color: transparent; background-color: #C5A68E; color: #FFFFFF; } .titlebar.selection-mode button, .titlebar.selection-mode button.image-button, headerbar.selection-mode button, headerbar.selection-mode button.image-button { border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px; color: rgba(255, 255, 255, 0.85); } .titlebar.selection-mode button:hover, .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked, .titlebar.selection-mode button.image-button:hover, .titlebar.selection-mode button.image-button:active, .titlebar.selection-mode button.image-button:checked, headerbar.selection-mode button:hover, headerbar.selection-mode button:active, headerbar.selection-mode button:checked, headerbar.selection-mode button.image-button:hover, headerbar.selection-mode button.image-button:active, headerbar.selection-mode button.image-button:checked { color: #FFFFFF; } .titlebar.selection-mode button:disabled, .titlebar.selection-mode button.image-button:disabled, headerbar.selection-mode button:disabled, headerbar.selection-mode button.image-button:disabled { color: rgba(236, 239, 241, 0.225); } .titlebar.selection-mode button:checked, .titlebar.selection-mode button.image-button:checked, headerbar.selection-mode button:checked, headerbar.selection-mode button.image-button:checked { border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px; color: #FFFFFF; background-color: transparent; } .titlebar.selection-mode button:checked:disabled, .titlebar.selection-mode button.image-button:checked:disabled, headerbar.selection-mode button:checked:disabled, headerbar.selection-mode button.image-button:checked:disabled { color: rgba(255, 255, 255, 0.4); } .titlebar.selection-mode button:checked:disabled > label, .titlebar.selection-mode button.image-button:checked:disabled > label, headerbar.selection-mode button:checked:disabled > label, headerbar.selection-mode button.image-button:checked:disabled > label { color: inherit; } .titlebar.selection-mode button.suggested-action, .titlebar.selection-mode button.image-button.suggested-action, headerbar.selection-mode button.suggested-action, headerbar.selection-mode button.image-button.suggested-action { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #546E7A; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); } .titlebar.selection-mode button.suggested-action:hover, .titlebar.selection-mode button.image-button.suggested-action:hover, headerbar.selection-mode button.suggested-action:hover, headerbar.selection-mode button.image-button.suggested-action:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; } .titlebar.selection-mode button.suggested-action:active, .titlebar.selection-mode button.image-button.suggested-action:active, headerbar.selection-mode button.suggested-action:active, headerbar.selection-mode button.image-button.suggested-action:active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } .titlebar.selection-mode button.suggested-action:disabled, .titlebar.selection-mode button.image-button.suggested-action:disabled, headerbar.selection-mode button.suggested-action:disabled, headerbar.selection-mode button.image-button.suggested-action:disabled { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.225); } .titlebar.selection-mode button.suggested-action:disabled > label, .titlebar.selection-mode button.image-button.suggested-action:disabled > label, headerbar.selection-mode button.suggested-action:disabled > label, headerbar.selection-mode button.image-button.suggested-action:disabled > label { color: inherit; } .titlebar.selection-mode button.text-button, .titlebar.selection-mode button.suggested-action, .titlebar.selection-mode button.image-button.text-button, .titlebar.selection-mode button.image-button.suggested-action, headerbar.selection-mode button.text-button, headerbar.selection-mode button.suggested-action, headerbar.selection-mode button.image-button.text-button, headerbar.selection-mode button.image-button.suggested-action { color: rgba(255, 255, 255, 0.85); } .titlebar.selection-mode button.text-button:hover, .titlebar.selection-mode button.text-button:active, .titlebar.selection-mode button.text-button:checked, .titlebar.selection-mode button.suggested-action:hover, .titlebar.selection-mode button.suggested-action:active, .titlebar.selection-mode button.suggested-action:checked, .titlebar.selection-mode button.image-button.text-button:hover, .titlebar.selection-mode button.image-button.text-button:active, .titlebar.selection-mode button.image-button.text-button:checked, .titlebar.selection-mode button.image-button.suggested-action:hover, .titlebar.selection-mode button.image-button.suggested-action:active, .titlebar.selection-mode button.image-button.suggested-action:checked, headerbar.selection-mode button.text-button:hover, headerbar.selection-mode button.text-button:active, headerbar.selection-mode button.text-button:checked, headerbar.selection-mode button.suggested-action:hover, headerbar.selection-mode button.suggested-action:active, headerbar.selection-mode button.suggested-action:checked, headerbar.selection-mode button.image-button.text-button:hover, headerbar.selection-mode button.image-button.text-button:active, headerbar.selection-mode button.image-button.text-button:checked, headerbar.selection-mode button.image-button.suggested-action:hover, headerbar.selection-mode button.image-button.suggested-action:active, headerbar.selection-mode button.image-button.suggested-action:checked { color: #FFFFFF; } .titlebar.selection-mode button.text-button:disabled, .titlebar.selection-mode button.suggested-action:disabled, .titlebar.selection-mode button.image-button.text-button:disabled, .titlebar.selection-mode button.image-button.suggested-action:disabled, headerbar.selection-mode button.text-button:disabled, headerbar.selection-mode button.suggested-action:disabled, headerbar.selection-mode button.image-button.text-button:disabled, headerbar.selection-mode button.image-button.suggested-action:disabled { color: rgba(255, 255, 255, 0.4); } .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action), headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) { border-radius: 100px; -gtk-outline-radius: 100px; } .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu, .titlebar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, placessidebar row .titlebar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu, headerbar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, placessidebar row headerbar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu, #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu, window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu, layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu, layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu { border-radius: 2px; -gtk-outline-radius: 2px; } .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button, .titlebar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, placessidebar row .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button, headerbar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, placessidebar row headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button { border-radius: 100px; -gtk-outline-radius: 100px; } .titlebar.selection-mode entry, .titlebar.selection-mode spinbutton:not(.vertical), headerbar.selection-mode entry, headerbar.selection-mode spinbutton:not(.vertical) { color: rgba(236, 239, 241, 0.75); } .titlebar.selection-mode entry:focus, .titlebar.selection-mode spinbutton:focus:not(.vertical), headerbar.selection-mode entry:focus, headerbar.selection-mode spinbutton:focus:not(.vertical) { color: #ECEFF1; } .titlebar.selection-mode entry:disabled, .titlebar.selection-mode spinbutton:disabled:not(.vertical), headerbar.selection-mode entry:disabled, headerbar.selection-mode spinbutton:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.225); } .titlebar.selection-mode .selection-menu, headerbar.selection-mode .selection-menu { padding-left: 1.20301rem; padding-right: 1.20301rem; } .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu.popup, headerbar.selection-mode .selection-menu, headerbar.selection-mode .selection-menu.popup { color: rgba(255, 255, 255, 0.85); } .titlebar.selection-mode .selection-menu:hover, .titlebar.selection-mode .selection-menu:active, .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:hover, .titlebar.selection-mode .selection-menu.popup:active, .titlebar.selection-mode .selection-menu.popup:checked, headerbar.selection-mode .selection-menu:hover, headerbar.selection-mode .selection-menu:active, headerbar.selection-mode .selection-menu:checked, headerbar.selection-mode .selection-menu.popup:hover, headerbar.selection-mode .selection-menu.popup:active, headerbar.selection-mode .selection-menu.popup:checked { color: #FFFFFF; } .titlebar.selection-mode .selection-menu:disabled, .titlebar.selection-mode .selection-menu.popup:disabled, headerbar.selection-mode .selection-menu:disabled, headerbar.selection-mode .selection-menu.popup:disabled { color: rgba(236, 239, 241, 0.225); } .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:checked, headerbar.selection-mode .selection-menu:checked, headerbar.selection-mode .selection-menu.popup:checked { border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px; background-color: transparent; } .titlebar.selection-mode .selection-menu:checked:disabled, .titlebar.selection-mode .selection-menu.popup:checked:disabled, headerbar.selection-mode .selection-menu:checked:disabled, headerbar.selection-mode .selection-menu.popup:checked:disabled { color: rgba(255, 255, 255, 0.4); } .titlebar.selection-mode .selection-menu:checked:disabled > label, .titlebar.selection-mode .selection-menu.popup:checked:disabled > label, headerbar.selection-mode .selection-menu:checked:disabled > label, headerbar.selection-mode .selection-menu.popup:checked:disabled > label { color: inherit; } .titlebar.selection-mode .selection-menu GtkArrow, headerbar.selection-mode .selection-menu GtkArrow { -GtkArrow-arrow-scaling: 1.0; } .titlebar.selection-mode .selection-menu .arrow, headerbar.selection-mode .selection-menu .arrow { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: rgba(255, 255, 255, 0.85); } .tiled .titlebar, .tiled headerbar { transition: none; } .maximized .titlebar, .maximized headerbar { transition: none; } .titlebar.default-decoration, headerbar.default-decoration { min-height: 26.7px; padding: 5.3px; border-width: 0; } .titlebar.default-decoration .title, headerbar.default-decoration .title { color: #ECEFF1; } .titlebar.default-decoration .title:backdrop, headerbar.default-decoration .title:backdrop { color: rgba(236, 239, 241, 0.4); } .titlebar.default-decoration button.titlebutton, headerbar.default-decoration button.titlebutton { min-width: 26.7px; min-height: 26.7px; margin: 0; padding: 0; color: rgba(236, 239, 241, 0.75); background-size: 2.44361rem 2.44361rem, auto; } .titlebar.default-decoration button.titlebutton:hover, .titlebar.default-decoration button.titlebutton:active, headerbar.default-decoration button.titlebutton:hover, headerbar.default-decoration button.titlebutton:active { color: #ECEFF1; } .titlebar.default-decoration button.titlebutton:backdrop, headerbar.default-decoration button.titlebutton:backdrop { color: rgba(236, 239, 241, 0.4); } headerbar { border-width: 1px 0 1px; border-style: solid; border-top-color: #13191C; border-bottom-color: #242F35; } headerbar.titlebar, .csd headerbar, box headerbar:only-child { padding: 0.3985rem; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2); } box headerbar:not(:only-child):first-child, box headerbar:not(:only-child):last-child { border-left-color: #13191C; border-right-color: #13191C; } .tiled box headerbar:not(:only-child):first-child, .maximized box headerbar:not(:only-child):first-child, .tiled box headerbar:not(:only-child):last-child, .maximized box headerbar:not(:only-child):last-child { border-left-color: #13191c; border-right-color: #13191c; } box headerbar:not(:only-child):last-child:dir(ltr) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #13191C, -2px 0 0 -1px rgba(0, 0, 0, 0.11); } box headerbar:not(:only-child):last-child:dir(rtl) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #13191C, 2px 0 0 -1px rgba(0, 0, 0, 0.11); } box headerbar.selection-mode:not(:only-child):last-child:dir(ltr) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #C5A68E, -2px 0 0 -1px #242F35; } box headerbar.selection-mode:not(:only-child):last-child:dir(rtl) { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #C5A68E, 2px 0 0 -1px #242F35; } headerbar, .titlebar { border-top-left-radius: 2px; border-top-right-radius: 2px; } box headerbar:not(:last-child):not(.titlebar):dir(ltr), box .titlebar:not(:last-child):not(.titlebar):dir(ltr) { border-top-left-radius: 2px; border-top-right-radius: 0; } box headerbar:not(:last-child):not(.titlebar):dir(rtl), box .titlebar:not(:last-child):not(.titlebar):dir(rtl) { border-top-left-radius: 0; border-top-right-radius: 2px; } box headerbar:last-child:not(.titlebar):dir(ltr), box .titlebar:last-child:not(.titlebar):dir(ltr) { border-top-left-radius: 0; } box headerbar:last-child:not(.titlebar):dir(rtl), box .titlebar:last-child:not(.titlebar):dir(rtl) { border-top-right-radius: 0; } window:not(.maximized):not(.tiled) paned.titlebar { border-top-left-radius: 2px; border-top-right-radius: 2px; } window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(ltr) { border-top-left-radius: 2px; border-top-right-radius: 0; } window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(rtl) { border-top-left-radius: 0; border-top-right-radius: 2px; } window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(ltr) { border-top-left-radius: 0; border-top-right-radius: 2px; } window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(rtl) { border-top-left-radius: 2px; border-top-right-radius: 0; } .ssd decoration .titlebar { border-top: 1px solid rgba(255, 255, 255, 0.07); box-shadow: none; } .tiled .titlebar, .tiled headerbar, .tiled headerbar.titlebar, .tiled .csd headerbar, .tiled box headerbar:only-child, .tiled box headerbar:not(:only-child):last-child:dir(ltr), .tiled box headerbar:not(:only-child):last-child:dir(rtl), .tiled paned headerbar:not(:only-child):last-child:dir(ltr), .tiled paned headerbar:not(:only-child):last-child:dir(rtl), .tiled box headerbar.selection-mode:not(:only-child):last-child:dir(ltr), .tiled box headerbar.selection-mode:not(:only-child):last-child:dir(rtl), .tiled .ssd decoration .titlebar { border-radius: 0; border-color: #13191c; border-width: 2px 0 0 0; border-top-color: #4DD0E1; background-color: #13191c; box-shadow: none; } .tiled .titlebar:backdrop, .tiled headerbar:backdrop, .tiled box headerbar:backdrop:only-child, .tiled box headerbar:backdrop:not(:only-child):last-child:dir(ltr), .tiled box headerbar:backdrop:not(:only-child):last-child:dir(rtl), .tiled paned headerbar:backdrop:not(:only-child):last-child:dir(ltr), .tiled paned headerbar:backdrop:not(:only-child):last-child:dir(rtl), .tiled .ssd decoration .titlebar:backdrop { border-top-color: alpha(currentColor, 0.2); } .maximized .titlebar, .maximized headerbar, .maximized headerbar.titlebar, .maximized .csd headerbar, .maximized box headerbar:only-child, .maximized box headerbar:not(:only-child):last-child:dir(ltr), .maximized box headerbar:not(:only-child):last-child:dir(rtl), .maximized paned headerbar:not(:only-child):last-child:dir(ltr), .maximized paned headerbar:not(:only-child):last-child:dir(rtl), .maximized box headerbar.selection-mode:not(:only-child):last-child:dir(ltr), .maximized box headerbar.selection-mode:not(:only-child):last-child:dir(rtl), .maximized .ssd decoration .titlebar { border-radius: 0; border-color: #13191c; border-width: 1px 0 0 0; background-color: #13191c; box-shadow: none; } /************ * Pathbars * ************/ .linked.path-bar button, .linked.path-bar button.text-button, .path-bar button, .path-bar button.text-button { padding: 0 0.09774rem 0; -gtk-outline-radius: 2px; } .linked.path-bar button.image-button, .path-bar button.image-button { padding: 0 0.3985rem 0; } .linked.path-bar button.text-button.image-button, .path-bar button.text-button.image-button { -gtk-outline-radius: 2px; } .linked.path-bar button.text-button.image-button label, .path-bar button.text-button.image-button label { padding-left: 0; padding-right: 0; } .linked.path-bar button.text-button.image-button label:last-child, .path-bar button.text-button.image-button label:last-child { padding-right: 0.3985rem; } .linked.path-bar button.text-button.image-button label:first-child, .path-bar button.text-button.image-button label:first-child { padding-left: 0.3985rem; } .linked.path-bar button image, .path-bar button image { padding: 0.09774rem 0.3985rem 0; } .linked.path-bar button.slider-button, .linked.path-bar button.image-button.text-button.toggle, .path-bar button.slider-button, .path-bar button.image-button.text-button.toggle { min-height: 1.30075rem; padding: 0 0.09774rem 0; -gtk-outline-radius: 2px; } /************** * Tree Views * **************/ treeview.view, .tweak-category { border-left-color: alpha(currentColor, 0.2); border-top-color: rgba(0, 0, 0, 0.11); border-radius: 0; background-color: transparent; background-image: none; box-shadow: none; } * { -GtkTreeView-horizontal-separator: 4; -GtkTreeView-grid-line-width: 1; -GtkTreeView-grid-line-pattern: ''; -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; } treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active { border-radius: 0; } treeview.view:selected, .tweak-category:selected { border-radius: 0; } treeview.view, .tweak-category, treeview.view entry, .tweak-category entry, treeview.view spinbutton:not(.vertical), .tweak-category spinbutton:not(.vertical), treeview.view entry > label, .tweak-category entry > label, treeview.view spinbutton:not(.vertical) > label, .tweak-category spinbutton:not(.vertical) > label { color: rgba(236, 239, 241, 0.75); } treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active, treeview.view:focus, .tweak-category:focus, treeview.view entry:hover, .tweak-category entry:hover, treeview.view spinbutton:hover:not(.vertical), .tweak-category spinbutton:hover:not(.vertical), treeview.view entry:active, .tweak-category entry:active, treeview.view spinbutton:active:not(.vertical), .tweak-category spinbutton:active:not(.vertical), treeview.view entry:focus, .tweak-category entry:focus, treeview.view spinbutton:focus:not(.vertical), .tweak-category spinbutton:focus:not(.vertical), treeview.view entry > label:hover, .tweak-category entry > label:hover, treeview.view spinbutton:not(.vertical) > label:hover, .tweak-category spinbutton:not(.vertical) > label:hover, treeview.view entry > label:active, .tweak-category entry > label:active, treeview.view spinbutton:not(.vertical) > label:active, .tweak-category spinbutton:not(.vertical) > label:active, treeview.view entry > label:focus, .tweak-category entry > label:focus, treeview.view spinbutton:not(.vertical) > label:focus, .tweak-category spinbutton:not(.vertical) > label:focus { color: #ECEFF1; } treeview.view:selected, .tweak-category:selected, treeview.view entry:selected, .tweak-category entry:selected, treeview.view spinbutton:selected:not(.vertical), .tweak-category spinbutton:selected:not(.vertical), treeview.view entry > label:selected, .tweak-category entry > label:selected, treeview.view spinbutton:not(.vertical) > label:selected, .tweak-category spinbutton:not(.vertical) > label:selected { color: #FFFFFF; } treeview.view:disabled, .tweak-category:disabled, treeview.view entry:disabled, .tweak-category entry:disabled, treeview.view spinbutton:disabled:not(.vertical), .tweak-category spinbutton:disabled:not(.vertical), treeview.view entry > label:disabled, .tweak-category entry > label:disabled, treeview.view spinbutton:not(.vertical) > label:disabled, .tweak-category spinbutton:not(.vertical) > label:disabled { color: rgba(236, 239, 241, 0.3); } treeview.view:disabled:selected, .tweak-category:disabled:selected, treeview.view entry:disabled:selected, .tweak-category entry:disabled:selected, treeview.view spinbutton:disabled:selected:not(.vertical), .tweak-category spinbutton:disabled:selected:not(.vertical), treeview.view entry > label:disabled:selected, .tweak-category entry > label:disabled:selected, treeview.view spinbutton:not(.vertical) > label:disabled:selected, .tweak-category spinbutton:not(.vertical) > label:disabled:selected { color: rgba(255, 255, 255, 0.4); } treeview.view .separator, .tweak-category .separator, treeview.view .separator:hover, .tweak-category .separator:hover { color: transparent; background-color: rgba(0, 0, 0, 0.11); } treeview.view.dnd, .dnd.tweak-category { border-style: solid none; border-width: 1px; border-color: #76d6e3; } treeview.view expander arrow, .tweak-category expander arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } treeview.view expander arrow:dir(rtl), .tweak-category expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view expander arrow:checked, .tweak-category expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } treeview.view expander arrow:selected, .tweak-category expander arrow:selected { color: rgba(255, 255, 255, 0.75); } treeview.view expander arrow:selected:hover, .tweak-category expander arrow:selected:hover, treeview.view expander arrow:selected:active, .tweak-category expander arrow:selected:active { color: #FFFFFF; } treeview.view.progressbar, .progressbar.tweak-category { box-shadow: inset 0 -4px #C5A68E; } treeview.view.progressbar:selected, .progressbar.tweak-category:selected { box-shadow: inset 0 -4px #FFFFFF; } treeview.view.trough, .trough.tweak-category { box-shadow: inset 0 -4px alpha(#C5A68E, 0.2); } treeview.view.trough:selected, .trough.tweak-category:selected { box-shadow: inset 0 -4px alpha(#FFFFFF, 0.2); } treeview.view, .tweak-category, paned treeview.view, paned .tweak-category { background-color: #455A64; } treeview.view:hover, .tweak-category:hover, treeview.view row:hover, .tweak-category row:hover, paned treeview.view:hover, paned .tweak-category:hover, paned treeview.view row:hover, paned .tweak-category row:hover { color: #ECEFF1; } treeview.view header button, .tweak-category header button { min-height: 1.50376rem; padding: 0 0.50376rem 0; border-style: none solid solid none; border-width: 1px; border-color: rgba(0, 0, 0, 0.11); border-radius: 0; box-shadow: none; background-color: #455A64; color: rgba(236, 239, 241, 0.5); } treeview.view header:hover, .tweak-category header:hover, treeview.view header:active, .tweak-category header:active { color: #ECEFF1; box-shadow: none; } treeview.view header:disabled, .tweak-category header:disabled { background-color: #455A64; } treeview.view button:last-child, .tweak-category button:last-child, treeview.view:last-child button, .tweak-category:last-child button { border-right-style: none; } treeview.view.separator, .separator.tweak-category { min-height: 0.15038rem; color: transparent; background-color: rgba(0, 0, 0, 0.11); } treeview.view acceleditor > label, .tweak-category acceleditor > label { background-color: #C5A68E; } column-header.button.dnd, treeview.view header.dnd, .tweak-category header.dnd { transition: none; border-left-style: solid; color: #C5A68E; } /********* * Menus * *********/ .menubar, menubar { -GtkWidget-window-dragging: true; padding: 0; box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.26), inset 0 5px 3px -5px rgba(0, 0, 0, 0.39), inset 0 -1px rgba(0, 0, 0, 0.11); background-color: #13191C; color: rgba(236, 239, 241, 0.75); } .tiled .menubar, .maximized .menubar, .tiled menubar, .maximized menubar { background-color: #13191c; box-shadow: none; transition: none; } .menubar > menuitem, menubar > menuitem { min-height: 1.50376rem; padding: 0.3985rem 0.6015rem 0.50376rem; color: rgba(236, 239, 241, 0.75); background-color: transparent; } .menubar > menuitem:hover, menubar > menuitem:hover { color: #ECEFF1; box-shadow: inset 0 -2px #C5A68E; } .menubar > menuitem:disabled, menubar > menuitem:disabled { color: rgba(236, 239, 241, 0.3); box-shadow: none; } .menu, .context-menu, menu { margin: 0.30075rem 0; padding: 0.30075rem 0; border-width: 1px; border-style: solid; border-color: #455A64 transparent transparent; background-color: #42565f; } .csd .menu, .csd .context-menu, .csd menu { border-width: 1px; border-radius: 2px; border-color: #455A64 transparent transparent; } .menu .menuitem, .menu menuitem, .context-menu .menuitem, .context-menu menuitem, menu .menuitem, menu menuitem { min-height: 1.50376rem; min-width: 3.00752rem; padding: 0.3985rem 0.6015rem 0.50376rem; color: rgba(236, 239, 241, 0.75); font: initial; text-shadow: none; transition: none; } .menu .menuitem:hover, .menu menuitem:hover, .context-menu .menuitem:hover, .context-menu menuitem:hover, menu .menuitem:hover, menu menuitem:hover { color: #ECEFF1; background-color: alpha(currentColor, 0.1); transition: none; } .menu .menuitem:disabled, .menu menuitem:disabled, .context-menu .menuitem:disabled, .context-menu menuitem:disabled, menu .menuitem:disabled, menu menuitem:disabled { color: rgba(236, 239, 241, 0.3); } .menu .menuitem arrow, .menu menuitem arrow, .context-menu .menuitem arrow, .context-menu menuitem arrow, menu .menuitem arrow, menu menuitem arrow { min-height: 1.20301rem; min-width: 1.20301rem; } .menu .menuitem arrow:dir(ltr), .menu menuitem arrow:dir(ltr), .context-menu .menuitem arrow:dir(ltr), .context-menu menuitem arrow:dir(ltr), menu .menuitem arrow:dir(ltr), menu menuitem arrow:dir(ltr) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); margin-left: 0.80451rem; } .menu .menuitem arrow:dir(rtl), .menu menuitem arrow:dir(rtl), .context-menu .menuitem arrow:dir(rtl), .context-menu menuitem arrow:dir(rtl), menu .menuitem arrow:dir(rtl), menu menuitem arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); margin-right: 0.80451rem; } .menu .menuitem label:dir(rtl), .menu .menuitem label:dir(ltr), .menu menuitem label:dir(rtl), .menu menuitem label:dir(ltr), .context-menu .menuitem label:dir(rtl), .context-menu .menuitem label:dir(ltr), .context-menu menuitem label:dir(rtl), .context-menu menuitem label:dir(ltr), menu .menuitem label:dir(rtl), menu .menuitem label:dir(ltr), menu menuitem label:dir(rtl), menu menuitem label:dir(ltr) { color: inherit; } .menu > arrow, .context-menu > arrow, menu > arrow { min-height: 1.20301rem; min-width: 1.20301rem; padding: 0.30075rem; border-style: none; border-radius: 0; background-color: #42565f; } .menu > arrow.top, .context-menu > arrow.top, menu > arrow.top { margin-top: -0.3985rem; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); border-bottom: 1px solid rgba(0, 0, 0, 0.11); } .menu > arrow.bottom, .context-menu > arrow.bottom, menu > arrow.bottom { margin-bottom: -0.3985rem; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); border-top: 1px solid rgba(0, 0, 0, 0.11); } .menu > arrow:hover, .context-menu > arrow:hover, menu > arrow:hover { background-color: #3b4c54; } .menu > arrow:disabled, .context-menu > arrow:disabled, menu > arrow:disabled { color: transparent; background-color: transparent; border-color: transparent; } .menu > separator:dir(ltr), .context-menu > separator:dir(ltr), menu > separator:dir(ltr) { margin-left: 2.40602rem; } .menu > separator:dir(rtl), .context-menu > separator:dir(rtl), menu > separator:dir(rtl) { margin-right: 2.40602rem; } menuitem accelerator { color: alpha(currentColor, 0.55); } menuitem separator { color: transparent; background: none; border-top: 1px solid rgba(0, 0, 0, 0.11); } menuitem separator:dir(ltr) { margin-left: 2.40602rem; } menuitem separator:dir(rtl) { margin-right: 2.40602rem; } .csd.popup { border-radius: 2px; } /************ * Popovers * ************/ popover.background { padding: 2px; background-color: #42565f; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); } .csd popover.background, popover.background { border: 1px solid; border-color: #455A64 #42565f #42565f; border-radius: 2px; } popover.background:backdrop { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } popover.background > list, popover.background > .view, popover.background > iconview, popover.background > toolbar, popover.background.osd > toolbar { border-style: none; border-image: none; background-color: transparent; } popover.background button menuitem.flat, popover.background button.flat, popover.background button.osd.image-button, popover.background .button.osd.image-button, popover.background .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar popover.background button:not(.suggested-action):not(.destructive-action), popover.background headerbar button:not(.suggested-action):not(.destructive-action), headerbar popover.background button:not(.suggested-action):not(.destructive-action), popover.background .menu > arrow, popover.background .context-menu > arrow, popover.background menu > arrow, popover.background placessidebar row button.image-button, placessidebar row popover.background button.image-button, popover.background .csd headerbar button.titlebutton, .csd headerbar popover.background button.titlebutton, popover.background .csd .titlebar button.titlebutton, .csd .titlebar popover.background button.titlebutton, popover.background #gf-candidate-popup button, #gf-candidate-popup popover.background button, popover.background #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup popover.background .linked > button:first-child, popover.background #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup popover.background .linked > button:last-child, popover.background window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget popover.background button, popover.background layouttabbar button, layouttabbar popover.background button, popover.background layouttab button, layouttab popover.background button { transition: none; padding: 0 0.75188rem 0; background-color: transparent; background-size: 9.96241rem 9.96241rem, auto; color: rgba(236, 239, 241, 0.75); font: initial; } popover.background button menuitem.flat:hover, popover.background button.flat:hover, popover.background button.osd.image-button:hover, popover.background .button.osd.image-button:hover, popover.background .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover.background button:hover:not(.suggested-action):not(.destructive-action), popover.background headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action), popover.background .menu > arrow:hover, popover.background .context-menu > arrow:hover, popover.background menu > arrow:hover, popover.background placessidebar row button.image-button:hover, placessidebar row popover.background button.image-button:hover, popover.background .csd headerbar button.titlebutton:hover, .csd headerbar popover.background button.titlebutton:hover, popover.background .csd .titlebar button.titlebutton:hover, .csd .titlebar popover.background button.titlebutton:hover, popover.background #gf-candidate-popup button:hover, #gf-candidate-popup popover.background button:hover, popover.background window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget popover.background button:hover, popover.background layouttabbar button:hover, layouttabbar popover.background button:hover, popover.background layouttab button:hover, layouttab popover.background button:hover { background-color: transparent; color: #ECEFF1; } popover.background button menuitem.flat label, popover.background button.flat label, popover.background button.osd.image-button label, popover.background .button.osd.image-button label, popover.background .titlebar button:not(.suggested-action):not(.destructive-action) label, .titlebar popover.background button:not(.suggested-action):not(.destructive-action) label, popover.background headerbar button:not(.suggested-action):not(.destructive-action) label, headerbar popover.background button:not(.suggested-action):not(.destructive-action) label, popover.background .menu > arrow label, popover.background .context-menu > arrow label, popover.background menu > arrow label, popover.background placessidebar row button.image-button label, placessidebar row popover.background button.image-button label, popover.background .csd headerbar button.titlebutton label, .csd headerbar popover.background button.titlebutton label, popover.background .csd .titlebar button.titlebutton label, .csd .titlebar popover.background button.titlebutton label, popover.background #gf-candidate-popup button label, #gf-candidate-popup popover.background button label, popover.background #gf-candidate-popup .linked > button:first-child label, #gf-candidate-popup popover.background .linked > button:first-child label, popover.background #gf-candidate-popup .linked > button:last-child label, #gf-candidate-popup popover.background .linked > button:last-child label, popover.background window > grid.vertical > box.vertical > widget button label, window > grid.vertical > box.vertical > widget popover.background button label, popover.background layouttabbar button label, layouttabbar popover.background button label, popover.background layouttab button label, layouttab popover.background button label { padding: 0.20301rem 0 0.24812rem; } popover.background button.image-button { padding: 0.50376rem; } popover.background button.model.image-button { min-height: 2.00752rem; } popover.background .linked > button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); } popover.background .linked > button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #ECEFF1; } popover.background .linked > button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #ECEFF1; } popover.background .linked > button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #ECEFF1; background-color: transparent; } popover.background .linked > button:checked:disabled > label { color: inherit; } popover.background .linked > button:disabled { box-shadow: none; background-color: transparent; } .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } popover.background separator { margin: 0.22556rem 0; } /************* * Notebooks * *************/ notebook { padding: 0; } notebook.frame { border: 1px solid #37474F; transition: none; } notebook.frame > header, notebook.frame > header.frame { border-style: none; } notebook.frame > header.top { margin: -1px -1px 0 -1px; } notebook.frame > header.bottom { margin: 0 -1px -1px -1px; } notebook.frame > header.left { margin: -1px 0 -1px -1px; } notebook.frame > header.right { margin: -1px -1px -1px 0; } notebook > stack { transition: none; } notebook > stack:only-child { border: none; background-color: transparent; box-shadow: none; } notebook > stack:not(:only-child), notebook > stack:not(:first-child), notebook > stack:not(:last-child) { border: none; background-color: #455A64; box-shadow: inset 0 0 0 1px #455A64; } notebook > header { background-color: #3e515a; } notebook > header tabs { background-color: transparent; } notebook > header.top { box-shadow: 0 1px rgba(0, 0, 0, 0.11); } notebook > header.bottom { box-shadow: 0 -1px rgba(0, 0, 0, 0.11); } notebook > header.left { box-shadow: 1px 0 rgba(0, 0, 0, 0.11); } notebook > header.right { box-shadow: -1px 0 rgba(0, 0, 0, 0.11); } notebook > header.top > tabs { margin: 0 0.45113rem -1px 0.45113rem; } notebook > header.top > tabs > tab { margin: 0 -1px 0 -1px; padding: 0.3985rem 1.20301rem; border-bottom-width: 2px; box-shadow: none; } notebook > header.top > tabs > tab.reorderable-page { padding-left: 0.75188rem; padding-right: 0.75188rem; border-left-width: 1px; border-right-width: 1px; } notebook > header.bottom > tabs { margin: -1px 0.45113rem 0 0.45113rem; } notebook > header.bottom > tabs > tab { margin: 0 -1px 0 -1px; padding: 0.3985rem 1.20301rem; border-top-width: 2px; box-shadow: none; } notebook > header.bottom > tabs > tab.reorderable-page { padding-left: 1.20301rem; padding-right: 1.20301rem; border-left-width: 1px; border-right-width: 1px; } notebook > header.left > tabs { margin: 0.45113rem -1px 0.45113rem 0; } notebook > header.left > tabs > tab { margin: -1px 0 -1px 0; padding: 0.3985rem 0.75188rem; border-right-width: 2px; box-shadow: none; } notebook > header.left > tabs > tab.reorderable-page { border-bottom-width: 1px; border-top-width: 1px; } notebook > header.right > tabs { margin: 0.45113rem 0 0.45113rem -1px; } notebook > header.right > tabs > tab { margin: -1px 0 -1px 0; padding: 0.3985rem 0.75188rem; border-left-width: 2px; box-shadow: none; } notebook > header.right > tabs > tab.reorderable-page { border-bottom-width: 1px; border-top-width: 1px; } notebook > header.top tab.reorderable-page { border-bottom-width: 2px; border-bottom-color: transparent; } notebook > header.top tab.reorderable-page:hover { border-color: rgba(0, 0, 0, 0.11); border-bottom-width: 2px; border-bottom-color: rgba(0, 0, 0, 0.11); background-color: #455A64; box-shadow: none; } notebook > header.top tab.reorderable-page:checked { border-color: rgba(0, 0, 0, 0.11); border-bottom-width: 2px; border-bottom-color: #C5A68E; background-color: #455A64; box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); } notebook > header.bottom tab.reorderable-page { border-top-width: 2px; border-top-color: transparent; } notebook > header.bottom tab.reorderable-page:hover { border-color: rgba(0, 0, 0, 0.11); border-top-width: 2px; border-top-color: rgba(0, 0, 0, 0.11); background-color: #455A64; box-shadow: none; } notebook > header.bottom tab.reorderable-page:checked { border-color: rgba(0, 0, 0, 0.11); border-top-width: 2px; border-top-color: #C5A68E; background-color: #455A64; box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); } notebook > header.left tab.reorderable-page { border-right-width: 2px; border-right-color: transparent; } notebook > header.left tab.reorderable-page:hover { border-color: rgba(0, 0, 0, 0.11); border-right-width: 2px; border-right-color: rgba(0, 0, 0, 0.11); background-color: #455A64; box-shadow: none; } notebook > header.left tab.reorderable-page:checked { border-color: rgba(0, 0, 0, 0.11); border-right-width: 2px; border-right-color: #C5A68E; background-color: #455A64; box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); } notebook > header.right tab.reorderable-page { border-left-width: 2px; border-left-color: transparent; } notebook > header.right tab.reorderable-page:hover { border-color: rgba(0, 0, 0, 0.11); border-left-width: 2px; border-left-color: rgba(0, 0, 0, 0.11); background-color: #455A64; box-shadow: none; } notebook > header.right tab.reorderable-page:checked { border-color: rgba(0, 0, 0, 0.11); border-left-width: 2px; border-left-color: #C5A68E; background-color: #455A64; box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); } notebook > header > tabs > arrow { transition: none; min-height: 1.20301rem; min-width: 1.20301rem; margin: 0 0.50376rem; border-radius: 0; color: rgba(236, 239, 241, 0.5); } notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active { color: #ECEFF1; } notebook > header > tabs > arrow:disabled { color: rgba(236, 239, 241, 0.3); } notebook > header.top button, notebook > header.bottom button, notebook > header.left button, notebook > header.right button { min-height: 1.20301rem; min-width: 1.20301rem; padding: 0; border-radius: 100px; -gtk-outline-radius: 100px; } notebook > header.top button > image, notebook > header.bottom button > image, notebook > header.left button > image, notebook > header.right button > image { padding: 0.50376rem; } notebook tab { border-width: 0; border-style: solid; border-color: transparent; background-color: transparent; outline-offset: -0.45113rem; } notebook tab:hover { border-color: alpha(currentColor, 0.2); } notebook tab:checked { border-color: #C5A68E; } notebook tab label { padding: 0.09774rem; font-weight: 700; color: rgba(236, 239, 241, 0.5); } notebook tab.reorderable-page label { padding: 0.3985rem 0 0.3985rem; } notebook tab:hover label { color: #ECEFF1; } notebook tab:checked label { color: #ECEFF1; } notebook tab button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); min-width: 1.20301rem; min-height: 1.20301rem; padding: 0; border-radius: 100px; -gtk-outline-radius: 100px; background-size: 2.44361rem 2.44361rem, auto; color: rgba(236, 239, 241, 0.5); } notebook tab button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } notebook tab button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } notebook tab button:disabled { box-shadow: none; background-color: transparent; } notebook tab button > image { padding: 0.50376rem; } notebook tab:hover button, notebook tab:checked button { color: #ECEFF1; } notebook tab:hover button image, notebook tab:checked button image { color: #ECEFF1; } notebook tab:disabled button { color: rgba(236, 239, 241, 0.3); } notebook tab:disabled button image { color: rgba(236, 239, 241, 0.3); } notebook tab button.flat.image-button.small-button, notebook tab button.image-button.small-button.osd, notebook tab .image-button.small-button.button.osd, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action), .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action), headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab .menu > arrow.image-button.small-button, notebook tab .context-menu > arrow.image-button.small-button, notebook tab menu > arrow.image-button.small-button, notebook tab placessidebar row button.image-button.small-button, placessidebar row notebook tab button.image-button.small-button, notebook tab .csd headerbar button.image-button.small-button.titlebutton, .csd headerbar notebook tab button.image-button.small-button.titlebutton, notebook tab .csd .titlebar button.image-button.small-button.titlebutton, .csd .titlebar notebook tab button.image-button.small-button.titlebutton, notebook tab #gf-candidate-popup button.image-button.small-button, #gf-candidate-popup notebook tab button.image-button.small-button, notebook tab window > grid.vertical > box.vertical > widget button.image-button.small-button, window > grid.vertical > box.vertical > widget notebook tab button.image-button.small-button, notebook tab layouttabbar button.image-button.small-button, layouttabbar notebook tab button.image-button.small-button, notebook tab layouttab button.image-button.small-button, layouttab notebook tab button.image-button.small-button { min-width: 1.20301rem; min-height: 1.20301rem; padding: 0; } notebook tab button.flat.image-button.small-button > widget > box > image, notebook tab button.image-button.small-button.osd > widget > box > image, notebook tab .image-button.small-button.button.osd > widget > box > image, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, notebook tab .menu > arrow.image-button.small-button > widget > box > image, notebook tab .context-menu > arrow.image-button.small-button > widget > box > image, notebook tab menu > arrow.image-button.small-button > widget > box > image, notebook tab placessidebar row button.image-button.small-button > widget > box > image, placessidebar row notebook tab button.image-button.small-button > widget > box > image, notebook tab .csd headerbar button.image-button.small-button.titlebutton > widget > box > image, .csd headerbar notebook tab button.image-button.small-button.titlebutton > widget > box > image, notebook tab .csd .titlebar button.image-button.small-button.titlebutton > widget > box > image, .csd .titlebar notebook tab button.image-button.small-button.titlebutton > widget > box > image, notebook tab #gf-candidate-popup button.image-button.small-button > widget > box > image, #gf-candidate-popup notebook tab button.image-button.small-button > widget > box > image, notebook tab window > grid.vertical > box.vertical > widget button.image-button.small-button > widget > box > image, window > grid.vertical > box.vertical > widget notebook tab button.image-button.small-button > widget > box > image, notebook tab layouttabbar button.image-button.small-button > widget > box > image, layouttabbar notebook tab button.image-button.small-button > widget > box > image, notebook tab layouttab button.image-button.small-button > widget > box > image, layouttab notebook tab button.image-button.small-button > widget > box > image { padding: 0.50376rem; } /************** * Scrollbars * **************/ @keyframes slow_down_vert { from { min-width: 0.45113rem; } to { min-width: 0.90226rem; } } @keyframes slow_down_horz { from { min-height: 0.45113rem; } to { min-height: 0.90226rem; } } .scrollbar, scrollbar { background-color: rgba(69, 90, 100, 0.55); transition-duration: 0.2s; } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } .scrollbar.top, .scrollbar.top .trough, .scrollbar.bottom, .scrollbar.bottom .trough, .scrollbar.left, .scrollbar.left .trough, .scrollbar.right, .scrollbar.right .trough, scrollbar.top, scrollbar.top .trough, scrollbar.bottom, scrollbar.bottom .trough, scrollbar.left, scrollbar.left .trough, scrollbar.right, scrollbar.right .trough { border: none; } .scrollbar slider, .scrollbar .slider, scrollbar slider, scrollbar .slider { margin: 0; border-radius: 0; border: 0 none transparent; background-color: rgba(236, 239, 241, 0.275); } .scrollbar slider:hover, .scrollbar .slider:hover, scrollbar slider:hover, scrollbar .slider:hover { background-color: rgba(236, 239, 241, 0.4125); } .scrollbar slider:active, .scrollbar .slider:active, scrollbar slider:active, scrollbar .slider:active { background-color: #ECEFF1; } .scrollbar slider:disabled, .scrollbar .slider:disabled, scrollbar slider:disabled, scrollbar .slider:disabled { opacity: 0.4; } .scrollbar.fine-tune slider, scrollbar.fine-tune slider { margin: 0; } .scrollbar.vertical slider, .scrollbar.vertical .slider, scrollbar.vertical slider, scrollbar.vertical .slider { min-width: 0.90226rem; min-height: 2.40602rem; margin: 0; } .scrollbar.vertical.fine-tune slider, scrollbar.vertical.fine-tune slider { margin: 0; } .scrollbar.horizontal slider, .scrollbar.horizontal .slider, scrollbar.horizontal slider, scrollbar.horizontal .slider { min-width: 2.40602rem; min-height: 0.90226rem; margin: 0; } .scrollbar.horizontal.fine-tune slider, scrollbar.horizontal.fine-tune slider { margin: 0; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering), scrollbar.overlay-indicator:not(.dragging):not(.hovering) { border-color: transparent; background-color: transparent; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider, scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider { margin: 0; border: 0 none transparent; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button, scrollbar.overlay-indicator:not(.dragging):not(.hovering) button { min-width: 0.90226rem; min-height: 0.90226rem; background-color: rgba(236, 239, 241, 0.275); border-radius: 0; border: none; -gtk-icon-source: none; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider, scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider { min-width: 0.45113rem; min-height: 2.40602rem; margin: 0; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button, scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button { min-width: 0.45113rem; margin: 0; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider, scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { min-width: 2.40602rem; min-height: 0.45113rem; margin: 0; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button, scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button { min-height: 0.45113rem; margin: 0; } .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering, scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering { opacity: 0.8; } .scrollbar.overlay-indicator.hovering.vertical slider, scrollbar.overlay-indicator.hovering.vertical slider { animation: slow_down_vert 0.2s linear forwards; } .scrollbar.overlay-indicator.hovering.horizontal slider, scrollbar.overlay-indicator.hovering.horizontal slider { animation: slow_down_horz 0.2s linear forwards; } /********** * Switch * **********/ switch { outline-offset: -0.30075rem; font-size: 0; border: 0.75188rem solid transparent; border-radius: 100px; -gtk-outline-radius: 100px; background-color: alpha(currentColor, 0.2); } switch:disabled { color: rgba(236, 239, 241, 0.3); } switch:checked { background-color: rgba(0, 188, 212, 0.2); } switch:checked:disabled { background-color: rgba(0, 188, 212, 0.2); } switch:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } switch slider { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #546E7A; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); min-width: 1.50376rem; min-height: 1.50376rem; margin: -0.30075rem -0.07519rem; padding: 0; border-radius: 100px; -gtk-outline-radius: 100px; } switch:hover slider { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); } switch:checked slider { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #C5A68E; color: #FFFFFF; } switch:checked:hover slider { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #C5A68E; color: #FFFFFF; background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); } switch:checked:disabled slider { box-shadow: none; background-color: alpha(currentColor, 0.2); color: rgba(0, 188, 212, 0.4); background-color: #3F4E56; background-image: none; box-shadow: none; } switch:checked:disabled slider > label { color: inherit; } switch:disabled slider { background-color: #3F4E56; background-image: none; box-shadow: none; } row:selected switch { background-color: #3e515a; } row:selected switch:checked { background-color: #3b4c54; } row:selected switch:checked:disabled { background-color: #3b4c54; } row:selected switch slider { background-color: #3e515a; } row:selected switch:hover slider { background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); } row:selected switch:checked slider { background-color: #455A64; } row:selected switch:checked:disabled slider { background-color: #3b4c54; } grid switch { margin: 0.45113rem 0.37594rem; font-size: 0; outline-color: transparent; } grid switch slider { min-width: 3.00752rem; min-height: 1.50376rem; } grid switch, grid switch:hover, grid switch:checked, grid switch:checked:hover, grid switch:checked:disabled, grid switch:disabled { margin: 0.45113rem 0.37594rem; border: none; color: transparent; background: none; background-image: none; background-size: 40px 20px; background-repeat: no-repeat; background-position: right center; box-shadow: none; } grid switch:dir(rtl), grid switch:hover:dir(rtl), grid switch:checked:dir(rtl), grid switch:checked:hover:dir(rtl), grid switch:checked:disabled:dir(rtl), grid switch:disabled:dir(rtl) { background-position: left center; } grid switch slider, grid switch:hover slider, grid switch:checked slider, grid switch:checked:hover slider, grid switch:checked:disabled slider, grid switch:disabled slider { margin: 0; border: none; border-radius: 0; color: transparent; background: none; background-image: none; background-size: 40px 20px; background-repeat: no-repeat; background-position: right center; box-shadow: none; } grid switch slider:dir(rtl), grid switch:hover slider:dir(rtl), grid switch:checked slider:dir(rtl), grid switch:checked:hover slider:dir(rtl), grid switch:checked:disabled slider:dir(rtl), grid switch:disabled slider:dir(rtl) { background-position: left center; } grid switch:not(:hover):not(:checked):not(:disabled) { background-image: -gtk-scaled(url("assets/toggle-off-dark.png"), url("assets/toggle-off-dark@2.png")); } grid switch:hover { background-image: -gtk-scaled(url("assets/toggle-off-hover-dark.png"), url("assets/toggle-off-hover-dark@2.png")); } grid switch:checked { background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); } grid switch:checked:hover { background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); } grid switch:checked:disabled { background-image: -gtk-scaled(url("assets/toggle-on-insensitive-dark.png"), url("assets/toggle-on-insensitive-dark@2.png")); } grid switch:disabled { background-image: -gtk-scaled(url("assets/toggle-off-insensitive-dark.png"), url("assets/toggle-off-insensitive-dark@2.png")); } /************************* * Check and Radio items * *************************/ @keyframes check_radio_hover { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); } } @keyframes check_radio_active { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0.1)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.1)), to(transparent)); } } @keyframes check_radio_active_reverse { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.2)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0)), to(transparent)); } } .check, check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); -gtk-icon-shadow: none; } .check:hover, check:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); -gtk-icon-shadow: none; } .check:active, check:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); -gtk-icon-shadow: none; } .check:disabled, check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); -gtk-icon-shadow: none; } .check:indeterminate, check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); -gtk-icon-shadow: none; } .check:indeterminate:hover, check:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); -gtk-icon-shadow: none; } .check:indeterminate:active, check:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); -gtk-icon-shadow: none; } .check:indeterminate:disabled, check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); -gtk-icon-shadow: none; } .check:checked, check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); -gtk-icon-shadow: none; } .check:checked:hover, check:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); -gtk-icon-shadow: none; } .check:checked:active, check:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); -gtk-icon-shadow: none; } .check:checked:disabled, check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check, menu menuitem check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:hover, menu menuitem check:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.check:disabled, menu menuitem check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:disabled:hover, menu menuitem check:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.check:indeterminate, menu menuitem check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:indeterminate:hover, menu menuitem check:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.check:indeterminate:disabled, menu menuitem check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:indeterminate:disabled:hover, menu menuitem check:indeterminate:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.check:checked, menu menuitem check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:checked:hover, menu menuitem check:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.check:checked:disabled, menu menuitem check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.check:checked:disabled:hover, menu menuitem check:checked:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } .radio, radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); -gtk-icon-shadow: none; } .radio:hover, radio:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:active, radio:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:disabled, radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); -gtk-icon-shadow: none; } .radio:indeterminate, radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); -gtk-icon-shadow: none; } .radio:indeterminate:hover, radio:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:indeterminate:active, radio:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:indeterminate:disabled, radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); -gtk-icon-shadow: none; } .radio:checked, radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); -gtk-icon-shadow: none; } .radio:checked:hover, radio:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:checked:active, radio:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); -gtk-icon-shadow: none; } .radio:checked:disabled, radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio, menu menuitem radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:hover, menu menuitem radio:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.radio:disabled, menu menuitem radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:disabled:hover, menu menuitem radio:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.radio:indeterminate, menu menuitem radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:indeterminate:hover, menu menuitem radio:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.radio:indeterminate:disabled, menu menuitem radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:indeterminate:disabled:hover, menu menuitem radio:indeterminate:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.radio:checked, menu menuitem radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:checked:hover, menu menuitem radio:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } menu menuitem.radio:checked:disabled, menu menuitem radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png")); -gtk-icon-shadow: none; } menu menuitem.radio:checked:disabled:hover, menu menuitem radio:checked:disabled:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png")); animation: none; -gtk-icon-shadow: none; transition: none; } treeview.view check, .tweak-category check, treeview.view check:only-child, .tweak-category check:only-child, treeview.view radio, .tweak-category radio, treeview.view radio:only-child, .tweak-category radio:only-child { padding: 0; } treeview.view check:selected, .tweak-category check:selected, treeview.view check:selected:focus, .tweak-category check:selected:focus, row check:selected, row check:selected:focus, row.activatable check:selected, .view check:selected, iconview check:selected, .view text check:selected, iconview text check:selected, textview text check:selected, treeview.view header button check:selected, .tweak-category header button check:selected, row.activatable check:selected:focus, .view check:selected:focus, iconview check:selected:focus, .view text check:selected:focus, iconview text check:selected:focus, textview text check:selected:focus, treeview.view header button check:selected:focus, .tweak-category header button check:selected:focus { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view check:selected:active, .tweak-category check:selected:active, treeview.view check:selected:focus:active, .tweak-category check:selected:focus:active, row check:selected:active, row check:selected:focus:active, row.activatable check:selected:active, .view check:selected:active, iconview check:selected:active, .view text check:selected:active, iconview text check:selected:active, textview text check:selected:active, treeview.view header button check:selected:active, .tweak-category header button check:selected:active, row.activatable check:selected:focus:active, .view check:selected:focus:active, iconview check:selected:focus:active, .view text check:selected:focus:active, iconview text check:selected:focus:active, textview text check:selected:focus:active, treeview.view header button check:selected:focus:active, .tweak-category header button check:selected:focus:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate, .tweak-category check:selected:indeterminate, treeview.view check:selected:focus:indeterminate, .tweak-category check:selected:focus:indeterminate, row check:selected:indeterminate, row check:selected:focus:indeterminate, row.activatable check:selected:indeterminate, .view check:selected:indeterminate, iconview check:selected:indeterminate, .view text check:selected:indeterminate, iconview text check:selected:indeterminate, textview text check:selected:indeterminate, treeview.view header button check:selected:indeterminate, .tweak-category header button check:selected:indeterminate, row.activatable check:selected:focus:indeterminate, .view check:selected:focus:indeterminate, iconview check:selected:focus:indeterminate, .view text check:selected:focus:indeterminate, iconview text check:selected:focus:indeterminate, textview text check:selected:focus:indeterminate, treeview.view header button check:selected:focus:indeterminate, .tweak-category header button check:selected:focus:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:active, .tweak-category check:selected:indeterminate:active, treeview.view check:selected:focus:indeterminate:active, .tweak-category check:selected:focus:indeterminate:active, row check:selected:indeterminate:active, row check:selected:focus:indeterminate:active, row.activatable check:selected:indeterminate:active, .view check:selected:indeterminate:active, iconview check:selected:indeterminate:active, .view text check:selected:indeterminate:active, iconview text check:selected:indeterminate:active, textview text check:selected:indeterminate:active, treeview.view header button check:selected:indeterminate:active, .tweak-category header button check:selected:indeterminate:active, row.activatable check:selected:focus:indeterminate:active, .view check:selected:focus:indeterminate:active, iconview check:selected:focus:indeterminate:active, .view text check:selected:focus:indeterminate:active, iconview text check:selected:focus:indeterminate:active, textview text check:selected:focus:indeterminate:active, treeview.view header button check:selected:focus:indeterminate:active, .tweak-category header button check:selected:focus:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view check:selected:checked, .tweak-category check:selected:checked, treeview.view check:selected:focus:checked, .tweak-category check:selected:focus:checked, row check:selected:checked, row check:selected:focus:checked, row.activatable check:selected:checked, .view check:selected:checked, iconview check:selected:checked, .view text check:selected:checked, iconview text check:selected:checked, textview text check:selected:checked, treeview.view header button check:selected:checked, .tweak-category header button check:selected:checked, row.activatable check:selected:focus:checked, .view check:selected:focus:checked, iconview check:selected:focus:checked, .view text check:selected:focus:checked, iconview text check:selected:focus:checked, textview text check:selected:focus:checked, treeview.view header button check:selected:focus:checked, .tweak-category header button check:selected:focus:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view check:selected:checked:active, .tweak-category check:selected:checked:active, treeview.view check:selected:focus:checked:active, .tweak-category check:selected:focus:checked:active, row check:selected:checked:active, row check:selected:focus:checked:active, row.activatable check:selected:checked:active, .view check:selected:checked:active, iconview check:selected:checked:active, .view text check:selected:checked:active, iconview text check:selected:checked:active, textview text check:selected:checked:active, treeview.view header button check:selected:checked:active, .tweak-category header button check:selected:checked:active, row.activatable check:selected:focus:checked:active, .view check:selected:focus:checked:active, iconview check:selected:focus:checked:active, .view text check:selected:focus:checked:active, iconview text check:selected:focus:checked:active, textview text check:selected:focus:checked:active, treeview.view header button check:selected:focus:checked:active, .tweak-category header button check:selected:focus:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view check:selected:disabled, .tweak-category check:selected:disabled, treeview.view check:selected:focus:disabled, .tweak-category check:selected:focus:disabled, row check:selected:disabled, row check:selected:focus:disabled, row.activatable check:selected:disabled, .view check:selected:disabled, iconview check:selected:disabled, .view text check:selected:disabled, iconview text check:selected:disabled, textview text check:selected:disabled, treeview.view header button check:selected:disabled, .tweak-category header button check:selected:disabled, row.activatable check:selected:focus:disabled, .view check:selected:focus:disabled, iconview check:selected:focus:disabled, .view text check:selected:focus:disabled, iconview text check:selected:focus:disabled, textview text check:selected:focus:disabled, treeview.view header button check:selected:focus:disabled, .tweak-category header button check:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled, treeview.view check:selected:focus:indeterminate:disabled, .tweak-category check:selected:focus:indeterminate:disabled, row check:selected:indeterminate:disabled, row check:selected:focus:indeterminate:disabled, row.activatable check:selected:indeterminate:disabled, .view check:selected:indeterminate:disabled, iconview check:selected:indeterminate:disabled, .view text check:selected:indeterminate:disabled, iconview text check:selected:indeterminate:disabled, textview text check:selected:indeterminate:disabled, treeview.view header button check:selected:indeterminate:disabled, .tweak-category header button check:selected:indeterminate:disabled, row.activatable check:selected:focus:indeterminate:disabled, .view check:selected:focus:indeterminate:disabled, iconview check:selected:focus:indeterminate:disabled, .view text check:selected:focus:indeterminate:disabled, iconview text check:selected:focus:indeterminate:disabled, textview text check:selected:focus:indeterminate:disabled, treeview.view header button check:selected:focus:indeterminate:disabled, .tweak-category header button check:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled, treeview.view check:selected:focus:checked:disabled, .tweak-category check:selected:focus:checked:disabled, row check:selected:checked:disabled, row check:selected:focus:checked:disabled, row.activatable check:selected:checked:disabled, .view check:selected:checked:disabled, iconview check:selected:checked:disabled, .view text check:selected:checked:disabled, iconview text check:selected:checked:disabled, textview text check:selected:checked:disabled, treeview.view header button check:selected:checked:disabled, .tweak-category header button check:selected:checked:disabled, row.activatable check:selected:focus:checked:disabled, .view check:selected:focus:checked:disabled, iconview check:selected:focus:checked:disabled, .view text check:selected:focus:checked:disabled, iconview text check:selected:focus:checked:disabled, textview text check:selected:focus:checked:disabled, treeview.view header button check:selected:focus:checked:disabled, .tweak-category header button check:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } treeview.view radio:selected, .tweak-category radio:selected, treeview.view radio:selected:focus, .tweak-category radio:selected:focus, row radio:selected, row radio:selected:focus, row.activatable radio:selected, .view radio:selected, iconview radio:selected, .view text radio:selected, iconview text radio:selected, textview text radio:selected, treeview.view header button radio:selected, .tweak-category header button radio:selected, row.activatable radio:selected:focus, .view radio:selected:focus, iconview radio:selected:focus, .view text radio:selected:focus, iconview text radio:selected:focus, textview text radio:selected:focus, treeview.view header button radio:selected:focus, .tweak-category header button radio:selected:focus { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } treeview.view radio:selected:active, .tweak-category radio:selected:active, treeview.view radio:selected:focus:active, .tweak-category radio:selected:focus:active, row radio:selected:active, row radio:selected:focus:active, row.activatable radio:selected:active, .view radio:selected:active, iconview radio:selected:active, .view text radio:selected:active, iconview text radio:selected:active, textview text radio:selected:active, treeview.view header button radio:selected:active, .tweak-category header button radio:selected:active, row.activatable radio:selected:focus:active, .view radio:selected:focus:active, iconview radio:selected:focus:active, .view text radio:selected:focus:active, iconview text radio:selected:focus:active, textview text radio:selected:focus:active, treeview.view header button radio:selected:focus:active, .tweak-category header button radio:selected:focus:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate, .tweak-category radio:selected:indeterminate, treeview.view radio:selected:focus:indeterminate, .tweak-category radio:selected:focus:indeterminate, row radio:selected:indeterminate, row radio:selected:focus:indeterminate, row.activatable radio:selected:indeterminate, .view radio:selected:indeterminate, iconview radio:selected:indeterminate, .view text radio:selected:indeterminate, iconview text radio:selected:indeterminate, textview text radio:selected:indeterminate, treeview.view header button radio:selected:indeterminate, .tweak-category header button radio:selected:indeterminate, row.activatable radio:selected:focus:indeterminate, .view radio:selected:focus:indeterminate, iconview radio:selected:focus:indeterminate, .view text radio:selected:focus:indeterminate, iconview text radio:selected:focus:indeterminate, textview text radio:selected:focus:indeterminate, treeview.view header button radio:selected:focus:indeterminate, .tweak-category header button radio:selected:focus:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:active, .tweak-category radio:selected:indeterminate:active, treeview.view radio:selected:focus:indeterminate:active, .tweak-category radio:selected:focus:indeterminate:active, row radio:selected:indeterminate:active, row radio:selected:focus:indeterminate:active, row.activatable radio:selected:indeterminate:active, .view radio:selected:indeterminate:active, iconview radio:selected:indeterminate:active, .view text radio:selected:indeterminate:active, iconview text radio:selected:indeterminate:active, textview text radio:selected:indeterminate:active, treeview.view header button radio:selected:indeterminate:active, .tweak-category header button radio:selected:indeterminate:active, row.activatable radio:selected:focus:indeterminate:active, .view radio:selected:focus:indeterminate:active, iconview radio:selected:focus:indeterminate:active, .view text radio:selected:focus:indeterminate:active, iconview text radio:selected:focus:indeterminate:active, textview text radio:selected:focus:indeterminate:active, treeview.view header button radio:selected:focus:indeterminate:active, .tweak-category header button radio:selected:focus:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } treeview.view radio:selected:checked, .tweak-category radio:selected:checked, treeview.view radio:selected:focus:checked, .tweak-category radio:selected:focus:checked, row radio:selected:checked, row radio:selected:focus:checked, row.activatable radio:selected:checked, .view radio:selected:checked, iconview radio:selected:checked, .view text radio:selected:checked, iconview text radio:selected:checked, textview text radio:selected:checked, treeview.view header button radio:selected:checked, .tweak-category header button radio:selected:checked, row.activatable radio:selected:focus:checked, .view radio:selected:focus:checked, iconview radio:selected:focus:checked, .view text radio:selected:focus:checked, iconview text radio:selected:focus:checked, textview text radio:selected:focus:checked, treeview.view header button radio:selected:focus:checked, .tweak-category header button radio:selected:focus:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } treeview.view radio:selected:checked:active, .tweak-category radio:selected:checked:active, treeview.view radio:selected:focus:checked:active, .tweak-category radio:selected:focus:checked:active, row radio:selected:checked:active, row radio:selected:focus:checked:active, row.activatable radio:selected:checked:active, .view radio:selected:checked:active, iconview radio:selected:checked:active, .view text radio:selected:checked:active, iconview text radio:selected:checked:active, textview text radio:selected:checked:active, treeview.view header button radio:selected:checked:active, .tweak-category header button radio:selected:checked:active, row.activatable radio:selected:focus:checked:active, .view radio:selected:focus:checked:active, iconview radio:selected:focus:checked:active, .view text radio:selected:focus:checked:active, iconview text radio:selected:focus:checked:active, textview text radio:selected:focus:checked:active, treeview.view header button radio:selected:focus:checked:active, .tweak-category header button radio:selected:focus:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png")); -gtk-icon-shadow: none; } treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled, treeview.view radio:selected:focus:disabled, .tweak-category radio:selected:focus:disabled, row radio:selected:disabled, row radio:selected:focus:disabled, row.activatable radio:selected:disabled, .view radio:selected:disabled, iconview radio:selected:disabled, .view text radio:selected:disabled, iconview text radio:selected:disabled, textview text radio:selected:disabled, treeview.view header button radio:selected:disabled, .tweak-category header button radio:selected:disabled, row.activatable radio:selected:focus:disabled, .view radio:selected:focus:disabled, iconview radio:selected:focus:disabled, .view text radio:selected:focus:disabled, iconview text radio:selected:focus:disabled, textview text radio:selected:focus:disabled, treeview.view header button radio:selected:focus:disabled, .tweak-category header button radio:selected:focus:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled, treeview.view radio:selected:focus:indeterminate:disabled, .tweak-category radio:selected:focus:indeterminate:disabled, row radio:selected:indeterminate:disabled, row radio:selected:focus:indeterminate:disabled, row.activatable radio:selected:indeterminate:disabled, .view radio:selected:indeterminate:disabled, iconview radio:selected:indeterminate:disabled, .view text radio:selected:indeterminate:disabled, iconview text radio:selected:indeterminate:disabled, textview text radio:selected:indeterminate:disabled, treeview.view header button radio:selected:indeterminate:disabled, .tweak-category header button radio:selected:indeterminate:disabled, row.activatable radio:selected:focus:indeterminate:disabled, .view radio:selected:focus:indeterminate:disabled, iconview radio:selected:focus:indeterminate:disabled, .view text radio:selected:focus:indeterminate:disabled, iconview text radio:selected:focus:indeterminate:disabled, textview text radio:selected:focus:indeterminate:disabled, treeview.view header button radio:selected:focus:indeterminate:disabled, .tweak-category header button radio:selected:focus:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled, treeview.view radio:selected:focus:checked:disabled, .tweak-category radio:selected:focus:checked:disabled, row radio:selected:checked:disabled, row radio:selected:focus:checked:disabled, row.activatable radio:selected:checked:disabled, .view radio:selected:checked:disabled, iconview radio:selected:checked:disabled, .view text radio:selected:checked:disabled, iconview text radio:selected:checked:disabled, textview text radio:selected:checked:disabled, treeview.view header button radio:selected:checked:disabled, .tweak-category header button radio:selected:checked:disabled, row.activatable radio:selected:focus:checked:disabled, .view radio:selected:focus:checked:disabled, iconview radio:selected:focus:checked:disabled, .view text radio:selected:focus:checked:disabled, iconview text radio:selected:focus:checked:disabled, textview text radio:selected:focus:checked:disabled, treeview.view header button radio:selected:focus:checked:disabled, .tweak-category header button radio:selected:focus:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } .view.content-view .check:not(list), iconview.content-view .check:not(list), .view.content-view check:not(list), iconview.content-view check:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:hover:not(list), iconview.content-view .check:hover:not(list), .view.content-view check:hover:not(list), iconview.content-view check:hover:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:active:not(list), iconview.content-view .check:active:not(list), .view.content-view check:active:not(list), iconview.content-view check:active:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:disabled:not(list), iconview.content-view .check:disabled:not(list), .view.content-view check:disabled:not(list), iconview.content-view check:disabled:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode-dark.png"), url("assets/checkbox-insensitive-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:checked:not(list), iconview.content-view .check:checked:not(list), .view.content-view check:checked:not(list), iconview.content-view check:checked:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:checked:hover:not(list), iconview.content-view .check:checked:hover:not(list), .view.content-view check:checked:hover:not(list), iconview.content-view check:checked:hover:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:checked:active:not(list), iconview.content-view .check:checked:active:not(list), .view.content-view check:checked:active:not(list), iconview.content-view check:checked:active:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png")); background-color: transparent; } .view.content-view .check:disabled:checked:not(list), iconview.content-view .check:disabled:checked:not(list), .view.content-view check:disabled:checked:not(list), iconview.content-view check:disabled:checked:not(list) { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-insensitive-selectionmode-dark@2.png")); background-color: transparent; } checkbutton.text-button, radiobutton.text-button { padding: 0.20301rem 0.50376rem; outline-offset: 0; color: rgba(236, 239, 241, 0.75); } checkbutton.text-button:hover, checkbutton.text-button:active, checkbutton.text-button:checked, radiobutton.text-button:hover, radiobutton.text-button:active, radiobutton.text-button:checked { color: #ECEFF1; } radio, check { min-width: 1.20301rem; min-height: 1.20301rem; margin: -0.75188rem -0.24812rem; padding: 0.75188rem; } radio:hover, check:hover { animation: check_radio_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } radio:active, check:active { animation: check_radio_active_reverse 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards; transition-duration: 0.15s; } radio:hover:checked, radio:hover:indeterminate, check:hover:checked, check:hover:indeterminate { animation: check_radio_active 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } menu menuitem radio, menu menuitem check { min-width: 1.20301rem; min-height: 1.20301rem; margin: 0; padding: 0; } menu menuitem radio:dir(ltr), menu menuitem check:dir(ltr) { margin-right: 0.6015rem; } menu menuitem radio:dir(rtl), menu menuitem check:dir(rtl) { margin-left: 0.6015rem; } menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem check, menu menuitem check:hover, menu menuitem check:disabled { border-color: transparent; background-image: none; background-color: transparent; box-shadow: none; -gtk-icon-shadow: none; color: inherit; animation: none; } /************ * GtkScale * ************/ @keyframes scale_enlarge { from { background-size: 80%; } to { background-size: 100%; } } scale trough, scale fill { border: 1px solid transparent; border-radius: 0; background-color: alpha(currentColor, 0.2); box-shadow: none; } scale trough:disabled, scale fill:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } scale highlight { border: 1px solid transparent; border-radius: 0; background-color: #C5A68E; } scale highlight:disabled { color: rgba(236, 239, 241, 0.3); background-color: alpha(currentColor, 0.2); } scale { outline-offset: 0; outline-width: 0; min-height: 10px; min-width: 10px; padding: 10px; } scale.fine-tune { outline-offset: 0; outline-width: 0; } scale.fine-tune.horizontal { padding-top: 9px; padding-bottom: 9px; min-height: 10px; } scale.fine-tune.vertical { padding-left: 9px; padding-right: 9px; min-width: 10px; } scale.fine-tune slider { margin: -9px; } scale slider { min-height: 20px; min-width: 20px; margin: -9px; } scale slider:not(:hover):not(:active) { background-size: 80%; } scale slider { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale slider:active { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-active-dark.png"), url("assets/slider-active-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale slider:disabled { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-insensitive-dark.png"), url("assets/slider-insensitive-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale slider:hover { animation: scale_enlarge 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } scale trough, scale fill, scale highlight { min-height: 2px; min-width: 2px; border-radius: 0; border-width: 0; } scale fill { background-color: rgba(236, 239, 241, 0.1); } scale fill:disabled { border-color: transparent; background-color: transparent; } scale value { color: alpha(currentColor, 0.55); } scale separator { color: transparent; background-color: alpha(currentColor, 0.2); } scale marks { color: alpha(currentColor, 0.55); } scale marks.top { margin-bottom: 6px; margin-top: -12px; } scale marks.bottom { margin-top: 6px; margin-bottom: -12px; } scale marks.top { margin-right: 6px; margin-left: -12px; } scale marks.bottom { margin-left: 6px; margin-right: -12px; } scale.fine-tune marks.top { margin-bottom: 6px; margin-top: -9px; } scale.fine-tune marks.bottom { margin-top: 6px; margin-bottom: -9px; } scale.fine-tune marks.top { margin-right: 6px; margin-left: -9px; } scale.fine-tune marks.bottom { margin-left: 6px; margin-right: -9px; } scale.horizontal indicator { min-height: 6px; min-width: 1px; } scale.horizontal.fine-tune indicator { min-height: 3px; } scale.vertical indicator { min-height: 1px; min-width: 6px; } scale.vertical.fine-tune indicator { min-width: 3px; } scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.horizontal slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.horizontal slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.horizontal contents:first-child:not(:only-child) > trough > slider { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.horizontal contents:first-child:not(:only-child) > trough > slider:active { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(rtl) slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:active { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(rtl) slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(ltr) slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:active { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color.vertical:dir(ltr) slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled { border-style: none; border-radius: 0; background-color: transparent; background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png")); background-repeat: no-repeat; background-position: center; box-shadow: none; } scale.color { min-height: 0; min-width: 0; } scale.color trough { min-width: 2px; min-height: 2px; border-radius: 0; background-color: transparent; } scale.color.horizontal { padding: 0 0 10px 0; } scale.color.horizontal trough { padding-bottom: 5px; } scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled { margin-top: 5px; margin-bottom: -10px; } scale.color.vertical:dir(ltr) { padding: 0 0 0 10px; } scale.color.vertical:dir(ltr) trough { padding-left: 5px; } scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled { margin-left: -10px; margin-right: 5px; } scale.color.vertical:dir(rtl) { padding: 0 10px 0 0; } scale.color.vertical:dir(rtl) trough { padding-right: 5px; } scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled { margin-left: 5px; margin-right: -10px; } scale.color.fine-tune.horizontal { padding: 0 0 10px 0; } scale.color.fine-tune.horizontal trough { padding-bottom: 5px; } scale.color.fine-tune.horizontal slider { margin-top: 5px; margin-bottom: -10px; } scale.color.fine-tune.vertical:dir(ltr) { padding: 0 0 0 10px; } scale.color.fine-tune.vertical:dir(ltr) trough { padding-left: 5px; } scale.color.fine-tune.vertical:dir(ltr) slider { margin-left: -10px; margin-right: 5px; } scale.color.fine-tune.vertical:dir(rtl) { padding: 0 10px 0 0; } scale.color.fine-tune.vertical:dir(rtl) trough { padding-right: 5px; } scale.color.fine-tune.vertical:dir(rtl) slider { margin-left: 5px; margin-right: -10px; } scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled, scale.horizontal contents:last-child:not(:only-child) > trough > slider, scale.color.horizontal slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:active, scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled { margin: -15px -10px -10px -10px; } scale.horizontal contents:first-child:not(:only-child) > trough > slider, scale.horizontal contents:first-child:not(:only-child) > trough > slider:active, scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled { margin: -10px -10px -15px -10px; } scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled, scale.vertical contents:last-child:not(:only-child) > trough > slider, scale.vertical contents:last-child:not(:only-child) > trough > slider:active, scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled { margin: -10px -10px -10px -15px; } scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled, scale.vertical contents:first-child:not(:only-child) > trough > slider, scale.vertical contents:first-child:not(:only-child) > trough > slider:active, scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled { margin: -10px -15px -10px -10px; } scale.color.fine-tune.horizontal slider, scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.color.fine-tune.horizontal slider:active, scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.color.fine-tune.horizontal slider:disabled, scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled { margin: -15px -10px -10px -10px; } scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider, scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:active, scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled { margin: -10px -10px -15px -10px; } scale.color.fine-tune.vertical:dir(rtl) slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled { margin: -10px -10px -10px -15px; } scale.color.fine-tune.vertical:dir(ltr) slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider, scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:active, scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled { margin: -10px -15px -10px -10px; } /***************** * Progress bars * *****************/ progressbar { font-size: 90%; color: rgba(236, 239, 241, 0.5); } progressbar.horizontal trough, progressbar.horizontal progress { min-height: 4px; } progressbar.vertical trough, progressbar.vertical progress { min-width: 4px; } progressbar.horizontal progress { margin: 0 -1px; } progressbar.vertical progress { margin: -1px 0; } progressbar trough { box-shadow: none; border-radius: 0; background-color: rgba(77, 182, 172, 0.2); } progressbar progress { box-shadow: none; border-radius: 0; background-color: #C5A68E; } progressbar progress.left { border-top-left-radius: 0; border-bottom-left-radius: 0; } progressbar progress.right { border-top-right-radius: 0; border-bottom-right-radius: 0; } progressbar progress.top { border-top-left-radius: 0; border-top-right-radius: 0; } progressbar progress.bottom { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } progressbar.osd { min-width: 4px; min-height: 4px; } progressbar.osd trough { border-style: none; box-shadow: none; background-color: rgba(77, 182, 172, 0.2); } progressbar.osd progress { background-image: none; background-color: #C5A68E; border-style: none; border-radius: 0; } entry progress, spinbutton:not(.vertical) progress, .entry progress { margin: -10px -6px; border-style: none none solid; border-width: 2px; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; border-radius: 0; box-shadow: none; background-color: transparent; background-image: none; } /************* * Level Bar * *************/ levelbar { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } levelbar block { min-width: 36px; min-height: 4px; } levelbar.vertical block { min-width: 4px; min-height: 36px; } levelbar trough { padding: 2px; border-radius: 2px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } levelbar trough:disabled { box-shadow: none; } levelbar trough.horizontal { padding: 2px 1px; } levelbar trough.vertical { padding: 1px 2px; } levelbar.horizontal.discrete block { margin: 0 1px; } levelbar.vertical.discrete block { margin: 1px 0; } levelbar block { border-radius: 0; border: none; box-shadow: none; } levelbar block.low { background-color: #FF9800; } levelbar block:not(.empty), levelbar block.high { background-color: #C5A68E; } levelbar block.full { background-color: #00E676; } levelbar block.empty { background-color: alpha(currentColor, 0.2); } /**************** * Print dialog * *****************/ printdialog paper { padding: 0; color: #ECEFF1; border: 1px solid rgba(0, 0, 0, 0.11); background-color: white; } printdialog .dialog-action-box { margin: 0.90226rem; } /********** * Frames * **********/ frame > border, .frame { margin: 0; padding: 0; border-radius: 0; border: 1px solid rgba(0, 0, 0, 0.11); box-shadow: none; } frame > border.flat, .frame.flat { border-style: none; } actionbar > frame > border { border-width: 1px 0 0; } actionbar > revealer > box { padding: 0.3985rem; border-top: 1px solid rgba(0, 0, 0, 0.11); } placessidebar viewport.frame, scrolledwindow viewport.frame, placessidebar viewport.frame { border-style: none; } placessidebar overshoot.top, scrolledwindow overshoot.top, placessidebar overshoot.top { background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent)); background-repeat: no-repeat; background-position: center top; background-color: transparent; border: none; box-shadow: none; } placessidebar overshoot.bottom, scrolledwindow overshoot.bottom, placessidebar overshoot.bottom { background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent)); background-repeat: no-repeat; background-position: center bottom; background-color: transparent; border: none; box-shadow: none; } placessidebar overshoot.left, scrolledwindow overshoot.left, placessidebar overshoot.left { background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent)); background-repeat: no-repeat; background-position: left center; background-color: transparent; border: none; box-shadow: none; } placessidebar overshoot.right, scrolledwindow overshoot.right, placessidebar overshoot.right { background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent)); background-repeat: no-repeat; background-position: right center; background-color: transparent; border: none; box-shadow: none; } placessidebar undershoot.top, scrolledwindow undershoot.top, placessidebar undershoot.top { background-color: transparent; background-image: linear-gradient(to top, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94)); padding-top: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; } placessidebar undershoot.bottom, scrolledwindow undershoot.bottom, placessidebar undershoot.bottom { background-color: transparent; background-image: linear-gradient(to bottom, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94)); padding-bottom: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; } placessidebar undershoot.left, scrolledwindow undershoot.left, placessidebar undershoot.left { background-color: transparent; background-image: linear-gradient(to left, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94)); padding-left: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; } placessidebar undershoot.right, scrolledwindow undershoot.right, placessidebar undershoot.right { background-color: transparent; background-image: linear-gradient(to right, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94)); padding-right: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; } placessidebar junction, scrolledwindow junction, placessidebar junction { border-color: transparent; border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 1px, transparent 1px) 0 0 0 1/0 1px stretch; background-color: #455A64; } placessidebar junction:dir(rtl), scrolledwindow junction:dir(rtl), placessidebar junction:dir(rtl) { border-image-slice: 0 1 0 0; } separator { color: transparent; background-color: rgba(0, 0, 0, 0.11); min-width: 1px; min-height: 1px; } /********* * Lists * *********/ list { border-color: rgba(0, 0, 0, 0.11); background-color: #455A64; } row { padding: 2px; } row.activatable, .view, iconview, .view text, iconview text, textview text, treeview.view header button, .tweak-category header button { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); background-repeat: no-repeat; background-position: center, center; background-size: 20.0188rem 20.0188rem, auto; } row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup, .view text.has-open-popup, iconview text.has-open-popup, textview text.has-open-popup, treeview.view header button.has-open-popup, .tweak-category header button.has-open-popup, row.activatable:hover, .view:hover, iconview:hover, .view text:hover, iconview text:hover, textview text:hover, treeview.view header button:hover, .tweak-category header button:hover { transition: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.05)); } row.activatable:active, .view:active, iconview:active, .view text:active, iconview text:active, textview text:active, treeview.view header button:active, .tweak-category header button:active { animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } row button.image-button { padding: 0.6015rem; background-size: 2.44361rem 2.44361rem, auto; } row button.circular { min-width: 1rem; min-height: 1rem; padding: 0.6015rem; background-size: 2.44361rem 2.44361rem, auto; } row:selected button:disabled { color: rgba(255, 255, 255, 0.34); } row:selected button.flat, row:selected button.osd.image-button, row:selected .button.osd.image-button, row:selected .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:not(.suggested-action):not(.destructive-action), row:selected headerbar button:not(.suggested-action):not(.destructive-action), headerbar row:selected button:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow, row:selected .context-menu > arrow, row:selected menu > arrow, placessidebar row:selected button.image-button, row:selected .csd headerbar button.titlebutton, .csd headerbar row:selected button.titlebutton, row:selected .csd .titlebar button.titlebutton, .csd .titlebar row:selected button.titlebutton, row:selected #gf-candidate-popup button, #gf-candidate-popup row:selected button, row:selected #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup row:selected .linked > button:first-child, row:selected #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup row:selected .linked > button:last-child, row:selected window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget row:selected button, row:selected layouttabbar button, layouttabbar row:selected button, row:selected layouttab button, layouttab row:selected button { color: rgba(255, 255, 255, 0.85); } row:selected button.flat:hover, row:selected button.osd.image-button:hover, row:selected .button.osd.image-button:hover, row:selected .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:hover, row:selected .context-menu > arrow:hover, row:selected menu > arrow:hover, placessidebar row:selected button.image-button:hover, row:selected .csd headerbar button.titlebutton:hover, .csd headerbar row:selected button.titlebutton:hover, row:selected .csd .titlebar button.titlebutton:hover, .csd .titlebar row:selected button.titlebutton:hover, row:selected #gf-candidate-popup button:hover, #gf-candidate-popup row:selected button:hover, row:selected window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget row:selected button:hover, row:selected layouttabbar button:hover, layouttabbar row:selected button:hover, row:selected layouttab button:hover, layouttab row:selected button:hover, row:selected button.flat:active, row:selected button.osd.image-button:active, row:selected .button.osd.image-button:active, row:selected .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:active, row:selected .context-menu > arrow:active, row:selected menu > arrow:active, placessidebar row:selected button.image-button:active, row:selected .csd headerbar button.titlebutton:active, .csd headerbar row:selected button.titlebutton:active, row:selected .csd .titlebar button.titlebutton:active, .csd .titlebar row:selected button.titlebutton:active, row:selected #gf-candidate-popup button:active, #gf-candidate-popup row:selected button:active, row:selected window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget row:selected button:active, row:selected layouttabbar button:active, layouttabbar row:selected button:active, row:selected layouttab button:active, layouttab row:selected button:active { color: #FFFFFF; } row:selected button.flat:disabled, row:selected button.osd.image-button:disabled, row:selected .button.osd.image-button:disabled, row:selected .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:disabled, row:selected .context-menu > arrow:disabled, row:selected menu > arrow:disabled, placessidebar row:selected button.image-button:disabled, row:selected .csd headerbar button.titlebutton:disabled, .csd headerbar row:selected button.titlebutton:disabled, row:selected .csd .titlebar button.titlebutton:disabled, .csd .titlebar row:selected button.titlebutton:disabled, row:selected #gf-candidate-popup button:disabled, #gf-candidate-popup row:selected button:disabled, row:selected window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget row:selected button:disabled, row:selected layouttabbar button:disabled, layouttabbar row:selected button:disabled, row:selected layouttab button:disabled, layouttab row:selected button:disabled { color: rgba(255, 255, 255, 0.34); } row:hover { transition: none; } /********************* * App Notifications * *********************/ .app-notification border, .app-notification.frame border { border: none; } /************* * Expanders * *************/ expander { padding: 0.20301rem 0.30075rem 0.24812rem; } expander arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); min-width: 1.20301rem; min-height: 1.20301rem; } expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } expander arrow:not(:hover):not(:active) { color: alpha(currentColor, 0.75); } expander arrow:selected { color: #FFFFFF; } expander label { color: rgba(236, 239, 241, 0.75); } expander label:hover, expander label:active { color: #ECEFF1; } expander label:selected { color: #FFFFFF; } /************ * Calendar * ***********/ calendar { margin: 0.6015rem 0; padding: 0.3985rem 0.09774rem 0.20301rem; border: 1px solid rgba(0, 0, 0, 0.11); color: #ECEFF1; } calendar:selected { border: none; border-radius: 100px; color: #FFFFFF; background-color: transparent; background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png")); background-size: 1.45113rem 1.45113rem; background-position: center top; background-repeat: no-repeat; } calendar.header { border: 1px solid transparent; border-bottom-color: rgba(0, 0, 0, 0.11); border-radius: 0; } calendar.button, calendar.header.button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: alpha(currentColor, 0.2); background-size: 2.44361rem 2.44361rem, auto; } calendar.button:hover, calendar.header.button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } calendar.button:active, calendar.header.button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } calendar.button:disabled, calendar.header.button:disabled { box-shadow: none; background-color: transparent; } calendar:indeterminate { color: alpha(currentColor, 0.2); } calendar.highlight { color: alpha(currentColor, 0.55); font-size: 90%; font-weight: 500; } /*********** * Dialogs * ***********/ messagedialog .titlebar { min-height: 1.50376rem; border-style: none; border-top-left-radius: 2px; border-top-right-radius: 2px; color: rgba(236, 239, 241, 0.75); background-color: #322F22; } messagedialog entry, messagedialog spinbutton:not(.vertical), messagedialog entry:focus, messagedialog spinbutton:focus:not(.vertical) { color: #ECEFF1; caret-color: #ECEFF1; } messagedialog entry:disabled, messagedialog spinbutton:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.3); } messagedialog button { color: #C5A68E); } messagedialog button:hover, messagedialog button:active, messagedialog button:checked { color: #C5A68E; } messagedialog button:disabled { color: rgba(236, 239, 241, 0.3); } messagedialog .linked > button { border: 2px solid transparent; border-radius: 2px; -gtk-outline-radius: 2px; border-image: none; box-shadow: none; } messagedialog check { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); } messagedialog radio { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); } messagedialog check:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); } messagedialog radio:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); } messagedialog check:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); } messagedialog radio:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); } messagedialog check:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); } messagedialog radio:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); } messagedialog check:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); } messagedialog radio:indeterminate { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); } messagedialog check:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); } messagedialog radio:indeterminate:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); } messagedialog check:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); } messagedialog radio:indeterminate:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); } messagedialog check:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); } messagedialog radio:indeterminate:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); } messagedialog check:checked { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); } messagedialog radio:checked { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); } messagedialog check:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); } messagedialog radio:checked:hover { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); } messagedialog check:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); } messagedialog radio:checked:active { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); } messagedialog check:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); } messagedialog radio:checked:disabled { -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); } messagedialog checkbutton.text-button, messagedialog radiobutton.text-button { color: rgba(236, 239, 241, 0.75); } messagedialog checkbutton.text-button:hover, messagedialog checkbutton.text-button:active, messagedialog checkbutton.text-button:checked, messagedialog radiobutton.text-button:hover, messagedialog radiobutton.text-button:active, messagedialog radiobutton.text-button:checked { color: #ECEFF1; } messagedialog checkbutton.text-button:disabled, messagedialog checkbutton.text-button:disabled:active, messagedialog checkbutton.text-button:disabled:indeterminate, messagedialog radiobutton.text-button:disabled, messagedialog radiobutton.text-button:disabled:active, messagedialog radiobutton.text-button:disabled:indeterminate { color: rgba(236, 239, 241, 0.3); } messagedialog.csd.background { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } messagedialog.background, messagedialog.csd.background { color: rgba(236, 239, 241, 0.75); background-color: #322F22; opacity: 0.9; } messagedialog.background .dialog-action-area button, messagedialog.background .dialog-action-area .linked > button, messagedialog.csd.background .dialog-action-area button, messagedialog.csd.background .dialog-action-area .linked > button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); border: 2px solid transparent; border-radius: 0; color: rgba(236, 239, 241, 0.75); font-size: initial; font-weight: 700; background-size: 9.96241rem 9.96241rem, auto; box-shadow: none; background-color: transparent; color: #C5A68E); } messagedialog.background .dialog-action-area button:hover, messagedialog.background .dialog-action-area .linked > button:hover, messagedialog.csd.background .dialog-action-area button:hover, messagedialog.csd.background .dialog-action-area .linked > button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #C5A68E; } messagedialog.background .dialog-action-area button:active, messagedialog.background .dialog-action-area .linked > button:active, messagedialog.csd.background .dialog-action-area button:active, messagedialog.csd.background .dialog-action-area .linked > button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #C5A68E; } messagedialog.background .dialog-action-area button:checked, messagedialog.background .dialog-action-area .linked > button:checked, messagedialog.csd.background .dialog-action-area button:checked, messagedialog.csd.background .dialog-action-area .linked > button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #C5A68E); } messagedialog.background .dialog-action-area button:disabled, messagedialog.background .dialog-action-area .linked > button:disabled, messagedialog.csd.background .dialog-action-area button:disabled, messagedialog.csd.background .dialog-action-area .linked > button:disabled { box-shadow: none; background-color: transparent; } messagedialog.background .dialog-action-area button:first-child, messagedialog.background .dialog-action-area .linked > button:first-child, messagedialog.csd.background .dialog-action-area button:first-child, messagedialog.csd.background .dialog-action-area .linked > button:first-child { border-radius: 0 0 0 2px; border-right-width: 0; } messagedialog.background .dialog-action-area button:last-child, messagedialog.background .dialog-action-area .linked > button:last-child, messagedialog.csd.background .dialog-action-area button:last-child, messagedialog.csd.background .dialog-action-area .linked > button:last-child { border-radius: 0 0 2px 0; border-left-width: 0; } filechooser .dialog-action-box { border-top: 1px solid rgba(0, 0, 0, 0.11); } filechooser #pathbarbox { border-bottom: 1px solid #3e515a; } filechooserbutton:drop(active) { box-shadow: none; border-color: transparent; } /*********** * Sidebar * ***********/ .sidebar { border: none; color: rgba(236, 239, 241, 0.75); background-color: #3b4c54; } .sidebar:dir(ltr), .sidebar list:dir(ltr) { box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .sidebar:dir(rtl), .sidebar list:dir(rtl) { box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .sidebar treeview.view, .sidebar .tweak-category, .sidebar .frame, .sidebar list { background-color: transparent; } .sidebar treeview.view, .sidebar .tweak-category { box-shadow: none; } .sidebar .frame list { box-shadow: none; } .sidebar list, .sidebar row, .sidebar row.activatable, .sidebar .view, .sidebar iconview, .sidebar .view text, .view .sidebar text, .sidebar iconview text, iconview .sidebar text, .sidebar textview text, textview .sidebar text, .sidebar treeview.view header button, treeview.view header .sidebar button, .sidebar .tweak-category header button, .tweak-category header .sidebar button { color: rgba(236, 239, 241, 0.75); background-color: transparent; font-weight: 500; } .sidebar list:hover, .sidebar row:hover, .sidebar row.activatable:hover, .sidebar .view:hover, .sidebar iconview:hover, .sidebar .view text:hover, .view .sidebar text:hover, .sidebar iconview text:hover, iconview .sidebar text:hover, .sidebar textview text:hover, textview .sidebar text:hover, .sidebar treeview.view header button:hover, treeview.view header .sidebar button:hover, .sidebar .tweak-category header button:hover, .tweak-category header .sidebar button:hover { color: #ECEFF1; } .sidebar list:selected, .sidebar row:selected, .sidebar row.activatable:selected, .sidebar .view:selected, .sidebar iconview:selected, .sidebar .view text:selected, .view .sidebar text:selected, .sidebar iconview text:selected, iconview .sidebar text:selected, .sidebar textview text:selected, textview .sidebar text:selected, .sidebar treeview.view header button:selected, treeview.view header .sidebar button:selected, .sidebar .tweak-category header button:selected, .tweak-category header .sidebar button:selected { color: #C5A68E; background-color: transparent; } .sidebar list:selected label, .sidebar row:selected label, .sidebar row.activatable:selected label, .sidebar .view:selected label, .sidebar iconview:selected label, .sidebar .view text:selected label, .view .sidebar text:selected label, .sidebar iconview text:selected label, iconview .sidebar text:selected label, .sidebar textview text:selected label, textview .sidebar text:selected label, .sidebar treeview.view header button:selected label, treeview.view header .sidebar button:selected label, .sidebar .tweak-category header button:selected label, .tweak-category header .sidebar button:selected label { color: #C5A68E; } .sidebar overshoot, .sidebar undershoot { box-shadow: none; } stacksidebar row, stacksidebar row.activatable, stacksidebar .view, stacksidebar iconview, stacksidebar .view text, .view stacksidebar text, stacksidebar iconview text, iconview stacksidebar text, stacksidebar textview text, textview stacksidebar text, stacksidebar treeview.view header button, treeview.view header stacksidebar button, stacksidebar .tweak-category header button, .tweak-category header stacksidebar button { padding: 0.3985rem 0.6015rem 0.50376rem; color: rgba(236, 239, 241, 0.75); background-color: transparent; font-weight: 500; } stacksidebar row > label, stacksidebar row.activatable > label, stacksidebar .view > label, stacksidebar iconview > label, stacksidebar .view text > label, .view stacksidebar text > label, stacksidebar iconview text > label, iconview stacksidebar text > label, stacksidebar textview text > label, textview stacksidebar text > label, stacksidebar treeview.view header button > label, treeview.view header stacksidebar button > label, stacksidebar .tweak-category header button > label, .tweak-category header stacksidebar button > label { padding-left: 0.3985rem; padding-right: 0.3985rem; } stacksidebar row:hover, stacksidebar row.activatable:hover, stacksidebar .view:hover, stacksidebar iconview:hover, stacksidebar .view text:hover, .view stacksidebar text:hover, stacksidebar iconview text:hover, iconview stacksidebar text:hover, stacksidebar textview text:hover, textview stacksidebar text:hover, stacksidebar treeview.view header button:hover, treeview.view header stacksidebar button:hover, stacksidebar .tweak-category header button:hover, .tweak-category header stacksidebar button:hover { color: #ECEFF1; } stacksidebar row:selected, stacksidebar row.activatable:selected, stacksidebar .view:selected, stacksidebar iconview:selected, stacksidebar .view text:selected, .view stacksidebar text:selected, stacksidebar iconview text:selected, iconview stacksidebar text:selected, stacksidebar textview text:selected, textview stacksidebar text:selected, stacksidebar treeview.view header button:selected, treeview.view header stacksidebar button:selected, stacksidebar .tweak-category header button:selected, .tweak-category header stacksidebar button:selected { color: #C5A68E; background-color: transparent; } stacksidebar row:selected label, stacksidebar row.activatable:selected label, stacksidebar .view:selected label, stacksidebar iconview:selected label, stacksidebar .view text:selected label, .view stacksidebar text:selected label, stacksidebar iconview text:selected label, iconview stacksidebar text:selected label, stacksidebar textview text:selected label, textview stacksidebar text:selected label, stacksidebar treeview.view header button:selected label, treeview.view header stacksidebar button:selected label, stacksidebar .tweak-category header button:selected label, .tweak-category header stacksidebar button:selected label { color: #C5A68E; } stacksidebar row:backdrop, stacksidebar row.activatable:backdrop, stacksidebar .view:backdrop, stacksidebar iconview:backdrop, stacksidebar .view text:backdrop, .view stacksidebar text:backdrop, stacksidebar iconview text:backdrop, iconview stacksidebar text:backdrop, stacksidebar textview text:backdrop, textview stacksidebar text:backdrop, stacksidebar treeview.view header button:backdrop, treeview.view header stacksidebar button:backdrop, stacksidebar .tweak-category header button:backdrop, .tweak-category header stacksidebar button:backdrop { opacity: 1.0; } stacksidebar .frame list { background-color: rgba(18, 22, 0, 0.04); } stacksidebar .frame list:dir(ltr) { box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); } stacksidebar .frame list:dir(rtl) { box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); } stacksidebar separator, stacksidebar .separator { min-height: 0; border-color: transparent; background-color: transparent; color: transparent; } /**************** * File chooser * ****************/ placessidebar list, placessidebar row { background-color: #3b4c54; } placessidebar row { padding: 0.3985rem 0 0.50376rem; } placessidebar row > revealer { padding: 0.30075rem 1.05263rem 0.30075rem 0.90226rem; } placessidebar row image.sidebar-icon { opacity: 0.75; } placessidebar row image.sidebar-icon:dir(ltr) { padding-right: 0.50376rem; } placessidebar row image.sidebar-icon:dir(rtl) { padding-left: 0.50376rem; } placessidebar row label.sidebar-label:dir(ltr) { padding-right: 0.15038rem; } placessidebar row label.sidebar-label:dir(rtl) { padding-left: 0.15038rem; } placessidebar row button.image-button { padding: 0.50376rem; } placessidebar row:selected { color: #C5A68E; } placessidebar row:selected label { color: #C5A68E; } placessidebar row:selected button.image-button { color: #4DD0E1; } placessidebar row:selected button.image-button:hover, placessidebar row:selected button.image-button:active { color: #C5A68E; } placessidebar row.sidebar-placeholder-row { border: solid 1px #C5A68E; } placessidebar row.sidebar-new-bookmark-row { color: #C5A68E; } placessidebar row:drop(active):not(:disabled) { color: #C5A68E; box-shadow: inset 0 1px #C5A68E, inset 0 -1px #C5A68E; } placessidebar row:drop(active):not(:disabled):selected { color: #FFFFFF; background-color: #C5A68E; } placesview row.activatable:hover, placesview .view:hover, placesview iconview:hover, placesview .view text:hover, .view placesview text:hover, placesview iconview text:hover, iconview placesview text:hover, placesview textview text:hover, textview placesview text:hover, placesview treeview.view header button:hover, treeview.view header placesview button:hover, placesview .tweak-category header button:hover, .tweak-category header placesview button:hover { background-color: transparent; } placesview > actionbar > revealer > box > label { padding-left: 0.6015rem; padding-right: 0.6015rem; } /********* * Paned * *********/ paned > separator { min-width: 1px; min-height: 1px; border-style: none; background-color: transparent; -gtk-icon-source: none; background-image: image(rgba(0, 0, 0, 0.11)); background-size: 1px 1px; transition: none; } paned > separator:backdrop, paned > separator:selected { background-image: image(#37474F); transition: none; } window paned > separator, window paned > separator:backdrop, window paned > separator:selected { background-image: image(rgba(0, 0, 0, 0.06)); transition: none; } window > grid.vertical paned > separator, window > grid.vertical paned > separator:backdrop, window > grid.vertical paned > separator:selected { background-image: image(#37474F); transition: none; } paned > separator.wide, button paned > separator, button paned > .separator, .button paned > separator, .button paned > .separator, stacksidebar paned > separator, stacksidebar paned > .separator, .tweak-categories paned > separator, .tweak-categories paned > .separator, window overlay > grid > frame > grid list paned > separator { min-width: 0.45113rem; min-height: 0.45113rem; margin: 0; padding: 0; background-color: #3e515a; background-image: image(#37474F), image(#37474F); background-size: 1px 1px, 1px 1px; } paned > separator.wide:backdrop, button paned > separator:backdrop, button paned > .separator:backdrop, .button paned > separator:backdrop, .button paned > .separator:backdrop, stacksidebar paned > separator:backdrop, stacksidebar paned > .separator:backdrop, .tweak-categories paned > separator:backdrop, .tweak-categories paned > .separator:backdrop, window overlay > grid > frame > grid list paned > separator:backdrop, paned > separator.wide:selected, button paned > separator:selected, button paned > .separator:selected, .button paned > separator:selected, .button paned > .separator:selected, stacksidebar paned > separator:selected, stacksidebar paned > .separator:selected, .tweak-categories paned > separator:selected, .tweak-categories paned > .separator:selected, window overlay > grid > frame > grid list paned > separator:selected { background-image: image(#37474F), image(#37474F); } paned.horizontal > separator { background-repeat: repeat-y; } paned.horizontal > separator:dir(ltr) { margin: 0 -0.6015rem 0 0; padding: 0 0.6015rem 0 0; } paned.horizontal > separator:dir(rtl) { margin: 0 0 0 -0.6015rem; padding: 0 0 0 0.6015rem; } paned.horizontal > separator.wide, button paned.horizontal > separator, button paned.horizontal > .separator, .button paned.horizontal > separator, .button paned.horizontal > .separator, stacksidebar paned.horizontal > separator, stacksidebar paned.horizontal > .separator, .tweak-categories paned.horizontal > separator, .tweak-categories paned.horizontal > .separator, window overlay > grid > frame > grid list paned.horizontal > separator { background-repeat: repeat-y, repeat-y; background-position: left, right; } paned.vertical > separator { margin: 0 0 -0.6015rem 0; padding: 0 0 0.6015rem 0; background-repeat: repeat-x; background-position: top; } paned.vertical > separator.wide, button paned.vertical > separator, button paned.vertical > .separator, .button paned.vertical > separator, .button paned.vertical > .separator, stacksidebar paned.vertical > separator, stacksidebar paned.vertical > .separator, .tweak-categories paned.vertical > separator, .tweak-categories paned.vertical > .separator, window overlay > grid > frame > grid list paned.vertical > separator { background-repeat: repeat-x, repeat-x; background-position: bottom, top; } /************** * GtkInfoBar * **************/ infobar, NautilusTrashBar { padding: 0.3985rem; border-width: 0 0 1px; border-style: solid; border-color: #37474F; background-color: #3b4c54; } .info:not(.error), .question:not(.error), .warning:not(.error), .error:not(.error) { color: rgba(38, 50, 56, 0.75); } .info button, .question button, .warning button, .error button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(38, 50, 56, 0.75); } .info button:hover, .question button:hover, .warning button:hover, .error button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #263238; } .info button:active, .question button:active, .warning button:active, .error button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #263238; } .info button:checked, .question button:checked, .warning button:checked, .error button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #263238; } .info button:disabled, .question button:disabled, .warning button:disabled, .error button:disabled { color: rgba(38, 50, 56, 0.3); } .info button.flat, .info button.osd.image-button, .info .button.osd.image-button, .info .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .info button:not(.suggested-action):not(.destructive-action), .info headerbar button:not(.suggested-action):not(.destructive-action), headerbar .info button:not(.suggested-action):not(.destructive-action), .info .menu > arrow, .info .context-menu > arrow, .info menu > arrow, .info placessidebar row button.image-button, placessidebar row .info button.image-button, .info .csd headerbar button.titlebutton, .csd headerbar .info button.titlebutton, .info .csd .titlebar button.titlebutton, .csd .titlebar .info button.titlebutton, .info #gf-candidate-popup button, #gf-candidate-popup .info button, .info #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .info .linked > button:first-child, .info #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup .info .linked > button:last-child, .info window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .info button, .info layouttabbar button, layouttabbar .info button, .info layouttab button, layouttab .info button, .question button.flat, .question button.osd.image-button, .question .button.osd.image-button, .question .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .question button:not(.suggested-action):not(.destructive-action), .question headerbar button:not(.suggested-action):not(.destructive-action), headerbar .question button:not(.suggested-action):not(.destructive-action), .question .menu > arrow, .question .context-menu > arrow, .question menu > arrow, .question placessidebar row button.image-button, placessidebar row .question button.image-button, .question .csd headerbar button.titlebutton, .csd headerbar .question button.titlebutton, .question .csd .titlebar button.titlebutton, .csd .titlebar .question button.titlebutton, .question #gf-candidate-popup button, #gf-candidate-popup .question button, .question #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .question .linked > button:first-child, .question #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup .question .linked > button:last-child, .question window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .question button, .question layouttabbar button, layouttabbar .question button, .question layouttab button, layouttab .question button, .warning button.flat, .warning button.osd.image-button, .warning .button.osd.image-button, .warning .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .warning button:not(.suggested-action):not(.destructive-action), .warning headerbar button:not(.suggested-action):not(.destructive-action), headerbar .warning button:not(.suggested-action):not(.destructive-action), .warning .menu > arrow, .warning .context-menu > arrow, .warning menu > arrow, .warning placessidebar row button.image-button, placessidebar row .warning button.image-button, .warning .csd headerbar button.titlebutton, .csd headerbar .warning button.titlebutton, .warning .csd .titlebar button.titlebutton, .csd .titlebar .warning button.titlebutton, .warning #gf-candidate-popup button, #gf-candidate-popup .warning button, .warning #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .warning .linked > button:first-child, .warning #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup .warning .linked > button:last-child, .warning window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .warning button, .warning layouttabbar button, layouttabbar .warning button, .warning layouttab button, layouttab .warning button, .error button.flat, .error button.osd.image-button, .error .button.osd.image-button, .error .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .error button:not(.suggested-action):not(.destructive-action), .error headerbar button:not(.suggested-action):not(.destructive-action), headerbar .error button:not(.suggested-action):not(.destructive-action), .error .menu > arrow, .error .context-menu > arrow, .error menu > arrow, .error placessidebar row button.image-button, placessidebar row .error button.image-button, .error .csd headerbar button.titlebutton, .csd headerbar .error button.titlebutton, .error .csd .titlebar button.titlebutton, .csd .titlebar .error button.titlebutton, .error #gf-candidate-popup button, #gf-candidate-popup .error button, .error #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .error .linked > button:first-child, .error #gf-candidate-popup .linked > button:last-child, #gf-candidate-popup .error .linked > button:last-child, .error window > grid.vertical > box.vertical > widget button, window > grid.vertical > box.vertical > widget .error button, .error layouttabbar button, layouttabbar .error button, .error layouttab button, layouttab .error button { color: rgba(38, 50, 56, 0.75); } .info button.flat:hover, .info button.osd.image-button:hover, .info .button.osd.image-button:hover, .info .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info button:hover:not(.suggested-action):not(.destructive-action), .info headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar .info button:hover:not(.suggested-action):not(.destructive-action), .info .menu > arrow:hover, .info .context-menu > arrow:hover, .info menu > arrow:hover, .info placessidebar row button.image-button:hover, placessidebar row .info button.image-button:hover, .info .csd headerbar button.titlebutton:hover, .csd headerbar .info button.titlebutton:hover, .info .csd .titlebar button.titlebutton:hover, .csd .titlebar .info button.titlebutton:hover, .info #gf-candidate-popup button:hover, #gf-candidate-popup .info button:hover, .info window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .info button:hover, .info layouttabbar button:hover, layouttabbar .info button:hover, .info layouttab button:hover, layouttab .info button:hover, .info button.flat:active, .info button.osd.image-button:active, .info .button.osd.image-button:active, .info .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .info button:active:not(.suggested-action):not(.destructive-action), .info headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar .info button:active:not(.suggested-action):not(.destructive-action), .info .menu > arrow:active, .info .context-menu > arrow:active, .info menu > arrow:active, .info placessidebar row button.image-button:active, placessidebar row .info button.image-button:active, .info .csd headerbar button.titlebutton:active, .csd headerbar .info button.titlebutton:active, .info .csd .titlebar button.titlebutton:active, .csd .titlebar .info button.titlebutton:active, .info #gf-candidate-popup button:active, #gf-candidate-popup .info button:active, .info window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget .info button:active, .info layouttabbar button:active, layouttabbar .info button:active, .info layouttab button:active, layouttab .info button:active, .question button.flat:hover, .question button.osd.image-button:hover, .question .button.osd.image-button:hover, .question .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .question button:hover:not(.suggested-action):not(.destructive-action), .question headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar .question button:hover:not(.suggested-action):not(.destructive-action), .question .menu > arrow:hover, .question .context-menu > arrow:hover, .question menu > arrow:hover, .question placessidebar row button.image-button:hover, placessidebar row .question button.image-button:hover, .question .csd headerbar button.titlebutton:hover, .csd headerbar .question button.titlebutton:hover, .question .csd .titlebar button.titlebutton:hover, .csd .titlebar .question button.titlebutton:hover, .question #gf-candidate-popup button:hover, #gf-candidate-popup .question button:hover, .question window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .question button:hover, .question layouttabbar button:hover, layouttabbar .question button:hover, .question layouttab button:hover, layouttab .question button:hover, .question button.flat:active, .question button.osd.image-button:active, .question .button.osd.image-button:active, .question .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .question button:active:not(.suggested-action):not(.destructive-action), .question headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar .question button:active:not(.suggested-action):not(.destructive-action), .question .menu > arrow:active, .question .context-menu > arrow:active, .question menu > arrow:active, .question placessidebar row button.image-button:active, placessidebar row .question button.image-button:active, .question .csd headerbar button.titlebutton:active, .csd headerbar .question button.titlebutton:active, .question .csd .titlebar button.titlebutton:active, .csd .titlebar .question button.titlebutton:active, .question #gf-candidate-popup button:active, #gf-candidate-popup .question button:active, .question window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget .question button:active, .question layouttabbar button:active, layouttabbar .question button:active, .question layouttab button:active, layouttab .question button:active, .warning button.flat:hover, .warning button.osd.image-button:hover, .warning .button.osd.image-button:hover, .warning .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .warning button:hover:not(.suggested-action):not(.destructive-action), .warning headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar .warning button:hover:not(.suggested-action):not(.destructive-action), .warning .menu > arrow:hover, .warning .context-menu > arrow:hover, .warning menu > arrow:hover, .warning placessidebar row button.image-button:hover, placessidebar row .warning button.image-button:hover, .warning .csd headerbar button.titlebutton:hover, .csd headerbar .warning button.titlebutton:hover, .warning .csd .titlebar button.titlebutton:hover, .csd .titlebar .warning button.titlebutton:hover, .warning #gf-candidate-popup button:hover, #gf-candidate-popup .warning button:hover, .warning window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .warning button:hover, .warning layouttabbar button:hover, layouttabbar .warning button:hover, .warning layouttab button:hover, layouttab .warning button:hover, .warning button.flat:active, .warning button.osd.image-button:active, .warning .button.osd.image-button:active, .warning .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .warning button:active:not(.suggested-action):not(.destructive-action), .warning headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar .warning button:active:not(.suggested-action):not(.destructive-action), .warning .menu > arrow:active, .warning .context-menu > arrow:active, .warning menu > arrow:active, .warning placessidebar row button.image-button:active, placessidebar row .warning button.image-button:active, .warning .csd headerbar button.titlebutton:active, .csd headerbar .warning button.titlebutton:active, .warning .csd .titlebar button.titlebutton:active, .csd .titlebar .warning button.titlebutton:active, .warning #gf-candidate-popup button:active, #gf-candidate-popup .warning button:active, .warning window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget .warning button:active, .warning layouttabbar button:active, layouttabbar .warning button:active, .warning layouttab button:active, layouttab .warning button:active, .error button.flat:hover, .error button.osd.image-button:hover, .error .button.osd.image-button:hover, .error .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .error button:hover:not(.suggested-action):not(.destructive-action), .error headerbar button:hover:not(.suggested-action):not(.destructive-action), headerbar .error button:hover:not(.suggested-action):not(.destructive-action), .error .menu > arrow:hover, .error .context-menu > arrow:hover, .error menu > arrow:hover, .error placessidebar row button.image-button:hover, placessidebar row .error button.image-button:hover, .error .csd headerbar button.titlebutton:hover, .csd headerbar .error button.titlebutton:hover, .error .csd .titlebar button.titlebutton:hover, .csd .titlebar .error button.titlebutton:hover, .error #gf-candidate-popup button:hover, #gf-candidate-popup .error button:hover, .error window > grid.vertical > box.vertical > widget button:hover, window > grid.vertical > box.vertical > widget .error button:hover, .error layouttabbar button:hover, layouttabbar .error button:hover, .error layouttab button:hover, layouttab .error button:hover, .error button.flat:active, .error button.osd.image-button:active, .error .button.osd.image-button:active, .error .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .error button:active:not(.suggested-action):not(.destructive-action), .error headerbar button:active:not(.suggested-action):not(.destructive-action), headerbar .error button:active:not(.suggested-action):not(.destructive-action), .error .menu > arrow:active, .error .context-menu > arrow:active, .error menu > arrow:active, .error placessidebar row button.image-button:active, placessidebar row .error button.image-button:active, .error .csd headerbar button.titlebutton:active, .csd headerbar .error button.titlebutton:active, .error .csd .titlebar button.titlebutton:active, .csd .titlebar .error button.titlebutton:active, .error #gf-candidate-popup button:active, #gf-candidate-popup .error button:active, .error window > grid.vertical > box.vertical > widget button:active, window > grid.vertical > box.vertical > widget .error button:active, .error layouttabbar button:active, layouttabbar .error button:active, .error layouttab button:active, layouttab .error button:active { color: #263238; } .info button.flat:disabled, .info button.osd.image-button:disabled, .info .button.osd.image-button:disabled, .info .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .info button:disabled:not(.suggested-action):not(.destructive-action), .info headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar .info button:disabled:not(.suggested-action):not(.destructive-action), .info .menu > arrow:disabled, .info .context-menu > arrow:disabled, .info menu > arrow:disabled, .info placessidebar row button.image-button:disabled, placessidebar row .info button.image-button:disabled, .info .csd headerbar button.titlebutton:disabled, .csd headerbar .info button.titlebutton:disabled, .info .csd .titlebar button.titlebutton:disabled, .csd .titlebar .info button.titlebutton:disabled, .info #gf-candidate-popup button:disabled, #gf-candidate-popup .info button:disabled, .info window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget .info button:disabled, .info layouttabbar button:disabled, layouttabbar .info button:disabled, .info layouttab button:disabled, layouttab .info button:disabled, .question button.flat:disabled, .question button.osd.image-button:disabled, .question .button.osd.image-button:disabled, .question .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .question button:disabled:not(.suggested-action):not(.destructive-action), .question headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar .question button:disabled:not(.suggested-action):not(.destructive-action), .question .menu > arrow:disabled, .question .context-menu > arrow:disabled, .question menu > arrow:disabled, .question placessidebar row button.image-button:disabled, placessidebar row .question button.image-button:disabled, .question .csd headerbar button.titlebutton:disabled, .csd headerbar .question button.titlebutton:disabled, .question .csd .titlebar button.titlebutton:disabled, .csd .titlebar .question button.titlebutton:disabled, .question #gf-candidate-popup button:disabled, #gf-candidate-popup .question button:disabled, .question window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget .question button:disabled, .question layouttabbar button:disabled, layouttabbar .question button:disabled, .question layouttab button:disabled, layouttab .question button:disabled, .warning button.flat:disabled, .warning button.osd.image-button:disabled, .warning .button.osd.image-button:disabled, .warning .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .warning button:disabled:not(.suggested-action):not(.destructive-action), .warning headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar .warning button:disabled:not(.suggested-action):not(.destructive-action), .warning .menu > arrow:disabled, .warning .context-menu > arrow:disabled, .warning menu > arrow:disabled, .warning placessidebar row button.image-button:disabled, placessidebar row .warning button.image-button:disabled, .warning .csd headerbar button.titlebutton:disabled, .csd headerbar .warning button.titlebutton:disabled, .warning .csd .titlebar button.titlebutton:disabled, .csd .titlebar .warning button.titlebutton:disabled, .warning #gf-candidate-popup button:disabled, #gf-candidate-popup .warning button:disabled, .warning window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget .warning button:disabled, .warning layouttabbar button:disabled, layouttabbar .warning button:disabled, .warning layouttab button:disabled, layouttab .warning button:disabled, .error button.flat:disabled, .error button.osd.image-button:disabled, .error .button.osd.image-button:disabled, .error .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .error button:disabled:not(.suggested-action):not(.destructive-action), .error headerbar button:disabled:not(.suggested-action):not(.destructive-action), headerbar .error button:disabled:not(.suggested-action):not(.destructive-action), .error .menu > arrow:disabled, .error .context-menu > arrow:disabled, .error menu > arrow:disabled, .error placessidebar row button.image-button:disabled, placessidebar row .error button.image-button:disabled, .error .csd headerbar button.titlebutton:disabled, .csd headerbar .error button.titlebutton:disabled, .error .csd .titlebar button.titlebutton:disabled, .csd .titlebar .error button.titlebutton:disabled, .error #gf-candidate-popup button:disabled, #gf-candidate-popup .error button:disabled, .error window > grid.vertical > box.vertical > widget button:disabled, window > grid.vertical > box.vertical > widget .error button:disabled, .error layouttabbar button:disabled, layouttabbar .error button:disabled, .error layouttab button:disabled, layouttab .error button:disabled { color: rgba(38, 50, 56, 0.3); } .info button.image-button, .question button.image-button, .warning button.image-button, .error button.image-button { min-height: 1rem; min-width: 1rem; padding: 0.50376rem 0.20301rem 0.50376rem; border-radius: 100px; -gtk-outline-radius: 100px; } .info selection, .question selection, .warning selection, .error selection { background-color: #008fa1; } .info progressbar trough, .question progressbar trough, .warning progressbar trough, .error progressbar trough { background-color: rgba(255, 255, 255, 0.2); } .info progressbar progress, .question progressbar progress, .warning progressbar progress, .error progressbar progress { background-color: #FFFFFF; } .info { background-color: #00E5FF; } .question { background-color: #FFEA00; } .warning { background-color: #FF9100; } .error { color: #FFFFFF; background-color: #FF1744; } /************ * Tooltips * ************/ tooltip { color: #ECEFF1; padding: 0.30075rem; border-radius: 2px; box-shadow: none; } tooltip.background { border: 1px solid rgba(42, 55, 62, 0.9); background-color: rgba(42, 55, 62, 0.9); background-clip: padding-box; } tooltip decoration { background-color: transparent; } tooltip * { background-color: transparent; color: #ECEFF1; } /***************** * Color Chooser * *****************/ colorswatch { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } colorswatch.top { border-top-left-radius: 2px; border-top-right-radius: 2px; } colorswatch.bottom { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } colorswatch:only-child:not(.overlay) { border-radius: 2px; } colorswatch.top > .overlay { border-top-left-radius: 2px; border-top-right-radius: 2px; } colorswatch.bottom > .overlay { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; } colorswatch:first-child:not(.top) > .overlay { border-top-left-radius: 2px; border-bottom-left-radius: 2px; } colorswatch:last-child:not(.bottom) > .overlay { border-top-right-radius: 2px; border-bottom-right-radius: 2px; } colorswatch:only-child > .overlay { border-radius: 2px; } colorswatch:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } GtkColorEditor colorswatch { border-radius: 2px; } GtkColorEditor colorswatch:hover { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } colorswatch.color-dark { color: white; } colorswatch.color-light { color: rgba(0, 0, 0, 0.8); } colorswatch#add-color-button { background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%); color: white; } colorchooser .popover.osd { padding: 3px; border-style: solid; border-width: 9px; border-radius: 2px; border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch; box-shadow: none; color: #ECEFF1; background-color: #322F22; } colorchooser .popover.osd:backdrop { border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; } colorchooser .popover.osd label { color: #C5A68E; font-weight: 700; } /******** * Misc * ********/ .content-view { background-color: #3e515a; } @keyframes volume_hover { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } } .osd .scale-popup .vertical button, .scale-popup .vertical button { border-radius: 100px; -gtk-outline-radius: 100px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } .osd .scale-popup .vertical button:first-child:hover, .scale-popup .vertical button:first-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #00E676; animation: volume_hover 0.2s linear forwards; } .osd .scale-popup .vertical button:first-child:disabled, .scale-popup .vertical button:first-child:disabled { box-shadow: none; background-color: transparent; background: none; color: alpha(#00E676, 0.4); } .osd .scale-popup .vertical button:last-child:hover, .scale-popup .vertical button:last-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #F44336; animation: volume_hover 0.2s linear forwards; } .osd .scale-popup .vertical button:last-child:disabled, .scale-popup .vertical button:last-child:disabled { box-shadow: none; background-color: transparent; background: none; color: alpha(#F44336, 0.4); } .osd .scale-popup button, .scale-popup button { border-radius: 100px; -gtk-outline-radius: 100px; background-color: transparent; color: rgba(236, 239, 241, 0.75); } .osd .scale-popup button:first-child:hover, .scale-popup button:first-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #F44336; animation: spin_hover 0.2s linear forwards; } .osd .scale-popup button:first-child:disabled, .scale-popup button:first-child:disabled { box-shadow: none; background-color: transparent; background: none; color: alpha(#F44336, 0.4); } .osd .scale-popup button:last-child:hover, .scale-popup button:last-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); background: none; color: #00E676; animation: spin_hover 0.2s linear forwards; } .osd .scale-popup button:last-child:disabled, .scale-popup button:last-child:disabled { box-shadow: none; background-color: transparent; background: none; color: alpha(#00E676, 0.4); } button.flat.scale, button.scale.osd.image-button, .scale.button.osd.image-button, .titlebar button.scale:not(.suggested-action):not(.destructive-action), headerbar button.scale:not(.suggested-action):not(.destructive-action), .menu > arrow.scale, .context-menu > arrow.scale, menu > arrow.scale, placessidebar row button.scale.image-button, .csd headerbar button.scale.titlebutton, .csd .titlebar button.scale.titlebutton, #gf-candidate-popup button.scale, #gf-candidate-popup .linked > button.scale:first-child, #gf-candidate-popup .linked > button.scale:last-child, window > grid.vertical > box.vertical > widget button.scale, layouttabbar button.scale, layouttab button.scale { min-width: 1.30075rem; min-height: 1.30075rem; padding: 0.75188rem; border-radius: 100px; -gtk-outline-radius: 100px; } .nautilus-window .floating-bar { padding: 0.09774rem 0 0.20301rem; border: 1px solid transparent; border-radius: 0; color: rgba(236, 239, 241, 0.75); background-color: #13191C; transition: none; } .nautilus-window .floating-bar button { min-height: 1rem; min-width: 1rem; padding: 0.30075rem; margin: 0 0.30075rem; color: #C5A68E); } .nautilus-window .floating-bar button:hover, .nautilus-window .floating-bar button:active, .nautilus-window .floating-bar button:checked { color: #C5A68E; } .nautilus-window .floating-bar button:disabled { color: rgba(77, 182, 172, 0.4); } .nautilus-window .floating-bar spinner { min-height: 0.90226rem; min-width: 0.90226rem; padding: 0.50376rem 0 0.50376rem; margin: 0 -0.07519rem; } .nautilus-window .floating-bar.bottom.left { border-width: 1px 1px 0 0; border-radius: 0 3px 0 0; } .nautilus-window .floating-bar.bottom.right { border-width: 1px 0 0 1px; border-radius: 3px 0 0 0; } /********************** * Window Decorations * *********************/ decoration { transition: none; border-radius: 2px 2px 0 0; border-width: 0; box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); margin: 8px; } decoration:backdrop { box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); transition: none; } .fullscreen decoration, .maximized decoration, .tiled decoration { border-radius: 0; transition: none; } .popup decoration { box-shadow: none; } .ssd decoration { box-shadow: 0 2px 2px transparent, 0 3px 4px transparent, 0 3px 3px -1px rgba(0, 0, 0, 0.08); } .ssd decoration .button { border-radius: 100px; -gtk-outline-radius: 100px; } .tiled .ssd decoration .titlebar { transition: none; } .maximized .ssd decoration .titlebar { transition: none; } .csd.popup decoration { border-radius: 2px; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); } tooltip.csd decoration { border-radius: 2px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } message-dialog.csd decoration { border-radius: 2px; box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); } message-dialog.csd decoration:backdrop { box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); transition: none; } .solid-csd decoration { border-radius: 2px 2px 0 0; margin: -1px; background-color: #3e515a; border: none; box-shadow: none; } .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton, .csd .titlebar button.titlebutton, .csd .titlebar.selection-mode button.titlebutton { min-width: 1rem; min-height: 1rem; padding: 0.75188rem; border-radius: 100px; -gtk-outline-radius: 100px; } .csd headerbar button.titlebutton.close:hover:backdrop, .csd headerbar button.titlebutton.close:active:backdrop, .csd headerbar button.titlebutton.minimize:hover:backdrop, .csd headerbar button.titlebutton.minimize:active:backdrop, .csd headerbar button.titlebutton.maximize:hover:backdrop, .csd headerbar button.titlebutton.maximize:active:backdrop, .csd headerbar.selection-mode button.titlebutton.close:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.close:active:backdrop, .csd headerbar.selection-mode button.titlebutton.minimize:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.minimize:active:backdrop, .csd headerbar.selection-mode button.titlebutton.maximize:hover:backdrop, .csd headerbar.selection-mode button.titlebutton.maximize:active:backdrop, .csd .titlebar button.titlebutton.close:hover:backdrop, .csd .titlebar button.titlebutton.close:active:backdrop, .csd .titlebar button.titlebutton.minimize:hover:backdrop, .csd .titlebar button.titlebutton.minimize:active:backdrop, .csd .titlebar button.titlebutton.maximize:hover:backdrop, .csd .titlebar button.titlebutton.maximize:active:backdrop, .csd .titlebar.selection-mode button.titlebutton.close:hover:backdrop, .csd .titlebar.selection-mode button.titlebutton.close:active:backdrop, .csd .titlebar.selection-mode button.titlebutton.minimize:hover:backdrop, .csd .titlebar.selection-mode button.titlebutton.minimize:active:backdrop, .csd .titlebar.selection-mode button.titlebutton.maximize:hover:backdrop, .csd .titlebar.selection-mode button.titlebutton.maximize:active:backdrop { opacity: 1.0; } .csd headerbar button.titlebutton.close > image, .csd headerbar button.titlebutton.minimize > image, .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image, .csd .titlebar button.titlebutton.close > image, .csd .titlebar button.titlebutton.minimize > image, .csd .titlebar button.titlebutton.maximize > image, .csd .titlebar.selection-mode button.titlebutton.close > image, .csd .titlebar.selection-mode button.titlebutton.minimize > image, .csd .titlebar.selection-mode button.titlebutton.maximize > image { min-height: 16px; min-width: 16px; color: transparent; background-size: 16px 16px; background-repeat: no-repeat; background-position: center; } .csd headerbar button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.close > image, .csd .titlebar button.titlebutton.close > image, .csd .titlebar.selection-mode button.titlebutton.close > image { background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); } .csd headerbar button.titlebutton.close:hover, .csd headerbar.selection-mode button.titlebutton.close:hover, .csd .titlebar button.titlebutton.close:hover, .csd .titlebar.selection-mode button.titlebutton.close:hover { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: #ECEFF1; color: #FFFFFF; background-color: #FF5252; } .csd headerbar button.titlebutton.close:hover > image, .csd headerbar.selection-mode button.titlebutton.close:hover > image, .csd .titlebar button.titlebutton.close:hover > image, .csd .titlebar.selection-mode button.titlebutton.close:hover > image { background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); } .csd headerbar button.titlebutton.close:active, .csd headerbar.selection-mode button.titlebutton.close:active, .csd .titlebar button.titlebutton.close:active, .csd .titlebar.selection-mode button.titlebutton.close:active { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.07); color: #ECEFF1; transition-duration: 0; animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #FFFFFF; background-color: #C5A68E; } .csd headerbar button.titlebutton.close:active > image, .csd headerbar.selection-mode button.titlebutton.close:active > image, .csd .titlebar button.titlebutton.close:active > image, .csd .titlebar.selection-mode button.titlebutton.close:active > image { background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); } .csd headerbar button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.minimize > image, .csd .titlebar button.titlebutton.minimize > image, .csd .titlebar.selection-mode button.titlebutton.minimize > image { background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); } .csd headerbar button.titlebutton.minimize:hover > image, .csd headerbar button.titlebutton.minimize:active > image, .csd headerbar.selection-mode button.titlebutton.minimize:hover > image, .csd headerbar.selection-mode button.titlebutton.minimize:active > image, .csd .titlebar button.titlebutton.minimize:hover > image, .csd .titlebar button.titlebutton.minimize:active > image, .csd .titlebar.selection-mode button.titlebutton.minimize:hover > image, .csd .titlebar.selection-mode button.titlebutton.minimize:active > image { background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); } .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image, .csd .titlebar button.titlebutton.maximize > image, .csd .titlebar.selection-mode button.titlebutton.maximize > image { background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); } .csd headerbar button.titlebutton.maximize:hover > image, .csd headerbar button.titlebutton.maximize:active > image, .csd headerbar.selection-mode button.titlebutton.maximize:hover > image, .csd headerbar.selection-mode button.titlebutton.maximize:active > image, .csd .titlebar button.titlebutton.maximize:hover > image, .csd .titlebar button.titlebutton.maximize:active > image, .csd .titlebar.selection-mode button.titlebutton.maximize:hover > image, .csd .titlebar.selection-mode button.titlebutton.maximize:active > image { background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); } .csd.maximized headerbar button.titlebutton.maximize > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize > image, .csd.maximized .titlebar button.titlebutton.maximize > image, .csd.maximized .titlebar.selection-mode button.titlebutton.maximize > image { background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); } .csd.maximized headerbar button.titlebutton.maximize:hover > image, .csd.maximized headerbar button.titlebutton.maximize:active > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize:hover > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize:active > image, .csd.maximized .titlebar button.titlebutton.maximize:hover > image, .csd.maximized .titlebar button.titlebutton.maximize:active > image, .csd.maximized .titlebar.selection-mode button.titlebutton.maximize:hover > image, .csd.maximized .titlebar.selection-mode button.titlebutton.maximize:active > image { background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); } .ssd .titlebar button.titlebutton.close, .ssd .titlebar button.titlebutton.minimize, .ssd .titlebar button.titlebutton.maximize { color: transparent; background-size: 28px 28px; background-repeat: no-repeat; background-position: center; background: none; box-shadow: none; } .ssd .titlebar button.titlebutton.close:backdrop, .ssd .titlebar button.titlebutton.close:hover:backdrop, .ssd .titlebar button.titlebutton.close:active:backdrop, .ssd .titlebar button.titlebutton.minimize:backdrop, .ssd .titlebar button.titlebutton.minimize:hover:backdrop, .ssd .titlebar button.titlebutton.minimize:active:backdrop, .ssd .titlebar button.titlebutton.maximize:backdrop, .ssd .titlebar button.titlebutton.maximize:hover:backdrop, .ssd .titlebar button.titlebutton.maximize:active:backdrop { color: transparent; } .ssd .titlebar button.titlebutton.close { background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png")); box-shadow: none; } .ssd .titlebar button.titlebutton.close:hover { background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png")); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } .ssd .titlebar button.titlebutton.close:active { background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png")); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } .ssd .titlebar button.titlebutton.close:backdrop { background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png")); box-shadow: none; } .ssd .titlebar button.titlebutton.close:backdrop:hover { background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png")); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } .ssd .titlebar button.titlebutton.close:backdrop:active { background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png")); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } .ssd .titlebar button.titlebutton.minimize { background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); } .ssd .titlebar button.titlebutton.minimize:hover { background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); } .ssd .titlebar button.titlebutton.minimize:active { background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); } .ssd .titlebar button.titlebutton.minimize:backdrop { background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); } .ssd .titlebar button.titlebutton.minimize:backdrop:hover { background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); } .ssd .titlebar button.titlebutton.minimize:backdrop:active { background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); } .ssd .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); } .ssd .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); } .ssd .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); } .ssd .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); } .ssd .titlebar button.titlebutton.maximize:backdrop:hover { background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); } .ssd .titlebar button.titlebutton.maximize:backdrop:active { background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize:hover { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize:active { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize:backdrop { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize:backdrop:hover { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); } .maximized.ssd .titlebar button.titlebutton.maximize:backdrop:active { background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); } .ssd decoration .titlebar button.titlebutton { min-width: 28px; min-height: 28px; margin: 0; padding: 0; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus, textview text selection, textview text selection:focus, flowbox flowboxchild:selected, label selection, label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, .entry selection, .entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview .entry:selected, treeview .entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected, treeview.view row:selected, .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected, paned treeview.view row:selected, paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected, .sidebar treeview.view row:selected, .sidebar .tweak-category row:selected, GdMainView .view:hover:selected, GdMainView iconview:hover:selected, GdMainView .view:selected, GdMainView iconview:selected, GdMainView .view row.activatable:hover:selected, GdMainView iconview row.activatable:hover:selected, GdMainView .view .view:hover:selected, GdMainView iconview .view:hover:selected, GdMainView .view iconview:hover:selected, GdMainView iconview iconview:hover:selected, GdMainView .view text:hover:selected, GdMainView iconview .view text:hover:selected, .view GdMainView iconview text:hover:selected, GdMainView .view iconview text:hover:selected, iconview GdMainView .view text:hover:selected, GdMainView iconview text:hover:selected, GdMainView .view textview text:hover:selected, textview GdMainView .view text:hover:selected, GdMainView iconview textview text:hover:selected, textview GdMainView iconview text:hover:selected, GdMainView treeview.view header button:hover:selected, GdMainView iconview treeview.view header button:hover:selected, treeview.view header GdMainView iconview button:hover:selected, GdMainView .view .tweak-category header button:hover:selected, .tweak-category header GdMainView .view button:hover:selected, GdMainView iconview .tweak-category header button:hover:selected, .tweak-category header GdMainView iconview button:hover:selected, GdMainView .view row.activatable:selected, GdMainView iconview row.activatable:selected, GdMainView .view .view:selected, GdMainView iconview .view:selected, GdMainView .view iconview:selected, GdMainView iconview iconview:selected, GdMainView .view text:selected, GdMainView iconview .view text:selected, .view GdMainView iconview text:selected, GdMainView .view iconview text:selected, iconview GdMainView .view text:selected, GdMainView iconview text:selected, GdMainView .view textview text:selected, textview GdMainView .view text:selected, GdMainView iconview textview text:selected, textview GdMainView iconview text:selected, GdMainView treeview.view header button:selected, GdMainView iconview treeview.view header button:selected, treeview.view header GdMainView iconview button:selected, GdMainView .view .tweak-category header button:selected, .tweak-category header GdMainView .view button:selected, GdMainView iconview .tweak-category header button:selected, .tweak-category header GdMainView iconview button:selected, .side-panel .view:hover:selected, .side-panel iconview:hover:selected, .side-panel .view:selected, .side-panel iconview:selected, .side-panel .view row.activatable:hover:selected, .side-panel iconview row.activatable:hover:selected, .side-panel .view .view:hover:selected, .side-panel iconview .view:hover:selected, .side-panel .view iconview:hover:selected, .side-panel iconview iconview:hover:selected, .side-panel .view text:hover:selected, .side-panel iconview .view text:hover:selected, .view .side-panel iconview text:hover:selected, .side-panel .view iconview text:hover:selected, iconview .side-panel .view text:hover:selected, .side-panel iconview text:hover:selected, .side-panel .view textview text:hover:selected, textview .side-panel .view text:hover:selected, .side-panel iconview textview text:hover:selected, textview .side-panel iconview text:hover:selected, .side-panel treeview.view header button:hover:selected, .side-panel iconview treeview.view header button:hover:selected, treeview.view header .side-panel iconview button:hover:selected, .side-panel .view .tweak-category header button:hover:selected, .tweak-category header .side-panel .view button:hover:selected, .side-panel iconview .tweak-category header button:hover:selected, .tweak-category header .side-panel iconview button:hover:selected, .side-panel .view row.activatable:selected, .side-panel iconview row.activatable:selected, .side-panel .view .view:selected, .side-panel iconview .view:selected, .side-panel .view iconview:selected, .side-panel iconview iconview:selected, .side-panel .view text:selected, .side-panel iconview .view text:selected, .view .side-panel iconview text:selected, .side-panel .view iconview text:selected, iconview .side-panel .view text:selected, .side-panel iconview text:selected, .side-panel .view textview text:selected, textview .side-panel .view text:selected, .side-panel iconview textview text:selected, textview .side-panel iconview text:selected, .side-panel treeview.view header button:selected, .side-panel iconview treeview.view header button:selected, treeview.view header .side-panel iconview button:selected, .side-panel .view .tweak-category header button:selected, .tweak-category header .side-panel .view button:selected, .side-panel iconview .tweak-category header button:selected, .tweak-category header .side-panel iconview button:selected { background-color: #C5A68E; } label:selected, row:selected label, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected, textview text:selected, .view text:selected:focus, iconview text:selected:focus, textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus, textview text selection, textview text selection:focus, flowbox flowboxchild:selected, label selection, label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, .entry selection, .entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview .entry:selected, treeview .entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected, treeview.view row:selected, .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected, paned treeview.view row:selected, paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected, .sidebar treeview.view row:selected, .sidebar .tweak-category row:selected, GdMainView .view:hover:selected, GdMainView iconview:hover:selected, GdMainView .view:selected, GdMainView iconview:selected, GdMainView .view row.activatable:hover:selected, GdMainView iconview row.activatable:hover:selected, GdMainView .view .view:hover:selected, GdMainView iconview .view:hover:selected, GdMainView .view iconview:hover:selected, GdMainView iconview iconview:hover:selected, GdMainView .view text:hover:selected, GdMainView iconview .view text:hover:selected, .view GdMainView iconview text:hover:selected, GdMainView .view iconview text:hover:selected, iconview GdMainView .view text:hover:selected, GdMainView iconview text:hover:selected, GdMainView .view textview text:hover:selected, textview GdMainView .view text:hover:selected, GdMainView iconview textview text:hover:selected, textview GdMainView iconview text:hover:selected, GdMainView treeview.view header button:hover:selected, GdMainView iconview treeview.view header button:hover:selected, treeview.view header GdMainView iconview button:hover:selected, GdMainView .view .tweak-category header button:hover:selected, .tweak-category header GdMainView .view button:hover:selected, GdMainView iconview .tweak-category header button:hover:selected, .tweak-category header GdMainView iconview button:hover:selected, GdMainView .view row.activatable:selected, GdMainView iconview row.activatable:selected, GdMainView .view .view:selected, GdMainView iconview .view:selected, GdMainView .view iconview:selected, GdMainView iconview iconview:selected, GdMainView .view text:selected, GdMainView iconview .view text:selected, .view GdMainView iconview text:selected, GdMainView .view iconview text:selected, iconview GdMainView .view text:selected, GdMainView iconview text:selected, GdMainView .view textview text:selected, textview GdMainView .view text:selected, GdMainView iconview textview text:selected, textview GdMainView iconview text:selected, GdMainView treeview.view header button:selected, GdMainView iconview treeview.view header button:selected, treeview.view header GdMainView iconview button:selected, GdMainView .view .tweak-category header button:selected, .tweak-category header GdMainView .view button:selected, GdMainView iconview .tweak-category header button:selected, .tweak-category header GdMainView iconview button:selected, .side-panel .view:hover:selected, .side-panel iconview:hover:selected, .side-panel .view:selected, .side-panel iconview:selected, .side-panel .view row.activatable:hover:selected, .side-panel iconview row.activatable:hover:selected, .side-panel .view .view:hover:selected, .side-panel iconview .view:hover:selected, .side-panel .view iconview:hover:selected, .side-panel iconview iconview:hover:selected, .side-panel .view text:hover:selected, .side-panel iconview .view text:hover:selected, .view .side-panel iconview text:hover:selected, .side-panel .view iconview text:hover:selected, iconview .side-panel .view text:hover:selected, .side-panel iconview text:hover:selected, .side-panel .view textview text:hover:selected, textview .side-panel .view text:hover:selected, .side-panel iconview textview text:hover:selected, textview .side-panel iconview text:hover:selected, .side-panel treeview.view header button:hover:selected, .side-panel iconview treeview.view header button:hover:selected, treeview.view header .side-panel iconview button:hover:selected, .side-panel .view .tweak-category header button:hover:selected, .tweak-category header .side-panel .view button:hover:selected, .side-panel iconview .tweak-category header button:hover:selected, .tweak-category header .side-panel iconview button:hover:selected, .side-panel .view row.activatable:selected, .side-panel iconview row.activatable:selected, .side-panel .view .view:selected, .side-panel iconview .view:selected, .side-panel .view iconview:selected, .side-panel iconview iconview:selected, .side-panel .view text:selected, .side-panel iconview .view text:selected, .view .side-panel iconview text:selected, .side-panel .view iconview text:selected, iconview .side-panel .view text:selected, .side-panel iconview text:selected, .side-panel .view textview text:selected, textview .side-panel .view text:selected, .side-panel iconview textview text:selected, textview .side-panel iconview text:selected, .side-panel treeview.view header button:selected, .side-panel iconview treeview.view header button:selected, treeview.view header .side-panel iconview button:selected, .side-panel .view .tweak-category header button:selected, .tweak-category header .side-panel .view button:selected, .side-panel iconview .tweak-category header button:selected, .tweak-category header .side-panel iconview button:selected { color: #FFFFFF; } label:disabled:selected, row:selected label:disabled, .view:disabled:selected, iconview:disabled:selected, .view:disabled:selected:focus, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected, .view text:disabled:selected:focus, iconview text:disabled:selected:focus, textview text:disabled:selected:focus, .view text selection:disabled, iconview text selection:disabled, .view text selection:disabled:focus, iconview text selection:disabled:focus, textview text selection:disabled, textview text selection:disabled:focus, flowbox flowboxchild:disabled:selected, label selection:disabled, label selection:disabled:focus, label:disabled selection, entry selection:disabled, spinbutton:not(.vertical) selection:disabled, entry selection:disabled:focus, spinbutton:not(.vertical) selection:disabled:focus, .entry selection:disabled, .entry selection:disabled:focus, treeview entry:disabled:selected, treeview spinbutton:disabled:selected:not(.vertical), treeview entry.flat:disabled:focus:selected, treeview spinbutton.flat:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:disabled:focus:selected:not(.vertical), treeview .entry:disabled:selected, treeview .entry.flat:disabled:focus:selected, treeview .linked > entry:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:disabled:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:disabled:focus:selected:not(.flat), treeview spinbutton entry:disabled:focus:selected, treeview spinbutton spinbutton:disabled:focus:selected:not(.vertical), treeview.view:disabled:selected, .tweak-category:disabled:selected, treeview.view row:disabled:selected, .tweak-category row:disabled:selected, paned treeview.view:disabled:selected, paned .tweak-category:disabled:selected, paned treeview.view row:disabled:selected, paned .tweak-category row:disabled:selected, row:disabled:selected, .sidebar treeview.view:disabled:selected, .sidebar .tweak-category:disabled:selected, .sidebar treeview.view row:disabled:selected, .sidebar .tweak-category row:disabled:selected, placessidebar row:selected:disabled label, GdMainView .view:disabled:hover:selected, GdMainView iconview:disabled:hover:selected, GdMainView .view:disabled:selected, GdMainView iconview:disabled:selected, GdMainView .view row.activatable:disabled:hover:selected, GdMainView iconview row.activatable:disabled:hover:selected, GdMainView .view .view:disabled:hover:selected, GdMainView iconview .view:disabled:hover:selected, GdMainView .view iconview:disabled:hover:selected, GdMainView iconview iconview:disabled:hover:selected, GdMainView .view text:disabled:hover:selected, .view GdMainView iconview text:disabled:hover:selected, GdMainView iconview text:disabled:hover:selected, GdMainView iconview textview text:disabled:hover:selected, textview GdMainView iconview text:disabled:hover:selected, GdMainView treeview.view header button:disabled:hover:selected, treeview.view header GdMainView iconview button:disabled:hover:selected, GdMainView .view .tweak-category header button:disabled:hover:selected, .tweak-category header GdMainView .view button:disabled:hover:selected, GdMainView iconview .tweak-category header button:disabled:hover:selected, .tweak-category header GdMainView iconview button:disabled:hover:selected, GdMainView .view row.activatable:disabled:selected, GdMainView iconview row.activatable:disabled:selected, GdMainView .view .view:disabled:selected, GdMainView iconview .view:disabled:selected, GdMainView .view iconview:disabled:selected, GdMainView iconview iconview:disabled:selected, GdMainView .view text:disabled:selected, .view GdMainView iconview text:disabled:selected, GdMainView iconview text:disabled:selected, GdMainView iconview textview text:disabled:selected, textview GdMainView iconview text:disabled:selected, GdMainView treeview.view header button:disabled:selected, treeview.view header GdMainView iconview button:disabled:selected, GdMainView .view .tweak-category header button:disabled:selected, .tweak-category header GdMainView .view button:disabled:selected, GdMainView iconview .tweak-category header button:disabled:selected, .tweak-category header GdMainView iconview button:disabled:selected, .side-panel .view:disabled:hover:selected, .side-panel iconview:disabled:hover:selected, .side-panel .view:disabled:selected, .side-panel iconview:disabled:selected, .side-panel .view row.activatable:disabled:hover:selected, .side-panel iconview row.activatable:disabled:hover:selected, .side-panel .view .view:disabled:hover:selected, .side-panel iconview .view:disabled:hover:selected, .side-panel .view iconview:disabled:hover:selected, .side-panel iconview iconview:disabled:hover:selected, .side-panel .view text:disabled:hover:selected, .view .side-panel iconview text:disabled:hover:selected, .side-panel iconview text:disabled:hover:selected, .side-panel iconview textview text:disabled:hover:selected, textview .side-panel iconview text:disabled:hover:selected, .side-panel treeview.view header button:disabled:hover:selected, treeview.view header .side-panel iconview button:disabled:hover:selected, .side-panel .view .tweak-category header button:disabled:hover:selected, .tweak-category header .side-panel .view button:disabled:hover:selected, .side-panel iconview .tweak-category header button:disabled:hover:selected, .tweak-category header .side-panel iconview button:disabled:hover:selected, .side-panel .view row.activatable:disabled:selected, .side-panel iconview row.activatable:disabled:selected, .side-panel .view .view:disabled:selected, .side-panel iconview .view:disabled:selected, .side-panel .view iconview:disabled:selected, .side-panel iconview iconview:disabled:selected, .side-panel .view text:disabled:selected, .view .side-panel iconview text:disabled:selected, .side-panel iconview text:disabled:selected, .side-panel iconview textview text:disabled:selected, textview .side-panel iconview text:disabled:selected, .side-panel treeview.view header button:disabled:selected, treeview.view header .side-panel iconview button:disabled:selected, .side-panel .view .tweak-category header button:disabled:selected, .tweak-category header .side-panel .view button:disabled:selected, .side-panel iconview .tweak-category header button:disabled:selected, .tweak-category header .side-panel iconview button:disabled:selected { color: rgba(255, 255, 255, 0.4); } label:backdrop:disabled:selected, row:selected label:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view:backdrop:disabled:selected:focus, iconview:backdrop:disabled:selected:focus, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, textview text:backdrop:disabled:selected, .view text:backdrop:disabled:selected:focus, iconview text:backdrop:disabled:selected:focus, textview text:backdrop:disabled:selected:focus, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, .view text selection:backdrop:disabled:focus, iconview text selection:backdrop:disabled:focus, textview text selection:backdrop:disabled, textview text selection:backdrop:disabled:focus, flowbox flowboxchild:backdrop:disabled:selected, label selection:backdrop:disabled, label selection:backdrop:disabled:focus, label:disabled selection:backdrop, entry selection:backdrop:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, entry selection:backdrop:disabled:focus, spinbutton:not(.vertical) selection:backdrop:disabled:focus, .entry selection:backdrop:disabled, .entry selection:backdrop:disabled:focus, treeview entry:backdrop:disabled:selected, treeview spinbutton:backdrop:disabled:selected:not(.vertical), treeview entry.flat:backdrop:disabled:focus:selected, treeview spinbutton.flat:backdrop:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:backdrop:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview .entry:backdrop:disabled:selected, treeview .entry.flat:backdrop:disabled:focus:selected, treeview .linked > entry:backdrop:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:backdrop:disabled:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:backdrop:disabled:focus:selected:not(.flat), treeview spinbutton entry:backdrop:disabled:focus:selected, treeview spinbutton spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview.view:backdrop:disabled:selected, .tweak-category:backdrop:disabled:selected, treeview.view row:backdrop:disabled:selected, .tweak-category row:backdrop:disabled:selected, paned treeview.view:backdrop:disabled:selected, paned .tweak-category:backdrop:disabled:selected, paned treeview.view row:backdrop:disabled:selected, paned .tweak-category row:backdrop:disabled:selected, row:backdrop:disabled:selected, .sidebar treeview.view:backdrop:disabled:selected, .sidebar .tweak-category:backdrop:disabled:selected, .sidebar treeview.view row:backdrop:disabled:selected, .sidebar .tweak-category row:backdrop:disabled:selected, placessidebar row:selected:disabled label:backdrop, GdMainView .view:backdrop:disabled:hover:selected, GdMainView iconview:backdrop:disabled:hover:selected, GdMainView .view:backdrop:disabled:selected, GdMainView iconview:backdrop:disabled:selected, GdMainView .view row.activatable:backdrop:disabled:hover:selected, GdMainView iconview row.activatable:backdrop:disabled:hover:selected, GdMainView .view .view:backdrop:disabled:hover:selected, GdMainView iconview .view:backdrop:disabled:hover:selected, GdMainView .view iconview:backdrop:disabled:hover:selected, GdMainView iconview iconview:backdrop:disabled:hover:selected, GdMainView .view text:backdrop:disabled:hover:selected, GdMainView iconview text:backdrop:disabled:hover:selected, GdMainView treeview.view header button:backdrop:disabled:hover:selected, treeview.view header GdMainView iconview button:backdrop:disabled:hover:selected, GdMainView .view .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header GdMainView .view button:backdrop:disabled:hover:selected, GdMainView iconview .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header GdMainView iconview button:backdrop:disabled:hover:selected, GdMainView .view row.activatable:backdrop:disabled:selected, GdMainView iconview row.activatable:backdrop:disabled:selected, GdMainView .view .view:backdrop:disabled:selected, GdMainView iconview .view:backdrop:disabled:selected, GdMainView .view iconview:backdrop:disabled:selected, GdMainView iconview iconview:backdrop:disabled:selected, GdMainView .view text:backdrop:disabled:selected, GdMainView iconview text:backdrop:disabled:selected, GdMainView treeview.view header button:backdrop:disabled:selected, treeview.view header GdMainView iconview button:backdrop:disabled:selected, GdMainView .view .tweak-category header button:backdrop:disabled:selected, .tweak-category header GdMainView .view button:backdrop:disabled:selected, GdMainView iconview .tweak-category header button:backdrop:disabled:selected, .tweak-category header GdMainView iconview button:backdrop:disabled:selected, .side-panel .view:backdrop:disabled:hover:selected, .side-panel iconview:backdrop:disabled:hover:selected, .side-panel .view:backdrop:disabled:selected, .side-panel iconview:backdrop:disabled:selected, .side-panel .view row.activatable:backdrop:disabled:hover:selected, .side-panel iconview row.activatable:backdrop:disabled:hover:selected, .side-panel .view .view:backdrop:disabled:hover:selected, .side-panel iconview .view:backdrop:disabled:hover:selected, .side-panel .view iconview:backdrop:disabled:hover:selected, .side-panel iconview iconview:backdrop:disabled:hover:selected, .side-panel .view text:backdrop:disabled:hover:selected, .side-panel iconview text:backdrop:disabled:hover:selected, .side-panel treeview.view header button:backdrop:disabled:hover:selected, treeview.view header .side-panel iconview button:backdrop:disabled:hover:selected, .side-panel .view .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header .side-panel .view button:backdrop:disabled:hover:selected, .side-panel iconview .tweak-category header button:backdrop:disabled:hover:selected, .tweak-category header .side-panel iconview button:backdrop:disabled:hover:selected, .side-panel .view row.activatable:backdrop:disabled:selected, .side-panel iconview row.activatable:backdrop:disabled:selected, .side-panel .view .view:backdrop:disabled:selected, .side-panel iconview .view:backdrop:disabled:selected, .side-panel .view iconview:backdrop:disabled:selected, .side-panel iconview iconview:backdrop:disabled:selected, .side-panel .view text:backdrop:disabled:selected, .side-panel iconview text:backdrop:disabled:selected, .side-panel treeview.view header button:backdrop:disabled:selected, treeview.view header .side-panel iconview button:backdrop:disabled:selected, .side-panel .view .tweak-category header button:backdrop:disabled:selected, .tweak-category header .side-panel .view button:backdrop:disabled:selected, .side-panel iconview .tweak-category header button:backdrop:disabled:selected, .tweak-category header .side-panel iconview button:backdrop:disabled:selected { color: rgba(255, 255, 255, 0.4); } .monospace { font-family: Monospace; } /********************** * Touch Copy & Paste * *********************/ cursor-handle { background-color: #00E676; background-image: none; box-shadow: none; border-style: none; } cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-dark.png"), url("assets/text-select-start-dark@2.png")); padding-left: 10px; } cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-dark.png"), url("assets/text-select-end-dark@2.png")); padding-right: 10px; } cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); } cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover-dark.png"), url("assets/text-select-start-hover-dark@2.png")); padding-left: 10px; } cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover-dark.png"), url("assets/text-select-end-hover-dark@2.png")); padding-right: 10px; } cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); } cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active-dark.png"), url("assets/text-select-start-active-dark@2.png")); padding-left: 10px; } cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active-dark.png"), url("assets/text-select-end-active-dark@2.png")); padding-right: 10px; } cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) { -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); } .context-menu { font: initial; } popover.touch-selection { font: initial; color: #ECEFF1; background-color: #455A64; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } popover.touch-selection:backdrop { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); } button.circular { border-radius: 100px; -gtk-outline-radius: 100px; } button.circular label { padding: 0; } .keycap { min-width: 1.50376rem; min-height: 1.95489rem; margin-top: 0.20301rem; margin-bottom: 0.24812rem; padding: 0 0.45113rem; border: none; border-radius: 2px; color: #ECEFF1; background-color: #455A64; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); font-size: 90%; font-weight: 500; } *:drop(active):focus, *:drop(active) { border-color: #C5A68E; box-shadow: inset 0 0 0 1px #C5A68E; caret-color: #C5A68E; } stackswitcher button.circular, stackswitcher button.text-button.circular { min-width: 2.80451rem; min-height: 2.80451rem; padding: 0; } box > scrolledwindow undershoot.top, box > placessidebar undershoot.top { background-color: transparent; background-image: linear-gradient(to top, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94)); padding-top: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; } box > scrolledwindow undershoot.bottom, box > placessidebar undershoot.bottom { background-color: transparent; background-image: linear-gradient(to bottom, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94)); padding-bottom: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; } box > scrolledwindow undershoot.left, box > placessidebar undershoot.left { background-color: transparent; background-image: linear-gradient(to left, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94)); padding-left: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; } box > scrolledwindow undershoot.right, box > placessidebar undershoot.right { background-color: transparent; background-image: linear-gradient(to right, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94)); padding-right: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; } placessidebar undershoot.top, .sidebar undershoot.top { background-color: transparent; background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-top: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; } placessidebar undershoot.bottom, .sidebar undershoot.bottom { background-color: transparent; background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-bottom: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; } placessidebar undershoot.left, .sidebar undershoot.left { background-color: transparent; background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-left: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; } placessidebar undershoot.right, .sidebar undershoot.right { background-color: transparent; background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-right: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; } /*************** * Gnome panel * ***************/ panel-toplevel.background { background-color: #13191c; } panel-plug, panel-toplevel > grid.horizontal > widget > widget { color: rgba(236, 239, 241, 0.75); background-color: #13191c; box-shadow: none; } .gnome-panel-menu-bar, panel-applet > menubar, #clock-applet-button { font-weight: 700; color: rgba(236, 239, 241, 0.75); background-color: transparent; box-shadow: none; } .gnome-panel-menu-bar label:backdrop, .gnome-panel-menu-bar:backdrop, panel-applet > menubar label:backdrop, panel-applet > menubar:backdrop, #clock-applet-button label:backdrop, #clock-applet-button:backdrop { opacity: 1.0; } .gnome-panel-menu-bar, panel-applet menubar { box-shadow: none; } .gnome-panel-menu-bar menuitem, panel-applet menubar menuitem { color: rgba(236, 239, 241, 0.75); background-color: transparent; } .gnome-panel-menu-bar menuitem:hover, panel-applet menubar menuitem:hover { color: #ECEFF1; box-shadow: inset 0 -2px #C5A68E; } .gnome-panel-menu-bar menuitem:backdrop, panel-applet menubar menuitem:backdrop { opacity: 1.0; } .gnome-panel-menu-bar menu, panel-applet menubar menu { font: regular; } .gnome-panel-menu-bar menu menuitem, panel-applet menubar menu menuitem { color: rgba(236, 239, 241, 0.75); background-color: #455A64; } .gnome-panel-menu-bar menu menuitem:hover, panel-applet menubar menu menuitem:hover { color: #ECEFF1; background-color: alpha(currentColor, 0.1); box-shadow: none; } .gnome-panel-menu-bar menu menuitem:backdrop, panel-applet menubar menu menuitem:backdrop { opacity: 1.0; } .gnome-panel-menu-bar menu separator, panel-applet menubar menu separator { color: rgba(0, 0, 0, 0.11); } #tasklist-button, #clock-applet-button, #showdesktop-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); padding: 0px 0.30075rem; border: none; border-radius: 0; color: rgba(236, 239, 241, 0.75); background-color: transparent; font-weight: 700; } #tasklist-button:hover, #clock-applet-button:hover, #showdesktop-button:hover { color: #ECEFF1; background-color: transparent; box-shadow: inset 0 -2px alpha(currentColor, 0.2); } #tasklist-button:checked, #tasklist-button:hover:checked, #tasklist-button:disabled:checked, #clock-applet-button:checked, #clock-applet-button:hover:checked, #clock-applet-button:disabled:checked, #showdesktop-button:checked, #showdesktop-button:hover:checked, #showdesktop-button:disabled:checked { color: #ECEFF1; background-color: transparent; box-shadow: inset 0 -2px #C5A68E; } #tasklist-button label:backdrop, #tasklist-button:backdrop, #clock-applet-button label:backdrop, #clock-applet-button:backdrop, #showdesktop-button label:backdrop, #showdesktop-button:backdrop { opacity: 1.0; } widget > menubar { background-color: transparent; background-image: linear-gradient(to bottom, #13191c); box-shadow: none; } wnck-pager:selected { box-shadow: inset 0 -2px #C5A68E; } wnck-pager:backdrop { opacity: 1.0; } na-tray-applet { -NaTrayApplet-icon-padding: 2; -NaTrayApplet-icon-size: 16; } na-tray-applet:backdrop { opacity: 1.0; } gp-arrow-button { min-width: 1.50376rem; min-height: 0; border: 1px solid transparent; background-image: none; color: rgba(236, 239, 241, 0.75); margin: 0.15038rem; } gp-arrow-button:hover, gp-arrow-button:active { color: #ECEFF1; } sn-button { padding: 0.30075rem; } /************** * Tweak-tool * **************/ .tweak-categories { background-color: #3b4c54; color: rgba(236, 239, 241, 0.75); } .tweak-categories:dir(ltr) { box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .tweak-categories:dir(rtl) { box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .tweak-categories separator, .tweak-categories .separator { min-height: 0; border-color: transparent; background-color: transparent; color: transparent; } .tweak-category { border: none; color: rgba(236, 239, 241, 0.75); background-color: transparent; font-weight: 500; } .tweak-category:hover { color: #ECEFF1; } .tweak-category:selected { color: #C5A68E; background-color: transparent; } .tweak-category:selected label { color: #C5A68E; } .tweak-group { padding: 6px; background-color: #455A64; } .tweak { background-color: #455A64; } .tweak:hover { background-color: transparent; } .tweak-group-white, .tweak-white { background-color: #455A64; } /******************* * Gnome-Flashback * *******************/ #gf-bubble, #gf-bubble.solid, #gf-osd-window, #gf-osd-window.solid, #gf-input-source-popup, #gf-input-source-popup.solid { border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.11); background-color: rgba(42, 55, 62, 0.9); color: #ECEFF1; } #gf-input-source { min-width: 9.02256rem; min-height: 9.02256rem; color: #ECEFF1; font-size: 1.80451rem; font-weight: 400; } #gf-input-source:selected { border-radius: 2px; background-color: alpha(currentColor, 0.2); color: #C5A68E; } #gf-candidate-popup, #gf-candidate-popup.solid { border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.11); background-color: rgba(42, 55, 62, 0.9); color: #ECEFF1; } #gf-candidate-popup gf-candidate-box { transition: none; } #gf-candidate-popup gf-candidate-box label { padding: 0.20301rem 0.20301rem 0.30075rem; } #gf-candidate-popup gf-candidate-box:last-child { padding-left: 0; } #gf-candidate-popup gf-candidate-box:hover, #gf-candidate-popup gf-candidate-box:selected { border-radius: 0; background-color: alpha(currentColor, 0.2); color: #FFFFFF; } #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child, #gf-candidate-popup .linked > button, #gf-candidate-popup .linked > button:first-child, #gf-candidate-popup .linked > button:last-child { border-radius: 0; border: none; background-color: transparent; color: #C5A68E); box-shadow: none; } /************ * Nautilus * ************/ .nautilus-desktop-window, .nautilus-desktop-window notebook, .nautilus-desktop-window notebook > stack { background: transparent; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { color: #FFFFFF; } .nautilus-canvas-item { border-radius: 2px; } .nautilus-circular-button { border-radius: 100px; -gtk-outline-radius: 100px; } .disk-space-display { border: 0 none transparent; } .disk-space-display.free { background-color: alpha(currentColor, 0.2); color: rgba(236, 239, 241, 0.3); } .disk-space-display.used { background-color: #C5A68E; } .disk-space-display.unknown { background-color: #FF9800; } /********* * Geary * *********/ .geary-titlebar-left separator { opacity: 0; } .geary-titlebar-right { box-shadow: none; } /************ * Epiphany * ************/ EphyWindow .nautilus-window .floating-bar { color: rgba(236, 239, 241, 0.75); } /************ * Seahorse * ************/ SeahorseWidget .sidebar paned separator { border: none; } window paned > box.vertical > box.vertical > toolbar.primary-toolbar { box-shadow: none; border-bottom: 1px solid rgba(0, 0, 0, 0.11); } /********** * Polari * **********/ .polari-room-list row { font-weight: 700; } .polari-room-list row:not(:hover):not(:active):not(:selected) label, .polari-room-list row:not(:hover):not(:active):not(:selected) image { opacity: 1.0; } .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) label, .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) image { opacity: 0.65; } .polari-nick-entry { border-image: none; font-weight: 700; } .sidebar row.activatable.inactive, .sidebar .inactive.view, .sidebar iconview.inactive, .sidebar .view text.inactive, .view .sidebar text.inactive, .sidebar iconview text.inactive, iconview .sidebar text.inactive, .sidebar textview text.inactive, textview .sidebar text.inactive, .sidebar treeview.view header button.inactive, treeview.view header .sidebar button.inactive, .sidebar .tweak-category header button.inactive, .tweak-category header .sidebar button.inactive { color: rgba(236, 239, 241, 0.75); background-color: transparent; font-weight: 500; } .sidebar row.activatable.inactive:hover, .sidebar .inactive.view:hover, .sidebar iconview.inactive:hover, .sidebar .view text.inactive:hover, .view .sidebar text.inactive:hover, .sidebar iconview text.inactive:hover, iconview .sidebar text.inactive:hover, .sidebar textview text.inactive:hover, textview .sidebar text.inactive:hover, .sidebar treeview.view header button.inactive:hover, treeview.view header .sidebar button.inactive:hover, .sidebar .tweak-category header button.inactive:hover, .tweak-category header .sidebar button.inactive:hover { color: #ECEFF1; } .sidebar row.activatable.inactive:selected, .sidebar .inactive.view:selected, .sidebar iconview.inactive:selected, .sidebar .view text.inactive:selected, .view .sidebar text.inactive:selected, .sidebar iconview text.inactive:selected, iconview .sidebar text.inactive:selected, .sidebar textview text.inactive:selected, textview .sidebar text.inactive:selected, .sidebar treeview.view header button.inactive:selected, treeview.view header .sidebar button.inactive:selected, .sidebar .tweak-category header button.inactive:selected, .tweak-category header .sidebar button.inactive:selected { color: #FFFFFF; background-color: #C5A68E; } box > headerbar > label.polari-titlebar-separator { min-width: 0; border: none; opacity: 0; } /************* * RhythmBox * *************/ .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar { box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 1px -2px rgba(0, 0, 0, 0.02), inset -3px 0 3px -2px rgba(0, 0, 0, 0.04); } .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar:dir(rtl) { box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 1px -2px rgba(0, 0, 0, 0.02), inset 3px 0 3px -2px rgba(0, 0, 0, 0.04); } .sidebar-paned scrolledwindow:dir(ltr), .sidebar-paned placessidebar:dir(ltr) { box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .sidebar-paned scrolledwindow:dir(rtl), .sidebar-paned placessidebar:dir(rtl) { box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); } .sidebar-paned .sidebar { background-color: rgba(18, 22, 0, 0.04); } window > box.vertical > box.vertical > toolbar.horizontal { box-shadow: none; } window > box.vertical > box.vertical > toolbar .linked > button { border-radius: 100px; -gtk-outline-radius: 100px; } /************** * Calculator * **************/ window > grid.vertical > box.vertical > widget button { min-width: 1rem; min-height: 1rem; padding: 0.75em 1em 0.75em; border: 0.75em solid transparent; border-radius: 2px; font-weight: 700; } window > grid.vertical > box.vertical > widget button.suggested-action { color: transparent; font-size: 0; } window > grid.vertical > box.vertical > widget button.suggested-action { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.07); background-color: #546E7A; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); color: rgba(236, 239, 241, 0.75); border-style: none; border-radius: 100px; background-color: transparent; background-image: -gtk-scaled(url("assets/equal-dark.png"), url("assets/equal-dark@2.png")); background-size: 32px; background-repeat: no-repeat; background-position: center; box-shadow: none; transition-duration: 0.2s; animation: none; } window > grid.vertical > box.vertical > widget button.suggested-action:hover { border-style: none; border-radius: 100px; background-color: transparent; background-image: -gtk-scaled(url("assets/equal-hover-dark.png"), url("assets/equal-hover-dark@2.png")); background-size: 32px; background-repeat: no-repeat; background-position: center; box-shadow: none; transition-duration: 0.2s; animation: none; } window > grid.vertical > box.vertical > widget button.suggested-action:active { border-style: none; border-radius: 100px; background-color: transparent; background-image: -gtk-scaled(url("assets/equal-active-dark.png"), url("assets/equal-active-dark@2.png")); background-size: 32px; background-repeat: no-repeat; background-position: center; box-shadow: none; transition-duration: 0.2s; animation: none; } window > grid.vertical > box.vertical > widget button.suggested-action:disabled { border-style: none; border-radius: 100px; background-color: transparent; background-image: -gtk-scaled(url("assets/equal-insensitive-dark.png"), url("assets/equal-insensitive-dark@2.png")); background-size: 32px; background-repeat: no-repeat; background-position: center; box-shadow: none; transition-duration: 0.2s; animation: none; } /********* * Gedit * *********/ GeditViewFrame .gedit-search-slider { padding: 3px; border-radius: 2px; border-width: 9px; border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch; color: #ECEFF1; opacity: 0.9; } GeditViewFrame .gedit-search-slider entry, GeditViewFrame .gedit-search-slider spinbutton:not(.vertical), GeditViewFrame .gedit-search-slider entry.error, GeditViewFrame .gedit-search-slider spinbutton.error:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning, GeditViewFrame .gedit-search-slider spinbutton.warning:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry, GeditViewFrame .gedit-search-slider .linked > spinbutton:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.error, GeditViewFrame .gedit-search-slider .linked > spinbutton.error:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.warning, GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:not(.vertical) { color: #ECEFF1; } GeditViewFrame .gedit-search-slider entry:focus, GeditViewFrame .gedit-search-slider spinbutton:focus:not(.vertical), GeditViewFrame .gedit-search-slider entry.error:focus, GeditViewFrame .gedit-search-slider spinbutton.error:focus:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning:focus, GeditViewFrame .gedit-search-slider spinbutton.warning:focus:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry:focus, GeditViewFrame .gedit-search-slider .linked > spinbutton:focus:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.error:focus, GeditViewFrame .gedit-search-slider .linked > spinbutton.error:focus:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.warning:focus, GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:focus:not(.vertical) { color: #FFFFFF; } GeditViewFrame .gedit-search-slider entry:disabled, GeditViewFrame .gedit-search-slider spinbutton:disabled:not(.vertical), GeditViewFrame .gedit-search-slider entry.error:disabled, GeditViewFrame .gedit-search-slider spinbutton.error:disabled:not(.vertical), GeditViewFrame .gedit-search-slider entry.warning:disabled, GeditViewFrame .gedit-search-slider spinbutton.warning:disabled:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry:disabled, GeditViewFrame .gedit-search-slider .linked > spinbutton:disabled:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.error:disabled, GeditViewFrame .gedit-search-slider .linked > spinbutton.error:disabled:not(.vertical), GeditViewFrame .gedit-search-slider .linked > entry.warning:disabled, GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:disabled:not(.vertical) { color: rgba(236, 239, 241, 0.3); } paned.titlebar.horizontal headerbar button.flat.toggle.popup, paned.titlebar.horizontal headerbar button.toggle.popup.osd.image-button, paned.titlebar.horizontal headerbar .toggle.popup.button.osd.image-button, paned.titlebar.horizontal headerbar button.toggle.popup:not(.suggested-action):not(.destructive-action), paned.titlebar.horizontal headerbar .menu > arrow.toggle.popup, paned.titlebar.horizontal headerbar .context-menu > arrow.toggle.popup, paned.titlebar.horizontal headerbar menu > arrow.toggle.popup, paned.titlebar.horizontal headerbar placessidebar row button.toggle.popup.image-button, placessidebar row paned.titlebar.horizontal headerbar button.toggle.popup.image-button, paned.titlebar.horizontal .csd headerbar button.toggle.popup.titlebutton, .csd paned.titlebar.horizontal headerbar button.toggle.popup.titlebutton, paned.titlebar.horizontal headerbar .csd .titlebar.selection-mode button.toggle.popup.titlebutton, paned.titlebar.horizontal headerbar #gf-candidate-popup button.toggle.popup, #gf-candidate-popup paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar window > grid.vertical > box.vertical > widget button.toggle.popup, window > grid.vertical > box.vertical > widget paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar layouttabbar button.toggle.popup, layouttabbar paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar layouttab button.toggle.popup, layouttab paned.titlebar.horizontal headerbar button.toggle.popup { border-radius: 2px; -gtk-outline-radius: 2px; } notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.top, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.top, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.bottom, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.bottom, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.left, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.left, notebook grid.horizontal > widget > box.horizontal > scrolledwindow undershoot.right, notebook grid.horizontal > widget > box.horizontal > placessidebar undershoot.right { background-image: none; } /*********** * Builder * ***********/ filechooser actionbar button.combo { padding: 0; } frame.gb-search-frame { background-image: linear-gradient(to bottom, #3e515a); padding: 0.45113rem; border-style: solid; border-color: rgba(0, 0, 0, 0.11); border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-radius: 0; } frame.gb-search-frame border { border: none; } .gb-search-entry-occurrences-tag { color: rgba(236, 239, 241, 0.3); margin: 0.15038rem; padding: 0.15038rem; border-width: 0; } editortweak button { padding: 0 0.45113rem 0 0.45113rem; } editortweak list row { padding: 0; } layouttabbar > box { min-height: 2.93233rem; } eggsearchbar > revealer > box { min-height: 2.93233rem; } eggsearchbar entry, eggsearchbar spinbutton:not(.vertical) { min-height: 1.80451rem; } pillbox { border-radius: 2px; } genesisperspective stack > box:first-child list row { padding: 0.75188rem; border-bottom: 1px solid #37474F; } genesisperspective stack > box:first-child list row:last-child { border-bottom: none; } perspectiveswitcher { padding: 0 0.30075rem; border-right: 1px solid #37474F; background-color: #3b4c54; } perspectiveswitcher button { padding: 0.45113rem; border-radius: 100px; border: none; background: none; color: rgba(236, 239, 241, 0.5); box-shadow: none; } perspectiveswitcher button image { opacity: 0.55; } perspectiveswitcher button:hover { background: none; } perspectiveswitcher button:hover image { opacity: 0.75; } perspectiveswitcher button:active, perspectiveswitcher button:checked { background: none; } perspectiveswitcher button:active image, perspectiveswitcher button:checked image { opacity: 1.0; } layouttabbar { min-height: 2.80451rem; padding: 0.3985rem; border-bottom: 1px solid #37474F; background-color: #3b4c54; } layouttabbar > box > button { opacity: 0.55; } layouttabbar > box > button:hover { opacity: 0.75; } layouttabbar > box > button:active { opacity: 1.0; } layouttabbar button { padding: 0.30075rem 0.3985rem 0.3985rem; margin: 0.20301rem; border-radius: 2px; background-color: transparent; } layouttab { margin: 0.20301rem; padding: 0.3985rem; background-color: transparent; } layouttab label { padding: 0.30075rem; } layouttab separator.vertical { margin: 0.20301rem; color: transparent; background-color: rgba(0, 0, 0, 0.11); } layouttab button { margin: 0.20301rem; border-radius: 2px; padding-left: 0.3985rem; padding-right: 0.3985rem; } layouttab > box > button:last-child { min-height: 1rem; min-width: 1rem; padding: 0.50376rem; border-radius: 100px; -gtk-outline-radius: 100px; box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } layouttab > box > button:last-child:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); } layouttab > box > button:last-child:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } layouttab > box > button:last-child:disabled { box-shadow: none; background-color: transparent; } layouttab > box > button:last-child image { opacity: 0.55; } layouttab > box > button:last-child:hover image { opacity: 0.75; } layouttab > box > button:last-child:active image { opacity: 1.0; } layout { border: 1px solid #37474F; -PnlDockBin-handle-size: 1; } eggsearchbar box.search-bar { background-color: #3b4c54; } pillbox { background-color: #3e515a; border-radius: 2px; } docktabstrip, tabstrip { min-height: 2.60902rem; padding: 0.3985rem 1.20301rem; border-bottom: 1px solid #37474F; background-color: #3b4c54; } docktabstrip docktab, docktabstrip tab, tabstrip docktab, tabstrip tab { color: rgba(236, 239, 241, 0.5); font-weight: 700; box-shadow: inset 0 -1px alpha(currentColor, 0.2); } docktabstrip docktab:hover, docktabstrip tab:hover, tabstrip docktab:hover, tabstrip tab:hover { color: #ECEFF1; box-shadow: inset 0 -2px alpha(currentColor, 0.2); } docktabstrip docktab:checked, docktabstrip tab:checked, tabstrip docktab:checked, tabstrip tab:checked { color: #ECEFF1; box-shadow: inset 0 -2px #C5A68E; } layoutstack widget scrolledwindow undershoot.top, layoutstack widget placessidebar undershoot.top, layoutstack widget scrolledwindow undershoot.bottom, layoutstack widget placessidebar undershoot.bottom, layoutstack widget scrolledwindow undershoot.left, layoutstack widget placessidebar undershoot.left, layoutstack widget scrolledwindow undershoot.right, layoutstack widget placessidebar undershoot.right { background-image: none; } /*************** * Gnome-music * ***************/ GdMainView:dir(ltr), .side-panel:dir(ltr) { border-right: 1px solid rgba(0, 0, 0, 0.11); } GdMainView:dir(rtl), .side-panel:dir(rtl) { border-left: 1px solid rgba(0, 0, 0, 0.11); } GdMainView .view, GdMainView iconview, .side-panel .view, .side-panel iconview { background-color: #3b4c54; box-shadow: none; } GdMainView .view, GdMainView iconview, GdMainView .view row.activatable, GdMainView iconview row.activatable, GdMainView .view .view, GdMainView iconview .view, GdMainView .view iconview, GdMainView iconview iconview, GdMainView .view text, GdMainView iconview .view text, .view GdMainView iconview text, GdMainView .view iconview text, iconview GdMainView .view text, GdMainView iconview text, GdMainView .view textview text, textview GdMainView .view text, GdMainView iconview textview text, textview GdMainView iconview text, GdMainView treeview.view header button, GdMainView iconview treeview.view header button, treeview.view header GdMainView iconview button, GdMainView .view .tweak-category header button, .tweak-category header GdMainView .view button, GdMainView iconview .tweak-category header button, .tweak-category header GdMainView iconview button, .side-panel .view, .side-panel iconview, .side-panel .view row.activatable, .side-panel iconview row.activatable, .side-panel .view .view, .side-panel iconview .view, .side-panel .view iconview, .side-panel iconview iconview, .side-panel .view text, .side-panel iconview .view text, .view .side-panel iconview text, .side-panel .view iconview text, iconview .side-panel .view text, .side-panel iconview text, .side-panel .view textview text, textview .side-panel .view text, .side-panel iconview textview text, textview .side-panel iconview text, .side-panel treeview.view header button, .side-panel iconview treeview.view header button, treeview.view header .side-panel iconview button, .side-panel .view .tweak-category header button, .tweak-category header .side-panel .view button, .side-panel iconview .tweak-category header button, .tweak-category header .side-panel iconview button { padding: 0; background-color: transparent; color: rgba(236, 239, 241, 0.75); font-weight: 500; box-shadow: none; } GdMainView .view:hover, GdMainView iconview:hover, GdMainView .view row.activatable:hover, GdMainView iconview row.activatable:hover, GdMainView .view .view:hover, GdMainView iconview .view:hover, GdMainView .view iconview:hover, GdMainView iconview iconview:hover, GdMainView .view text:hover, GdMainView iconview .view text:hover, .view GdMainView iconview text:hover, GdMainView .view iconview text:hover, iconview GdMainView .view text:hover, GdMainView iconview text:hover, GdMainView .view textview text:hover, textview GdMainView .view text:hover, GdMainView iconview textview text:hover, textview GdMainView iconview text:hover, GdMainView treeview.view header button:hover, GdMainView iconview treeview.view header button:hover, treeview.view header GdMainView iconview button:hover, GdMainView .view .tweak-category header button:hover, .tweak-category header GdMainView .view button:hover, GdMainView iconview .tweak-category header button:hover, .tweak-category header GdMainView iconview button:hover, .side-panel .view:hover, .side-panel iconview:hover, .side-panel .view row.activatable:hover, .side-panel iconview row.activatable:hover, .side-panel .view .view:hover, .side-panel iconview .view:hover, .side-panel .view iconview:hover, .side-panel iconview iconview:hover, .side-panel .view text:hover, .side-panel iconview .view text:hover, .view .side-panel iconview text:hover, .side-panel .view iconview text:hover, iconview .side-panel .view text:hover, .side-panel iconview text:hover, .side-panel .view textview text:hover, textview .side-panel .view text:hover, .side-panel iconview textview text:hover, textview .side-panel iconview text:hover, .side-panel treeview.view header button:hover, .side-panel iconview treeview.view header button:hover, treeview.view header .side-panel iconview button:hover, .side-panel .view .tweak-category header button:hover, .tweak-category header .side-panel .view button:hover, .side-panel iconview .tweak-category header button:hover, .tweak-category header .side-panel iconview button:hover { color: #ECEFF1; } actionbar { box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); } actionbar, actionbar.frame { background-color: #3b4c54; } actionbar button, actionbar .linked > button.image-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); border-radius: 100px; -gtk-outline-radius: 100px; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px; color: rgba(236, 239, 241, 0.75); box-shadow: none; } actionbar button:hover, actionbar .linked > button.image-button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); border-image: none; color: #ECEFF1; box-shadow: none; } actionbar button:checked, actionbar .linked > button.image-button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; background-color: transparent; color: #ECEFF1; box-shadow: none; } actionbar button:checked:disabled, actionbar .linked > button.image-button:checked:disabled { border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.3); box-shadow: none; } actionbar button:checked:disabled > label, actionbar .linked > button.image-button:checked:disabled > label { color: inherit; } actionbar button:checked:disabled > .label, actionbar .linked > button.image-button:checked:disabled > .label { color: inherit; } actionbar button:disabled, actionbar .linked > button.image-button:disabled { box-shadow: none; background-color: transparent; border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.225); box-shadow: none; } /****************** * Gnome-contacts * ******************/ window overlay > grid > frame > grid toolbar { box-shadow: none; } window overlay > grid > frame > grid list:dir(ltr) { box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); } window overlay > grid > frame > grid list:dir(rtl) { box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); } window overlay > grid > frame > grid list row { color: rgba(236, 239, 241, 0.75); background-color: rgba(18, 22, 0, 0.04); } window overlay > grid > frame > grid list row:hover { color: #ECEFF1; } window overlay > grid > frame > grid list row:selected, window overlay > grid > frame > grid list row:selected.activatable, window overlay > grid > frame > grid list .view:selected, window overlay > grid > frame > grid list iconview:selected, window overlay > grid > frame > grid list .view text:selected, .view window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list iconview text:selected, iconview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list textview text:selected, textview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list treeview.view header button:selected, treeview.view header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list .tweak-category header button:selected, .tweak-category header window overlay > grid > frame > grid list button:selected { background-color: rgba(18, 22, 0, 0.04); } window overlay > grid > frame > grid list row:selected, window overlay > grid > frame > grid list row:selected label, window overlay > grid > frame > grid list row:selected.activatable, window overlay > grid > frame > grid list .view:selected, window overlay > grid > frame > grid list iconview:selected, window overlay > grid > frame > grid list .view text:selected, .view window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list iconview text:selected, iconview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list textview text:selected, textview window overlay > grid > frame > grid list text:selected, window overlay > grid > frame > grid list treeview.view header button:selected, treeview.view header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list .tweak-category header button:selected, .tweak-category header window overlay > grid > frame > grid list button:selected, window overlay > grid > frame > grid list row:selected.activatable label, window overlay > grid > frame > grid list .view:selected label, window overlay > grid > frame > grid list iconview:selected label, window overlay > grid > frame > grid list .view text:selected label, .view window overlay > grid > frame > grid list text:selected label, window overlay > grid > frame > grid list iconview text:selected label, iconview window overlay > grid > frame > grid list text:selected label, window overlay > grid > frame > grid list textview text:selected label, textview window overlay > grid > frame > grid list text:selected label, window overlay > grid > frame > grid list treeview.view header button:selected label, treeview.view header window overlay > grid > frame > grid list button:selected label, window overlay > grid > frame > grid list .tweak-category header button:selected label, .tweak-category header window overlay > grid > frame > grid list button:selected label { color: #C5A68E; } window overlay > grid > frame > grid list row:backdrop { opacity: 1.0; } window overlay > grid > frame > grid list separator { min-height: 0; border-color: transparent; background-color: transparent; color: transparent; } window overlay > grid > frame > grid scrolledwindow undershoot.top, window overlay > grid > frame > grid placessidebar undershoot.top { background-color: transparent; background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-top: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; } window overlay > grid > frame > grid scrolledwindow undershoot.bottom, window overlay > grid > frame > grid placessidebar undershoot.bottom { background-color: transparent; background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-bottom: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; } window overlay > grid > frame > grid scrolledwindow undershoot.left, window overlay > grid > frame > grid placessidebar undershoot.left { background-color: transparent; background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-left: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; } window overlay > grid > frame > grid scrolledwindow undershoot.right, window overlay > grid > frame > grid placessidebar undershoot.right { background-color: transparent; background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94)); padding-right: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; } /********** * Baobab * **********/ window > box.vertical > grid.vertical > stack stack > spinner { min-width: 1.80451rem; min-height: 1.80451rem; padding: 4rem 6rem 4rem; } /********** * Evince * **********/ window.background { padding: 0.3985rem; } window.background > box.vertical > box.horizontal > widget > label { color: #263238; font-weight: 700; } window.background > box.vertical > box.horizontal > button.flat:not(.image-button):not(.text-button):not(.toggle), window.background > box.vertical > box.horizontal > button.osd.image-button:not(.image-button):not(.text-button):not(.toggle), window.background > box.vertical > box.horizontal > .button.osd.image-button:not(.image-button):not(.text-button):not(.toggle), .titlebar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action), headerbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action), window.background > box.vertical > box.menu.horizontal > arrow:not(.image-button):not(.text-button):not(.toggle), window.background > box.vertical > box.context-menu.horizontal > arrow:not(.image-button):not(.text-button):not(.toggle), placessidebar row window.background > box.vertical > box.horizontal > button.image-button:not(.image-button):not(.text-button):not(.toggle), .csd headerbar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle), .csd .titlebar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle), #gf-candidate-popup window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), window > grid.vertical > box.vertical > widget window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), layouttabbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), layouttab window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle) { min-width: 1rem; min-height: 1rem; padding: 0.80451rem; border: none; border-radius: 100px; -gtk-outline-radius: 100px; color: #263238; } /************** * Gnome-Logs * **************/ headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.osd.image-button, headerbar > .popup.title-menu-button.toggle.button.osd.image-button, .titlebar headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar.menu > arrow.popup.title-menu-button.toggle, headerbar.context-menu > arrow.popup.title-menu-button.toggle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd .titlebar headerbar > button.popup.title-menu-button.toggle.titlebutton, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle, layouttabbar headerbar > button.popup.title-menu-button.toggle, layouttab headerbar > button.popup.title-menu-button.toggle { border-radius: 2px; -gtk-outline-radius: 2px; } headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .title, headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .title, headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .title, headerbar.menu > arrow.popup.title-menu-button.toggle > grid .title, headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .title, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .title, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .title, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .title, layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .title, layouttab headerbar > button.popup.title-menu-button.toggle > grid .title, headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .subtitle, headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .subtitle, headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .subtitle, headerbar.menu > arrow.popup.title-menu-button.toggle > grid .subtitle, headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .subtitle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .subtitle, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .subtitle, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .subtitle, layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle, layouttab headerbar > button.popup.title-menu-button.toggle > grid .subtitle { padding: 0.09774rem 1rem 0.09774rem; font-size: 90%; } /****************** * Budgie Desktop * ******************/ @keyframes budgie_ripple_effect { from { background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); } to { background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0.2)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0.2)); } } .budgie-container { background-color: transparent; } .budgie-panel:backdrop, .budgie-panel *:backdrop { opacity: 1.0; } .budgie-panel { background-color: #13191c; color: #ECEFF1; font-weight: 700; } .top .budgie-panel { border-top: 2px solid #000000; } .bottom .budgie-panel { border-bottom: 2px solid #000000; } .left .budgie-panel { border-left: 2px solid #000000; } .right .budgie-panel { border-right: 2px solid #000000; } .budgie-panel .alert { color: #C5A68E; } .top .shadow-block { background-color: transparent; background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); } .bottom .shadow-block { background-color: transparent; background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); } .left .shadow-block { background-color: transparent; background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); } .right .shadow-block { background-color: transparent; background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); } .budgie-panel #tasklist-button button, .budgie-panel #tasklist-button:backdrop button { border: none; background: none; opacity: 0.5; } .budgie-panel #tasklist-button button:hover, .budgie-panel #tasklist-button button:active, .budgie-panel #tasklist-button button:checked, .budgie-panel #tasklist-button:backdrop button:hover, .budgie-panel #tasklist-button:backdrop button:active, .budgie-panel #tasklist-button:backdrop button:checked { opacity: 1.0; } .budgie-panel button.flat.launcher, .budgie-panel button.launcher.osd.image-button, .budgie-panel .launcher.button.osd.image-button, .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher, .budgie-panel .context-menu > arrow.launcher, .budgie-panel menu > arrow.launcher, .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .budgie-panel button.launcher.image-button, .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel button.launcher.titlebutton, .budgie-panel .csd .titlebar button.launcher.titlebutton, .csd .titlebar .budgie-panel button.launcher.titlebutton, .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .budgie-panel button.launcher, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher, .budgie-panel layouttabbar button.launcher, layouttabbar .budgie-panel button.launcher, .budgie-panel layouttab button.launcher, layouttab .budgie-panel button.launcher, .budgie-panel button.flat.launcher:backdrop, .budgie-panel button.launcher.osd.image-button:backdrop, .budgie-panel .launcher.button.osd.image-button:backdrop, .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop, .budgie-panel .context-menu > arrow.launcher:backdrop, .budgie-panel menu > arrow.launcher:backdrop, .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .budgie-panel button.launcher.image-button:backdrop, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop, .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop, .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .budgie-panel button.launcher:backdrop, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop, .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .budgie-panel button.launcher:backdrop, .budgie-panel layouttab button.launcher:backdrop, layouttab .budgie-panel button.launcher:backdrop { min-width: 1.80451rem; min-height: 1.80451rem; padding: 0; border: 2px solid transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.4, to(alpha(#ECEFF1, 0)), to(transparent)), linear-gradient(to bottom, alpha(#ECEFF1, 0)); background-size: 3.7594rem 3.7594rem, auto; background-position: center center; opacity: 0.5; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); transition-property: opacity, border-color, background-color, background-image, box-shadow; transition-duration: 0.2s; } .budgie-panel button.flat.launcher:hover, .budgie-panel button.launcher.osd.image-button:hover, .budgie-panel .launcher.button.osd.image-button:hover, .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:hover, .budgie-panel .context-menu > arrow.launcher:hover, .budgie-panel menu > arrow.launcher:hover, .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel button.launcher.image-button:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:hover, .budgie-panel .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .budgie-panel button.launcher.titlebutton:hover, .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .budgie-panel button.launcher:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:hover, .budgie-panel layouttabbar button.launcher:hover, layouttabbar .budgie-panel button.launcher:hover, .budgie-panel layouttab button.launcher:hover, layouttab .budgie-panel button.launcher:hover, .budgie-panel button.flat.launcher:backdrop:hover, .budgie-panel button.launcher.osd.image-button:backdrop:hover, .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:hover, .budgie-panel .context-menu > arrow.launcher:backdrop:hover, .budgie-panel menu > arrow.launcher:backdrop:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:hover, .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:hover, .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .budgie-panel button.launcher:backdrop:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:hover, .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .budgie-panel button.launcher:backdrop:hover, .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .budgie-panel button.launcher:backdrop:hover { opacity: 0.75; -gtk-icon-effect: highlight; } .budgie-panel button.flat.launcher:active, .budgie-panel button.launcher.osd.image-button:active, .budgie-panel .launcher.button.osd.image-button:active, .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:active, .budgie-panel .context-menu > arrow.launcher:active, .budgie-panel menu > arrow.launcher:active, .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .budgie-panel button.launcher.image-button:active, .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .budgie-panel button.launcher.titlebutton:active, .budgie-panel .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .budgie-panel button.launcher.titlebutton:active, .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .budgie-panel button.launcher:active, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:active, .budgie-panel layouttabbar button.launcher:active, layouttabbar .budgie-panel button.launcher:active, .budgie-panel layouttab button.launcher:active, layouttab .budgie-panel button.launcher:active, .budgie-panel button.flat.launcher:backdrop:active, .budgie-panel button.launcher.osd.image-button:backdrop:active, .budgie-panel .launcher.button.osd.image-button:backdrop:active, .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:active, .budgie-panel .context-menu > arrow.launcher:backdrop:active, .budgie-panel menu > arrow.launcher:backdrop:active, .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .budgie-panel button.launcher.image-button:backdrop:active, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:active, .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:active, .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .budgie-panel button.launcher:backdrop:active, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:active, .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .budgie-panel button.launcher:backdrop:active, .budgie-panel layouttab button.launcher:backdrop:active, layouttab .budgie-panel button.launcher:backdrop:active { opacity: 1.0; transition-duration: 0; animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } .budgie-panel button.flat.launcher:checked, .budgie-panel button.launcher.osd.image-button:checked, .budgie-panel .launcher.button.osd.image-button:checked, .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked, .budgie-panel .context-menu > arrow.launcher:checked, .budgie-panel menu > arrow.launcher:checked, .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .budgie-panel button.launcher.image-button:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:checked, .budgie-panel .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .budgie-panel button.launcher.titlebutton:checked, .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .budgie-panel button.launcher:checked, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:checked, .budgie-panel layouttabbar button.launcher:checked, layouttabbar .budgie-panel button.launcher:checked, .budgie-panel layouttab button.launcher:checked, layouttab .budgie-panel button.launcher:checked, .budgie-panel button.flat.launcher:backdrop:checked, .budgie-panel button.launcher.osd.image-button:backdrop:checked, .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked, .budgie-panel .context-menu > arrow.launcher:backdrop:checked, .budgie-panel menu > arrow.launcher:backdrop:checked, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked, .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:checked, .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .budgie-panel button.launcher:backdrop:checked, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:checked, .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .budgie-panel button.launcher:backdrop:checked, .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .budgie-panel button.launcher:backdrop:checked { opacity: 1.0; background-color: transparent; } .budgie-panel button.flat.launcher:checked:hover, .budgie-panel button.launcher.osd.image-button:checked:hover, .budgie-panel .launcher.button.osd.image-button:checked:hover, .budgie-panel .titlebar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked:hover, .budgie-panel .context-menu > arrow.launcher:checked:hover, .budgie-panel menu > arrow.launcher:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:checked:hover, .budgie-panel .csd .titlebar button.launcher.titlebutton:checked:hover, .csd .titlebar .budgie-panel button.launcher.titlebutton:checked:hover, .budgie-panel #gf-candidate-popup button.launcher:checked:hover, #gf-candidate-popup .budgie-panel button.launcher:checked:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:checked:hover, .budgie-panel layouttabbar button.launcher:checked:hover, layouttabbar .budgie-panel button.launcher:checked:hover, .budgie-panel layouttab button.launcher:checked:hover, layouttab .budgie-panel button.launcher:checked:hover, .budgie-panel button.flat.launcher:backdrop:checked:hover, .budgie-panel button.launcher.osd.image-button:backdrop:checked:hover, .budgie-panel .launcher.button.osd.image-button:backdrop:checked:hover, .budgie-panel .titlebar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel headerbar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked:hover, .budgie-panel .context-menu > arrow.launcher:backdrop:checked:hover, .budgie-panel menu > arrow.launcher:backdrop:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover, .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked:hover, .csd .titlebar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover, .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked:hover, #gf-candidate-popup .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked:hover, window > grid.vertical > box.vertical > widget .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel layouttabbar button.launcher:backdrop:checked:hover, layouttabbar .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel layouttab button.launcher:backdrop:checked:hover, layouttab .budgie-panel button.launcher:backdrop:checked:hover { -gtk-icon-effect: highlight; } .budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned button.launcher.osd.image-button, .budgie-panel .unpinned .launcher.button.osd.image-button, .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher, .budgie-panel .unpinned .context-menu > arrow.launcher, .budgie-panel .unpinned menu > arrow.launcher, .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .budgie-panel .unpinned button.launcher.image-button, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton, .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton, .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton, .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned layouttab button.launcher, layouttab .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned button.flat.launcher:backdrop, .budgie-panel .unpinned button.launcher.osd.image-button:backdrop, .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop, .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:backdrop, .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop, .budgie-panel .unpinned menu > arrow.launcher:backdrop, .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop, placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop, .budgie-panel .unpinned layouttabbar button.launcher:backdrop, layouttabbar .budgie-panel .unpinned button.launcher:backdrop, .budgie-panel .unpinned layouttab button.launcher:backdrop, layouttab .budgie-panel .unpinned button.launcher:backdrop, .budgie-panel .pinned button.flat.launcher.running, .budgie-panel .pinned button.launcher.running.osd.image-button, .budgie-panel .pinned .launcher.running.button.osd.image-button, .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned .menu > arrow.launcher.running, .budgie-panel .pinned .context-menu > arrow.launcher.running, .budgie-panel .pinned menu > arrow.launcher.running, .budgie-panel .pinned placessidebar row button.launcher.running.image-button, placessidebar row .budgie-panel .pinned button.launcher.running.image-button, .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton, .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton, .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton, .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton, .budgie-panel .pinned #gf-candidate-popup button.launcher.running, #gf-candidate-popup .budgie-panel .pinned button.launcher.running, .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running, window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running, .budgie-panel .pinned layouttabbar button.launcher.running, layouttabbar .budgie-panel .pinned button.launcher.running, .budgie-panel .pinned layouttab button.launcher.running, layouttab .budgie-panel .pinned button.launcher.running, .budgie-panel .pinned button.flat.launcher.running:backdrop, .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop, .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop, .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned .menu > arrow.launcher.running:backdrop, .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop, .budgie-panel .pinned menu > arrow.launcher.running:backdrop, .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop, placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop, .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop, .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop, .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop, #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop, .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop, window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop, .budgie-panel .pinned layouttabbar button.launcher.running:backdrop, layouttabbar .budgie-panel .pinned button.launcher.running:backdrop, .budgie-panel .pinned layouttab button.launcher.running:backdrop, layouttab .budgie-panel .pinned button.launcher.running:backdrop { opacity: 1.0; } .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned button.launcher.osd.image-button:hover, .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:hover, .budgie-panel .unpinned .context-menu > arrow.launcher:hover, .budgie-panel .unpinned menu > arrow.launcher:hover, .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel .unpinned button.launcher.image-button:hover, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:hover, .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:hover, .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned button.flat.launcher:backdrop:hover, .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover, .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover, .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover, .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover, .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover, .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop:hover, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop:hover, .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop:hover, .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover, layouttabbar .budgie-panel .unpinned button.launcher:backdrop:hover, .budgie-panel .unpinned layouttab button.launcher:backdrop:hover, layouttab .budgie-panel .unpinned button.launcher:backdrop:hover, .budgie-panel .pinned button.flat.launcher.running:hover, .budgie-panel .pinned button.launcher.running.osd.image-button:hover, .budgie-panel .pinned .launcher.running.button.osd.image-button:hover, .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned .menu > arrow.launcher.running:hover, .budgie-panel .pinned .context-menu > arrow.launcher.running:hover, .budgie-panel .pinned menu > arrow.launcher.running:hover, .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover, placessidebar row .budgie-panel .pinned button.launcher.running.image-button:hover, .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover, .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:hover, .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover, .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:hover, .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover, #gf-candidate-popup .budgie-panel .pinned button.launcher.running:hover, .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover, window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:hover, .budgie-panel .pinned layouttabbar button.launcher.running:hover, layouttabbar .budgie-panel .pinned button.launcher.running:hover, .budgie-panel .pinned layouttab button.launcher.running:hover, layouttab .budgie-panel .pinned button.launcher.running:hover, .budgie-panel .pinned button.flat.launcher.running:backdrop:hover, .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover, .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover, .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover, .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover, .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover, .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover, placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover, .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover, .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover, .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover, #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop:hover, .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover, window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop:hover, .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover, layouttabbar .budgie-panel .pinned button.launcher.running:backdrop:hover, .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover, layouttab .budgie-panel .pinned button.launcher.running:backdrop:hover { -gtk-icon-effect: highlight; } .top .budgie-panel #tasklist-button button, .top .budgie-panel #tasklist-button button:backdrop { border: 2px solid transparent; } .top .budgie-panel #tasklist-button button:hover, .top .budgie-panel #tasklist-button button:backdrop:hover { border-top: 2px solid alpha(#ECEFF1, 0.4); } .top .budgie-panel #tasklist-button button:active, .top .budgie-panel #tasklist-button button:checked, .top .budgie-panel #tasklist-button button:backdrop:active, .top .budgie-panel #tasklist-button button:backdrop:checked { border-top: 2px solid #C5A68E; } .top .budgie-panel button.flat.launcher, .top .budgie-panel button.launcher.osd.image-button, .top .budgie-panel .launcher.button.osd.image-button, .top .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher, .top .budgie-panel .context-menu > arrow.launcher, .top .budgie-panel menu > arrow.launcher, .top .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel button.launcher.image-button, .top .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel button.launcher.titlebutton, .top .budgie-panel .csd .titlebar button.launcher.titlebutton, .csd .titlebar .top .budgie-panel button.launcher.titlebutton, .top .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .top .budgie-panel button.launcher, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher, .top .budgie-panel layouttabbar button.launcher, layouttabbar .top .budgie-panel button.launcher, .top .budgie-panel layouttab button.launcher, layouttab .top .budgie-panel button.launcher, .top .budgie-panel button.flat.launcher:backdrop, .top .budgie-panel button.launcher.osd.image-button:backdrop, .top .budgie-panel .launcher.button.osd.image-button:backdrop, .top .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:backdrop, .top .budgie-panel .context-menu > arrow.launcher:backdrop, .top .budgie-panel menu > arrow.launcher:backdrop, .top .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .top .budgie-panel button.launcher.image-button:backdrop, .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop, .top .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .top .budgie-panel button.launcher:backdrop, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop, .top .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .top .budgie-panel button.launcher:backdrop, .top .budgie-panel layouttab button.launcher:backdrop, layouttab .top .budgie-panel button.launcher:backdrop { border: 2px solid transparent; } .top .budgie-panel button.flat.launcher:hover, .top .budgie-panel button.launcher.osd.image-button:hover, .top .budgie-panel .launcher.button.osd.image-button:hover, .top .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:hover, .top .budgie-panel .context-menu > arrow.launcher:hover, .top .budgie-panel menu > arrow.launcher:hover, .top .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel button.launcher.image-button:hover, .top .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:hover, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:hover, .top .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .top .budgie-panel button.launcher:hover, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:hover, .top .budgie-panel layouttabbar button.launcher:hover, layouttabbar .top .budgie-panel button.launcher:hover, .top .budgie-panel layouttab button.launcher:hover, layouttab .top .budgie-panel button.launcher:hover, .top .budgie-panel button.flat.launcher:backdrop:hover, .top .budgie-panel button.launcher.osd.image-button:backdrop:hover, .top .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .top .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:backdrop:hover, .top .budgie-panel .context-menu > arrow.launcher:backdrop:hover, .top .budgie-panel menu > arrow.launcher:backdrop:hover, .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:hover, .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:hover, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:hover, .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:hover, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:hover, .top .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .top .budgie-panel button.launcher:backdrop:hover, .top .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .top .budgie-panel button.launcher:backdrop:hover { border-top: 2px solid alpha(#ECEFF1, 0.4); } .top .budgie-panel button.flat.launcher:active, .top .budgie-panel button.launcher.osd.image-button:active, .top .budgie-panel .launcher.button.osd.image-button:active, .top .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:active, .top .budgie-panel .context-menu > arrow.launcher:active, .top .budgie-panel menu > arrow.launcher:active, .top .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel button.launcher.image-button:active, .top .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:active, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:active, .top .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .top .budgie-panel button.launcher:active, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:active, .top .budgie-panel layouttabbar button.launcher:active, layouttabbar .top .budgie-panel button.launcher:active, .top .budgie-panel layouttab button.launcher:active, layouttab .top .budgie-panel button.launcher:active, .top .budgie-panel button.flat.launcher:checked, .top .budgie-panel button.launcher.osd.image-button:checked, .top .budgie-panel .launcher.button.osd.image-button:checked, .top .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:checked, .top .budgie-panel .context-menu > arrow.launcher:checked, .top .budgie-panel menu > arrow.launcher:checked, .top .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel button.launcher.image-button:checked, .top .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:checked, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:checked, .top .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .top .budgie-panel button.launcher:checked, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:checked, .top .budgie-panel layouttabbar button.launcher:checked, layouttabbar .top .budgie-panel button.launcher:checked, .top .budgie-panel layouttab button.launcher:checked, layouttab .top .budgie-panel button.launcher:checked, .top .budgie-panel button.flat.launcher:backdrop:active, .top .budgie-panel button.launcher.osd.image-button:backdrop:active, .top .budgie-panel .launcher.button.osd.image-button:backdrop:active, .top .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:backdrop:active, .top .budgie-panel .context-menu > arrow.launcher:backdrop:active, .top .budgie-panel menu > arrow.launcher:backdrop:active, .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:active, .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:active, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:active, .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:active, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:active, .top .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .top .budgie-panel button.launcher:backdrop:active, .top .budgie-panel layouttab button.launcher:backdrop:active, layouttab .top .budgie-panel button.launcher:backdrop:active, .top .budgie-panel button.flat.launcher:backdrop:checked, .top .budgie-panel button.launcher.osd.image-button:backdrop:checked, .top .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .top .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:backdrop:checked, .top .budgie-panel .context-menu > arrow.launcher:backdrop:checked, .top .budgie-panel menu > arrow.launcher:backdrop:checked, .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:checked, .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:checked, .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:checked, .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:checked, .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:checked, .top .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .top .budgie-panel button.launcher:backdrop:checked, .top .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .top .budgie-panel button.launcher:backdrop:checked { border-top: 2px solid #C5A68E; } .bottom .budgie-panel #tasklist-button button, .bottom .budgie-panel #tasklist-button button:backdrop { border: 2px solid transparent; } .bottom .budgie-panel #tasklist-button button:hover, .bottom .budgie-panel #tasklist-button button:backdrop:hover { border-bottom: 2px solid alpha(#ECEFF1, 0.4); } .bottom .budgie-panel #tasklist-button button:active, .bottom .budgie-panel #tasklist-button button:checked, .bottom .budgie-panel #tasklist-button button:backdrop:active, .bottom .budgie-panel #tasklist-button button:backdrop:checked { border-bottom: 2px solid #C5A68E; } .bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel button.launcher.osd.image-button, .bottom .budgie-panel .launcher.button.osd.image-button, .bottom .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher, .bottom .budgie-panel .context-menu > arrow.launcher, .bottom .budgie-panel menu > arrow.launcher, .bottom .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel button.launcher.image-button, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton, .bottom .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .bottom .budgie-panel button.launcher, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher, .bottom .budgie-panel layouttabbar button.launcher, layouttabbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel layouttab button.launcher, layouttab .bottom .budgie-panel button.launcher, .bottom .budgie-panel button.flat.launcher:backdrop, .bottom .budgie-panel button.launcher.osd.image-button:backdrop, .bottom .budgie-panel .launcher.button.osd.image-button:backdrop, .bottom .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:backdrop, .bottom .budgie-panel .context-menu > arrow.launcher:backdrop, .bottom .budgie-panel menu > arrow.launcher:backdrop, .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop, .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop, .bottom .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .bottom .budgie-panel button.launcher:backdrop, .bottom .budgie-panel layouttab button.launcher:backdrop, layouttab .bottom .budgie-panel button.launcher:backdrop { border: 2px solid transparent; } .bottom .budgie-panel button.flat.launcher:hover, .bottom .budgie-panel button.launcher.osd.image-button:hover, .bottom .budgie-panel .launcher.button.osd.image-button:hover, .bottom .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:hover, .bottom .budgie-panel .context-menu > arrow.launcher:hover, .bottom .budgie-panel menu > arrow.launcher:hover, .bottom .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel button.launcher.image-button:hover, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:hover, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:hover, .bottom .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel layouttabbar button.launcher:hover, layouttabbar .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel layouttab button.launcher:hover, layouttab .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel button.flat.launcher:backdrop:hover, .bottom .budgie-panel button.launcher.osd.image-button:backdrop:hover, .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .bottom .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:hover, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover, .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:hover, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:hover, .bottom .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .bottom .budgie-panel button.launcher:backdrop:hover, .bottom .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .bottom .budgie-panel button.launcher:backdrop:hover { border-bottom: 2px solid alpha(#ECEFF1, 0.4); } .bottom .budgie-panel button.flat.launcher:active, .bottom .budgie-panel button.launcher.osd.image-button:active, .bottom .budgie-panel .launcher.button.osd.image-button:active, .bottom .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:active, .bottom .budgie-panel .context-menu > arrow.launcher:active, .bottom .budgie-panel menu > arrow.launcher:active, .bottom .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel button.launcher.image-button:active, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:active, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:active, .bottom .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel layouttabbar button.launcher:active, layouttabbar .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel layouttab button.launcher:active, layouttab .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel button.flat.launcher:checked, .bottom .budgie-panel button.launcher.osd.image-button:checked, .bottom .budgie-panel .launcher.button.osd.image-button:checked, .bottom .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:checked, .bottom .budgie-panel .context-menu > arrow.launcher:checked, .bottom .budgie-panel menu > arrow.launcher:checked, .bottom .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel button.launcher.image-button:checked, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:checked, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:checked, .bottom .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel layouttabbar button.launcher:checked, layouttabbar .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel layouttab button.launcher:checked, layouttab .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel button.flat.launcher:backdrop:active, .bottom .budgie-panel button.launcher.osd.image-button:backdrop:active, .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:active, .bottom .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:backdrop:active, .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:active, .bottom .budgie-panel menu > arrow.launcher:backdrop:active, .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:active, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active, .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:active, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:active, .bottom .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .bottom .budgie-panel button.launcher:backdrop:active, .bottom .budgie-panel layouttab button.launcher:backdrop:active, layouttab .bottom .budgie-panel button.launcher:backdrop:active, .bottom .budgie-panel button.flat.launcher:backdrop:checked, .bottom .budgie-panel button.launcher.osd.image-button:backdrop:checked, .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .bottom .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:checked, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked, .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked, .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:checked, .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:checked, .bottom .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .bottom .budgie-panel button.launcher:backdrop:checked, .bottom .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .bottom .budgie-panel button.launcher:backdrop:checked { border-bottom: 2px solid #C5A68E; } .left .budgie-panel #tasklist-button button, .left .budgie-panel #tasklist-button button:backdrop { border: 2px solid transparent; } .left .budgie-panel #tasklist-button button:hover, .left .budgie-panel #tasklist-button button:backdrop:hover { border-left: 2px solid alpha(#ECEFF1, 0.4); } .left .budgie-panel #tasklist-button button:active, .left .budgie-panel #tasklist-button button:checked, .left .budgie-panel #tasklist-button button:backdrop:active, .left .budgie-panel #tasklist-button button:backdrop:checked { border-left: 2px solid #C5A68E; } .left .budgie-panel button.flat.launcher, .left .budgie-panel button.launcher.osd.image-button, .left .budgie-panel .launcher.button.osd.image-button, .left .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher, .left .budgie-panel .context-menu > arrow.launcher, .left .budgie-panel menu > arrow.launcher, .left .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel button.launcher.image-button, .left .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel button.launcher.titlebutton, .left .budgie-panel .csd .titlebar button.launcher.titlebutton, .csd .titlebar .left .budgie-panel button.launcher.titlebutton, .left .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .left .budgie-panel button.launcher, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher, .left .budgie-panel layouttabbar button.launcher, layouttabbar .left .budgie-panel button.launcher, .left .budgie-panel layouttab button.launcher, layouttab .left .budgie-panel button.launcher, .left .budgie-panel button.flat.launcher:backdrop, .left .budgie-panel button.launcher.osd.image-button:backdrop, .left .budgie-panel .launcher.button.osd.image-button:backdrop, .left .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:backdrop, .left .budgie-panel .context-menu > arrow.launcher:backdrop, .left .budgie-panel menu > arrow.launcher:backdrop, .left .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .left .budgie-panel button.launcher.image-button:backdrop, .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop, .left .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .left .budgie-panel button.launcher:backdrop, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop, .left .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .left .budgie-panel button.launcher:backdrop, .left .budgie-panel layouttab button.launcher:backdrop, layouttab .left .budgie-panel button.launcher:backdrop { border: 2px solid transparent; } .left .budgie-panel button.flat.launcher:hover, .left .budgie-panel button.launcher.osd.image-button:hover, .left .budgie-panel .launcher.button.osd.image-button:hover, .left .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:hover, .left .budgie-panel .context-menu > arrow.launcher:hover, .left .budgie-panel menu > arrow.launcher:hover, .left .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel button.launcher.image-button:hover, .left .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:hover, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:hover, .left .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .left .budgie-panel button.launcher:hover, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:hover, .left .budgie-panel layouttabbar button.launcher:hover, layouttabbar .left .budgie-panel button.launcher:hover, .left .budgie-panel layouttab button.launcher:hover, layouttab .left .budgie-panel button.launcher:hover, .left .budgie-panel button.flat.launcher:backdrop:hover, .left .budgie-panel button.launcher.osd.image-button:backdrop:hover, .left .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .left .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:backdrop:hover, .left .budgie-panel .context-menu > arrow.launcher:backdrop:hover, .left .budgie-panel menu > arrow.launcher:backdrop:hover, .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:hover, .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:hover, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:hover, .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:hover, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:hover, .left .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .left .budgie-panel button.launcher:backdrop:hover, .left .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .left .budgie-panel button.launcher:backdrop:hover { border-left: 2px solid alpha(#ECEFF1, 0.4); } .left .budgie-panel button.flat.launcher:active, .left .budgie-panel button.launcher.osd.image-button:active, .left .budgie-panel .launcher.button.osd.image-button:active, .left .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:active, .left .budgie-panel .context-menu > arrow.launcher:active, .left .budgie-panel menu > arrow.launcher:active, .left .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel button.launcher.image-button:active, .left .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:active, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:active, .left .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .left .budgie-panel button.launcher:active, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:active, .left .budgie-panel layouttabbar button.launcher:active, layouttabbar .left .budgie-panel button.launcher:active, .left .budgie-panel layouttab button.launcher:active, layouttab .left .budgie-panel button.launcher:active, .left .budgie-panel button.flat.launcher:checked, .left .budgie-panel button.launcher.osd.image-button:checked, .left .budgie-panel .launcher.button.osd.image-button:checked, .left .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:checked, .left .budgie-panel .context-menu > arrow.launcher:checked, .left .budgie-panel menu > arrow.launcher:checked, .left .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel button.launcher.image-button:checked, .left .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:checked, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:checked, .left .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .left .budgie-panel button.launcher:checked, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:checked, .left .budgie-panel layouttabbar button.launcher:checked, layouttabbar .left .budgie-panel button.launcher:checked, .left .budgie-panel layouttab button.launcher:checked, layouttab .left .budgie-panel button.launcher:checked, .left .budgie-panel button.flat.launcher:backdrop:active, .left .budgie-panel button.launcher.osd.image-button:backdrop:active, .left .budgie-panel .launcher.button.osd.image-button:backdrop:active, .left .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:backdrop:active, .left .budgie-panel .context-menu > arrow.launcher:backdrop:active, .left .budgie-panel menu > arrow.launcher:backdrop:active, .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:active, .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:active, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:active, .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:active, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:active, .left .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .left .budgie-panel button.launcher:backdrop:active, .left .budgie-panel layouttab button.launcher:backdrop:active, layouttab .left .budgie-panel button.launcher:backdrop:active, .left .budgie-panel button.flat.launcher:backdrop:checked, .left .budgie-panel button.launcher.osd.image-button:backdrop:checked, .left .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .left .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:backdrop:checked, .left .budgie-panel .context-menu > arrow.launcher:backdrop:checked, .left .budgie-panel menu > arrow.launcher:backdrop:checked, .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:checked, .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:checked, .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:checked, .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:checked, .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:checked, .left .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .left .budgie-panel button.launcher:backdrop:checked, .left .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .left .budgie-panel button.launcher:backdrop:checked { border-left: 2px solid #C5A68E; } .right .budgie-panel #tasklist-button button, .right .budgie-panel #tasklist-button button:backdrop { border: 2px solid transparent; } .right .budgie-panel #tasklist-button button:hover, .right .budgie-panel #tasklist-button button:backdrop:hover { border-right: 2px solid alpha(#ECEFF1, 0.4); } .right .budgie-panel #tasklist-button button:active, .right .budgie-panel #tasklist-button button:checked, .right .budgie-panel #tasklist-button button:backdrop:active, .right .budgie-panel #tasklist-button button:backdrop:checked { border-right: 2px solid #C5A68E; } .right .budgie-panel button.flat.launcher, .right .budgie-panel button.launcher.osd.image-button, .right .budgie-panel .launcher.button.osd.image-button, .right .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher, .right .budgie-panel .context-menu > arrow.launcher, .right .budgie-panel menu > arrow.launcher, .right .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel button.launcher.image-button, .right .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel button.launcher.titlebutton, .right .budgie-panel .csd .titlebar button.launcher.titlebutton, .csd .titlebar .right .budgie-panel button.launcher.titlebutton, .right .budgie-panel #gf-candidate-popup button.launcher, #gf-candidate-popup .right .budgie-panel button.launcher, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher, .right .budgie-panel layouttabbar button.launcher, layouttabbar .right .budgie-panel button.launcher, .right .budgie-panel layouttab button.launcher, layouttab .right .budgie-panel button.launcher, .right .budgie-panel button.flat.launcher:backdrop, .right .budgie-panel button.launcher.osd.image-button:backdrop, .right .budgie-panel .launcher.button.osd.image-button:backdrop, .right .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:backdrop, .right .budgie-panel .context-menu > arrow.launcher:backdrop, .right .budgie-panel menu > arrow.launcher:backdrop, .right .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .right .budgie-panel button.launcher.image-button:backdrop, .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop, .right .budgie-panel #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .right .budgie-panel button.launcher:backdrop, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop, .right .budgie-panel layouttabbar button.launcher:backdrop, layouttabbar .right .budgie-panel button.launcher:backdrop, .right .budgie-panel layouttab button.launcher:backdrop, layouttab .right .budgie-panel button.launcher:backdrop { border: 2px solid transparent; } .right .budgie-panel button.flat.launcher:hover, .right .budgie-panel button.launcher.osd.image-button:hover, .right .budgie-panel .launcher.button.osd.image-button:hover, .right .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:hover, .right .budgie-panel .context-menu > arrow.launcher:hover, .right .budgie-panel menu > arrow.launcher:hover, .right .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel button.launcher.image-button:hover, .right .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:hover, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:hover, .right .budgie-panel #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .right .budgie-panel button.launcher:hover, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:hover, .right .budgie-panel layouttabbar button.launcher:hover, layouttabbar .right .budgie-panel button.launcher:hover, .right .budgie-panel layouttab button.launcher:hover, layouttab .right .budgie-panel button.launcher:hover, .right .budgie-panel button.flat.launcher:backdrop:hover, .right .budgie-panel button.launcher.osd.image-button:backdrop:hover, .right .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .right .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:backdrop:hover, .right .budgie-panel .context-menu > arrow.launcher:backdrop:hover, .right .budgie-panel menu > arrow.launcher:backdrop:hover, .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:hover, .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:hover, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:hover, .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:hover, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:hover, .right .budgie-panel layouttabbar button.launcher:backdrop:hover, layouttabbar .right .budgie-panel button.launcher:backdrop:hover, .right .budgie-panel layouttab button.launcher:backdrop:hover, layouttab .right .budgie-panel button.launcher:backdrop:hover { border-right: 2px solid alpha(#ECEFF1, 0.4); } .right .budgie-panel button.flat.launcher:active, .right .budgie-panel button.launcher.osd.image-button:active, .right .budgie-panel .launcher.button.osd.image-button:active, .right .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:active, .right .budgie-panel .context-menu > arrow.launcher:active, .right .budgie-panel menu > arrow.launcher:active, .right .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel button.launcher.image-button:active, .right .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:active, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:active, .right .budgie-panel #gf-candidate-popup button.launcher:active, #gf-candidate-popup .right .budgie-panel button.launcher:active, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:active, .right .budgie-panel layouttabbar button.launcher:active, layouttabbar .right .budgie-panel button.launcher:active, .right .budgie-panel layouttab button.launcher:active, layouttab .right .budgie-panel button.launcher:active, .right .budgie-panel button.flat.launcher:checked, .right .budgie-panel button.launcher.osd.image-button:checked, .right .budgie-panel .launcher.button.osd.image-button:checked, .right .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:checked, .right .budgie-panel .context-menu > arrow.launcher:checked, .right .budgie-panel menu > arrow.launcher:checked, .right .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel button.launcher.image-button:checked, .right .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:checked, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:checked, .right .budgie-panel #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .right .budgie-panel button.launcher:checked, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:checked, .right .budgie-panel layouttabbar button.launcher:checked, layouttabbar .right .budgie-panel button.launcher:checked, .right .budgie-panel layouttab button.launcher:checked, layouttab .right .budgie-panel button.launcher:checked, .right .budgie-panel button.flat.launcher:backdrop:active, .right .budgie-panel button.launcher.osd.image-button:backdrop:active, .right .budgie-panel .launcher.button.osd.image-button:backdrop:active, .right .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:backdrop:active, .right .budgie-panel .context-menu > arrow.launcher:backdrop:active, .right .budgie-panel menu > arrow.launcher:backdrop:active, .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:active, .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:active, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:active, .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:active, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:active, .right .budgie-panel layouttabbar button.launcher:backdrop:active, layouttabbar .right .budgie-panel button.launcher:backdrop:active, .right .budgie-panel layouttab button.launcher:backdrop:active, layouttab .right .budgie-panel button.launcher:backdrop:active, .right .budgie-panel button.flat.launcher:backdrop:checked, .right .budgie-panel button.launcher.osd.image-button:backdrop:checked, .right .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .right .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:backdrop:checked, .right .budgie-panel .context-menu > arrow.launcher:backdrop:checked, .right .budgie-panel menu > arrow.launcher:backdrop:checked, .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:checked, .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:checked, .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:checked, .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:checked, .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:checked, .right .budgie-panel layouttabbar button.launcher:backdrop:checked, layouttabbar .right .budgie-panel button.launcher:backdrop:checked, .right .budgie-panel layouttab button.launcher:backdrop:checked, layouttab .right .budgie-panel button.launcher:backdrop:checked { border-right: 2px solid #C5A68E; } .top .budgie-panel .unpinned button.flat.launcher, .top .budgie-panel .unpinned button.launcher.osd.image-button, .top .budgie-panel .unpinned .launcher.button.osd.image-button, .top .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher, .top .budgie-panel .unpinned .context-menu > arrow.launcher, .top .budgie-panel .unpinned menu > arrow.launcher, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned layouttab button.launcher, layouttab .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned button.flat.launcher:backdrop, .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop, .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop, .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop, .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop, .top .budgie-panel .unpinned menu > arrow.launcher:backdrop, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop, .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop, layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop, .top .budgie-panel .unpinned layouttab button.launcher:backdrop, layouttab .top .budgie-panel .unpinned button.launcher:backdrop, .top .budgie-panel .pinned button.flat.launcher.running, .top .budgie-panel .pinned button.launcher.running.osd.image-button, .top .budgie-panel .pinned .launcher.running.button.osd.image-button, .top .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running, .top .budgie-panel .pinned .context-menu > arrow.launcher.running, .top .budgie-panel .pinned menu > arrow.launcher.running, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running, .top .budgie-panel .pinned layouttabbar button.launcher.running, layouttabbar .top .budgie-panel .pinned button.launcher.running, .top .budgie-panel .pinned layouttab button.launcher.running, layouttab .top .budgie-panel .pinned button.launcher.running, .top .budgie-panel .pinned button.flat.launcher.running:backdrop, .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop, .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop, .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop, .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop, layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop, .top .budgie-panel .pinned layouttab button.launcher.running:backdrop, layouttab .top .budgie-panel .pinned button.launcher.running:backdrop { border: 2px solid transparent; border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; } .top .budgie-panel .unpinned button.flat.launcher:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:hover, .top .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .top .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:hover, .top .budgie-panel .unpinned .context-menu > arrow.launcher:hover, .top .budgie-panel .unpinned menu > arrow.launcher:hover, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:hover, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:hover, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:hover, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned button.flat.launcher:active, .top .budgie-panel .unpinned button.launcher.osd.image-button:active, .top .budgie-panel .unpinned .launcher.button.osd.image-button:active, .top .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:active, .top .budgie-panel .unpinned .context-menu > arrow.launcher:active, .top .budgie-panel .unpinned menu > arrow.launcher:active, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:active, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:active, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:active, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned layouttab button.launcher:active, layouttab .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned button.flat.launcher:checked, .top .budgie-panel .unpinned button.launcher.osd.image-button:checked, .top .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .top .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:checked, .top .budgie-panel .unpinned .context-menu > arrow.launcher:checked, .top .budgie-panel .unpinned menu > arrow.launcher:checked, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:checked, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:checked, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:checked, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned button.flat.launcher:backdrop:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover, .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover, .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover, .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover, .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:hover, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:hover, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:hover, .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover, layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:hover, .top .budgie-panel .unpinned layouttab button.launcher:backdrop:hover, layouttab .top .budgie-panel .unpinned button.launcher:backdrop:hover, .top .budgie-panel .unpinned button.flat.launcher:backdrop:active, .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active, .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active, .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active, .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active, .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:active, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:active, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:active, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:active, .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active, layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:active, .top .budgie-panel .unpinned layouttab button.launcher:backdrop:active, layouttab .top .budgie-panel .unpinned button.launcher:backdrop:active, .top .budgie-panel .unpinned button.flat.launcher:backdrop:checked, .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked, .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked, .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked, .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked, .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:checked, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:checked, .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:checked, .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked, layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:checked, .top .budgie-panel .unpinned layouttab button.launcher:backdrop:checked, layouttab .top .budgie-panel .unpinned button.launcher:backdrop:checked, .top .budgie-panel .pinned button.flat.launcher.running:hover, .top .budgie-panel .pinned button.launcher.running.osd.image-button:hover, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:hover, .top .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:hover, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:hover, .top .budgie-panel .pinned menu > arrow.launcher.running:hover, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:hover, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:hover, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:hover, .top .budgie-panel .pinned layouttabbar button.launcher.running:hover, layouttabbar .top .budgie-panel .pinned button.launcher.running:hover, .top .budgie-panel .pinned layouttab button.launcher.running:hover, layouttab .top .budgie-panel .pinned button.launcher.running:hover, .top .budgie-panel .pinned button.flat.launcher.running:active, .top .budgie-panel .pinned button.launcher.running.osd.image-button:active, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:active, .top .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:active, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:active, .top .budgie-panel .pinned menu > arrow.launcher.running:active, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:active, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:active, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:active, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:active, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:active, .top .budgie-panel .pinned layouttabbar button.launcher.running:active, layouttabbar .top .budgie-panel .pinned button.launcher.running:active, .top .budgie-panel .pinned layouttab button.launcher.running:active, layouttab .top .budgie-panel .pinned button.launcher.running:active, .top .budgie-panel .pinned button.flat.launcher.running:checked, .top .budgie-panel .pinned button.launcher.running.osd.image-button:checked, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:checked, .top .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:checked, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:checked, .top .budgie-panel .pinned menu > arrow.launcher.running:checked, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:checked, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:checked, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:checked, .top .budgie-panel .pinned layouttabbar button.launcher.running:checked, layouttabbar .top .budgie-panel .pinned button.launcher.running:checked, .top .budgie-panel .pinned layouttab button.launcher.running:checked, layouttab .top .budgie-panel .pinned button.launcher.running:checked, .top .budgie-panel .pinned button.flat.launcher.running:backdrop:hover, .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover, .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover, .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:hover, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:hover, .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover, layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover, .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover, layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:hover, .top .budgie-panel .pinned button.flat.launcher.running:backdrop:active, .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active, .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active, .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:active, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:active, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:active, .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active, layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:active, .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:active, layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:active, .top .budgie-panel .pinned button.flat.launcher.running:backdrop:checked, .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked, .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked, .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked, .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked, .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked, .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked, placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked, .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked, .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked, .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked, #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:checked, .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked, window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:checked, .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked, layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked, .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked, layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:checked { border-top: 2px solid #C5A68E; border-image: none; } .bottom .budgie-panel .unpinned button.flat.launcher, .bottom .budgie-panel .unpinned button.launcher.osd.image-button, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button, .bottom .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher, .bottom .budgie-panel .unpinned menu > arrow.launcher, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned layouttab button.launcher, layouttab .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned button.flat.launcher:backdrop, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop, .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop, .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop, .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop, layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop, .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop, layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop, .bottom .budgie-panel .pinned button.flat.launcher.running, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button, .bottom .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running, .bottom .budgie-panel .pinned menu > arrow.launcher.running, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running, .bottom .budgie-panel .pinned layouttabbar button.launcher.running, layouttabbar .bottom .budgie-panel .pinned button.launcher.running, .bottom .budgie-panel .pinned layouttab button.launcher.running, layouttab .bottom .budgie-panel .pinned button.launcher.running, .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop, .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop, .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop, .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop, layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop { border: 2px solid transparent; border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; } .bottom .budgie-panel .unpinned button.flat.launcher:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:hover, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .bottom .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:hover, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:hover, .bottom .budgie-panel .unpinned menu > arrow.launcher:hover, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:hover, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned button.flat.launcher:active, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:active, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:active, .bottom .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:active, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:active, .bottom .budgie-panel .unpinned menu > arrow.launcher:active, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:active, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned layouttab button.launcher:active, layouttab .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned button.flat.launcher:checked, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:checked, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .bottom .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:checked, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:checked, .bottom .budgie-panel .unpinned menu > arrow.launcher:checked, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:checked, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover, .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:hover, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:hover, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:hover, .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover, layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover, .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:hover, layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:hover, .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:active, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active, .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active, .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:active, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:active, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:active, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:active, .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active, layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active, .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:active, layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:active, .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:checked, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked, .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked, .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:checked, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:checked, .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:checked, .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked, layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked, .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:checked, layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:hover, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:hover, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:hover, .bottom .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:hover, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:hover, .bottom .budgie-panel .pinned menu > arrow.launcher.running:hover, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:hover, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:hover, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:hover, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:hover, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:hover, .bottom .budgie-panel .pinned layouttab button.launcher.running:hover, layouttab .bottom .budgie-panel .pinned button.launcher.running:hover, .bottom .budgie-panel .pinned button.flat.launcher.running:active, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:active, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:active, .bottom .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:active, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:active, .bottom .budgie-panel .pinned menu > arrow.launcher.running:active, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:active, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:active, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:active, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:active, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:active, .bottom .budgie-panel .pinned layouttab button.launcher.running:active, layouttab .bottom .budgie-panel .pinned button.launcher.running:active, .bottom .budgie-panel .pinned button.flat.launcher.running:checked, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:checked, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:checked, .bottom .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:checked, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:checked, .bottom .budgie-panel .pinned menu > arrow.launcher.running:checked, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:checked, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:checked, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:checked, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:checked, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:checked, .bottom .budgie-panel .pinned layouttab button.launcher.running:checked, layouttab .bottom .budgie-panel .pinned button.launcher.running:checked, .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover, .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover, layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover, .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:active, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active, .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active, .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:active, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:active, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:active, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active, .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:active, layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:active, .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked, .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked, .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked, placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked, .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked, .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked, .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked, #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked, window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked, layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked, .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked, layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked { border-bottom: 2px solid #C5A68E; border-image: none; } .left .budgie-panel .unpinned button.flat.launcher, .left .budgie-panel .unpinned button.launcher.osd.image-button, .left .budgie-panel .unpinned .launcher.button.osd.image-button, .left .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher, .left .budgie-panel .unpinned .context-menu > arrow.launcher, .left .budgie-panel .unpinned menu > arrow.launcher, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned layouttab button.launcher, layouttab .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned button.flat.launcher:backdrop, .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop, .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop, .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop, .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop, .left .budgie-panel .unpinned menu > arrow.launcher:backdrop, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop, .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop, layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop, .left .budgie-panel .unpinned layouttab button.launcher:backdrop, layouttab .left .budgie-panel .unpinned button.launcher:backdrop, .left .budgie-panel .pinned button.flat.launcher.running, .left .budgie-panel .pinned button.launcher.running.osd.image-button, .left .budgie-panel .pinned .launcher.running.button.osd.image-button, .left .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running, .left .budgie-panel .pinned .context-menu > arrow.launcher.running, .left .budgie-panel .pinned menu > arrow.launcher.running, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running, .left .budgie-panel .pinned layouttabbar button.launcher.running, layouttabbar .left .budgie-panel .pinned button.launcher.running, .left .budgie-panel .pinned layouttab button.launcher.running, layouttab .left .budgie-panel .pinned button.launcher.running, .left .budgie-panel .pinned button.flat.launcher.running:backdrop, .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop, .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop, .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop, .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop, layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop, .left .budgie-panel .pinned layouttab button.launcher.running:backdrop, layouttab .left .budgie-panel .pinned button.launcher.running:backdrop { border: 2px solid transparent; border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; } .left .budgie-panel .unpinned button.flat.launcher:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:hover, .left .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .left .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:hover, .left .budgie-panel .unpinned .context-menu > arrow.launcher:hover, .left .budgie-panel .unpinned menu > arrow.launcher:hover, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:hover, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:hover, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:hover, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned button.flat.launcher:active, .left .budgie-panel .unpinned button.launcher.osd.image-button:active, .left .budgie-panel .unpinned .launcher.button.osd.image-button:active, .left .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:active, .left .budgie-panel .unpinned .context-menu > arrow.launcher:active, .left .budgie-panel .unpinned menu > arrow.launcher:active, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:active, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:active, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:active, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned layouttab button.launcher:active, layouttab .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned button.flat.launcher:checked, .left .budgie-panel .unpinned button.launcher.osd.image-button:checked, .left .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .left .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:checked, .left .budgie-panel .unpinned .context-menu > arrow.launcher:checked, .left .budgie-panel .unpinned menu > arrow.launcher:checked, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:checked, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:checked, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:checked, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned button.flat.launcher:backdrop:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover, .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover, .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover, .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover, .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:hover, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:hover, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:hover, .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover, layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:hover, .left .budgie-panel .unpinned layouttab button.launcher:backdrop:hover, layouttab .left .budgie-panel .unpinned button.launcher:backdrop:hover, .left .budgie-panel .unpinned button.flat.launcher:backdrop:active, .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active, .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active, .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active, .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active, .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:active, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:active, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:active, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:active, .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active, layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:active, .left .budgie-panel .unpinned layouttab button.launcher:backdrop:active, layouttab .left .budgie-panel .unpinned button.launcher:backdrop:active, .left .budgie-panel .unpinned button.flat.launcher:backdrop:checked, .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked, .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked, .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked, .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked, .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:checked, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:checked, .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:checked, .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked, layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:checked, .left .budgie-panel .unpinned layouttab button.launcher:backdrop:checked, layouttab .left .budgie-panel .unpinned button.launcher:backdrop:checked, .left .budgie-panel .pinned button.flat.launcher.running:hover, .left .budgie-panel .pinned button.launcher.running.osd.image-button:hover, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:hover, .left .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:hover, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:hover, .left .budgie-panel .pinned menu > arrow.launcher.running:hover, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:hover, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:hover, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:hover, .left .budgie-panel .pinned layouttabbar button.launcher.running:hover, layouttabbar .left .budgie-panel .pinned button.launcher.running:hover, .left .budgie-panel .pinned layouttab button.launcher.running:hover, layouttab .left .budgie-panel .pinned button.launcher.running:hover, .left .budgie-panel .pinned button.flat.launcher.running:active, .left .budgie-panel .pinned button.launcher.running.osd.image-button:active, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:active, .left .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:active, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:active, .left .budgie-panel .pinned menu > arrow.launcher.running:active, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:active, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:active, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:active, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:active, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:active, .left .budgie-panel .pinned layouttabbar button.launcher.running:active, layouttabbar .left .budgie-panel .pinned button.launcher.running:active, .left .budgie-panel .pinned layouttab button.launcher.running:active, layouttab .left .budgie-panel .pinned button.launcher.running:active, .left .budgie-panel .pinned button.flat.launcher.running:checked, .left .budgie-panel .pinned button.launcher.running.osd.image-button:checked, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:checked, .left .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:checked, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:checked, .left .budgie-panel .pinned menu > arrow.launcher.running:checked, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:checked, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:checked, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:checked, .left .budgie-panel .pinned layouttabbar button.launcher.running:checked, layouttabbar .left .budgie-panel .pinned button.launcher.running:checked, .left .budgie-panel .pinned layouttab button.launcher.running:checked, layouttab .left .budgie-panel .pinned button.launcher.running:checked, .left .budgie-panel .pinned button.flat.launcher.running:backdrop:hover, .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover, .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover, .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:hover, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:hover, .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover, layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover, .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover, layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:hover, .left .budgie-panel .pinned button.flat.launcher.running:backdrop:active, .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active, .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active, .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:active, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:active, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:active, .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active, layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:active, .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:active, layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:active, .left .budgie-panel .pinned button.flat.launcher.running:backdrop:checked, .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked, .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked, .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked, .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked, .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked, .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked, placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked, .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked, .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked, .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked, #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:checked, .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked, window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:checked, .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked, layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked, .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked, layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:checked { border-left: 2px solid #C5A68E; border-image: none; } .right .budgie-panel .unpinned button.flat.launcher, .right .budgie-panel .unpinned button.launcher.osd.image-button, .right .budgie-panel .unpinned .launcher.button.osd.image-button, .right .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher, .right .budgie-panel .unpinned .context-menu > arrow.launcher, .right .budgie-panel .unpinned menu > arrow.launcher, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned layouttabbar button.launcher, layouttabbar .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned layouttab button.launcher, layouttab .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned button.flat.launcher:backdrop, .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop, .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop, .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop, .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop, .right .budgie-panel .unpinned menu > arrow.launcher:backdrop, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop, .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop, layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop, .right .budgie-panel .unpinned layouttab button.launcher:backdrop, layouttab .right .budgie-panel .unpinned button.launcher:backdrop, .right .budgie-panel .pinned button.flat.launcher.running, .right .budgie-panel .pinned button.launcher.running.osd.image-button, .right .budgie-panel .pinned .launcher.running.button.osd.image-button, .right .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running, .right .budgie-panel .pinned .context-menu > arrow.launcher.running, .right .budgie-panel .pinned menu > arrow.launcher.running, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running, .right .budgie-panel .pinned layouttabbar button.launcher.running, layouttabbar .right .budgie-panel .pinned button.launcher.running, .right .budgie-panel .pinned layouttab button.launcher.running, layouttab .right .budgie-panel .pinned button.launcher.running, .right .budgie-panel .pinned button.flat.launcher.running:backdrop, .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop, .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop, .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop, .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop, layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop, .right .budgie-panel .pinned layouttab button.launcher.running:backdrop, layouttab .right .budgie-panel .pinned button.launcher.running:backdrop { border: 2px solid transparent; border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; } .right .budgie-panel .unpinned button.flat.launcher:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:hover, .right .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .right .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:hover, .right .budgie-panel .unpinned .context-menu > arrow.launcher:hover, .right .budgie-panel .unpinned menu > arrow.launcher:hover, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:hover, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:hover, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:hover, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:hover, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned layouttabbar button.launcher:hover, layouttabbar .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned layouttab button.launcher:hover, layouttab .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned button.flat.launcher:active, .right .budgie-panel .unpinned button.launcher.osd.image-button:active, .right .budgie-panel .unpinned .launcher.button.osd.image-button:active, .right .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:active, .right .budgie-panel .unpinned .context-menu > arrow.launcher:active, .right .budgie-panel .unpinned menu > arrow.launcher:active, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:active, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:active, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:active, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:active, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:active, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned layouttabbar button.launcher:active, layouttabbar .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned layouttab button.launcher:active, layouttab .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned button.flat.launcher:checked, .right .budgie-panel .unpinned button.launcher.osd.image-button:checked, .right .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .right .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:checked, .right .budgie-panel .unpinned .context-menu > arrow.launcher:checked, .right .budgie-panel .unpinned menu > arrow.launcher:checked, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:checked, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:checked, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:checked, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:checked, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned layouttabbar button.launcher:checked, layouttabbar .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned layouttab button.launcher:checked, layouttab .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned button.flat.launcher:backdrop:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover, .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover, .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover, .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover, .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:hover, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:hover, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:hover, .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover, layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:hover, .right .budgie-panel .unpinned layouttab button.launcher:backdrop:hover, layouttab .right .budgie-panel .unpinned button.launcher:backdrop:hover, .right .budgie-panel .unpinned button.flat.launcher:backdrop:active, .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active, .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active, .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active, .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active, .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:active, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:active, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:active, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:active, .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active, layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:active, .right .budgie-panel .unpinned layouttab button.launcher:backdrop:active, layouttab .right .budgie-panel .unpinned button.launcher:backdrop:active, .right .budgie-panel .unpinned button.flat.launcher:backdrop:checked, .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked, .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked, .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked, .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked, .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:checked, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked, .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked, .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked, #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:checked, .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:checked, .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked, layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:checked, .right .budgie-panel .unpinned layouttab button.launcher:backdrop:checked, layouttab .right .budgie-panel .unpinned button.launcher:backdrop:checked, .right .budgie-panel .pinned button.flat.launcher.running:hover, .right .budgie-panel .pinned button.launcher.running.osd.image-button:hover, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:hover, .right .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:hover, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:hover, .right .budgie-panel .pinned menu > arrow.launcher.running:hover, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:hover, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:hover, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:hover, .right .budgie-panel .pinned layouttabbar button.launcher.running:hover, layouttabbar .right .budgie-panel .pinned button.launcher.running:hover, .right .budgie-panel .pinned layouttab button.launcher.running:hover, layouttab .right .budgie-panel .pinned button.launcher.running:hover, .right .budgie-panel .pinned button.flat.launcher.running:active, .right .budgie-panel .pinned button.launcher.running.osd.image-button:active, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:active, .right .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:active, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:active, .right .budgie-panel .pinned menu > arrow.launcher.running:active, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:active, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:active, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:active, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:active, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:active, .right .budgie-panel .pinned layouttabbar button.launcher.running:active, layouttabbar .right .budgie-panel .pinned button.launcher.running:active, .right .budgie-panel .pinned layouttab button.launcher.running:active, layouttab .right .budgie-panel .pinned button.launcher.running:active, .right .budgie-panel .pinned button.flat.launcher.running:checked, .right .budgie-panel .pinned button.launcher.running.osd.image-button:checked, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:checked, .right .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:checked, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:checked, .right .budgie-panel .pinned menu > arrow.launcher.running:checked, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:checked, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:checked, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:checked, .right .budgie-panel .pinned layouttabbar button.launcher.running:checked, layouttabbar .right .budgie-panel .pinned button.launcher.running:checked, .right .budgie-panel .pinned layouttab button.launcher.running:checked, layouttab .right .budgie-panel .pinned button.launcher.running:checked, .right .budgie-panel .pinned button.flat.launcher.running:backdrop:hover, .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover, .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover, .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:hover, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:hover, .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover, layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover, .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover, layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:hover, .right .budgie-panel .pinned button.flat.launcher.running:backdrop:active, .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active, .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active, .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:active, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:active, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:active, .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active, layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:active, .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:active, layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:active, .right .budgie-panel .pinned button.flat.launcher.running:backdrop:checked, .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked, .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked, .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked, .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked, .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked, .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked, placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked, .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked, .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked, .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked, .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked, #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:checked, .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked, window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:checked, .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked, layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked, .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked, layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:checked { border-right: 2px solid #C5A68E; border-image: none; } .budgie-menu { border-radius: 2px; background-color: #42565f; } .budgie-menu scrolledwindow, .budgie-menu placessidebar, .budgie-menu list, .budgie-menu row, .budgie-menu scrollbar { min-width: 0; min-height: 0; border: none; background: none; box-shadow: none; } .budgie-menu row, .budgie-menu row.activatable, .budgie-menu .view, .budgie-menu iconview, .budgie-menu .view text, .view .budgie-menu text, .budgie-menu iconview text, iconview .budgie-menu text, .budgie-menu textview text, textview .budgie-menu text, .budgie-menu treeview.view header button, treeview.view header .budgie-menu button, .budgie-menu .tweak-category header button, .tweak-category header .budgie-menu button { background-image: none; background-color: #42565f; color: rgba(236, 239, 241, 0.75); transition: none; } .budgie-menu row image, .budgie-menu row.activatable image, .budgie-menu .view image, .budgie-menu iconview image, .budgie-menu .view text image, .view .budgie-menu text image, .budgie-menu iconview text image, iconview .budgie-menu text image, .budgie-menu textview text image, textview .budgie-menu text image, .budgie-menu treeview.view header button image, treeview.view header .budgie-menu button image, .budgie-menu .tweak-category header button image, .tweak-category header .budgie-menu button image { padding: 0.3985rem 0 0.50376rem; } .budgie-menu row:hover, .budgie-menu row.activatable:hover, .budgie-menu .view:hover, .budgie-menu iconview:hover, .budgie-menu .view text:hover, .view .budgie-menu text:hover, .budgie-menu iconview text:hover, iconview .budgie-menu text:hover, .budgie-menu textview text:hover, textview .budgie-menu text:hover, .budgie-menu treeview.view header button:hover, treeview.view header .budgie-menu button:hover, .budgie-menu .tweak-category header button:hover, .tweak-category header .budgie-menu button:hover { background-image: none; background-color: #42565f; color: #ECEFF1; transition: none; } .budgie-menu scrolledwindow undershoot.top, .budgie-menu placessidebar undershoot.top { background-color: transparent; background-image: linear-gradient(to top, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94)); padding-top: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center top; } .budgie-menu scrolledwindow undershoot.bottom, .budgie-menu placessidebar undershoot.bottom { background-color: transparent; background-image: linear-gradient(to bottom, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94)); padding-bottom: 0; background-size: 16px 32px; background-repeat: repeat-x; background-origin: content-box; background-position: center bottom; } .budgie-menu scrolledwindow undershoot.left, .budgie-menu placessidebar undershoot.left { background-color: transparent; background-image: linear-gradient(to left, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94)); padding-left: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: left center; } .budgie-menu scrolledwindow undershoot.right, .budgie-menu placessidebar undershoot.right { background-color: transparent; background-image: linear-gradient(to right, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94)); padding-right: 0; background-size: 32px 16px; background-repeat: repeat-y; background-origin: content-box; background-position: right center; } .raven-frame { border: none; } .raven { margin: -1px; padding: 0; border: none; color: rgba(236, 239, 241, 0.75); background-color: rgba(42, 55, 62, 0.9); } .raven:dir(ltr) { box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); } .raven:dir(rtl) { box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); } .raven .raven-header { border: none; color: rgba(236, 239, 241, 0.5); background-color: transparent; font-weight: 700; } .raven .raven-background { border-width: 1px 0 0; border-style: solid none none; border-color: rgba(0, 0, 0, 0.11); background-color: transparent; box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); } .raven .powerstrip { border-top: 1px solid rgba(0, 0, 0, 0.11); background-color: #322F22; box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); } .raven .powerstrip button { padding: 1rem; color: #C5A68E); } .raven .powerstrip button:hover, .raven .powerstrip button:active, .raven .powerstrip button:checked { color: #C5A68E; } .raven .powerstrip button:disabled { color: rgba(77, 182, 172, 0.4); } .raven .option-subtitle { color: rgba(236, 239, 241, 0.225); font-size: 90%; } .raven scrolledwindow, .raven placessidebar { background: transparent; } .raven list, .raven row, .raven row.activatable, .raven .view, .raven iconview, .raven .view text, .view .raven text, .raven iconview text, iconview .raven text, .raven textview text, textview .raven text, .raven treeview.view header button, treeview.view header .raven button, .raven .tweak-category header button, .tweak-category header .raven button { background-color: transparent; } .raven list:not(.list):hover, .raven row:not(.list):hover, .raven row.activatable:not(.list):hover, .raven .view:not(.list):hover, .raven iconview:not(.list):hover, .raven .view text:not(.list):hover, .view .raven text:not(.list):hover, .raven iconview text:not(.list):hover, iconview .raven text:not(.list):hover, .raven textview text:not(.list):hover, textview .raven text:not(.list):hover, .raven treeview.view header button:not(.list):hover, treeview.view header .raven button:not(.list):hover, .raven .tweak-category header button:not(.list):hover, .tweak-category header .raven button:not(.list):hover { color: #ECEFF1; } .raven list:not(.list):selected, .raven list:not(.list):selected label, .raven row:not(.list):selected, .raven row:not(.list):selected label, .raven row.activatable:not(.list):selected, .raven .view:not(.list):selected, .raven iconview:not(.list):selected, .raven .view text:not(.list):selected, .view .raven text:not(.list):selected, .raven iconview text:not(.list):selected, iconview .raven text:not(.list):selected, .raven textview text:not(.list):selected, textview .raven text:not(.list):selected, .raven treeview.view header button:not(.list):selected, treeview.view header .raven button:not(.list):selected, .raven .tweak-category header button:not(.list):selected, .tweak-category header .raven button:not(.list):selected, .raven row.activatable:not(.list):selected label, .raven .view:not(.list):selected label, .raven iconview:not(.list):selected label, .raven .view text:not(.list):selected label, .view .raven text:not(.list):selected label, .raven iconview text:not(.list):selected label, iconview .raven text:not(.list):selected label, .raven textview text:not(.list):selected label, textview .raven text:not(.list):selected label, .raven treeview.view header button:not(.list):selected label, treeview.view header .raven button:not(.list):selected label, .raven .tweak-category header button:not(.list):selected label, .tweak-category header .raven button:not(.list):selected label { color: #C5A68E; } .raven list:not(.list):selected:hover, .raven row:not(.list):selected:hover, .raven row.activatable:not(.list):selected:hover, .raven .view:not(.list):selected:hover, .raven iconview:not(.list):selected:hover, .raven .view text:not(.list):selected:hover, .view .raven text:not(.list):selected:hover, .raven iconview text:not(.list):selected:hover, iconview .raven text:not(.list):selected:hover, .raven textview text:not(.list):selected:hover, textview .raven text:not(.list):selected:hover, .raven treeview.view header button:not(.list):selected:hover, treeview.view header .raven button:not(.list):selected:hover, .raven .tweak-category header button:not(.list):selected:hover, .tweak-category header .raven button:not(.list):selected:hover { background-color: rgba(0, 188, 212, 0.1); } .raven list separator, .raven row separator, .raven row.activatable separator, .raven .view separator, .raven iconview separator, .raven .view text separator, .view .raven text separator, .raven iconview text separator, iconview .raven text separator, .raven textview text separator, textview .raven text separator, .raven treeview.view header button separator, treeview.view header .raven button separator, .raven .tweak-category header button separator, .tweak-category header .raven button separator { min-height: 1px; min-width: 1px; margin-bottom: 0.50376rem; border: none; color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 -1px rgba(236, 239, 241, 0.165); } .raven button.image-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); } .raven button.image-button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); -gtk-icon-effect: highlight; } .raven button.image-button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; } .raven button.image-button:disabled { box-shadow: none; background-color: transparent; } .raven button.image-button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; } .raven button.image-button:checked:disabled > label { color: inherit; } .raven .raven-header > .linked { margin: 0 0.80451rem; } .raven .raven-header > button.text-button { min-height: 1rem; min-width: 1rem; padding: 0.69925rem 0.80451rem 0.80451rem; color: rgba(255, 255, 255, 0.85); background-color: #009688; } .raven .raven-header > button.text-button:hover { color: #FFFFFF; } .raven .raven-header > button.text-button:active { color: #FFFFFF; background-color: #C5A68E; } .raven .raven-header > button.text-button:checked { color: rgba(255, 255, 255, 0.85); background-color: #33aba0; } .raven .raven-header > button.text-button:disabled { box-shadow: none; background-color: transparent; } .raven .raven-header button.flat.expander-button, .raven .raven-header button.expander-button.osd.image-button, .raven .raven-header .expander-button.button.osd.image-button, .raven .raven-header .titlebar button.expander-button:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header headerbar button.expander-button:not(.suggested-action):not(.destructive-action), headerbar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button, .raven .raven-header .context-menu > arrow.expander-button, .raven .raven-header menu > arrow.expander-button, .raven .raven-header placessidebar row button.expander-button.image-button, placessidebar row .raven .raven-header button.expander-button.image-button, .raven .raven-header .csd headerbar button.expander-button.titlebutton, .csd headerbar .raven .raven-header button.expander-button.titlebutton, .raven .raven-header .csd .titlebar button.expander-button.titlebutton, .csd .titlebar .raven .raven-header button.expander-button.titlebutton, .raven .raven-header #gf-candidate-popup button.expander-button, #gf-candidate-popup .raven .raven-header button.expander-button, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button, .raven .raven-header layouttabbar button.expander-button, layouttabbar .raven .raven-header button.expander-button, .raven .raven-header layouttab button.expander-button, layouttab .raven .raven-header button.expander-button { min-width: 1rem; min-height: 1rem; padding: 0.80451rem; border-radius: 100px; -gtk-outline-radius: 100px; color: rgba(236, 239, 241, 0.5); } .raven .raven-header button.flat.expander-button:hover, .raven .raven-header button.expander-button.osd.image-button:hover, .raven .raven-header .expander-button.button.osd.image-button:hover, .raven .raven-header .titlebar button.expander-button:hover:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header headerbar button.expander-button:hover:not(.suggested-action):not(.destructive-action), headerbar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:hover, .raven .raven-header .context-menu > arrow.expander-button:hover, .raven .raven-header menu > arrow.expander-button:hover, .raven .raven-header placessidebar row button.expander-button.image-button:hover, placessidebar row .raven .raven-header button.expander-button.image-button:hover, .raven .raven-header .csd headerbar button.expander-button.titlebutton:hover, .csd headerbar .raven .raven-header button.expander-button.titlebutton:hover, .raven .raven-header .csd .titlebar button.expander-button.titlebutton:hover, .csd .titlebar .raven .raven-header button.expander-button.titlebutton:hover, .raven .raven-header #gf-candidate-popup button.expander-button:hover, #gf-candidate-popup .raven .raven-header button.expander-button:hover, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button:hover, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button:hover, .raven .raven-header layouttabbar button.expander-button:hover, layouttabbar .raven .raven-header button.expander-button:hover, .raven .raven-header layouttab button.expander-button:hover, layouttab .raven .raven-header button.expander-button:hover, .raven .raven-header button.flat.expander-button:active, .raven .raven-header button.expander-button.osd.image-button:active, .raven .raven-header .expander-button.button.osd.image-button:active, .raven .raven-header .titlebar button.expander-button:active:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header headerbar button.expander-button:active:not(.suggested-action):not(.destructive-action), headerbar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:active, .raven .raven-header .context-menu > arrow.expander-button:active, .raven .raven-header menu > arrow.expander-button:active, .raven .raven-header placessidebar row button.expander-button.image-button:active, placessidebar row .raven .raven-header button.expander-button.image-button:active, .raven .raven-header .csd headerbar button.expander-button.titlebutton:active, .csd headerbar .raven .raven-header button.expander-button.titlebutton:active, .raven .raven-header .csd .titlebar button.expander-button.titlebutton:active, .csd .titlebar .raven .raven-header button.expander-button.titlebutton:active, .raven .raven-header #gf-candidate-popup button.expander-button:active, #gf-candidate-popup .raven .raven-header button.expander-button:active, .raven .raven-header window > grid.vertical > box.vertical > widget button.expander-button:active, window > grid.vertical > box.vertical > widget .raven .raven-header button.expander-button:active, .raven .raven-header layouttabbar button.expander-button:active, layouttabbar .raven .raven-header button.expander-button:active, .raven .raven-header layouttab button.expander-button:active, layouttab .raven .raven-header button.expander-button:active { color: #ECEFF1; } .raven calendar { border: none; background-color: transparent; } .raven undershoot.top, .raven undershoot.bottom, .raven undershoot.left, .raven undershoot.right { background-image: none; } .raven-mpris { border: none; color: #ECEFF1; background-color: rgba(42, 55, 62, 0.9); } .raven-mpris button.image-button { padding: 0.6015rem; } .budgie-notification-window { border-radius: 2px; background: none; } .budgie-notification.background { border-radius: 2px; } .budgie-notification .notification-title { color: rgba(236, 239, 241, 0.75); font-size: 110%; font-weight: 500; } .budgie-notification .notification-body { color: #ECEFF1; } .background.csd.budgie-run-dialog { border: 1px solid rgba(0, 0, 0, 0.11); border-top-color: rgba(255, 255, 255, 0.07); background-color: transparent; } .background.csd.budgie-run-dialog decoration { border-radius: 2px; background-color: rgba(42, 55, 62, 0.9); } .background.csd.budgie-run-dialog decoration headerbar { border-radius: 2px; } .background.csd.budgie-run-dialog scrolledwindow, .background.csd.budgie-run-dialog placessidebar { border-image: none; } .background.csd.budgie-run-dialog scrolledwindow undershoot.top, .background.csd.budgie-run-dialog placessidebar undershoot.top, .background.csd.budgie-run-dialog scrolledwindow undershoot.bottom, .background.csd.budgie-run-dialog placessidebar undershoot.bottom, .background.csd.budgie-run-dialog scrolledwindow undershoot.left, .background.csd.budgie-run-dialog placessidebar undershoot.left, .background.csd.budgie-run-dialog scrolledwindow undershoot.right, .background.csd.budgie-run-dialog placessidebar undershoot.right { background-image: none; } .background.csd.budgie-run-dialog box > box > separator { border: 0 none transparent; color: transparent; background-color: transparent; } .background.csd.budgie-run-dialog button.image-button { color: #C5A68E); } .background.csd.budgie-run-dialog button.image-button:hover, .background.csd.budgie-run-dialog button.image-button:active, .background.csd.budgie-run-dialog button.image-button:checked { color: #C5A68E; } .background.csd.budgie-run-dialog button.image-button:disabled { color: rgba(77, 182, 172, 0.4); } .budgie-session-dialog, .budgie-polkit-dialog { border-radius: 2px; border-width: 0; background-color: #3e515a; color: #ECEFF1; font-weight: 700; opacity: 0.9; } .budgie-session-dialog decoration, .budgie-polkit-dialog decoration { border-radius: 2px; box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); } .budgie-session-dialog decoration:backdrop, .budgie-polkit-dialog decoration:backdrop { box-shadow: 0 10px 6px transparent, 0 6px 8px -4px transparent, 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); transition: none; } .budgie-session-dialog button, .budgie-session-dialog .linked > button, .budgie-polkit-dialog button, .budgie-polkit-dialog .linked > button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); padding: 0.69925rem 1rem 0.80451rem; border: 2px solid transparent; border-radius: 0; color: #C5A68E); background-color: transparent; background-size: 9.96241rem 9.96241rem, auto; } .budgie-session-dialog button:hover, .budgie-session-dialog .linked > button:hover, .budgie-polkit-dialog button:hover, .budgie-polkit-dialog .linked > button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); color: #C5A68E; } .budgie-session-dialog button:active, .budgie-session-dialog .linked > button:active, .budgie-polkit-dialog button:active, .budgie-polkit-dialog .linked > button:active { box-shadow: none; animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; color: #C5A68E; } .budgie-session-dialog button:checked, .budgie-session-dialog .linked > button:checked, .budgie-polkit-dialog button:checked, .budgie-polkit-dialog .linked > button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; color: #C5A68E); } .budgie-session-dialog button:disabled, .budgie-session-dialog .linked > button:disabled, .budgie-polkit-dialog button:disabled, .budgie-polkit-dialog .linked > button:disabled { box-shadow: none; background-color: transparent; } .budgie-session-dialog button:first-child, .budgie-session-dialog .linked > button:first-child, .budgie-polkit-dialog button:first-child, .budgie-polkit-dialog .linked > button:first-child { border-radius: 0 0 0 2px; border-right-width: 0; } .budgie-session-dialog button:last-child, .budgie-session-dialog .linked > button:last-child, .budgie-polkit-dialog button:last-child, .budgie-polkit-dialog .linked > button:last-child { border-radius: 0 0 2px 0; border-left-width: 0; } .budgie-session-dialog:not(.budgie-session-dialog) .message, .budgie-polkit-dialog:not(.budgie-session-dialog) .message { color: rgba(236, 239, 241, 0.75); } .budgie-session-dialog:not(.budgie-session-dialog) .failure, .budgie-polkit-dialog:not(.budgie-session-dialog) .failure { color: #C5A68E; font-weight: 700; } .drop-shadow { background-color: #13191C; background-image: none; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); } /***************** * Unity Desktop * *****************/ UnityDecoration { -UnityDecoration-extents: 28px 0 0 0; -UnityDecoration-input-extents: 8px; -UnityDecoration-shadow-offset-x: 0px; -UnityDecoration-shadow-offset-y: 8px; -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24); -UnityDecoration-active-shadow-radius: 12px; -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16); -UnityDecoration-inactive-shadow-radius: 6px; -UnityDecoration-glow-size: 10px; -UnityDecoration-glow-color: #C5A68E; -UnityDecoration-title-indent: 16px; -UnityDecoration-title-fade: 32px; -UnityDecoration-title-alignment: 0.0; } UnityDecoration.top { border-width: 1px 0 0; border-style: solid none none; border-color: rgba(0, 0, 0, 0.11); border-radius: 2px 2px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #322F22); color: #ECEFF1; box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); } UnityDecoration.top:backdrop { color: rgba(236, 239, 241, 0.3); } UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop { background-image: none; } UnityPanelWidget, UnityPanelWidget:backdrop, .unity-panel, .unity-panel:backdrop { border-bottom: 1px solid #13191c; color: #ECEFF1; background-image: linear-gradient(to bottom, #13191c); box-shadow: none; } .unity-panel.menubar, .unity-panel .menubar { background-color: transparent; background-image: none; box-shadow: none; } .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *, .unity-panel .menubar.menuitem, .unity-panel .menubar .menuitem * { padding: 0 6px; border-radius: 0; border-bottom: none; color: #ECEFF1; background-color: transparent; } .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover, .unity-panel .menubar.menuitem:hover, .unity-panel .menubar .menuitem *:hover { color: #FFFFFF; box-shadow: inset 0 -2px #C5A68E; } /************ * Corebird * ************/ stack button.profile-button:checked { color: #ECEFF1; } headerbar.titlebar box button.toggle.account-button { min-width: 1rem; min-height: 1rem; padding: 0.50376rem 0.75188rem 0.50376rem; border-radius: 2px; -gtk-outline-radius: 2px; } headerbar.titlebar box button.toggle.account-button .avatar-round { border-color: transparent; } headerbar.titlebar box button.image-button.toggle { min-width: 1rem; min-height: 1rem; padding: 0.50376rem 0.75188rem 0.50376rem; } /******** * Nemo * ********/ window EelEditableLabel { transition: none; } window grid > box > box > toolbar.primary-toolbar { border-bottom: 1px solid rgba(0, 0, 0, 0.11); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.22), inset 0 4px 3px -4px rgba(0, 0, 0, 0.22), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); } window grid > paned > box > paned > box > notebook, window grid > paned > box > paned > box > notebook > stack:not(:only-child) { background-color: #455A64; } window grid.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, window grid.vertical > paned.horizontal > box.vertical > placessidebar.frame { border-width: 0; } window grid.vertical > widget > box { padding: 0.20301rem; } window grid.vertical > widget > box > button.image-button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); min-width: 1rem; min-height: 2.20301rem; border-radius: 2px; -gtk-outline-radius: 2px; padding: 0 0.75188rem 0; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 0/0 0 0px; color: rgba(236, 239, 241, 0.75); box-shadow: none; } window grid.vertical > widget > box > button.image-button:hover { box-shadow: none; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0.1)); border-image: none; color: #ECEFF1; box-shadow: none; } window grid.vertical > widget > box > button.image-button:checked { background-color: alpha(currentColor, 0.2); color: #ECEFF1; border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; background-color: transparent; color: #ECEFF1; box-shadow: none; } window grid.vertical > widget > box > button.image-button:checked:disabled { border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.3); box-shadow: none; } window grid.vertical > widget > box > button.image-button:checked:disabled > label { color: inherit; } window grid.vertical > widget > box > button.image-button:checked:disabled > label { color: inherit; } window grid.vertical > widget > box > button.image-button:disabled { box-shadow: none; background-color: transparent; border-image: none; background-color: transparent; color: rgba(236, 239, 241, 0.225); box-shadow: none; } window grid.vertical > widget box > separator.vertical { min-width: 0; color: transparent; background-color: transparent; } /************ * Lollypop * ************/ window > headerbar > widget > box.horizontal > grid.horizontal > button.toggle.image-button { min-width: 1.30075rem; min-height: 2.80451rem; padding: 0 0.75188rem 0; } window > headerbar > widget > box.horizontal > button.image-button { min-width: 1.30075rem; min-height: 2.80451rem; margin: -0.15038rem 0; padding: 0 0.75188rem 0; } /*************************** * Cinnamon-control-center * ***************************/ window > box.vertical > stack > scrolledwindow iconview, window > box.vertical > stack > placessidebar iconview, window > box.vertical > stack > scrolledwindow iconview.view, window > box.vertical > stack > placessidebar iconview.view, window > box.vertical > stack > scrolledwindow iconview, window > box.vertical > stack > placessidebar iconview { background-color: transparent; } window > box.vertical > stack > scrolledwindow toolbar, window > box.vertical > stack > placessidebar toolbar { background-color: #3b4c54; box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); } /********* * XFce4 * *********/ .xfce4-panel { background-color: #13191c; color: #ECEFF1; font-weight: 700; } .xfce4-panel button { box-shadow: none; background-color: transparent; background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); padding: 0px 4px; border: none; border-radius: 0; color: #ECEFF1; background-color: transparent; } .xfce4-panel button:hover { color: #FFFFFF; background-color: transparent; box-shadow: inset 0 -2px alpha(currentColor, 0.2); } .xfce4-panel button:checked, .xfce4-panel button:hover:checked, .xfce4-panel button:disabled:checked { color: #FFFFFF; background-color: transparent; box-shadow: inset 0 -2px #C5A68E; } .xfce4-panel button label:backdrop, .xfce4-panel button:backdrop { opacity: 1.0; } .xfce4-panel menu { -gtk-icon-effect: none; } TopMenuAppMenuBar { background-color: #13191c; color: #ECEFF1; box-shadow: none; } TopMenuAppMenuBar > menuitem { color: #ECEFF1; background-color: transparent; } TopMenuAppMenuBar > menuitem:hover { color: #FFFFFF; box-shadow: inset 0 -2px #C5A68E; } TopMenuAppMenuBar > menuitem:backdrop { opacity: 1.0; } /************** * FeedReader * **************/ window > paned.titlebar > headerbar.titlebar button.flat:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar button.osd.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .button.osd.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action), window > paned.titlebar > headerbar.titlebar .menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .context-menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar placessidebar row button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), placessidebar row window > paned.titlebar > headerbar.titlebar button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .csd headerbar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .csd window > paned.titlebar > headerbar.titlebar button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .csd .titlebar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar #gf-candidate-popup button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), #gf-candidate-popup window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar window > grid.vertical > box.vertical > widget button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > grid.vertical > box.vertical > widget window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar layouttabbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), layouttabbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar layouttab button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), layouttab window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle) { min-width: 1rem; padding-left: 0.90226rem; padding-right: 0.90226rem; } /************ * Synaptic * ************/ window > box.vertical > box.horizontal > toolbar { background-color: transparent; box-shadow: none; } window > box.vertical > box.horizontal > toolbar toolitem > box label, window > box.vertical > box.horizontal > toolbar toolitem > box entry, window > box.vertical > box.horizontal > toolbar toolitem > box spinbutton:not(.vertical) { min-height: 1rem; padding-top: 0.09774rem; padding-bottom: 0.09774rem; font-size: 90%; } window > box.vertical > box.horizontal > toolbar toolitem > box > label { color: rgba(236, 239, 241, 0.3); } window > box.vertical > box.horizontal > widget { background-color: transparent; } /*********** * Colours * ***********/ @define-color theme_fg_color #ECEFF1; @define-color theme_inverted_fg_color #ECEFF1; @define-color theme_text_color #ECEFF1; @define-color theme_bg_color #3e515a; @define-color theme_base_color #455A64; @define-color theme_selected_bg_color #C5A68E; @define-color theme_selected_fg_color #FFFFFF; @define-color insensitive_bg_color #3e515a; @define-color insensitive_fg_color rgba(236, 239, 241, 0.3); @define-color insensitive_base_color #42565f; @define-color theme_unfocused_fg_color rgba(236, 239, 241, 0.3); @define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3); @define-color theme_unfocused_text_color rgba(236, 239, 241, 0.3); @define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3); @define-color theme_unfocused_bg_color #3e515a; @define-color theme_unfocused_base_color #455A64; @define-color theme_unfocused_selected_bg_color #C5A68E; @define-color theme_unfocused_selected_fg_color #FFFFFF; @define-color placeholder_text_color #607D8B; @define-color borders rgba(0, 0, 0, 0.11); @define-color unfocused_borders rgba(0, 0, 0, 0.11); @define-color warning_color #FF9800; @define-color error_color #F44336; @define-color success_color #00E676; @define-color link_color #03A9F4; @define-color wm_bg_a #322F22; @define-color wm_bg_b rgba(255, 255, 255, 0.07); @define-color content_view_bg #455A64;