all repos — dotfiles @ f158d1fa05f036a187d999c2555d19b322d5ce21

my *nix dotfiles

themes/whitey/gtk-3.22/gtk-dark.css (view raw)

    1/******************
    2 * Ripple effects *
    3 ******************/
    4@keyframes ripple_effect {
    5  from {
    6    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), alpha(currentColor, 0)); }
    7  to {
    8    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), alpha(currentColor, 0.1)); } }
    9@keyframes flat_ripple_effect {
   10  from {
   11    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), alpha(currentColor, 0.1)); }
   12  to {
   13    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), alpha(currentColor, 0.1)); } }
   14@keyframes list_ripple_effect {
   15  from {
   16    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), alpha(currentColor, 0.05)); }
   17  to {
   18    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), alpha(currentColor, 0.1)); } }
   19* {
   20  transition-property: opacity, border-color, border-image, background-color, background-image, box-shadow, icon-shadow;
   21  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   22  transition-duration: 0.2s; }
   23
   24/*****************
   25 * Common States *
   26 *****************/
   27* {
   28  padding: 0;
   29  background-clip: padding-box;
   30  -GtkToolButton-icon-spacing: 4;
   31  -GtkTextView-error-underline-color: #F44336;
   32  -GtkScrolledWindow-scrollbar-spacing: 0;
   33  -GtkToolItemGroup-expander-size: 11;
   34  -GtkWidget-text-handle-width: 16;
   35  -GtkWidget-text-handle-height: 16;
   36  -GtkDialog-button-spacing: 4;
   37  -GtkDialog-action-area-border: 0;
   38  outline-style: solid;
   39  outline-width: 2px;
   40  outline-color: alpha(currentColor, 0.2);
   41  outline-offset: -0.30075rem;
   42  -gtk-outline-radius: 2px;
   43  -gtk-secondary-caret-color: #C5A68E;
   44  text-shadow: none;
   45  -gtk-icon-shadow: none; }
   46
   47/***************
   48 * Base States *
   49 ***************/
   50.background {
   51  background-color: #3e515a;
   52  color: #ECEFF1; }
   53
   54*:disabled {
   55  -gtk-icon-effect: dim; }
   56
   57.titlebar *:backdrop,
   58headerbar *:backdrop, .csd headerbar button.titlebutton *:backdrop,
   59.csd .titlebar button.titlebutton *:backdrop {
   60  opacity: 0.75;
   61  transition: 0.2s; }
   62
   63.gtkstyle-fallback {
   64  background-color: #3e515a;
   65  color: #ECEFF1; }
   66  .gtkstyle-fallback:hover {
   67    background-color: #34434b;
   68    color: #ECEFF1; }
   69  .gtkstyle-fallback:active {
   70    background-color: #29363c;
   71    color: #ECEFF1; }
   72  .gtkstyle-fallback:disabled {
   73    background-color: #3e515a;
   74    color: rgba(236, 239, 241, 0.3); }
   75  .gtkstyle-fallback:selected {
   76    background-color: #C5A68E;
   77    color: #FFFFFF; }
   78
   79.view, iconview,
   80.view text,
   81iconview text,
   82textview text {
   83  background-color: #455A64;
   84  color: #ECEFF1; }
   85  .view:hover, iconview:hover, .view:active, iconview:active, .view:selected, iconview:selected,
   86  .view text:hover,
   87  iconview text:hover,
   88  textview text:hover,
   89  .view text:active,
   90  iconview text:active,
   91  textview text:active,
   92  .view text:selected,
   93  iconview text:selected,
   94  textview text:selected {
   95    border-radius: 2px;
   96    -gtk-outline-radius: 2px; }
   97  .view:disabled, iconview:disabled,
   98  .view text:disabled,
   99  iconview text:disabled,
  100  textview text:disabled {
  101    color: rgba(236, 239, 241, 0.3); }
  102
  103textview border {
  104  background-color: #3e515a; }
  105
  106rubberband, flowbox rubberband, treeview.view rubberband, .tweak-category rubberband, .content-view rubberband {
  107  border: 1px solid #4DD0E1;
  108  background-color: rgba(77, 208, 225, 0.2); }
  109
  110flowbox flowboxchild {
  111  padding: 0.15038rem;
  112  border-radius: 2px;
  113  -gtk-outline-radius: 2px; }
  114  flowbox flowboxchild:selected {
  115    outline-offset: -0.15038rem; }
  116
  117label {
  118  caret-color: currentColor; }
  119  label.separator {
  120    color: transparent; }
  121  label:disabled {
  122    color: rgba(236, 239, 241, 0.3); }
  123  label.kudo-label {
  124    color: #263238; }
  125
  126.dim-label, label.separator, .titlebar .title:backdrop,
  127headerbar .title:backdrop, .titlebar .subtitle,
  128headerbar .subtitle, .titlebar .subtitle:backdrop,
  129headerbar .subtitle:backdrop {
  130  opacity: 0.55; }
  131
  132assistant .sidebar {
  133  padding: 0.50376rem 0;
  134  background-color: #3b4c54; }
  135  assistant .sidebar:dir(ltr) {
  136    border-right: 1px solid rgba(0, 0, 0, 0.11); }
  137  assistant .sidebar:dir(rtl) {
  138    border-left: 1px solid rgba(0, 0, 0, 0.11); }
  139assistant.csd .sidebar {
  140  border-top-style: none; }
  141assistant .sidebar label {
  142  padding: 0.3985rem 0.6015rem 0.50376rem;
  143  color: rgba(236, 239, 241, 0.75);
  144  font-weight: 500; }
  145  assistant .sidebar label.highlight {
  146    color: #C5A68E; }
  147assistant headerbar button.flat:not(:last-child), assistant headerbar button.osd.image-button:not(:last-child), assistant headerbar .osd toolbar button:not(:last-child), .osd toolbar assistant headerbar button:not(:last-child), assistant headerbar toolbar.osd button:not(:last-child), toolbar.osd assistant headerbar button:not(:last-child), assistant headerbar .app-notification button:not(:last-child), .app-notification assistant headerbar button:not(:last-child), assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child), GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child), assistant headerbar toolbar button:not(:last-child), toolbar assistant headerbar button:not(:last-child),
  148assistant headerbar button:not(:last-child):not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child),
  149assistant headerbar .context-menu > arrow:not(:last-child),
  150assistant 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 headerbar .ssd decoration button:not(:last-child), .ssd decoration assistant headerbar button:not(:last-child), assistant .csd headerbar button.titlebutton:not(:last-child), .csd assistant headerbar button.titlebutton:not(:last-child),
  151assistant headerbar .csd .titlebar button.titlebutton:not(:last-child),
  152.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),
  153assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):first-child,
  154#gf-candidate-popup assistant headerbar .linked > button:not(:last-child):first-child,
  155assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):last-child,
  156#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) {
  157  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);
  158  background-color: #546E7A;
  159  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), alpha(currentColor, 0));
  160  color: rgba(236, 239, 241, 0.75);
  161  background-color: #009688;
  162  color: rgba(255, 255, 255, 0.85); }
  163  assistant headerbar button.flat:not(:last-child):hover, assistant headerbar button.osd.image-button:not(:last-child):hover, assistant headerbar .osd toolbar button:not(:last-child):hover, .osd toolbar assistant headerbar button:not(:last-child):hover, assistant headerbar toolbar.osd button:not(:last-child):hover, toolbar.osd assistant headerbar button:not(:last-child):hover, assistant headerbar .app-notification button:not(:last-child):hover, .app-notification assistant headerbar button:not(:last-child):hover, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):hover, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):hover, assistant headerbar toolbar button:not(:last-child):hover, toolbar assistant headerbar button:not(:last-child):hover,
  164  assistant headerbar button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):hover,
  165  assistant headerbar .context-menu > arrow:not(:last-child):hover,
  166  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 headerbar .ssd decoration button:not(:last-child):hover, .ssd decoration assistant headerbar button:not(:last-child):hover, assistant .csd headerbar button.titlebutton:not(:last-child):hover, .csd assistant headerbar button.titlebutton:not(:last-child):hover,
  167  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 {
  168    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);
  169    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), alpha(currentColor, 0));
  170    color: #ECEFF1;
  171    color: #FFFFFF; }
  172  assistant headerbar button.flat:not(:last-child):active, assistant headerbar button.osd.image-button:not(:last-child):active, assistant headerbar .osd toolbar button:not(:last-child):active, .osd toolbar assistant headerbar button:not(:last-child):active, assistant headerbar toolbar.osd button:not(:last-child):active, toolbar.osd assistant headerbar button:not(:last-child):active, assistant headerbar .app-notification button:not(:last-child):active, .app-notification assistant headerbar button:not(:last-child):active, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):active, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):active, assistant headerbar toolbar button:not(:last-child):active, toolbar assistant headerbar button:not(:last-child):active,
  173  assistant headerbar button:not(:last-child):active:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):active,
  174  assistant headerbar .context-menu > arrow:not(:last-child):active,
  175  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 headerbar .ssd decoration button:not(:last-child):active, .ssd decoration assistant headerbar button:not(:last-child):active, assistant .csd headerbar button.titlebutton:not(:last-child):active, .csd assistant headerbar button.titlebutton:not(:last-child):active,
  176  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 {
  177    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);
  178    color: #ECEFF1;
  179    transition-duration: 0;
  180    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  181    color: #FFFFFF;
  182    background-color: #C5A68E; }
  183  assistant headerbar button.flat:not(:last-child):checked, assistant headerbar button.osd.image-button:not(:last-child):checked, assistant headerbar .osd toolbar button:not(:last-child):checked, .osd toolbar assistant headerbar button:not(:last-child):checked, assistant headerbar toolbar.osd button:not(:last-child):checked, toolbar.osd assistant headerbar button:not(:last-child):checked, assistant headerbar .app-notification button:not(:last-child):checked, .app-notification assistant headerbar button:not(:last-child):checked, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):checked, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):checked, assistant headerbar toolbar button:not(:last-child):checked, toolbar assistant headerbar button:not(:last-child):checked,
  184  assistant headerbar button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):checked,
  185  assistant headerbar .context-menu > arrow:not(:last-child):checked,
  186  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 headerbar .ssd decoration button:not(:last-child):checked, .ssd decoration assistant headerbar button:not(:last-child):checked, assistant .csd headerbar button.titlebutton:not(:last-child):checked, .csd assistant headerbar button.titlebutton:not(:last-child):checked,
  187  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 {
  188    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);
  189    background-color: #C5A68E;
  190    color: #FFFFFF;
  191    background-color: #009688;
  192    color: #ECEFF1; }
  193  assistant headerbar button.flat:not(:last-child):disabled, assistant headerbar button.osd.image-button:not(:last-child):disabled, assistant headerbar .osd toolbar button:not(:last-child):disabled, .osd toolbar assistant headerbar button:not(:last-child):disabled, assistant headerbar toolbar.osd button:not(:last-child):disabled, toolbar.osd assistant headerbar button:not(:last-child):disabled, assistant headerbar .app-notification button:not(:last-child):disabled, .app-notification assistant headerbar button:not(:last-child):disabled, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):disabled, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):disabled, assistant headerbar toolbar button:not(:last-child):disabled, toolbar assistant headerbar button:not(:last-child):disabled,
  194  assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):disabled,
  195  assistant headerbar .context-menu > arrow:not(:last-child):disabled,
  196  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 headerbar .ssd decoration button:not(:last-child):disabled, .ssd decoration assistant headerbar button:not(:last-child):disabled, assistant .csd headerbar button.titlebutton:not(:last-child):disabled, .csd assistant headerbar button.titlebutton:not(:last-child):disabled,
  197  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 {
  198    box-shadow: none;
  199    background-color: alpha(currentColor, 0.2);
  200    color: rgba(236, 239, 241, 0.225); }
  201    assistant headerbar button.flat:not(:last-child):disabled > label, assistant headerbar button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .osd toolbar button:not(:last-child):disabled > label, .osd toolbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar toolbar.osd button:not(:last-child):disabled > label, toolbar.osd assistant headerbar button:not(:last-child):disabled > label, assistant headerbar .app-notification button:not(:last-child):disabled > label, .app-notification assistant headerbar button:not(:last-child):disabled > label, assistant headerbar GeditViewFrame .gedit-search-slider button:not(:last-child):disabled > label, GeditViewFrame .gedit-search-slider assistant headerbar button:not(:last-child):disabled > label, assistant headerbar toolbar button:not(:last-child):disabled > label, toolbar assistant headerbar button:not(:last-child):disabled > label, assistant headerbar .titlebar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label,
  202    assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar .menu > arrow:not(:last-child):disabled > label,
  203    assistant headerbar .context-menu > arrow:not(:last-child):disabled > label,
  204    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 headerbar .ssd decoration button:not(:last-child):disabled > label, .ssd decoration assistant headerbar 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,
  205    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,
  206    assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):disabled > label,
  207    #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 {
  208      color: inherit; }
  209
  210buttonbox button, buttonbox.dialog-action-area button {
  211  box-shadow: none;
  212  background-color: transparent;
  213  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), alpha(currentColor, 0));
  214  color: #C5A68E);
  215  font-weight: 700; }
  216  buttonbox button:hover, buttonbox.dialog-action-area button:hover {
  217    box-shadow: none;
  218    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), alpha(currentColor, 0.1));
  219    color: #C5A68E; }
  220  buttonbox button:active, buttonbox.dialog-action-area button:active {
  221    box-shadow: none;
  222    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  223    color: #C5A68E; }
  224  buttonbox button:disabled, buttonbox.dialog-action-area button:disabled {
  225    box-shadow: none;
  226    background-color: transparent; }
  227  buttonbox button:checked, buttonbox.dialog-action-area button:checked {
  228    background-color: alpha(currentColor, 0.2);
  229    color: #ECEFF1;
  230    color: #C5A68E; }
  231  buttonbox button:checked:disabled, buttonbox.dialog-action-area button:checked:disabled {
  232    color: rgba(77, 182, 172, 0.4); }
  233    buttonbox button:checked:disabled > label, buttonbox.dialog-action-area button:checked:disabled > label {
  234      color: inherit; }
  235
  236.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification,
  237.app-notification.frame, .osd .scale-popup, .nautilus-window .floating-bar, .osd {
  238  opacity: 0.9; }
  239
  240/*********************
  241 * Spinner Animation *
  242 *********************/
  243@keyframes colorful_bar {
  244  0% {
  245    -gtk-icon-source: url("assets/bar-red.svg");
  246    -gtk-icon-transform: scale(0, 1); }
  247  24.9% {
  248    -gtk-icon-source: url("assets/bar-red.svg");
  249    -gtk-icon-transform: scale(1, 1); }
  250  25% {
  251    -gtk-icon-source: url("assets/bar-yellow.svg");
  252    -gtk-icon-transform: scale(1, 1); }
  253  49.9% {
  254    -gtk-icon-source: url("assets/bar-yellow.svg");
  255    -gtk-icon-transform: scale(0, 1); }
  256  50% {
  257    -gtk-icon-source: url("assets/bar-green.svg");
  258    -gtk-icon-transform: scale(0, 1); }
  259  74.9% {
  260    -gtk-icon-source: url("assets/bar-green.svg");
  261    -gtk-icon-transform: scale(1, 1); }
  262  75% {
  263    -gtk-icon-source: url("assets/bar-blue.svg");
  264    -gtk-icon-transform: scale(1, 1); }
  265  99.9% {
  266    -gtk-icon-source: url("assets/bar-blue.svg");
  267    -gtk-icon-transform: scale(0, 1); }
  268  100% {
  269    -gtk-icon-source: url("assets/bar-red.svg");
  270    -gtk-icon-transform: scale(0, 1); } }
  271spinner {
  272  min-height: 1.20301rem;
  273  min-width: 1.20301rem;
  274  padding: 0.3985rem 0 0.3985rem;
  275  margin: 0;
  276  background: none;
  277  opacity: 0;
  278  -gtk-icon-source: url("assets/bar-red.svg"); }
  279  spinner:checked {
  280    opacity: 1.0;
  281    animation: colorful_bar 2s linear infinite; }
  282    spinner:checked:disabled {
  283      opacity: 0.4; }
  284    spinner:checked:backdrop {
  285      opacity: 1.0; }
  286  spinner:backdrop {
  287    opacity: 0; }
  288
  289/****************
  290 * Text Entries *
  291 ****************/
  292entry, spinbutton:not(.vertical) {
  293  min-height: 1rem;
  294  min-width: 2.50376rem;
  295  padding: 0.69925rem 0.6015rem 0.80451rem;
  296  border-radius: 0;
  297  -gtk-outline-radius: 0;
  298  border-color: #37474F;
  299  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;
  300  background-color: transparent;
  301  color: rgba(236, 239, 241, 0.75); }
  302  entry:focus, spinbutton:focus:not(.vertical) {
  303    border-color: #37474F;
  304    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
  305    color: #ECEFF1;
  306    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; }
  307  entry:disabled, spinbutton:disabled:not(.vertical) {
  308    border-color: #37474F;
  309    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;
  310    background-color: transparent;
  311    color: rgba(236, 239, 241, 0.3); }
  312  entry.flat, .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), spinbutton.flat:not(.vertical), notebook:not(.reorderable-page) > entry, notebook:not(.reorderable-page) > spinbutton:not(.vertical) {
  313    border-radius: 0;
  314    border-radius: 0;
  315    -gtk-outline-radius: 0;
  316    border-color: #37474F;
  317    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;
  318    background-color: transparent;
  319    color: rgba(236, 239, 241, 0.75); }
  320    entry.flat:focus, .linked > entry:focus:not(.flat), .linked > spinbutton:focus:not(.flat):not(.vertical), spinbutton.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry:focus, notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical) {
  321      border-color: #37474F;
  322      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
  323      color: #ECEFF1;
  324      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; }
  325    entry.flat:disabled, .linked > entry:disabled:not(.flat), .linked > spinbutton:disabled:not(.flat):not(.vertical), spinbutton.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry:disabled, notebook:not(.reorderable-page) > spinbutton:disabled:not(.vertical) {
  326      border-color: #37474F;
  327      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;
  328      color: rgba(236, 239, 241, 0.3); }
  329  entry image, spinbutton:not(.vertical) image {
  330    padding-left: 0.30075rem;
  331    padding-right: 0.30075rem; }
  332  .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked.vertical > spinbutton:not(.flat):not(.vertical) {
  333    border-radius: 0;
  334    -gtk-outline-radius: 0; }
  335  entry.error, spinbutton.error:not(.vertical) {
  336    border-radius: 0;
  337    -gtk-outline-radius: 0;
  338    border-color: #37474F;
  339    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;
  340    background-color: transparent;
  341    color: rgba(236, 239, 241, 0.75); }
  342    entry.error:focus, spinbutton.error:focus:not(.vertical) {
  343      border-color: #37474F;
  344      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  345      color: #ECEFF1;
  346      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; }
  347    entry.error:disabled, spinbutton.error:disabled:not(.vertical) {
  348      border-color: #37474F;
  349      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;
  350      background-color: transparent;
  351      color: rgba(236, 239, 241, 0.3); }
  352    entry.error.flat, .linked > entry.error:not(.flat), .linked > spinbutton.error:not(.flat):not(.vertical), spinbutton.error.flat:not(.vertical), notebook:not(.reorderable-page) > entry.error, notebook:not(.reorderable-page) > spinbutton.error:not(.vertical) {
  353      border-radius: 0;
  354      -gtk-outline-radius: 0;
  355      border-color: #37474F;
  356      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;
  357      background-color: transparent;
  358      color: rgba(236, 239, 241, 0.75); }
  359      entry.error.flat:focus, .linked > entry.error:focus:not(.flat), .linked > spinbutton.error:focus:not(.flat):not(.vertical), spinbutton.error.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.error:focus, notebook:not(.reorderable-page) > spinbutton.error:focus:not(.vertical) {
  360        border-color: #37474F;
  361        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  362        color: #ECEFF1;
  363        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; }
  364      entry.error.flat:disabled, .linked > entry.error:disabled:not(.flat), .linked > spinbutton.error:disabled:not(.flat):not(.vertical), spinbutton.error.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.error:disabled, notebook:not(.reorderable-page) > spinbutton.error:disabled:not(.vertical) {
  365        border-color: #37474F;
  366        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;
  367        color: rgba(236, 239, 241, 0.3); }
  368  entry.warning, spinbutton.warning:not(.vertical) {
  369    border-radius: 0;
  370    -gtk-outline-radius: 0;
  371    border-color: #37474F;
  372    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;
  373    background-color: transparent;
  374    color: rgba(236, 239, 241, 0.75); }
  375    entry.warning:focus, spinbutton.warning:focus:not(.vertical) {
  376      border-color: #37474F;
  377      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
  378      color: #ECEFF1;
  379      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; }
  380    entry.warning:disabled, spinbutton.warning:disabled:not(.vertical) {
  381      border-color: #37474F;
  382      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;
  383      background-color: transparent;
  384      color: rgba(236, 239, 241, 0.3); }
  385    entry.warning.flat, .linked > entry.warning:not(.flat), .linked > spinbutton.warning:not(.flat):not(.vertical), spinbutton.warning.flat:not(.vertical), notebook:not(.reorderable-page) > entry.warning, notebook:not(.reorderable-page) > spinbutton.warning:not(.vertical) {
  386      border-radius: 0;
  387      -gtk-outline-radius: 0;
  388      border-color: #37474F;
  389      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;
  390      background-color: transparent;
  391      color: rgba(236, 239, 241, 0.75); }
  392      entry.warning.flat:focus, .linked > entry.warning:focus:not(.flat), .linked > spinbutton.warning:focus:not(.flat):not(.vertical), spinbutton.warning.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.warning:focus, notebook:not(.reorderable-page) > spinbutton.warning:focus:not(.vertical) {
  393        border-color: #37474F;
  394        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
  395        color: #ECEFF1;
  396        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; }
  397      entry.warning.flat:disabled, .linked > entry.warning:disabled:not(.flat), .linked > spinbutton.warning:disabled:not(.flat):not(.vertical), spinbutton.warning.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.warning:disabled, notebook:not(.reorderable-page) > spinbutton.warning:disabled:not(.vertical) {
  398        border-color: #37474F;
  399        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;
  400        color: rgba(236, 239, 241, 0.3); }
  401  entry.search-missing, spinbutton.search-missing:not(.vertical) {
  402    border-radius: 0;
  403    -gtk-outline-radius: 0;
  404    border-color: #37474F;
  405    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;
  406    background-color: transparent;
  407    color: rgba(236, 239, 241, 0.75); }
  408    entry.search-missing:focus, spinbutton.search-missing:focus:not(.vertical) {
  409      border-color: #37474F;
  410      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  411      color: #ECEFF1;
  412      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; }
  413    entry.search-missing:disabled, spinbutton.search-missing:disabled:not(.vertical) {
  414      border-color: #37474F;
  415      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;
  416      background-color: transparent;
  417      color: rgba(236, 239, 241, 0.3); }
  418    entry.search-missing.flat, .linked > entry.search-missing:not(.flat), .linked > spinbutton.search-missing:not(.flat):not(.vertical), spinbutton.search-missing.flat:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing, notebook:not(.reorderable-page) > spinbutton.search-missing:not(.vertical) {
  419      border-radius: 0;
  420      -gtk-outline-radius: 0;
  421      border-color: #37474F;
  422      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;
  423      background-color: transparent;
  424      color: rgba(236, 239, 241, 0.75); }
  425      entry.search-missing.flat:focus, .linked > entry.search-missing:focus:not(.flat), .linked > spinbutton.search-missing:focus:not(.flat):not(.vertical), 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) {
  426        border-color: #37474F;
  427        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  428        color: #ECEFF1;
  429        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; }
  430      entry.search-missing.flat:disabled, .linked > entry.search-missing:disabled:not(.flat), .linked > spinbutton.search-missing:disabled:not(.flat):not(.vertical), 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) {
  431        border-color: #37474F;
  432        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;
  433        color: rgba(236, 239, 241, 0.3); }
  434  entry image:not(:hover):not(:active), spinbutton:not(.vertical) image:not(:hover):not(:active) {
  435    color: alpha(currentColor, 0.75); }
  436  entry image:active, spinbutton:not(.vertical) image:active {
  437    color: #C5A68E; }
  438  entry image:disabled, spinbutton:not(.vertical) image:disabled {
  439    color: alpha(currentColor, 0.55); }
  440  entry:drop(active), spinbutton:drop(active):not(.vertical), entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical) {
  441    border-color: #C5A68E;
  442    box-shadow: inset 0 0 0 1px #C5A68E; }
  443  treeview entry, treeview spinbutton:not(.vertical), treeview entry.flat:focus, treeview .linked > entry:focus:not(.flat), treeview .linked > spinbutton:focus:not(.flat):not(.vertical), treeview spinbutton.flat:focus:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus, treeview notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical) {
  444    padding: 1px;
  445    border-radius: 0;
  446    border-image: none;
  447    background-color: #455A64;
  448    color: #ECEFF1;
  449    box-shadow: none;
  450    transition-property: color, background; }
  451
  452/***********
  453 * Buttons *
  454 ***********/
  455@keyframes needs_attention {
  456  from {
  457    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#C5A68E), to(transparent)); }
  458  to {
  459    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#C5A68E), to(transparent)); } }
  460button {
  461  min-height: 1rem;
  462  min-width: 2.50376rem;
  463  padding: 0.69925rem 1rem 0.80451rem;
  464  border-radius: 2px;
  465  -gtk-outline-radius: 2px;
  466  background-repeat: no-repeat;
  467  background-position: center, center;
  468  background-size: 9.96241rem 9.96241rem, auto;
  469  font-weight: 500;
  470  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);
  471  background-color: #546E7A;
  472  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), alpha(currentColor, 0));
  473  color: rgba(236, 239, 241, 0.75); }
  474  button:hover {
  475    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);
  476    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), alpha(currentColor, 0));
  477    color: #ECEFF1; }
  478  button:active {
  479    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);
  480    color: #ECEFF1;
  481    transition-duration: 0;
  482    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  483  button:disabled {
  484    box-shadow: none;
  485    background-color: alpha(currentColor, 0.2);
  486    color: rgba(236, 239, 241, 0.225); }
  487    button:disabled > label {
  488      color: inherit; }
  489  button:checked {
  490    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);
  491    background-color: #C5A68E;
  492    color: #FFFFFF; }
  493  button:checked:disabled {
  494    box-shadow: none;
  495    background-color: alpha(currentColor, 0.2);
  496    color: rgba(0, 188, 212, 0.4); }
  497    button:checked:disabled > label {
  498      color: inherit; }
  499  button.flat, button.osd.image-button, .osd toolbar button, toolbar.osd button, .app-notification button,
  500  .app-notification.frame button, GeditViewFrame .gedit-search-slider button, toolbar button, .titlebar button:not(.suggested-action):not(.destructive-action),
  501  headerbar button:not(.suggested-action):not(.destructive-action), .menu > arrow,
  502  .context-menu > arrow,
  503  menu > arrow, placessidebar row button.image-button, .ssd decoration button, .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
  504  .csd .titlebar button.titlebutton,
  505  .csd .titlebar.selection-mode button.titlebutton, #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
  506  #gf-candidate-popup .linked > button,
  507  #gf-candidate-popup .linked > button:first-child,
  508  #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget button, layouttabbar button, layouttab button {
  509    box-shadow: none;
  510    background-color: transparent;
  511    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), alpha(currentColor, 0)); }
  512    button.flat:hover, button.osd.image-button:hover, .app-notification button:hover, GeditViewFrame .gedit-search-slider button:hover, toolbar button:hover, .titlebar button:hover:not(.suggested-action):not(.destructive-action),
  513    headerbar button:hover:not(.suggested-action):not(.destructive-action), .menu > arrow:hover,
  514    .context-menu > arrow:hover,
  515    menu > arrow:hover, placessidebar row button.image-button:hover, .ssd decoration button:hover, .csd headerbar button.titlebutton:hover,
  516    .csd .titlebar button.titlebutton:hover, #gf-candidate-popup button:hover,
  517    #gf-candidate-popup .linked > button:hover:first-child,
  518    #gf-candidate-popup .linked > button:hover:last-child, window > grid.vertical > box.vertical > widget button:hover, layouttabbar button:hover, layouttab button:hover {
  519      box-shadow: none;
  520      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), alpha(currentColor, 0.1)); }
  521    button.flat:active, button.osd.image-button:active, .app-notification button:active, GeditViewFrame .gedit-search-slider button:active, toolbar button:active, .titlebar button:active:not(.suggested-action):not(.destructive-action),
  522    headerbar button:active:not(.suggested-action):not(.destructive-action), .menu > arrow:active,
  523    .context-menu > arrow:active,
  524    menu > arrow:active, placessidebar row button.image-button:active, .ssd decoration button:active, .csd headerbar button.titlebutton:active,
  525    .csd .titlebar button.titlebutton:active, #gf-candidate-popup button:active,
  526    #gf-candidate-popup .linked > button:active:first-child,
  527    #gf-candidate-popup .linked > button:active:last-child, window > grid.vertical > box.vertical > widget button:active, layouttabbar button:active, layouttab button:active {
  528      box-shadow: none;
  529      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  530    button.flat:disabled, button.osd.image-button:disabled, .app-notification button:disabled, GeditViewFrame .gedit-search-slider button:disabled, toolbar button:disabled, .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
  531    headerbar button:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow:disabled,
  532    .context-menu > arrow:disabled,
  533    menu > arrow:disabled, placessidebar row button.image-button:disabled, .ssd decoration button:disabled, .csd headerbar button.titlebutton:disabled,
  534    .csd .titlebar button.titlebutton:disabled, #gf-candidate-popup button:disabled,
  535    #gf-candidate-popup .linked > button:disabled:first-child,
  536    #gf-candidate-popup .linked > button:disabled:last-child, window > grid.vertical > box.vertical > widget button:disabled, layouttabbar button:disabled, layouttab button:disabled {
  537      box-shadow: none;
  538      background-color: transparent; }
  539    button.flat:checked, button.osd.image-button:checked, .app-notification button:checked, GeditViewFrame .gedit-search-slider button:checked, toolbar button:checked, .titlebar button:checked:not(.suggested-action):not(.destructive-action),
  540    headerbar button:checked:not(.suggested-action):not(.destructive-action), .menu > arrow:checked,
  541    .context-menu > arrow:checked,
  542    menu > arrow:checked, placessidebar row button.image-button:checked, .ssd decoration button:checked, .csd headerbar button.titlebutton:checked,
  543    .csd .titlebar button.titlebutton:checked, #gf-candidate-popup button:checked,
  544    #gf-candidate-popup .linked > button:checked:first-child,
  545    #gf-candidate-popup .linked > button:checked:last-child, window > grid.vertical > box.vertical > widget button:checked, layouttabbar button:checked, layouttab button:checked {
  546      background-color: alpha(currentColor, 0.2);
  547      color: #ECEFF1; }
  548    button.flat:checked:disabled > label, button.osd.image-button:checked:disabled > label, .osd toolbar button:checked:disabled > label, toolbar.osd button:checked:disabled > label, .app-notification button:checked:disabled > label, GeditViewFrame .gedit-search-slider button:checked:disabled > label, toolbar button:checked:disabled > label, .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
  549    headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, .menu > arrow:checked:disabled > label,
  550    .context-menu > arrow:checked:disabled > label,
  551    menu > arrow:checked:disabled > label, placessidebar row button.image-button:checked:disabled > label, .ssd decoration button:checked:disabled > label, .csd headerbar button.titlebutton:checked:disabled > label,
  552    .csd .titlebar button.titlebutton:checked:disabled > label, #gf-candidate-popup button:checked:disabled > label,
  553    #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 {
  554      color: inherit; }
  555    .linked > button.flat, .linked > button.osd.image-button, .osd toolbar .linked > button, toolbar.osd .linked > button, .app-notification .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar .linked > button, .titlebar .linked > button:not(.suggested-action):not(.destructive-action),
  556    headerbar .linked > button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow,
  557    .context-menu.linked > arrow,
  558    menu.linked > arrow, placessidebar row .linked > button.image-button, .ssd decoration .linked > button, .csd headerbar .linked > button.titlebutton,
  559    .csd .titlebar .linked > button.titlebutton,
  560    #gf-candidate-popup .linked > button,
  561    #gf-candidate-popup .linked > button:first-child,
  562    #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget .linked > button, layouttabbar .linked > button, layouttab .linked > button {
  563      border-radius: 2px;
  564      -gtk-outline-radius: 2px; }
  565      .linked > button.flat.image-button, .linked > button.image-button.osd, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button, toolbar .linked > button.image-button, .titlebar .linked > button.image-button:not(.suggested-action):not(.destructive-action),
  566      headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow.image-button,
  567      .context-menu.linked > arrow.image-button,
  568      menu.linked > arrow.image-button, placessidebar row .linked > button.image-button, .ssd decoration .linked > button.image-button, .csd headerbar .linked > button.image-button.titlebutton,
  569      .csd .titlebar .linked > button.image-button.titlebutton,
  570      #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 {
  571        border-radius: 100px;
  572        -gtk-outline-radius: 100px; }
  573  button.osd.image-button {
  574    padding: 1.30075rem;
  575    background-color: #322F22;
  576    background-size: 3.7594rem 3.7594rem, auto; }
  577    button.osd.image-button:not(:active):not(:disabled):not(hover) {
  578      color: #C5A68E); }
  579    button.osd.image-button:hover {
  580      color: #C5A68E;
  581      background-color: rgba(42, 55, 62, 0.7);
  582      background-image: linear-gradient(to bottom, alpha(currentColor, 0.2), alpha(currentColor, 0.2)); }
  583    button.osd.image-button:active {
  584      color: #C5A68E;
  585      background-color: rgba(42, 55, 62, 0.7);
  586      background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1), rgba(236, 239, 241, 0.1)); }
  587  button.osd:disabled {
  588    opacity: 0; }
  589  button.suggested-action {
  590    background-color: #009688;
  591    background-size: 9.96241rem 9.96241rem, auto;
  592    color: #FFFFFF; }
  593    button.suggested-action:hover {
  594      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);
  595      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), alpha(currentColor, 0));
  596      color: #ECEFF1;
  597      background-color: #009688;
  598      color: #FFFFFF; }
  599    button.suggested-action:active {
  600      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);
  601      color: #ECEFF1;
  602      transition-duration: 0;
  603      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  604      background-color: #C5A68E;
  605      color: #FFFFFF; }
  606    button.suggested-action:checked {
  607      background-color: #33aba0; }
  608    button.suggested-action:disabled {
  609      box-shadow: none;
  610      background-color: alpha(currentColor, 0.2);
  611      color: rgba(236, 239, 241, 0.3); }
  612      button.suggested-action:disabled > label {
  613        color: inherit; }
  614    button.suggested-action.flat, button.suggested-action.osd.image-button, .app-notification button.suggested-action, GeditViewFrame .gedit-search-slider button.suggested-action, toolbar button.suggested-action, .titlebar button.suggested-action:not(.suggested-action):not(.destructive-action),
  615    headerbar button.suggested-action:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action,
  616    .context-menu > arrow.suggested-action,
  617    menu > arrow.suggested-action, placessidebar row button.suggested-action.image-button, .ssd decoration button.suggested-action, .csd headerbar button.suggested-action.titlebutton,
  618    .csd .titlebar button.suggested-action.titlebutton, #gf-candidate-popup button.suggested-action,
  619    #gf-candidate-popup .linked > button.suggested-action:first-child,
  620    #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 {
  621      background-color: transparent;
  622      color: #009688; }
  623      button.suggested-action.flat:hover, button.suggested-action.osd.image-button:hover, .app-notification button.suggested-action:hover, GeditViewFrame .gedit-search-slider button.suggested-action:hover, toolbar button.suggested-action:hover, .titlebar button.suggested-action:hover:not(.suggested-action):not(.destructive-action),
  624      headerbar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:hover,
  625      .context-menu > arrow.suggested-action:hover,
  626      menu > arrow.suggested-action:hover, placessidebar row button.suggested-action.image-button:hover, .ssd decoration button.suggested-action:hover, .csd headerbar button.suggested-action.titlebutton:hover,
  627      .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 {
  628        box-shadow: none;
  629        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), alpha(currentColor, 0.1)); }
  630      button.suggested-action.flat:active, button.suggested-action.osd.image-button:active, .app-notification button.suggested-action:active, GeditViewFrame .gedit-search-slider button.suggested-action:active, toolbar button.suggested-action:active, .titlebar button.suggested-action:active:not(.suggested-action):not(.destructive-action),
  631      headerbar button.suggested-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:active,
  632      .context-menu > arrow.suggested-action:active,
  633      menu > arrow.suggested-action:active, placessidebar row button.suggested-action.image-button:active, .ssd decoration button.suggested-action:active, .csd headerbar button.suggested-action.titlebutton:active,
  634      .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 {
  635        box-shadow: none;
  636        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  637        background-color: alpha(#C5A68E, 0.2);
  638        color: #C5A68E; }
  639      button.suggested-action.flat:checked, button.suggested-action.osd.image-button:checked, .app-notification button.suggested-action:checked, GeditViewFrame .gedit-search-slider button.suggested-action:checked, toolbar button.suggested-action:checked, .titlebar button.suggested-action:checked:not(.suggested-action):not(.destructive-action),
  640      headerbar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:checked,
  641      .context-menu > arrow.suggested-action:checked,
  642      menu > arrow.suggested-action:checked, placessidebar row button.suggested-action.image-button:checked, .ssd decoration button.suggested-action:checked, .csd headerbar button.suggested-action.titlebutton:checked,
  643      .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 {
  644        background-color: alpha(currentColor, 0.2);
  645        color: #ECEFF1; }
  646      button.suggested-action.flat:disabled, button.suggested-action.osd.image-button:disabled, .app-notification button.suggested-action:disabled, GeditViewFrame .gedit-search-slider button.suggested-action:disabled, toolbar button.suggested-action:disabled, .titlebar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action),
  647      headerbar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:disabled,
  648      .context-menu > arrow.suggested-action:disabled,
  649      menu > arrow.suggested-action:disabled, placessidebar row button.suggested-action.image-button:disabled, .ssd decoration button.suggested-action:disabled, .csd headerbar button.suggested-action.titlebutton:disabled,
  650      .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 {
  651        box-shadow: none;
  652        background-color: transparent; }
  653  button.destructive-action {
  654    background-color: #FF5252;
  655    background-size: 9.96241rem 9.96241rem, auto;
  656    color: #FFFFFF; }
  657    button.destructive-action:hover {
  658      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);
  659      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), alpha(currentColor, 0));
  660      color: #ECEFF1;
  661      background-color: #FF5252;
  662      color: #FFFFFF; }
  663    button.destructive-action:active {
  664      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);
  665      color: #ECEFF1;
  666      transition-duration: 0;
  667      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  668      background-color: #C5A68E;
  669      color: #FFFFFF; }
  670    button.destructive-action:checked {
  671      background-color: #ff7575; }
  672    button.destructive-action:disabled {
  673      box-shadow: none;
  674      background-color: alpha(currentColor, 0.2);
  675      color: rgba(236, 239, 241, 0.3); }
  676      button.destructive-action:disabled > label {
  677        color: inherit; }
  678    button.destructive-action.flat, button.destructive-action.osd.image-button, .app-notification button.destructive-action, GeditViewFrame .gedit-search-slider button.destructive-action, toolbar button.destructive-action, .titlebar button.destructive-action:not(.suggested-action):not(.destructive-action),
  679    headerbar button.destructive-action:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action,
  680    .context-menu > arrow.destructive-action,
  681    menu > arrow.destructive-action, placessidebar row button.destructive-action.image-button, .ssd decoration button.destructive-action, .csd headerbar button.destructive-action.titlebutton,
  682    .csd .titlebar button.destructive-action.titlebutton, #gf-candidate-popup button.destructive-action,
  683    #gf-candidate-popup .linked > button.destructive-action:first-child,
  684    #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 {
  685      background-color: transparent;
  686      color: #FF5252; }
  687      button.destructive-action.flat:hover, button.destructive-action.osd.image-button:hover, .app-notification button.destructive-action:hover, GeditViewFrame .gedit-search-slider button.destructive-action:hover, toolbar button.destructive-action:hover, .titlebar button.destructive-action:hover:not(.suggested-action):not(.destructive-action),
  688      headerbar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:hover,
  689      .context-menu > arrow.destructive-action:hover,
  690      menu > arrow.destructive-action:hover, placessidebar row button.destructive-action.image-button:hover, .ssd decoration button.destructive-action:hover, .csd headerbar button.destructive-action.titlebutton:hover,
  691      .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 {
  692        box-shadow: none;
  693        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), alpha(currentColor, 0.1)); }
  694      button.destructive-action.flat:active, button.destructive-action.osd.image-button:active, .app-notification button.destructive-action:active, GeditViewFrame .gedit-search-slider button.destructive-action:active, toolbar button.destructive-action:active, .titlebar button.destructive-action:active:not(.suggested-action):not(.destructive-action),
  695      headerbar button.destructive-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:active,
  696      .context-menu > arrow.destructive-action:active,
  697      menu > arrow.destructive-action:active, placessidebar row button.destructive-action.image-button:active, .ssd decoration button.destructive-action:active, .csd headerbar button.destructive-action.titlebutton:active,
  698      .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 {
  699        box-shadow: none;
  700        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  701        background-color: alpha(#C5A68E, 0.2);
  702        color: #C5A68E; }
  703      button.destructive-action.flat:checked, button.destructive-action.osd.image-button:checked, .app-notification button.destructive-action:checked, GeditViewFrame .gedit-search-slider button.destructive-action:checked, toolbar button.destructive-action:checked, .titlebar button.destructive-action:checked:not(.suggested-action):not(.destructive-action),
  704      headerbar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:checked,
  705      .context-menu > arrow.destructive-action:checked,
  706      menu > arrow.destructive-action:checked, placessidebar row button.destructive-action.image-button:checked, .ssd decoration button.destructive-action:checked, .csd headerbar button.destructive-action.titlebutton:checked,
  707      .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 {
  708        background-color: alpha(currentColor, 0.2);
  709        color: #ECEFF1; }
  710      button.destructive-action.flat:disabled, button.destructive-action.osd.image-button:disabled, .app-notification button.destructive-action:disabled, GeditViewFrame .gedit-search-slider button.destructive-action:disabled, toolbar button.destructive-action:disabled, .titlebar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action),
  711      headerbar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:disabled,
  712      .context-menu > arrow.destructive-action:disabled,
  713      menu > arrow.destructive-action:disabled, placessidebar row button.destructive-action.image-button:disabled, .ssd decoration button.destructive-action:disabled, .csd headerbar button.destructive-action.titlebutton:disabled,
  714      .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 {
  715        box-shadow: none;
  716        background-color: transparent; }
  717  button.image-button {
  718    min-width: 1rem;
  719    min-height: 1rem; }
  720  button.text-button {
  721    padding: 0.69925rem 1rem 0.80451rem;
  722    border-radius: 2px;
  723    -gtk-outline-radius: 2px;
  724    font-weight: 700; }
  725  button.text-button.image-button {
  726    padding-left: 1rem;
  727    padding-right: 1rem;
  728    border-radius: 2px;
  729    -gtk-outline-radius: 2px; }
  730    button.text-button.image-button label {
  731      padding-left: 0.30075rem;
  732      padding-right: 0.30075rem; }
  733    button.text-button.image-button image {
  734      padding-left: 0.30075rem;
  735      padding-right: 0.30075rem; }
  736    button.text-button.image-button:drop(active), combobox:drop(active) button.text-button.image-button.combo {
  737      color: #C5A68E;
  738      background-color: rgba(77, 182, 172, 0.2); }
  739  button separator {
  740    min-height: 0;
  741    min-width: 0;
  742    border-color: transparent;
  743    background-color: transparent;
  744    color: transparent; }
  745  stackswitcher button.text-button {
  746    min-height: 1.30075rem;
  747    min-width: 8.42105rem; }
  748  .stack-switcher > button {
  749    outline-offset: -0.19549rem; }
  750    .stack-switcher > button > label {
  751      padding-left: 0.6015rem;
  752      padding-right: 0.6015rem; }
  753    .stack-switcher > button > image {
  754      padding-left: 0.6015rem;
  755      padding-right: 0.6015rem;
  756      padding-top: 0.20301rem;
  757      padding-bottom: 0.20301rem; }
  758    .stack-switcher > button.text-button {
  759      padding-left: 1rem;
  760      padding-right: 1rem;
  761      border-radius: 2px;
  762      -gtk-outline-radius: 2px; }
  763    .stack-switcher > button.image-button {
  764      padding-left: 0.6015rem;
  765      padding-right: 0.6015rem; }
  766    .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 {
  767      animation: none;
  768      background-image: none; }
  769  .linked > button, .linked > button .image-button, .linked > button .text-button {
  770    min-width: 1rem;
  771    padding: 0.69925rem 0.3985rem 0.80451rem; }
  772    .linked > button label, .linked > button .image-button label, .linked > button .text-button label {
  773      padding-left: 0.30075rem;
  774      padding-right: 0.30075rem; }
  775    .linked > button image, .linked > button .image-button image, .linked > button .text-button image {
  776      padding-left: 0.30075rem;
  777      padding-right: 0.30075rem; }
  778  .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button {
  779    min-height: 1rem;
  780    min-width: 1.69925rem;
  781    padding: 0.75188rem 0.50376rem 0.75188rem; }
  782  .linked > button.image-button.radio, .linked.vertical > button.image-button.radio {
  783    min-width: 1rem;
  784    min-height: 1rem;
  785    padding: 0.6015rem; }
  786  .inline-toolbar button, .inline-toolbar button:not(.text-button).image-button,
  787  button actionbar,
  788  button actionbar:not(.text-button).image-button {
  789    box-shadow: none;
  790    background-color: transparent;
  791    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), alpha(currentColor, 0));
  792    min-width: 1rem;
  793    min-height: 1rem;
  794    padding: 0.75188rem;
  795    border-radius: 100px;
  796    -gtk-outline-radius: 100px;
  797    background-size: 2.44361rem 2.44361rem, auto; }
  798    .inline-toolbar button:hover, .inline-toolbar button:not(.text-button).image-button:hover,
  799    button actionbar:hover,
  800    button actionbar:not(.text-button).image-button:hover {
  801      box-shadow: none;
  802      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), alpha(currentColor, 0.1)); }
  803    .inline-toolbar button:active, .inline-toolbar button:not(.text-button).image-button:active,
  804    button actionbar:active,
  805    button actionbar:not(.text-button).image-button:active {
  806      box-shadow: none;
  807      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  808    .inline-toolbar button:disabled, .inline-toolbar button:not(.text-button).image-button:disabled,
  809    button actionbar:disabled,
  810    button actionbar:not(.text-button).image-button:disabled {
  811      box-shadow: none;
  812      background-color: transparent; }
  813    .inline-toolbar button:checked, .inline-toolbar button:not(.text-button).image-button:checked,
  814    button actionbar:checked,
  815    button actionbar:not(.text-button).image-button:checked {
  816      background-color: alpha(currentColor, 0.2);
  817      color: #ECEFF1; }
  818    .inline-toolbar button:checked:disabled > label, .inline-toolbar button:not(.text-button).image-button:checked:disabled > label,
  819    button actionbar:checked:disabled > label,
  820    button actionbar:not(.text-button).image-button:checked:disabled > label {
  821      color: inherit; }
  822  .inline-toolbar button.text-button,
  823  button actionbar.text-button {
  824    border-radius: 2px;
  825    -gtk-outline-radius: 2px; }
  826  .inline-toolbar .linked > button, .inline-toolbar .linked > button:not(.text-button).image-button, actionbar .linked > button, actionbar .linked > button:not(.text-button).image-button {
  827    min-width: 1rem;
  828    min-height: 1rem;
  829    padding: 0.50376rem;
  830    border-radius: 100px;
  831    -gtk-outline-radius: 100px; }
  832  .inline-toolbar .linked > button.image-button.toggle, actionbar .linked > button.image-button.toggle {
  833    min-width: 1rem;
  834    min-height: 1rem;
  835    padding: 0.6015rem 0.30075rem 0.6015rem;
  836    border-radius: 100px;
  837    -gtk-outline-radius: 100px; }
  838  .inline-toolbar .linked > button.text-button, actionbar .linked > button.text-button {
  839    border-radius: 2px;
  840    -gtk-outline-radius: 2px; }
  841  .primary-toolbar button {
  842    -gtk-icon-shadow: none; }
  843
  844.linked > button, .linked > button .image-button, .linked > button .text-button, toolbar .linked > button.text-button:not(.image-button), popover.background .linked > button {
  845  box-shadow: none;
  846  background-color: transparent;
  847  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), alpha(currentColor, 0));
  848  border-radius: 0;
  849  -gtk-outline-radius: 0;
  850  color: rgba(236, 239, 241, 0.75);
  851  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; }
  852  .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 {
  853    box-shadow: none;
  854    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), alpha(currentColor, 0.1));
  855    border-radius: 0;
  856    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; }
  857  .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, toolbar .linked > button.text-button:checked:not(.image-button), popover.background .linked > button:checked {
  858    color: #ECEFF1;
  859    background-color: transparent;
  860    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; }
  861    .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, toolbar .linked > button.text-button:checked:disabled:not(.image-button), popover.background .linked > button:checked:disabled {
  862      color: rgba(236, 239, 241, 0.3);
  863      background-color: transparent;
  864      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; }
  865      .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 {
  866        color: inherit; }
  867  .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 {
  868    color: rgba(236, 239, 241, 0.3);
  869    background-color: transparent;
  870    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; }
  871
  872.linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button {
  873  box-shadow: none;
  874  background-color: transparent;
  875  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), alpha(currentColor, 0));
  876  border-image: none;
  877  border-width: 0;
  878  -gtk-outline-radius: 0;
  879  color: rgba(236, 239, 241, 0.75); }
  880  .linked.vertical > button:dir(ltr), .linked.vertical > button .image-button:dir(ltr), .linked.vertical > button .text-button:dir(ltr) {
  881    box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
  882  .linked.vertical > button:dir(rtl), .linked.vertical > button .image-button:dir(rtl), .linked.vertical > button .text-button:dir(rtl) {
  883    box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
  884  .linked.vertical > button:hover, .linked.vertical > button .image-button:hover, .linked.vertical > button .text-button:hover {
  885    box-shadow: none;
  886    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), alpha(currentColor, 0.1)); }
  887    .linked.vertical > button:hover:dir(ltr), .linked.vertical > button .image-button:hover:dir(ltr), .linked.vertical > button .text-button:hover:dir(ltr) {
  888      box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
  889    .linked.vertical > button:hover:dir(rtl), .linked.vertical > button .image-button:hover:dir(rtl), .linked.vertical > button .text-button:hover:dir(rtl) {
  890      box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
  891  .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 {
  892    color: #ECEFF1;
  893    background-color: transparent; }
  894    .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) {
  895      box-shadow: inset 2px 0 #C5A68E; }
  896    .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) {
  897      box-shadow: inset -2px 0 #C5A68E; }
  898    .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 {
  899      color: rgba(236, 239, 241, 0.3);
  900      background-color: alpha(currentColor, 0.2); }
  901      .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) {
  902        box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
  903      .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) {
  904        box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
  905      .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 {
  906        color: inherit; }
  907  .linked.vertical > button:disabled, .linked.vertical > button .image-button:disabled, .linked.vertical > button .text-button:disabled {
  908    color: rgba(236, 239, 241, 0.3);
  909    background-color: alpha(currentColor, 0.2); }
  910    .linked.vertical > button:disabled:dir(ltr), .linked.vertical > button .image-button:disabled:dir(ltr), .linked.vertical > button .text-button:disabled:dir(ltr) {
  911      box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
  912    .linked.vertical > button:disabled:dir(rtl), .linked.vertical > button .image-button:disabled:dir(rtl), .linked.vertical > button .text-button:disabled:dir(rtl) {
  913      box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
  914
  915button.osd.image-button, button.image-button {
  916  padding: 0.75188rem;
  917  border-radius: 100px;
  918  -gtk-outline-radius: 100px;
  919  background-size: 3.7594rem 3.7594rem, auto; }
  920
  921.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, stacksidebar row.needs-attention > label,
  922stacksidebar row.activatable.needs-attention > label,
  923stacksidebar .needs-attention.view > label,
  924stacksidebar iconview.needs-attention > label,
  925stacksidebar .view text.needs-attention > label,
  926.view stacksidebar text.needs-attention > label,
  927stacksidebar iconview text.needs-attention > label,
  928iconview stacksidebar text.needs-attention > label,
  929stacksidebar textview text.needs-attention > label,
  930textview stacksidebar text.needs-attention > label,
  931stacksidebar treeview.view header button.needs-attention > label,
  932treeview.view header stacksidebar button.needs-attention > label,
  933stacksidebar .tweak-category header button.needs-attention > label,
  934.tweak-category header stacksidebar button.needs-attention > label {
  935  transition: none;
  936  animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  937  background-repeat: no-repeat;
  938  background-position: right 0.22556rem;
  939  background-size: 0.3985rem 0.3985rem; }
  940  .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl),
  941  stacksidebar .needs-attention.view > label:dir(rtl),
  942  stacksidebar iconview.needs-attention > label:dir(rtl),
  943  stacksidebar .view text.needs-attention > label:dir(rtl),
  944  .view stacksidebar text.needs-attention > label:dir(rtl),
  945  stacksidebar iconview text.needs-attention > label:dir(rtl),
  946  iconview stacksidebar text.needs-attention > label:dir(rtl),
  947  stacksidebar textview text.needs-attention > label:dir(rtl),
  948  textview stacksidebar text.needs-attention > label:dir(rtl),
  949  stacksidebar treeview.view header button.needs-attention > label:dir(rtl),
  950  treeview.view header stacksidebar button.needs-attention > label:dir(rtl),
  951  stacksidebar .tweak-category header button.needs-attention > label:dir(rtl),
  952  .tweak-category header stacksidebar button.needs-attention > label:dir(rtl) {
  953    background-position: left 0.22556rem; }
  954
  955.linked > button:not(.flat):not(:only-child), .linked > button, .linked > button .image-button, .linked > button .text-button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
  956  border-radius: 0; }
  957
  958  combobox.linked button:nth-child(2):dir(rtl), .linked > combobox:first-child > button.combo {
  959    border-top-left-radius: 2px;
  960    border-bottom-left-radius: 2px; }
  961  combobox.linked button:nth-child(2):dir(ltr), .linked > combobox:last-child > button.combo {
  962    border-top-right-radius: 2px;
  963    border-bottom-right-radius: 2px; }
  964  .linked > combobox:only-child > button.combo {
  965    border-radius: 2px; }
  966
  967.linked.vertical > button:not(:only-child), .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical > combobox > button.combo {
  968  border-radius: 0; }
  969
  970  .linked.vertical > combobox:first-child > button.combo {
  971    border-top-left-radius: 2px;
  972    border-top-right-radius: 2px; }
  973  .linked.vertical > combobox:last-child > button.combo {
  974    border-bottom-left-radius: 2px;
  975    border-bottom-right-radius: 2px; }
  976  .linked.vertical > combobox:only-child > button.combo {
  977    border-radius: 2px; }
  978
  979modelbutton.flat,
  980menuitem button.flat,
  981menuitem button.osd.image-button,
  982menuitem .osd toolbar button,
  983.osd toolbar menuitem button,
  984menuitem toolbar.osd button,
  985toolbar.osd menuitem button,
  986menuitem .app-notification button,
  987.app-notification menuitem button,
  988menuitem .app-notification.frame button,
  989.app-notification.frame menuitem button,
  990menuitem GeditViewFrame .gedit-search-slider button,
  991GeditViewFrame .gedit-search-slider menuitem button,
  992menuitem toolbar button,
  993toolbar menuitem button,
  994menuitem .titlebar button:not(.suggested-action):not(.destructive-action),
  995.titlebar menuitem button:not(.suggested-action):not(.destructive-action),
  996menuitem headerbar button:not(.suggested-action):not(.destructive-action),
  997headerbar menuitem button:not(.suggested-action):not(.destructive-action),
  998menuitem .menu > arrow,
  999menuitem .context-menu > arrow,
 1000menuitem menu > arrow,
 1001menuitem placessidebar row button.image-button,
 1002placessidebar row menuitem button.image-button,
 1003menuitem .ssd decoration button,
 1004.ssd decoration menuitem button,
 1005menuitem .csd headerbar button.titlebutton,
 1006.csd headerbar menuitem button.titlebutton,
 1007menuitem .csd headerbar.selection-mode button.titlebutton,
 1008.csd headerbar.selection-mode menuitem button.titlebutton,
 1009menuitem .csd .titlebar button.titlebutton,
 1010.csd .titlebar menuitem button.titlebutton,
 1011menuitem .csd .titlebar.selection-mode button.titlebutton,
 1012.csd .titlebar.selection-mode menuitem button.titlebutton,
 1013menuitem #gf-candidate-popup button,
 1014#gf-candidate-popup menuitem button,
 1015menuitem #gf-candidate-popup button:first-child,
 1016#gf-candidate-popup menuitem button:first-child,
 1017menuitem #gf-candidate-popup button:last-child,
 1018#gf-candidate-popup menuitem button:last-child,
 1019menuitem #gf-candidate-popup .linked > button,
 1020#gf-candidate-popup menuitem .linked > button,
 1021menuitem #gf-candidate-popup .linked > button:first-child,
 1022#gf-candidate-popup menuitem .linked > button:first-child,
 1023menuitem #gf-candidate-popup .linked > button:last-child,
 1024#gf-candidate-popup menuitem .linked > button:last-child,
 1025menuitem window > grid.vertical > box.vertical > widget button,
 1026window > grid.vertical > box.vertical > widget menuitem button,
 1027menuitem layouttabbar button,
 1028layouttabbar menuitem button,
 1029menuitem layouttab button,
 1030layouttab menuitem button {
 1031  box-shadow: none;
 1032  background-color: transparent;
 1033  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), alpha(currentColor, 0));
 1034  min-height: 2rem;
 1035  margin-left: 0.75188rem;
 1036  margin-right: 0.75188rem;
 1037  outline-offset: -0.07519rem;
 1038  background-size: 9.96241rem 9.96241rem, auto;
 1039  transition: none; }
 1040  modelbutton.flat:hover,
 1041  menuitem button.flat:hover,
 1042  menuitem button.osd.image-button:hover,
 1043  menuitem .osd toolbar button:hover,
 1044  .osd toolbar menuitem button:hover,
 1045  menuitem toolbar.osd button:hover,
 1046  toolbar.osd menuitem button:hover,
 1047  menuitem .app-notification button:hover,
 1048  .app-notification menuitem button:hover,
 1049  menuitem GeditViewFrame .gedit-search-slider button:hover,
 1050  GeditViewFrame .gedit-search-slider menuitem button:hover,
 1051  menuitem toolbar button:hover,
 1052  toolbar menuitem button:hover,
 1053  menuitem .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 1054  .titlebar menuitem button:hover:not(.suggested-action):not(.destructive-action),
 1055  menuitem headerbar button:hover:not(.suggested-action):not(.destructive-action),
 1056  headerbar menuitem button:hover:not(.suggested-action):not(.destructive-action),
 1057  menuitem .menu > arrow:hover,
 1058  menuitem .context-menu > arrow:hover,
 1059  menuitem menu > arrow:hover,
 1060  menuitem placessidebar row button.image-button:hover,
 1061  placessidebar row menuitem button.image-button:hover,
 1062  menuitem .ssd decoration button:hover,
 1063  .ssd decoration menuitem button:hover,
 1064  menuitem .csd headerbar button.titlebutton:hover,
 1065  .csd headerbar menuitem button.titlebutton:hover,
 1066  menuitem .csd .titlebar button.titlebutton:hover,
 1067  .csd .titlebar menuitem button.titlebutton:hover,
 1068  menuitem #gf-candidate-popup button:hover,
 1069  #gf-candidate-popup menuitem button:hover,
 1070  menuitem #gf-candidate-popup .linked > button:hover:first-child,
 1071  #gf-candidate-popup menuitem .linked > button:hover:first-child,
 1072  menuitem #gf-candidate-popup .linked > button:hover:last-child,
 1073  #gf-candidate-popup menuitem .linked > button:hover:last-child,
 1074  menuitem window > grid.vertical > box.vertical > widget button:hover,
 1075  window > grid.vertical > box.vertical > widget menuitem button:hover,
 1076  menuitem layouttabbar button:hover,
 1077  layouttabbar menuitem button:hover,
 1078  menuitem layouttab button:hover,
 1079  layouttab menuitem button:hover {
 1080    box-shadow: none;
 1081    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), alpha(currentColor, 0.1)); }
 1082  modelbutton.flat:active,
 1083  menuitem button.flat:active,
 1084  menuitem button.osd.image-button:active,
 1085  menuitem .osd toolbar button:active,
 1086  .osd toolbar menuitem button:active,
 1087  menuitem toolbar.osd button:active,
 1088  toolbar.osd menuitem button:active,
 1089  menuitem .app-notification button:active,
 1090  .app-notification menuitem button:active,
 1091  menuitem GeditViewFrame .gedit-search-slider button:active,
 1092  GeditViewFrame .gedit-search-slider menuitem button:active,
 1093  menuitem toolbar button:active,
 1094  toolbar menuitem button:active,
 1095  menuitem .titlebar button:active:not(.suggested-action):not(.destructive-action),
 1096  .titlebar menuitem button:active:not(.suggested-action):not(.destructive-action),
 1097  menuitem headerbar button:active:not(.suggested-action):not(.destructive-action),
 1098  headerbar menuitem button:active:not(.suggested-action):not(.destructive-action),
 1099  menuitem .menu > arrow:active,
 1100  menuitem .context-menu > arrow:active,
 1101  menuitem menu > arrow:active,
 1102  menuitem placessidebar row button.image-button:active,
 1103  placessidebar row menuitem button.image-button:active,
 1104  menuitem .ssd decoration button:active,
 1105  .ssd decoration menuitem button:active,
 1106  menuitem .csd headerbar button.titlebutton:active,
 1107  .csd headerbar menuitem button.titlebutton:active,
 1108  menuitem .csd .titlebar button.titlebutton:active,
 1109  .csd .titlebar menuitem button.titlebutton:active,
 1110  menuitem #gf-candidate-popup button:active,
 1111  #gf-candidate-popup menuitem button:active,
 1112  menuitem #gf-candidate-popup .linked > button:active:first-child,
 1113  #gf-candidate-popup menuitem .linked > button:active:first-child,
 1114  menuitem #gf-candidate-popup .linked > button:active:last-child,
 1115  #gf-candidate-popup menuitem .linked > button:active:last-child,
 1116  menuitem window > grid.vertical > box.vertical > widget button:active,
 1117  window > grid.vertical > box.vertical > widget menuitem button:active,
 1118  menuitem layouttabbar button:active,
 1119  layouttabbar menuitem button:active,
 1120  menuitem layouttab button:active,
 1121  layouttab menuitem button:active {
 1122    box-shadow: none;
 1123    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1124  modelbutton.flat:disabled,
 1125  menuitem button.flat:disabled,
 1126  menuitem button.osd.image-button:disabled,
 1127  menuitem .osd toolbar button:disabled,
 1128  .osd toolbar menuitem button:disabled,
 1129  menuitem toolbar.osd button:disabled,
 1130  toolbar.osd menuitem button:disabled,
 1131  menuitem .app-notification button:disabled,
 1132  .app-notification menuitem button:disabled,
 1133  menuitem GeditViewFrame .gedit-search-slider button:disabled,
 1134  GeditViewFrame .gedit-search-slider menuitem button:disabled,
 1135  menuitem toolbar button:disabled,
 1136  toolbar menuitem button:disabled,
 1137  menuitem .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 1138  .titlebar menuitem button:disabled:not(.suggested-action):not(.destructive-action),
 1139  menuitem headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 1140  headerbar menuitem button:disabled:not(.suggested-action):not(.destructive-action),
 1141  menuitem .menu > arrow:disabled,
 1142  menuitem .context-menu > arrow:disabled,
 1143  menuitem menu > arrow:disabled,
 1144  menuitem placessidebar row button.image-button:disabled,
 1145  placessidebar row menuitem button.image-button:disabled,
 1146  menuitem .ssd decoration button:disabled,
 1147  .ssd decoration menuitem button:disabled,
 1148  menuitem .csd headerbar button.titlebutton:disabled,
 1149  .csd headerbar menuitem button.titlebutton:disabled,
 1150  menuitem .csd .titlebar button.titlebutton:disabled,
 1151  .csd .titlebar menuitem button.titlebutton:disabled,
 1152  menuitem #gf-candidate-popup button:disabled,
 1153  #gf-candidate-popup menuitem button:disabled,
 1154  menuitem #gf-candidate-popup .linked > button:disabled:first-child,
 1155  #gf-candidate-popup menuitem .linked > button:disabled:first-child,
 1156  menuitem #gf-candidate-popup .linked > button:disabled:last-child,
 1157  #gf-candidate-popup menuitem .linked > button:disabled:last-child,
 1158  menuitem window > grid.vertical > box.vertical > widget button:disabled,
 1159  window > grid.vertical > box.vertical > widget menuitem button:disabled,
 1160  menuitem layouttabbar button:disabled,
 1161  layouttabbar menuitem button:disabled,
 1162  menuitem layouttab button:disabled,
 1163  layouttab menuitem button:disabled {
 1164    box-shadow: none;
 1165    background-color: transparent; }
 1166  modelbutton.flat:checked,
 1167  menuitem button.flat:checked,
 1168  menuitem button.osd.image-button:checked,
 1169  menuitem .osd toolbar button:checked,
 1170  .osd toolbar menuitem button:checked,
 1171  menuitem toolbar.osd button:checked,
 1172  toolbar.osd menuitem button:checked,
 1173  menuitem .app-notification button:checked,
 1174  .app-notification menuitem button:checked,
 1175  menuitem GeditViewFrame .gedit-search-slider button:checked,
 1176  GeditViewFrame .gedit-search-slider menuitem button:checked,
 1177  menuitem toolbar button:checked,
 1178  toolbar menuitem button:checked,
 1179  menuitem .titlebar button:checked:not(.suggested-action):not(.destructive-action),
 1180  .titlebar menuitem button:checked:not(.suggested-action):not(.destructive-action),
 1181  menuitem headerbar button:checked:not(.suggested-action):not(.destructive-action),
 1182  headerbar menuitem button:checked:not(.suggested-action):not(.destructive-action),
 1183  menuitem .menu > arrow:checked,
 1184  menuitem .context-menu > arrow:checked,
 1185  menuitem menu > arrow:checked,
 1186  menuitem placessidebar row button.image-button:checked,
 1187  placessidebar row menuitem button.image-button:checked,
 1188  menuitem .ssd decoration button:checked,
 1189  .ssd decoration menuitem button:checked,
 1190  menuitem .csd headerbar button.titlebutton:checked,
 1191  .csd headerbar menuitem button.titlebutton:checked,
 1192  menuitem .csd .titlebar button.titlebutton:checked,
 1193  .csd .titlebar menuitem button.titlebutton:checked,
 1194  menuitem #gf-candidate-popup button:checked,
 1195  #gf-candidate-popup menuitem button:checked,
 1196  menuitem #gf-candidate-popup .linked > button:checked:first-child,
 1197  #gf-candidate-popup menuitem .linked > button:checked:first-child,
 1198  menuitem #gf-candidate-popup .linked > button:checked:last-child,
 1199  #gf-candidate-popup menuitem .linked > button:checked:last-child,
 1200  menuitem window > grid.vertical > box.vertical > widget button:checked,
 1201  window > grid.vertical > box.vertical > widget menuitem button:checked,
 1202  menuitem layouttabbar button:checked,
 1203  layouttabbar menuitem button:checked,
 1204  menuitem layouttab button:checked,
 1205  layouttab menuitem button:checked {
 1206    background-color: alpha(currentColor, 0.2);
 1207    color: #ECEFF1; }
 1208  modelbutton.flat:checked:disabled > label,
 1209  menuitem button.flat:checked:disabled > label,
 1210  menuitem button.osd.image-button:checked:disabled > label,
 1211  menuitem .osd toolbar button:checked:disabled > label,
 1212  .osd toolbar menuitem button:checked:disabled > label,
 1213  menuitem toolbar.osd button:checked:disabled > label,
 1214  toolbar.osd menuitem button:checked:disabled > label,
 1215  menuitem .app-notification button:checked:disabled > label,
 1216  .app-notification menuitem button:checked:disabled > label,
 1217  menuitem GeditViewFrame .gedit-search-slider button:checked:disabled > label,
 1218  GeditViewFrame .gedit-search-slider menuitem button:checked:disabled > label,
 1219  menuitem toolbar button:checked:disabled > label,
 1220  toolbar menuitem button:checked:disabled > label,
 1221  menuitem .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
 1222  .titlebar menuitem button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
 1223  menuitem headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
 1224  headerbar menuitem button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
 1225  menuitem .menu > arrow:checked:disabled > label,
 1226  menuitem .context-menu > arrow:checked:disabled > label,
 1227  menuitem menu > arrow:checked:disabled > label,
 1228  menuitem placessidebar row button.image-button:checked:disabled > label,
 1229  placessidebar row menuitem button.image-button:checked:disabled > label,
 1230  menuitem .ssd decoration button:checked:disabled > label,
 1231  .ssd decoration menuitem button:checked:disabled > label,
 1232  menuitem .csd headerbar button.titlebutton:checked:disabled > label,
 1233  .csd headerbar menuitem button.titlebutton:checked:disabled > label,
 1234  menuitem .csd .titlebar button.titlebutton:checked:disabled > label,
 1235  .csd .titlebar menuitem button.titlebutton:checked:disabled > label,
 1236  menuitem #gf-candidate-popup button:checked:disabled > label,
 1237  #gf-candidate-popup menuitem button:checked:disabled > label,
 1238  menuitem #gf-candidate-popup .linked > button:checked:disabled > label,
 1239  #gf-candidate-popup menuitem .linked > button:checked:disabled > label,
 1240  menuitem window > grid.vertical > box.vertical > widget button:checked:disabled > label,
 1241  window > grid.vertical > box.vertical > widget menuitem button:checked:disabled > label,
 1242  menuitem layouttabbar button:checked:disabled > label,
 1243  layouttabbar menuitem button:checked:disabled > label,
 1244  menuitem layouttab button:checked:disabled > label,
 1245  layouttab menuitem button:checked:disabled > label {
 1246    color: inherit; }
 1247  modelbutton.flat check:first-child,
 1248  modelbutton.flat radio:first-child,
 1249  menuitem button.flat check:first-child,
 1250  menuitem button.osd.image-button check:first-child,
 1251  menuitem .osd toolbar button check:first-child,
 1252  .osd toolbar menuitem button check:first-child,
 1253  menuitem toolbar.osd button check:first-child,
 1254  toolbar.osd menuitem button check:first-child,
 1255  menuitem .app-notification button check:first-child,
 1256  .app-notification menuitem button check:first-child,
 1257  menuitem GeditViewFrame .gedit-search-slider button check:first-child,
 1258  GeditViewFrame .gedit-search-slider menuitem button check:first-child,
 1259  menuitem toolbar button check:first-child,
 1260  toolbar menuitem button check:first-child,
 1261  menuitem .titlebar button:not(.suggested-action):not(.destructive-action) check:first-child,
 1262  .titlebar menuitem button:not(.suggested-action):not(.destructive-action) check:first-child,
 1263  menuitem headerbar button:not(.suggested-action):not(.destructive-action) check:first-child,
 1264  headerbar menuitem button:not(.suggested-action):not(.destructive-action) check:first-child,
 1265  menuitem .menu > arrow check:first-child,
 1266  menuitem .context-menu > arrow check:first-child,
 1267  menuitem menu > arrow check:first-child,
 1268  menuitem placessidebar row button.image-button check:first-child,
 1269  placessidebar row menuitem button.image-button check:first-child,
 1270  menuitem .ssd decoration button check:first-child,
 1271  .ssd decoration menuitem button check:first-child,
 1272  menuitem .csd headerbar button.titlebutton check:first-child,
 1273  .csd headerbar menuitem button.titlebutton check:first-child,
 1274  menuitem .csd .titlebar button.titlebutton check:first-child,
 1275  .csd .titlebar menuitem button.titlebutton check:first-child,
 1276  menuitem #gf-candidate-popup button check:first-child,
 1277  #gf-candidate-popup menuitem button check:first-child,
 1278  menuitem #gf-candidate-popup .linked > button:first-child check:first-child,
 1279  #gf-candidate-popup menuitem .linked > button:first-child check:first-child,
 1280  menuitem #gf-candidate-popup .linked > button:last-child check:first-child,
 1281  #gf-candidate-popup menuitem .linked > button:last-child check:first-child,
 1282  menuitem window > grid.vertical > box.vertical > widget button check:first-child,
 1283  window > grid.vertical > box.vertical > widget menuitem button check:first-child,
 1284  menuitem layouttabbar button check:first-child,
 1285  layouttabbar menuitem button check:first-child,
 1286  menuitem layouttab button check:first-child,
 1287  layouttab menuitem button check:first-child,
 1288  menuitem button.flat radio:first-child,
 1289  menuitem button.osd.image-button radio:first-child,
 1290  menuitem .osd toolbar button radio:first-child,
 1291  .osd toolbar menuitem button radio:first-child,
 1292  menuitem toolbar.osd button radio:first-child,
 1293  toolbar.osd menuitem button radio:first-child,
 1294  menuitem .app-notification button radio:first-child,
 1295  .app-notification menuitem button radio:first-child,
 1296  menuitem GeditViewFrame .gedit-search-slider button radio:first-child,
 1297  GeditViewFrame .gedit-search-slider menuitem button radio:first-child,
 1298  menuitem toolbar button radio:first-child,
 1299  toolbar menuitem button radio:first-child,
 1300  menuitem .titlebar button:not(.suggested-action):not(.destructive-action) radio:first-child,
 1301  .titlebar menuitem button:not(.suggested-action):not(.destructive-action) radio:first-child,
 1302  menuitem headerbar button:not(.suggested-action):not(.destructive-action) radio:first-child,
 1303  headerbar menuitem button:not(.suggested-action):not(.destructive-action) radio:first-child,
 1304  menuitem .menu > arrow radio:first-child,
 1305  menuitem .context-menu > arrow radio:first-child,
 1306  menuitem menu > arrow radio:first-child,
 1307  menuitem placessidebar row button.image-button radio:first-child,
 1308  placessidebar row menuitem button.image-button radio:first-child,
 1309  menuitem .ssd decoration button radio:first-child,
 1310  .ssd decoration menuitem button radio:first-child,
 1311  menuitem .csd headerbar button.titlebutton radio:first-child,
 1312  .csd headerbar menuitem button.titlebutton radio:first-child,
 1313  menuitem .csd .titlebar button.titlebutton radio:first-child,
 1314  .csd .titlebar menuitem button.titlebutton radio:first-child,
 1315  menuitem #gf-candidate-popup button radio:first-child,
 1316  #gf-candidate-popup menuitem button radio:first-child,
 1317  menuitem #gf-candidate-popup .linked > button:first-child radio:first-child,
 1318  #gf-candidate-popup menuitem .linked > button:first-child radio:first-child,
 1319  menuitem #gf-candidate-popup .linked > button:last-child radio:first-child,
 1320  #gf-candidate-popup menuitem .linked > button:last-child radio:first-child,
 1321  menuitem window > grid.vertical > box.vertical > widget button radio:first-child,
 1322  window > grid.vertical > box.vertical > widget menuitem button radio:first-child,
 1323  menuitem layouttabbar button radio:first-child,
 1324  layouttabbar menuitem button radio:first-child,
 1325  menuitem layouttab button radio:first-child,
 1326  layouttab menuitem button radio:first-child {
 1327    margin-right: 1rem; }
 1328  modelbutton.flat check:last-child,
 1329  modelbutton.flat radio:last-child,
 1330  menuitem button.flat check:last-child,
 1331  menuitem button.osd.image-button check:last-child,
 1332  menuitem .osd toolbar button check:last-child,
 1333  .osd toolbar menuitem button check:last-child,
 1334  menuitem toolbar.osd button check:last-child,
 1335  toolbar.osd menuitem button check:last-child,
 1336  menuitem .app-notification button check:last-child,
 1337  .app-notification menuitem button check:last-child,
 1338  menuitem GeditViewFrame .gedit-search-slider button check:last-child,
 1339  GeditViewFrame .gedit-search-slider menuitem button check:last-child,
 1340  menuitem toolbar button check:last-child,
 1341  toolbar menuitem button check:last-child,
 1342  menuitem .titlebar button:not(.suggested-action):not(.destructive-action) check:last-child,
 1343  .titlebar menuitem button:not(.suggested-action):not(.destructive-action) check:last-child,
 1344  menuitem headerbar button:not(.suggested-action):not(.destructive-action) check:last-child,
 1345  headerbar menuitem button:not(.suggested-action):not(.destructive-action) check:last-child,
 1346  menuitem .menu > arrow check:last-child,
 1347  menuitem .context-menu > arrow check:last-child,
 1348  menuitem menu > arrow check:last-child,
 1349  menuitem placessidebar row button.image-button check:last-child,
 1350  placessidebar row menuitem button.image-button check:last-child,
 1351  menuitem .ssd decoration button check:last-child,
 1352  .ssd decoration menuitem button check:last-child,
 1353  menuitem .csd headerbar button.titlebutton check:last-child,
 1354  .csd headerbar menuitem button.titlebutton check:last-child,
 1355  menuitem .csd .titlebar button.titlebutton check:last-child,
 1356  .csd .titlebar menuitem button.titlebutton check:last-child,
 1357  menuitem #gf-candidate-popup button check:last-child,
 1358  #gf-candidate-popup menuitem button check:last-child,
 1359  menuitem #gf-candidate-popup .linked > button:first-child check:last-child,
 1360  #gf-candidate-popup menuitem .linked > button:first-child check:last-child,
 1361  menuitem #gf-candidate-popup .linked > button:last-child check:last-child,
 1362  #gf-candidate-popup menuitem .linked > button:last-child check:last-child,
 1363  menuitem window > grid.vertical > box.vertical > widget button check:last-child,
 1364  window > grid.vertical > box.vertical > widget menuitem button check:last-child,
 1365  menuitem layouttabbar button check:last-child,
 1366  layouttabbar menuitem button check:last-child,
 1367  menuitem layouttab button check:last-child,
 1368  layouttab menuitem button check:last-child,
 1369  menuitem button.flat radio:last-child,
 1370  menuitem button.osd.image-button radio:last-child,
 1371  menuitem .osd toolbar button radio:last-child,
 1372  .osd toolbar menuitem button radio:last-child,
 1373  menuitem toolbar.osd button radio:last-child,
 1374  toolbar.osd menuitem button radio:last-child,
 1375  menuitem .app-notification button radio:last-child,
 1376  .app-notification menuitem button radio:last-child,
 1377  menuitem GeditViewFrame .gedit-search-slider button radio:last-child,
 1378  GeditViewFrame .gedit-search-slider menuitem button radio:last-child,
 1379  menuitem toolbar button radio:last-child,
 1380  toolbar menuitem button radio:last-child,
 1381  menuitem .titlebar button:not(.suggested-action):not(.destructive-action) radio:last-child,
 1382  .titlebar menuitem button:not(.suggested-action):not(.destructive-action) radio:last-child,
 1383  menuitem headerbar button:not(.suggested-action):not(.destructive-action) radio:last-child,
 1384  headerbar menuitem button:not(.suggested-action):not(.destructive-action) radio:last-child,
 1385  menuitem .menu > arrow radio:last-child,
 1386  menuitem .context-menu > arrow radio:last-child,
 1387  menuitem menu > arrow radio:last-child,
 1388  menuitem placessidebar row button.image-button radio:last-child,
 1389  placessidebar row menuitem button.image-button radio:last-child,
 1390  menuitem .ssd decoration button radio:last-child,
 1391  .ssd decoration menuitem button radio:last-child,
 1392  menuitem .csd headerbar button.titlebutton radio:last-child,
 1393  .csd headerbar menuitem button.titlebutton radio:last-child,
 1394  menuitem .csd .titlebar button.titlebutton radio:last-child,
 1395  .csd .titlebar menuitem button.titlebutton radio:last-child,
 1396  menuitem #gf-candidate-popup button radio:last-child,
 1397  #gf-candidate-popup menuitem button radio:last-child,
 1398  menuitem #gf-candidate-popup .linked > button:first-child radio:last-child,
 1399  #gf-candidate-popup menuitem .linked > button:first-child radio:last-child,
 1400  menuitem #gf-candidate-popup .linked > button:last-child radio:last-child,
 1401  #gf-candidate-popup menuitem .linked > button:last-child radio:last-child,
 1402  menuitem window > grid.vertical > box.vertical > widget button radio:last-child,
 1403  window > grid.vertical > box.vertical > widget menuitem button radio:last-child,
 1404  menuitem layouttabbar button radio:last-child,
 1405  layouttabbar menuitem button radio:last-child,
 1406  menuitem layouttab button radio:last-child,
 1407  layouttab menuitem button radio:last-child {
 1408    margin-left: 1rem; }
 1409
 1410modelbutton.flat arrow {
 1411  background: none; }
 1412  modelbutton.flat arrow:hover {
 1413    background: none; }
 1414  modelbutton.flat arrow.left {
 1415    -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
 1416  modelbutton.flat arrow.right {
 1417    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
 1418
 1419button.color {
 1420  min-width: 2.50376rem;
 1421  min-height: 1.50376rem;
 1422  padding: 0.50376rem 0.6015rem 0.50376rem; }
 1423  button.color > colorswatch:first-child:last-child {
 1424    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 1425    button.color > colorswatch:first-child:last-child, button.color > colorswatch:first-child:last-child overlay {
 1426      border-radius: 2px;
 1427      -gtk-outline-radius: 2px; }
 1428  button.color:disabled,
 1429  button.color GtkColorSwatch:disabled {
 1430    box-shadow: none;
 1431    opacity: 0.4; }
 1432
 1433toolpalette toolitemgroup > button {
 1434  border-top: 1px solid rgba(0, 0, 0, 0.11);
 1435  border-radius: 0; }
 1436toolpalette toolbutton > button.toggle {
 1437  border-radius: 2px;
 1438  -gtk-outline-radius: 2px; }
 1439
 1440/*********
 1441 * Links *
 1442 *********/
 1443*:link, button:link,
 1444button:visited {
 1445  color: #03A9F4; }
 1446  *:link:hover, button:hover:link,
 1447  button:hover:visited, *:link:active, button:active:link,
 1448  button:active:visited {
 1449    color: #03A9F4; }
 1450  *:link:visited,
 1451  button:visited {
 1452    color: #9C27B0; }
 1453    *:link:visited:hover,
 1454    button:visited:hover, *:link:visited:active,
 1455    button:visited:active {
 1456      color: #9C27B0; }
 1457    *:selected *:link:visited, *:selected button:visited:link,
 1458    *:selected button:visited {
 1459      color: #99e4ee; }
 1460  *:link:selected, button:selected:link,
 1461  button:selected:visited, .titlebar.selection-mode .subtitle:link,
 1462  headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link,
 1463  *:selected button:visited {
 1464    color: #ccf2f6; }
 1465  *:link:disabled, button:disabled:link,
 1466  button:disabled:visited {
 1467    opacity: 0.4; }
 1468
 1469button:link > label,
 1470button:visited > label {
 1471  text-decoration-line: underline; }
 1472
 1473/*****************
 1474 * GtkSpinButton *
 1475 *****************/
 1476@keyframes spin_hover {
 1477  from {
 1478    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); }
 1479  to {
 1480    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
 1481@keyframes spin_active {
 1482  from {
 1483    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.2)), to(transparent)); }
 1484  to {
 1485    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } }
 1486spinbutton:not(.vertical) {
 1487  padding: 0; }
 1488  spinbutton:not(.vertical):disabled {
 1489    color: rgba(236, 239, 241, 0.3); }
 1490  spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
 1491    margin: 0;
 1492    background: none;
 1493    border: none;
 1494    box-shadow: none; }
 1495  spinbutton:not(.vertical) button {
 1496    box-shadow: none;
 1497    background-color: transparent;
 1498    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), alpha(currentColor, 0));
 1499    min-width: 1rem;
 1500    min-height: 1rem;
 1501    padding: 0 0.54887rem 0;
 1502    border: solid 0.20301rem transparent;
 1503    border-radius: 100px;
 1504    -gtk-outline-radius: 100px;
 1505    background: none;
 1506    background-size: contain;
 1507    color: rgba(236, 239, 241, 0.75);
 1508    box-shadow: none;
 1509    transition-property: opacity, color, background-color, background-image, box-shadow; }
 1510    spinbutton:not(.vertical) button:not(:last-child):hover {
 1511      box-shadow: none;
 1512      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), alpha(currentColor, 0.1));
 1513      background: none;
 1514      color: #F44336;
 1515      animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1516    spinbutton:not(.vertical) button:not(:last-child):active {
 1517      box-shadow: none;
 1518      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1519      background: none;
 1520      color: #F44336;
 1521      animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1522      transition-duration: 0.15s; }
 1523    spinbutton:not(.vertical) button:not(:last-child):disabled {
 1524      box-shadow: none;
 1525      background-color: transparent;
 1526      background: none;
 1527      color: rgba(236, 239, 241, 0.3); }
 1528    spinbutton:not(.vertical) button:last-child:hover {
 1529      box-shadow: none;
 1530      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), alpha(currentColor, 0.1));
 1531      background: none;
 1532      color: #00E676;
 1533      animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1534    spinbutton:not(.vertical) button:last-child:active {
 1535      box-shadow: none;
 1536      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1537      background: none;
 1538      color: #00E676;
 1539      animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1540      transition-duration: 0.15s; }
 1541    spinbutton:not(.vertical) button:last-child:disabled {
 1542      box-shadow: none;
 1543      background-color: transparent;
 1544      background: none;
 1545      color: rgba(236, 239, 241, 0.3); }
 1546.osd spinbutton,
 1547.osd spinbutton button,
 1548.osd spinbutton entry,
 1549.osd spinbutton spinbutton:not(.vertical), .osd spinbutton.vertical,
 1550.osd spinbutton.vertical button,
 1551.osd spinbutton.vertical entry,
 1552.osd spinbutton.vertical spinbutton:not(.vertical) {
 1553  color: rgba(236, 239, 241, 0.75); }
 1554  .osd spinbutton:focus,
 1555  .osd spinbutton button:focus,
 1556  .osd spinbutton entry:focus,
 1557  .osd spinbutton spinbutton:focus:not(.vertical), .osd spinbutton.vertical:focus,
 1558  .osd spinbutton.vertical button:focus,
 1559  .osd spinbutton.vertical entry:focus,
 1560  .osd spinbutton.vertical spinbutton:focus:not(.vertical) {
 1561    color: #ECEFF1; }
 1562  .osd spinbutton:disabled,
 1563  .osd spinbutton button:disabled,
 1564  .osd spinbutton entry:disabled,
 1565  .osd spinbutton spinbutton:disabled:not(.vertical), .osd spinbutton.vertical:disabled,
 1566  .osd spinbutton.vertical button:disabled,
 1567  .osd spinbutton.vertical entry:disabled,
 1568  .osd spinbutton.vertical spinbutton:disabled:not(.vertical) {
 1569    color: rgba(236, 239, 241, 0.225); }
 1570spinbutton.vertical entry, spinbutton.vertical spinbutton:not(.vertical) {
 1571  min-width: 2.50376rem;
 1572  min-height: 2.50376rem;
 1573  padding: 0;
 1574  border-radius: 0; }
 1575spinbutton.vertical button {
 1576  min-width: 2.00752rem;
 1577  min-height: 2.00752rem;
 1578  padding: 0.20301rem;
 1579  border: 0.20301rem solid transparent;
 1580  border-radius: 200px;
 1581  -gtk-outline-radius: 200px;
 1582  background: none;
 1583  background-size: contain;
 1584  color: rgba(236, 239, 241, 0.75);
 1585  box-shadow: none;
 1586  transition-property: opacity, color, background-color, background-image, box-shadow; }
 1587  spinbutton.vertical button.up:hover {
 1588    box-shadow: none;
 1589    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), alpha(currentColor, 0.1));
 1590    background: none;
 1591    color: #00E676;
 1592    animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1593  spinbutton.vertical button.up:active {
 1594    box-shadow: none;
 1595    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1596    background: none;
 1597    color: #00E676;
 1598    animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1599    transition-duration: 0.15s; }
 1600  spinbutton.vertical button.up:disabled {
 1601    box-shadow: none;
 1602    background-color: transparent;
 1603    background: none;
 1604    color: rgba(236, 239, 241, 0.3); }
 1605  spinbutton.vertical button.down:hover {
 1606    box-shadow: none;
 1607    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), alpha(currentColor, 0.1));
 1608    background: none;
 1609    color: #F44336;
 1610    animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1611  spinbutton.vertical button.down:active {
 1612    box-shadow: none;
 1613    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1614    background: none;
 1615    color: #F44336;
 1616    animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1617    transition-duration: 0.15s; }
 1618  spinbutton.vertical button.down:disabled {
 1619    box-shadow: none;
 1620    background-color: transparent;
 1621    background: none;
 1622    color: rgba(236, 239, 241, 0.3); }
 1623treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus:not(.vertical) {
 1624  padding: 1px;
 1625  border-radius: 0;
 1626  border-width: 0;
 1627  background-color: #455A64;
 1628  color: #ECEFF1;
 1629  box-shadow: none; }
 1630
 1631/**************
 1632 * ComboBoxes *
 1633 **************/
 1634combobox arrow {
 1635  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 1636  min-height: 1.20301rem;
 1637  min-width: 1.20301rem; }
 1638combobox menu {
 1639  padding: 0.24812rem 0; }
 1640combobox menu > menuitem {
 1641  padding: 0.35338rem 0.3985rem 0.45113rem; }
 1642combobox button.combo {
 1643  min-height: 1rem;
 1644  min-width: 1.30075rem;
 1645  padding: 0.6015rem 0.3985rem 0.65414rem; }
 1646  combobox button.combo arrow {
 1647    padding: 0 0.30075rem 0; }
 1648  combobox button.combo label {
 1649    padding-left: 0.30075rem;
 1650    padding-right: 0.30075rem; }
 1651  combobox button.combo image {
 1652    min-height: 1.20301rem;
 1653    min-width: 1.20301rem;
 1654    padding-left: 0.30075rem;
 1655    padding-right: 0.30075rem; }
 1656combobox button.combo {
 1657  box-shadow: none;
 1658  background-color: transparent;
 1659  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), alpha(currentColor, 0));
 1660  color: rgba(236, 239, 241, 0.75);
 1661  background: transparent;
 1662  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; }
 1663  combobox button.combo:hover, combobox button.combo:active {
 1664    box-shadow: none;
 1665    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), alpha(currentColor, 0.1));
 1666    border-radius: 0;
 1667    color: #ECEFF1;
 1668    background: transparent;
 1669    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; }
 1670  combobox button.combo:disabled, combobox button.combo:checked:disabled {
 1671    box-shadow: none;
 1672    background-color: transparent;
 1673    color: rgba(236, 239, 241, 0.3);
 1674    background: transparent;
 1675    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; }
 1676
 1677/************
 1678 * Toolbars *
 1679 ************/
 1680toolbar {
 1681  -GtkWidget-window-dragging: true;
 1682  padding: 0.3985rem;
 1683  background-color: #3e515a;
 1684  color: rgba(236, 239, 241, 0.75);
 1685  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); }
 1686  toolbar.vertical, .inline-toolbar toolbar, paned toolbar, paned toolbar.primary-toolbar, grid toolbar.primary-toolbar {
 1687    box-shadow: none; }
 1688  .osd toolbar {
 1689    background-color: transparent; }
 1690  .osd toolbar, toolbar.osd, .app-notification,
 1691  .app-notification.frame, GeditViewFrame .gedit-search-slider {
 1692    padding: 3px;
 1693    border-style: solid;
 1694    border-width: 9px;
 1695    border-radius: 2px;
 1696    border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
 1697    box-shadow: none;
 1698    color: #ECEFF1;
 1699    background-color: #322F22; }
 1700    .osd toolbar:backdrop, toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
 1701      border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; }
 1702    .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),
 1703    .app-notification.frame button:not(:active):not(:disabled):not(hover), GeditViewFrame .gedit-search-slider button:not(:active):not(:disabled):not(hover) {
 1704      color: #C5A68E); }
 1705    .osd toolbar button:hover, .osd toolbar button:active, toolbar.osd button:hover, .app-notification button:hover,
 1706    .app-notification.frame button:hover, GeditViewFrame .gedit-search-slider button:hover, toolbar.osd button:active, .app-notification button:active,
 1707    .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active {
 1708      color: #C5A68E; }
 1709    .osd toolbar button:active, .osd toolbar button:checked, toolbar.osd button:active, .app-notification button:active,
 1710    .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active, toolbar.osd button:checked, .app-notification button:checked,
 1711    .app-notification.frame button:checked, GeditViewFrame .gedit-search-slider button:checked {
 1712      border-image: none;
 1713      box-shadow: none; }
 1714    .osd toolbar button:disabled, toolbar.osd button:disabled, .app-notification button:disabled,
 1715    .app-notification.frame button:disabled, GeditViewFrame .gedit-search-slider button:disabled {
 1716      color: rgba(77, 182, 172, 0.4); }
 1717    .osd toolbar .linked > button, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button, .app-notification .linked > button,
 1718    .app-notification.frame .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
 1719    .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
 1720      border-image: none;
 1721      box-shadow: none; }
 1722      .osd toolbar .linked > button:hover, .osd toolbar .linked > button.image-button:hover, toolbar.osd .linked > button:hover, .app-notification .linked > button:hover,
 1723      .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,
 1724      .app-notification.frame .linked > button.image-button:hover, GeditViewFrame .gedit-search-slider .linked > button.image-button:hover {
 1725        background-color: transparent; }
 1726      .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),
 1727      .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),
 1728      .app-notification.frame .linked > button.image-button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button.image-button:not(:checked) {
 1729        border-radius: 100px;
 1730        -gtk-outline-radius: 100px; }
 1731    .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
 1732    .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
 1733      min-width: 1rem;
 1734      min-height: 2.20301rem;
 1735      padding: 0 0.50376rem 0;
 1736      border-radius: 100px;
 1737      -gtk-outline-radius: 100px; }
 1738    .osd toolbar label, toolbar.osd label, .app-notification label,
 1739    .app-notification.frame label, GeditViewFrame .gedit-search-slider label {
 1740      padding: 0 1em; }
 1741  toolbar button {
 1742    background-size: 9.96241rem 9.96241rem, auto;
 1743    box-shadow: none;
 1744    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;
 1745    color: rgba(236, 239, 241, 0.75); }
 1746    toolbar button:hover {
 1747      box-shadow: none;
 1748      border-image: none;
 1749      color: #ECEFF1; }
 1750    toolbar button:checked {
 1751      box-shadow: none;
 1752      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 1753      background-color: transparent;
 1754      color: #ECEFF1; }
 1755      toolbar button:checked:disabled {
 1756        box-shadow: none;
 1757        background-color: transparent;
 1758        color: rgba(236, 239, 241, 0.3);
 1759        border-image: none; }
 1760        toolbar button:checked:disabled > label {
 1761          color: inherit; }
 1762    toolbar button:disabled {
 1763      box-shadow: none;
 1764      background-color: transparent;
 1765      color: rgba(236, 239, 241, 0.225);
 1766      border-image: none; }
 1767    toolbar button button, toolbar button button.text-button, toolbar button button.text-button.image-button,
 1768    toolbar button button.flat,
 1769    toolbar button button.osd.image-button,
 1770    .osd toolbar button button,
 1771    toolbar.osd button button,
 1772    toolbar button .app-notification button,
 1773    .app-notification toolbar button button,
 1774    toolbar button .app-notification.frame button,
 1775    .app-notification.frame toolbar button button,
 1776    toolbar button GeditViewFrame .gedit-search-slider button,
 1777    GeditViewFrame .gedit-search-slider toolbar button button,
 1778    toolbar button button,
 1779    toolbar button .titlebar button:not(.suggested-action):not(.destructive-action),
 1780    .titlebar toolbar button button:not(.suggested-action):not(.destructive-action),
 1781    toolbar button headerbar button:not(.suggested-action):not(.destructive-action),
 1782    headerbar toolbar button button:not(.suggested-action):not(.destructive-action),
 1783    toolbar button .menu > arrow,
 1784    toolbar button .context-menu > arrow,
 1785    toolbar button menu > arrow,
 1786    toolbar button placessidebar row button.image-button,
 1787    placessidebar row toolbar button button.image-button,
 1788    toolbar button .ssd decoration button,
 1789    .ssd decoration toolbar button button,
 1790    toolbar button .csd headerbar button.titlebutton,
 1791    .csd headerbar toolbar button button.titlebutton,
 1792    toolbar button .csd headerbar.selection-mode button.titlebutton,
 1793    .csd headerbar.selection-mode toolbar button button.titlebutton,
 1794    toolbar button .csd .titlebar button.titlebutton,
 1795    .csd .titlebar toolbar button button.titlebutton,
 1796    toolbar button .csd .titlebar.selection-mode button.titlebutton,
 1797    .csd .titlebar.selection-mode toolbar button button.titlebutton,
 1798    toolbar button #gf-candidate-popup button,
 1799    #gf-candidate-popup toolbar button button,
 1800    toolbar button #gf-candidate-popup button:first-child,
 1801    #gf-candidate-popup toolbar button button:first-child,
 1802    toolbar button #gf-candidate-popup button:last-child,
 1803    #gf-candidate-popup toolbar button button:last-child,
 1804    toolbar button #gf-candidate-popup .linked > button,
 1805    #gf-candidate-popup toolbar button .linked > button,
 1806    toolbar button #gf-candidate-popup .linked > button:first-child,
 1807    #gf-candidate-popup toolbar button .linked > button:first-child,
 1808    toolbar button #gf-candidate-popup .linked > button:last-child,
 1809    #gf-candidate-popup toolbar button .linked > button:last-child,
 1810    toolbar button window > grid.vertical > box.vertical > widget button,
 1811    window > grid.vertical > box.vertical > widget toolbar button button,
 1812    toolbar button layouttabbar button,
 1813    layouttabbar toolbar button button,
 1814    toolbar button layouttab button,
 1815    layouttab toolbar button button,
 1816    toolbar button button.flat.text-button,
 1817    toolbar button button.text-button.osd.image-button,
 1818    .osd toolbar button button.text-button,
 1819    toolbar.osd button button.text-button,
 1820    toolbar button .app-notification button.text-button,
 1821    .app-notification toolbar button button.text-button,
 1822    toolbar button GeditViewFrame .gedit-search-slider button.text-button,
 1823    GeditViewFrame .gedit-search-slider toolbar button button.text-button,
 1824    toolbar button button.text-button,
 1825    toolbar button .titlebar button.text-button:not(.suggested-action):not(.destructive-action),
 1826    .titlebar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
 1827    toolbar button headerbar button.text-button:not(.suggested-action):not(.destructive-action),
 1828    headerbar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
 1829    toolbar button .menu > arrow.text-button,
 1830    toolbar button .context-menu > arrow.text-button,
 1831    toolbar button menu > arrow.text-button,
 1832    toolbar button placessidebar row button.text-button.image-button,
 1833    placessidebar row toolbar button button.text-button.image-button,
 1834    toolbar button .ssd decoration button.text-button,
 1835    .ssd decoration toolbar button button.text-button,
 1836    toolbar button .csd headerbar button.text-button.titlebutton,
 1837    .csd headerbar toolbar button button.text-button.titlebutton,
 1838    toolbar button .csd .titlebar button.text-button.titlebutton,
 1839    .csd .titlebar toolbar button button.text-button.titlebutton,
 1840    toolbar button #gf-candidate-popup button.text-button,
 1841    #gf-candidate-popup toolbar button button.text-button,
 1842    toolbar button #gf-candidate-popup .linked > button.text-button:first-child,
 1843    #gf-candidate-popup toolbar button .linked > button.text-button:first-child,
 1844    toolbar button #gf-candidate-popup .linked > button.text-button:last-child,
 1845    #gf-candidate-popup toolbar button .linked > button.text-button:last-child,
 1846    toolbar button window > grid.vertical > box.vertical > widget button.text-button,
 1847    window > grid.vertical > box.vertical > widget toolbar button button.text-button,
 1848    toolbar button layouttabbar button.text-button,
 1849    layouttabbar toolbar button button.text-button,
 1850    toolbar button layouttab button.text-button,
 1851    layouttab toolbar button button.text-button,
 1852    toolbar button button.flat.text-button.image-button,
 1853    toolbar button button.text-button.image-button.osd,
 1854    .osd toolbar button button.text-button.image-button,
 1855    toolbar.osd button button.text-button.image-button,
 1856    toolbar button .app-notification button.text-button.image-button,
 1857    .app-notification toolbar button button.text-button.image-button,
 1858    toolbar button GeditViewFrame .gedit-search-slider button.text-button.image-button,
 1859    GeditViewFrame .gedit-search-slider toolbar button button.text-button.image-button,
 1860    toolbar button button.text-button.image-button,
 1861    toolbar button .titlebar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1862    .titlebar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1863    toolbar button headerbar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1864    headerbar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1865    toolbar button .menu > arrow.text-button.image-button,
 1866    toolbar button .context-menu > arrow.text-button.image-button,
 1867    toolbar button menu > arrow.text-button.image-button,
 1868    toolbar button placessidebar row button.text-button.image-button,
 1869    placessidebar row toolbar button button.text-button.image-button,
 1870    toolbar button .ssd decoration button.text-button.image-button,
 1871    .ssd decoration toolbar button button.text-button.image-button,
 1872    toolbar button .csd headerbar button.text-button.image-button.titlebutton,
 1873    .csd headerbar toolbar button button.text-button.image-button.titlebutton,
 1874    toolbar button .csd .titlebar button.text-button.image-button.titlebutton,
 1875    .csd .titlebar toolbar button button.text-button.image-button.titlebutton,
 1876    toolbar button #gf-candidate-popup button.text-button.image-button,
 1877    #gf-candidate-popup toolbar button button.text-button.image-button,
 1878    toolbar button window > grid.vertical > box.vertical > widget button.text-button.image-button,
 1879    window > grid.vertical > box.vertical > widget toolbar button button.text-button.image-button,
 1880    toolbar button layouttabbar button.text-button.image-button,
 1881    layouttabbar toolbar button button.text-button.image-button,
 1882    toolbar button layouttab button.text-button.image-button,
 1883    layouttab toolbar button button.text-button.image-button {
 1884      border-radius: 2px;
 1885      -gtk-outline-radius: 2px; }
 1886    toolbar button button.image-button,
 1887    toolbar button button.flat.image-button,
 1888    toolbar button button.image-button.osd,
 1889    .osd toolbar button button.image-button,
 1890    toolbar.osd button button.image-button,
 1891    toolbar button .app-notification button.image-button,
 1892    .app-notification toolbar button button.image-button,
 1893    toolbar button GeditViewFrame .gedit-search-slider button.image-button,
 1894    GeditViewFrame .gedit-search-slider toolbar button button.image-button,
 1895    toolbar button button.image-button,
 1896    toolbar button .titlebar button.image-button:not(.suggested-action):not(.destructive-action),
 1897    .titlebar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
 1898    toolbar button headerbar button.image-button:not(.suggested-action):not(.destructive-action),
 1899    headerbar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
 1900    toolbar button .menu > arrow.image-button,
 1901    toolbar button .context-menu > arrow.image-button,
 1902    toolbar button menu > arrow.image-button,
 1903    toolbar button placessidebar row button.image-button,
 1904    placessidebar row toolbar button button.image-button,
 1905    toolbar button .ssd decoration button.image-button,
 1906    .ssd decoration toolbar button button.image-button,
 1907    toolbar button .csd headerbar button.image-button.titlebutton,
 1908    .csd headerbar toolbar button button.image-button.titlebutton,
 1909    toolbar button .csd .titlebar button.image-button.titlebutton,
 1910    .csd .titlebar toolbar button button.image-button.titlebutton,
 1911    toolbar button #gf-candidate-popup button.image-button,
 1912    #gf-candidate-popup toolbar button button.image-button,
 1913    toolbar button #gf-candidate-popup .linked > button.image-button:first-child,
 1914    #gf-candidate-popup toolbar button .linked > button.image-button:first-child,
 1915    toolbar button #gf-candidate-popup .linked > button.image-button:last-child,
 1916    #gf-candidate-popup toolbar button .linked > button.image-button:last-child,
 1917    toolbar button window > grid.vertical > box.vertical > widget button.image-button,
 1918    window > grid.vertical > box.vertical > widget toolbar button button.image-button,
 1919    toolbar button layouttabbar button.image-button,
 1920    layouttabbar toolbar button button.image-button,
 1921    toolbar button layouttab button.image-button,
 1922    layouttab toolbar button button.image-button {
 1923      border-radius: 100px;
 1924      -gtk-outline-radius: 100px; }
 1925    toolbar button .text-button,
 1926    toolbar button .image-button.text-button {
 1927      min-width: 1rem;
 1928      min-height: 2.20301rem;
 1929      padding: 0 1rem 0;
 1930      background-size: 9.96241rem 9.96241rem, auto; }
 1931    toolbar button .image-button {
 1932      min-width: 1rem;
 1933      min-height: 2.20301rem;
 1934      padding: 0 0.50376rem 0;
 1935      background-size: 3.7594rem 3.7594rem, auto; }
 1936    toolbar button.toggle:hover, toolbar button.toggle:active, toolbar button.toggle:checked {
 1937      background-color: transparent;
 1938      box-shadow: none; }
 1939  toolbar .linked > button, toolbar .linked > button.image-button {
 1940    border-image: none;
 1941    box-shadow: none; }
 1942    toolbar .linked > button:hover, toolbar .linked > button:active, toolbar .linked > button.image-button:hover, toolbar .linked > button.image-button:active {
 1943      border-image: none;
 1944      background-color: transparent;
 1945      box-shadow: none; }
 1946    toolbar .linked > button:not(:disabled), toolbar .linked > button.image-button:not(:disabled) {
 1947      border-radius: 100px;
 1948      -gtk-outline-radius: 100px; }
 1949  toolbar .linked > button .image-button {
 1950    min-width: 1rem;
 1951    min-height: 2.20301rem;
 1952    padding: 0 0.50376rem 0;
 1953    border-radius: 100px;
 1954    -gtk-outline-radius: 100px; }
 1955  toolbar separator {
 1956    color: transparent;
 1957    background: none; }
 1958  toolbar.horizontal separator {
 1959    margin: 0 0.45113rem; }
 1960  toolbar.vertical separator {
 1961    margin: 0.45113rem 0; }
 1962
 1963.inline-toolbar {
 1964  padding: 0.3985rem;
 1965  border-style: solid;
 1966  border-width: 0 1px 1px;
 1967  border-color: rgba(0, 0, 0, 0.11);
 1968  background-color: #3b4c54;
 1969  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
 1970
 1971searchbar,
 1972.location-bar {
 1973  padding: 0.3985rem;
 1974  border-style: solid;
 1975  border-width: 0 0 1px;
 1976  border-color: rgba(0, 0, 0, 0.11);
 1977  background-color: #3b4c54; }
 1978  searchbar .linked > button.image-button,
 1979  .location-bar .linked > button.image-button {
 1980    padding-top: 0.69925rem;
 1981    padding-bottom: 0.80451rem; }
 1982  searchbar button.flat.close.raised, searchbar button.close.raised.osd.image-button, searchbar .osd toolbar button.close.raised, .osd toolbar searchbar button.close.raised, searchbar toolbar.osd button.close.raised, toolbar.osd searchbar button.close.raised, searchbar .app-notification button.close.raised, .app-notification searchbar button.close.raised, searchbar GeditViewFrame .gedit-search-slider button.close.raised, GeditViewFrame .gedit-search-slider searchbar button.close.raised, searchbar toolbar button.close.raised, toolbar searchbar button.close.raised, searchbar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar searchbar button.close.raised:not(.suggested-action):not(.destructive-action),
 1983  searchbar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
 1984  headerbar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar .menu > arrow.close.raised,
 1985  searchbar .context-menu > arrow.close.raised,
 1986  searchbar menu > arrow.close.raised, searchbar placessidebar row button.close.raised.image-button, placessidebar row searchbar button.close.raised.image-button, searchbar .ssd decoration button.close.raised, .ssd decoration searchbar button.close.raised, searchbar .csd headerbar button.close.raised.titlebutton, .csd headerbar searchbar button.close.raised.titlebutton,
 1987  searchbar .csd .titlebar button.close.raised.titlebutton,
 1988  .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,
 1989  .location-bar button.flat.close.raised,
 1990  .location-bar button.close.raised.osd.image-button,
 1991  .location-bar .osd toolbar button.close.raised,
 1992  .osd toolbar .location-bar button.close.raised,
 1993  .location-bar toolbar.osd button.close.raised,
 1994  toolbar.osd .location-bar button.close.raised,
 1995  .location-bar .app-notification button.close.raised,
 1996  .app-notification .location-bar button.close.raised,
 1997  .location-bar GeditViewFrame .gedit-search-slider button.close.raised,
 1998  GeditViewFrame .gedit-search-slider .location-bar button.close.raised,
 1999  .location-bar toolbar button.close.raised,
 2000  toolbar .location-bar button.close.raised,
 2001  .location-bar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action),
 2002  .titlebar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
 2003  .location-bar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
 2004  headerbar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
 2005  .location-bar .menu > arrow.close.raised,
 2006  .location-bar .context-menu > arrow.close.raised,
 2007  .location-bar menu > arrow.close.raised,
 2008  .location-bar placessidebar row button.close.raised.image-button,
 2009  placessidebar row .location-bar button.close.raised.image-button,
 2010  .location-bar .ssd decoration button.close.raised,
 2011  .ssd decoration .location-bar button.close.raised,
 2012  .location-bar .csd headerbar button.close.raised.titlebutton,
 2013  .csd headerbar .location-bar button.close.raised.titlebutton,
 2014  .location-bar .csd .titlebar button.close.raised.titlebutton,
 2015  .csd .titlebar .location-bar button.close.raised.titlebutton,
 2016  .location-bar #gf-candidate-popup button.close.raised,
 2017  #gf-candidate-popup .location-bar button.close.raised,
 2018  .location-bar window > grid.vertical > box.vertical > widget button.close.raised,
 2019  window > grid.vertical > box.vertical > widget .location-bar button.close.raised,
 2020  .location-bar layouttabbar button.close.raised,
 2021  layouttabbar .location-bar button.close.raised,
 2022  .location-bar layouttab button.close.raised,
 2023  layouttab .location-bar button.close.raised {
 2024    min-width: 1rem;
 2025    min-height: 1rem;
 2026    padding: 0.75188rem;
 2027    border-radius: 100px;
 2028    -gtk-outline-radius: 100px; }
 2029
 2030/***************
 2031 * Header bars *
 2032 ***************/
 2033.titlebar,
 2034headerbar {
 2035  background-color: #13191C;
 2036  background-clip: border-box;
 2037  color: rgba(236, 239, 241, 0.75); }
 2038  .titlebar label:checked:disabled,
 2039  .titlebar image:checked:disabled,
 2040  headerbar label:checked:disabled,
 2041  headerbar image:checked:disabled {
 2042    color: rgba(236, 239, 241, 0.3); }
 2043  button:disabled > .titlebar label, .linked > button:disabled > .titlebar label, .titlebar label:disabled, button:disabled >
 2044  .titlebar image, .linked > button:disabled >
 2045  .titlebar image,
 2046  .titlebar image:disabled, button:disabled >
 2047  headerbar label, .linked > button:disabled >
 2048  headerbar label,
 2049  headerbar label:disabled, button:disabled >
 2050  headerbar image, .linked > button:disabled >
 2051  headerbar image,
 2052  headerbar image:disabled {
 2053    color: rgba(236, 239, 241, 0.225); }
 2054  .titlebar .title,
 2055  headerbar .title {
 2056    padding-left: 1rem;
 2057    padding-right: 1rem;
 2058    color: #ECEFF1;
 2059    font-weight: 700; }
 2060  .titlebar .subtitle,
 2061  headerbar .subtitle {
 2062    padding-left: 1rem;
 2063    padding-right: 1rem;
 2064    color: rgba(236, 239, 241, 0.75);
 2065    font-size: 90%; }
 2066  .titlebar separator.vertical, .titlebar > box > separator.vertical, .titlebar > box > box > separator.vertical,
 2067  headerbar separator.vertical,
 2068  headerbar > box > separator.vertical,
 2069  headerbar > box > box > separator.vertical {
 2070    border: 0 none transparent;
 2071    color: transparent;
 2072    background-color: transparent; }
 2073  .titlebar button:not(.suggested-action):not(.destructive-action),
 2074  headerbar button:not(.suggested-action):not(.destructive-action) {
 2075    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#C5A68E), to(transparent)) 0 0 0/0 0 0px;
 2076    color: rgba(236, 239, 241, 0.75);
 2077    background-size: 9.96241rem 9.96241rem, auto; }
 2078    .titlebar button:not(.suggested-action):not(.destructive-action):hover,
 2079    headerbar button:not(.suggested-action):not(.destructive-action):hover {
 2080      color: #ECEFF1; }
 2081    .titlebar button:not(.suggested-action):not(.destructive-action):checked,
 2082    headerbar button:not(.suggested-action):not(.destructive-action):checked {
 2083      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 2084      background-color: transparent;
 2085      color: #ECEFF1; }
 2086      .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled,
 2087      headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled {
 2088        background-color: transparent;
 2089        color: rgba(236, 239, 241, 0.3); }
 2090        .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled > label,
 2091        headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled > label {
 2092          color: inherit; }
 2093  .titlebar button:not(.suggested-action):not(.destructive-action),
 2094  headerbar button:not(.suggested-action):not(.destructive-action) {
 2095    border-radius: 100px;
 2096    -gtk-outline-radius: 100px; }
 2097    .titlebar button:not(.suggested-action):not(.destructive-action).text-button,
 2098    headerbar button:not(.suggested-action):not(.destructive-action).text-button {
 2099      border-radius: 2px;
 2100      -gtk-outline-radius: 2px; }
 2101      .titlebar button:not(.suggested-action):not(.destructive-action).text-button.image-button,
 2102      headerbar button:not(.suggested-action):not(.destructive-action).text-button.image-button {
 2103        border-radius: 2px;
 2104        -gtk-outline-radius: 2px;
 2105        background-size: 9.96241rem 9.96241rem, auto; }
 2106  .titlebar .linked > button.image-button,
 2107  headerbar .linked > button.image-button {
 2108    min-width: 1.30075rem;
 2109    min-height: 2.80451rem;
 2110    padding: 0 0.50376rem 0; }
 2111  .titlebar button.toggle,
 2112  headerbar button.toggle {
 2113    min-width: 1.30075rem;
 2114    min-height: 2.80451rem;
 2115    padding: 0 0.75188rem 0; }
 2116    .titlebar button.toggle label,
 2117    headerbar button.toggle label {
 2118      padding: 0.69925rem 0.6015rem 0.80451rem; }
 2119    .titlebar button.toggle menu menuitem label,
 2120    headerbar button.toggle menu menuitem label {
 2121      padding: 0; }
 2122  .titlebar button, .titlebar button label.text-button,
 2123  .titlebar .linked > button,
 2124  .titlebar .linked > button label.text-button,
 2125  .titlebar button.suggested-action,
 2126  .titlebar button.suggested-action label.text-button,
 2127  .titlebar button.destructive-action,
 2128  .titlebar button.destructive-action label.text-button,
 2129  headerbar button,
 2130  headerbar button label.text-button,
 2131  headerbar .linked > button,
 2132  headerbar .linked > button label.text-button,
 2133  headerbar button.suggested-action,
 2134  headerbar button.suggested-action label.text-button,
 2135  headerbar button.destructive-action,
 2136  headerbar button.destructive-action label.text-button {
 2137    color: rgba(236, 239, 241, 0.75); }
 2138    .titlebar button:hover, .titlebar button label.text-button:hover,
 2139    .titlebar .linked > button:hover,
 2140    .titlebar .linked > button label.text-button:hover,
 2141    .titlebar button.suggested-action:hover,
 2142    .titlebar button.suggested-action label.text-button:hover,
 2143    .titlebar button.destructive-action:hover,
 2144    .titlebar button.destructive-action label.text-button:hover,
 2145    headerbar button:hover,
 2146    headerbar button label.text-button:hover,
 2147    headerbar .linked > button:hover,
 2148    headerbar .linked > button label.text-button:hover,
 2149    headerbar button.suggested-action:hover,
 2150    headerbar button.suggested-action label.text-button:hover,
 2151    headerbar button.destructive-action:hover,
 2152    headerbar button.destructive-action label.text-button:hover {
 2153      color: #ECEFF1; }
 2154    .titlebar button:checked, .titlebar button label.text-button:checked,
 2155    .titlebar .linked > button:checked,
 2156    .titlebar .linked > button label.text-button:checked,
 2157    .titlebar button.suggested-action:checked,
 2158    .titlebar button.suggested-action label.text-button:checked,
 2159    .titlebar button.destructive-action:checked,
 2160    .titlebar button.destructive-action label.text-button:checked,
 2161    headerbar button:checked,
 2162    headerbar button label.text-button:checked,
 2163    headerbar .linked > button:checked,
 2164    headerbar .linked > button label.text-button:checked,
 2165    headerbar button.suggested-action:checked,
 2166    headerbar button.suggested-action label.text-button:checked,
 2167    headerbar button.destructive-action:checked,
 2168    headerbar button.destructive-action label.text-button:checked {
 2169      color: #ECEFF1; }
 2170      .titlebar button:checked:disabled, .titlebar button label.text-button:checked:disabled,
 2171      .titlebar .linked > button:checked:disabled,
 2172      .titlebar .linked > button label.text-button:checked:disabled,
 2173      .titlebar button.suggested-action:checked:disabled,
 2174      .titlebar button.suggested-action label.text-button:checked:disabled,
 2175      .titlebar button.destructive-action:checked:disabled,
 2176      .titlebar button.destructive-action label.text-button:checked:disabled,
 2177      headerbar button:checked:disabled,
 2178      headerbar button label.text-button:checked:disabled,
 2179      headerbar .linked > button:checked:disabled,
 2180      headerbar .linked > button label.text-button:checked:disabled,
 2181      headerbar button.suggested-action:checked:disabled,
 2182      headerbar button.suggested-action label.text-button:checked:disabled,
 2183      headerbar button.destructive-action:checked:disabled,
 2184      headerbar button.destructive-action label.text-button:checked:disabled {
 2185        color: rgba(236, 239, 241, 0.3); }
 2186    .titlebar button:disabled, .titlebar button label.text-button:disabled,
 2187    .titlebar .linked > button:disabled,
 2188    .titlebar .linked > button label.text-button:disabled,
 2189    .titlebar button.suggested-action:disabled,
 2190    .titlebar button.suggested-action label.text-button:disabled,
 2191    .titlebar button.destructive-action:disabled,
 2192    .titlebar button.destructive-action label.text-button:disabled,
 2193    headerbar button:disabled,
 2194    headerbar button label.text-button:disabled,
 2195    headerbar .linked > button:disabled,
 2196    headerbar .linked > button label.text-button:disabled,
 2197    headerbar button.suggested-action:disabled,
 2198    headerbar button.suggested-action label.text-button:disabled,
 2199    headerbar button.destructive-action:disabled,
 2200    headerbar button.destructive-action label.text-button:disabled {
 2201      color: rgba(236, 239, 241, 0.225); }
 2202  .titlebar button label.text-button,
 2203  .titlebar .linked > button label.text-button,
 2204  .titlebar button.suggested-action label.text-button,
 2205  .titlebar button.destructive-action label.text-button,
 2206  headerbar button label.text-button,
 2207  headerbar .linked > button label.text-button,
 2208  headerbar button.suggested-action label.text-button,
 2209  headerbar button.destructive-action label.text-button {
 2210    border-image: none;
 2211    box-shadow: none; }
 2212  .titlebar entry, .titlebar spinbutton:not(.vertical),
 2213  .titlebar .linked > entry,
 2214  .titlebar .linked > spinbutton:not(.vertical),
 2215  headerbar entry,
 2216  headerbar spinbutton:not(.vertical),
 2217  headerbar .linked > entry,
 2218  headerbar .linked > spinbutton:not(.vertical) {
 2219    color: rgba(236, 239, 241, 0.75);
 2220    caret-color: rgba(236, 239, 241, 0.75); }
 2221    .titlebar entry:focus, .titlebar spinbutton:focus:not(.vertical),
 2222    .titlebar .linked > entry:focus,
 2223    .titlebar .linked > spinbutton:focus:not(.vertical),
 2224    headerbar entry:focus,
 2225    headerbar spinbutton:focus:not(.vertical),
 2226    headerbar .linked > entry:focus,
 2227    headerbar .linked > spinbutton:focus:not(.vertical) {
 2228      color: #ECEFF1;
 2229      caret-color: #ECEFF1; }
 2230    .titlebar entry:disabled, .titlebar spinbutton:disabled:not(.vertical),
 2231    .titlebar .linked > entry:disabled,
 2232    .titlebar .linked > spinbutton:disabled:not(.vertical),
 2233    headerbar entry:disabled,
 2234    headerbar spinbutton:disabled:not(.vertical),
 2235    headerbar .linked > entry:disabled,
 2236    headerbar .linked > spinbutton:disabled:not(.vertical) {
 2237      color: rgba(236, 239, 241, 0.225); }
 2238  .titlebar combobox > entry.combo, .titlebar combobox > spinbutton.combo:not(.vertical),
 2239  .titlebar .linked > combobox > entry.combo,
 2240  .titlebar .linked > combobox > spinbutton.combo:not(.vertical),
 2241  headerbar combobox > entry.combo,
 2242  headerbar combobox > spinbutton.combo:not(.vertical),
 2243  headerbar .linked > combobox > entry.combo,
 2244  headerbar .linked > combobox > spinbutton.combo:not(.vertical) {
 2245    color: rgba(236, 239, 241, 0.75);
 2246    caret-color: rgba(236, 239, 241, 0.75); }
 2247    .titlebar combobox > entry.combo:focus, .titlebar combobox > spinbutton.combo:focus:not(.vertical),
 2248    .titlebar .linked > combobox > entry.combo:focus,
 2249    .titlebar .linked > combobox > spinbutton.combo:focus:not(.vertical),
 2250    headerbar combobox > entry.combo:focus,
 2251    headerbar combobox > spinbutton.combo:focus:not(.vertical),
 2252    headerbar .linked > combobox > entry.combo:focus,
 2253    headerbar .linked > combobox > spinbutton.combo:focus:not(.vertical) {
 2254      color: #ECEFF1;
 2255      caret-color: #ECEFF1; }
 2256    .titlebar combobox > entry.combo:disabled, .titlebar combobox > spinbutton.combo:disabled:not(.vertical),
 2257    .titlebar .linked > combobox > entry.combo:disabled,
 2258    .titlebar .linked > combobox > spinbutton.combo:disabled:not(.vertical),
 2259    headerbar combobox > entry.combo:disabled,
 2260    headerbar combobox > spinbutton.combo:disabled:not(.vertical),
 2261    headerbar .linked > combobox > entry.combo:disabled,
 2262    headerbar .linked > combobox > spinbutton.combo:disabled:not(.vertical) {
 2263      color: rgba(236, 239, 241, 0.225); }
 2264    .titlebar combobox > entry.combo:backdrop, .titlebar combobox > spinbutton.combo:backdrop:not(.vertical),
 2265    .titlebar .linked > combobox > entry.combo:backdrop,
 2266    .titlebar .linked > combobox > spinbutton.combo:backdrop:not(.vertical),
 2267    headerbar combobox > entry.combo:backdrop,
 2268    headerbar combobox > spinbutton.combo:backdrop:not(.vertical),
 2269    headerbar .linked > combobox > entry.combo:backdrop,
 2270    headerbar .linked > combobox > spinbutton.combo:backdrop:not(.vertical) {
 2271      opacity: 0.5; }
 2272  .titlebar combobox > button.combo,
 2273  .titlebar .linked > combobox > button.combo,
 2274  headerbar combobox > button.combo,
 2275  headerbar .linked > combobox > button.combo {
 2276    color: rgba(236, 239, 241, 0.75); }
 2277    .titlebar combobox > button.combo:hover,
 2278    .titlebar .linked > combobox > button.combo:hover,
 2279    headerbar combobox > button.combo:hover,
 2280    headerbar .linked > combobox > button.combo:hover {
 2281      color: #ECEFF1; }
 2282    .titlebar combobox > button.combo:checked,
 2283    .titlebar .linked > combobox > button.combo:checked,
 2284    headerbar combobox > button.combo:checked,
 2285    headerbar .linked > combobox > button.combo:checked {
 2286      color: #ECEFF1; }
 2287      .titlebar combobox > button.combo:checked:disabled,
 2288      .titlebar .linked > combobox > button.combo:checked:disabled,
 2289      headerbar combobox > button.combo:checked:disabled,
 2290      headerbar .linked > combobox > button.combo:checked:disabled {
 2291        color: rgba(236, 239, 241, 0.3); }
 2292    .titlebar combobox > button.combo:disabled,
 2293    .titlebar .linked > combobox > button.combo:disabled,
 2294    headerbar combobox > button.combo:disabled,
 2295    headerbar .linked > combobox > button.combo:disabled {
 2296      color: rgba(236, 239, 241, 0.225); }
 2297    .titlebar combobox > button.combo:backdrop,
 2298    .titlebar .linked > combobox > button.combo:backdrop,
 2299    headerbar combobox > button.combo:backdrop,
 2300    headerbar .linked > combobox > button.combo:backdrop {
 2301      opacity: 0.5; }
 2302  .titlebar menu menuitem,
 2303  headerbar menu menuitem {
 2304    color: rgba(236, 239, 241, 0.75); }
 2305    .titlebar menu menuitem:hover,
 2306    headerbar menu menuitem:hover {
 2307      color: #ECEFF1; }
 2308    .titlebar menu menuitem label:disabled,
 2309    headerbar menu menuitem label:disabled {
 2310      color: rgba(236, 239, 241, 0.3); }
 2311    .titlebar menu menuitem accelerator,
 2312    headerbar menu menuitem accelerator {
 2313      color: alpha(currentColor, 0.55); }
 2314    .titlebar menu menuitem separator,
 2315    headerbar menu menuitem separator {
 2316      color: rgba(0, 0, 0, 0.11); }
 2317  .titlebar popover button.flat, .titlebar popover button.osd.image-button, .titlebar popover .osd toolbar button, .osd toolbar .titlebar popover button, .titlebar popover toolbar.osd button, toolbar.osd .titlebar popover button, .titlebar popover .app-notification button, .app-notification .titlebar popover button, .titlebar popover GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider .titlebar popover button, .titlebar popover toolbar button, toolbar .titlebar popover button, .titlebar popover button:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow,
 2318  .titlebar popover .context-menu > arrow,
 2319  .titlebar popover menu > arrow, .titlebar popover placessidebar row button.image-button, placessidebar row .titlebar popover button.image-button, .titlebar popover .ssd decoration button, .ssd decoration .titlebar popover button, .titlebar popover .csd headerbar button.titlebutton,
 2320  .csd .titlebar popover button.titlebutton,
 2321  .csd .titlebar.selection-mode popover button.titlebutton, .titlebar popover #gf-candidate-popup button, #gf-candidate-popup .titlebar popover button,
 2322  .titlebar popover #gf-candidate-popup .linked > button:first-child,
 2323  #gf-candidate-popup .titlebar popover .linked > button:first-child,
 2324  .titlebar popover #gf-candidate-popup .linked > button:last-child,
 2325  #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,
 2326  headerbar popover button.flat,
 2327  headerbar popover button.osd.image-button,
 2328  headerbar popover .osd toolbar button,
 2329  .osd toolbar headerbar popover button,
 2330  headerbar popover toolbar.osd button,
 2331  toolbar.osd headerbar popover button,
 2332  headerbar popover .app-notification button,
 2333  .app-notification headerbar popover button,
 2334  headerbar popover .app-notification.frame button,
 2335  .app-notification.frame headerbar popover button,
 2336  headerbar popover GeditViewFrame .gedit-search-slider button,
 2337  GeditViewFrame .gedit-search-slider headerbar popover button,
 2338  headerbar popover toolbar button,
 2339  toolbar headerbar popover button,
 2340  headerbar popover .titlebar button:not(.suggested-action):not(.destructive-action),
 2341  .titlebar headerbar popover button:not(.suggested-action):not(.destructive-action),
 2342  headerbar popover button:not(.suggested-action):not(.destructive-action),
 2343  headerbar popover .menu > arrow,
 2344  headerbar popover .context-menu > arrow,
 2345  headerbar popover menu > arrow,
 2346  headerbar popover placessidebar row button.image-button,
 2347  placessidebar row headerbar popover button.image-button,
 2348  headerbar popover .ssd decoration button,
 2349  .ssd decoration headerbar popover button,
 2350  .csd headerbar popover button.titlebutton,
 2351  .csd headerbar.selection-mode popover button.titlebutton,
 2352  headerbar popover .csd .titlebar button.titlebutton,
 2353  .csd .titlebar headerbar popover button.titlebutton,
 2354  headerbar popover .csd .titlebar.selection-mode button.titlebutton,
 2355  .csd .titlebar.selection-mode headerbar popover button.titlebutton,
 2356  headerbar popover #gf-candidate-popup button,
 2357  #gf-candidate-popup headerbar popover button,
 2358  headerbar popover #gf-candidate-popup button:first-child,
 2359  #gf-candidate-popup headerbar popover button:first-child,
 2360  headerbar popover #gf-candidate-popup button:last-child,
 2361  #gf-candidate-popup headerbar popover button:last-child,
 2362  headerbar popover #gf-candidate-popup .linked > button,
 2363  #gf-candidate-popup headerbar popover .linked > button,
 2364  headerbar popover #gf-candidate-popup .linked > button:first-child,
 2365  #gf-candidate-popup headerbar popover .linked > button:first-child,
 2366  headerbar popover #gf-candidate-popup .linked > button:last-child,
 2367  #gf-candidate-popup headerbar popover .linked > button:last-child,
 2368  headerbar popover window > grid.vertical > box.vertical > widget button,
 2369  window > grid.vertical > box.vertical > widget headerbar popover button,
 2370  headerbar popover layouttabbar button,
 2371  layouttabbar headerbar popover button,
 2372  headerbar popover layouttab button,
 2373  layouttab headerbar popover button {
 2374    color: rgba(236, 239, 241, 0.75); }
 2375    .titlebar popover button.flat:hover, .titlebar popover button.osd.image-button:hover, .titlebar popover .osd toolbar button:hover, .osd toolbar .titlebar popover button:hover, .titlebar popover toolbar.osd button:hover, toolbar.osd .titlebar popover button:hover, .titlebar popover .app-notification button:hover, .app-notification .titlebar popover button:hover, .titlebar popover GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider .titlebar popover button:hover, .titlebar popover toolbar button:hover, toolbar .titlebar popover button:hover, .titlebar popover button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow:hover,
 2376    .titlebar popover .context-menu > arrow:hover,
 2377    .titlebar popover menu > arrow:hover, .titlebar popover placessidebar row button.image-button:hover, placessidebar row .titlebar popover button.image-button:hover, .titlebar popover .ssd decoration button:hover, .ssd decoration .titlebar popover button:hover, .titlebar popover .csd headerbar button.titlebutton:hover,
 2378    .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,
 2379    headerbar popover button.flat:hover,
 2380    headerbar popover button.osd.image-button:hover,
 2381    headerbar popover .osd toolbar button:hover,
 2382    .osd toolbar headerbar popover button:hover,
 2383    headerbar popover toolbar.osd button:hover,
 2384    toolbar.osd headerbar popover button:hover,
 2385    headerbar popover .app-notification button:hover,
 2386    .app-notification headerbar popover button:hover,
 2387    headerbar popover GeditViewFrame .gedit-search-slider button:hover,
 2388    GeditViewFrame .gedit-search-slider headerbar popover button:hover,
 2389    headerbar popover toolbar button:hover,
 2390    toolbar headerbar popover button:hover,
 2391    headerbar popover button:hover:not(.suggested-action):not(.destructive-action),
 2392    headerbar popover .menu > arrow:hover,
 2393    headerbar popover .context-menu > arrow:hover,
 2394    headerbar popover menu > arrow:hover,
 2395    headerbar popover placessidebar row button.image-button:hover,
 2396    placessidebar row headerbar popover button.image-button:hover,
 2397    headerbar popover .ssd decoration button:hover,
 2398    .ssd decoration headerbar popover button:hover,
 2399    .csd headerbar popover button.titlebutton:hover,
 2400    headerbar popover .csd .titlebar button.titlebutton:hover,
 2401    .csd .titlebar.selection-mode headerbar popover button.titlebutton:hover,
 2402    headerbar popover #gf-candidate-popup button:hover,
 2403    #gf-candidate-popup headerbar popover button:hover,
 2404    headerbar popover #gf-candidate-popup .linked > button:hover:first-child,
 2405    #gf-candidate-popup headerbar popover .linked > button:hover:first-child,
 2406    headerbar popover #gf-candidate-popup .linked > button:hover:last-child,
 2407    #gf-candidate-popup headerbar popover .linked > button:hover:last-child,
 2408    headerbar popover window > grid.vertical > box.vertical > widget button:hover,
 2409    window > grid.vertical > box.vertical > widget headerbar popover button:hover,
 2410    headerbar popover layouttabbar button:hover,
 2411    layouttabbar headerbar popover button:hover,
 2412    headerbar popover layouttab button:hover,
 2413    layouttab headerbar popover button:hover {
 2414      color: #ECEFF1; }
 2415    .titlebar popover button.flat label:hover, .titlebar popover button.osd.image-button label:hover, .titlebar popover .osd toolbar button label:hover, .osd toolbar .titlebar popover button label:hover, .titlebar popover toolbar.osd button label:hover, toolbar.osd .titlebar popover button label:hover, .titlebar popover .app-notification button label:hover, .app-notification .titlebar popover button label:hover, .titlebar popover GeditViewFrame .gedit-search-slider button label:hover, GeditViewFrame .gedit-search-slider .titlebar popover button label:hover, .titlebar popover toolbar button label:hover, toolbar .titlebar popover button label:hover, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:hover, .titlebar popover .menu > arrow label:hover,
 2416    .titlebar popover .context-menu > arrow label:hover,
 2417    .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 .ssd decoration button label:hover, .ssd decoration .titlebar popover button label:hover, .titlebar popover .csd headerbar button.titlebutton label:hover,
 2418    .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,
 2419    headerbar popover button.flat label:hover,
 2420    headerbar popover button.osd.image-button label:hover,
 2421    headerbar popover .osd toolbar button label:hover,
 2422    .osd toolbar headerbar popover button label:hover,
 2423    headerbar popover toolbar.osd button label:hover,
 2424    toolbar.osd headerbar popover button label:hover,
 2425    headerbar popover .app-notification button label:hover,
 2426    .app-notification headerbar popover button label:hover,
 2427    headerbar popover GeditViewFrame .gedit-search-slider button label:hover,
 2428    GeditViewFrame .gedit-search-slider headerbar popover button label:hover,
 2429    headerbar popover toolbar button label:hover,
 2430    toolbar headerbar popover button label:hover,
 2431    headerbar popover button:not(.suggested-action):not(.destructive-action) label:hover,
 2432    headerbar popover .menu > arrow label:hover,
 2433    headerbar popover .context-menu > arrow label:hover,
 2434    headerbar popover menu > arrow label:hover,
 2435    headerbar popover placessidebar row button.image-button label:hover,
 2436    placessidebar row headerbar popover button.image-button label:hover,
 2437    headerbar popover .ssd decoration button label:hover,
 2438    .ssd decoration headerbar popover button label:hover,
 2439    .csd headerbar popover button.titlebutton label:hover,
 2440    headerbar popover .csd .titlebar button.titlebutton label:hover,
 2441    .csd .titlebar.selection-mode headerbar popover button.titlebutton label:hover,
 2442    headerbar popover #gf-candidate-popup button label:hover,
 2443    #gf-candidate-popup headerbar popover button label:hover,
 2444    headerbar popover #gf-candidate-popup .linked > button:first-child label:hover,
 2445    #gf-candidate-popup headerbar popover .linked > button:first-child label:hover,
 2446    headerbar popover #gf-candidate-popup .linked > button:last-child label:hover,
 2447    #gf-candidate-popup headerbar popover .linked > button:last-child label:hover,
 2448    headerbar popover window > grid.vertical > box.vertical > widget button label:hover,
 2449    window > grid.vertical > box.vertical > widget headerbar popover button label:hover,
 2450    headerbar popover layouttabbar button label:hover,
 2451    layouttabbar headerbar popover button label:hover,
 2452    headerbar popover layouttab button label:hover,
 2453    layouttab headerbar popover button label:hover {
 2454      color: #ECEFF1; }
 2455    .titlebar popover button.flat label:disabled, .titlebar popover button.osd.image-button label:disabled, .titlebar popover .osd toolbar button label:disabled, .osd toolbar .titlebar popover button label:disabled, .titlebar popover toolbar.osd button label:disabled, toolbar.osd .titlebar popover button label:disabled, .titlebar popover .app-notification button label:disabled, .app-notification .titlebar popover button label:disabled, .titlebar popover GeditViewFrame .gedit-search-slider button label:disabled, GeditViewFrame .gedit-search-slider .titlebar popover button label:disabled, .titlebar popover toolbar button label:disabled, toolbar .titlebar popover button label:disabled, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:disabled, .titlebar popover .menu > arrow label:disabled,
 2456    .titlebar popover .context-menu > arrow label:disabled,
 2457    .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 .ssd decoration button label:disabled, .ssd decoration .titlebar popover button label:disabled, .titlebar popover .csd headerbar button.titlebutton label:disabled,
 2458    .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,
 2459    headerbar popover button.flat label:disabled,
 2460    headerbar popover button.osd.image-button label:disabled,
 2461    headerbar popover .osd toolbar button label:disabled,
 2462    .osd toolbar headerbar popover button label:disabled,
 2463    headerbar popover toolbar.osd button label:disabled,
 2464    toolbar.osd headerbar popover button label:disabled,
 2465    headerbar popover .app-notification button label:disabled,
 2466    .app-notification headerbar popover button label:disabled,
 2467    headerbar popover GeditViewFrame .gedit-search-slider button label:disabled,
 2468    GeditViewFrame .gedit-search-slider headerbar popover button label:disabled,
 2469    headerbar popover toolbar button label:disabled,
 2470    toolbar headerbar popover button label:disabled,
 2471    headerbar popover button:not(.suggested-action):not(.destructive-action) label:disabled,
 2472    headerbar popover .menu > arrow label:disabled,
 2473    headerbar popover .context-menu > arrow label:disabled,
 2474    headerbar popover menu > arrow label:disabled,
 2475    headerbar popover placessidebar row button.image-button label:disabled,
 2476    placessidebar row headerbar popover button.image-button label:disabled,
 2477    headerbar popover .ssd decoration button label:disabled,
 2478    .ssd decoration headerbar popover button label:disabled,
 2479    .csd headerbar popover button.titlebutton label:disabled,
 2480    headerbar popover .csd .titlebar button.titlebutton label:disabled,
 2481    .csd .titlebar.selection-mode headerbar popover button.titlebutton label:disabled,
 2482    headerbar popover #gf-candidate-popup button label:disabled,
 2483    #gf-candidate-popup headerbar popover button label:disabled,
 2484    headerbar popover #gf-candidate-popup .linked > button:first-child label:disabled,
 2485    #gf-candidate-popup headerbar popover .linked > button:first-child label:disabled,
 2486    headerbar popover #gf-candidate-popup .linked > button:last-child label:disabled,
 2487    #gf-candidate-popup headerbar popover .linked > button:last-child label:disabled,
 2488    headerbar popover window > grid.vertical > box.vertical > widget button label:disabled,
 2489    window > grid.vertical > box.vertical > widget headerbar popover button label:disabled,
 2490    headerbar popover layouttabbar button label:disabled,
 2491    layouttabbar headerbar popover button label:disabled,
 2492    headerbar popover layouttab button label:disabled,
 2493    layouttab headerbar popover button label:disabled {
 2494      color: rgba(236, 239, 241, 0.3); }
 2495  .titlebar switch,
 2496  headerbar switch {
 2497    margin: 0.20301rem 0;
 2498    color: rgba(236, 239, 241, 0.75);
 2499    background-color: rgba(236, 239, 241, 0.075); }
 2500    .titlebar switch:checked,
 2501    headerbar switch:checked {
 2502      background-color: rgba(0, 188, 212, 0.2); }
 2503      .titlebar switch:checked:disabled,
 2504      headerbar switch:checked:disabled {
 2505        background-color: rgba(0, 188, 212, 0.2); }
 2506    .titlebar switch:disabled,
 2507    headerbar switch:disabled {
 2508      color: rgba(236, 239, 241, 0.3);
 2509      background-color: alpha(currentColor, 0.2); }
 2510    .titlebar switch slider,
 2511    headerbar switch slider {
 2512      background-color: #3e515a; }
 2513    .titlebar switch:hover slider,
 2514    headerbar switch:hover slider {
 2515      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
 2516    .titlebar switch:checked slider,
 2517    headerbar switch:checked slider {
 2518      background-color: #C5A68E; }
 2519      .titlebar switch:checked slider:disabled,
 2520      headerbar switch:checked slider:disabled {
 2521        background-color: #3F4E56; }
 2522    .titlebar switch:disabled slider,
 2523    headerbar switch:disabled slider {
 2524      background-color: #3F4E56; }
 2525  .titlebar spinner,
 2526  headerbar spinner {
 2527    min-width: 1rem;
 2528    min-height: 1rem;
 2529    margin: -0.3985rem; }
 2530  .titlebar.selection-mode,
 2531  headerbar.selection-mode {
 2532    border-width: 1px 0 1px 0;
 2533    border-top-color: rgba(255, 255, 255, 0.07);
 2534    border-bottom-color: transparent;
 2535    background-color: #C5A68E;
 2536    color: #FFFFFF; }
 2537    .titlebar.selection-mode button,
 2538    .titlebar.selection-mode button.image-button,
 2539    headerbar.selection-mode button,
 2540    headerbar.selection-mode button.image-button {
 2541      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
 2542      color: rgba(255, 255, 255, 0.85); }
 2543      .titlebar.selection-mode button:hover, .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
 2544      .titlebar.selection-mode button.image-button:hover,
 2545      .titlebar.selection-mode button.image-button:active,
 2546      .titlebar.selection-mode button.image-button:checked,
 2547      headerbar.selection-mode button:hover,
 2548      headerbar.selection-mode button:active,
 2549      headerbar.selection-mode button:checked,
 2550      headerbar.selection-mode button.image-button:hover,
 2551      headerbar.selection-mode button.image-button:active,
 2552      headerbar.selection-mode button.image-button:checked {
 2553        color: #FFFFFF; }
 2554      .titlebar.selection-mode button:disabled,
 2555      .titlebar.selection-mode button.image-button:disabled,
 2556      headerbar.selection-mode button:disabled,
 2557      headerbar.selection-mode button.image-button:disabled {
 2558        color: rgba(236, 239, 241, 0.225); }
 2559      .titlebar.selection-mode button:checked,
 2560      .titlebar.selection-mode button.image-button:checked,
 2561      headerbar.selection-mode button:checked,
 2562      headerbar.selection-mode button.image-button:checked {
 2563        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
 2564        color: #FFFFFF;
 2565        background-color: transparent; }
 2566        .titlebar.selection-mode button:checked:disabled,
 2567        .titlebar.selection-mode button.image-button:checked:disabled,
 2568        headerbar.selection-mode button:checked:disabled,
 2569        headerbar.selection-mode button.image-button:checked:disabled {
 2570          color: rgba(255, 255, 255, 0.4); }
 2571          .titlebar.selection-mode button:checked:disabled > label,
 2572          .titlebar.selection-mode button.image-button:checked:disabled > label,
 2573          headerbar.selection-mode button:checked:disabled > label,
 2574          headerbar.selection-mode button.image-button:checked:disabled > label {
 2575            color: inherit; }
 2576      .titlebar.selection-mode button.suggested-action,
 2577      .titlebar.selection-mode button.image-button.suggested-action,
 2578      headerbar.selection-mode button.suggested-action,
 2579      headerbar.selection-mode button.image-button.suggested-action {
 2580        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);
 2581        background-color: #546E7A;
 2582        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), alpha(currentColor, 0));
 2583        color: rgba(236, 239, 241, 0.75); }
 2584        .titlebar.selection-mode button.suggested-action:hover,
 2585        .titlebar.selection-mode button.image-button.suggested-action:hover,
 2586        headerbar.selection-mode button.suggested-action:hover,
 2587        headerbar.selection-mode button.image-button.suggested-action:hover {
 2588          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);
 2589          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), alpha(currentColor, 0));
 2590          color: #ECEFF1; }
 2591        .titlebar.selection-mode button.suggested-action:active,
 2592        .titlebar.selection-mode button.image-button.suggested-action:active,
 2593        headerbar.selection-mode button.suggested-action:active,
 2594        headerbar.selection-mode button.image-button.suggested-action:active {
 2595          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);
 2596          color: #ECEFF1;
 2597          transition-duration: 0;
 2598          animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 2599        .titlebar.selection-mode button.suggested-action:disabled,
 2600        .titlebar.selection-mode button.image-button.suggested-action:disabled,
 2601        headerbar.selection-mode button.suggested-action:disabled,
 2602        headerbar.selection-mode button.image-button.suggested-action:disabled {
 2603          box-shadow: none;
 2604          background-color: alpha(currentColor, 0.2);
 2605          color: rgba(236, 239, 241, 0.225); }
 2606          .titlebar.selection-mode button.suggested-action:disabled > label,
 2607          .titlebar.selection-mode button.image-button.suggested-action:disabled > label,
 2608          headerbar.selection-mode button.suggested-action:disabled > label,
 2609          headerbar.selection-mode button.image-button.suggested-action:disabled > label {
 2610            color: inherit; }
 2611      .titlebar.selection-mode button.text-button, .titlebar.selection-mode button.suggested-action,
 2612      .titlebar.selection-mode button.image-button.text-button,
 2613      .titlebar.selection-mode button.image-button.suggested-action,
 2614      headerbar.selection-mode button.text-button,
 2615      headerbar.selection-mode button.suggested-action,
 2616      headerbar.selection-mode button.image-button.text-button,
 2617      headerbar.selection-mode button.image-button.suggested-action {
 2618        color: rgba(255, 255, 255, 0.85); }
 2619        .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,
 2620        .titlebar.selection-mode button.image-button.text-button:hover,
 2621        .titlebar.selection-mode button.image-button.text-button:active,
 2622        .titlebar.selection-mode button.image-button.text-button:checked,
 2623        .titlebar.selection-mode button.image-button.suggested-action:hover,
 2624        .titlebar.selection-mode button.image-button.suggested-action:active,
 2625        .titlebar.selection-mode button.image-button.suggested-action:checked,
 2626        headerbar.selection-mode button.text-button:hover,
 2627        headerbar.selection-mode button.text-button:active,
 2628        headerbar.selection-mode button.text-button:checked,
 2629        headerbar.selection-mode button.suggested-action:hover,
 2630        headerbar.selection-mode button.suggested-action:active,
 2631        headerbar.selection-mode button.suggested-action:checked,
 2632        headerbar.selection-mode button.image-button.text-button:hover,
 2633        headerbar.selection-mode button.image-button.text-button:active,
 2634        headerbar.selection-mode button.image-button.text-button:checked,
 2635        headerbar.selection-mode button.image-button.suggested-action:hover,
 2636        headerbar.selection-mode button.image-button.suggested-action:active,
 2637        headerbar.selection-mode button.image-button.suggested-action:checked {
 2638          color: #FFFFFF; }
 2639        .titlebar.selection-mode button.text-button:disabled, .titlebar.selection-mode button.suggested-action:disabled,
 2640        .titlebar.selection-mode button.image-button.text-button:disabled,
 2641        .titlebar.selection-mode button.image-button.suggested-action:disabled,
 2642        headerbar.selection-mode button.text-button:disabled,
 2643        headerbar.selection-mode button.suggested-action:disabled,
 2644        headerbar.selection-mode button.image-button.text-button:disabled,
 2645        headerbar.selection-mode button.image-button.suggested-action:disabled {
 2646          color: rgba(255, 255, 255, 0.4); }
 2647    .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action),
 2648    headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
 2649      border-radius: 100px;
 2650      -gtk-outline-radius: 100px; }
 2651      .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 .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu, .osd toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu, toolbar.osd .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu, .app-notification .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu, GeditViewFrame .gedit-search-slider .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu, toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2652      .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2653      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,
 2654      .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2655      .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 .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu, .ssd decoration .titlebar.selection-mode 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,
 2656      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button,
 2657      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
 2658      headerbar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2659      headerbar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2660      .osd toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2661      headerbar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu,
 2662      toolbar.osd headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2663      headerbar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu,
 2664      .app-notification headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2665      headerbar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu,
 2666      GeditViewFrame .gedit-search-slider headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2667      headerbar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2668      toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2669      headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2670      .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2671      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2672      headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2673      headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2674      headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2675      headerbar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2676      placessidebar row headerbar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2677      headerbar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu,
 2678      .ssd decoration headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2679      headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu,
 2680      #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2681      headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu,
 2682      window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2683      headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2684      layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2685      headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu,
 2686      layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu {
 2687        border-radius: 2px;
 2688        -gtk-outline-radius: 2px; }
 2689        .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 .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .osd toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, toolbar.osd .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .app-notification .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GeditViewFrame .gedit-search-slider .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, toolbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2690        .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2691        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,
 2692        .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2693        .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 .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .ssd decoration .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,
 2694        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button,
 2695        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
 2696        headerbar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2697        headerbar.selection-mode .osd toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2698        .osd toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2699        headerbar.selection-mode toolbar.osd button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2700        toolbar.osd headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2701        headerbar.selection-mode .app-notification button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2702        .app-notification headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2703        headerbar.selection-mode GeditViewFrame .gedit-search-slider button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2704        GeditViewFrame .gedit-search-slider headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2705        headerbar.selection-mode toolbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2706        toolbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2707        headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2708        .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2709        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2710        headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2711        headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2712        headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2713        headerbar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2714        placessidebar row headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2715        headerbar.selection-mode .ssd decoration button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2716        .ssd decoration headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2717        headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2718        #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2719        headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2720        window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2721        headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2722        layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2723        headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2724        layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button {
 2725          border-radius: 100px;
 2726          -gtk-outline-radius: 100px; }
 2727    .titlebar.selection-mode entry, .titlebar.selection-mode spinbutton:not(.vertical),
 2728    headerbar.selection-mode entry,
 2729    headerbar.selection-mode spinbutton:not(.vertical) {
 2730      color: rgba(236, 239, 241, 0.75); }
 2731      .titlebar.selection-mode entry:focus, .titlebar.selection-mode spinbutton:focus:not(.vertical),
 2732      headerbar.selection-mode entry:focus,
 2733      headerbar.selection-mode spinbutton:focus:not(.vertical) {
 2734        color: #ECEFF1; }
 2735      .titlebar.selection-mode entry:disabled, .titlebar.selection-mode spinbutton:disabled:not(.vertical),
 2736      headerbar.selection-mode entry:disabled,
 2737      headerbar.selection-mode spinbutton:disabled:not(.vertical) {
 2738        color: rgba(236, 239, 241, 0.225); }
 2739    .titlebar.selection-mode .selection-menu,
 2740    headerbar.selection-mode .selection-menu {
 2741      padding-left: 1.20301rem;
 2742      padding-right: 1.20301rem; }
 2743      .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu.popup,
 2744      headerbar.selection-mode .selection-menu,
 2745      headerbar.selection-mode .selection-menu.popup {
 2746        color: rgba(255, 255, 255, 0.85); }
 2747        .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,
 2748        headerbar.selection-mode .selection-menu:hover,
 2749        headerbar.selection-mode .selection-menu:active,
 2750        headerbar.selection-mode .selection-menu:checked,
 2751        headerbar.selection-mode .selection-menu.popup:hover,
 2752        headerbar.selection-mode .selection-menu.popup:active,
 2753        headerbar.selection-mode .selection-menu.popup:checked {
 2754          color: #FFFFFF; }
 2755        .titlebar.selection-mode .selection-menu:disabled, .titlebar.selection-mode .selection-menu.popup:disabled,
 2756        headerbar.selection-mode .selection-menu:disabled,
 2757        headerbar.selection-mode .selection-menu.popup:disabled {
 2758          color: rgba(236, 239, 241, 0.225); }
 2759        .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:checked,
 2760        headerbar.selection-mode .selection-menu:checked,
 2761        headerbar.selection-mode .selection-menu.popup:checked {
 2762          border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
 2763          background-color: transparent; }
 2764          .titlebar.selection-mode .selection-menu:checked:disabled, .titlebar.selection-mode .selection-menu.popup:checked:disabled,
 2765          headerbar.selection-mode .selection-menu:checked:disabled,
 2766          headerbar.selection-mode .selection-menu.popup:checked:disabled {
 2767            color: rgba(255, 255, 255, 0.4); }
 2768            .titlebar.selection-mode .selection-menu:checked:disabled > label, .titlebar.selection-mode .selection-menu.popup:checked:disabled > label,
 2769            headerbar.selection-mode .selection-menu:checked:disabled > label,
 2770            headerbar.selection-mode .selection-menu.popup:checked:disabled > label {
 2771              color: inherit; }
 2772      .titlebar.selection-mode .selection-menu GtkArrow,
 2773      headerbar.selection-mode .selection-menu GtkArrow {
 2774        -GtkArrow-arrow-scaling: 1.0; }
 2775      .titlebar.selection-mode .selection-menu .arrow,
 2776      headerbar.selection-mode .selection-menu .arrow {
 2777        -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 2778        color: rgba(255, 255, 255, 0.85); }
 2779  .tiled .titlebar, .tiled
 2780  headerbar {
 2781    transition: none; }
 2782  .maximized .titlebar, .maximized
 2783  headerbar {
 2784    transition: none; }
 2785  .titlebar.default-decoration,
 2786  headerbar.default-decoration {
 2787    min-height: 26.7px;
 2788    padding: 5.3px;
 2789    border-width: 0; }
 2790    .titlebar.default-decoration .title,
 2791    headerbar.default-decoration .title {
 2792      color: #ECEFF1; }
 2793      .titlebar.default-decoration .title:backdrop,
 2794      headerbar.default-decoration .title:backdrop {
 2795        color: rgba(236, 239, 241, 0.4); }
 2796    .titlebar.default-decoration button.titlebutton,
 2797    headerbar.default-decoration button.titlebutton {
 2798      min-width: 26.7px;
 2799      min-height: 26.7px;
 2800      margin: 0;
 2801      padding: 0;
 2802      color: rgba(236, 239, 241, 0.75);
 2803      background-size: 2.44361rem 2.44361rem, auto; }
 2804      .titlebar.default-decoration button.titlebutton:hover, .titlebar.default-decoration button.titlebutton:active,
 2805      headerbar.default-decoration button.titlebutton:hover,
 2806      headerbar.default-decoration button.titlebutton:active {
 2807        color: #ECEFF1; }
 2808      .titlebar.default-decoration button.titlebutton:backdrop,
 2809      headerbar.default-decoration button.titlebutton:backdrop {
 2810        color: rgba(236, 239, 241, 0.4); }
 2811
 2812headerbar {
 2813  border-width: 1px 0 1px;
 2814  border-style: solid;
 2815  border-top-color: #13191C;
 2816  border-bottom-color: #242F35; }
 2817  headerbar.titlebar, .csd headerbar, box headerbar:only-child {
 2818    padding: 0.3985rem;
 2819    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); }
 2820  box headerbar:not(:only-child):first-child, box headerbar:not(:only-child):last-child {
 2821    border-left-color: #13191C;
 2822    border-right-color: #13191C; }
 2823    .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 {
 2824      border-left-color: #13191c;
 2825      border-right-color: #13191c; }
 2826  box headerbar:not(:only-child):last-child:dir(ltr) {
 2827    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); }
 2828  box headerbar:not(:only-child):last-child:dir(rtl) {
 2829    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); }
 2830
 2831box headerbar.selection-mode:not(:only-child):last-child:dir(ltr) {
 2832  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; }
 2833box headerbar.selection-mode:not(:only-child):last-child:dir(rtl) {
 2834  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; }
 2835
 2836headerbar,
 2837.titlebar {
 2838  border-top-left-radius: 2px;
 2839  border-top-right-radius: 2px; }
 2840  box headerbar:not(:last-child):not(.titlebar):dir(ltr), box
 2841  .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
 2842    border-top-left-radius: 2px;
 2843    border-top-right-radius: 0; }
 2844  box headerbar:not(:last-child):not(.titlebar):dir(rtl), box
 2845  .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
 2846    border-top-left-radius: 0;
 2847    border-top-right-radius: 2px; }
 2848  box headerbar:last-child:not(.titlebar):dir(ltr), box
 2849  .titlebar:last-child:not(.titlebar):dir(ltr) {
 2850    border-top-left-radius: 0; }
 2851  box headerbar:last-child:not(.titlebar):dir(rtl), box
 2852  .titlebar:last-child:not(.titlebar):dir(rtl) {
 2853    border-top-right-radius: 0; }
 2854
 2855window:not(.maximized):not(.tiled) paned.titlebar {
 2856  border-top-left-radius: 2px;
 2857  border-top-right-radius: 2px; }
 2858  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(ltr) {
 2859    border-top-left-radius: 2px;
 2860    border-top-right-radius: 0; }
 2861  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(rtl) {
 2862    border-top-left-radius: 0;
 2863    border-top-right-radius: 2px; }
 2864  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(ltr) {
 2865    border-top-left-radius: 0;
 2866    border-top-right-radius: 2px; }
 2867  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(rtl) {
 2868    border-top-left-radius: 2px;
 2869    border-top-right-radius: 0; }
 2870
 2871.ssd decoration .titlebar {
 2872  border-top: 1px solid rgba(255, 255, 255, 0.07);
 2873  box-shadow: none; }
 2874
 2875.tiled .titlebar, .tiled
 2876headerbar, .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 {
 2877  border-radius: 0;
 2878  border-color: #13191c;
 2879  border-width: 2px 0 0 0;
 2880  border-top-color: #4DD0E1;
 2881  background-color: #13191c;
 2882  box-shadow: none; }
 2883  .tiled .titlebar:backdrop, .tiled
 2884  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 {
 2885    border-top-color: alpha(currentColor, 0.2); }
 2886
 2887.maximized .titlebar, .maximized
 2888headerbar, .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 {
 2889  border-radius: 0;
 2890  border-color: #13191c;
 2891  border-width: 1px 0 0 0;
 2892  background-color: #13191c;
 2893  box-shadow: none; }
 2894
 2895/************
 2896 * Pathbars *
 2897 ************/
 2898.linked.path-bar button, .linked.path-bar button.text-button,
 2899.path-bar button,
 2900.path-bar button.text-button {
 2901  padding: 0 0.09774rem 0;
 2902  -gtk-outline-radius: 2px; }
 2903.linked.path-bar button.image-button,
 2904.path-bar button.image-button {
 2905  padding: 0 0.3985rem 0; }
 2906.linked.path-bar button.text-button.image-button,
 2907.path-bar button.text-button.image-button {
 2908  -gtk-outline-radius: 2px; }
 2909  .linked.path-bar button.text-button.image-button label,
 2910  .path-bar button.text-button.image-button label {
 2911    padding-left: 0;
 2912    padding-right: 0; }
 2913.linked.path-bar button.text-button.image-button label:last-child,
 2914.path-bar button.text-button.image-button label:last-child {
 2915  padding-right: 0.3985rem; }
 2916.linked.path-bar button.text-button.image-button label:first-child,
 2917.path-bar button.text-button.image-button label:first-child {
 2918  padding-left: 0.3985rem; }
 2919.linked.path-bar button image,
 2920.path-bar button image {
 2921  padding: 0.09774rem 0.3985rem 0; }
 2922.linked.path-bar button.slider-button, .linked.path-bar button.image-button.text-button.toggle,
 2923.path-bar button.slider-button,
 2924.path-bar button.image-button.text-button.toggle {
 2925  min-height: 1.30075rem;
 2926  padding: 0 0.09774rem 0;
 2927  -gtk-outline-radius: 2px; }
 2928
 2929/**************
 2930 * Tree Views *
 2931 **************/
 2932treeview.view, .tweak-category {
 2933  border-left-color: alpha(currentColor, 0.2);
 2934  border-top-color: rgba(0, 0, 0, 0.11);
 2935  border-radius: 0;
 2936  background-color: transparent;
 2937  background-image: none;
 2938  box-shadow: none; }
 2939  * {
 2940    -GtkTreeView-horizontal-separator: 4;
 2941    -GtkTreeView-grid-line-width: 1;
 2942    -GtkTreeView-grid-line-pattern: '';
 2943    -GtkTreeView-tree-line-width: 1;
 2944    -GtkTreeView-tree-line-pattern: '';
 2945    -GtkTreeView-expander-size: 16; }
 2946  treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active {
 2947    border-radius: 0; }
 2948  treeview.view:selected, .tweak-category:selected {
 2949    border-radius: 0; }
 2950  treeview.view, .tweak-category, treeview.view entry, .tweak-category entry, treeview.view spinbutton:not(.vertical), .tweak-category spinbutton:not(.vertical),
 2951  treeview.view entry > label,
 2952  .tweak-category entry > label,
 2953  treeview.view spinbutton:not(.vertical) > label,
 2954  .tweak-category spinbutton:not(.vertical) > label {
 2955    color: rgba(236, 239, 241, 0.75); }
 2956    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),
 2957    treeview.view entry > label:hover,
 2958    .tweak-category entry > label:hover,
 2959    treeview.view spinbutton:not(.vertical) > label:hover,
 2960    .tweak-category spinbutton:not(.vertical) > label:hover,
 2961    treeview.view entry > label:active,
 2962    .tweak-category entry > label:active,
 2963    treeview.view spinbutton:not(.vertical) > label:active,
 2964    .tweak-category spinbutton:not(.vertical) > label:active,
 2965    treeview.view entry > label:focus,
 2966    .tweak-category entry > label:focus,
 2967    treeview.view spinbutton:not(.vertical) > label:focus,
 2968    .tweak-category spinbutton:not(.vertical) > label:focus {
 2969      color: #ECEFF1; }
 2970    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),
 2971    treeview.view entry > label:selected,
 2972    .tweak-category entry > label:selected,
 2973    treeview.view spinbutton:not(.vertical) > label:selected,
 2974    .tweak-category spinbutton:not(.vertical) > label:selected {
 2975      color: #FFFFFF; }
 2976    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),
 2977    treeview.view entry > label:disabled,
 2978    .tweak-category entry > label:disabled,
 2979    treeview.view spinbutton:not(.vertical) > label:disabled,
 2980    .tweak-category spinbutton:not(.vertical) > label:disabled {
 2981      color: rgba(236, 239, 241, 0.3); }
 2982      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),
 2983      treeview.view entry > label:disabled:selected,
 2984      .tweak-category entry > label:disabled:selected,
 2985      treeview.view spinbutton:not(.vertical) > label:disabled:selected,
 2986      .tweak-category spinbutton:not(.vertical) > label:disabled:selected {
 2987        color: rgba(255, 255, 255, 0.4); }
 2988  treeview.view .separator, .tweak-category .separator, treeview.view .separator:hover, .tweak-category .separator:hover {
 2989    color: transparent;
 2990    background-color: rgba(0, 0, 0, 0.11); }
 2991  treeview.view.dnd, .dnd.tweak-category {
 2992    border-style: solid none;
 2993    border-width: 1px;
 2994    border-color: #76d6e3; }
 2995  treeview.view expander arrow, .tweak-category expander arrow {
 2996    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
 2997    treeview.view expander arrow:dir(rtl), .tweak-category expander arrow:dir(rtl) {
 2998      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
 2999    treeview.view expander arrow:checked, .tweak-category expander arrow:checked {
 3000      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
 3001    treeview.view expander arrow:selected, .tweak-category expander arrow:selected {
 3002      color: rgba(255, 255, 255, 0.75); }
 3003      treeview.view expander arrow:selected:hover, .tweak-category expander arrow:selected:hover, treeview.view expander arrow:selected:active, .tweak-category expander arrow:selected:active {
 3004        color: #FFFFFF; }
 3005  treeview.view.progressbar, .progressbar.tweak-category {
 3006    box-shadow: inset 0 -4px #C5A68E; }
 3007    treeview.view.progressbar:selected, .progressbar.tweak-category:selected {
 3008      box-shadow: inset 0 -4px #FFFFFF; }
 3009  treeview.view.trough, .trough.tweak-category {
 3010    box-shadow: inset 0 -4px alpha(#C5A68E, 0.2); }
 3011    treeview.view.trough:selected, .trough.tweak-category:selected {
 3012      box-shadow: inset 0 -4px alpha(#FFFFFF, 0.2); }
 3013  treeview.view, .tweak-category, paned treeview.view, paned .tweak-category {
 3014    background-color: #455A64; }
 3015    treeview.view:hover, .tweak-category:hover,
 3016    treeview.view row:hover,
 3017    .tweak-category row:hover, paned treeview.view:hover, paned .tweak-category:hover,
 3018    paned treeview.view row:hover,
 3019    paned .tweak-category row:hover {
 3020      color: #ECEFF1; }
 3021  treeview.view acceleditor > label, .tweak-category acceleditor > label {
 3022    background-color: #C5A68E; }
 3023  treeview.view header button, .tweak-category header button {
 3024    min-height: 1.50376rem;
 3025    padding: 0 0.50376rem 0;
 3026    border-style: none solid solid none;
 3027    border-width: 1px;
 3028    border-color: rgba(0, 0, 0, 0.11);
 3029    border-radius: 0;
 3030    box-shadow: none;
 3031    background-color: #455A64;
 3032    color: rgba(236, 239, 241, 0.5); }
 3033  treeview.view header:hover, .tweak-category header:hover, treeview.view header:active, .tweak-category header:active {
 3034    color: #ECEFF1;
 3035    box-shadow: none; }
 3036  treeview.view header:disabled, .tweak-category header:disabled {
 3037    background-color: #455A64; }
 3038  treeview.view button:last-child, .tweak-category button:last-child, treeview.view:last-child button, .tweak-category:last-child button {
 3039    border-right-style: none; }
 3040  treeview.view.separator, .separator.tweak-category {
 3041    min-height: 0.15038rem;
 3042    color: transparent;
 3043    background-color: rgba(0, 0, 0, 0.11); }
 3044
 3045column-header.button.dnd, treeview.view header.dnd, .tweak-category header.dnd {
 3046  transition: none;
 3047  border-left-style: solid;
 3048  color: #C5A68E; }
 3049
 3050/*********
 3051 * Menus *
 3052 *********/
 3053.menubar,
 3054menubar {
 3055  -GtkWidget-window-dragging: true;
 3056  padding: 0;
 3057  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);
 3058  background-color: #13191C;
 3059  color: rgba(236, 239, 241, 0.75); }
 3060  .tiled .menubar, .maximized .menubar, .tiled
 3061  menubar, .maximized
 3062  menubar {
 3063    background-color: #13191c;
 3064    box-shadow: none;
 3065    transition: none; }
 3066  .menubar > menuitem,
 3067  menubar > menuitem {
 3068    min-height: 1.50376rem;
 3069    padding: 0.3985rem 0.6015rem 0.50376rem;
 3070    color: rgba(236, 239, 241, 0.75);
 3071    background-color: transparent; }
 3072    .menubar > menuitem:hover,
 3073    menubar > menuitem:hover {
 3074      color: #ECEFF1;
 3075      box-shadow: inset 0 -2px #C5A68E; }
 3076    .menubar > menuitem:disabled,
 3077    menubar > menuitem:disabled {
 3078      color: rgba(236, 239, 241, 0.3);
 3079      box-shadow: none; }
 3080
 3081.menu,
 3082.context-menu,
 3083menu {
 3084  margin: 0.30075rem 0;
 3085  padding: 0.30075rem 0;
 3086  border-width: 1px;
 3087  border-style: solid;
 3088  border-color: #455A64 transparent transparent;
 3089  background-color: #42565f; }
 3090  .csd .menu, .csd
 3091  .context-menu, .csd
 3092  menu {
 3093    border-width: 1px;
 3094    border-radius: 2px;
 3095    border-color: #455A64 transparent transparent; }
 3096  .menu .menuitem,
 3097  .menu menuitem,
 3098  .context-menu .menuitem,
 3099  .context-menu menuitem,
 3100  menu .menuitem,
 3101  menu menuitem {
 3102    min-height: 1.50376rem;
 3103    min-width: 3.00752rem;
 3104    padding: 0.3985rem 0.6015rem 0.50376rem;
 3105    color: rgba(236, 239, 241, 0.75);
 3106    font: initial;
 3107    text-shadow: none;
 3108    transition: none; }
 3109    .menu .menuitem:hover,
 3110    .menu menuitem:hover,
 3111    .context-menu .menuitem:hover,
 3112    .context-menu menuitem:hover,
 3113    menu .menuitem:hover,
 3114    menu menuitem:hover {
 3115      color: #ECEFF1;
 3116      background-color: alpha(currentColor, 0.1);
 3117      transition: none; }
 3118    .menu .menuitem:disabled,
 3119    .menu menuitem:disabled,
 3120    .context-menu .menuitem:disabled,
 3121    .context-menu menuitem:disabled,
 3122    menu .menuitem:disabled,
 3123    menu menuitem:disabled {
 3124      color: rgba(236, 239, 241, 0.3); }
 3125    .menu .menuitem arrow,
 3126    .menu menuitem arrow,
 3127    .context-menu .menuitem arrow,
 3128    .context-menu menuitem arrow,
 3129    menu .menuitem arrow,
 3130    menu menuitem arrow {
 3131      min-height: 1.20301rem;
 3132      min-width: 1.20301rem; }
 3133      .menu .menuitem arrow:dir(ltr),
 3134      .menu menuitem arrow:dir(ltr),
 3135      .context-menu .menuitem arrow:dir(ltr),
 3136      .context-menu menuitem arrow:dir(ltr),
 3137      menu .menuitem arrow:dir(ltr),
 3138      menu menuitem arrow:dir(ltr) {
 3139        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
 3140        margin-left: 0.80451rem; }
 3141      .menu .menuitem arrow:dir(rtl),
 3142      .menu menuitem arrow:dir(rtl),
 3143      .context-menu .menuitem arrow:dir(rtl),
 3144      .context-menu menuitem arrow:dir(rtl),
 3145      menu .menuitem arrow:dir(rtl),
 3146      menu menuitem arrow:dir(rtl) {
 3147        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
 3148        margin-right: 0.80451rem; }
 3149    .menu .menuitem label:dir(rtl), .menu .menuitem label:dir(ltr),
 3150    .menu menuitem label:dir(rtl),
 3151    .menu menuitem label:dir(ltr),
 3152    .context-menu .menuitem label:dir(rtl),
 3153    .context-menu .menuitem label:dir(ltr),
 3154    .context-menu menuitem label:dir(rtl),
 3155    .context-menu menuitem label:dir(ltr),
 3156    menu .menuitem label:dir(rtl),
 3157    menu .menuitem label:dir(ltr),
 3158    menu menuitem label:dir(rtl),
 3159    menu menuitem label:dir(ltr) {
 3160      color: inherit; }
 3161  .menu > arrow,
 3162  .context-menu > arrow,
 3163  menu > arrow {
 3164    min-height: 1.20301rem;
 3165    min-width: 1.20301rem;
 3166    padding: 0.30075rem;
 3167    border-style: none;
 3168    border-radius: 0;
 3169    background-color: #42565f; }
 3170    .menu > arrow.top,
 3171    .context-menu > arrow.top,
 3172    menu > arrow.top {
 3173      margin-top: -0.3985rem;
 3174      -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
 3175      border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
 3176    .menu > arrow.bottom,
 3177    .context-menu > arrow.bottom,
 3178    menu > arrow.bottom {
 3179      margin-bottom: -0.3985rem;
 3180      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 3181      border-top: 1px solid rgba(0, 0, 0, 0.11); }
 3182    .menu > arrow:hover,
 3183    .context-menu > arrow:hover,
 3184    menu > arrow:hover {
 3185      background-color: #3b4c54; }
 3186    .menu > arrow:disabled,
 3187    .context-menu > arrow:disabled,
 3188    menu > arrow:disabled {
 3189      color: transparent;
 3190      background-color: transparent;
 3191      border-color: transparent; }
 3192  .menu > separator:dir(ltr),
 3193  .context-menu > separator:dir(ltr),
 3194  menu > separator:dir(ltr) {
 3195    margin-left: 2.40602rem; }
 3196  .menu > separator:dir(rtl),
 3197  .context-menu > separator:dir(rtl),
 3198  menu > separator:dir(rtl) {
 3199    margin-right: 2.40602rem; }
 3200
 3201menuitem accelerator {
 3202  color: alpha(currentColor, 0.55); }
 3203menuitem separator {
 3204  color: transparent;
 3205  background: none;
 3206  border-top: 1px solid rgba(0, 0, 0, 0.11); }
 3207  menuitem separator:dir(ltr) {
 3208    margin-left: 2.40602rem; }
 3209  menuitem separator:dir(rtl) {
 3210    margin-right: 2.40602rem; }
 3211
 3212.csd.popup {
 3213  border-radius: 2px; }
 3214
 3215/************
 3216 * Popovers *
 3217 ************/
 3218popover.background {
 3219  padding: 2px;
 3220  background-color: #42565f;
 3221  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
 3222  .csd popover.background, popover.background {
 3223    border: 1px solid;
 3224    border-color: #455A64 #42565f #42565f;
 3225    border-radius: 3px; }
 3226  popover.background:backdrop {
 3227    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 3228  popover.background > list,
 3229  popover.background > .view,
 3230  popover.background > iconview,
 3231  popover.background > toolbar, popover.background.osd > toolbar {
 3232    border-style: none;
 3233    border-image: none;
 3234    background-color: transparent; }
 3235  popover.background button menuitem.flat,
 3236  popover.background button.flat,
 3237  popover.background button.osd.image-button,
 3238  popover.background .osd toolbar button,
 3239  .osd toolbar popover.background button,
 3240  popover.background toolbar.osd button,
 3241  toolbar.osd popover.background button,
 3242  popover.background .app-notification button,
 3243  .app-notification popover.background button,
 3244  popover.background GeditViewFrame .gedit-search-slider button,
 3245  GeditViewFrame .gedit-search-slider popover.background button,
 3246  popover.background toolbar button,
 3247  toolbar popover.background button,
 3248  popover.background .titlebar button:not(.suggested-action):not(.destructive-action),
 3249  .titlebar popover.background button:not(.suggested-action):not(.destructive-action),
 3250  popover.background headerbar button:not(.suggested-action):not(.destructive-action),
 3251  headerbar popover.background button:not(.suggested-action):not(.destructive-action),
 3252  popover.background .menu > arrow,
 3253  popover.background .context-menu > arrow,
 3254  popover.background menu > arrow,
 3255  popover.background placessidebar row button.image-button,
 3256  placessidebar row popover.background button.image-button,
 3257  popover.background .ssd decoration button,
 3258  .ssd decoration popover.background button,
 3259  popover.background .csd headerbar button.titlebutton,
 3260  .csd headerbar popover.background button.titlebutton,
 3261  popover.background .csd .titlebar button.titlebutton,
 3262  .csd .titlebar popover.background button.titlebutton,
 3263  popover.background #gf-candidate-popup button,
 3264  #gf-candidate-popup popover.background button,
 3265  popover.background #gf-candidate-popup .linked > button:first-child,
 3266  #gf-candidate-popup popover.background .linked > button:first-child,
 3267  popover.background #gf-candidate-popup .linked > button:last-child,
 3268  #gf-candidate-popup popover.background .linked > button:last-child,
 3269  popover.background window > grid.vertical > box.vertical > widget button,
 3270  window > grid.vertical > box.vertical > widget popover.background button,
 3271  popover.background layouttabbar button,
 3272  layouttabbar popover.background button,
 3273  popover.background layouttab button,
 3274  layouttab popover.background button {
 3275    transition: none;
 3276    padding: 0 0.75188rem 0;
 3277    background-color: transparent;
 3278    background-size: 9.96241rem 9.96241rem, auto;
 3279    color: rgba(236, 239, 241, 0.75);
 3280    font: initial; }
 3281    popover.background button menuitem.flat:hover,
 3282    popover.background button.flat:hover,
 3283    popover.background button.osd.image-button:hover,
 3284    popover.background .osd toolbar button:hover,
 3285    .osd toolbar popover.background button:hover,
 3286    popover.background toolbar.osd button:hover,
 3287    toolbar.osd popover.background button:hover,
 3288    popover.background .app-notification button:hover,
 3289    .app-notification popover.background button:hover,
 3290    popover.background GeditViewFrame .gedit-search-slider button:hover,
 3291    GeditViewFrame .gedit-search-slider popover.background button:hover,
 3292    popover.background toolbar button:hover,
 3293    toolbar popover.background button:hover,
 3294    popover.background .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 3295    .titlebar popover.background button:hover:not(.suggested-action):not(.destructive-action),
 3296    popover.background headerbar button:hover:not(.suggested-action):not(.destructive-action),
 3297    headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action),
 3298    popover.background .menu > arrow:hover,
 3299    popover.background .context-menu > arrow:hover,
 3300    popover.background menu > arrow:hover,
 3301    popover.background placessidebar row button.image-button:hover,
 3302    placessidebar row popover.background button.image-button:hover,
 3303    popover.background .ssd decoration button:hover,
 3304    .ssd decoration popover.background button:hover,
 3305    popover.background .csd headerbar button.titlebutton:hover,
 3306    .csd headerbar popover.background button.titlebutton:hover,
 3307    popover.background .csd .titlebar button.titlebutton:hover,
 3308    .csd .titlebar popover.background button.titlebutton:hover,
 3309    popover.background #gf-candidate-popup button:hover,
 3310    #gf-candidate-popup popover.background button:hover,
 3311    popover.background window > grid.vertical > box.vertical > widget button:hover,
 3312    window > grid.vertical > box.vertical > widget popover.background button:hover,
 3313    popover.background layouttabbar button:hover,
 3314    layouttabbar popover.background button:hover,
 3315    popover.background layouttab button:hover,
 3316    layouttab popover.background button:hover {
 3317      background-color: transparent;
 3318      color: #ECEFF1; }
 3319    popover.background button menuitem.flat label,
 3320    popover.background button.flat label,
 3321    popover.background button.osd.image-button label,
 3322    popover.background .osd toolbar button label,
 3323    .osd toolbar popover.background button label,
 3324    popover.background toolbar.osd button label,
 3325    toolbar.osd popover.background button label,
 3326    popover.background .app-notification button label,
 3327    .app-notification popover.background button label,
 3328    popover.background GeditViewFrame .gedit-search-slider button label,
 3329    GeditViewFrame .gedit-search-slider popover.background button label,
 3330    popover.background toolbar button label,
 3331    toolbar popover.background button label,
 3332    popover.background .titlebar button:not(.suggested-action):not(.destructive-action) label,
 3333    .titlebar popover.background button:not(.suggested-action):not(.destructive-action) label,
 3334    popover.background headerbar button:not(.suggested-action):not(.destructive-action) label,
 3335    headerbar popover.background button:not(.suggested-action):not(.destructive-action) label,
 3336    popover.background .menu > arrow label,
 3337    popover.background .context-menu > arrow label,
 3338    popover.background menu > arrow label,
 3339    popover.background placessidebar row button.image-button label,
 3340    placessidebar row popover.background button.image-button label,
 3341    popover.background .ssd decoration button label,
 3342    .ssd decoration popover.background button label,
 3343    popover.background .csd headerbar button.titlebutton label,
 3344    .csd headerbar popover.background button.titlebutton label,
 3345    popover.background .csd .titlebar button.titlebutton label,
 3346    .csd .titlebar popover.background button.titlebutton label,
 3347    popover.background #gf-candidate-popup button label,
 3348    #gf-candidate-popup popover.background button label,
 3349    popover.background #gf-candidate-popup .linked > button:first-child label,
 3350    #gf-candidate-popup popover.background .linked > button:first-child label,
 3351    popover.background #gf-candidate-popup .linked > button:last-child label,
 3352    #gf-candidate-popup popover.background .linked > button:last-child label,
 3353    popover.background window > grid.vertical > box.vertical > widget button label,
 3354    window > grid.vertical > box.vertical > widget popover.background button label,
 3355    popover.background layouttabbar button label,
 3356    layouttabbar popover.background button label,
 3357    popover.background layouttab button label,
 3358    layouttab popover.background button label {
 3359      padding: 0.20301rem 0 0.24812rem; }
 3360  popover.background button.image-button {
 3361    padding: 0.50376rem; }
 3362  popover.background button.model.image-button {
 3363    min-height: 2.00752rem; }
 3364  popover.background .linked > button {
 3365    box-shadow: none;
 3366    background-color: transparent;
 3367    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), alpha(currentColor, 0));
 3368    color: rgba(236, 239, 241, 0.75); }
 3369    popover.background .linked > button:hover {
 3370      box-shadow: none;
 3371      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), alpha(currentColor, 0.1)); }
 3372    popover.background .linked > button:active {
 3373      box-shadow: none;
 3374      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 3375    popover.background .linked > button:disabled {
 3376      box-shadow: none;
 3377      background-color: transparent; }
 3378    popover.background .linked > button:checked {
 3379      background-color: alpha(currentColor, 0.2);
 3380      color: #ECEFF1;
 3381      color: #ECEFF1;
 3382      background-color: transparent; }
 3383    popover.background .linked > button:checked:disabled > label {
 3384      color: inherit; }
 3385  .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button {
 3386    box-shadow: none;
 3387    background-color: transparent;
 3388    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), alpha(currentColor, 0)); }
 3389  popover.background separator {
 3390    margin: 0.22556rem 0; }
 3391
 3392/*************
 3393 * Notebooks *
 3394 *************/
 3395notebook {
 3396  padding: 0; }
 3397  notebook.frame {
 3398    border: 1px solid #37474F;
 3399    transition: none; }
 3400    notebook.frame > header, notebook.frame > header.frame {
 3401      border-style: none; }
 3402    notebook.frame > header.top {
 3403      margin: -1px -1px 0 -1px; }
 3404    notebook.frame > header.bottom {
 3405      margin: 0 -1px -1px -1px; }
 3406    notebook.frame > header.left {
 3407      margin: -1px 0 -1px -1px; }
 3408    notebook.frame > header.right {
 3409      margin: -1px -1px -1px 0; }
 3410  notebook > stack {
 3411    transition: none; }
 3412    notebook > stack:only-child {
 3413      border: none;
 3414      background-color: transparent;
 3415      box-shadow: none; }
 3416    notebook > stack:not(:only-child), notebook > stack:not(:first-child), notebook > stack:not(:last-child) {
 3417      border: none;
 3418      background-color: #455A64;
 3419      box-shadow: inset 0 0 0 1px #455A64; }
 3420  notebook > header {
 3421    background-color: #3e515a; }
 3422    notebook > header tabs {
 3423      background-color: transparent; }
 3424    notebook > header.top {
 3425      box-shadow: 0 1px rgba(0, 0, 0, 0.11); }
 3426    notebook > header.bottom {
 3427      box-shadow: 0 -1px rgba(0, 0, 0, 0.11); }
 3428    notebook > header.left {
 3429      box-shadow: 1px 0 rgba(0, 0, 0, 0.11); }
 3430    notebook > header.right {
 3431      box-shadow: -1px 0 rgba(0, 0, 0, 0.11); }
 3432    notebook > header.top > tabs {
 3433      margin: 0 0.45113rem -1px 0.45113rem; }
 3434      notebook > header.top > tabs > tab {
 3435        margin: 0 -1px 0 -1px;
 3436        padding: 0.3985rem 1.20301rem;
 3437        border-bottom-width: 2px;
 3438        box-shadow: none; }
 3439        notebook > header.top > tabs > tab.reorderable-page {
 3440          padding-left: 0.75188rem;
 3441          padding-right: 0.75188rem;
 3442          border-left-width: 1px;
 3443          border-right-width: 1px; }
 3444    notebook > header.bottom > tabs {
 3445      margin: -1px 0.45113rem 0 0.45113rem; }
 3446      notebook > header.bottom > tabs > tab {
 3447        margin: 0 -1px 0 -1px;
 3448        padding: 0.3985rem 1.20301rem;
 3449        border-top-width: 2px;
 3450        box-shadow: none; }
 3451        notebook > header.bottom > tabs > tab.reorderable-page {
 3452          padding-left: 1.20301rem;
 3453          padding-right: 1.20301rem;
 3454          border-left-width: 1px;
 3455          border-right-width: 1px; }
 3456    notebook > header.left > tabs {
 3457      margin: 0.45113rem -1px 0.45113rem 0; }
 3458      notebook > header.left > tabs > tab {
 3459        margin: -1px 0 -1px 0;
 3460        padding: 0.3985rem 0.75188rem;
 3461        border-right-width: 2px;
 3462        box-shadow: none; }
 3463        notebook > header.left > tabs > tab.reorderable-page {
 3464          border-bottom-width: 1px;
 3465          border-top-width: 1px; }
 3466    notebook > header.right > tabs {
 3467      margin: 0.45113rem 0 0.45113rem -1px; }
 3468      notebook > header.right > tabs > tab {
 3469        margin: -1px 0 -1px 0;
 3470        padding: 0.3985rem 0.75188rem;
 3471        border-left-width: 2px;
 3472        box-shadow: none; }
 3473        notebook > header.right > tabs > tab.reorderable-page {
 3474          border-bottom-width: 1px;
 3475          border-top-width: 1px; }
 3476    notebook > header.top tab.reorderable-page {
 3477      border-bottom-width: 2px;
 3478      border-bottom-color: transparent; }
 3479      notebook > header.top tab.reorderable-page:hover {
 3480        border-color: rgba(0, 0, 0, 0.11);
 3481        border-bottom-width: 2px;
 3482        border-bottom-color: rgba(0, 0, 0, 0.11);
 3483        background-color: #455A64;
 3484        box-shadow: none; }
 3485      notebook > header.top tab.reorderable-page:checked {
 3486        border-color: rgba(0, 0, 0, 0.11);
 3487        border-bottom-width: 2px;
 3488        border-bottom-color: #C5A68E;
 3489        background-color: #455A64;
 3490        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); }
 3491    notebook > header.bottom tab.reorderable-page {
 3492      border-top-width: 2px;
 3493      border-top-color: transparent; }
 3494      notebook > header.bottom tab.reorderable-page:hover {
 3495        border-color: rgba(0, 0, 0, 0.11);
 3496        border-top-width: 2px;
 3497        border-top-color: rgba(0, 0, 0, 0.11);
 3498        background-color: #455A64;
 3499        box-shadow: none; }
 3500      notebook > header.bottom tab.reorderable-page:checked {
 3501        border-color: rgba(0, 0, 0, 0.11);
 3502        border-top-width: 2px;
 3503        border-top-color: #C5A68E;
 3504        background-color: #455A64;
 3505        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); }
 3506    notebook > header.left tab.reorderable-page {
 3507      border-right-width: 2px;
 3508      border-right-color: transparent; }
 3509      notebook > header.left tab.reorderable-page:hover {
 3510        border-color: rgba(0, 0, 0, 0.11);
 3511        border-right-width: 2px;
 3512        border-right-color: rgba(0, 0, 0, 0.11);
 3513        background-color: #455A64;
 3514        box-shadow: none; }
 3515      notebook > header.left tab.reorderable-page:checked {
 3516        border-color: rgba(0, 0, 0, 0.11);
 3517        border-right-width: 2px;
 3518        border-right-color: #C5A68E;
 3519        background-color: #455A64;
 3520        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); }
 3521    notebook > header.right tab.reorderable-page {
 3522      border-left-width: 2px;
 3523      border-left-color: transparent; }
 3524      notebook > header.right tab.reorderable-page:hover {
 3525        border-color: rgba(0, 0, 0, 0.11);
 3526        border-left-width: 2px;
 3527        border-left-color: rgba(0, 0, 0, 0.11);
 3528        background-color: #455A64;
 3529        box-shadow: none; }
 3530      notebook > header.right tab.reorderable-page:checked {
 3531        border-color: rgba(0, 0, 0, 0.11);
 3532        border-left-width: 2px;
 3533        border-left-color: #C5A68E;
 3534        background-color: #455A64;
 3535        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); }
 3536    notebook > header > tabs > arrow {
 3537      transition: none;
 3538      min-height: 1.20301rem;
 3539      min-width: 1.20301rem;
 3540      margin: 0 0.50376rem;
 3541      border-radius: 0;
 3542      color: rgba(236, 239, 241, 0.5); }
 3543      notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active {
 3544        color: #ECEFF1; }
 3545      notebook > header > tabs > arrow:disabled {
 3546        color: rgba(236, 239, 241, 0.3); }
 3547    notebook > header.top button, notebook > header.bottom button, notebook > header.left button, notebook > header.right button {
 3548      min-height: 1.20301rem;
 3549      min-width: 1.20301rem;
 3550      padding: 0;
 3551      border-radius: 100px;
 3552      -gtk-outline-radius: 100px; }
 3553      notebook > header.top button > image, notebook > header.bottom button > image, notebook > header.left button > image, notebook > header.right button > image {
 3554        padding: 0.50376rem; }
 3555  notebook tab {
 3556    border-width: 0;
 3557    border-style: solid;
 3558    border-color: transparent;
 3559    background-color: transparent;
 3560    outline-offset: -0.45113rem; }
 3561    notebook tab:hover {
 3562      border-color: alpha(currentColor, 0.2); }
 3563    notebook tab:checked {
 3564      border-color: #C5A68E; }
 3565    notebook tab label {
 3566      padding: 0.09774rem;
 3567      font-weight: 700;
 3568      color: rgba(236, 239, 241, 0.5); }
 3569    notebook tab.reorderable-page label {
 3570      padding: 0.3985rem 0 0.3985rem; }
 3571    notebook tab:hover label {
 3572      color: #ECEFF1; }
 3573    notebook tab:checked label {
 3574      color: #ECEFF1; }
 3575    notebook tab button {
 3576      box-shadow: none;
 3577      background-color: transparent;
 3578      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), alpha(currentColor, 0));
 3579      min-width: 1.20301rem;
 3580      min-height: 1.20301rem;
 3581      padding: 0;
 3582      border-radius: 100px;
 3583      -gtk-outline-radius: 100px;
 3584      background-size: 2.44361rem 2.44361rem, auto;
 3585      color: rgba(236, 239, 241, 0.5); }
 3586      notebook tab button:hover {
 3587        box-shadow: none;
 3588        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), alpha(currentColor, 0.1)); }
 3589      notebook tab button:active {
 3590        box-shadow: none;
 3591        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 3592      notebook tab button:disabled {
 3593        box-shadow: none;
 3594        background-color: transparent; }
 3595      notebook tab button > image {
 3596        padding: 0.50376rem; }
 3597    notebook tab:hover button, notebook tab:checked button {
 3598      color: #ECEFF1; }
 3599      notebook tab:hover button image, notebook tab:checked button image {
 3600        color: #ECEFF1; }
 3601    notebook tab:disabled button {
 3602      color: rgba(236, 239, 241, 0.3); }
 3603      notebook tab:disabled button image {
 3604        color: rgba(236, 239, 241, 0.3); }
 3605    notebook tab button.flat.image-button.small-button, notebook tab button.image-button.small-button.osd, notebook tab .osd toolbar button.image-button.small-button, .osd toolbar notebook tab button.image-button.small-button, notebook tab toolbar.osd button.image-button.small-button, toolbar.osd notebook tab button.image-button.small-button, notebook tab .app-notification button.image-button.small-button, .app-notification notebook tab button.image-button.small-button, notebook tab GeditViewFrame .gedit-search-slider button.image-button.small-button, GeditViewFrame .gedit-search-slider notebook tab button.image-button.small-button, notebook tab toolbar button.image-button.small-button, toolbar notebook tab button.image-button.small-button, 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),
 3606    notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action),
 3607    headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab .menu > arrow.image-button.small-button,
 3608    notebook tab .context-menu > arrow.image-button.small-button,
 3609    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 .ssd decoration button.image-button.small-button, .ssd decoration 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,
 3610    notebook tab .csd .titlebar button.image-button.small-button.titlebutton,
 3611    .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 {
 3612      min-width: 1.20301rem;
 3613      min-height: 1.20301rem;
 3614      padding: 0; }
 3615      notebook tab button.flat.image-button.small-button > widget > box > image, notebook tab button.image-button.small-button.osd > widget > box > image, notebook tab .osd toolbar button.image-button.small-button > widget > box > image, .osd toolbar notebook tab button.image-button.small-button > widget > box > image, notebook tab toolbar.osd button.image-button.small-button > widget > box > image, toolbar.osd notebook tab button.image-button.small-button > widget > box > image, notebook tab .app-notification button.image-button.small-button > widget > box > image, .app-notification notebook tab button.image-button.small-button > widget > box > image, notebook tab GeditViewFrame .gedit-search-slider button.image-button.small-button > widget > box > image, GeditViewFrame .gedit-search-slider notebook tab button.image-button.small-button > widget > box > image, notebook tab toolbar button.image-button.small-button > widget > box > image, toolbar notebook tab button.image-button.small-button > 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,
 3616      notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
 3617      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,
 3618      notebook tab .context-menu > arrow.image-button.small-button > widget > box > image,
 3619      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 .ssd decoration button.image-button.small-button > widget > box > image, .ssd decoration 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,
 3620      notebook tab .csd .titlebar button.image-button.small-button.titlebutton > widget > box > image,
 3621      .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 {
 3622        padding: 0.50376rem; }
 3623
 3624/**************
 3625 * Scrollbars *
 3626 **************/
 3627@keyframes slow_down_vert {
 3628  from {
 3629    min-width: 0.45113rem; }
 3630  to {
 3631    min-width: 0.90226rem; } }
 3632@keyframes slow_down_horz {
 3633  from {
 3634    min-height: 0.45113rem; }
 3635  to {
 3636    min-height: 0.90226rem; } }
 3637scrollbar,
 3638.scrollbar {
 3639  background-color: rgba(69, 90, 100, 0.55);
 3640  transition-duration: 0.2s; }
 3641  * {
 3642    -GtkScrollbar-has-backward-stepper: false;
 3643    -GtkScrollbar-has-forward-stepper: false; }
 3644  scrollbar.top, scrollbar.top .trough, scrollbar.bottom, scrollbar.bottom .trough, scrollbar.left, scrollbar.left .trough, scrollbar.right, scrollbar.right .trough,
 3645  .scrollbar.top,
 3646  .scrollbar.top .trough,
 3647  .scrollbar.bottom,
 3648  .scrollbar.bottom .trough,
 3649  .scrollbar.left,
 3650  .scrollbar.left .trough,
 3651  .scrollbar.right,
 3652  .scrollbar.right .trough {
 3653    border: none; }
 3654  scrollbar slider,
 3655  scrollbar .slider,
 3656  .scrollbar slider,
 3657  .scrollbar .slider {
 3658    margin: 0;
 3659    border-radius: 0;
 3660    border: 0 none transparent;
 3661    background-color: rgba(236, 239, 241, 0.275); }
 3662    scrollbar slider:hover,
 3663    scrollbar .slider:hover,
 3664    .scrollbar slider:hover,
 3665    .scrollbar .slider:hover {
 3666      background-color: rgba(236, 239, 241, 0.4125); }
 3667    scrollbar slider:active,
 3668    scrollbar .slider:active,
 3669    .scrollbar slider:active,
 3670    .scrollbar .slider:active {
 3671      background-color: #ECEFF1; }
 3672    scrollbar slider:disabled,
 3673    scrollbar .slider:disabled,
 3674    .scrollbar slider:disabled,
 3675    .scrollbar .slider:disabled {
 3676      opacity: 0.4; }
 3677  scrollbar.fine-tune slider,
 3678  .scrollbar.fine-tune slider {
 3679    margin: 0; }
 3680  scrollbar.vertical slider,
 3681  scrollbar.vertical .slider,
 3682  .scrollbar.vertical slider,
 3683  .scrollbar.vertical .slider {
 3684    min-width: 0.90226rem;
 3685    min-height: 2.40602rem;
 3686    margin: 0; }
 3687  scrollbar.vertical.fine-tune slider,
 3688  .scrollbar.vertical.fine-tune slider {
 3689    margin: 0; }
 3690  scrollbar.horizontal slider,
 3691  scrollbar.horizontal .slider,
 3692  .scrollbar.horizontal slider,
 3693  .scrollbar.horizontal .slider {
 3694    min-width: 2.40602rem;
 3695    min-height: 0.90226rem;
 3696    margin: 0; }
 3697  scrollbar.horizontal.fine-tune slider,
 3698  .scrollbar.horizontal.fine-tune slider {
 3699    margin: 0; }
 3700  scrollbar.overlay-indicator:not(.dragging):not(.hovering),
 3701  .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
 3702    border-color: transparent;
 3703    background-color: transparent; }
 3704    scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
 3705    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
 3706      margin: 0;
 3707      border: 0 none transparent; }
 3708    scrollbar.overlay-indicator:not(.dragging):not(.hovering) button,
 3709    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
 3710      min-width: 0.90226rem;
 3711      min-height: 0.90226rem;
 3712      background-color: rgba(236, 239, 241, 0.275);
 3713      border-radius: 0;
 3714      border: none;
 3715      -gtk-icon-source: none; }
 3716    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider,
 3717    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
 3718      min-width: 0.45113rem;
 3719      min-height: 2.40602rem;
 3720      margin: 0; }
 3721    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button,
 3722    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
 3723      min-width: 0.45113rem;
 3724      margin: 0; }
 3725    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider,
 3726    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
 3727      min-width: 2.40602rem;
 3728      min-height: 0.45113rem;
 3729      margin: 0; }
 3730    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button,
 3731    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
 3732      min-height: 0.45113rem;
 3733      margin: 0; }
 3734  scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering,
 3735  .scrollbar.overlay-indicator.dragging,
 3736  .scrollbar.overlay-indicator.hovering {
 3737    opacity: 0.8; }
 3738  scrollbar.overlay-indicator.hovering.vertical slider,
 3739  .scrollbar.overlay-indicator.hovering.vertical slider {
 3740    animation: slow_down_vert 0.2s linear forwards; }
 3741  scrollbar.overlay-indicator.hovering.horizontal slider,
 3742  .scrollbar.overlay-indicator.hovering.horizontal slider {
 3743    animation: slow_down_horz 0.2s linear forwards; }
 3744
 3745/**********
 3746 * Switch *
 3747 **********/
 3748switch {
 3749  outline-offset: -0.30075rem;
 3750  font-size: 0;
 3751  border: 0.75188rem solid transparent;
 3752  border-radius: 100px;
 3753  -gtk-outline-radius: 100px;
 3754  background-color: alpha(currentColor, 0.2); }
 3755  switch:disabled {
 3756    color: rgba(236, 239, 241, 0.3); }
 3757  switch:checked {
 3758    background-color: rgba(0, 188, 212, 0.2); }
 3759    switch:checked:disabled {
 3760      background-color: rgba(0, 188, 212, 0.2); }
 3761  switch:disabled {
 3762    color: rgba(236, 239, 241, 0.3);
 3763    background-color: alpha(currentColor, 0.2); }
 3764  switch slider {
 3765    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);
 3766    background-color: #546E7A;
 3767    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), alpha(currentColor, 0));
 3768    color: rgba(236, 239, 241, 0.75);
 3769    min-width: 1.50376rem;
 3770    min-height: 1.50376rem;
 3771    margin: -0.30075rem -0.07519rem;
 3772    padding: 0;
 3773    border-radius: 100px;
 3774    -gtk-outline-radius: 100px; }
 3775  switch:hover slider {
 3776    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);
 3777    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), alpha(currentColor, 0));
 3778    color: #ECEFF1;
 3779    background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
 3780  switch:checked slider {
 3781    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);
 3782    background-color: #C5A68E;
 3783    color: #FFFFFF; }
 3784  switch:checked:hover slider {
 3785    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);
 3786    background-color: #C5A68E;
 3787    color: #FFFFFF;
 3788    background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2));
 3789    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); }
 3790  switch:checked:disabled slider {
 3791    box-shadow: none;
 3792    background-color: alpha(currentColor, 0.2);
 3793    color: rgba(0, 188, 212, 0.4);
 3794    background-color: #3F4E56;
 3795    background-image: none;
 3796    box-shadow: none; }
 3797    switch:checked:disabled slider > label {
 3798      color: inherit; }
 3799  switch:disabled slider {
 3800    background-color: #3F4E56;
 3801    background-image: none;
 3802    box-shadow: none; }
 3803  row:selected switch {
 3804    background-color: #3e515a; }
 3805    row:selected switch:checked {
 3806      background-color: #3b4c54; }
 3807      row:selected switch:checked:disabled {
 3808        background-color: #3b4c54; }
 3809    row:selected switch slider {
 3810      background-color: #3e515a; }
 3811    row:selected switch:hover slider {
 3812      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2), alpha(#FFFFFF, 0.2)); }
 3813    row:selected switch:checked slider {
 3814      background-color: #455A64; }
 3815    row:selected switch:checked:disabled slider {
 3816      background-color: #3b4c54; }
 3817  grid switch {
 3818    margin: 0.45113rem 0.37594rem;
 3819    font-size: 0;
 3820    outline-color: transparent; }
 3821    grid switch slider {
 3822      min-width: 3.00752rem;
 3823      min-height: 1.50376rem; }
 3824    grid switch, grid switch:hover, grid switch:checked, grid switch:checked:hover, grid switch:checked:disabled, grid switch:disabled {
 3825      margin: 0.45113rem 0.37594rem;
 3826      border: none;
 3827      color: transparent;
 3828      background: none;
 3829      background-image: none;
 3830      background-size: 40px 20px;
 3831      background-repeat: no-repeat;
 3832      background-position: right center;
 3833      box-shadow: none; }
 3834      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) {
 3835        background-position: left center; }
 3836    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 {
 3837      margin: 0;
 3838      border: none;
 3839      border-radius: 0;
 3840      color: transparent;
 3841      background: none;
 3842      background-image: none;
 3843      background-size: 40px 20px;
 3844      background-repeat: no-repeat;
 3845      background-position: right center;
 3846      box-shadow: none; }
 3847      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) {
 3848        background-position: left center; }
 3849    grid switch:not(:hover):not(:checked):not(:disabled) {
 3850      background-image: -gtk-scaled(url("assets/toggle-off-dark.png"), url("assets/toggle-off-dark@2.png")); }
 3851    grid switch:hover {
 3852      background-image: -gtk-scaled(url("assets/toggle-off-hover-dark.png"), url("assets/toggle-off-hover-dark@2.png")); }
 3853    grid switch:checked {
 3854      background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
 3855      grid switch:checked:hover {
 3856        background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
 3857      grid switch:checked:disabled {
 3858        background-image: -gtk-scaled(url("assets/toggle-on-insensitive-dark.png"), url("assets/toggle-on-insensitive-dark@2.png")); }
 3859    grid switch:disabled {
 3860      background-image: -gtk-scaled(url("assets/toggle-off-insensitive-dark.png"), url("assets/toggle-off-insensitive-dark@2.png")); }
 3861
 3862/*************************
 3863 * Check and Radio items *
 3864 *************************/
 3865@keyframes check_radio_hover {
 3866  from {
 3867    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); }
 3868  to {
 3869    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(rgba(236, 239, 241, 0.75), 0.1)), to(transparent)); } }
 3870@keyframes check_radio_active {
 3871  from {
 3872    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0.1)), to(transparent)); }
 3873  to {
 3874    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.1)), to(transparent)); } }
 3875@keyframes check_radio_active_reverse {
 3876  from {
 3877    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#C5A68E, 0.2)), to(transparent)); }
 3878  to {
 3879    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#C5A68E, 0)), to(transparent)); } }
 3880check,
 3881.check {
 3882  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
 3883  -gtk-icon-shadow: none; }
 3884
 3885check:hover,
 3886.check:hover {
 3887  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
 3888  -gtk-icon-shadow: none; }
 3889
 3890check:active,
 3891.check:active {
 3892  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
 3893  -gtk-icon-shadow: none; }
 3894
 3895check:disabled,
 3896.check:disabled {
 3897  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
 3898  -gtk-icon-shadow: none; }
 3899
 3900check:indeterminate,
 3901.check:indeterminate {
 3902  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
 3903  -gtk-icon-shadow: none; }
 3904
 3905check:indeterminate:hover,
 3906.check:indeterminate:hover {
 3907  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
 3908  -gtk-icon-shadow: none; }
 3909
 3910check:indeterminate:active,
 3911.check:indeterminate:active {
 3912  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
 3913  -gtk-icon-shadow: none; }
 3914
 3915check:indeterminate:disabled,
 3916.check:indeterminate:disabled {
 3917  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
 3918  -gtk-icon-shadow: none; }
 3919
 3920check:checked,
 3921.check:checked {
 3922  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
 3923  -gtk-icon-shadow: none; }
 3924
 3925check:checked:hover,
 3926.check:checked:hover {
 3927  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
 3928  -gtk-icon-shadow: none; }
 3929
 3930check:checked:active,
 3931.check:checked:active {
 3932  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
 3933  -gtk-icon-shadow: none; }
 3934
 3935check:checked:disabled,
 3936.check:checked:disabled {
 3937  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
 3938  -gtk-icon-shadow: none; }
 3939
 3940menu menuitem check,
 3941menu menuitem .check {
 3942  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png"));
 3943  -gtk-icon-shadow: none; }
 3944  menu menuitem check:hover,
 3945  menu menuitem .check:hover {
 3946    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png"));
 3947    animation: none;
 3948    -gtk-icon-shadow: none;
 3949    transition: none; }
 3950
 3951menu menuitem check:disabled,
 3952menu menuitem .check:disabled {
 3953  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png"));
 3954  -gtk-icon-shadow: none; }
 3955  menu menuitem check:disabled:hover,
 3956  menu menuitem .check:disabled:hover {
 3957    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png"));
 3958    animation: none;
 3959    -gtk-icon-shadow: none;
 3960    transition: none; }
 3961
 3962menu menuitem check:indeterminate,
 3963menu menuitem .check:indeterminate {
 3964  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png"));
 3965  -gtk-icon-shadow: none; }
 3966  menu menuitem check:indeterminate:hover,
 3967  menu menuitem .check:indeterminate:hover {
 3968    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png"));
 3969    animation: none;
 3970    -gtk-icon-shadow: none;
 3971    transition: none; }
 3972
 3973menu menuitem check:indeterminate:disabled,
 3974menu menuitem .check:indeterminate:disabled {
 3975  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png"));
 3976  -gtk-icon-shadow: none; }
 3977  menu menuitem check:indeterminate:disabled:hover,
 3978  menu menuitem .check:indeterminate:disabled:hover {
 3979    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png"));
 3980    animation: none;
 3981    -gtk-icon-shadow: none;
 3982    transition: none; }
 3983
 3984menu menuitem check:checked,
 3985menu menuitem .check:checked {
 3986  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png"));
 3987  -gtk-icon-shadow: none; }
 3988  menu menuitem check:checked:hover,
 3989  menu menuitem .check:checked:hover {
 3990    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png"));
 3991    animation: none;
 3992    -gtk-icon-shadow: none;
 3993    transition: none; }
 3994
 3995menu menuitem check:checked:disabled,
 3996menu menuitem .check:checked:disabled {
 3997  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png"));
 3998  -gtk-icon-shadow: none; }
 3999  menu menuitem check:checked:disabled:hover,
 4000  menu menuitem .check:checked:disabled:hover {
 4001    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png"));
 4002    animation: none;
 4003    -gtk-icon-shadow: none;
 4004    transition: none; }
 4005
 4006radio,
 4007.radio {
 4008  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
 4009  -gtk-icon-shadow: none; }
 4010
 4011radio:hover,
 4012.radio:hover {
 4013  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
 4014  -gtk-icon-shadow: none; }
 4015
 4016radio:active,
 4017.radio:active {
 4018  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
 4019  -gtk-icon-shadow: none; }
 4020
 4021radio:disabled,
 4022.radio:disabled {
 4023  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
 4024  -gtk-icon-shadow: none; }
 4025
 4026radio:indeterminate,
 4027.radio:indeterminate {
 4028  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
 4029  -gtk-icon-shadow: none; }
 4030
 4031radio:indeterminate:hover,
 4032.radio:indeterminate:hover {
 4033  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
 4034  -gtk-icon-shadow: none; }
 4035
 4036radio:indeterminate:active,
 4037.radio:indeterminate:active {
 4038  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
 4039  -gtk-icon-shadow: none; }
 4040
 4041radio:indeterminate:disabled,
 4042.radio:indeterminate:disabled {
 4043  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
 4044  -gtk-icon-shadow: none; }
 4045
 4046radio:checked,
 4047.radio:checked {
 4048  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
 4049  -gtk-icon-shadow: none; }
 4050
 4051radio:checked:hover,
 4052.radio:checked:hover {
 4053  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
 4054  -gtk-icon-shadow: none; }
 4055
 4056radio:checked:active,
 4057.radio:checked:active {
 4058  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
 4059  -gtk-icon-shadow: none; }
 4060
 4061radio:checked:disabled,
 4062.radio:checked:disabled {
 4063  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
 4064  -gtk-icon-shadow: none; }
 4065
 4066menu menuitem radio,
 4067menu menuitem .radio {
 4068  -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png"));
 4069  -gtk-icon-shadow: none; }
 4070  menu menuitem radio:hover,
 4071  menu menuitem .radio:hover {
 4072    -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png"));
 4073    animation: none;
 4074    -gtk-icon-shadow: none;
 4075    transition: none; }
 4076
 4077menu menuitem radio:disabled,
 4078menu menuitem .radio:disabled {
 4079  -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png"));
 4080  -gtk-icon-shadow: none; }
 4081  menu menuitem radio:disabled:hover,
 4082  menu menuitem .radio:disabled:hover {
 4083    -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png"));
 4084    animation: none;
 4085    -gtk-icon-shadow: none;
 4086    transition: none; }
 4087
 4088menu menuitem radio:indeterminate,
 4089menu menuitem .radio:indeterminate {
 4090  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png"));
 4091  -gtk-icon-shadow: none; }
 4092  menu menuitem radio:indeterminate:hover,
 4093  menu menuitem .radio:indeterminate:hover {
 4094    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png"));
 4095    animation: none;
 4096    -gtk-icon-shadow: none;
 4097    transition: none; }
 4098
 4099menu menuitem radio:indeterminate:disabled,
 4100menu menuitem .radio:indeterminate:disabled {
 4101  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png"));
 4102  -gtk-icon-shadow: none; }
 4103  menu menuitem radio:indeterminate:disabled:hover,
 4104  menu menuitem .radio:indeterminate:disabled:hover {
 4105    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png"));
 4106    animation: none;
 4107    -gtk-icon-shadow: none;
 4108    transition: none; }
 4109
 4110menu menuitem radio:checked,
 4111menu menuitem .radio:checked {
 4112  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png"));
 4113  -gtk-icon-shadow: none; }
 4114  menu menuitem radio:checked:hover,
 4115  menu menuitem .radio:checked:hover {
 4116    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png"));
 4117    animation: none;
 4118    -gtk-icon-shadow: none;
 4119    transition: none; }
 4120
 4121menu menuitem radio:checked:disabled,
 4122menu menuitem .radio:checked:disabled {
 4123  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png"));
 4124  -gtk-icon-shadow: none; }
 4125  menu menuitem radio:checked:disabled:hover,
 4126  menu menuitem .radio:checked:disabled:hover {
 4127    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png"));
 4128    animation: none;
 4129    -gtk-icon-shadow: none;
 4130    transition: none; }
 4131
 4132treeview.view check, .tweak-category check, treeview.view check:only-child, .tweak-category check:only-child,
 4133treeview.view radio,
 4134.tweak-category radio,
 4135treeview.view radio:only-child,
 4136.tweak-category radio:only-child {
 4137  padding: 0; }
 4138
 4139treeview.view check:selected, .tweak-category check:selected,
 4140treeview.view check:selected:focus,
 4141.tweak-category check:selected:focus,
 4142row check:selected,
 4143row check:selected:focus,
 4144row.activatable check:selected,
 4145.view check:selected,
 4146iconview check:selected,
 4147.view text check:selected,
 4148iconview text check:selected,
 4149textview text check:selected,
 4150treeview.view header button check:selected,
 4151.tweak-category header button check:selected,
 4152row.activatable check:selected:focus,
 4153.view check:selected:focus,
 4154iconview check:selected:focus,
 4155.view text check:selected:focus,
 4156iconview text check:selected:focus,
 4157textview text check:selected:focus,
 4158treeview.view header button check:selected:focus,
 4159.tweak-category header button check:selected:focus {
 4160  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
 4161  -gtk-icon-shadow: none; }
 4162treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4163treeview.view check:selected:focus:disabled,
 4164.tweak-category check:selected:focus:disabled,
 4165row check:selected:disabled,
 4166row check:selected:focus:disabled,
 4167row.activatable check:selected:disabled,
 4168.view check:selected:disabled,
 4169iconview check:selected:disabled,
 4170.view text check:selected:disabled,
 4171iconview text check:selected:disabled,
 4172textview text check:selected:disabled,
 4173treeview.view header button check:selected:disabled,
 4174.tweak-category header button check:selected:disabled,
 4175row.activatable check:selected:focus:disabled,
 4176.view check:selected:focus:disabled,
 4177iconview check:selected:focus:disabled,
 4178.view text check:selected:focus:disabled,
 4179iconview text check:selected:focus:disabled,
 4180textview text check:selected:focus:disabled,
 4181treeview.view header button check:selected:focus:disabled,
 4182.tweak-category header button check:selected:focus:disabled {
 4183  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4184treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4185treeview.view check:selected:focus:indeterminate:disabled,
 4186.tweak-category check:selected:focus:indeterminate:disabled,
 4187row check:selected:indeterminate:disabled,
 4188row check:selected:focus:indeterminate:disabled,
 4189row.activatable check:selected:indeterminate:disabled,
 4190.view check:selected:indeterminate:disabled,
 4191iconview check:selected:indeterminate:disabled,
 4192.view text check:selected:indeterminate:disabled,
 4193iconview text check:selected:indeterminate:disabled,
 4194textview text check:selected:indeterminate:disabled,
 4195treeview.view header button check:selected:indeterminate:disabled,
 4196.tweak-category header button check:selected:indeterminate:disabled,
 4197row.activatable check:selected:focus:indeterminate:disabled,
 4198.view check:selected:focus:indeterminate:disabled,
 4199iconview check:selected:focus:indeterminate:disabled,
 4200.view text check:selected:focus:indeterminate:disabled,
 4201iconview text check:selected:focus:indeterminate:disabled,
 4202textview text check:selected:focus:indeterminate:disabled,
 4203treeview.view header button check:selected:focus:indeterminate:disabled,
 4204.tweak-category header button check:selected:focus:indeterminate:disabled {
 4205  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4206treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4207treeview.view check:selected:focus:checked:disabled,
 4208.tweak-category check:selected:focus:checked:disabled,
 4209row check:selected:checked:disabled,
 4210row check:selected:focus:checked:disabled,
 4211row.activatable check:selected:checked:disabled,
 4212.view check:selected:checked:disabled,
 4213iconview check:selected:checked:disabled,
 4214.view text check:selected:checked:disabled,
 4215iconview text check:selected:checked:disabled,
 4216textview text check:selected:checked:disabled,
 4217treeview.view header button check:selected:checked:disabled,
 4218.tweak-category header button check:selected:checked:disabled,
 4219row.activatable check:selected:focus:checked:disabled,
 4220.view check:selected:focus:checked:disabled,
 4221iconview check:selected:focus:checked:disabled,
 4222.view text check:selected:focus:checked:disabled,
 4223iconview text check:selected:focus:checked:disabled,
 4224textview text check:selected:focus:checked:disabled,
 4225treeview.view header button check:selected:focus:checked:disabled,
 4226.tweak-category header button check:selected:focus:checked:disabled {
 4227  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4228
 4229treeview.view check:selected:active, .tweak-category check:selected:active,
 4230treeview.view check:selected:focus:active,
 4231.tweak-category check:selected:focus:active,
 4232row check:selected:active,
 4233row check:selected:focus:active,
 4234row.activatable check:selected:active,
 4235.view check:selected:active,
 4236iconview check:selected:active,
 4237.view text check:selected:active,
 4238iconview text check:selected:active,
 4239textview text check:selected:active,
 4240treeview.view header button check:selected:active,
 4241.tweak-category header button check:selected:active,
 4242row.activatable check:selected:focus:active,
 4243.view check:selected:focus:active,
 4244iconview check:selected:focus:active,
 4245.view text check:selected:focus:active,
 4246iconview text check:selected:focus:active,
 4247textview text check:selected:focus:active,
 4248treeview.view header button check:selected:focus:active,
 4249.tweak-category header button check:selected:focus:active {
 4250  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
 4251  -gtk-icon-shadow: none; }
 4252treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4253treeview.view check:selected:focus:disabled,
 4254.tweak-category check:selected:focus:disabled,
 4255row check:selected:disabled,
 4256row check:selected:focus:disabled,
 4257row.activatable check:selected:disabled,
 4258.view check:selected:disabled,
 4259iconview check:selected:disabled,
 4260.view text check:selected:disabled,
 4261iconview text check:selected:disabled,
 4262textview text check:selected:disabled,
 4263treeview.view header button check:selected:disabled,
 4264.tweak-category header button check:selected:disabled,
 4265row.activatable check:selected:focus:disabled,
 4266.view check:selected:focus:disabled,
 4267iconview check:selected:focus:disabled,
 4268.view text check:selected:focus:disabled,
 4269iconview text check:selected:focus:disabled,
 4270textview text check:selected:focus:disabled,
 4271treeview.view header button check:selected:focus:disabled,
 4272.tweak-category header button check:selected:focus:disabled {
 4273  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4274treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4275treeview.view check:selected:focus:indeterminate:disabled,
 4276.tweak-category check:selected:focus:indeterminate:disabled,
 4277row check:selected:indeterminate:disabled,
 4278row check:selected:focus:indeterminate:disabled,
 4279row.activatable check:selected:indeterminate:disabled,
 4280.view check:selected:indeterminate:disabled,
 4281iconview check:selected:indeterminate:disabled,
 4282.view text check:selected:indeterminate:disabled,
 4283iconview text check:selected:indeterminate:disabled,
 4284textview text check:selected:indeterminate:disabled,
 4285treeview.view header button check:selected:indeterminate:disabled,
 4286.tweak-category header button check:selected:indeterminate:disabled,
 4287row.activatable check:selected:focus:indeterminate:disabled,
 4288.view check:selected:focus:indeterminate:disabled,
 4289iconview check:selected:focus:indeterminate:disabled,
 4290.view text check:selected:focus:indeterminate:disabled,
 4291iconview text check:selected:focus:indeterminate:disabled,
 4292textview text check:selected:focus:indeterminate:disabled,
 4293treeview.view header button check:selected:focus:indeterminate:disabled,
 4294.tweak-category header button check:selected:focus:indeterminate:disabled {
 4295  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4296treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4297treeview.view check:selected:focus:checked:disabled,
 4298.tweak-category check:selected:focus:checked:disabled,
 4299row check:selected:checked:disabled,
 4300row check:selected:focus:checked:disabled,
 4301row.activatable check:selected:checked:disabled,
 4302.view check:selected:checked:disabled,
 4303iconview check:selected:checked:disabled,
 4304.view text check:selected:checked:disabled,
 4305iconview text check:selected:checked:disabled,
 4306textview text check:selected:checked:disabled,
 4307treeview.view header button check:selected:checked:disabled,
 4308.tweak-category header button check:selected:checked:disabled,
 4309row.activatable check:selected:focus:checked:disabled,
 4310.view check:selected:focus:checked:disabled,
 4311iconview check:selected:focus:checked:disabled,
 4312.view text check:selected:focus:checked:disabled,
 4313iconview text check:selected:focus:checked:disabled,
 4314textview text check:selected:focus:checked:disabled,
 4315treeview.view header button check:selected:focus:checked:disabled,
 4316.tweak-category header button check:selected:focus:checked:disabled {
 4317  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4318
 4319treeview.view check:selected:indeterminate, .tweak-category check:selected:indeterminate,
 4320treeview.view check:selected:focus:indeterminate,
 4321.tweak-category check:selected:focus:indeterminate,
 4322row check:selected:indeterminate,
 4323row check:selected:focus:indeterminate,
 4324row.activatable check:selected:indeterminate,
 4325.view check:selected:indeterminate,
 4326iconview check:selected:indeterminate,
 4327.view text check:selected:indeterminate,
 4328iconview text check:selected:indeterminate,
 4329textview text check:selected:indeterminate,
 4330treeview.view header button check:selected:indeterminate,
 4331.tweak-category header button check:selected:indeterminate,
 4332row.activatable check:selected:focus:indeterminate,
 4333.view check:selected:focus:indeterminate,
 4334iconview check:selected:focus:indeterminate,
 4335.view text check:selected:focus:indeterminate,
 4336iconview text check:selected:focus:indeterminate,
 4337textview text check:selected:focus:indeterminate,
 4338treeview.view header button check:selected:focus:indeterminate,
 4339.tweak-category header button check:selected:focus:indeterminate {
 4340  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
 4341  -gtk-icon-shadow: none; }
 4342treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4343treeview.view check:selected:focus:disabled,
 4344.tweak-category check:selected:focus:disabled,
 4345row check:selected:disabled,
 4346row check:selected:focus:disabled,
 4347row.activatable check:selected:disabled,
 4348.view check:selected:disabled,
 4349iconview check:selected:disabled,
 4350.view text check:selected:disabled,
 4351iconview text check:selected:disabled,
 4352textview text check:selected:disabled,
 4353treeview.view header button check:selected:disabled,
 4354.tweak-category header button check:selected:disabled,
 4355row.activatable check:selected:focus:disabled,
 4356.view check:selected:focus:disabled,
 4357iconview check:selected:focus:disabled,
 4358.view text check:selected:focus:disabled,
 4359iconview text check:selected:focus:disabled,
 4360textview text check:selected:focus:disabled,
 4361treeview.view header button check:selected:focus:disabled,
 4362.tweak-category header button check:selected:focus:disabled {
 4363  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4364treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4365treeview.view check:selected:focus:indeterminate:disabled,
 4366.tweak-category check:selected:focus:indeterminate:disabled,
 4367row check:selected:indeterminate:disabled,
 4368row check:selected:focus:indeterminate:disabled,
 4369row.activatable check:selected:indeterminate:disabled,
 4370.view check:selected:indeterminate:disabled,
 4371iconview check:selected:indeterminate:disabled,
 4372.view text check:selected:indeterminate:disabled,
 4373iconview text check:selected:indeterminate:disabled,
 4374textview text check:selected:indeterminate:disabled,
 4375treeview.view header button check:selected:indeterminate:disabled,
 4376.tweak-category header button check:selected:indeterminate:disabled,
 4377row.activatable check:selected:focus:indeterminate:disabled,
 4378.view check:selected:focus:indeterminate:disabled,
 4379iconview check:selected:focus:indeterminate:disabled,
 4380.view text check:selected:focus:indeterminate:disabled,
 4381iconview text check:selected:focus:indeterminate:disabled,
 4382textview text check:selected:focus:indeterminate:disabled,
 4383treeview.view header button check:selected:focus:indeterminate:disabled,
 4384.tweak-category header button check:selected:focus:indeterminate:disabled {
 4385  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4386treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4387treeview.view check:selected:focus:checked:disabled,
 4388.tweak-category check:selected:focus:checked:disabled,
 4389row check:selected:checked:disabled,
 4390row check:selected:focus:checked:disabled,
 4391row.activatable check:selected:checked:disabled,
 4392.view check:selected:checked:disabled,
 4393iconview check:selected:checked:disabled,
 4394.view text check:selected:checked:disabled,
 4395iconview text check:selected:checked:disabled,
 4396textview text check:selected:checked:disabled,
 4397treeview.view header button check:selected:checked:disabled,
 4398.tweak-category header button check:selected:checked:disabled,
 4399row.activatable check:selected:focus:checked:disabled,
 4400.view check:selected:focus:checked:disabled,
 4401iconview check:selected:focus:checked:disabled,
 4402.view text check:selected:focus:checked:disabled,
 4403iconview text check:selected:focus:checked:disabled,
 4404textview text check:selected:focus:checked:disabled,
 4405treeview.view header button check:selected:focus:checked:disabled,
 4406.tweak-category header button check:selected:focus:checked:disabled {
 4407  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4408
 4409treeview.view check:selected:indeterminate:active, .tweak-category check:selected:indeterminate:active,
 4410treeview.view check:selected:focus:indeterminate:active,
 4411.tweak-category check:selected:focus:indeterminate:active,
 4412row check:selected:indeterminate:active,
 4413row check:selected:focus:indeterminate:active,
 4414row.activatable check:selected:indeterminate:active,
 4415.view check:selected:indeterminate:active,
 4416iconview check:selected:indeterminate:active,
 4417.view text check:selected:indeterminate:active,
 4418iconview text check:selected:indeterminate:active,
 4419textview text check:selected:indeterminate:active,
 4420treeview.view header button check:selected:indeterminate:active,
 4421.tweak-category header button check:selected:indeterminate:active,
 4422row.activatable check:selected:focus:indeterminate:active,
 4423.view check:selected:focus:indeterminate:active,
 4424iconview check:selected:focus:indeterminate:active,
 4425.view text check:selected:focus:indeterminate:active,
 4426iconview text check:selected:focus:indeterminate:active,
 4427textview text check:selected:focus:indeterminate:active,
 4428treeview.view header button check:selected:focus:indeterminate:active,
 4429.tweak-category header button check:selected:focus:indeterminate:active {
 4430  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
 4431  -gtk-icon-shadow: none; }
 4432treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4433treeview.view check:selected:focus:disabled,
 4434.tweak-category check:selected:focus:disabled,
 4435row check:selected:disabled,
 4436row check:selected:focus:disabled,
 4437row.activatable check:selected:disabled,
 4438.view check:selected:disabled,
 4439iconview check:selected:disabled,
 4440.view text check:selected:disabled,
 4441iconview text check:selected:disabled,
 4442textview text check:selected:disabled,
 4443treeview.view header button check:selected:disabled,
 4444.tweak-category header button check:selected:disabled,
 4445row.activatable check:selected:focus:disabled,
 4446.view check:selected:focus:disabled,
 4447iconview check:selected:focus:disabled,
 4448.view text check:selected:focus:disabled,
 4449iconview text check:selected:focus:disabled,
 4450textview text check:selected:focus:disabled,
 4451treeview.view header button check:selected:focus:disabled,
 4452.tweak-category header button check:selected:focus:disabled {
 4453  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4454treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4455treeview.view check:selected:focus:indeterminate:disabled,
 4456.tweak-category check:selected:focus:indeterminate:disabled,
 4457row check:selected:indeterminate:disabled,
 4458row check:selected:focus:indeterminate:disabled,
 4459row.activatable check:selected:indeterminate:disabled,
 4460.view check:selected:indeterminate:disabled,
 4461iconview check:selected:indeterminate:disabled,
 4462.view text check:selected:indeterminate:disabled,
 4463iconview text check:selected:indeterminate:disabled,
 4464textview text check:selected:indeterminate:disabled,
 4465treeview.view header button check:selected:indeterminate:disabled,
 4466.tweak-category header button check:selected:indeterminate:disabled,
 4467row.activatable check:selected:focus:indeterminate:disabled,
 4468.view check:selected:focus:indeterminate:disabled,
 4469iconview check:selected:focus:indeterminate:disabled,
 4470.view text check:selected:focus:indeterminate:disabled,
 4471iconview text check:selected:focus:indeterminate:disabled,
 4472textview text check:selected:focus:indeterminate:disabled,
 4473treeview.view header button check:selected:focus:indeterminate:disabled,
 4474.tweak-category header button check:selected:focus:indeterminate:disabled {
 4475  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4476treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4477treeview.view check:selected:focus:checked:disabled,
 4478.tweak-category check:selected:focus:checked:disabled,
 4479row check:selected:checked:disabled,
 4480row check:selected:focus:checked:disabled,
 4481row.activatable check:selected:checked:disabled,
 4482.view check:selected:checked:disabled,
 4483iconview check:selected:checked:disabled,
 4484.view text check:selected:checked:disabled,
 4485iconview text check:selected:checked:disabled,
 4486textview text check:selected:checked:disabled,
 4487treeview.view header button check:selected:checked:disabled,
 4488.tweak-category header button check:selected:checked:disabled,
 4489row.activatable check:selected:focus:checked:disabled,
 4490.view check:selected:focus:checked:disabled,
 4491iconview check:selected:focus:checked:disabled,
 4492.view text check:selected:focus:checked:disabled,
 4493iconview text check:selected:focus:checked:disabled,
 4494textview text check:selected:focus:checked:disabled,
 4495treeview.view header button check:selected:focus:checked:disabled,
 4496.tweak-category header button check:selected:focus:checked:disabled {
 4497  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4498
 4499treeview.view check:selected:checked, .tweak-category check:selected:checked,
 4500treeview.view check:selected:focus:checked,
 4501.tweak-category check:selected:focus:checked,
 4502row check:selected:checked,
 4503row check:selected:focus:checked,
 4504row.activatable check:selected:checked,
 4505.view check:selected:checked,
 4506iconview check:selected:checked,
 4507.view text check:selected:checked,
 4508iconview text check:selected:checked,
 4509textview text check:selected:checked,
 4510treeview.view header button check:selected:checked,
 4511.tweak-category header button check:selected:checked,
 4512row.activatable check:selected:focus:checked,
 4513.view check:selected:focus:checked,
 4514iconview check:selected:focus:checked,
 4515.view text check:selected:focus:checked,
 4516iconview text check:selected:focus:checked,
 4517textview text check:selected:focus:checked,
 4518treeview.view header button check:selected:focus:checked,
 4519.tweak-category header button check:selected:focus:checked {
 4520  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
 4521  -gtk-icon-shadow: none; }
 4522treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4523treeview.view check:selected:focus:disabled,
 4524.tweak-category check:selected:focus:disabled,
 4525row check:selected:disabled,
 4526row check:selected:focus:disabled,
 4527row.activatable check:selected:disabled,
 4528.view check:selected:disabled,
 4529iconview check:selected:disabled,
 4530.view text check:selected:disabled,
 4531iconview text check:selected:disabled,
 4532textview text check:selected:disabled,
 4533treeview.view header button check:selected:disabled,
 4534.tweak-category header button check:selected:disabled,
 4535row.activatable check:selected:focus:disabled,
 4536.view check:selected:focus:disabled,
 4537iconview check:selected:focus:disabled,
 4538.view text check:selected:focus:disabled,
 4539iconview text check:selected:focus:disabled,
 4540textview text check:selected:focus:disabled,
 4541treeview.view header button check:selected:focus:disabled,
 4542.tweak-category header button check:selected:focus:disabled {
 4543  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4544treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4545treeview.view check:selected:focus:indeterminate:disabled,
 4546.tweak-category check:selected:focus:indeterminate:disabled,
 4547row check:selected:indeterminate:disabled,
 4548row check:selected:focus:indeterminate:disabled,
 4549row.activatable check:selected:indeterminate:disabled,
 4550.view check:selected:indeterminate:disabled,
 4551iconview check:selected:indeterminate:disabled,
 4552.view text check:selected:indeterminate:disabled,
 4553iconview text check:selected:indeterminate:disabled,
 4554textview text check:selected:indeterminate:disabled,
 4555treeview.view header button check:selected:indeterminate:disabled,
 4556.tweak-category header button check:selected:indeterminate:disabled,
 4557row.activatable check:selected:focus:indeterminate:disabled,
 4558.view check:selected:focus:indeterminate:disabled,
 4559iconview check:selected:focus:indeterminate:disabled,
 4560.view text check:selected:focus:indeterminate:disabled,
 4561iconview text check:selected:focus:indeterminate:disabled,
 4562textview text check:selected:focus:indeterminate:disabled,
 4563treeview.view header button check:selected:focus:indeterminate:disabled,
 4564.tweak-category header button check:selected:focus:indeterminate:disabled {
 4565  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4566treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4567treeview.view check:selected:focus:checked:disabled,
 4568.tweak-category check:selected:focus:checked:disabled,
 4569row check:selected:checked:disabled,
 4570row check:selected:focus:checked:disabled,
 4571row.activatable check:selected:checked:disabled,
 4572.view check:selected:checked:disabled,
 4573iconview check:selected:checked:disabled,
 4574.view text check:selected:checked:disabled,
 4575iconview text check:selected:checked:disabled,
 4576textview text check:selected:checked:disabled,
 4577treeview.view header button check:selected:checked:disabled,
 4578.tweak-category header button check:selected:checked:disabled,
 4579row.activatable check:selected:focus:checked:disabled,
 4580.view check:selected:focus:checked:disabled,
 4581iconview check:selected:focus:checked:disabled,
 4582.view text check:selected:focus:checked:disabled,
 4583iconview text check:selected:focus:checked:disabled,
 4584textview text check:selected:focus:checked:disabled,
 4585treeview.view header button check:selected:focus:checked:disabled,
 4586.tweak-category header button check:selected:focus:checked:disabled {
 4587  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4588
 4589treeview.view check:selected:checked:active, .tweak-category check:selected:checked:active,
 4590treeview.view check:selected:focus:checked:active,
 4591.tweak-category check:selected:focus:checked:active,
 4592row check:selected:checked:active,
 4593row check:selected:focus:checked:active,
 4594row.activatable check:selected:checked:active,
 4595.view check:selected:checked:active,
 4596iconview check:selected:checked:active,
 4597.view text check:selected:checked:active,
 4598iconview text check:selected:checked:active,
 4599textview text check:selected:checked:active,
 4600treeview.view header button check:selected:checked:active,
 4601.tweak-category header button check:selected:checked:active,
 4602row.activatable check:selected:focus:checked:active,
 4603.view check:selected:focus:checked:active,
 4604iconview check:selected:focus:checked:active,
 4605.view text check:selected:focus:checked:active,
 4606iconview text check:selected:focus:checked:active,
 4607textview text check:selected:focus:checked:active,
 4608treeview.view header button check:selected:focus:checked:active,
 4609.tweak-category header button check:selected:focus:checked:active {
 4610  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
 4611  -gtk-icon-shadow: none; }
 4612treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4613treeview.view check:selected:focus:disabled,
 4614.tweak-category check:selected:focus:disabled,
 4615row check:selected:disabled,
 4616row check:selected:focus:disabled,
 4617row.activatable check:selected:disabled,
 4618.view check:selected:disabled,
 4619iconview check:selected:disabled,
 4620.view text check:selected:disabled,
 4621iconview text check:selected:disabled,
 4622textview text check:selected:disabled,
 4623treeview.view header button check:selected:disabled,
 4624.tweak-category header button check:selected:disabled,
 4625row.activatable check:selected:focus:disabled,
 4626.view check:selected:focus:disabled,
 4627iconview check:selected:focus:disabled,
 4628.view text check:selected:focus:disabled,
 4629iconview text check:selected:focus:disabled,
 4630textview text check:selected:focus:disabled,
 4631treeview.view header button check:selected:focus:disabled,
 4632.tweak-category header button check:selected:focus:disabled {
 4633  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4634treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4635treeview.view check:selected:focus:indeterminate:disabled,
 4636.tweak-category check:selected:focus:indeterminate:disabled,
 4637row check:selected:indeterminate:disabled,
 4638row check:selected:focus:indeterminate:disabled,
 4639row.activatable check:selected:indeterminate:disabled,
 4640.view check:selected:indeterminate:disabled,
 4641iconview check:selected:indeterminate:disabled,
 4642.view text check:selected:indeterminate:disabled,
 4643iconview text check:selected:indeterminate:disabled,
 4644textview text check:selected:indeterminate:disabled,
 4645treeview.view header button check:selected:indeterminate:disabled,
 4646.tweak-category header button check:selected:indeterminate:disabled,
 4647row.activatable check:selected:focus:indeterminate:disabled,
 4648.view check:selected:focus:indeterminate:disabled,
 4649iconview check:selected:focus:indeterminate:disabled,
 4650.view text check:selected:focus:indeterminate:disabled,
 4651iconview text check:selected:focus:indeterminate:disabled,
 4652textview text check:selected:focus:indeterminate:disabled,
 4653treeview.view header button check:selected:focus:indeterminate:disabled,
 4654.tweak-category header button check:selected:focus:indeterminate:disabled {
 4655  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4656treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4657treeview.view check:selected:focus:checked:disabled,
 4658.tweak-category check:selected:focus:checked:disabled,
 4659row check:selected:checked:disabled,
 4660row check:selected:focus:checked:disabled,
 4661row.activatable check:selected:checked:disabled,
 4662.view check:selected:checked:disabled,
 4663iconview check:selected:checked:disabled,
 4664.view text check:selected:checked:disabled,
 4665iconview text check:selected:checked:disabled,
 4666textview text check:selected:checked:disabled,
 4667treeview.view header button check:selected:checked:disabled,
 4668.tweak-category header button check:selected:checked:disabled,
 4669row.activatable check:selected:focus:checked:disabled,
 4670.view check:selected:focus:checked:disabled,
 4671iconview check:selected:focus:checked:disabled,
 4672.view text check:selected:focus:checked:disabled,
 4673iconview text check:selected:focus:checked:disabled,
 4674textview text check:selected:focus:checked:disabled,
 4675treeview.view header button check:selected:focus:checked:disabled,
 4676.tweak-category header button check:selected:focus:checked:disabled {
 4677  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4678
 4679treeview.view radio:selected, .tweak-category radio:selected,
 4680treeview.view radio:selected:focus,
 4681.tweak-category radio:selected:focus,
 4682row radio:selected,
 4683row radio:selected:focus,
 4684row.activatable radio:selected,
 4685.view radio:selected,
 4686iconview radio:selected,
 4687.view text radio:selected,
 4688iconview text radio:selected,
 4689textview text radio:selected,
 4690treeview.view header button radio:selected,
 4691.tweak-category header button radio:selected,
 4692row.activatable radio:selected:focus,
 4693.view radio:selected:focus,
 4694iconview radio:selected:focus,
 4695.view text radio:selected:focus,
 4696iconview text radio:selected:focus,
 4697textview text radio:selected:focus,
 4698treeview.view header button radio:selected:focus,
 4699.tweak-category header button radio:selected:focus {
 4700  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
 4701  -gtk-icon-shadow: none; }
 4702treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4703treeview.view radio:selected:focus:disabled,
 4704.tweak-category radio:selected:focus:disabled,
 4705row radio:selected:disabled,
 4706row radio:selected:focus:disabled,
 4707row.activatable radio:selected:disabled,
 4708.view radio:selected:disabled,
 4709iconview radio:selected:disabled,
 4710.view text radio:selected:disabled,
 4711iconview text radio:selected:disabled,
 4712textview text radio:selected:disabled,
 4713treeview.view header button radio:selected:disabled,
 4714.tweak-category header button radio:selected:disabled,
 4715row.activatable radio:selected:focus:disabled,
 4716.view radio:selected:focus:disabled,
 4717iconview radio:selected:focus:disabled,
 4718.view text radio:selected:focus:disabled,
 4719iconview text radio:selected:focus:disabled,
 4720textview text radio:selected:focus:disabled,
 4721treeview.view header button radio:selected:focus:disabled,
 4722.tweak-category header button radio:selected:focus:disabled {
 4723  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4724treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4725treeview.view radio:selected:focus:indeterminate:disabled,
 4726.tweak-category radio:selected:focus:indeterminate:disabled,
 4727row radio:selected:indeterminate:disabled,
 4728row radio:selected:focus:indeterminate:disabled,
 4729row.activatable radio:selected:indeterminate:disabled,
 4730.view radio:selected:indeterminate:disabled,
 4731iconview radio:selected:indeterminate:disabled,
 4732.view text radio:selected:indeterminate:disabled,
 4733iconview text radio:selected:indeterminate:disabled,
 4734textview text radio:selected:indeterminate:disabled,
 4735treeview.view header button radio:selected:indeterminate:disabled,
 4736.tweak-category header button radio:selected:indeterminate:disabled,
 4737row.activatable radio:selected:focus:indeterminate:disabled,
 4738.view radio:selected:focus:indeterminate:disabled,
 4739iconview radio:selected:focus:indeterminate:disabled,
 4740.view text radio:selected:focus:indeterminate:disabled,
 4741iconview text radio:selected:focus:indeterminate:disabled,
 4742textview text radio:selected:focus:indeterminate:disabled,
 4743treeview.view header button radio:selected:focus:indeterminate:disabled,
 4744.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4745  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4746treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4747treeview.view radio:selected:focus:checked:disabled,
 4748.tweak-category radio:selected:focus:checked:disabled,
 4749row radio:selected:checked:disabled,
 4750row radio:selected:focus:checked:disabled,
 4751row.activatable radio:selected:checked:disabled,
 4752.view radio:selected:checked:disabled,
 4753iconview radio:selected:checked:disabled,
 4754.view text radio:selected:checked:disabled,
 4755iconview text radio:selected:checked:disabled,
 4756textview text radio:selected:checked:disabled,
 4757treeview.view header button radio:selected:checked:disabled,
 4758.tweak-category header button radio:selected:checked:disabled,
 4759row.activatable radio:selected:focus:checked:disabled,
 4760.view radio:selected:focus:checked:disabled,
 4761iconview radio:selected:focus:checked:disabled,
 4762.view text radio:selected:focus:checked:disabled,
 4763iconview text radio:selected:focus:checked:disabled,
 4764textview text radio:selected:focus:checked:disabled,
 4765treeview.view header button radio:selected:focus:checked:disabled,
 4766.tweak-category header button radio:selected:focus:checked:disabled {
 4767  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4768
 4769treeview.view radio:selected:active, .tweak-category radio:selected:active,
 4770treeview.view radio:selected:focus:active,
 4771.tweak-category radio:selected:focus:active,
 4772row radio:selected:active,
 4773row radio:selected:focus:active,
 4774row.activatable radio:selected:active,
 4775.view radio:selected:active,
 4776iconview radio:selected:active,
 4777.view text radio:selected:active,
 4778iconview text radio:selected:active,
 4779textview text radio:selected:active,
 4780treeview.view header button radio:selected:active,
 4781.tweak-category header button radio:selected:active,
 4782row.activatable radio:selected:focus:active,
 4783.view radio:selected:focus:active,
 4784iconview radio:selected:focus:active,
 4785.view text radio:selected:focus:active,
 4786iconview text radio:selected:focus:active,
 4787textview text radio:selected:focus:active,
 4788treeview.view header button radio:selected:focus:active,
 4789.tweak-category header button radio:selected:focus:active {
 4790  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
 4791  -gtk-icon-shadow: none; }
 4792treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4793treeview.view radio:selected:focus:disabled,
 4794.tweak-category radio:selected:focus:disabled,
 4795row radio:selected:disabled,
 4796row radio:selected:focus:disabled,
 4797row.activatable radio:selected:disabled,
 4798.view radio:selected:disabled,
 4799iconview radio:selected:disabled,
 4800.view text radio:selected:disabled,
 4801iconview text radio:selected:disabled,
 4802textview text radio:selected:disabled,
 4803treeview.view header button radio:selected:disabled,
 4804.tweak-category header button radio:selected:disabled,
 4805row.activatable radio:selected:focus:disabled,
 4806.view radio:selected:focus:disabled,
 4807iconview radio:selected:focus:disabled,
 4808.view text radio:selected:focus:disabled,
 4809iconview text radio:selected:focus:disabled,
 4810textview text radio:selected:focus:disabled,
 4811treeview.view header button radio:selected:focus:disabled,
 4812.tweak-category header button radio:selected:focus:disabled {
 4813  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4814treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4815treeview.view radio:selected:focus:indeterminate:disabled,
 4816.tweak-category radio:selected:focus:indeterminate:disabled,
 4817row radio:selected:indeterminate:disabled,
 4818row radio:selected:focus:indeterminate:disabled,
 4819row.activatable radio:selected:indeterminate:disabled,
 4820.view radio:selected:indeterminate:disabled,
 4821iconview radio:selected:indeterminate:disabled,
 4822.view text radio:selected:indeterminate:disabled,
 4823iconview text radio:selected:indeterminate:disabled,
 4824textview text radio:selected:indeterminate:disabled,
 4825treeview.view header button radio:selected:indeterminate:disabled,
 4826.tweak-category header button radio:selected:indeterminate:disabled,
 4827row.activatable radio:selected:focus:indeterminate:disabled,
 4828.view radio:selected:focus:indeterminate:disabled,
 4829iconview radio:selected:focus:indeterminate:disabled,
 4830.view text radio:selected:focus:indeterminate:disabled,
 4831iconview text radio:selected:focus:indeterminate:disabled,
 4832textview text radio:selected:focus:indeterminate:disabled,
 4833treeview.view header button radio:selected:focus:indeterminate:disabled,
 4834.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4835  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4836treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4837treeview.view radio:selected:focus:checked:disabled,
 4838.tweak-category radio:selected:focus:checked:disabled,
 4839row radio:selected:checked:disabled,
 4840row radio:selected:focus:checked:disabled,
 4841row.activatable radio:selected:checked:disabled,
 4842.view radio:selected:checked:disabled,
 4843iconview radio:selected:checked:disabled,
 4844.view text radio:selected:checked:disabled,
 4845iconview text radio:selected:checked:disabled,
 4846textview text radio:selected:checked:disabled,
 4847treeview.view header button radio:selected:checked:disabled,
 4848.tweak-category header button radio:selected:checked:disabled,
 4849row.activatable radio:selected:focus:checked:disabled,
 4850.view radio:selected:focus:checked:disabled,
 4851iconview radio:selected:focus:checked:disabled,
 4852.view text radio:selected:focus:checked:disabled,
 4853iconview text radio:selected:focus:checked:disabled,
 4854textview text radio:selected:focus:checked:disabled,
 4855treeview.view header button radio:selected:focus:checked:disabled,
 4856.tweak-category header button radio:selected:focus:checked:disabled {
 4857  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4858
 4859treeview.view radio:selected:indeterminate, .tweak-category radio:selected:indeterminate,
 4860treeview.view radio:selected:focus:indeterminate,
 4861.tweak-category radio:selected:focus:indeterminate,
 4862row radio:selected:indeterminate,
 4863row radio:selected:focus:indeterminate,
 4864row.activatable radio:selected:indeterminate,
 4865.view radio:selected:indeterminate,
 4866iconview radio:selected:indeterminate,
 4867.view text radio:selected:indeterminate,
 4868iconview text radio:selected:indeterminate,
 4869textview text radio:selected:indeterminate,
 4870treeview.view header button radio:selected:indeterminate,
 4871.tweak-category header button radio:selected:indeterminate,
 4872row.activatable radio:selected:focus:indeterminate,
 4873.view radio:selected:focus:indeterminate,
 4874iconview radio:selected:focus:indeterminate,
 4875.view text radio:selected:focus:indeterminate,
 4876iconview text radio:selected:focus:indeterminate,
 4877textview text radio:selected:focus:indeterminate,
 4878treeview.view header button radio:selected:focus:indeterminate,
 4879.tweak-category header button radio:selected:focus:indeterminate {
 4880  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
 4881  -gtk-icon-shadow: none; }
 4882treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4883treeview.view radio:selected:focus:disabled,
 4884.tweak-category radio:selected:focus:disabled,
 4885row radio:selected:disabled,
 4886row radio:selected:focus:disabled,
 4887row.activatable radio:selected:disabled,
 4888.view radio:selected:disabled,
 4889iconview radio:selected:disabled,
 4890.view text radio:selected:disabled,
 4891iconview text radio:selected:disabled,
 4892textview text radio:selected:disabled,
 4893treeview.view header button radio:selected:disabled,
 4894.tweak-category header button radio:selected:disabled,
 4895row.activatable radio:selected:focus:disabled,
 4896.view radio:selected:focus:disabled,
 4897iconview radio:selected:focus:disabled,
 4898.view text radio:selected:focus:disabled,
 4899iconview text radio:selected:focus:disabled,
 4900textview text radio:selected:focus:disabled,
 4901treeview.view header button radio:selected:focus:disabled,
 4902.tweak-category header button radio:selected:focus:disabled {
 4903  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4904treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4905treeview.view radio:selected:focus:indeterminate:disabled,
 4906.tweak-category radio:selected:focus:indeterminate:disabled,
 4907row radio:selected:indeterminate:disabled,
 4908row radio:selected:focus:indeterminate:disabled,
 4909row.activatable radio:selected:indeterminate:disabled,
 4910.view radio:selected:indeterminate:disabled,
 4911iconview radio:selected:indeterminate:disabled,
 4912.view text radio:selected:indeterminate:disabled,
 4913iconview text radio:selected:indeterminate:disabled,
 4914textview text radio:selected:indeterminate:disabled,
 4915treeview.view header button radio:selected:indeterminate:disabled,
 4916.tweak-category header button radio:selected:indeterminate:disabled,
 4917row.activatable radio:selected:focus:indeterminate:disabled,
 4918.view radio:selected:focus:indeterminate:disabled,
 4919iconview radio:selected:focus:indeterminate:disabled,
 4920.view text radio:selected:focus:indeterminate:disabled,
 4921iconview text radio:selected:focus:indeterminate:disabled,
 4922textview text radio:selected:focus:indeterminate:disabled,
 4923treeview.view header button radio:selected:focus:indeterminate:disabled,
 4924.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4925  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4926treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4927treeview.view radio:selected:focus:checked:disabled,
 4928.tweak-category radio:selected:focus:checked:disabled,
 4929row radio:selected:checked:disabled,
 4930row radio:selected:focus:checked:disabled,
 4931row.activatable radio:selected:checked:disabled,
 4932.view radio:selected:checked:disabled,
 4933iconview radio:selected:checked:disabled,
 4934.view text radio:selected:checked:disabled,
 4935iconview text radio:selected:checked:disabled,
 4936textview text radio:selected:checked:disabled,
 4937treeview.view header button radio:selected:checked:disabled,
 4938.tweak-category header button radio:selected:checked:disabled,
 4939row.activatable radio:selected:focus:checked:disabled,
 4940.view radio:selected:focus:checked:disabled,
 4941iconview radio:selected:focus:checked:disabled,
 4942.view text radio:selected:focus:checked:disabled,
 4943iconview text radio:selected:focus:checked:disabled,
 4944textview text radio:selected:focus:checked:disabled,
 4945treeview.view header button radio:selected:focus:checked:disabled,
 4946.tweak-category header button radio:selected:focus:checked:disabled {
 4947  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4948
 4949treeview.view radio:selected:indeterminate:active, .tweak-category radio:selected:indeterminate:active,
 4950treeview.view radio:selected:focus:indeterminate:active,
 4951.tweak-category radio:selected:focus:indeterminate:active,
 4952row radio:selected:indeterminate:active,
 4953row radio:selected:focus:indeterminate:active,
 4954row.activatable radio:selected:indeterminate:active,
 4955.view radio:selected:indeterminate:active,
 4956iconview radio:selected:indeterminate:active,
 4957.view text radio:selected:indeterminate:active,
 4958iconview text radio:selected:indeterminate:active,
 4959textview text radio:selected:indeterminate:active,
 4960treeview.view header button radio:selected:indeterminate:active,
 4961.tweak-category header button radio:selected:indeterminate:active,
 4962row.activatable radio:selected:focus:indeterminate:active,
 4963.view radio:selected:focus:indeterminate:active,
 4964iconview radio:selected:focus:indeterminate:active,
 4965.view text radio:selected:focus:indeterminate:active,
 4966iconview text radio:selected:focus:indeterminate:active,
 4967textview text radio:selected:focus:indeterminate:active,
 4968treeview.view header button radio:selected:focus:indeterminate:active,
 4969.tweak-category header button radio:selected:focus:indeterminate:active {
 4970  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
 4971  -gtk-icon-shadow: none; }
 4972treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4973treeview.view radio:selected:focus:disabled,
 4974.tweak-category radio:selected:focus:disabled,
 4975row radio:selected:disabled,
 4976row radio:selected:focus:disabled,
 4977row.activatable radio:selected:disabled,
 4978.view radio:selected:disabled,
 4979iconview radio:selected:disabled,
 4980.view text radio:selected:disabled,
 4981iconview text radio:selected:disabled,
 4982textview text radio:selected:disabled,
 4983treeview.view header button radio:selected:disabled,
 4984.tweak-category header button radio:selected:disabled,
 4985row.activatable radio:selected:focus:disabled,
 4986.view radio:selected:focus:disabled,
 4987iconview radio:selected:focus:disabled,
 4988.view text radio:selected:focus:disabled,
 4989iconview text radio:selected:focus:disabled,
 4990textview text radio:selected:focus:disabled,
 4991treeview.view header button radio:selected:focus:disabled,
 4992.tweak-category header button radio:selected:focus:disabled {
 4993  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4994treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4995treeview.view radio:selected:focus:indeterminate:disabled,
 4996.tweak-category radio:selected:focus:indeterminate:disabled,
 4997row radio:selected:indeterminate:disabled,
 4998row radio:selected:focus:indeterminate:disabled,
 4999row.activatable radio:selected:indeterminate:disabled,
 5000.view radio:selected:indeterminate:disabled,
 5001iconview radio:selected:indeterminate:disabled,
 5002.view text radio:selected:indeterminate:disabled,
 5003iconview text radio:selected:indeterminate:disabled,
 5004textview text radio:selected:indeterminate:disabled,
 5005treeview.view header button radio:selected:indeterminate:disabled,
 5006.tweak-category header button radio:selected:indeterminate:disabled,
 5007row.activatable radio:selected:focus:indeterminate:disabled,
 5008.view radio:selected:focus:indeterminate:disabled,
 5009iconview radio:selected:focus:indeterminate:disabled,
 5010.view text radio:selected:focus:indeterminate:disabled,
 5011iconview text radio:selected:focus:indeterminate:disabled,
 5012textview text radio:selected:focus:indeterminate:disabled,
 5013treeview.view header button radio:selected:focus:indeterminate:disabled,
 5014.tweak-category header button radio:selected:focus:indeterminate:disabled {
 5015  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 5016treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 5017treeview.view radio:selected:focus:checked:disabled,
 5018.tweak-category radio:selected:focus:checked:disabled,
 5019row radio:selected:checked:disabled,
 5020row radio:selected:focus:checked:disabled,
 5021row.activatable radio:selected:checked:disabled,
 5022.view radio:selected:checked:disabled,
 5023iconview radio:selected:checked:disabled,
 5024.view text radio:selected:checked:disabled,
 5025iconview text radio:selected:checked:disabled,
 5026textview text radio:selected:checked:disabled,
 5027treeview.view header button radio:selected:checked:disabled,
 5028.tweak-category header button radio:selected:checked:disabled,
 5029row.activatable radio:selected:focus:checked:disabled,
 5030.view radio:selected:focus:checked:disabled,
 5031iconview radio:selected:focus:checked:disabled,
 5032.view text radio:selected:focus:checked:disabled,
 5033iconview text radio:selected:focus:checked:disabled,
 5034textview text radio:selected:focus:checked:disabled,
 5035treeview.view header button radio:selected:focus:checked:disabled,
 5036.tweak-category header button radio:selected:focus:checked:disabled {
 5037  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 5038
 5039treeview.view radio:selected:checked, .tweak-category radio:selected:checked,
 5040treeview.view radio:selected:focus:checked,
 5041.tweak-category radio:selected:focus:checked,
 5042row radio:selected:checked,
 5043row radio:selected:focus:checked,
 5044row.activatable radio:selected:checked,
 5045.view radio:selected:checked,
 5046iconview radio:selected:checked,
 5047.view text radio:selected:checked,
 5048iconview text radio:selected:checked,
 5049textview text radio:selected:checked,
 5050treeview.view header button radio:selected:checked,
 5051.tweak-category header button radio:selected:checked,
 5052row.activatable radio:selected:focus:checked,
 5053.view radio:selected:focus:checked,
 5054iconview radio:selected:focus:checked,
 5055.view text radio:selected:focus:checked,
 5056iconview text radio:selected:focus:checked,
 5057textview text radio:selected:focus:checked,
 5058treeview.view header button radio:selected:focus:checked,
 5059.tweak-category header button radio:selected:focus:checked {
 5060  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
 5061  -gtk-icon-shadow: none; }
 5062treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 5063treeview.view radio:selected:focus:disabled,
 5064.tweak-category radio:selected:focus:disabled,
 5065row radio:selected:disabled,
 5066row radio:selected:focus:disabled,
 5067row.activatable radio:selected:disabled,
 5068.view radio:selected:disabled,
 5069iconview radio:selected:disabled,
 5070.view text radio:selected:disabled,
 5071iconview text radio:selected:disabled,
 5072textview text radio:selected:disabled,
 5073treeview.view header button radio:selected:disabled,
 5074.tweak-category header button radio:selected:disabled,
 5075row.activatable radio:selected:focus:disabled,
 5076.view radio:selected:focus:disabled,
 5077iconview radio:selected:focus:disabled,
 5078.view text radio:selected:focus:disabled,
 5079iconview text radio:selected:focus:disabled,
 5080textview text radio:selected:focus:disabled,
 5081treeview.view header button radio:selected:focus:disabled,
 5082.tweak-category header button radio:selected:focus:disabled {
 5083  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 5084treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 5085treeview.view radio:selected:focus:indeterminate:disabled,
 5086.tweak-category radio:selected:focus:indeterminate:disabled,
 5087row radio:selected:indeterminate:disabled,
 5088row radio:selected:focus:indeterminate:disabled,
 5089row.activatable radio:selected:indeterminate:disabled,
 5090.view radio:selected:indeterminate:disabled,
 5091iconview radio:selected:indeterminate:disabled,
 5092.view text radio:selected:indeterminate:disabled,
 5093iconview text radio:selected:indeterminate:disabled,
 5094textview text radio:selected:indeterminate:disabled,
 5095treeview.view header button radio:selected:indeterminate:disabled,
 5096.tweak-category header button radio:selected:indeterminate:disabled,
 5097row.activatable radio:selected:focus:indeterminate:disabled,
 5098.view radio:selected:focus:indeterminate:disabled,
 5099iconview radio:selected:focus:indeterminate:disabled,
 5100.view text radio:selected:focus:indeterminate:disabled,
 5101iconview text radio:selected:focus:indeterminate:disabled,
 5102textview text radio:selected:focus:indeterminate:disabled,
 5103treeview.view header button radio:selected:focus:indeterminate:disabled,
 5104.tweak-category header button radio:selected:focus:indeterminate:disabled {
 5105  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 5106treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 5107treeview.view radio:selected:focus:checked:disabled,
 5108.tweak-category radio:selected:focus:checked:disabled,
 5109row radio:selected:checked:disabled,
 5110row radio:selected:focus:checked:disabled,
 5111row.activatable radio:selected:checked:disabled,
 5112.view radio:selected:checked:disabled,
 5113iconview radio:selected:checked:disabled,
 5114.view text radio:selected:checked:disabled,
 5115iconview text radio:selected:checked:disabled,
 5116textview text radio:selected:checked:disabled,
 5117treeview.view header button radio:selected:checked:disabled,
 5118.tweak-category header button radio:selected:checked:disabled,
 5119row.activatable radio:selected:focus:checked:disabled,
 5120.view radio:selected:focus:checked:disabled,
 5121iconview radio:selected:focus:checked:disabled,
 5122.view text radio:selected:focus:checked:disabled,
 5123iconview text radio:selected:focus:checked:disabled,
 5124textview text radio:selected:focus:checked:disabled,
 5125treeview.view header button radio:selected:focus:checked:disabled,
 5126.tweak-category header button radio:selected:focus:checked:disabled {
 5127  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 5128
 5129treeview.view radio:selected:checked:active, .tweak-category radio:selected:checked:active,
 5130treeview.view radio:selected:focus:checked:active,
 5131.tweak-category radio:selected:focus:checked:active,
 5132row radio:selected:checked:active,
 5133row radio:selected:focus:checked:active,
 5134row.activatable radio:selected:checked:active,
 5135.view radio:selected:checked:active,
 5136iconview radio:selected:checked:active,
 5137.view text radio:selected:checked:active,
 5138iconview text radio:selected:checked:active,
 5139textview text radio:selected:checked:active,
 5140treeview.view header button radio:selected:checked:active,
 5141.tweak-category header button radio:selected:checked:active,
 5142row.activatable radio:selected:focus:checked:active,
 5143.view radio:selected:focus:checked:active,
 5144iconview radio:selected:focus:checked:active,
 5145.view text radio:selected:focus:checked:active,
 5146iconview text radio:selected:focus:checked:active,
 5147textview text radio:selected:focus:checked:active,
 5148treeview.view header button radio:selected:focus:checked:active,
 5149.tweak-category header button radio:selected:focus:checked:active {
 5150  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
 5151  -gtk-icon-shadow: none; }
 5152treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 5153treeview.view radio:selected:focus:disabled,
 5154.tweak-category radio:selected:focus:disabled,
 5155row radio:selected:disabled,
 5156row radio:selected:focus:disabled,
 5157row.activatable radio:selected:disabled,
 5158.view radio:selected:disabled,
 5159iconview radio:selected:disabled,
 5160.view text radio:selected:disabled,
 5161iconview text radio:selected:disabled,
 5162textview text radio:selected:disabled,
 5163treeview.view header button radio:selected:disabled,
 5164.tweak-category header button radio:selected:disabled,
 5165row.activatable radio:selected:focus:disabled,
 5166.view radio:selected:focus:disabled,
 5167iconview radio:selected:focus:disabled,
 5168.view text radio:selected:focus:disabled,
 5169iconview text radio:selected:focus:disabled,
 5170textview text radio:selected:focus:disabled,
 5171treeview.view header button radio:selected:focus:disabled,
 5172.tweak-category header button radio:selected:focus:disabled {
 5173  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 5174treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 5175treeview.view radio:selected:focus:indeterminate:disabled,
 5176.tweak-category radio:selected:focus:indeterminate:disabled,
 5177row radio:selected:indeterminate:disabled,
 5178row radio:selected:focus:indeterminate:disabled,
 5179row.activatable radio:selected:indeterminate:disabled,
 5180.view radio:selected:indeterminate:disabled,
 5181iconview radio:selected:indeterminate:disabled,
 5182.view text radio:selected:indeterminate:disabled,
 5183iconview text radio:selected:indeterminate:disabled,
 5184textview text radio:selected:indeterminate:disabled,
 5185treeview.view header button radio:selected:indeterminate:disabled,
 5186.tweak-category header button radio:selected:indeterminate:disabled,
 5187row.activatable radio:selected:focus:indeterminate:disabled,
 5188.view radio:selected:focus:indeterminate:disabled,
 5189iconview radio:selected:focus:indeterminate:disabled,
 5190.view text radio:selected:focus:indeterminate:disabled,
 5191iconview text radio:selected:focus:indeterminate:disabled,
 5192textview text radio:selected:focus:indeterminate:disabled,
 5193treeview.view header button radio:selected:focus:indeterminate:disabled,
 5194.tweak-category header button radio:selected:focus:indeterminate:disabled {
 5195  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 5196treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 5197treeview.view radio:selected:focus:checked:disabled,
 5198.tweak-category radio:selected:focus:checked:disabled,
 5199row radio:selected:checked:disabled,
 5200row radio:selected:focus:checked:disabled,
 5201row.activatable radio:selected:checked:disabled,
 5202.view radio:selected:checked:disabled,
 5203iconview radio:selected:checked:disabled,
 5204.view text radio:selected:checked:disabled,
 5205iconview text radio:selected:checked:disabled,
 5206textview text radio:selected:checked:disabled,
 5207treeview.view header button radio:selected:checked:disabled,
 5208.tweak-category header button radio:selected:checked:disabled,
 5209row.activatable radio:selected:focus:checked:disabled,
 5210.view radio:selected:focus:checked:disabled,
 5211iconview radio:selected:focus:checked:disabled,
 5212.view text radio:selected:focus:checked:disabled,
 5213iconview text radio:selected:focus:checked:disabled,
 5214textview text radio:selected:focus:checked:disabled,
 5215treeview.view header button radio:selected:focus:checked:disabled,
 5216.tweak-category header button radio:selected:focus:checked:disabled {
 5217  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 5218
 5219.view.content-view check:not(list), iconview.content-view check:not(list) {
 5220  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
 5221  background-color: transparent; }
 5222
 5223.view.content-view check:hover:not(list), iconview.content-view check:hover:not(list) {
 5224  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
 5225  background-color: transparent; }
 5226
 5227.view.content-view check:active:not(list), iconview.content-view check:active:not(list) {
 5228  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
 5229  background-color: transparent; }
 5230
 5231.view.content-view check:disabled:not(list), iconview.content-view check:disabled:not(list) {
 5232  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode-dark.png"), url("assets/checkbox-insensitive-selectionmode-dark@2.png"));
 5233  background-color: transparent; }
 5234
 5235.view.content-view check:checked:not(list), iconview.content-view check:checked:not(list) {
 5236  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
 5237  background-color: transparent; }
 5238
 5239.view.content-view check:checked:hover:not(list), iconview.content-view check:checked:hover:not(list) {
 5240  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
 5241  background-color: transparent; }
 5242
 5243.view.content-view check:checked:active:not(list), iconview.content-view check:checked:active:not(list) {
 5244  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
 5245  background-color: transparent; }
 5246
 5247.view.content-view check:disabled:checked:not(list), iconview.content-view check:disabled:checked:not(list) {
 5248  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-insensitive-selectionmode-dark@2.png"));
 5249  background-color: transparent; }
 5250
 5251checkbutton.text-button,
 5252radiobutton.text-button {
 5253  padding: 0.20301rem 0.50376rem;
 5254  outline-offset: 0;
 5255  color: rgba(236, 239, 241, 0.75); }
 5256  checkbutton.text-button:hover, checkbutton.text-button:active, checkbutton.text-button:checked,
 5257  radiobutton.text-button:hover,
 5258  radiobutton.text-button:active,
 5259  radiobutton.text-button:checked {
 5260    color: #ECEFF1; }
 5261
 5262radio,
 5263.radio,
 5264check,
 5265.check {
 5266  min-width: 1.20301rem;
 5267  min-height: 1.20301rem;
 5268  margin: -0.75188rem -0.24812rem;
 5269  padding: 0.75188rem; }
 5270  radio:hover,
 5271  .radio:hover,
 5272  check:hover,
 5273  .check:hover {
 5274    animation: check_radio_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5275  radio:active,
 5276  .radio:active,
 5277  check:active,
 5278  .check:active {
 5279    animation: check_radio_active_reverse 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 5280    transition-duration: 0.15s; }
 5281  radio:hover:checked, radio:hover:indeterminate,
 5282  .radio:hover:checked,
 5283  .radio:hover:indeterminate,
 5284  check:hover:checked,
 5285  check:hover:indeterminate,
 5286  .check:hover:checked,
 5287  .check:hover:indeterminate {
 5288    animation: check_radio_active 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5289  menu menuitem radio, menu menuitem
 5290  .radio, menu menuitem
 5291  check, menu menuitem
 5292  .check {
 5293    min-width: 1.20301rem;
 5294    min-height: 1.20301rem;
 5295    margin: 0;
 5296    padding: 0; }
 5297    menu menuitem radio:dir(ltr), menu menuitem
 5298    .radio:dir(ltr), menu menuitem
 5299    check:dir(ltr), menu menuitem
 5300    .check:dir(ltr) {
 5301      margin-right: 0.6015rem; }
 5302    menu menuitem radio:dir(rtl), menu menuitem
 5303    .radio:dir(rtl), menu menuitem
 5304    check:dir(rtl), menu menuitem
 5305    .check:dir(rtl) {
 5306      margin-left: 0.6015rem; }
 5307    menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem
 5308    .radio, menu menuitem
 5309    .radio:hover, menu menuitem
 5310    .radio:disabled, menu menuitem
 5311    check, menu menuitem
 5312    check:hover, menu menuitem
 5313    check:disabled, menu menuitem
 5314    .check, menu menuitem
 5315    .check:hover, menu menuitem
 5316    .check:disabled {
 5317      border-color: transparent;
 5318      background-image: none;
 5319      background-color: transparent;
 5320      box-shadow: none;
 5321      -gtk-icon-shadow: none;
 5322      color: inherit;
 5323      animation: none; }
 5324
 5325/************
 5326 * GtkScale *
 5327 ************/
 5328@keyframes scale_enlarge {
 5329  from {
 5330    background-size: 80%; }
 5331  to {
 5332    background-size: 100%; } }
 5333scale trough, scale fill {
 5334  border: 1px solid transparent;
 5335  border-radius: 0;
 5336  background-color: alpha(currentColor, 0.2);
 5337  box-shadow: none; }
 5338  scale trough:disabled, scale fill:disabled {
 5339    color: rgba(236, 239, 241, 0.3);
 5340    background-color: alpha(currentColor, 0.2); }
 5341
 5342scale highlight {
 5343  border: 1px solid transparent;
 5344  border-radius: 0;
 5345  background-color: #C5A68E; }
 5346  scale highlight:disabled {
 5347    color: rgba(236, 239, 241, 0.3);
 5348    background-color: alpha(currentColor, 0.2); }
 5349
 5350scale {
 5351  outline-offset: 0;
 5352  outline-width: 0;
 5353  min-height: 10px;
 5354  min-width: 10px;
 5355  padding: 10px; }
 5356  scale.fine-tune {
 5357    outline-offset: 0;
 5358    outline-width: 0; }
 5359    scale.fine-tune.horizontal {
 5360      padding-top: 9px;
 5361      padding-bottom: 9px;
 5362      min-height: 10px; }
 5363    scale.fine-tune.vertical {
 5364      padding-left: 9px;
 5365      padding-right: 9px;
 5366      min-width: 10px; }
 5367    scale.fine-tune slider {
 5368      margin: -9px; }
 5369  scale slider {
 5370    min-height: 20px;
 5371    min-width: 20px;
 5372    margin: -9px; }
 5373    scale slider:not(:hover):not(:active) {
 5374      background-size: 80%; }
 5375    scale slider {
 5376      border-style: none;
 5377      border-radius: 0;
 5378      background-color: transparent;
 5379      background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png"));
 5380      background-repeat: no-repeat;
 5381      background-position: center;
 5382      box-shadow: none; }
 5383    scale slider:active {
 5384      border-style: none;
 5385      border-radius: 0;
 5386      background-color: transparent;
 5387      background-image: -gtk-scaled(url("assets/slider-active-dark.png"), url("assets/slider-active-dark@2.png"));
 5388      background-repeat: no-repeat;
 5389      background-position: center;
 5390      box-shadow: none; }
 5391    scale slider:disabled {
 5392      border-style: none;
 5393      border-radius: 0;
 5394      background-color: transparent;
 5395      background-image: -gtk-scaled(url("assets/slider-insensitive-dark.png"), url("assets/slider-insensitive-dark@2.png"));
 5396      background-repeat: no-repeat;
 5397      background-position: center;
 5398      box-shadow: none; }
 5399    scale slider:hover {
 5400      animation: scale_enlarge 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5401  scale trough,
 5402  scale fill,
 5403  scale highlight {
 5404    min-height: 2px;
 5405    min-width: 2px;
 5406    border-radius: 0;
 5407    border-width: 0; }
 5408  scale fill {
 5409    background-color: rgba(236, 239, 241, 0.1); }
 5410    scale fill:disabled {
 5411      border-color: transparent;
 5412      background-color: transparent; }
 5413  scale value {
 5414    color: alpha(currentColor, 0.55); }
 5415  scale separator {
 5416    color: transparent;
 5417    background-color: alpha(currentColor, 0.2); }
 5418
 5419scale marks {
 5420  color: alpha(currentColor, 0.55); }
 5421  scale marks.top {
 5422    margin-bottom: 6px;
 5423    margin-top: -12px; }
 5424  scale marks.bottom {
 5425    margin-top: 6px;
 5426    margin-bottom: -12px; }
 5427  scale marks.top {
 5428    margin-right: 6px;
 5429    margin-left: -12px; }
 5430  scale marks.bottom {
 5431    margin-left: 6px;
 5432    margin-right: -12px; }
 5433scale.fine-tune marks.top {
 5434  margin-bottom: 6px;
 5435  margin-top: -9px; }
 5436scale.fine-tune marks.bottom {
 5437  margin-top: 6px;
 5438  margin-bottom: -9px; }
 5439scale.fine-tune marks.top {
 5440  margin-right: 6px;
 5441  margin-left: -9px; }
 5442scale.fine-tune marks.bottom {
 5443  margin-left: 6px;
 5444  margin-right: -9px; }
 5445scale.horizontal indicator {
 5446  min-height: 6px;
 5447  min-width: 1px; }
 5448scale.horizontal.fine-tune indicator {
 5449  min-height: 3px; }
 5450scale.vertical indicator {
 5451  min-height: 1px;
 5452  min-width: 6px; }
 5453scale.vertical.fine-tune indicator {
 5454  min-width: 3px; }
 5455
 5456scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
 5457scale.horizontal contents:last-child:not(:only-child) > trough > slider {
 5458  border-style: none;
 5459  border-radius: 0;
 5460  background-color: transparent;
 5461  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"));
 5462  background-repeat: no-repeat;
 5463  background-position: center;
 5464  box-shadow: none; }
 5465scale.color.horizontal slider:active,
 5466scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
 5467  border-style: none;
 5468  border-radius: 0;
 5469  background-color: transparent;
 5470  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"));
 5471  background-repeat: no-repeat;
 5472  background-position: center;
 5473  box-shadow: none; }
 5474scale.color.horizontal slider:disabled,
 5475scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
 5476  border-style: none;
 5477  border-radius: 0;
 5478  background-color: transparent;
 5479  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"));
 5480  background-repeat: no-repeat;
 5481  background-position: center;
 5482  box-shadow: none; }
 5483
 5484scale.horizontal contents:first-child:not(:only-child) > trough > slider {
 5485  border-style: none;
 5486  border-radius: 0;
 5487  background-color: transparent;
 5488  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"));
 5489  background-repeat: no-repeat;
 5490  background-position: center;
 5491  box-shadow: none; }
 5492scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
 5493  border-style: none;
 5494  border-radius: 0;
 5495  background-color: transparent;
 5496  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"));
 5497  background-repeat: no-repeat;
 5498  background-position: center;
 5499  box-shadow: none; }
 5500scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
 5501  border-style: none;
 5502  border-radius: 0;
 5503  background-color: transparent;
 5504  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"));
 5505  background-repeat: no-repeat;
 5506  background-position: center;
 5507  box-shadow: none; }
 5508
 5509scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
 5510scale.vertical contents:last-child:not(:only-child) > trough > slider {
 5511  border-style: none;
 5512  border-radius: 0;
 5513  background-color: transparent;
 5514  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"));
 5515  background-repeat: no-repeat;
 5516  background-position: center;
 5517  box-shadow: none; }
 5518scale.color.vertical:dir(rtl) slider:active,
 5519scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
 5520  border-style: none;
 5521  border-radius: 0;
 5522  background-color: transparent;
 5523  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"));
 5524  background-repeat: no-repeat;
 5525  background-position: center;
 5526  box-shadow: none; }
 5527scale.color.vertical:dir(rtl) slider:disabled,
 5528scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
 5529  border-style: none;
 5530  border-radius: 0;
 5531  background-color: transparent;
 5532  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"));
 5533  background-repeat: no-repeat;
 5534  background-position: center;
 5535  box-shadow: none; }
 5536
 5537scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
 5538scale.vertical contents:first-child:not(:only-child) > trough > slider {
 5539  border-style: none;
 5540  border-radius: 0;
 5541  background-color: transparent;
 5542  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"));
 5543  background-repeat: no-repeat;
 5544  background-position: center;
 5545  box-shadow: none; }
 5546scale.color.vertical:dir(ltr) slider:active,
 5547scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
 5548  border-style: none;
 5549  border-radius: 0;
 5550  background-color: transparent;
 5551  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"));
 5552  background-repeat: no-repeat;
 5553  background-position: center;
 5554  box-shadow: none; }
 5555scale.color.vertical:dir(ltr) slider:disabled,
 5556scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
 5557  border-style: none;
 5558  border-radius: 0;
 5559  background-color: transparent;
 5560  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"));
 5561  background-repeat: no-repeat;
 5562  background-position: center;
 5563  box-shadow: none; }
 5564
 5565scale.color {
 5566  min-height: 0;
 5567  min-width: 0; }
 5568  scale.color trough {
 5569    min-width: 2px;
 5570    min-height: 2px;
 5571    border-radius: 0;
 5572    background-color: transparent; }
 5573  scale.color.horizontal {
 5574    padding: 0 0 10px 0; }
 5575    scale.color.horizontal trough {
 5576      padding-bottom: 5px; }
 5577    scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled {
 5578      margin-top: 5px;
 5579      margin-bottom: -10px; }
 5580  scale.color.vertical:dir(ltr) {
 5581    padding: 0 0 0 10px; }
 5582    scale.color.vertical:dir(ltr) trough {
 5583      padding-left: 5px; }
 5584    scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled {
 5585      margin-left: -10px;
 5586      margin-right: 5px; }
 5587  scale.color.vertical:dir(rtl) {
 5588    padding: 0 10px 0 0; }
 5589    scale.color.vertical:dir(rtl) trough {
 5590      padding-right: 5px; }
 5591    scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled {
 5592      margin-left: 5px;
 5593      margin-right: -10px; }
 5594  scale.color.fine-tune.horizontal {
 5595    padding: 0 0 10px 0; }
 5596    scale.color.fine-tune.horizontal trough {
 5597      padding-bottom: 5px; }
 5598    scale.color.fine-tune.horizontal slider {
 5599      margin-top: 5px;
 5600      margin-bottom: -10px; }
 5601  scale.color.fine-tune.vertical:dir(ltr) {
 5602    padding: 0 0 0 10px; }
 5603    scale.color.fine-tune.vertical:dir(ltr) trough {
 5604      padding-left: 5px; }
 5605    scale.color.fine-tune.vertical:dir(ltr) slider {
 5606      margin-left: -10px;
 5607      margin-right: 5px; }
 5608  scale.color.fine-tune.vertical:dir(rtl) {
 5609    padding: 0 10px 0 0; }
 5610    scale.color.fine-tune.vertical:dir(rtl) trough {
 5611      padding-right: 5px; }
 5612    scale.color.fine-tune.vertical:dir(rtl) slider {
 5613      margin-left: 5px;
 5614      margin-right: -10px; }
 5615
 5616scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
 5617scale.horizontal contents:last-child:not(:only-child) > trough > slider, scale.color.horizontal slider:active,
 5618scale.horizontal contents:last-child:not(:only-child) > trough > slider:active,
 5619scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
 5620  margin: -15px -10px -10px -10px; }
 5621
 5622scale.horizontal contents:first-child:not(:only-child) > trough > slider,
 5623scale.horizontal contents:first-child:not(:only-child) > trough > slider:active,
 5624scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
 5625  margin: -10px -10px -15px -10px; }
 5626
 5627scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
 5628scale.vertical contents:last-child:not(:only-child) > trough > slider,
 5629scale.vertical contents:last-child:not(:only-child) > trough > slider:active,
 5630scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
 5631  margin: -10px -10px -10px -15px; }
 5632
 5633scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
 5634scale.vertical contents:first-child:not(:only-child) > trough > slider,
 5635scale.vertical contents:first-child:not(:only-child) > trough > slider:active,
 5636scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
 5637  margin: -10px -15px -10px -10px; }
 5638
 5639scale.color.fine-tune.horizontal slider,
 5640scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.color.fine-tune.horizontal slider:active,
 5641scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.color.fine-tune.horizontal slider:disabled,
 5642scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
 5643  margin: -15px -10px -10px -10px; }
 5644
 5645scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider,
 5646scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
 5647scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
 5648  margin: -10px -10px -15px -10px; }
 5649
 5650scale.color.fine-tune.vertical:dir(rtl) slider,
 5651scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider,
 5652scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:active,
 5653scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
 5654  margin: -10px -10px -10px -15px; }
 5655
 5656scale.color.fine-tune.vertical:dir(ltr) slider,
 5657scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider,
 5658scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
 5659scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
 5660  margin: -10px -15px -10px -10px; }
 5661
 5662/*****************
 5663 * Progress bars *
 5664 *****************/
 5665progressbar {
 5666  font-size: 90%;
 5667  color: rgba(236, 239, 241, 0.5); }
 5668  progressbar.horizontal trough,
 5669  progressbar.horizontal progress {
 5670    min-height: 4px; }
 5671  progressbar.vertical trough,
 5672  progressbar.vertical progress {
 5673    min-width: 4px; }
 5674  progressbar.horizontal progress {
 5675    margin: 0 -1px; }
 5676  progressbar.vertical progress {
 5677    margin: -1px 0; }
 5678  progressbar trough {
 5679    box-shadow: none;
 5680    border-radius: 0;
 5681    background-color: rgba(77, 182, 172, 0.2); }
 5682  progressbar progress {
 5683    box-shadow: none;
 5684    border-radius: 0;
 5685    background-color: #C5A68E; }
 5686    progressbar progress.left {
 5687      border-top-left-radius: 0;
 5688      border-bottom-left-radius: 0; }
 5689    progressbar progress.right {
 5690      border-top-right-radius: 0;
 5691      border-bottom-right-radius: 0; }
 5692    progressbar progress.top {
 5693      border-top-left-radius: 0;
 5694      border-top-right-radius: 0; }
 5695    progressbar progress.bottom {
 5696      border-bottom-left-radius: 0;
 5697      border-bottom-right-radius: 0; }
 5698  progressbar.osd {
 5699    min-width: 4px;
 5700    min-height: 4px; }
 5701    progressbar.osd trough {
 5702      border-style: none;
 5703      box-shadow: none;
 5704      background-color: rgba(77, 182, 172, 0.2); }
 5705    progressbar.osd progress {
 5706      background-image: none;
 5707      background-color: #C5A68E;
 5708      border-style: none;
 5709      border-radius: 0; }
 5710
 5711entry progress, spinbutton:not(.vertical) progress {
 5712  margin: -10px -6px;
 5713  border-style: none none solid;
 5714  border-width: 2px;
 5715  border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 5716  border-radius: 0;
 5717  box-shadow: none;
 5718  background-color: transparent;
 5719  background-image: none; }
 5720
 5721/*************
 5722 * Level Bar *
 5723 *************/
 5724levelbar {
 5725  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 5726  levelbar block {
 5727    min-width: 2.70677rem;
 5728    min-height: 0.30075rem; }
 5729  levelbar.vertical block {
 5730    min-width: 0.30075rem;
 5731    min-height: 2.70677rem; }
 5732  levelbar trough {
 5733    padding: 0.15038rem;
 5734    border-radius: 2px;
 5735    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 5736    levelbar trough:disabled {
 5737      box-shadow: none; }
 5738    levelbar trough.horizontal {
 5739      padding: 0.15038rem 0.07519rem; }
 5740    levelbar trough.vertical {
 5741      padding: 0.07519rem 0.15038rem; }
 5742  levelbar.horizontal.discrete block {
 5743    margin: 0 0.07519rem; }
 5744  levelbar.vertical.discrete block {
 5745    margin: 0.07519rem 0; }
 5746  levelbar block {
 5747    border-radius: 0;
 5748    border: none;
 5749    box-shadow: none; }
 5750  levelbar block.low {
 5751    background-color: #FF9800; }
 5752  levelbar block:not(.empty),
 5753  levelbar block.high {
 5754    background-color: #C5A68E; }
 5755  levelbar block.full {
 5756    background-color: #00E676; }
 5757  levelbar block.empty {
 5758    background-color: alpha(currentColor, 0.2); }
 5759
 5760/****************
 5761 * Print dialog *
 5762*****************/
 5763printdialog paper {
 5764  padding: 0;
 5765  color: #ECEFF1;
 5766  border: 1px solid rgba(0, 0, 0, 0.11);
 5767  background-color: white; }
 5768printdialog .dialog-action-box {
 5769  margin: 0.90226rem; }
 5770
 5771/**********
 5772 * Frames *
 5773 **********/
 5774frame > border,
 5775.frame {
 5776  margin: 0;
 5777  padding: 0;
 5778  border-radius: 0;
 5779  border: 1px solid rgba(0, 0, 0, 0.11);
 5780  box-shadow: none; }
 5781  frame > border.flat,
 5782  .frame.flat {
 5783    border-style: none; }
 5784
 5785actionbar > frame > border {
 5786  border-width: 1px 0 0; }
 5787
 5788actionbar > revealer > box {
 5789  padding: 0.3985rem;
 5790  border-top: 1px solid rgba(0, 0, 0, 0.11); }
 5791
 5792placessidebar viewport.frame,
 5793scrolledwindow viewport.frame,
 5794placessidebar viewport.frame {
 5795  border-style: none; }
 5796placessidebar overshoot.top,
 5797scrolledwindow overshoot.top,
 5798placessidebar overshoot.top {
 5799  background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5800  background-repeat: no-repeat;
 5801  background-position: center top;
 5802  background-color: transparent;
 5803  border: none;
 5804  box-shadow: none; }
 5805placessidebar overshoot.bottom,
 5806scrolledwindow overshoot.bottom,
 5807placessidebar overshoot.bottom {
 5808  background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5809  background-repeat: no-repeat;
 5810  background-position: center bottom;
 5811  background-color: transparent;
 5812  border: none;
 5813  box-shadow: none; }
 5814placessidebar overshoot.left,
 5815scrolledwindow overshoot.left,
 5816placessidebar overshoot.left {
 5817  background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5818  background-repeat: no-repeat;
 5819  background-position: left center;
 5820  background-color: transparent;
 5821  border: none;
 5822  box-shadow: none; }
 5823placessidebar overshoot.right,
 5824scrolledwindow overshoot.right,
 5825placessidebar overshoot.right {
 5826  background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5827  background-repeat: no-repeat;
 5828  background-position: right center;
 5829  background-color: transparent;
 5830  border: none;
 5831  box-shadow: none; }
 5832placessidebar undershoot.top,
 5833scrolledwindow undershoot.top,
 5834placessidebar undershoot.top {
 5835  background-color: transparent;
 5836  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));
 5837  padding-top: 0;
 5838  background-size: 16px 32px;
 5839  background-repeat: repeat-x;
 5840  background-origin: content-box;
 5841  background-position: center top; }
 5842placessidebar undershoot.bottom,
 5843scrolledwindow undershoot.bottom,
 5844placessidebar undershoot.bottom {
 5845  background-color: transparent;
 5846  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));
 5847  padding-bottom: 0;
 5848  background-size: 16px 32px;
 5849  background-repeat: repeat-x;
 5850  background-origin: content-box;
 5851  background-position: center bottom; }
 5852placessidebar undershoot.left,
 5853scrolledwindow undershoot.left,
 5854placessidebar undershoot.left {
 5855  background-color: transparent;
 5856  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));
 5857  padding-left: 0;
 5858  background-size: 32px 16px;
 5859  background-repeat: repeat-y;
 5860  background-origin: content-box;
 5861  background-position: left center; }
 5862placessidebar undershoot.right,
 5863scrolledwindow undershoot.right,
 5864placessidebar undershoot.right {
 5865  background-color: transparent;
 5866  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));
 5867  padding-right: 0;
 5868  background-size: 32px 16px;
 5869  background-repeat: repeat-y;
 5870  background-origin: content-box;
 5871  background-position: right center; }
 5872placessidebar junction,
 5873scrolledwindow junction,
 5874placessidebar junction {
 5875  border-color: transparent;
 5876  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
 5877  background-color: #455A64; }
 5878  placessidebar junction:dir(rtl),
 5879  scrolledwindow junction:dir(rtl),
 5880  placessidebar junction:dir(rtl) {
 5881    border-image-slice: 0 1 0 0; }
 5882
 5883separator {
 5884  color: transparent;
 5885  background-color: rgba(0, 0, 0, 0.11);
 5886  min-width: 1px;
 5887  min-height: 1px; }
 5888
 5889/*********
 5890 * Lists *
 5891 *********/
 5892list {
 5893  border-color: rgba(0, 0, 0, 0.11);
 5894  background-color: #455A64; }
 5895
 5896row {
 5897  padding: 2px; }
 5898
 5899row.activatable, .view, iconview,
 5900.view text,
 5901iconview text,
 5902textview text, treeview.view header button, .tweak-category header button {
 5903  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), alpha(currentColor, 0));
 5904  background-repeat: no-repeat;
 5905  background-position: center, center;
 5906  background-size: 20.0188rem 20.0188rem, auto; }
 5907  row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup,
 5908  .view text.has-open-popup,
 5909  iconview text.has-open-popup,
 5910  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,
 5911  .view text:hover,
 5912  iconview text:hover,
 5913  textview text:hover, treeview.view header button:hover, .tweak-category header button:hover {
 5914    transition: none;
 5915    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), alpha(currentColor, 0.05)); }
 5916  row.activatable:active, .view:active, iconview:active,
 5917  .view text:active,
 5918  iconview text:active,
 5919  textview text:active, treeview.view header button:active, .tweak-category header button:active {
 5920    animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5921
 5922row button.image-button {
 5923  padding: 0.6015rem;
 5924  background-size: 2.44361rem 2.44361rem, auto; }
 5925row button.circular {
 5926  min-width: 1rem;
 5927  min-height: 1rem;
 5928  padding: 0.6015rem;
 5929  background-size: 2.44361rem 2.44361rem, auto; }
 5930
 5931row:selected button:disabled {
 5932  color: rgba(255, 255, 255, 0.34); }
 5933row:selected button.flat, row:selected button.osd.image-button, row:selected .osd toolbar button, .osd toolbar row:selected button, row:selected toolbar.osd button, toolbar.osd row:selected button, row:selected .app-notification button, .app-notification row:selected button, row:selected GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider row:selected button, row:selected toolbar button, toolbar row:selected button, row:selected .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:not(.suggested-action):not(.destructive-action),
 5934row:selected headerbar button:not(.suggested-action):not(.destructive-action),
 5935headerbar row:selected button:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow,
 5936row:selected .context-menu > arrow,
 5937row:selected menu > arrow, placessidebar row:selected button.image-button, row:selected .ssd decoration button, .ssd decoration row:selected button, row:selected .csd headerbar button.titlebutton, .csd headerbar row:selected button.titlebutton,
 5938row:selected .csd .titlebar button.titlebutton,
 5939.csd .titlebar row:selected button.titlebutton, row:selected #gf-candidate-popup button, #gf-candidate-popup row:selected button,
 5940row:selected #gf-candidate-popup .linked > button:first-child,
 5941#gf-candidate-popup row:selected .linked > button:first-child,
 5942row:selected #gf-candidate-popup .linked > button:last-child,
 5943#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 {
 5944  color: rgba(255, 255, 255, 0.85); }
 5945  row:selected button.flat:hover, row:selected button.osd.image-button:hover, row:selected .osd toolbar button:hover, .osd toolbar row:selected button:hover, row:selected toolbar.osd button:hover, toolbar.osd row:selected button:hover, row:selected .app-notification button:hover, .app-notification row:selected button:hover, row:selected GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider row:selected button:hover, row:selected toolbar button:hover, toolbar row:selected button:hover, row:selected .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:hover:not(.suggested-action):not(.destructive-action),
 5946  row:selected headerbar button:hover:not(.suggested-action):not(.destructive-action),
 5947  headerbar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:hover,
 5948  row:selected .context-menu > arrow:hover,
 5949  row:selected menu > arrow:hover, placessidebar row:selected button.image-button:hover, row:selected .ssd decoration button:hover, .ssd decoration row:selected button:hover, row:selected .csd headerbar button.titlebutton:hover, .csd headerbar row:selected button.titlebutton:hover,
 5950  row:selected .csd .titlebar button.titlebutton:hover,
 5951  .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 .osd toolbar button:active, .osd toolbar row:selected button:active, row:selected toolbar.osd button:active, toolbar.osd row:selected button:active, row:selected .app-notification button:active, .app-notification row:selected button:active, row:selected GeditViewFrame .gedit-search-slider button:active, GeditViewFrame .gedit-search-slider row:selected button:active, row:selected toolbar button:active, toolbar row:selected button:active, row:selected .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:active:not(.suggested-action):not(.destructive-action),
 5952  row:selected headerbar button:active:not(.suggested-action):not(.destructive-action),
 5953  headerbar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:active,
 5954  row:selected .context-menu > arrow:active,
 5955  row:selected menu > arrow:active, placessidebar row:selected button.image-button:active, row:selected .ssd decoration button:active, .ssd decoration row:selected button:active, row:selected .csd headerbar button.titlebutton:active, .csd headerbar row:selected button.titlebutton:active,
 5956  row:selected .csd .titlebar button.titlebutton:active,
 5957  .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 {
 5958    color: #FFFFFF; }
 5959  row:selected button.flat:disabled, row:selected button.osd.image-button:disabled, row:selected .osd toolbar button:disabled, .osd toolbar row:selected button:disabled, row:selected toolbar.osd button:disabled, toolbar.osd row:selected button:disabled, row:selected .app-notification button:disabled, .app-notification row:selected button:disabled, row:selected GeditViewFrame .gedit-search-slider button:disabled, GeditViewFrame .gedit-search-slider row:selected button:disabled, row:selected toolbar button:disabled, toolbar row:selected button:disabled, row:selected .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:disabled:not(.suggested-action):not(.destructive-action),
 5960  row:selected headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 5961  headerbar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:disabled,
 5962  row:selected .context-menu > arrow:disabled,
 5963  row:selected menu > arrow:disabled, placessidebar row:selected button.image-button:disabled, row:selected .ssd decoration button:disabled, .ssd decoration row:selected button:disabled, row:selected .csd headerbar button.titlebutton:disabled, .csd headerbar row:selected button.titlebutton:disabled,
 5964  row:selected .csd .titlebar button.titlebutton:disabled,
 5965  .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 {
 5966    color: rgba(255, 255, 255, 0.34); }
 5967
 5968row:hover {
 5969  transition: none; }
 5970
 5971/*********************
 5972 * App Notifications *
 5973 *********************/
 5974.app-notification border,
 5975.app-notification.frame border {
 5976  border: none; }
 5977
 5978/*************
 5979 * Expanders *
 5980 *************/
 5981expander {
 5982  padding: 0.20301rem 0.30075rem 0.24812rem; }
 5983  expander arrow {
 5984    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
 5985    min-width: 1.20301rem;
 5986    min-height: 1.20301rem; }
 5987    expander arrow:dir(rtl) {
 5988      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
 5989    expander arrow:checked {
 5990      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
 5991    expander arrow:not(:hover):not(:active) {
 5992      color: alpha(currentColor, 0.75); }
 5993    expander arrow:selected {
 5994      color: #FFFFFF; }
 5995  expander label {
 5996    color: rgba(236, 239, 241, 0.75); }
 5997    expander label:hover, expander label:active {
 5998      color: #ECEFF1; }
 5999    expander label:selected {
 6000      color: #FFFFFF; }
 6001
 6002/************
 6003 * Calendar *
 6004 ***********/
 6005calendar {
 6006  margin: 0.6015rem 0;
 6007  padding: 0.3985rem 0.09774rem 0.20301rem;
 6008  border: 1px solid rgba(0, 0, 0, 0.11);
 6009  color: #ECEFF1; }
 6010  calendar:selected {
 6011    border: none;
 6012    border-radius: 100px;
 6013    color: #C5A68E;
 6014    background-color: transparent;
 6015    background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
 6016    background-size: 1.45113rem 1.45113rem;
 6017    background-position: center top;
 6018    background-repeat: no-repeat; }
 6019  calendar.header {
 6020    border: 1px solid transparent;
 6021    border-bottom-color: rgba(0, 0, 0, 0.11);
 6022    border-radius: 0; }
 6023  calendar.button, calendar.header.button {
 6024    box-shadow: none;
 6025    background-color: transparent;
 6026    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), alpha(currentColor, 0));
 6027    color: alpha(currentColor, 0.2);
 6028    background-size: 2.44361rem 2.44361rem, auto; }
 6029    calendar.button:hover, calendar.header.button:hover {
 6030      box-shadow: none;
 6031      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), alpha(currentColor, 0.1)); }
 6032    calendar.button:active, calendar.header.button:active {
 6033      box-shadow: none;
 6034      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 6035    calendar.button:disabled, calendar.header.button:disabled {
 6036      box-shadow: none;
 6037      background-color: transparent; }
 6038  calendar:indeterminate {
 6039    color: alpha(currentColor, 0.2); }
 6040  calendar.highlight {
 6041    color: alpha(currentColor, 0.55);
 6042    font-size: 90%;
 6043    font-weight: 500; }
 6044
 6045/***********
 6046 * Dialogs *
 6047 ***********/
 6048messagedialog .titlebar {
 6049  min-height: 1.50376rem;
 6050  border-style: none;
 6051  border-top-left-radius: 2px;
 6052  border-top-right-radius: 2px;
 6053  color: rgba(236, 239, 241, 0.75);
 6054  background-color: #322F22; }
 6055messagedialog entry, messagedialog spinbutton:not(.vertical), messagedialog entry:focus, messagedialog spinbutton:focus:not(.vertical) {
 6056  color: #ECEFF1;
 6057  caret-color: #ECEFF1; }
 6058messagedialog entry:disabled, messagedialog spinbutton:disabled:not(.vertical) {
 6059  color: rgba(236, 239, 241, 0.3); }
 6060messagedialog button {
 6061  color: #C5A68E); }
 6062  messagedialog button:hover, messagedialog button:active, messagedialog button:checked {
 6063    color: #C5A68E; }
 6064  messagedialog button:disabled {
 6065    color: rgba(236, 239, 241, 0.3); }
 6066messagedialog .linked > button {
 6067  border: 2px solid transparent;
 6068  border-radius: 2px;
 6069  border-image: none;
 6070  box-shadow: none; }
 6071messagedialog check {
 6072  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
 6073messagedialog radio {
 6074  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
 6075messagedialog check:hover {
 6076  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
 6077messagedialog radio:hover {
 6078  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
 6079messagedialog check:active {
 6080  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
 6081messagedialog radio:active {
 6082  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
 6083messagedialog check:disabled {
 6084  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 6085messagedialog radio:disabled {
 6086  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 6087messagedialog check:indeterminate {
 6088  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
 6089messagedialog radio:indeterminate {
 6090  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
 6091messagedialog check:indeterminate:hover {
 6092  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
 6093messagedialog radio:indeterminate:hover {
 6094  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
 6095messagedialog check:indeterminate:active {
 6096  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
 6097messagedialog radio:indeterminate:active {
 6098  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
 6099messagedialog check:indeterminate:disabled {
 6100  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 6101messagedialog radio:indeterminate:disabled {
 6102  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 6103messagedialog check:checked {
 6104  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
 6105messagedialog radio:checked {
 6106  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
 6107messagedialog check:checked:hover {
 6108  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
 6109messagedialog radio:checked:hover {
 6110  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
 6111messagedialog check:checked:active {
 6112  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
 6113messagedialog radio:checked:active {
 6114  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
 6115messagedialog check:checked:disabled {
 6116  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 6117messagedialog radio:checked:disabled {
 6118  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 6119messagedialog checkbutton.text-button,
 6120messagedialog radiobutton.text-button {
 6121  color: rgba(236, 239, 241, 0.75); }
 6122  messagedialog checkbutton.text-button:hover, messagedialog checkbutton.text-button:active, messagedialog checkbutton.text-button:checked,
 6123  messagedialog radiobutton.text-button:hover,
 6124  messagedialog radiobutton.text-button:active,
 6125  messagedialog radiobutton.text-button:checked {
 6126    color: #ECEFF1; }
 6127  messagedialog checkbutton.text-button:disabled, messagedialog checkbutton.text-button:disabled:active, messagedialog checkbutton.text-button:disabled:indeterminate,
 6128  messagedialog radiobutton.text-button:disabled,
 6129  messagedialog radiobutton.text-button:disabled:active,
 6130  messagedialog radiobutton.text-button:disabled:indeterminate {
 6131    color: rgba(236, 239, 241, 0.3); }
 6132messagedialog.csd.background {
 6133  border-bottom-left-radius: 2px;
 6134  border-bottom-right-radius: 2px; }
 6135messagedialog.background, messagedialog.csd.background {
 6136  color: rgba(236, 239, 241, 0.75);
 6137  background-color: #322F22;
 6138  opacity: 0.9; }
 6139  messagedialog.background .dialog-action-area button,
 6140  messagedialog.background .dialog-action-area .linked > button, messagedialog.csd.background .dialog-action-area button,
 6141  messagedialog.csd.background .dialog-action-area .linked > button {
 6142    box-shadow: none;
 6143    background-color: transparent;
 6144    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), alpha(currentColor, 0));
 6145    border: 2px solid transparent;
 6146    border-radius: 0;
 6147    color: rgba(236, 239, 241, 0.75);
 6148    font-size: initial;
 6149    font-weight: 700;
 6150    background-size: 9.96241rem 9.96241rem, auto;
 6151    box-shadow: none;
 6152    background-color: transparent;
 6153    color: #C5A68E); }
 6154    messagedialog.background .dialog-action-area button:hover,
 6155    messagedialog.background .dialog-action-area .linked > button:hover, messagedialog.csd.background .dialog-action-area button:hover,
 6156    messagedialog.csd.background .dialog-action-area .linked > button:hover {
 6157      box-shadow: none;
 6158      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), alpha(currentColor, 0.1));
 6159      color: #C5A68E; }
 6160    messagedialog.background .dialog-action-area button:active,
 6161    messagedialog.background .dialog-action-area .linked > button:active, messagedialog.csd.background .dialog-action-area button:active,
 6162    messagedialog.csd.background .dialog-action-area .linked > button:active {
 6163      box-shadow: none;
 6164      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 6165      color: #C5A68E; }
 6166    messagedialog.background .dialog-action-area button:checked,
 6167    messagedialog.background .dialog-action-area .linked > button:checked, messagedialog.csd.background .dialog-action-area button:checked,
 6168    messagedialog.csd.background .dialog-action-area .linked > button:checked {
 6169      background-color: alpha(currentColor, 0.2);
 6170      color: #ECEFF1;
 6171      color: #C5A68E); }
 6172    messagedialog.background .dialog-action-area button:disabled,
 6173    messagedialog.background .dialog-action-area .linked > button:disabled, messagedialog.csd.background .dialog-action-area button:disabled,
 6174    messagedialog.csd.background .dialog-action-area .linked > button:disabled {
 6175      box-shadow: none;
 6176      background-color: transparent; }
 6177    messagedialog.background .dialog-action-area button:first-child,
 6178    messagedialog.background .dialog-action-area .linked > button:first-child, messagedialog.csd.background .dialog-action-area button:first-child,
 6179    messagedialog.csd.background .dialog-action-area .linked > button:first-child {
 6180      border-radius: 0 0 0 2px;
 6181      border-right-width: 0; }
 6182    messagedialog.background .dialog-action-area button:last-child,
 6183    messagedialog.background .dialog-action-area .linked > button:last-child, messagedialog.csd.background .dialog-action-area button:last-child,
 6184    messagedialog.csd.background .dialog-action-area .linked > button:last-child {
 6185      border-radius: 0 0 2px 0;
 6186      border-left-width: 0; }
 6187
 6188filechooser .dialog-action-box {
 6189  border-top: 1px solid rgba(0, 0, 0, 0.11); }
 6190filechooser #pathbarbox {
 6191  border-bottom: 1px solid #3e515a; }
 6192
 6193filechooserbutton:drop(active) {
 6194  box-shadow: none;
 6195  border-color: transparent; }
 6196
 6197/***********
 6198 * Sidebar *
 6199 ***********/
 6200.sidebar {
 6201  border: none;
 6202  color: rgba(236, 239, 241, 0.75);
 6203  background-color: #3b4c54; }
 6204  .sidebar:dir(ltr), .sidebar list:dir(ltr) {
 6205    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 6206  .sidebar:dir(rtl), .sidebar list:dir(rtl) {
 6207    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 6208  .sidebar treeview.view, .sidebar .tweak-category,
 6209  .sidebar .frame,
 6210  .sidebar list {
 6211    background-color: transparent; }
 6212  .sidebar treeview.view, .sidebar .tweak-category {
 6213    box-shadow: none; }
 6214  .sidebar .frame list {
 6215    box-shadow: none; }
 6216  .sidebar list,
 6217  .sidebar row,
 6218  .sidebar row.activatable,
 6219  .sidebar .view,
 6220  .sidebar iconview,
 6221  .sidebar .view text,
 6222  .view .sidebar text,
 6223  .sidebar iconview text,
 6224  iconview .sidebar text,
 6225  .sidebar textview text,
 6226  textview .sidebar text,
 6227  .sidebar treeview.view header button,
 6228  treeview.view header .sidebar button,
 6229  .sidebar .tweak-category header button,
 6230  .tweak-category header .sidebar button {
 6231    color: rgba(236, 239, 241, 0.75);
 6232    background-color: transparent;
 6233    font-weight: 500; }
 6234    .sidebar list:hover,
 6235    .sidebar row:hover,
 6236    .sidebar row.activatable:hover,
 6237    .sidebar .view:hover,
 6238    .sidebar iconview:hover,
 6239    .sidebar .view text:hover,
 6240    .view .sidebar text:hover,
 6241    .sidebar iconview text:hover,
 6242    iconview .sidebar text:hover,
 6243    .sidebar textview text:hover,
 6244    textview .sidebar text:hover,
 6245    .sidebar treeview.view header button:hover,
 6246    treeview.view header .sidebar button:hover,
 6247    .sidebar .tweak-category header button:hover,
 6248    .tweak-category header .sidebar button:hover {
 6249      color: #ECEFF1; }
 6250    .sidebar list:selected,
 6251    .sidebar row:selected,
 6252    .sidebar row.activatable:selected,
 6253    .sidebar .view:selected,
 6254    .sidebar iconview:selected,
 6255    .sidebar .view text:selected,
 6256    .view .sidebar text:selected,
 6257    .sidebar iconview text:selected,
 6258    iconview .sidebar text:selected,
 6259    .sidebar textview text:selected,
 6260    textview .sidebar text:selected,
 6261    .sidebar treeview.view header button:selected,
 6262    treeview.view header .sidebar button:selected,
 6263    .sidebar .tweak-category header button:selected,
 6264    .tweak-category header .sidebar button:selected {
 6265      color: #C5A68E;
 6266      background-color: transparent; }
 6267      .sidebar list:selected label,
 6268      .sidebar row:selected label,
 6269      .sidebar row.activatable:selected label,
 6270      .sidebar .view:selected label,
 6271      .sidebar iconview:selected label,
 6272      .sidebar .view text:selected label,
 6273      .view .sidebar text:selected label,
 6274      .sidebar iconview text:selected label,
 6275      iconview .sidebar text:selected label,
 6276      .sidebar textview text:selected label,
 6277      textview .sidebar text:selected label,
 6278      .sidebar treeview.view header button:selected label,
 6279      treeview.view header .sidebar button:selected label,
 6280      .sidebar .tweak-category header button:selected label,
 6281      .tweak-category header .sidebar button:selected label {
 6282        color: #C5A68E; }
 6283  .sidebar overshoot,
 6284  .sidebar undershoot {
 6285    box-shadow: none; }
 6286
 6287stacksidebar row,
 6288stacksidebar row.activatable,
 6289stacksidebar .view,
 6290stacksidebar iconview,
 6291stacksidebar .view text,
 6292.view stacksidebar text,
 6293stacksidebar iconview text,
 6294iconview stacksidebar text,
 6295stacksidebar textview text,
 6296textview stacksidebar text,
 6297stacksidebar treeview.view header button,
 6298treeview.view header stacksidebar button,
 6299stacksidebar .tweak-category header button,
 6300.tweak-category header stacksidebar button {
 6301  padding: 0.3985rem 0.6015rem 0.50376rem;
 6302  color: rgba(236, 239, 241, 0.75);
 6303  background-color: transparent;
 6304  font-weight: 500; }
 6305  stacksidebar row > label,
 6306  stacksidebar row.activatable > label,
 6307  stacksidebar .view > label,
 6308  stacksidebar iconview > label,
 6309  stacksidebar .view text > label,
 6310  .view stacksidebar text > label,
 6311  stacksidebar iconview text > label,
 6312  iconview stacksidebar text > label,
 6313  stacksidebar textview text > label,
 6314  textview stacksidebar text > label,
 6315  stacksidebar treeview.view header button > label,
 6316  treeview.view header stacksidebar button > label,
 6317  stacksidebar .tweak-category header button > label,
 6318  .tweak-category header stacksidebar button > label {
 6319    padding-left: 0.3985rem;
 6320    padding-right: 0.3985rem; }
 6321  stacksidebar row:hover,
 6322  stacksidebar row.activatable:hover,
 6323  stacksidebar .view:hover,
 6324  stacksidebar iconview:hover,
 6325  stacksidebar .view text:hover,
 6326  .view stacksidebar text:hover,
 6327  stacksidebar iconview text:hover,
 6328  iconview stacksidebar text:hover,
 6329  stacksidebar textview text:hover,
 6330  textview stacksidebar text:hover,
 6331  stacksidebar treeview.view header button:hover,
 6332  treeview.view header stacksidebar button:hover,
 6333  stacksidebar .tweak-category header button:hover,
 6334  .tweak-category header stacksidebar button:hover {
 6335    color: #ECEFF1; }
 6336  stacksidebar row:selected,
 6337  stacksidebar row.activatable:selected,
 6338  stacksidebar .view:selected,
 6339  stacksidebar iconview:selected,
 6340  stacksidebar .view text:selected,
 6341  .view stacksidebar text:selected,
 6342  stacksidebar iconview text:selected,
 6343  iconview stacksidebar text:selected,
 6344  stacksidebar textview text:selected,
 6345  textview stacksidebar text:selected,
 6346  stacksidebar treeview.view header button:selected,
 6347  treeview.view header stacksidebar button:selected,
 6348  stacksidebar .tweak-category header button:selected,
 6349  .tweak-category header stacksidebar button:selected {
 6350    color: #C5A68E;
 6351    background-color: transparent; }
 6352    stacksidebar row:selected label,
 6353    stacksidebar row.activatable:selected label,
 6354    stacksidebar .view:selected label,
 6355    stacksidebar iconview:selected label,
 6356    stacksidebar .view text:selected label,
 6357    .view stacksidebar text:selected label,
 6358    stacksidebar iconview text:selected label,
 6359    iconview stacksidebar text:selected label,
 6360    stacksidebar textview text:selected label,
 6361    textview stacksidebar text:selected label,
 6362    stacksidebar treeview.view header button:selected label,
 6363    treeview.view header stacksidebar button:selected label,
 6364    stacksidebar .tweak-category header button:selected label,
 6365    .tweak-category header stacksidebar button:selected label {
 6366      color: #C5A68E; }
 6367  stacksidebar row:backdrop,
 6368  stacksidebar row.activatable:backdrop,
 6369  stacksidebar .view:backdrop,
 6370  stacksidebar iconview:backdrop,
 6371  stacksidebar .view text:backdrop,
 6372  .view stacksidebar text:backdrop,
 6373  stacksidebar iconview text:backdrop,
 6374  iconview stacksidebar text:backdrop,
 6375  stacksidebar textview text:backdrop,
 6376  textview stacksidebar text:backdrop,
 6377  stacksidebar treeview.view header button:backdrop,
 6378  treeview.view header stacksidebar button:backdrop,
 6379  stacksidebar .tweak-category header button:backdrop,
 6380  .tweak-category header stacksidebar button:backdrop {
 6381    opacity: 1.0; }
 6382stacksidebar .frame list {
 6383  background-color: rgba(18, 22, 0, 0.04); }
 6384  stacksidebar .frame list:dir(ltr) {
 6385    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 6386  stacksidebar .frame list:dir(rtl) {
 6387    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 6388stacksidebar separator,
 6389stacksidebar .separator {
 6390  min-height: 0;
 6391  border-color: transparent;
 6392  background-color: transparent;
 6393  color: transparent; }
 6394
 6395/****************
 6396 * File chooser *
 6397 ****************/
 6398placessidebar list,
 6399placessidebar row {
 6400  background-color: #3b4c54; }
 6401placessidebar row {
 6402  padding: 0.3985rem 0 0.50376rem; }
 6403  placessidebar row > revealer {
 6404    padding: 0.30075rem 1.05263rem 0.30075rem 0.90226rem; }
 6405  placessidebar row image.sidebar-icon {
 6406    opacity: 0.75; }
 6407    placessidebar row image.sidebar-icon:dir(ltr) {
 6408      padding-right: 0.50376rem; }
 6409    placessidebar row image.sidebar-icon:dir(rtl) {
 6410      padding-left: 0.50376rem; }
 6411  placessidebar row label.sidebar-label:dir(ltr) {
 6412    padding-right: 0.15038rem; }
 6413  placessidebar row label.sidebar-label:dir(rtl) {
 6414    padding-left: 0.15038rem; }
 6415  placessidebar row button.image-button {
 6416    padding: 0.50376rem; }
 6417  placessidebar row:selected {
 6418    color: #C5A68E; }
 6419    placessidebar row:selected label {
 6420      color: #C5A68E; }
 6421    placessidebar row:selected button.image-button {
 6422      color: #4DD0E1; }
 6423      placessidebar row:selected button.image-button:hover, placessidebar row:selected button.image-button:active {
 6424        color: #C5A68E; }
 6425  placessidebar row.sidebar-placeholder-row {
 6426    border: solid 1px #C5A68E; }
 6427  placessidebar row.sidebar-new-bookmark-row {
 6428    color: #C5A68E; }
 6429  placessidebar row:drop(active):not(:disabled) {
 6430    color: #C5A68E;
 6431    box-shadow: inset 0 1px #C5A68E, inset 0 -1px #C5A68E; }
 6432    placessidebar row:drop(active):not(:disabled):selected {
 6433      color: #FFFFFF;
 6434      background-color: #C5A68E; }
 6435
 6436placesview row.activatable:hover, placesview .view:hover, placesview iconview:hover,
 6437placesview .view text:hover,
 6438.view placesview text:hover,
 6439placesview iconview text:hover,
 6440iconview placesview text:hover,
 6441placesview textview text:hover,
 6442textview 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 {
 6443  background-color: transparent; }
 6444placesview > actionbar > revealer > box > label {
 6445  padding-left: 0.6015rem;
 6446  padding-right: 0.6015rem; }
 6447
 6448/*********
 6449 * Paned *
 6450 *********/
 6451paned > separator {
 6452  min-width: 1px;
 6453  min-height: 1px;
 6454  border-style: none;
 6455  background-color: transparent;
 6456  -gtk-icon-source: none;
 6457  background-image: image(rgba(0, 0, 0, 0.11));
 6458  background-size: 1px 1px;
 6459  transition: none; }
 6460  paned > separator:backdrop, paned > separator:selected {
 6461    background-image: image(#37474F);
 6462    transition: none; }
 6463  window paned > separator, window paned > separator:backdrop, window paned > separator:selected {
 6464    background-image: image(rgba(0, 0, 0, 0.06));
 6465    transition: none; }
 6466  window > grid.vertical paned > separator, window > grid.vertical paned > separator:backdrop, window > grid.vertical paned > separator:selected {
 6467    background-image: image(#37474F);
 6468    transition: none; }
 6469  paned > separator.wide, button paned > separator, stacksidebar paned > separator,
 6470  stacksidebar paned > .separator, .tweak-categories paned > separator,
 6471  .tweak-categories paned > .separator, window overlay > grid > frame > grid list paned > separator {
 6472    min-width: 0.45113rem;
 6473    min-height: 0.45113rem;
 6474    margin: 0;
 6475    padding: 0;
 6476    background-color: #3e515a;
 6477    background-image: image(#37474F), image(#37474F);
 6478    background-size: 1px 1px, 1px 1px; }
 6479    paned > separator.wide:backdrop, button paned > separator:backdrop, stacksidebar paned > separator:backdrop,
 6480    stacksidebar paned > .separator:backdrop, .tweak-categories paned > separator:backdrop,
 6481    .tweak-categories paned > .separator:backdrop, window overlay > grid > frame > grid list paned > separator:backdrop, paned > separator.wide:selected, button paned > separator:selected, stacksidebar paned > separator:selected,
 6482    stacksidebar paned > .separator:selected, .tweak-categories paned > separator:selected,
 6483    .tweak-categories paned > .separator:selected, window overlay > grid > frame > grid list paned > separator:selected {
 6484      background-image: image(#37474F), image(#37474F); }
 6485paned.horizontal > separator {
 6486  background-repeat: repeat-y; }
 6487  paned.horizontal > separator:dir(ltr) {
 6488    margin: 0 -0.6015rem 0 0;
 6489    padding: 0 0.6015rem 0 0; }
 6490  paned.horizontal > separator:dir(rtl) {
 6491    margin: 0 0 0 -0.6015rem;
 6492    padding: 0 0 0 0.6015rem; }
 6493  paned.horizontal > separator.wide, button paned.horizontal > separator, stacksidebar paned.horizontal > separator,
 6494  stacksidebar paned.horizontal > .separator, .tweak-categories paned.horizontal > separator,
 6495  .tweak-categories paned.horizontal > .separator, window overlay > grid > frame > grid list paned.horizontal > separator {
 6496    background-repeat: repeat-y, repeat-y;
 6497    background-position: left, right; }
 6498paned.vertical > separator {
 6499  margin: 0 0 -0.6015rem 0;
 6500  padding: 0 0 0.6015rem 0;
 6501  background-repeat: repeat-x;
 6502  background-position: top; }
 6503  paned.vertical > separator.wide, button paned.vertical > separator, stacksidebar paned.vertical > separator,
 6504  stacksidebar paned.vertical > .separator, .tweak-categories paned.vertical > separator,
 6505  .tweak-categories paned.vertical > .separator, window overlay > grid > frame > grid list paned.vertical > separator {
 6506    background-repeat: repeat-x, repeat-x;
 6507    background-position: bottom, top; }
 6508
 6509/**************
 6510 * GtkInfoBar *
 6511 **************/
 6512infobar, NautilusTrashBar {
 6513  padding: 0.3985rem;
 6514  border-width: 0 0 1px;
 6515  border-style: solid;
 6516  border-color: #37474F;
 6517  background-color: #3b4c54; }
 6518
 6519.info:not(.error),
 6520.question:not(.error),
 6521.warning:not(.error),
 6522.error:not(.error) {
 6523  color: rgba(38, 50, 56, 0.75); }
 6524.info button,
 6525.question button,
 6526.warning button,
 6527.error button {
 6528  box-shadow: none;
 6529  background-color: transparent;
 6530  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), alpha(currentColor, 0));
 6531  color: rgba(38, 50, 56, 0.75); }
 6532  .info button:hover,
 6533  .question button:hover,
 6534  .warning button:hover,
 6535  .error button:hover {
 6536    box-shadow: none;
 6537    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), alpha(currentColor, 0.1));
 6538    color: #263238; }
 6539  .info button:active,
 6540  .question button:active,
 6541  .warning button:active,
 6542  .error button:active {
 6543    box-shadow: none;
 6544    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 6545    color: #263238; }
 6546  .info button:checked,
 6547  .question button:checked,
 6548  .warning button:checked,
 6549  .error button:checked {
 6550    background-color: alpha(currentColor, 0.2);
 6551    color: #ECEFF1;
 6552    color: #263238; }
 6553  .info button:disabled,
 6554  .question button:disabled,
 6555  .warning button:disabled,
 6556  .error button:disabled {
 6557    color: rgba(38, 50, 56, 0.3); }
 6558  .info button.flat, .info button.osd.image-button, .info .osd toolbar button, .osd toolbar .info button, .info toolbar.osd button, toolbar.osd .info button, .info .app-notification button, .app-notification .info button, .info GeditViewFrame .gedit-search-slider button, GeditViewFrame .gedit-search-slider .info button, .info toolbar button, toolbar .info button, .info .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .info button:not(.suggested-action):not(.destructive-action),
 6559  .info headerbar button:not(.suggested-action):not(.destructive-action),
 6560  headerbar .info button:not(.suggested-action):not(.destructive-action), .info .menu > arrow,
 6561  .info .context-menu > arrow,
 6562  .info menu > arrow, .info placessidebar row button.image-button, placessidebar row .info button.image-button, .info .ssd decoration button, .ssd decoration .info button, .info .csd headerbar button.titlebutton, .csd headerbar .info button.titlebutton,
 6563  .info .csd .titlebar button.titlebutton,
 6564  .csd .titlebar .info button.titlebutton, .info #gf-candidate-popup button, #gf-candidate-popup .info button,
 6565  .info #gf-candidate-popup .linked > button:first-child,
 6566  #gf-candidate-popup .info .linked > button:first-child,
 6567  .info #gf-candidate-popup .linked > button:last-child,
 6568  #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,
 6569  .question button.flat,
 6570  .question button.osd.image-button,
 6571  .question .osd toolbar button,
 6572  .osd toolbar .question button,
 6573  .question toolbar.osd button,
 6574  toolbar.osd .question button,
 6575  .question .app-notification button,
 6576  .app-notification .question button,
 6577  .question GeditViewFrame .gedit-search-slider button,
 6578  GeditViewFrame .gedit-search-slider .question button,
 6579  .question toolbar button,
 6580  toolbar .question button,
 6581  .question .titlebar button:not(.suggested-action):not(.destructive-action),
 6582  .titlebar .question button:not(.suggested-action):not(.destructive-action),
 6583  .question headerbar button:not(.suggested-action):not(.destructive-action),
 6584  headerbar .question button:not(.suggested-action):not(.destructive-action),
 6585  .question .menu > arrow,
 6586  .question .context-menu > arrow,
 6587  .question menu > arrow,
 6588  .question placessidebar row button.image-button,
 6589  placessidebar row .question button.image-button,
 6590  .question .ssd decoration button,
 6591  .ssd decoration .question button,
 6592  .question .csd headerbar button.titlebutton,
 6593  .csd headerbar .question button.titlebutton,
 6594  .question .csd .titlebar button.titlebutton,
 6595  .csd .titlebar .question button.titlebutton,
 6596  .question #gf-candidate-popup button,
 6597  #gf-candidate-popup .question button,
 6598  .question #gf-candidate-popup .linked > button:first-child,
 6599  #gf-candidate-popup .question .linked > button:first-child,
 6600  .question #gf-candidate-popup .linked > button:last-child,
 6601  #gf-candidate-popup .question .linked > button:last-child,
 6602  .question window > grid.vertical > box.vertical > widget button,
 6603  window > grid.vertical > box.vertical > widget .question button,
 6604  .question layouttabbar button,
 6605  layouttabbar .question button,
 6606  .question layouttab button,
 6607  layouttab .question button,
 6608  .warning button.flat,
 6609  .warning button.osd.image-button,
 6610  .warning .osd toolbar button,
 6611  .osd toolbar .warning button,
 6612  .warning toolbar.osd button,
 6613  toolbar.osd .warning button,
 6614  .warning .app-notification button,
 6615  .app-notification .warning button,
 6616  .warning GeditViewFrame .gedit-search-slider button,
 6617  GeditViewFrame .gedit-search-slider .warning button,
 6618  .warning toolbar button,
 6619  toolbar .warning button,
 6620  .warning .titlebar button:not(.suggested-action):not(.destructive-action),
 6621  .titlebar .warning button:not(.suggested-action):not(.destructive-action),
 6622  .warning headerbar button:not(.suggested-action):not(.destructive-action),
 6623  headerbar .warning button:not(.suggested-action):not(.destructive-action),
 6624  .warning .menu > arrow,
 6625  .warning .context-menu > arrow,
 6626  .warning menu > arrow,
 6627  .warning placessidebar row button.image-button,
 6628  placessidebar row .warning button.image-button,
 6629  .warning .ssd decoration button,
 6630  .ssd decoration .warning button,
 6631  .warning .csd headerbar button.titlebutton,
 6632  .csd headerbar .warning button.titlebutton,
 6633  .warning .csd .titlebar button.titlebutton,
 6634  .csd .titlebar .warning button.titlebutton,
 6635  .warning #gf-candidate-popup button,
 6636  #gf-candidate-popup .warning button,
 6637  .warning #gf-candidate-popup .linked > button:first-child,
 6638  #gf-candidate-popup .warning .linked > button:first-child,
 6639  .warning #gf-candidate-popup .linked > button:last-child,
 6640  #gf-candidate-popup .warning .linked > button:last-child,
 6641  .warning window > grid.vertical > box.vertical > widget button,
 6642  window > grid.vertical > box.vertical > widget .warning button,
 6643  .warning layouttabbar button,
 6644  layouttabbar .warning button,
 6645  .warning layouttab button,
 6646  layouttab .warning button,
 6647  .error button.flat,
 6648  .error button.osd.image-button,
 6649  .error .osd toolbar button,
 6650  .osd toolbar .error button,
 6651  .error toolbar.osd button,
 6652  toolbar.osd .error button,
 6653  .error .app-notification button,
 6654  .app-notification .error button,
 6655  .error GeditViewFrame .gedit-search-slider button,
 6656  GeditViewFrame .gedit-search-slider .error button,
 6657  .error toolbar button,
 6658  toolbar .error button,
 6659  .error .titlebar button:not(.suggested-action):not(.destructive-action),
 6660  .titlebar .error button:not(.suggested-action):not(.destructive-action),
 6661  .error headerbar button:not(.suggested-action):not(.destructive-action),
 6662  headerbar .error button:not(.suggested-action):not(.destructive-action),
 6663  .error .menu > arrow,
 6664  .error .context-menu > arrow,
 6665  .error menu > arrow,
 6666  .error placessidebar row button.image-button,
 6667  placessidebar row .error button.image-button,
 6668  .error .ssd decoration button,
 6669  .ssd decoration .error button,
 6670  .error .csd headerbar button.titlebutton,
 6671  .csd headerbar .error button.titlebutton,
 6672  .error .csd .titlebar button.titlebutton,
 6673  .csd .titlebar .error button.titlebutton,
 6674  .error #gf-candidate-popup button,
 6675  #gf-candidate-popup .error button,
 6676  .error #gf-candidate-popup .linked > button:first-child,
 6677  #gf-candidate-popup .error .linked > button:first-child,
 6678  .error #gf-candidate-popup .linked > button:last-child,
 6679  #gf-candidate-popup .error .linked > button:last-child,
 6680  .error window > grid.vertical > box.vertical > widget button,
 6681  window > grid.vertical > box.vertical > widget .error button,
 6682  .error layouttabbar button,
 6683  layouttabbar .error button,
 6684  .error layouttab button,
 6685  layouttab .error button {
 6686    color: rgba(38, 50, 56, 0.75); }
 6687    .info button.flat:hover, .info button.osd.image-button:hover, .info .osd toolbar button:hover, .osd toolbar .info button:hover, .info toolbar.osd button:hover, toolbar.osd .info button:hover, .info .app-notification button:hover, .app-notification .info button:hover, .info GeditViewFrame .gedit-search-slider button:hover, GeditViewFrame .gedit-search-slider .info button:hover, .info toolbar button:hover, toolbar .info button:hover, .info .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info button:hover:not(.suggested-action):not(.destructive-action),
 6688    .info headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6689    headerbar .info button:hover:not(.suggested-action):not(.destructive-action), .info .menu > arrow:hover,
 6690    .info .context-menu > arrow:hover,
 6691    .info menu > arrow:hover, .info placessidebar row button.image-button:hover, placessidebar row .info button.image-button:hover, .info .ssd decoration button:hover, .ssd decoration .info button:hover, .info .csd headerbar button.titlebutton:hover, .csd headerbar .info button.titlebutton:hover,
 6692    .info .csd .titlebar button.titlebutton:hover,
 6693    .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 .osd toolbar button:active, .osd toolbar .info button:active, .info toolbar.osd button:active, toolbar.osd .info button:active, .info .app-notification button:active, .app-notification .info button:active, .info GeditViewFrame .gedit-search-slider button:active, GeditViewFrame .gedit-search-slider .info button:active, .info toolbar button:active, toolbar .info button:active, .info .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .info button:active:not(.suggested-action):not(.destructive-action),
 6694    .info headerbar button:active:not(.suggested-action):not(.destructive-action),
 6695    headerbar .info button:active:not(.suggested-action):not(.destructive-action), .info .menu > arrow:active,
 6696    .info .context-menu > arrow:active,
 6697    .info menu > arrow:active, .info placessidebar row button.image-button:active, placessidebar row .info button.image-button:active, .info .ssd decoration button:active, .ssd decoration .info button:active, .info .csd headerbar button.titlebutton:active, .csd headerbar .info button.titlebutton:active,
 6698    .info .csd .titlebar button.titlebutton:active,
 6699    .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,
 6700    .question button.flat:hover,
 6701    .question button.osd.image-button:hover,
 6702    .question .osd toolbar button:hover,
 6703    .osd toolbar .question button:hover,
 6704    .question toolbar.osd button:hover,
 6705    toolbar.osd .question button:hover,
 6706    .question .app-notification button:hover,
 6707    .app-notification .question button:hover,
 6708    .question GeditViewFrame .gedit-search-slider button:hover,
 6709    GeditViewFrame .gedit-search-slider .question button:hover,
 6710    .question toolbar button:hover,
 6711    toolbar .question button:hover,
 6712    .question .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6713    .titlebar .question button:hover:not(.suggested-action):not(.destructive-action),
 6714    .question headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6715    headerbar .question button:hover:not(.suggested-action):not(.destructive-action),
 6716    .question .menu > arrow:hover,
 6717    .question .context-menu > arrow:hover,
 6718    .question menu > arrow:hover,
 6719    .question placessidebar row button.image-button:hover,
 6720    placessidebar row .question button.image-button:hover,
 6721    .question .ssd decoration button:hover,
 6722    .ssd decoration .question button:hover,
 6723    .question .csd headerbar button.titlebutton:hover,
 6724    .csd headerbar .question button.titlebutton:hover,
 6725    .question .csd .titlebar button.titlebutton:hover,
 6726    .csd .titlebar .question button.titlebutton:hover,
 6727    .question #gf-candidate-popup button:hover,
 6728    #gf-candidate-popup .question button:hover,
 6729    .question window > grid.vertical > box.vertical > widget button:hover,
 6730    window > grid.vertical > box.vertical > widget .question button:hover,
 6731    .question layouttabbar button:hover,
 6732    layouttabbar .question button:hover,
 6733    .question layouttab button:hover,
 6734    layouttab .question button:hover,
 6735    .question button.flat:active,
 6736    .question button.osd.image-button:active,
 6737    .question .osd toolbar button:active,
 6738    .osd toolbar .question button:active,
 6739    .question toolbar.osd button:active,
 6740    toolbar.osd .question button:active,
 6741    .question .app-notification button:active,
 6742    .app-notification .question button:active,
 6743    .question GeditViewFrame .gedit-search-slider button:active,
 6744    GeditViewFrame .gedit-search-slider .question button:active,
 6745    .question toolbar button:active,
 6746    toolbar .question button:active,
 6747    .question .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6748    .titlebar .question button:active:not(.suggested-action):not(.destructive-action),
 6749    .question headerbar button:active:not(.suggested-action):not(.destructive-action),
 6750    headerbar .question button:active:not(.suggested-action):not(.destructive-action),
 6751    .question .menu > arrow:active,
 6752    .question .context-menu > arrow:active,
 6753    .question menu > arrow:active,
 6754    .question placessidebar row button.image-button:active,
 6755    placessidebar row .question button.image-button:active,
 6756    .question .ssd decoration button:active,
 6757    .ssd decoration .question button:active,
 6758    .question .csd headerbar button.titlebutton:active,
 6759    .csd headerbar .question button.titlebutton:active,
 6760    .question .csd .titlebar button.titlebutton:active,
 6761    .csd .titlebar .question button.titlebutton:active,
 6762    .question #gf-candidate-popup button:active,
 6763    #gf-candidate-popup .question button:active,
 6764    .question window > grid.vertical > box.vertical > widget button:active,
 6765    window > grid.vertical > box.vertical > widget .question button:active,
 6766    .question layouttabbar button:active,
 6767    layouttabbar .question button:active,
 6768    .question layouttab button:active,
 6769    layouttab .question button:active,
 6770    .warning button.flat:hover,
 6771    .warning button.osd.image-button:hover,
 6772    .warning .osd toolbar button:hover,
 6773    .osd toolbar .warning button:hover,
 6774    .warning toolbar.osd button:hover,
 6775    toolbar.osd .warning button:hover,
 6776    .warning .app-notification button:hover,
 6777    .app-notification .warning button:hover,
 6778    .warning GeditViewFrame .gedit-search-slider button:hover,
 6779    GeditViewFrame .gedit-search-slider .warning button:hover,
 6780    .warning toolbar button:hover,
 6781    toolbar .warning button:hover,
 6782    .warning .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6783    .titlebar .warning button:hover:not(.suggested-action):not(.destructive-action),
 6784    .warning headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6785    headerbar .warning button:hover:not(.suggested-action):not(.destructive-action),
 6786    .warning .menu > arrow:hover,
 6787    .warning .context-menu > arrow:hover,
 6788    .warning menu > arrow:hover,
 6789    .warning placessidebar row button.image-button:hover,
 6790    placessidebar row .warning button.image-button:hover,
 6791    .warning .ssd decoration button:hover,
 6792    .ssd decoration .warning button:hover,
 6793    .warning .csd headerbar button.titlebutton:hover,
 6794    .csd headerbar .warning button.titlebutton:hover,
 6795    .warning .csd .titlebar button.titlebutton:hover,
 6796    .csd .titlebar .warning button.titlebutton:hover,
 6797    .warning #gf-candidate-popup button:hover,
 6798    #gf-candidate-popup .warning button:hover,
 6799    .warning window > grid.vertical > box.vertical > widget button:hover,
 6800    window > grid.vertical > box.vertical > widget .warning button:hover,
 6801    .warning layouttabbar button:hover,
 6802    layouttabbar .warning button:hover,
 6803    .warning layouttab button:hover,
 6804    layouttab .warning button:hover,
 6805    .warning button.flat:active,
 6806    .warning button.osd.image-button:active,
 6807    .warning .osd toolbar button:active,
 6808    .osd toolbar .warning button:active,
 6809    .warning toolbar.osd button:active,
 6810    toolbar.osd .warning button:active,
 6811    .warning .app-notification button:active,
 6812    .app-notification .warning button:active,
 6813    .warning GeditViewFrame .gedit-search-slider button:active,
 6814    GeditViewFrame .gedit-search-slider .warning button:active,
 6815    .warning toolbar button:active,
 6816    toolbar .warning button:active,
 6817    .warning .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6818    .titlebar .warning button:active:not(.suggested-action):not(.destructive-action),
 6819    .warning headerbar button:active:not(.suggested-action):not(.destructive-action),
 6820    headerbar .warning button:active:not(.suggested-action):not(.destructive-action),
 6821    .warning .menu > arrow:active,
 6822    .warning .context-menu > arrow:active,
 6823    .warning menu > arrow:active,
 6824    .warning placessidebar row button.image-button:active,
 6825    placessidebar row .warning button.image-button:active,
 6826    .warning .ssd decoration button:active,
 6827    .ssd decoration .warning button:active,
 6828    .warning .csd headerbar button.titlebutton:active,
 6829    .csd headerbar .warning button.titlebutton:active,
 6830    .warning .csd .titlebar button.titlebutton:active,
 6831    .csd .titlebar .warning button.titlebutton:active,
 6832    .warning #gf-candidate-popup button:active,
 6833    #gf-candidate-popup .warning button:active,
 6834    .warning window > grid.vertical > box.vertical > widget button:active,
 6835    window > grid.vertical > box.vertical > widget .warning button:active,
 6836    .warning layouttabbar button:active,
 6837    layouttabbar .warning button:active,
 6838    .warning layouttab button:active,
 6839    layouttab .warning button:active,
 6840    .error button.flat:hover,
 6841    .error button.osd.image-button:hover,
 6842    .error .osd toolbar button:hover,
 6843    .osd toolbar .error button:hover,
 6844    .error toolbar.osd button:hover,
 6845    toolbar.osd .error button:hover,
 6846    .error .app-notification button:hover,
 6847    .app-notification .error button:hover,
 6848    .error GeditViewFrame .gedit-search-slider button:hover,
 6849    GeditViewFrame .gedit-search-slider .error button:hover,
 6850    .error toolbar button:hover,
 6851    toolbar .error button:hover,
 6852    .error .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6853    .titlebar .error button:hover:not(.suggested-action):not(.destructive-action),
 6854    .error headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6855    headerbar .error button:hover:not(.suggested-action):not(.destructive-action),
 6856    .error .menu > arrow:hover,
 6857    .error .context-menu > arrow:hover,
 6858    .error menu > arrow:hover,
 6859    .error placessidebar row button.image-button:hover,
 6860    placessidebar row .error button.image-button:hover,
 6861    .error .ssd decoration button:hover,
 6862    .ssd decoration .error button:hover,
 6863    .error .csd headerbar button.titlebutton:hover,
 6864    .csd headerbar .error button.titlebutton:hover,
 6865    .error .csd .titlebar button.titlebutton:hover,
 6866    .csd .titlebar .error button.titlebutton:hover,
 6867    .error #gf-candidate-popup button:hover,
 6868    #gf-candidate-popup .error button:hover,
 6869    .error window > grid.vertical > box.vertical > widget button:hover,
 6870    window > grid.vertical > box.vertical > widget .error button:hover,
 6871    .error layouttabbar button:hover,
 6872    layouttabbar .error button:hover,
 6873    .error layouttab button:hover,
 6874    layouttab .error button:hover,
 6875    .error button.flat:active,
 6876    .error button.osd.image-button:active,
 6877    .error .osd toolbar button:active,
 6878    .osd toolbar .error button:active,
 6879    .error toolbar.osd button:active,
 6880    toolbar.osd .error button:active,
 6881    .error .app-notification button:active,
 6882    .app-notification .error button:active,
 6883    .error GeditViewFrame .gedit-search-slider button:active,
 6884    GeditViewFrame .gedit-search-slider .error button:active,
 6885    .error toolbar button:active,
 6886    toolbar .error button:active,
 6887    .error .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6888    .titlebar .error button:active:not(.suggested-action):not(.destructive-action),
 6889    .error headerbar button:active:not(.suggested-action):not(.destructive-action),
 6890    headerbar .error button:active:not(.suggested-action):not(.destructive-action),
 6891    .error .menu > arrow:active,
 6892    .error .context-menu > arrow:active,
 6893    .error menu > arrow:active,
 6894    .error placessidebar row button.image-button:active,
 6895    placessidebar row .error button.image-button:active,
 6896    .error .ssd decoration button:active,
 6897    .ssd decoration .error button:active,
 6898    .error .csd headerbar button.titlebutton:active,
 6899    .csd headerbar .error button.titlebutton:active,
 6900    .error .csd .titlebar button.titlebutton:active,
 6901    .csd .titlebar .error button.titlebutton:active,
 6902    .error #gf-candidate-popup button:active,
 6903    #gf-candidate-popup .error button:active,
 6904    .error window > grid.vertical > box.vertical > widget button:active,
 6905    window > grid.vertical > box.vertical > widget .error button:active,
 6906    .error layouttabbar button:active,
 6907    layouttabbar .error button:active,
 6908    .error layouttab button:active,
 6909    layouttab .error button:active {
 6910      color: #263238; }
 6911    .info button.flat:disabled, .info button.osd.image-button:disabled, .info .osd toolbar button:disabled, .osd toolbar .info button:disabled, .info toolbar.osd button:disabled, toolbar.osd .info button:disabled, .info .app-notification button:disabled, .app-notification .info button:disabled, .info GeditViewFrame .gedit-search-slider button:disabled, GeditViewFrame .gedit-search-slider .info button:disabled, .info toolbar button:disabled, toolbar .info button:disabled, .info .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .info button:disabled:not(.suggested-action):not(.destructive-action),
 6912    .info headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6913    headerbar .info button:disabled:not(.suggested-action):not(.destructive-action), .info .menu > arrow:disabled,
 6914    .info .context-menu > arrow:disabled,
 6915    .info menu > arrow:disabled, .info placessidebar row button.image-button:disabled, placessidebar row .info button.image-button:disabled, .info .ssd decoration button:disabled, .ssd decoration .info button:disabled, .info .csd headerbar button.titlebutton:disabled, .csd headerbar .info button.titlebutton:disabled,
 6916    .info .csd .titlebar button.titlebutton:disabled,
 6917    .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,
 6918    .question button.flat:disabled,
 6919    .question button.osd.image-button:disabled,
 6920    .question .osd toolbar button:disabled,
 6921    .osd toolbar .question button:disabled,
 6922    .question toolbar.osd button:disabled,
 6923    toolbar.osd .question button:disabled,
 6924    .question .app-notification button:disabled,
 6925    .app-notification .question button:disabled,
 6926    .question GeditViewFrame .gedit-search-slider button:disabled,
 6927    GeditViewFrame .gedit-search-slider .question button:disabled,
 6928    .question toolbar button:disabled,
 6929    toolbar .question button:disabled,
 6930    .question .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 6931    .titlebar .question button:disabled:not(.suggested-action):not(.destructive-action),
 6932    .question headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6933    headerbar .question button:disabled:not(.suggested-action):not(.destructive-action),
 6934    .question .menu > arrow:disabled,
 6935    .question .context-menu > arrow:disabled,
 6936    .question menu > arrow:disabled,
 6937    .question placessidebar row button.image-button:disabled,
 6938    placessidebar row .question button.image-button:disabled,
 6939    .question .ssd decoration button:disabled,
 6940    .ssd decoration .question button:disabled,
 6941    .question .csd headerbar button.titlebutton:disabled,
 6942    .csd headerbar .question button.titlebutton:disabled,
 6943    .question .csd .titlebar button.titlebutton:disabled,
 6944    .csd .titlebar .question button.titlebutton:disabled,
 6945    .question #gf-candidate-popup button:disabled,
 6946    #gf-candidate-popup .question button:disabled,
 6947    .question window > grid.vertical > box.vertical > widget button:disabled,
 6948    window > grid.vertical > box.vertical > widget .question button:disabled,
 6949    .question layouttabbar button:disabled,
 6950    layouttabbar .question button:disabled,
 6951    .question layouttab button:disabled,
 6952    layouttab .question button:disabled,
 6953    .warning button.flat:disabled,
 6954    .warning button.osd.image-button:disabled,
 6955    .warning .osd toolbar button:disabled,
 6956    .osd toolbar .warning button:disabled,
 6957    .warning toolbar.osd button:disabled,
 6958    toolbar.osd .warning button:disabled,
 6959    .warning .app-notification button:disabled,
 6960    .app-notification .warning button:disabled,
 6961    .warning GeditViewFrame .gedit-search-slider button:disabled,
 6962    GeditViewFrame .gedit-search-slider .warning button:disabled,
 6963    .warning toolbar button:disabled,
 6964    toolbar .warning button:disabled,
 6965    .warning .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 6966    .titlebar .warning button:disabled:not(.suggested-action):not(.destructive-action),
 6967    .warning headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6968    headerbar .warning button:disabled:not(.suggested-action):not(.destructive-action),
 6969    .warning .menu > arrow:disabled,
 6970    .warning .context-menu > arrow:disabled,
 6971    .warning menu > arrow:disabled,
 6972    .warning placessidebar row button.image-button:disabled,
 6973    placessidebar row .warning button.image-button:disabled,
 6974    .warning .ssd decoration button:disabled,
 6975    .ssd decoration .warning button:disabled,
 6976    .warning .csd headerbar button.titlebutton:disabled,
 6977    .csd headerbar .warning button.titlebutton:disabled,
 6978    .warning .csd .titlebar button.titlebutton:disabled,
 6979    .csd .titlebar .warning button.titlebutton:disabled,
 6980    .warning #gf-candidate-popup button:disabled,
 6981    #gf-candidate-popup .warning button:disabled,
 6982    .warning window > grid.vertical > box.vertical > widget button:disabled,
 6983    window > grid.vertical > box.vertical > widget .warning button:disabled,
 6984    .warning layouttabbar button:disabled,
 6985    layouttabbar .warning button:disabled,
 6986    .warning layouttab button:disabled,
 6987    layouttab .warning button:disabled,
 6988    .error button.flat:disabled,
 6989    .error button.osd.image-button:disabled,
 6990    .error .osd toolbar button:disabled,
 6991    .osd toolbar .error button:disabled,
 6992    .error toolbar.osd button:disabled,
 6993    toolbar.osd .error button:disabled,
 6994    .error .app-notification button:disabled,
 6995    .app-notification .error button:disabled,
 6996    .error GeditViewFrame .gedit-search-slider button:disabled,
 6997    GeditViewFrame .gedit-search-slider .error button:disabled,
 6998    .error toolbar button:disabled,
 6999    toolbar .error button:disabled,
 7000    .error .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 7001    .titlebar .error button:disabled:not(.suggested-action):not(.destructive-action),
 7002    .error headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 7003    headerbar .error button:disabled:not(.suggested-action):not(.destructive-action),
 7004    .error .menu > arrow:disabled,
 7005    .error .context-menu > arrow:disabled,
 7006    .error menu > arrow:disabled,
 7007    .error placessidebar row button.image-button:disabled,
 7008    placessidebar row .error button.image-button:disabled,
 7009    .error .ssd decoration button:disabled,
 7010    .ssd decoration .error button:disabled,
 7011    .error .csd headerbar button.titlebutton:disabled,
 7012    .csd headerbar .error button.titlebutton:disabled,
 7013    .error .csd .titlebar button.titlebutton:disabled,
 7014    .csd .titlebar .error button.titlebutton:disabled,
 7015    .error #gf-candidate-popup button:disabled,
 7016    #gf-candidate-popup .error button:disabled,
 7017    .error window > grid.vertical > box.vertical > widget button:disabled,
 7018    window > grid.vertical > box.vertical > widget .error button:disabled,
 7019    .error layouttabbar button:disabled,
 7020    layouttabbar .error button:disabled,
 7021    .error layouttab button:disabled,
 7022    layouttab .error button:disabled {
 7023      color: rgba(38, 50, 56, 0.3); }
 7024  .info button.image-button,
 7025  .question button.image-button,
 7026  .warning button.image-button,
 7027  .error button.image-button {
 7028    min-height: 1rem;
 7029    min-width: 1rem;
 7030    padding: 0.50376rem 0.20301rem 0.50376rem;
 7031    border-radius: 100px;
 7032    -gtk-outline-radius: 100px; }
 7033.info selection,
 7034.question selection,
 7035.warning selection,
 7036.error selection {
 7037  background-color: #008fa1; }
 7038.info progressbar trough,
 7039.question progressbar trough,
 7040.warning progressbar trough,
 7041.error progressbar trough {
 7042  background-color: rgba(255, 255, 255, 0.2); }
 7043.info progressbar progress,
 7044.question progressbar progress,
 7045.warning progressbar progress,
 7046.error progressbar progress {
 7047  background-color: #FFFFFF; }
 7048
 7049.info {
 7050  background-color: #00E5FF; }
 7051
 7052.question {
 7053  background-color: #FFEA00; }
 7054
 7055.warning {
 7056  background-color: #FF9100; }
 7057
 7058.error {
 7059  color: #FFFFFF;
 7060  background-color: #FF1744; }
 7061
 7062/************
 7063 * Tooltips *
 7064 ************/
 7065tooltip {
 7066  color: #ECEFF1;
 7067  padding: 0.30075rem;
 7068  border-radius: 2px;
 7069  box-shadow: none; }
 7070  tooltip.background {
 7071    border: 1px solid rgba(42, 55, 62, 0.9);
 7072    background-color: rgba(42, 55, 62, 0.9);
 7073    background-clip: padding-box; }
 7074  tooltip decoration {
 7075    background-color: transparent; }
 7076  tooltip * {
 7077    background-color: transparent;
 7078    color: #ECEFF1; }
 7079
 7080/*****************
 7081 * Color Chooser *
 7082 *****************/
 7083colorswatch {
 7084  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 7085  colorswatch.top {
 7086    border-top-left-radius: 2px;
 7087    border-top-right-radius: 2px; }
 7088  colorswatch.bottom {
 7089    border-bottom-left-radius: 2px;
 7090    border-bottom-right-radius: 2px; }
 7091  colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) {
 7092    border-top-left-radius: 2px;
 7093    border-bottom-left-radius: 2px; }
 7094  colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) {
 7095    border-top-right-radius: 2px;
 7096    border-bottom-right-radius: 2px; }
 7097  colorswatch:only-child:not(.overlay) {
 7098    border-radius: 2px; }
 7099  colorswatch.top > .overlay {
 7100    border-top-left-radius: 2px;
 7101    border-top-right-radius: 2px; }
 7102  colorswatch.bottom > .overlay {
 7103    border-bottom-left-radius: 2px;
 7104    border-bottom-right-radius: 2px; }
 7105  colorswatch:first-child:not(.top) > .overlay {
 7106    border-top-left-radius: 2px;
 7107    border-bottom-left-radius: 2px; }
 7108  colorswatch:last-child:not(.bottom) > .overlay {
 7109    border-top-right-radius: 2px;
 7110    border-bottom-right-radius: 2px; }
 7111  colorswatch:only-child > .overlay {
 7112    border-radius: 2px; }
 7113  colorswatch:hover {
 7114    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7115  GtkColorEditor colorswatch {
 7116    border-radius: 2px; }
 7117    GtkColorEditor colorswatch:hover {
 7118      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 7119  colorswatch.color-dark {
 7120    color: white; }
 7121  colorswatch.color-light {
 7122    color: rgba(0, 0, 0, 0.8); }
 7123  colorswatch#add-color-button {
 7124    background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
 7125    color: white; }
 7126
 7127colorchooser .popover.osd {
 7128  padding: 3px;
 7129  border-style: solid;
 7130  border-width: 9px;
 7131  border-radius: 2px;
 7132  border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
 7133  box-shadow: none;
 7134  color: #ECEFF1;
 7135  background-color: #322F22; }
 7136  colorchooser .popover.osd:backdrop {
 7137    border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; }
 7138  colorchooser .popover.osd label {
 7139    color: #C5A68E;
 7140    font-weight: 700; }
 7141
 7142/********
 7143 * Misc *
 7144 ********/
 7145.content-view {
 7146  background-color: #3e515a; }
 7147
 7148@keyframes volume_hover {
 7149  from {
 7150    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)); }
 7151  to {
 7152    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
 7153.osd .scale-popup .vertical button, .scale-popup .vertical button {
 7154  border-radius: 100px;
 7155  -gtk-outline-radius: 100px;
 7156  background-color: transparent;
 7157  color: rgba(236, 239, 241, 0.75); }
 7158  .osd .scale-popup .vertical button:first-child:hover, .scale-popup .vertical button:first-child:hover {
 7159    box-shadow: none;
 7160    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), alpha(currentColor, 0.1));
 7161    background: none;
 7162    color: #00E676;
 7163    animation: volume_hover 0.2s linear forwards; }
 7164  .osd .scale-popup .vertical button:first-child:disabled, .scale-popup .vertical button:first-child:disabled {
 7165    box-shadow: none;
 7166    background-color: transparent;
 7167    background: none;
 7168    color: alpha(#00E676, 0.4); }
 7169  .osd .scale-popup .vertical button:last-child:hover, .scale-popup .vertical button:last-child:hover {
 7170    box-shadow: none;
 7171    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), alpha(currentColor, 0.1));
 7172    background: none;
 7173    color: #F44336;
 7174    animation: volume_hover 0.2s linear forwards; }
 7175  .osd .scale-popup .vertical button:last-child:disabled, .scale-popup .vertical button:last-child:disabled {
 7176    box-shadow: none;
 7177    background-color: transparent;
 7178    background: none;
 7179    color: alpha(#F44336, 0.4); }
 7180.osd .scale-popup button,
 7181.scale-popup button {
 7182  border-radius: 100px;
 7183  -gtk-outline-radius: 100px;
 7184  background-color: transparent;
 7185  color: rgba(236, 239, 241, 0.75); }
 7186  .osd .scale-popup button:first-child:hover,
 7187  .scale-popup button:first-child:hover {
 7188    box-shadow: none;
 7189    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), alpha(currentColor, 0.1));
 7190    background: none;
 7191    color: #F44336;
 7192    animation: spin_hover 0.2s linear forwards; }
 7193  .osd .scale-popup button:first-child:disabled,
 7194  .scale-popup button:first-child:disabled {
 7195    box-shadow: none;
 7196    background-color: transparent;
 7197    background: none;
 7198    color: alpha(#F44336, 0.4); }
 7199  .osd .scale-popup button:last-child:hover,
 7200  .scale-popup button:last-child:hover {
 7201    box-shadow: none;
 7202    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), alpha(currentColor, 0.1));
 7203    background: none;
 7204    color: #00E676;
 7205    animation: spin_hover 0.2s linear forwards; }
 7206  .osd .scale-popup button:last-child:disabled,
 7207  .scale-popup button:last-child:disabled {
 7208    box-shadow: none;
 7209    background-color: transparent;
 7210    background: none;
 7211    color: alpha(#00E676, 0.4); }
 7212
 7213button.flat.scale, button.scale.osd.image-button, .app-notification button.scale, GeditViewFrame .gedit-search-slider button.scale, toolbar button.scale, .titlebar button.scale:not(.suggested-action):not(.destructive-action),
 7214headerbar button.scale:not(.suggested-action):not(.destructive-action), .menu > arrow.scale,
 7215.context-menu > arrow.scale,
 7216menu > arrow.scale, placessidebar row button.scale.image-button, .ssd decoration button.scale, .csd headerbar button.scale.titlebutton,
 7217.csd .titlebar button.scale.titlebutton, #gf-candidate-popup button.scale,
 7218#gf-candidate-popup .linked > button.scale:first-child,
 7219#gf-candidate-popup .linked > button.scale:last-child, window > grid.vertical > box.vertical > widget button.scale, layouttabbar button.scale, layouttab button.scale {
 7220  min-width: 1.30075rem;
 7221  min-height: 1.30075rem;
 7222  padding: 0.75188rem;
 7223  border-radius: 100px;
 7224  -gtk-outline-radius: 100px; }
 7225
 7226.nautilus-window .floating-bar {
 7227  padding: 0.09774rem 0 0.20301rem;
 7228  border: 1px solid transparent;
 7229  border-radius: 0;
 7230  color: rgba(236, 239, 241, 0.75);
 7231  background-color: #13191C;
 7232  transition: none; }
 7233  .nautilus-window .floating-bar button {
 7234    min-height: 1rem;
 7235    min-width: 1rem;
 7236    padding: 0.30075rem;
 7237    margin: 0 0.30075rem;
 7238    color: #C5A68E); }
 7239    .nautilus-window .floating-bar button:hover, .nautilus-window .floating-bar button:active, .nautilus-window .floating-bar button:checked {
 7240      color: #C5A68E; }
 7241    .nautilus-window .floating-bar button:disabled {
 7242      color: rgba(77, 182, 172, 0.4); }
 7243  .nautilus-window .floating-bar spinner {
 7244    min-height: 0.90226rem;
 7245    min-width: 0.90226rem;
 7246    padding: 0.50376rem 0 0.50376rem;
 7247    margin: 0 -0.07519rem; }
 7248
 7249.nautilus-window .floating-bar.bottom.left {
 7250  border-width: 1px 1px 0 0;
 7251  border-radius: 0 3px 0 0; }
 7252
 7253.nautilus-window .floating-bar.bottom.right {
 7254  border-width: 1px 0 0 1px;
 7255  border-radius: 3px 0 0 0; }
 7256
 7257/**********************
 7258 * Window Decorations *
 7259 *********************/
 7260decoration {
 7261  transition: none;
 7262  border-radius: 2px 2px 0 0;
 7263  border-width: 0;
 7264  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
 7265  margin: 8px; }
 7266  decoration:backdrop {
 7267    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);
 7268    transition: none; }
 7269  .fullscreen decoration, .maximized decoration, .tiled decoration {
 7270    border-radius: 0;
 7271    transition: none; }
 7272  .popup decoration {
 7273    box-shadow: none; }
 7274  .ssd decoration {
 7275    box-shadow: 0 2px 2px transparent, 0 3px 4px transparent, 0 3px 3px -1px rgba(0, 0, 0, 0.08); }
 7276    .ssd decoration button {
 7277      border-radius: 100px;
 7278      -gtk-outline-radius: 100px; }
 7279    .tiled .ssd decoration .titlebar {
 7280      transition: none; }
 7281    .maximized .ssd decoration .titlebar {
 7282      transition: none; }
 7283  .csd.popup decoration {
 7284    border-radius: 2px;
 7285    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
 7286  tooltip.csd decoration {
 7287    border-radius: 2px;
 7288    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7289  message-dialog.csd decoration {
 7290    border-radius: 2px;
 7291    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
 7292    message-dialog.csd decoration:backdrop {
 7293      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);
 7294      transition: none; }
 7295  .solid-csd decoration {
 7296    border-radius: 2px 2px 0 0;
 7297    margin: -1px;
 7298    background-color: #3e515a;
 7299    border: none;
 7300    box-shadow: none; }
 7301
 7302.csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
 7303.csd .titlebar button.titlebutton,
 7304.csd .titlebar.selection-mode button.titlebutton {
 7305  min-width: 1rem;
 7306  min-height: 1rem;
 7307  padding: 0.75188rem;
 7308  border-radius: 100px;
 7309  -gtk-outline-radius: 100px; }
 7310  .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,
 7311  .csd .titlebar button.titlebutton.close:hover:backdrop,
 7312  .csd .titlebar button.titlebutton.close:active:backdrop,
 7313  .csd .titlebar button.titlebutton.minimize:hover:backdrop,
 7314  .csd .titlebar button.titlebutton.minimize:active:backdrop,
 7315  .csd .titlebar button.titlebutton.maximize:hover:backdrop,
 7316  .csd .titlebar button.titlebutton.maximize:active:backdrop,
 7317  .csd .titlebar.selection-mode button.titlebutton.close:hover:backdrop,
 7318  .csd .titlebar.selection-mode button.titlebutton.close:active:backdrop,
 7319  .csd .titlebar.selection-mode button.titlebutton.minimize:hover:backdrop,
 7320  .csd .titlebar.selection-mode button.titlebutton.minimize:active:backdrop,
 7321  .csd .titlebar.selection-mode button.titlebutton.maximize:hover:backdrop,
 7322  .csd .titlebar.selection-mode button.titlebutton.maximize:active:backdrop {
 7323    opacity: 1.0; }
 7324  .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,
 7325  .csd .titlebar button.titlebutton.close > image,
 7326  .csd .titlebar button.titlebutton.minimize > image,
 7327  .csd .titlebar button.titlebutton.maximize > image,
 7328  .csd .titlebar.selection-mode button.titlebutton.close > image,
 7329  .csd .titlebar.selection-mode button.titlebutton.minimize > image,
 7330  .csd .titlebar.selection-mode button.titlebutton.maximize > image {
 7331    min-height: 16px;
 7332    min-width: 16px;
 7333    color: transparent;
 7334    background-size: 16px 16px;
 7335    background-repeat: no-repeat;
 7336    background-position: center; }
 7337  .csd headerbar button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.close > image,
 7338  .csd .titlebar button.titlebutton.close > image,
 7339  .csd .titlebar.selection-mode button.titlebutton.close > image {
 7340    background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
 7341  .csd headerbar button.titlebutton.close:hover, .csd headerbar.selection-mode button.titlebutton.close:hover,
 7342  .csd .titlebar button.titlebutton.close:hover,
 7343  .csd .titlebar.selection-mode button.titlebutton.close:hover {
 7344    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);
 7345    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), alpha(currentColor, 0));
 7346    color: #ECEFF1;
 7347    color: #FFFFFF;
 7348    background-color: #FF5252; }
 7349    .csd headerbar button.titlebutton.close:hover > image, .csd headerbar.selection-mode button.titlebutton.close:hover > image,
 7350    .csd .titlebar button.titlebutton.close:hover > image,
 7351    .csd .titlebar.selection-mode button.titlebutton.close:hover > image {
 7352      background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
 7353  .csd headerbar button.titlebutton.close:active, .csd headerbar.selection-mode button.titlebutton.close:active,
 7354  .csd .titlebar button.titlebutton.close:active,
 7355  .csd .titlebar.selection-mode button.titlebutton.close:active {
 7356    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);
 7357    color: #ECEFF1;
 7358    transition-duration: 0;
 7359    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 7360    color: #FFFFFF;
 7361    background-color: #C5A68E; }
 7362    .csd headerbar button.titlebutton.close:active > image, .csd headerbar.selection-mode button.titlebutton.close:active > image,
 7363    .csd .titlebar button.titlebutton.close:active > image,
 7364    .csd .titlebar.selection-mode button.titlebutton.close:active > image {
 7365      background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
 7366  .csd headerbar button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.minimize > image,
 7367  .csd .titlebar button.titlebutton.minimize > image,
 7368  .csd .titlebar.selection-mode button.titlebutton.minimize > image {
 7369    background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
 7370  .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,
 7371  .csd .titlebar button.titlebutton.minimize:hover > image,
 7372  .csd .titlebar button.titlebutton.minimize:active > image,
 7373  .csd .titlebar.selection-mode button.titlebutton.minimize:hover > image,
 7374  .csd .titlebar.selection-mode button.titlebutton.minimize:active > image {
 7375    background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
 7376  .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image,
 7377  .csd .titlebar button.titlebutton.maximize > image,
 7378  .csd .titlebar.selection-mode button.titlebutton.maximize > image {
 7379    background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
 7380  .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,
 7381  .csd .titlebar button.titlebutton.maximize:hover > image,
 7382  .csd .titlebar button.titlebutton.maximize:active > image,
 7383  .csd .titlebar.selection-mode button.titlebutton.maximize:hover > image,
 7384  .csd .titlebar.selection-mode button.titlebutton.maximize:active > image {
 7385    background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
 7386
 7387.csd.maximized headerbar button.titlebutton.maximize > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize > image,
 7388.csd.maximized .titlebar button.titlebutton.maximize > image,
 7389.csd.maximized .titlebar.selection-mode button.titlebutton.maximize > image {
 7390  background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
 7391.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,
 7392.csd.maximized .titlebar button.titlebutton.maximize:hover > image,
 7393.csd.maximized .titlebar button.titlebutton.maximize:active > image,
 7394.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:hover > image,
 7395.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:active > image {
 7396  background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
 7397
 7398.ssd .titlebar button.titlebutton.close, .ssd .titlebar button.titlebutton.minimize, .ssd .titlebar button.titlebutton.maximize {
 7399  color: transparent;
 7400  background-size: 28px 28px;
 7401  background-repeat: no-repeat;
 7402  background-position: center;
 7403  background: none;
 7404  box-shadow: none; }
 7405  .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 {
 7406    color: transparent; }
 7407.ssd .titlebar button.titlebutton.close {
 7408  background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
 7409  box-shadow: none; }
 7410.ssd .titlebar button.titlebutton.close:hover {
 7411  background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
 7412  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7413.ssd .titlebar button.titlebutton.close:active {
 7414  background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
 7415  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7416.ssd .titlebar button.titlebutton.close:backdrop {
 7417  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
 7418  box-shadow: none; }
 7419.ssd .titlebar button.titlebutton.close:backdrop:hover {
 7420  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
 7421  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7422.ssd .titlebar button.titlebutton.close:backdrop:active {
 7423  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
 7424  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7425.ssd .titlebar button.titlebutton.minimize {
 7426  background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
 7427.ssd .titlebar button.titlebutton.minimize:hover {
 7428  background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
 7429.ssd .titlebar button.titlebutton.minimize:active {
 7430  background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
 7431.ssd .titlebar button.titlebutton.minimize:backdrop {
 7432  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
 7433.ssd .titlebar button.titlebutton.minimize:backdrop:hover {
 7434  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
 7435.ssd .titlebar button.titlebutton.minimize:backdrop:active {
 7436  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
 7437.ssd .titlebar button.titlebutton.maximize {
 7438  background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
 7439.ssd .titlebar button.titlebutton.maximize:hover {
 7440  background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
 7441.ssd .titlebar button.titlebutton.maximize:active {
 7442  background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
 7443.ssd .titlebar button.titlebutton.maximize:backdrop {
 7444  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
 7445.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
 7446  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
 7447.ssd .titlebar button.titlebutton.maximize:backdrop:active {
 7448  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
 7449
 7450.maximized.ssd .titlebar button.titlebutton.maximize {
 7451  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
 7452.maximized.ssd .titlebar button.titlebutton.maximize:hover {
 7453  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
 7454.maximized.ssd .titlebar button.titlebutton.maximize:active {
 7455  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
 7456.maximized.ssd .titlebar button.titlebutton.maximize:backdrop {
 7457  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
 7458.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
 7459  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
 7460.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:active {
 7461  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
 7462
 7463.ssd decoration .titlebar button.titlebutton {
 7464  min-width: 26.7px;
 7465  min-height: 26.7px;
 7466  padding: 0; }
 7467
 7468.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
 7469.view text:selected,
 7470iconview text:selected,
 7471textview text:selected,
 7472.view text:selected:focus,
 7473iconview text:selected:focus,
 7474textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
 7475textview text selection,
 7476textview text selection:focus, flowbox flowboxchild:selected, label selection,
 7477label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), 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 spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
 7478treeview.view row:selected,
 7479.tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
 7480paned treeview.view row:selected,
 7481paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
 7482.sidebar treeview.view row:selected,
 7483.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,
 7484GdMainView .view text:hover:selected,
 7485GdMainView iconview .view text:hover:selected,
 7486.view GdMainView iconview text:hover:selected,
 7487GdMainView .view iconview text:hover:selected,
 7488iconview GdMainView .view text:hover:selected,
 7489GdMainView iconview text:hover:selected,
 7490GdMainView .view textview text:hover:selected,
 7491textview GdMainView .view text:hover:selected,
 7492GdMainView iconview textview text:hover:selected,
 7493textview 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,
 7494GdMainView .view text:selected,
 7495GdMainView iconview .view text:selected,
 7496.view GdMainView iconview text:selected,
 7497GdMainView .view iconview text:selected,
 7498iconview GdMainView .view text:selected,
 7499GdMainView iconview text:selected,
 7500GdMainView .view textview text:selected,
 7501textview GdMainView .view text:selected,
 7502GdMainView iconview textview text:selected,
 7503textview 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,
 7504.side-panel .view:hover:selected,
 7505.side-panel iconview:hover:selected,
 7506.side-panel .view:selected,
 7507.side-panel iconview:selected,
 7508.side-panel .view row.activatable:hover:selected,
 7509.side-panel iconview row.activatable:hover:selected,
 7510.side-panel .view .view:hover:selected,
 7511.side-panel iconview .view:hover:selected,
 7512.side-panel .view iconview:hover:selected,
 7513.side-panel iconview iconview:hover:selected,
 7514.side-panel .view text:hover:selected,
 7515.side-panel iconview .view text:hover:selected,
 7516.view .side-panel iconview text:hover:selected,
 7517.side-panel .view iconview text:hover:selected,
 7518iconview .side-panel .view text:hover:selected,
 7519.side-panel iconview text:hover:selected,
 7520.side-panel .view textview text:hover:selected,
 7521textview .side-panel .view text:hover:selected,
 7522.side-panel iconview textview text:hover:selected,
 7523textview .side-panel iconview text:hover:selected,
 7524.side-panel treeview.view header button:hover:selected,
 7525.side-panel iconview treeview.view header button:hover:selected,
 7526treeview.view header .side-panel iconview button:hover:selected,
 7527.side-panel .view .tweak-category header button:hover:selected,
 7528.tweak-category header .side-panel .view button:hover:selected,
 7529.side-panel iconview .tweak-category header button:hover:selected,
 7530.tweak-category header .side-panel iconview button:hover:selected,
 7531.side-panel .view row.activatable:selected,
 7532.side-panel iconview row.activatable:selected,
 7533.side-panel .view .view:selected,
 7534.side-panel iconview .view:selected,
 7535.side-panel .view iconview:selected,
 7536.side-panel iconview iconview:selected,
 7537.side-panel .view text:selected,
 7538.side-panel iconview .view text:selected,
 7539.view .side-panel iconview text:selected,
 7540.side-panel .view iconview text:selected,
 7541iconview .side-panel .view text:selected,
 7542.side-panel iconview text:selected,
 7543.side-panel .view textview text:selected,
 7544textview .side-panel .view text:selected,
 7545.side-panel iconview textview text:selected,
 7546textview .side-panel iconview text:selected,
 7547.side-panel treeview.view header button:selected,
 7548.side-panel iconview treeview.view header button:selected,
 7549treeview.view header .side-panel iconview button:selected,
 7550.side-panel .view .tweak-category header button:selected,
 7551.tweak-category header .side-panel .view button:selected,
 7552.side-panel iconview .tweak-category header button:selected,
 7553.tweak-category header .side-panel iconview button:selected {
 7554  background-color: #C5A68E; }
 7555  label:selected, row:selected label, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
 7556  .view text:selected,
 7557  iconview text:selected,
 7558  textview text:selected,
 7559  .view text:selected:focus,
 7560  iconview text:selected:focus,
 7561  textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
 7562  textview text selection,
 7563  textview text selection:focus, flowbox flowboxchild:selected, label selection,
 7564  label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), 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 spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
 7565  treeview.view row:selected,
 7566  .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
 7567  paned treeview.view row:selected,
 7568  paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
 7569  .sidebar treeview.view row:selected,
 7570  .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,
 7571  GdMainView .view text:hover:selected,
 7572  GdMainView iconview .view text:hover:selected,
 7573  .view GdMainView iconview text:hover:selected,
 7574  GdMainView .view iconview text:hover:selected,
 7575  iconview GdMainView .view text:hover:selected,
 7576  GdMainView iconview text:hover:selected,
 7577  GdMainView .view textview text:hover:selected,
 7578  textview GdMainView .view text:hover:selected,
 7579  GdMainView iconview textview text:hover:selected,
 7580  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,
 7581  GdMainView .view text:selected,
 7582  GdMainView iconview .view text:selected,
 7583  .view GdMainView iconview text:selected,
 7584  GdMainView .view iconview text:selected,
 7585  iconview GdMainView .view text:selected,
 7586  GdMainView iconview text:selected,
 7587  GdMainView .view textview text:selected,
 7588  textview GdMainView .view text:selected,
 7589  GdMainView iconview textview text:selected,
 7590  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,
 7591  .side-panel .view:hover:selected,
 7592  .side-panel iconview:hover:selected,
 7593  .side-panel .view:selected,
 7594  .side-panel iconview:selected,
 7595  .side-panel .view row.activatable:hover:selected,
 7596  .side-panel iconview row.activatable:hover:selected,
 7597  .side-panel .view .view:hover:selected,
 7598  .side-panel iconview .view:hover:selected,
 7599  .side-panel .view iconview:hover:selected,
 7600  .side-panel iconview iconview:hover:selected,
 7601  .side-panel .view text:hover:selected,
 7602  .side-panel iconview .view text:hover:selected,
 7603  .view .side-panel iconview text:hover:selected,
 7604  .side-panel .view iconview text:hover:selected,
 7605  iconview .side-panel .view text:hover:selected,
 7606  .side-panel iconview text:hover:selected,
 7607  .side-panel .view textview text:hover:selected,
 7608  textview .side-panel .view text:hover:selected,
 7609  .side-panel iconview textview text:hover:selected,
 7610  textview .side-panel iconview text:hover:selected,
 7611  .side-panel treeview.view header button:hover:selected,
 7612  .side-panel iconview treeview.view header button:hover:selected,
 7613  treeview.view header .side-panel iconview button:hover:selected,
 7614  .side-panel .view .tweak-category header button:hover:selected,
 7615  .tweak-category header .side-panel .view button:hover:selected,
 7616  .side-panel iconview .tweak-category header button:hover:selected,
 7617  .tweak-category header .side-panel iconview button:hover:selected,
 7618  .side-panel .view row.activatable:selected,
 7619  .side-panel iconview row.activatable:selected,
 7620  .side-panel .view .view:selected,
 7621  .side-panel iconview .view:selected,
 7622  .side-panel .view iconview:selected,
 7623  .side-panel iconview iconview:selected,
 7624  .side-panel .view text:selected,
 7625  .side-panel iconview .view text:selected,
 7626  .view .side-panel iconview text:selected,
 7627  .side-panel .view iconview text:selected,
 7628  iconview .side-panel .view text:selected,
 7629  .side-panel iconview text:selected,
 7630  .side-panel .view textview text:selected,
 7631  textview .side-panel .view text:selected,
 7632  .side-panel iconview textview text:selected,
 7633  textview .side-panel iconview text:selected,
 7634  .side-panel treeview.view header button:selected,
 7635  .side-panel iconview treeview.view header button:selected,
 7636  treeview.view header .side-panel iconview button:selected,
 7637  .side-panel .view .tweak-category header button:selected,
 7638  .tweak-category header .side-panel .view button:selected,
 7639  .side-panel iconview .tweak-category header button:selected,
 7640  .tweak-category header .side-panel iconview button:selected {
 7641    color: #FFFFFF; }
 7642    label:disabled:selected, row:selected label:disabled, .view:disabled:selected, iconview:disabled:selected, .view:disabled:selected:focus, iconview:disabled:selected:focus,
 7643    .view text:disabled:selected,
 7644    iconview text:disabled:selected,
 7645    textview text:disabled:selected,
 7646    .view text:disabled:selected:focus,
 7647    iconview text:disabled:selected:focus,
 7648    textview text:disabled:selected:focus, .view text selection:disabled, iconview text selection:disabled, .view text selection:disabled:focus, iconview text selection:disabled:focus,
 7649    textview text selection:disabled,
 7650    textview text selection:disabled:focus, flowbox flowboxchild:disabled:selected, label selection:disabled,
 7651    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, treeview entry:disabled:selected, treeview spinbutton:disabled:selected:not(.vertical), 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 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 spinbutton entry:disabled:focus:selected, treeview spinbutton spinbutton:disabled:focus:selected:not(.vertical), treeview.view:disabled:selected, .tweak-category:disabled:selected,
 7652    treeview.view row:disabled:selected,
 7653    .tweak-category row:disabled:selected, paned treeview.view:disabled:selected, paned .tweak-category:disabled:selected,
 7654    paned treeview.view row:disabled:selected,
 7655    paned .tweak-category row:disabled:selected, row:disabled:selected, .sidebar treeview.view:disabled:selected, .sidebar .tweak-category:disabled:selected,
 7656    .sidebar treeview.view row:disabled:selected,
 7657    .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,
 7658    GdMainView .view text:disabled:hover:selected,
 7659    .view GdMainView iconview text:disabled:hover:selected,
 7660    GdMainView iconview text:disabled:hover:selected,
 7661    GdMainView iconview textview text:disabled:hover:selected,
 7662    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,
 7663    GdMainView .view text:disabled:selected,
 7664    .view GdMainView iconview text:disabled:selected,
 7665    GdMainView iconview text:disabled:selected,
 7666    GdMainView iconview textview text:disabled:selected,
 7667    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,
 7668    .side-panel .view:disabled:hover:selected,
 7669    .side-panel iconview:disabled:hover:selected,
 7670    .side-panel .view:disabled:selected,
 7671    .side-panel iconview:disabled:selected,
 7672    .side-panel .view row.activatable:disabled:hover:selected,
 7673    .side-panel iconview row.activatable:disabled:hover:selected,
 7674    .side-panel .view .view:disabled:hover:selected,
 7675    .side-panel iconview .view:disabled:hover:selected,
 7676    .side-panel .view iconview:disabled:hover:selected,
 7677    .side-panel iconview iconview:disabled:hover:selected,
 7678    .side-panel .view text:disabled:hover:selected,
 7679    .view .side-panel iconview text:disabled:hover:selected,
 7680    .side-panel iconview text:disabled:hover:selected,
 7681    .side-panel iconview textview text:disabled:hover:selected,
 7682    textview .side-panel iconview text:disabled:hover:selected,
 7683    .side-panel treeview.view header button:disabled:hover:selected,
 7684    treeview.view header .side-panel iconview button:disabled:hover:selected,
 7685    .side-panel .view .tweak-category header button:disabled:hover:selected,
 7686    .tweak-category header .side-panel .view button:disabled:hover:selected,
 7687    .side-panel iconview .tweak-category header button:disabled:hover:selected,
 7688    .tweak-category header .side-panel iconview button:disabled:hover:selected,
 7689    .side-panel .view row.activatable:disabled:selected,
 7690    .side-panel iconview row.activatable:disabled:selected,
 7691    .side-panel .view .view:disabled:selected,
 7692    .side-panel iconview .view:disabled:selected,
 7693    .side-panel .view iconview:disabled:selected,
 7694    .side-panel iconview iconview:disabled:selected,
 7695    .side-panel .view text:disabled:selected,
 7696    .view .side-panel iconview text:disabled:selected,
 7697    .side-panel iconview text:disabled:selected,
 7698    .side-panel iconview textview text:disabled:selected,
 7699    textview .side-panel iconview text:disabled:selected,
 7700    .side-panel treeview.view header button:disabled:selected,
 7701    treeview.view header .side-panel iconview button:disabled:selected,
 7702    .side-panel .view .tweak-category header button:disabled:selected,
 7703    .tweak-category header .side-panel .view button:disabled:selected,
 7704    .side-panel iconview .tweak-category header button:disabled:selected,
 7705    .tweak-category header .side-panel iconview button:disabled:selected {
 7706      color: rgba(255, 255, 255, 0.4); }
 7707    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,
 7708    .view text:backdrop:disabled:selected,
 7709    iconview text:backdrop:disabled:selected,
 7710    textview text:backdrop:disabled:selected,
 7711    .view text:backdrop:disabled:selected:focus,
 7712    iconview text:backdrop:disabled:selected:focus,
 7713    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,
 7714    textview text selection:backdrop:disabled,
 7715    textview text selection:backdrop:disabled:focus, flowbox flowboxchild:backdrop:disabled:selected, label selection:backdrop:disabled,
 7716    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, treeview entry:backdrop:disabled:selected, treeview spinbutton:backdrop:disabled:selected:not(.vertical), 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 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 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,
 7717    treeview.view row:backdrop:disabled:selected,
 7718    .tweak-category row:backdrop:disabled:selected, paned treeview.view:backdrop:disabled:selected, paned .tweak-category:backdrop:disabled:selected,
 7719    paned treeview.view row:backdrop:disabled:selected,
 7720    paned .tweak-category row:backdrop:disabled:selected, row:backdrop:disabled:selected, .sidebar treeview.view:backdrop:disabled:selected, .sidebar .tweak-category:backdrop:disabled:selected,
 7721    .sidebar treeview.view row:backdrop:disabled:selected,
 7722    .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,
 7723    GdMainView .view text:backdrop:disabled:hover:selected,
 7724    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,
 7725    GdMainView .view text:backdrop:disabled:selected,
 7726    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,
 7727    .side-panel .view:backdrop:disabled:hover:selected,
 7728    .side-panel iconview:backdrop:disabled:hover:selected,
 7729    .side-panel .view:backdrop:disabled:selected,
 7730    .side-panel iconview:backdrop:disabled:selected,
 7731    .side-panel .view row.activatable:backdrop:disabled:hover:selected,
 7732    .side-panel iconview row.activatable:backdrop:disabled:hover:selected,
 7733    .side-panel .view .view:backdrop:disabled:hover:selected,
 7734    .side-panel iconview .view:backdrop:disabled:hover:selected,
 7735    .side-panel .view iconview:backdrop:disabled:hover:selected,
 7736    .side-panel iconview iconview:backdrop:disabled:hover:selected,
 7737    .side-panel .view text:backdrop:disabled:hover:selected,
 7738    .side-panel iconview text:backdrop:disabled:hover:selected,
 7739    .side-panel treeview.view header button:backdrop:disabled:hover:selected,
 7740    treeview.view header .side-panel iconview button:backdrop:disabled:hover:selected,
 7741    .side-panel .view .tweak-category header button:backdrop:disabled:hover:selected,
 7742    .tweak-category header .side-panel .view button:backdrop:disabled:hover:selected,
 7743    .side-panel iconview .tweak-category header button:backdrop:disabled:hover:selected,
 7744    .tweak-category header .side-panel iconview button:backdrop:disabled:hover:selected,
 7745    .side-panel .view row.activatable:backdrop:disabled:selected,
 7746    .side-panel iconview row.activatable:backdrop:disabled:selected,
 7747    .side-panel .view .view:backdrop:disabled:selected,
 7748    .side-panel iconview .view:backdrop:disabled:selected,
 7749    .side-panel .view iconview:backdrop:disabled:selected,
 7750    .side-panel iconview iconview:backdrop:disabled:selected,
 7751    .side-panel .view text:backdrop:disabled:selected,
 7752    .side-panel iconview text:backdrop:disabled:selected,
 7753    .side-panel treeview.view header button:backdrop:disabled:selected,
 7754    treeview.view header .side-panel iconview button:backdrop:disabled:selected,
 7755    .side-panel .view .tweak-category header button:backdrop:disabled:selected,
 7756    .tweak-category header .side-panel .view button:backdrop:disabled:selected,
 7757    .side-panel iconview .tweak-category header button:backdrop:disabled:selected,
 7758    .tweak-category header .side-panel iconview button:backdrop:disabled:selected {
 7759      color: rgba(255, 255, 255, 0.4); }
 7760
 7761.monospace {
 7762  font-family: Monospace; }
 7763
 7764/**********************
 7765 * Touch Copy & Paste *
 7766 *********************/
 7767cursor-handle {
 7768  background-color: #00E676;
 7769  background-image: none;
 7770  box-shadow: none;
 7771  border-style: none; }
 7772  cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
 7773    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-dark.png"), url("assets/text-select-start-dark@2.png"));
 7774    padding-left: 10px; }
 7775  cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
 7776    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-dark.png"), url("assets/text-select-end-dark@2.png"));
 7777    padding-right: 10px; }
 7778  cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
 7779    -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")); }
 7780  cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) {
 7781    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover-dark.png"), url("assets/text-select-start-hover-dark@2.png"));
 7782    padding-left: 10px; }
 7783  cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) {
 7784    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover-dark.png"), url("assets/text-select-end-hover-dark@2.png"));
 7785    padding-right: 10px; }
 7786  cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) {
 7787    -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")); }
 7788  cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) {
 7789    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active-dark.png"), url("assets/text-select-start-active-dark@2.png"));
 7790    padding-left: 10px; }
 7791  cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) {
 7792    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active-dark.png"), url("assets/text-select-end-active-dark@2.png"));
 7793    padding-right: 10px; }
 7794  cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) {
 7795    -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")); }
 7796
 7797.context-menu {
 7798  font: initial; }
 7799
 7800popover.touch-selection {
 7801  font: initial;
 7802  color: #ECEFF1;
 7803  background-color: #455A64;
 7804  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7805  popover.touch-selection:backdrop {
 7806    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 7807
 7808button.circular {
 7809  border-radius: 100px;
 7810  -gtk-outline-radius: 100px; }
 7811  button.circular label {
 7812    padding: 0; }
 7813
 7814.keycap {
 7815  min-width: 1.50376rem;
 7816  min-height: 1.95489rem;
 7817  margin-top: 0.20301rem;
 7818  margin-bottom: 0.24812rem;
 7819  padding: 0 0.45113rem;
 7820  border: none;
 7821  border-radius: 2px;
 7822  color: #ECEFF1;
 7823  background-color: #455A64;
 7824  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
 7825  font-size: 90%;
 7826  font-weight: 500; }
 7827
 7828*:drop(active):focus,
 7829*:drop(active) {
 7830  border-color: #C5A68E;
 7831  box-shadow: inset 0 0 0 1px #C5A68E;
 7832  caret-color: #C5A68E; }
 7833
 7834stackswitcher button.circular,
 7835stackswitcher button.text-button.circular {
 7836  min-width: 2.80451rem;
 7837  min-height: 2.80451rem;
 7838  padding: 0; }
 7839
 7840box > scrolledwindow undershoot.top, box > placessidebar undershoot.top {
 7841  background-color: transparent;
 7842  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));
 7843  padding-top: 0;
 7844  background-size: 16px 32px;
 7845  background-repeat: repeat-x;
 7846  background-origin: content-box;
 7847  background-position: center top; }
 7848box > scrolledwindow undershoot.bottom, box > placessidebar undershoot.bottom {
 7849  background-color: transparent;
 7850  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));
 7851  padding-bottom: 0;
 7852  background-size: 16px 32px;
 7853  background-repeat: repeat-x;
 7854  background-origin: content-box;
 7855  background-position: center bottom; }
 7856box > scrolledwindow undershoot.left, box > placessidebar undershoot.left {
 7857  background-color: transparent;
 7858  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));
 7859  padding-left: 0;
 7860  background-size: 32px 16px;
 7861  background-repeat: repeat-y;
 7862  background-origin: content-box;
 7863  background-position: left center; }
 7864box > scrolledwindow undershoot.right, box > placessidebar undershoot.right {
 7865  background-color: transparent;
 7866  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));
 7867  padding-right: 0;
 7868  background-size: 32px 16px;
 7869  background-repeat: repeat-y;
 7870  background-origin: content-box;
 7871  background-position: right center; }
 7872placessidebar undershoot.top, .sidebar undershoot.top {
 7873  background-color: transparent;
 7874  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));
 7875  padding-top: 0;
 7876  background-size: 16px 32px;
 7877  background-repeat: repeat-x;
 7878  background-origin: content-box;
 7879  background-position: center top; }
 7880placessidebar undershoot.bottom, .sidebar undershoot.bottom {
 7881  background-color: transparent;
 7882  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));
 7883  padding-bottom: 0;
 7884  background-size: 16px 32px;
 7885  background-repeat: repeat-x;
 7886  background-origin: content-box;
 7887  background-position: center bottom; }
 7888placessidebar undershoot.left, .sidebar undershoot.left {
 7889  background-color: transparent;
 7890  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));
 7891  padding-left: 0;
 7892  background-size: 32px 16px;
 7893  background-repeat: repeat-y;
 7894  background-origin: content-box;
 7895  background-position: left center; }
 7896placessidebar undershoot.right, .sidebar undershoot.right {
 7897  background-color: transparent;
 7898  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));
 7899  padding-right: 0;
 7900  background-size: 32px 16px;
 7901  background-repeat: repeat-y;
 7902  background-origin: content-box;
 7903  background-position: right center; }
 7904
 7905/***************
 7906 * Gnome panel *
 7907 ***************/
 7908panel-toplevel.background {
 7909  background-color: #13191c; }
 7910
 7911panel-plug,
 7912panel-toplevel > grid.horizontal > widget > widget {
 7913  color: rgba(236, 239, 241, 0.75);
 7914  background-color: #13191c;
 7915  box-shadow: none; }
 7916
 7917.gnome-panel-menu-bar,
 7918panel-applet > menubar,
 7919#clock-applet-button {
 7920  font-weight: 700;
 7921  color: rgba(236, 239, 241, 0.75);
 7922  background-color: transparent;
 7923  box-shadow: none; }
 7924  .gnome-panel-menu-bar label:backdrop, .gnome-panel-menu-bar:backdrop,
 7925  panel-applet > menubar label:backdrop,
 7926  panel-applet > menubar:backdrop,
 7927  #clock-applet-button label:backdrop,
 7928  #clock-applet-button:backdrop {
 7929    opacity: 1.0; }
 7930
 7931.gnome-panel-menu-bar,
 7932panel-applet menubar {
 7933  box-shadow: none; }
 7934  .gnome-panel-menu-bar menuitem,
 7935  panel-applet menubar menuitem {
 7936    color: rgba(236, 239, 241, 0.75);
 7937    background-color: transparent; }
 7938    .gnome-panel-menu-bar menuitem:hover,
 7939    panel-applet menubar menuitem:hover {
 7940      color: #ECEFF1;
 7941      box-shadow: inset 0 -2px #C5A68E; }
 7942    .gnome-panel-menu-bar menuitem:backdrop,
 7943    panel-applet menubar menuitem:backdrop {
 7944      opacity: 1.0; }
 7945  .gnome-panel-menu-bar menu,
 7946  panel-applet menubar menu {
 7947    font: regular; }
 7948    .gnome-panel-menu-bar menu menuitem,
 7949    panel-applet menubar menu menuitem {
 7950      color: rgba(236, 239, 241, 0.75);
 7951      background-color: #455A64; }
 7952      .gnome-panel-menu-bar menu menuitem:hover,
 7953      panel-applet menubar menu menuitem:hover {
 7954        color: #ECEFF1;
 7955        background-color: alpha(currentColor, 0.1);
 7956        box-shadow: none; }
 7957      .gnome-panel-menu-bar menu menuitem:backdrop,
 7958      panel-applet menubar menu menuitem:backdrop {
 7959        opacity: 1.0; }
 7960    .gnome-panel-menu-bar menu separator,
 7961    panel-applet menubar menu separator {
 7962      color: rgba(0, 0, 0, 0.11); }
 7963
 7964#tasklist-button,
 7965#clock-applet-button,
 7966#showdesktop-button {
 7967  box-shadow: none;
 7968  background-color: transparent;
 7969  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), alpha(currentColor, 0));
 7970  padding: 0px 0.30075rem;
 7971  border: none;
 7972  border-radius: 0;
 7973  color: rgba(236, 239, 241, 0.75);
 7974  background-color: transparent;
 7975  font-weight: 700; }
 7976  #tasklist-button:hover,
 7977  #clock-applet-button:hover,
 7978  #showdesktop-button:hover {
 7979    color: #ECEFF1;
 7980    background-color: transparent;
 7981    box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
 7982  #tasklist-button:checked, #tasklist-button:hover:checked, #tasklist-button:disabled:checked,
 7983  #clock-applet-button:checked,
 7984  #clock-applet-button:hover:checked,
 7985  #clock-applet-button:disabled:checked,
 7986  #showdesktop-button:checked,
 7987  #showdesktop-button:hover:checked,
 7988  #showdesktop-button:disabled:checked {
 7989    color: #ECEFF1;
 7990    background-color: transparent;
 7991    box-shadow: inset 0 -2px #C5A68E; }
 7992  #tasklist-button label:backdrop, #tasklist-button:backdrop,
 7993  #clock-applet-button label:backdrop,
 7994  #clock-applet-button:backdrop,
 7995  #showdesktop-button label:backdrop,
 7996  #showdesktop-button:backdrop {
 7997    opacity: 1.0; }
 7998
 7999widget > menubar {
 8000  background-color: transparent;
 8001  background-image: linear-gradient(to bottom, #13191c, #13191c);
 8002  box-shadow: none; }
 8003
 8004wnck-pager:selected {
 8005  box-shadow: inset 0 -2px #C5A68E; }
 8006wnck-pager:backdrop {
 8007  opacity: 1.0; }
 8008
 8009na-tray-applet {
 8010  -NaTrayApplet-icon-padding: 2;
 8011  -NaTrayApplet-icon-size: 16; }
 8012  na-tray-applet:backdrop {
 8013    opacity: 1.0; }
 8014
 8015gp-arrow-button {
 8016  min-width: 1.50376rem;
 8017  min-height: 0;
 8018  border: 1px solid transparent;
 8019  background-image: none;
 8020  color: rgba(236, 239, 241, 0.75);
 8021  margin: 0.15038rem; }
 8022  gp-arrow-button:hover, gp-arrow-button:active {
 8023    color: #ECEFF1; }
 8024
 8025sn-button {
 8026  padding: 0.30075rem; }
 8027
 8028/**************
 8029 * Tweak-tool *
 8030 **************/
 8031.tweak-categories {
 8032  background-color: #3b4c54;
 8033  color: rgba(236, 239, 241, 0.75); }
 8034  .tweak-categories:dir(ltr) {
 8035    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8036  .tweak-categories:dir(rtl) {
 8037    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8038  .tweak-categories separator,
 8039  .tweak-categories .separator {
 8040    min-height: 0;
 8041    border-color: transparent;
 8042    background-color: transparent;
 8043    color: transparent; }
 8044
 8045.tweak-category {
 8046  border: none;
 8047  color: rgba(236, 239, 241, 0.75);
 8048  background-color: transparent;
 8049  font-weight: 500; }
 8050  .tweak-category:hover {
 8051    color: #ECEFF1; }
 8052  .tweak-category:selected {
 8053    color: #C5A68E;
 8054    background-color: transparent; }
 8055    .tweak-category:selected label {
 8056      color: #C5A68E; }
 8057
 8058.tweak-group {
 8059  padding: 6px;
 8060  background-color: #455A64; }
 8061
 8062.tweak {
 8063  background-color: #455A64; }
 8064  .tweak:hover {
 8065    background-color: transparent; }
 8066
 8067.tweak-group-white,
 8068.tweak-white {
 8069  background-color: #455A64; }
 8070
 8071/*******************
 8072 * Gnome-Flashback *
 8073 *******************/
 8074gf-popup-window {
 8075  border-radius: 2px;
 8076  border: 1px solid rgba(0, 0, 0, 0.11);
 8077  background-color: #322F22;
 8078  color: #ECEFF1;
 8079  opacity: 0.9; }
 8080  gf-popup-window.solid {
 8081    border-radius: 2px;
 8082    border: 1px solid rgba(0, 0, 0, 0.11); }
 8083
 8084#gf-label-window {
 8085  font-size: 3.38346rem;
 8086  font-weight: 400; }
 8087
 8088#gf-candidate-popup, #gf-candidate-popup.solid {
 8089  border-radius: 2px;
 8090  border: 1px solid rgba(0, 0, 0, 0.11);
 8091  color: #ECEFF1; }
 8092#gf-candidate-popup #gf-input-source {
 8093  color: #ECEFF1;
 8094  font-size: 1.80451rem;
 8095  font-weight: 400; }
 8096  #gf-candidate-popup #gf-input-source:selected {
 8097    border-radius: 2px;
 8098    background-color: alpha(currentColor, 0.2);
 8099    color: #C5A68E; }
 8100#gf-candidate-popup gf-candidate-box {
 8101  transition: none; }
 8102  #gf-candidate-popup gf-candidate-box label {
 8103    padding: 0.20301rem 0.20301rem 0.30075rem; }
 8104  #gf-candidate-popup gf-candidate-box:last-child {
 8105    padding-left: 0; }
 8106  #gf-candidate-popup gf-candidate-box:hover, #gf-candidate-popup gf-candidate-box:selected {
 8107    border-radius: 0;
 8108    background-color: alpha(currentColor, 0.2);
 8109    color: #FFFFFF; }
 8110#gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
 8111#gf-candidate-popup .linked > button,
 8112#gf-candidate-popup .linked > button:first-child,
 8113#gf-candidate-popup .linked > button:last-child {
 8114  border-radius: 0;
 8115  border: none;
 8116  background-color: transparent;
 8117  color: #C5A68E);
 8118  box-shadow: none; }
 8119
 8120/************
 8121 * Nautilus *
 8122 ************/
 8123.nautilus-desktop-window,
 8124.nautilus-desktop-window notebook,
 8125.nautilus-desktop-window notebook > stack {
 8126  background: transparent; }
 8127
 8128.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
 8129  color: #FFFFFF; }
 8130
 8131.nautilus-canvas-item {
 8132  border-radius: 2px; }
 8133
 8134.nautilus-circular-button {
 8135  border-radius: 100px;
 8136  -gtk-outline-radius: 100px; }
 8137
 8138.disk-space-display {
 8139  border: 0 none transparent; }
 8140  .disk-space-display.free {
 8141    background-color: alpha(currentColor, 0.2);
 8142    color: rgba(236, 239, 241, 0.3); }
 8143  .disk-space-display.used {
 8144    background-color: #C5A68E; }
 8145  .disk-space-display.unknown {
 8146    background-color: #FF9800; }
 8147
 8148/*********
 8149 * Geary *
 8150 *********/
 8151.geary-titlebar-left separator {
 8152  opacity: 0; }
 8153
 8154.geary-titlebar-right {
 8155  box-shadow: none; }
 8156
 8157/************
 8158 * Epiphany *
 8159 ************/
 8160EphyWindow .nautilus-window .floating-bar {
 8161  color: rgba(236, 239, 241, 0.75); }
 8162
 8163/************
 8164 * Seahorse *
 8165 ************/
 8166SeahorseWidget .sidebar paned separator {
 8167  border: none; }
 8168
 8169window paned > box.vertical > box.vertical > toolbar.primary-toolbar {
 8170  box-shadow: none;
 8171  border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
 8172
 8173/**********
 8174 * Polari *
 8175 **********/
 8176.polari-room-list row {
 8177  font-weight: 700; }
 8178  .polari-room-list row:not(:hover):not(:active):not(:selected) label,
 8179  .polari-room-list row:not(:hover):not(:active):not(:selected) image {
 8180    opacity: 1.0; }
 8181  .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) label,
 8182  .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) image {
 8183    opacity: 0.65; }
 8184
 8185.polari-nick-entry {
 8186  border-image: none;
 8187  font-weight: 700; }
 8188
 8189.sidebar row.activatable.inactive, .sidebar .inactive.view, .sidebar iconview.inactive,
 8190.sidebar .view text.inactive,
 8191.view .sidebar text.inactive,
 8192.sidebar iconview text.inactive,
 8193iconview .sidebar text.inactive,
 8194.sidebar textview text.inactive,
 8195textview .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 {
 8196  color: rgba(236, 239, 241, 0.75);
 8197  background-color: transparent;
 8198  font-weight: 500; }
 8199  .sidebar row.activatable.inactive:hover, .sidebar .inactive.view:hover, .sidebar iconview.inactive:hover,
 8200  .sidebar .view text.inactive:hover,
 8201  .view .sidebar text.inactive:hover,
 8202  .sidebar iconview text.inactive:hover,
 8203  iconview .sidebar text.inactive:hover,
 8204  .sidebar textview text.inactive:hover,
 8205  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 {
 8206    color: #ECEFF1; }
 8207  .sidebar row.activatable.inactive:selected, .sidebar .inactive.view:selected, .sidebar iconview.inactive:selected,
 8208  .sidebar .view text.inactive:selected,
 8209  .view .sidebar text.inactive:selected,
 8210  .sidebar iconview text.inactive:selected,
 8211  iconview .sidebar text.inactive:selected,
 8212  .sidebar textview text.inactive:selected,
 8213  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 {
 8214    color: #FFFFFF;
 8215    background-color: #C5A68E; }
 8216
 8217box > headerbar > label.polari-titlebar-separator {
 8218  min-width: 0;
 8219  border: none;
 8220  opacity: 0; }
 8221
 8222/*************
 8223 * RhythmBox *
 8224 *************/
 8225.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
 8226  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); }
 8227  .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar:dir(rtl) {
 8228    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); }
 8229
 8230.sidebar-paned scrolledwindow:dir(ltr), .sidebar-paned placessidebar:dir(ltr) {
 8231  box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8232.sidebar-paned scrolledwindow:dir(rtl), .sidebar-paned placessidebar:dir(rtl) {
 8233  box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8234.sidebar-paned .sidebar {
 8235  background-color: rgba(18, 22, 0, 0.04); }
 8236
 8237window > box.vertical > box.vertical > toolbar.horizontal {
 8238  box-shadow: none; }
 8239
 8240window > box.vertical > box.vertical > toolbar .linked > button {
 8241  border-radius: 100px;
 8242  -gtk-outline-radius: 100px; }
 8243
 8244/**************
 8245 * Calculator *
 8246 **************/
 8247window > grid.vertical > box.vertical > widget button {
 8248  min-width: 1rem;
 8249  min-height: 1rem;
 8250  padding: 0.75em 1em 0.75em;
 8251  border: 0.75em solid transparent;
 8252  border-radius: 2px;
 8253  font-weight: 700; }
 8254  window > grid.vertical > box.vertical > widget button.suggested-action {
 8255    color: transparent;
 8256    font-size: 0; }
 8257    window > grid.vertical > box.vertical > widget button.suggested-action {
 8258      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);
 8259      background-color: #546E7A;
 8260      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), alpha(currentColor, 0));
 8261      color: rgba(236, 239, 241, 0.75);
 8262      border-style: none;
 8263      border-radius: 100px;
 8264      background-color: transparent;
 8265      background-image: -gtk-scaled(url("assets/equal-dark.png"), url("assets/equal-dark@2.png"));
 8266      background-size: 32px;
 8267      background-repeat: no-repeat;
 8268      background-position: center;
 8269      box-shadow: none;
 8270      transition-duration: 0.2s;
 8271      animation: none; }
 8272    window > grid.vertical > box.vertical > widget button.suggested-action:hover {
 8273      border-style: none;
 8274      border-radius: 100px;
 8275      background-color: transparent;
 8276      background-image: -gtk-scaled(url("assets/equal-hover-dark.png"), url("assets/equal-hover-dark@2.png"));
 8277      background-size: 32px;
 8278      background-repeat: no-repeat;
 8279      background-position: center;
 8280      box-shadow: none;
 8281      transition-duration: 0.2s;
 8282      animation: none; }
 8283    window > grid.vertical > box.vertical > widget button.suggested-action:active {
 8284      border-style: none;
 8285      border-radius: 100px;
 8286      background-color: transparent;
 8287      background-image: -gtk-scaled(url("assets/equal-active-dark.png"), url("assets/equal-active-dark@2.png"));
 8288      background-size: 32px;
 8289      background-repeat: no-repeat;
 8290      background-position: center;
 8291      box-shadow: none;
 8292      transition-duration: 0.2s;
 8293      animation: none; }
 8294    window > grid.vertical > box.vertical > widget button.suggested-action:disabled {
 8295      border-style: none;
 8296      border-radius: 100px;
 8297      background-color: transparent;
 8298      background-image: -gtk-scaled(url("assets/equal-insensitive-dark.png"), url("assets/equal-insensitive-dark@2.png"));
 8299      background-size: 32px;
 8300      background-repeat: no-repeat;
 8301      background-position: center;
 8302      box-shadow: none;
 8303      transition-duration: 0.2s;
 8304      animation: none; }
 8305
 8306/*********
 8307 * Gedit *
 8308 *********/
 8309GeditViewFrame .gedit-search-slider {
 8310  padding: 3px;
 8311  border-radius: 2px;
 8312  border-width: 9px;
 8313  border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
 8314  color: #ECEFF1;
 8315  opacity: 0.9; }
 8316  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),
 8317  GeditViewFrame .gedit-search-slider .linked > entry,
 8318  GeditViewFrame .gedit-search-slider .linked > spinbutton:not(.vertical),
 8319  GeditViewFrame .gedit-search-slider .linked > entry.error,
 8320  GeditViewFrame .gedit-search-slider .linked > spinbutton.error:not(.vertical),
 8321  GeditViewFrame .gedit-search-slider .linked > entry.warning,
 8322  GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:not(.vertical) {
 8323    color: #ECEFF1; }
 8324    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),
 8325    GeditViewFrame .gedit-search-slider .linked > entry:focus,
 8326    GeditViewFrame .gedit-search-slider .linked > spinbutton:focus:not(.vertical),
 8327    GeditViewFrame .gedit-search-slider .linked > entry.error:focus,
 8328    GeditViewFrame .gedit-search-slider .linked > spinbutton.error:focus:not(.vertical),
 8329    GeditViewFrame .gedit-search-slider .linked > entry.warning:focus,
 8330    GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:focus:not(.vertical) {
 8331      color: #FFFFFF; }
 8332    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),
 8333    GeditViewFrame .gedit-search-slider .linked > entry:disabled,
 8334    GeditViewFrame .gedit-search-slider .linked > spinbutton:disabled:not(.vertical),
 8335    GeditViewFrame .gedit-search-slider .linked > entry.error:disabled,
 8336    GeditViewFrame .gedit-search-slider .linked > spinbutton.error:disabled:not(.vertical),
 8337    GeditViewFrame .gedit-search-slider .linked > entry.warning:disabled,
 8338    GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:disabled:not(.vertical) {
 8339      color: rgba(236, 239, 241, 0.3); }
 8340
 8341paned.titlebar.horizontal headerbar button.flat.toggle.popup, paned.titlebar.horizontal headerbar button.toggle.popup.osd.image-button, paned.titlebar.horizontal headerbar .osd toolbar button.toggle.popup, .osd toolbar paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar toolbar.osd button.toggle.popup, toolbar.osd paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar .app-notification button.toggle.popup, .app-notification paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar GeditViewFrame .gedit-search-slider button.toggle.popup, GeditViewFrame .gedit-search-slider paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal headerbar toolbar button.toggle.popup, toolbar paned.titlebar.horizontal headerbar button.toggle.popup,
 8342paned.titlebar.horizontal headerbar button.toggle.popup:not(.suggested-action):not(.destructive-action), paned.titlebar.horizontal headerbar .menu > arrow.toggle.popup,
 8343paned.titlebar.horizontal headerbar .context-menu > arrow.toggle.popup,
 8344paned.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 headerbar .ssd decoration button.toggle.popup, .ssd decoration paned.titlebar.horizontal headerbar button.toggle.popup, paned.titlebar.horizontal .csd headerbar button.toggle.popup.titlebutton,
 8345.csd paned.titlebar.horizontal headerbar button.toggle.popup.titlebutton,
 8346paned.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 {
 8347  border-radius: 2px;
 8348  -gtk-outline-radius: 2px; }
 8349
 8350notebook 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 {
 8351  background-image: none; }
 8352
 8353/***********
 8354 * Builder *
 8355 ***********/
 8356filechooser actionbar button.combo {
 8357  padding: 0; }
 8358
 8359frame.gb-search-frame {
 8360  background-image: linear-gradient(to bottom, #3e515a, #3e515a);
 8361  padding: 0.45113rem;
 8362  border-style: solid;
 8363  border-color: rgba(0, 0, 0, 0.11);
 8364  border-left-width: 1px;
 8365  border-right-width: 1px;
 8366  border-bottom-width: 1px;
 8367  border-radius: 0; }
 8368
 8369frame.gb-search-frame border {
 8370  border: none; }
 8371
 8372.gb-search-entry-occurrences-tag {
 8373  color: rgba(236, 239, 241, 0.3);
 8374  margin: 0.15038rem;
 8375  padding: 0.15038rem;
 8376  border-width: 0; }
 8377
 8378editortweak button {
 8379  padding: 0 0.45113rem 0 0.45113rem; }
 8380
 8381editortweak list row {
 8382  padding: 0; }
 8383
 8384layouttabbar > box {
 8385  min-height: 2.93233rem; }
 8386
 8387eggsearchbar > revealer > box {
 8388  min-height: 2.93233rem; }
 8389
 8390eggsearchbar entry, eggsearchbar spinbutton:not(.vertical) {
 8391  min-height: 1.80451rem; }
 8392
 8393pillbox {
 8394  border-radius: 2px; }
 8395
 8396genesisperspective stack > box:first-child list row {
 8397  padding: 0.75188rem;
 8398  border-bottom: 1px solid #37474F; }
 8399  genesisperspective stack > box:first-child list row:last-child {
 8400    border-bottom: none; }
 8401
 8402perspectiveswitcher {
 8403  padding: 0 0.30075rem;
 8404  border-right: 1px solid #37474F;
 8405  background-color: #3b4c54; }
 8406  perspectiveswitcher button {
 8407    padding: 0.45113rem;
 8408    border-radius: 100px;
 8409    border: none;
 8410    background: none;
 8411    color: rgba(236, 239, 241, 0.5);
 8412    box-shadow: none; }
 8413    perspectiveswitcher button image {
 8414      opacity: 0.55; }
 8415    perspectiveswitcher button:hover {
 8416      background: none; }
 8417      perspectiveswitcher button:hover image {
 8418        opacity: 0.75; }
 8419    perspectiveswitcher button:active, perspectiveswitcher button:checked {
 8420      background: none; }
 8421      perspectiveswitcher button:active image, perspectiveswitcher button:checked image {
 8422        opacity: 1.0; }
 8423
 8424layouttabbar {
 8425  min-height: 2.80451rem;
 8426  padding: 0.3985rem;
 8427  border-bottom: 1px solid #37474F;
 8428  background-color: #3b4c54; }
 8429  layouttabbar > box > button {
 8430    opacity: 0.55; }
 8431    layouttabbar > box > button:hover {
 8432      opacity: 0.75; }
 8433    layouttabbar > box > button:active {
 8434      opacity: 1.0; }
 8435  layouttabbar button {
 8436    padding: 0.30075rem 0.3985rem 0.3985rem;
 8437    margin: 0.20301rem;
 8438    border-radius: 2px;
 8439    background-color: transparent; }
 8440
 8441layouttab {
 8442  margin: 0.20301rem;
 8443  padding: 0.3985rem;
 8444  background-color: transparent; }
 8445  layouttab label {
 8446    padding: 0.30075rem; }
 8447  layouttab separator.vertical {
 8448    margin: 0.20301rem;
 8449    color: transparent;
 8450    background-color: rgba(0, 0, 0, 0.11); }
 8451  layouttab button {
 8452    margin: 0.20301rem;
 8453    border-radius: 2px;
 8454    padding-left: 0.3985rem;
 8455    padding-right: 0.3985rem; }
 8456
 8457layouttab > box > button:last-child {
 8458  min-height: 1rem;
 8459  min-width: 1rem;
 8460  padding: 0.50376rem;
 8461  border-radius: 100px;
 8462  -gtk-outline-radius: 100px;
 8463  box-shadow: none;
 8464  background-color: transparent;
 8465  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), alpha(currentColor, 0)); }
 8466  layouttab > box > button:last-child:hover {
 8467    box-shadow: none;
 8468    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), alpha(currentColor, 0.1)); }
 8469  layouttab > box > button:last-child:active {
 8470    box-shadow: none;
 8471    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 8472  layouttab > box > button:last-child:disabled {
 8473    box-shadow: none;
 8474    background-color: transparent; }
 8475layouttab > box > button:last-child image {
 8476  opacity: 0.55; }
 8477layouttab > box > button:last-child:hover image {
 8478  opacity: 0.75; }
 8479layouttab > box > button:last-child:active image {
 8480  opacity: 1.0; }
 8481
 8482layout {
 8483  border: 1px solid #37474F;
 8484  -PnlDockBin-handle-size: 1; }
 8485
 8486eggsearchbar box.search-bar {
 8487  background-color: #3b4c54; }
 8488
 8489pillbox {
 8490  background-color: #3e515a;
 8491  border-radius: 2px; }
 8492
 8493docktabstrip,
 8494tabstrip {
 8495  min-height: 2.60902rem;
 8496  padding: 0.3985rem 1.20301rem;
 8497  border-bottom: 1px solid #37474F;
 8498  background-color: #3b4c54; }
 8499  docktabstrip docktab,
 8500  docktabstrip tab,
 8501  tabstrip docktab,
 8502  tabstrip tab {
 8503    color: rgba(236, 239, 241, 0.5);
 8504    font-weight: 700;
 8505    box-shadow: inset 0 -1px alpha(currentColor, 0.2); }
 8506    docktabstrip docktab:hover,
 8507    docktabstrip tab:hover,
 8508    tabstrip docktab:hover,
 8509    tabstrip tab:hover {
 8510      color: #ECEFF1;
 8511      box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
 8512    docktabstrip docktab:checked,
 8513    docktabstrip tab:checked,
 8514    tabstrip docktab:checked,
 8515    tabstrip tab:checked {
 8516      color: #ECEFF1;
 8517      box-shadow: inset 0 -2px #C5A68E; }
 8518
 8519layoutstack 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 {
 8520  background-image: none; }
 8521
 8522/***************
 8523 * Gnome-music *
 8524 ***************/
 8525GdMainView:dir(ltr),
 8526.side-panel:dir(ltr) {
 8527  border-right: 1px solid rgba(0, 0, 0, 0.11); }
 8528GdMainView:dir(rtl),
 8529.side-panel:dir(rtl) {
 8530  border-left: 1px solid rgba(0, 0, 0, 0.11); }
 8531GdMainView .view, GdMainView iconview,
 8532.side-panel .view,
 8533.side-panel iconview {
 8534  background-color: #3b4c54;
 8535  box-shadow: none; }
 8536  GdMainView .view, GdMainView iconview, GdMainView .view row.activatable, GdMainView iconview row.activatable, GdMainView .view .view, GdMainView iconview .view, GdMainView .view iconview, GdMainView iconview iconview,
 8537  GdMainView .view text,
 8538  GdMainView iconview .view text,
 8539  .view GdMainView iconview text,
 8540  GdMainView .view iconview text,
 8541  iconview GdMainView .view text,
 8542  GdMainView iconview text,
 8543  GdMainView .view textview text,
 8544  textview GdMainView .view text,
 8545  GdMainView iconview textview text,
 8546  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,
 8547  .side-panel .view,
 8548  .side-panel iconview,
 8549  .side-panel .view row.activatable,
 8550  .side-panel iconview row.activatable,
 8551  .side-panel .view .view,
 8552  .side-panel iconview .view,
 8553  .side-panel .view iconview,
 8554  .side-panel iconview iconview,
 8555  .side-panel .view text,
 8556  .side-panel iconview .view text,
 8557  .view .side-panel iconview text,
 8558  .side-panel .view iconview text,
 8559  iconview .side-panel .view text,
 8560  .side-panel iconview text,
 8561  .side-panel .view textview text,
 8562  textview .side-panel .view text,
 8563  .side-panel iconview textview text,
 8564  textview .side-panel iconview text,
 8565  .side-panel treeview.view header button,
 8566  .side-panel iconview treeview.view header button,
 8567  treeview.view header .side-panel iconview button,
 8568  .side-panel .view .tweak-category header button,
 8569  .tweak-category header .side-panel .view button,
 8570  .side-panel iconview .tweak-category header button,
 8571  .tweak-category header .side-panel iconview button {
 8572    padding: 0;
 8573    background-color: transparent;
 8574    color: rgba(236, 239, 241, 0.75);
 8575    font-weight: 500;
 8576    box-shadow: none; }
 8577    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,
 8578    GdMainView .view text:hover,
 8579    GdMainView iconview .view text:hover,
 8580    .view GdMainView iconview text:hover,
 8581    GdMainView .view iconview text:hover,
 8582    iconview GdMainView .view text:hover,
 8583    GdMainView iconview text:hover,
 8584    GdMainView .view textview text:hover,
 8585    textview GdMainView .view text:hover,
 8586    GdMainView iconview textview text:hover,
 8587    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,
 8588    .side-panel .view:hover,
 8589    .side-panel iconview:hover,
 8590    .side-panel .view row.activatable:hover,
 8591    .side-panel iconview row.activatable:hover,
 8592    .side-panel .view .view:hover,
 8593    .side-panel iconview .view:hover,
 8594    .side-panel .view iconview:hover,
 8595    .side-panel iconview iconview:hover,
 8596    .side-panel .view text:hover,
 8597    .side-panel iconview .view text:hover,
 8598    .view .side-panel iconview text:hover,
 8599    .side-panel .view iconview text:hover,
 8600    iconview .side-panel .view text:hover,
 8601    .side-panel iconview text:hover,
 8602    .side-panel .view textview text:hover,
 8603    textview .side-panel .view text:hover,
 8604    .side-panel iconview textview text:hover,
 8605    textview .side-panel iconview text:hover,
 8606    .side-panel treeview.view header button:hover,
 8607    .side-panel iconview treeview.view header button:hover,
 8608    treeview.view header .side-panel iconview button:hover,
 8609    .side-panel .view .tweak-category header button:hover,
 8610    .tweak-category header .side-panel .view button:hover,
 8611    .side-panel iconview .tweak-category header button:hover,
 8612    .tweak-category header .side-panel iconview button:hover {
 8613      color: #ECEFF1; }
 8614
 8615actionbar {
 8616  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
 8617  actionbar, actionbar.frame {
 8618    background-color: #3b4c54; }
 8619  actionbar button,
 8620  actionbar .linked > button.image-button {
 8621    box-shadow: none;
 8622    background-color: transparent;
 8623    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), alpha(currentColor, 0));
 8624    border-radius: 100px;
 8625    -gtk-outline-radius: 100px;
 8626    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;
 8627    color: rgba(236, 239, 241, 0.75);
 8628    box-shadow: none; }
 8629    actionbar button:hover,
 8630    actionbar .linked > button.image-button:hover {
 8631      box-shadow: none;
 8632      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), alpha(currentColor, 0.1));
 8633      border-image: none;
 8634      color: #ECEFF1;
 8635      box-shadow: none; }
 8636    actionbar button:checked,
 8637    actionbar .linked > button.image-button:checked {
 8638      background-color: alpha(currentColor, 0.2);
 8639      color: #ECEFF1;
 8640      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 8641      background-color: transparent;
 8642      color: #ECEFF1;
 8643      box-shadow: none; }
 8644      actionbar button:checked:disabled,
 8645      actionbar .linked > button.image-button:checked:disabled {
 8646        border-image: none;
 8647        background-color: transparent;
 8648        color: rgba(236, 239, 241, 0.3);
 8649        box-shadow: none; }
 8650        actionbar button:checked:disabled > label,
 8651        actionbar .linked > button.image-button:checked:disabled > label {
 8652          color: inherit; }
 8653        actionbar button:checked:disabled > .label,
 8654        actionbar .linked > button.image-button:checked:disabled > .label {
 8655          color: inherit; }
 8656    actionbar button:disabled,
 8657    actionbar .linked > button.image-button:disabled {
 8658      box-shadow: none;
 8659      background-color: transparent;
 8660      border-image: none;
 8661      background-color: transparent;
 8662      color: rgba(236, 239, 241, 0.225);
 8663      box-shadow: none; }
 8664
 8665/******************
 8666 * Gnome-contacts *
 8667 ******************/
 8668window overlay > grid > frame > grid toolbar {
 8669  box-shadow: none; }
 8670window overlay > grid > frame > grid list:dir(ltr) {
 8671  box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8672window overlay > grid > frame > grid list:dir(rtl) {
 8673  box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
 8674window overlay > grid > frame > grid list row {
 8675  color: rgba(236, 239, 241, 0.75);
 8676  background-color: rgba(18, 22, 0, 0.04); }
 8677  window overlay > grid > frame > grid list row:hover {
 8678    color: #ECEFF1; }
 8679  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,
 8680  window overlay > grid > frame > grid list .view text:selected,
 8681  .view window overlay > grid > frame > grid list text:selected,
 8682  window overlay > grid > frame > grid list iconview text:selected,
 8683  iconview window overlay > grid > frame > grid list text:selected,
 8684  window overlay > grid > frame > grid list textview text:selected,
 8685  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 {
 8686    background-color: rgba(18, 22, 0, 0.04); }
 8687    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,
 8688    window overlay > grid > frame > grid list .view text:selected,
 8689    .view window overlay > grid > frame > grid list text:selected,
 8690    window overlay > grid > frame > grid list iconview text:selected,
 8691    iconview window overlay > grid > frame > grid list text:selected,
 8692    window overlay > grid > frame > grid list textview text:selected,
 8693    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,
 8694    window overlay > grid > frame > grid list .view text:selected label,
 8695    .view window overlay > grid > frame > grid list text:selected label,
 8696    window overlay > grid > frame > grid list iconview text:selected label,
 8697    iconview window overlay > grid > frame > grid list text:selected label,
 8698    window overlay > grid > frame > grid list textview text:selected label,
 8699    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 {
 8700      color: #C5A68E; }
 8701  window overlay > grid > frame > grid list row:backdrop {
 8702    opacity: 1.0; }
 8703window overlay > grid > frame > grid list separator {
 8704  min-height: 0;
 8705  border-color: transparent;
 8706  background-color: transparent;
 8707  color: transparent; }
 8708window overlay > grid > frame > grid scrolledwindow undershoot.top, window overlay > grid > frame > grid placessidebar undershoot.top {
 8709  background-color: transparent;
 8710  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));
 8711  padding-top: 0;
 8712  background-size: 16px 32px;
 8713  background-repeat: repeat-x;
 8714  background-origin: content-box;
 8715  background-position: center top; }
 8716window overlay > grid > frame > grid scrolledwindow undershoot.bottom, window overlay > grid > frame > grid placessidebar undershoot.bottom {
 8717  background-color: transparent;
 8718  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));
 8719  padding-bottom: 0;
 8720  background-size: 16px 32px;
 8721  background-repeat: repeat-x;
 8722  background-origin: content-box;
 8723  background-position: center bottom; }
 8724window overlay > grid > frame > grid scrolledwindow undershoot.left, window overlay > grid > frame > grid placessidebar undershoot.left {
 8725  background-color: transparent;
 8726  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));
 8727  padding-left: 0;
 8728  background-size: 32px 16px;
 8729  background-repeat: repeat-y;
 8730  background-origin: content-box;
 8731  background-position: left center; }
 8732window overlay > grid > frame > grid scrolledwindow undershoot.right, window overlay > grid > frame > grid placessidebar undershoot.right {
 8733  background-color: transparent;
 8734  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));
 8735  padding-right: 0;
 8736  background-size: 32px 16px;
 8737  background-repeat: repeat-y;
 8738  background-origin: content-box;
 8739  background-position: right center; }
 8740
 8741/**********
 8742 * Baobab *
 8743 **********/
 8744window > box.vertical > grid.vertical > stack stack > spinner {
 8745  min-width: 1.80451rem;
 8746  min-height: 1.80451rem;
 8747  padding: 4rem 6rem 4rem; }
 8748
 8749/**********
 8750 * Evince *
 8751 **********/
 8752window.background {
 8753  padding: 0.3985rem; }
 8754  window.background > box.vertical > box.horizontal > widget > label {
 8755    color: #263238;
 8756    font-weight: 700; }
 8757  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), .osd toolbar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), toolbar.osd window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), .app-notification window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), GeditViewFrame .gedit-search-slider window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle), toolbar window.background > box.vertical > box.horizontal > 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),
 8758  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),
 8759  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), .ssd decoration window.background > box.vertical > box.horizontal > 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),
 8760  .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) {
 8761    min-width: 1rem;
 8762    min-height: 1rem;
 8763    padding: 0.80451rem;
 8764    border: none;
 8765    border-radius: 100px;
 8766    -gtk-outline-radius: 100px;
 8767    color: #263238; }
 8768
 8769/**************
 8770 * Gnome-Logs *
 8771 **************/
 8772headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.osd.image-button, .osd toolbar headerbar > button.popup.title-menu-button.toggle, toolbar.osd headerbar > button.popup.title-menu-button.toggle, .app-notification headerbar > button.popup.title-menu-button.toggle, GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle, toolbar headerbar > button.popup.title-menu-button.toggle, .titlebar headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action),
 8773headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar.menu > arrow.popup.title-menu-button.toggle,
 8774headerbar.context-menu > arrow.popup.title-menu-button.toggle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button, .ssd decoration headerbar > button.popup.title-menu-button.toggle, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton,
 8775.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 {
 8776  border-radius: 2px;
 8777  -gtk-outline-radius: 2px; }
 8778  headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .title, .osd toolbar headerbar > button.popup.title-menu-button.toggle > grid .title, toolbar.osd headerbar > button.popup.title-menu-button.toggle > grid .title, .app-notification headerbar > button.popup.title-menu-button.toggle > grid .title, GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle > grid .title, toolbar headerbar > button.popup.title-menu-button.toggle > grid .title,
 8779  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,
 8780  headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .title, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .title, .ssd decoration headerbar > button.popup.title-menu-button.toggle > 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,
 8781  headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle,
 8782  headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .subtitle,
 8783  .osd toolbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8784  toolbar.osd headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8785  .app-notification headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8786  GeditViewFrame .gedit-search-slider headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8787  toolbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8788  headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .subtitle,
 8789  headerbar.menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
 8790  headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
 8791  placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .subtitle,
 8792  .ssd decoration headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8793  .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
 8794  .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
 8795  #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8796  window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8797  layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8798  layouttab headerbar > button.popup.title-menu-button.toggle > grid .subtitle {
 8799    padding: 0.09774rem 1rem 0.09774rem;
 8800    font-size: 90%; }
 8801
 8802/******************
 8803 * Budgie Desktop *
 8804 ******************/
 8805@keyframes budgie_ripple_effect {
 8806  from {
 8807    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)); }
 8808  to {
 8809    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)); } }
 8810.budgie-container {
 8811  background-color: transparent; }
 8812
 8813.budgie-panel:backdrop,
 8814.budgie-panel *:backdrop {
 8815  opacity: 1.0; }
 8816
 8817.budgie-panel {
 8818  background-color: #13191c;
 8819  color: #ECEFF1;
 8820  font-weight: 700; }
 8821  .top .budgie-panel {
 8822    border-top: 2px solid #000000; }
 8823  .bottom .budgie-panel {
 8824    border-bottom: 2px solid #000000; }
 8825  .left .budgie-panel {
 8826    border-left: 2px solid #000000; }
 8827  .right .budgie-panel {
 8828    border-right: 2px solid #000000; }
 8829  .budgie-panel .alert {
 8830    color: #C5A68E; }
 8831
 8832.top .shadow-block {
 8833  background-color: transparent;
 8834  background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8835
 8836.bottom .shadow-block {
 8837  background-color: transparent;
 8838  background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8839
 8840.left .shadow-block {
 8841  background-color: transparent;
 8842  background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8843
 8844.right .shadow-block {
 8845  background-color: transparent;
 8846  background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8847
 8848.budgie-panel #tasklist-button button, .budgie-panel #tasklist-button:backdrop button {
 8849  border: none;
 8850  background: none;
 8851  opacity: 0.5; }
 8852  .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 {
 8853    opacity: 1.0; }
 8854
 8855.budgie-panel button.flat.launcher, .budgie-panel button.launcher.osd.image-button, .budgie-panel .osd toolbar button.launcher, .osd toolbar .budgie-panel button.launcher, .budgie-panel toolbar.osd button.launcher, toolbar.osd .budgie-panel button.launcher, .budgie-panel .app-notification button.launcher, .app-notification .budgie-panel button.launcher, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher, .budgie-panel toolbar button.launcher, toolbar .budgie-panel button.launcher, .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 8856.budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8857headerbar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher,
 8858.budgie-panel .context-menu > arrow.launcher,
 8859.budgie-panel menu > arrow.launcher, .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .budgie-panel button.launcher.image-button, .budgie-panel .ssd decoration button.launcher, .ssd decoration .budgie-panel button.launcher, .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel button.launcher.titlebutton,
 8860.budgie-panel .csd .titlebar button.launcher.titlebutton,
 8861.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 .osd toolbar button.launcher:backdrop, .osd toolbar .budgie-panel button.launcher:backdrop, .budgie-panel toolbar.osd button.launcher:backdrop, toolbar.osd .budgie-panel button.launcher:backdrop, .budgie-panel .app-notification button.launcher:backdrop, .app-notification .budgie-panel button.launcher:backdrop, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop, .budgie-panel toolbar button.launcher:backdrop, toolbar .budgie-panel button.launcher: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),
 8862.budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8863headerbar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop,
 8864.budgie-panel .context-menu > arrow.launcher:backdrop,
 8865.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 .ssd decoration button.launcher:backdrop, .ssd decoration .budgie-panel button.launcher:backdrop, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop,
 8866.budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 8867.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 {
 8868  min-width: 1.80451rem;
 8869  min-height: 1.80451rem;
 8870  padding: 0;
 8871  border: 2px solid transparent;
 8872  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));
 8873  background-size: 3.7594rem 3.7594rem, auto;
 8874  background-position: center center;
 8875  opacity: 0.5;
 8876  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
 8877  transition-property: opacity, border-color, background-color, background-image, box-shadow;
 8878  transition-duration: 0.2s; }
 8879  .budgie-panel button.flat.launcher:hover, .budgie-panel button.launcher.osd.image-button:hover, .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .budgie-panel button.launcher:hover, .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .budgie-panel button.launcher:hover, .budgie-panel .app-notification button.launcher:hover, .app-notification .budgie-panel button.launcher:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:hover, .budgie-panel toolbar button.launcher:hover, toolbar .budgie-panel button.launcher: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),
 8880  .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8881  headerbar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:hover,
 8882  .budgie-panel .context-menu > arrow.launcher:hover,
 8883  .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 .ssd decoration button.launcher:hover, .ssd decoration .budgie-panel button.launcher:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:hover,
 8884  .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 8885  .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 .osd toolbar button.launcher:backdrop:hover, .osd toolbar .budgie-panel button.launcher:backdrop:hover, .budgie-panel toolbar.osd button.launcher:backdrop:hover, toolbar.osd .budgie-panel button.launcher:backdrop:hover, .budgie-panel .app-notification button.launcher:backdrop:hover, .app-notification .budgie-panel button.launcher:backdrop:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:hover, .budgie-panel toolbar button.launcher:backdrop:hover, toolbar .budgie-panel button.launcher: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),
 8886  .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8887  headerbar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:hover,
 8888  .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 8889  .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 .ssd decoration button.launcher:backdrop:hover, .ssd decoration .budgie-panel button.launcher:backdrop:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8890  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 8891  .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 {
 8892    opacity: 0.75;
 8893    -gtk-icon-effect: highlight; }
 8894  .budgie-panel button.flat.launcher:active, .budgie-panel button.launcher.osd.image-button:active, .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .budgie-panel button.launcher:active, .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .budgie-panel button.launcher:active, .budgie-panel .app-notification button.launcher:active, .app-notification .budgie-panel button.launcher:active, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:active, .budgie-panel toolbar button.launcher:active, toolbar .budgie-panel button.launcher: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),
 8895  .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 8896  headerbar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:active,
 8897  .budgie-panel .context-menu > arrow.launcher:active,
 8898  .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 .ssd decoration button.launcher:active, .ssd decoration .budgie-panel button.launcher:active, .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .budgie-panel button.launcher.titlebutton:active,
 8899  .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 8900  .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 .osd toolbar button.launcher:backdrop:active, .osd toolbar .budgie-panel button.launcher:backdrop:active, .budgie-panel toolbar.osd button.launcher:backdrop:active, toolbar.osd .budgie-panel button.launcher:backdrop:active, .budgie-panel .app-notification button.launcher:backdrop:active, .app-notification .budgie-panel button.launcher:backdrop:active, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:active, .budgie-panel toolbar button.launcher:backdrop:active, toolbar .budgie-panel button.launcher: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),
 8901  .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8902  headerbar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:active,
 8903  .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 8904  .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 .ssd decoration button.launcher:backdrop:active, .ssd decoration .budgie-panel button.launcher:backdrop:active, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:active,
 8905  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 8906  .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 {
 8907    opacity: 1.0;
 8908    transition-duration: 0;
 8909    animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
 8910  .budgie-panel button.flat.launcher:checked, .budgie-panel button.launcher.osd.image-button:checked, .budgie-panel .osd toolbar button.launcher:checked, .osd toolbar .budgie-panel button.launcher:checked, .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .budgie-panel button.launcher:checked, .budgie-panel .app-notification button.launcher:checked, .app-notification .budgie-panel button.launcher:checked, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:checked, .budgie-panel toolbar button.launcher:checked, toolbar .budgie-panel button.launcher: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),
 8911  .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8912  headerbar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked,
 8913  .budgie-panel .context-menu > arrow.launcher:checked,
 8914  .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 .ssd decoration button.launcher:checked, .ssd decoration .budgie-panel button.launcher:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:checked,
 8915  .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 8916  .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 .osd toolbar button.launcher:backdrop:checked, .osd toolbar .budgie-panel button.launcher:backdrop:checked, .budgie-panel toolbar.osd button.launcher:backdrop:checked, toolbar.osd .budgie-panel button.launcher:backdrop:checked, .budgie-panel .app-notification button.launcher:backdrop:checked, .app-notification .budgie-panel button.launcher:backdrop:checked, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:checked, .budgie-panel toolbar button.launcher:backdrop:checked, toolbar .budgie-panel button.launcher: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),
 8917  .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8918  headerbar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked,
 8919  .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 8920  .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 .ssd decoration button.launcher:backdrop:checked, .ssd decoration .budgie-panel button.launcher:backdrop:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8921  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 8922  .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 {
 8923    opacity: 1.0;
 8924    background-color: transparent; }
 8925    .budgie-panel button.flat.launcher:checked:hover, .budgie-panel button.launcher.osd.image-button:checked:hover, .budgie-panel .osd toolbar button.launcher:checked:hover, .osd toolbar .budgie-panel button.launcher:checked:hover, .budgie-panel toolbar.osd button.launcher:checked:hover, toolbar.osd .budgie-panel button.launcher:checked:hover, .budgie-panel .app-notification button.launcher:checked:hover, .app-notification .budgie-panel button.launcher:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:checked:hover, .budgie-panel toolbar button.launcher:checked:hover, toolbar .budgie-panel button.launcher: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),
 8926    .budgie-panel headerbar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
 8927    headerbar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked:hover,
 8928    .budgie-panel .context-menu > arrow.launcher:checked:hover,
 8929    .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 .ssd decoration button.launcher:checked:hover, .ssd decoration .budgie-panel button.launcher:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:checked:hover,
 8930    .budgie-panel .csd .titlebar button.launcher.titlebutton:checked:hover,
 8931    .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 .osd toolbar button.launcher:backdrop:checked:hover, .osd toolbar .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel toolbar.osd button.launcher:backdrop:checked:hover, toolbar.osd .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel .app-notification button.launcher:backdrop:checked:hover, .app-notification .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel toolbar button.launcher:backdrop:checked:hover, toolbar .budgie-panel button.launcher: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),
 8932    .budgie-panel headerbar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
 8933    headerbar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked:hover,
 8934    .budgie-panel .context-menu > arrow.launcher:backdrop:checked:hover,
 8935    .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 .ssd decoration button.launcher:backdrop:checked:hover, .ssd decoration .budgie-panel button.launcher:backdrop:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover,
 8936    .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked:hover,
 8937    .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 {
 8938      -gtk-icon-effect: highlight; }
 8939.budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned button.launcher.osd.image-button, .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .app-notification button.launcher, .app-notification .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned toolbar button.launcher, toolbar .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
 8940.budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8941headerbar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher,
 8942.budgie-panel .unpinned .context-menu > arrow.launcher,
 8943.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 .ssd decoration button.launcher, .ssd decoration .budgie-panel .unpinned button.launcher, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton,
 8944.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 8945.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,
 8946.budgie-panel .unpinned button.flat.launcher:backdrop,
 8947.budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 8948.budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
 8949.osd toolbar .budgie-panel .unpinned button.launcher:backdrop,
 8950.budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
 8951toolbar.osd .budgie-panel .unpinned button.launcher:backdrop,
 8952.budgie-panel .unpinned .app-notification button.launcher:backdrop,
 8953.app-notification .budgie-panel .unpinned button.launcher:backdrop,
 8954.budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 8955GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:backdrop,
 8956.budgie-panel .unpinned toolbar button.launcher:backdrop,
 8957toolbar .budgie-panel .unpinned button.launcher:backdrop,
 8958.budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8959.titlebar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8960.budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8961headerbar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8962.budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 8963.budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 8964.budgie-panel .unpinned menu > arrow.launcher:backdrop,
 8965.budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 8966placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop,
 8967.budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
 8968.ssd decoration .budgie-panel .unpinned button.launcher:backdrop,
 8969.budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 8970.csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 8971.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 8972.csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 8973.budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 8974#gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop,
 8975.budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 8976window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop,
 8977.budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 8978layouttabbar .budgie-panel .unpinned button.launcher:backdrop,
 8979.budgie-panel .unpinned layouttab button.launcher:backdrop,
 8980layouttab .budgie-panel .unpinned button.launcher:backdrop,
 8981.budgie-panel .pinned button.flat.launcher.running,
 8982.budgie-panel .pinned button.launcher.running.osd.image-button,
 8983.budgie-panel .pinned .osd toolbar button.launcher.running,
 8984.osd toolbar .budgie-panel .pinned button.launcher.running,
 8985.budgie-panel .pinned toolbar.osd button.launcher.running,
 8986toolbar.osd .budgie-panel .pinned button.launcher.running,
 8987.budgie-panel .pinned .app-notification button.launcher.running,
 8988.app-notification .budgie-panel .pinned button.launcher.running,
 8989.budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
 8990GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running,
 8991.budgie-panel .pinned toolbar button.launcher.running,
 8992toolbar .budgie-panel .pinned button.launcher.running,
 8993.budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 8994.titlebar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 8995.budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 8996headerbar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 8997.budgie-panel .pinned .menu > arrow.launcher.running,
 8998.budgie-panel .pinned .context-menu > arrow.launcher.running,
 8999.budgie-panel .pinned menu > arrow.launcher.running,
 9000.budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 9001placessidebar row .budgie-panel .pinned button.launcher.running.image-button,
 9002.budgie-panel .pinned .ssd decoration button.launcher.running,
 9003.ssd decoration .budgie-panel .pinned button.launcher.running,
 9004.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 9005.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton,
 9006.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 9007.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton,
 9008.budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 9009#gf-candidate-popup .budgie-panel .pinned button.launcher.running,
 9010.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 9011window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running,
 9012.budgie-panel .pinned layouttabbar button.launcher.running,
 9013layouttabbar .budgie-panel .pinned button.launcher.running,
 9014.budgie-panel .pinned layouttab button.launcher.running,
 9015layouttab .budgie-panel .pinned button.launcher.running,
 9016.budgie-panel .pinned button.flat.launcher.running:backdrop,
 9017.budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 9018.budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
 9019.osd toolbar .budgie-panel .pinned button.launcher.running:backdrop,
 9020.budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
 9021toolbar.osd .budgie-panel .pinned button.launcher.running:backdrop,
 9022.budgie-panel .pinned .app-notification button.launcher.running:backdrop,
 9023.app-notification .budgie-panel .pinned button.launcher.running:backdrop,
 9024.budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
 9025GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:backdrop,
 9026.budgie-panel .pinned toolbar button.launcher.running:backdrop,
 9027toolbar .budgie-panel .pinned button.launcher.running:backdrop,
 9028.budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9029.titlebar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9030.budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9031headerbar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9032.budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 9033.budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 9034.budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 9035.budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 9036placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 9037.budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
 9038.ssd decoration .budgie-panel .pinned button.launcher.running:backdrop,
 9039.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 9040.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9041.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 9042.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9043.budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 9044#gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop,
 9045.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 9046window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop,
 9047.budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 9048layouttabbar .budgie-panel .pinned button.launcher.running:backdrop,
 9049.budgie-panel .pinned layouttab button.launcher.running:backdrop,
 9050layouttab .budgie-panel .pinned button.launcher.running:backdrop {
 9051  opacity: 1.0; }
 9052  .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned button.launcher.osd.image-button:hover, .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .budgie-panel .unpinned button.launcher: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),
 9053  .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9054  headerbar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:hover,
 9055  .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
 9056  .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 .ssd decoration button.launcher:hover, .ssd decoration .budgie-panel .unpinned button.launcher:hover, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:hover,
 9057  .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
 9058  .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,
 9059  .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
 9060  .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
 9061  .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
 9062  .osd toolbar .budgie-panel .unpinned button.launcher:backdrop:hover,
 9063  .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
 9064  toolbar.osd .budgie-panel .unpinned button.launcher:backdrop:hover,
 9065  .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
 9066  .app-notification .budgie-panel .unpinned button.launcher:backdrop:hover,
 9067  .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
 9068  GeditViewFrame .gedit-search-slider .budgie-panel .unpinned button.launcher:backdrop:hover,
 9069  .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
 9070  toolbar .budgie-panel .unpinned button.launcher:backdrop:hover,
 9071  .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9072  .titlebar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9073  .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9074  headerbar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9075  .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
 9076  .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
 9077  .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
 9078  .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
 9079  placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
 9080  .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
 9081  .ssd decoration .budgie-panel .unpinned button.launcher:backdrop:hover,
 9082  .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9083  .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9084  .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9085  .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9086  .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
 9087  #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop:hover,
 9088  .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9089  window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop:hover,
 9090  .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
 9091  layouttabbar .budgie-panel .unpinned button.launcher:backdrop:hover,
 9092  .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
 9093  layouttab .budgie-panel .unpinned button.launcher:backdrop:hover,
 9094  .budgie-panel .pinned button.flat.launcher.running:hover,
 9095  .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
 9096  .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
 9097  .osd toolbar .budgie-panel .pinned button.launcher.running:hover,
 9098  .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
 9099  toolbar.osd .budgie-panel .pinned button.launcher.running:hover,
 9100  .budgie-panel .pinned .app-notification button.launcher.running:hover,
 9101  .app-notification .budgie-panel .pinned button.launcher.running:hover,
 9102  .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
 9103  GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:hover,
 9104  .budgie-panel .pinned toolbar button.launcher.running:hover,
 9105  toolbar .budgie-panel .pinned button.launcher.running:hover,
 9106  .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9107  .titlebar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9108  .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9109  headerbar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9110  .budgie-panel .pinned .menu > arrow.launcher.running:hover,
 9111  .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
 9112  .budgie-panel .pinned menu > arrow.launcher.running:hover,
 9113  .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
 9114  placessidebar row .budgie-panel .pinned button.launcher.running.image-button:hover,
 9115  .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
 9116  .ssd decoration .budgie-panel .pinned button.launcher.running:hover,
 9117  .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
 9118  .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9119  .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
 9120  .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9121  .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
 9122  #gf-candidate-popup .budgie-panel .pinned button.launcher.running:hover,
 9123  .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
 9124  window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:hover,
 9125  .budgie-panel .pinned layouttabbar button.launcher.running:hover,
 9126  layouttabbar .budgie-panel .pinned button.launcher.running:hover,
 9127  .budgie-panel .pinned layouttab button.launcher.running:hover,
 9128  layouttab .budgie-panel .pinned button.launcher.running:hover,
 9129  .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
 9130  .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
 9131  .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
 9132  .osd toolbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9133  .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
 9134  toolbar.osd .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9135  .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
 9136  .app-notification .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9137  .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
 9138  GeditViewFrame .gedit-search-slider .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9139  .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
 9140  toolbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9141  .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9142  .titlebar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9143  .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9144  headerbar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9145  .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
 9146  .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
 9147  .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
 9148  .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
 9149  placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
 9150  .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
 9151  .ssd decoration .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9152  .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
 9153  .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9154  .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
 9155  .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9156  .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
 9157  #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9158  .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
 9159  window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9160  .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
 9161  layouttabbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9162  .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
 9163  layouttab .budgie-panel .pinned button.launcher.running:backdrop:hover {
 9164    -gtk-icon-effect: highlight; }
 9165
 9166.top .budgie-panel #tasklist-button button,
 9167.top .budgie-panel #tasklist-button button:backdrop {
 9168  border: 2px solid transparent; }
 9169  .top .budgie-panel #tasklist-button button:hover,
 9170  .top .budgie-panel #tasklist-button button:backdrop:hover {
 9171    border-top: 2px solid alpha(#ECEFF1, 0.4); }
 9172  .top .budgie-panel #tasklist-button button:active, .top .budgie-panel #tasklist-button button:checked,
 9173  .top .budgie-panel #tasklist-button button:backdrop:active,
 9174  .top .budgie-panel #tasklist-button button:backdrop:checked {
 9175    border-top: 2px solid #C5A68E; }
 9176.top .budgie-panel button.flat.launcher, .top .budgie-panel button.launcher.osd.image-button, .top .budgie-panel .osd toolbar button.launcher, .osd toolbar .top .budgie-panel button.launcher, .top .budgie-panel toolbar.osd button.launcher, toolbar.osd .top .budgie-panel button.launcher, .top .budgie-panel .app-notification button.launcher, .app-notification .top .budgie-panel button.launcher, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher, .top .budgie-panel toolbar button.launcher, toolbar .top .budgie-panel button.launcher, .top .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9177.top .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9178headerbar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher,
 9179.top .budgie-panel .context-menu > arrow.launcher,
 9180.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 .ssd decoration button.launcher, .ssd decoration .top .budgie-panel button.launcher, .top .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel button.launcher.titlebutton,
 9181.top .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9182.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,
 9183.top .budgie-panel button.flat.launcher:backdrop,
 9184.top .budgie-panel button.launcher.osd.image-button:backdrop,
 9185.top .budgie-panel .osd toolbar button.launcher:backdrop,
 9186.osd toolbar .top .budgie-panel button.launcher:backdrop,
 9187.top .budgie-panel toolbar.osd button.launcher:backdrop,
 9188toolbar.osd .top .budgie-panel button.launcher:backdrop,
 9189.top .budgie-panel .app-notification button.launcher:backdrop,
 9190.app-notification .top .budgie-panel button.launcher:backdrop,
 9191.top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 9192GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop,
 9193.top .budgie-panel toolbar button.launcher:backdrop,
 9194toolbar .top .budgie-panel button.launcher:backdrop,
 9195.top .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9196.titlebar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9197.top .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9198headerbar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9199.top .budgie-panel .menu > arrow.launcher:backdrop,
 9200.top .budgie-panel .context-menu > arrow.launcher:backdrop,
 9201.top .budgie-panel menu > arrow.launcher:backdrop,
 9202.top .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9203placessidebar row .top .budgie-panel button.launcher.image-button:backdrop,
 9204.top .budgie-panel .ssd decoration button.launcher:backdrop,
 9205.ssd decoration .top .budgie-panel button.launcher:backdrop,
 9206.top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9207.csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop,
 9208.top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9209.csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop,
 9210.top .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9211#gf-candidate-popup .top .budgie-panel button.launcher:backdrop,
 9212.top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9213window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop,
 9214.top .budgie-panel layouttabbar button.launcher:backdrop,
 9215layouttabbar .top .budgie-panel button.launcher:backdrop,
 9216.top .budgie-panel layouttab button.launcher:backdrop,
 9217layouttab .top .budgie-panel button.launcher:backdrop {
 9218  border: 2px solid transparent; }
 9219  .top .budgie-panel button.flat.launcher:hover, .top .budgie-panel button.launcher.osd.image-button:hover, .top .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .top .budgie-panel button.launcher:hover, .top .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .top .budgie-panel button.launcher:hover, .top .budgie-panel .app-notification button.launcher:hover, .app-notification .top .budgie-panel button.launcher:hover, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:hover, .top .budgie-panel toolbar button.launcher:hover, toolbar .top .budgie-panel button.launcher: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),
 9220  .top .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9221  headerbar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:hover,
 9222  .top .budgie-panel .context-menu > arrow.launcher:hover,
 9223  .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 .ssd decoration button.launcher:hover, .ssd decoration .top .budgie-panel button.launcher:hover, .top .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:hover,
 9224  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9225  .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,
 9226  .top .budgie-panel button.flat.launcher:backdrop:hover,
 9227  .top .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9228  .top .budgie-panel .osd toolbar button.launcher:backdrop:hover,
 9229  .osd toolbar .top .budgie-panel button.launcher:backdrop:hover,
 9230  .top .budgie-panel toolbar.osd button.launcher:backdrop:hover,
 9231  toolbar.osd .top .budgie-panel button.launcher:backdrop:hover,
 9232  .top .budgie-panel .app-notification button.launcher:backdrop:hover,
 9233  .app-notification .top .budgie-panel button.launcher:backdrop:hover,
 9234  .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
 9235  GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:hover,
 9236  .top .budgie-panel toolbar button.launcher:backdrop:hover,
 9237  toolbar .top .budgie-panel button.launcher:backdrop:hover,
 9238  .top .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9239  .titlebar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9240  .top .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9241  headerbar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9242  .top .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9243  .top .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9244  .top .budgie-panel menu > arrow.launcher:backdrop:hover,
 9245  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9246  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:hover,
 9247  .top .budgie-panel .ssd decoration button.launcher:backdrop:hover,
 9248  .ssd decoration .top .budgie-panel button.launcher:backdrop:hover,
 9249  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9250  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9251  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9252  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9253  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9254  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:hover,
 9255  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9256  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:hover,
 9257  .top .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9258  layouttabbar .top .budgie-panel button.launcher:backdrop:hover,
 9259  .top .budgie-panel layouttab button.launcher:backdrop:hover,
 9260  layouttab .top .budgie-panel button.launcher:backdrop:hover {
 9261    border-top: 2px solid alpha(#ECEFF1, 0.4); }
 9262  .top .budgie-panel button.flat.launcher:active, .top .budgie-panel button.launcher.osd.image-button:active, .top .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .top .budgie-panel button.launcher:active, .top .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .top .budgie-panel button.launcher:active, .top .budgie-panel .app-notification button.launcher:active, .app-notification .top .budgie-panel button.launcher:active, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:active, .top .budgie-panel toolbar button.launcher:active, toolbar .top .budgie-panel button.launcher: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),
 9263  .top .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9264  headerbar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:active,
 9265  .top .budgie-panel .context-menu > arrow.launcher:active,
 9266  .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 .ssd decoration button.launcher:active, .ssd decoration .top .budgie-panel button.launcher:active, .top .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:active,
 9267  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9268  .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 .osd toolbar button.launcher:checked, .osd toolbar .top .budgie-panel button.launcher:checked, .top .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .top .budgie-panel button.launcher:checked, .top .budgie-panel .app-notification button.launcher:checked, .app-notification .top .budgie-panel button.launcher:checked, .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:checked, .top .budgie-panel toolbar button.launcher:checked, toolbar .top .budgie-panel button.launcher: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),
 9269  .top .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9270  headerbar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:checked,
 9271  .top .budgie-panel .context-menu > arrow.launcher:checked,
 9272  .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 .ssd decoration button.launcher:checked, .ssd decoration .top .budgie-panel button.launcher:checked, .top .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:checked,
 9273  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9274  .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,
 9275  .top .budgie-panel button.flat.launcher:backdrop:active,
 9276  .top .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9277  .top .budgie-panel .osd toolbar button.launcher:backdrop:active,
 9278  .osd toolbar .top .budgie-panel button.launcher:backdrop:active,
 9279  .top .budgie-panel toolbar.osd button.launcher:backdrop:active,
 9280  toolbar.osd .top .budgie-panel button.launcher:backdrop:active,
 9281  .top .budgie-panel .app-notification button.launcher:backdrop:active,
 9282  .app-notification .top .budgie-panel button.launcher:backdrop:active,
 9283  .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
 9284  GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:active,
 9285  .top .budgie-panel toolbar button.launcher:backdrop:active,
 9286  toolbar .top .budgie-panel button.launcher:backdrop:active,
 9287  .top .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9288  .titlebar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9289  .top .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9290  headerbar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9291  .top .budgie-panel .menu > arrow.launcher:backdrop:active,
 9292  .top .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9293  .top .budgie-panel menu > arrow.launcher:backdrop:active,
 9294  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9295  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:active,
 9296  .top .budgie-panel .ssd decoration button.launcher:backdrop:active,
 9297  .ssd decoration .top .budgie-panel button.launcher:backdrop:active,
 9298  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9299  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
 9300  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9301  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
 9302  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9303  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:active,
 9304  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9305  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:active,
 9306  .top .budgie-panel layouttabbar button.launcher:backdrop:active,
 9307  layouttabbar .top .budgie-panel button.launcher:backdrop:active,
 9308  .top .budgie-panel layouttab button.launcher:backdrop:active,
 9309  layouttab .top .budgie-panel button.launcher:backdrop:active,
 9310  .top .budgie-panel button.flat.launcher:backdrop:checked,
 9311  .top .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9312  .top .budgie-panel .osd toolbar button.launcher:backdrop:checked,
 9313  .osd toolbar .top .budgie-panel button.launcher:backdrop:checked,
 9314  .top .budgie-panel toolbar.osd button.launcher:backdrop:checked,
 9315  toolbar.osd .top .budgie-panel button.launcher:backdrop:checked,
 9316  .top .budgie-panel .app-notification button.launcher:backdrop:checked,
 9317  .app-notification .top .budgie-panel button.launcher:backdrop:checked,
 9318  .top .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
 9319  GeditViewFrame .gedit-search-slider .top .budgie-panel button.launcher:backdrop:checked,
 9320  .top .budgie-panel toolbar button.launcher:backdrop:checked,
 9321  toolbar .top .budgie-panel button.launcher:backdrop:checked,
 9322  .top .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9323  .titlebar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9324  .top .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9325  headerbar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9326  .top .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9327  .top .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9328  .top .budgie-panel menu > arrow.launcher:backdrop:checked,
 9329  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9330  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:checked,
 9331  .top .budgie-panel .ssd decoration button.launcher:backdrop:checked,
 9332  .ssd decoration .top .budgie-panel button.launcher:backdrop:checked,
 9333  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9334  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9335  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9336  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9337  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9338  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:checked,
 9339  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9340  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:checked,
 9341  .top .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9342  layouttabbar .top .budgie-panel button.launcher:backdrop:checked,
 9343  .top .budgie-panel layouttab button.launcher:backdrop:checked,
 9344  layouttab .top .budgie-panel button.launcher:backdrop:checked {
 9345    border-top: 2px solid #C5A68E; }
 9346
 9347.bottom .budgie-panel #tasklist-button button,
 9348.bottom .budgie-panel #tasklist-button button:backdrop {
 9349  border: 2px solid transparent; }
 9350  .bottom .budgie-panel #tasklist-button button:hover,
 9351  .bottom .budgie-panel #tasklist-button button:backdrop:hover {
 9352    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
 9353  .bottom .budgie-panel #tasklist-button button:active, .bottom .budgie-panel #tasklist-button button:checked,
 9354  .bottom .budgie-panel #tasklist-button button:backdrop:active,
 9355  .bottom .budgie-panel #tasklist-button button:backdrop:checked {
 9356    border-bottom: 2px solid #C5A68E; }
 9357.bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel button.launcher.osd.image-button, .bottom .budgie-panel .osd toolbar button.launcher, .osd toolbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel toolbar.osd button.launcher, toolbar.osd .bottom .budgie-panel button.launcher, .bottom .budgie-panel .app-notification button.launcher, .app-notification .bottom .budgie-panel button.launcher, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher, .bottom .budgie-panel toolbar button.launcher, toolbar .bottom .budgie-panel button.launcher, .bottom .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9358.bottom .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9359headerbar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher,
 9360.bottom .budgie-panel .context-menu > arrow.launcher,
 9361.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 .ssd decoration button.launcher, .ssd decoration .bottom .budgie-panel button.launcher, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton,
 9362.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9363.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,
 9364.bottom .budgie-panel button.flat.launcher:backdrop,
 9365.bottom .budgie-panel button.launcher.osd.image-button:backdrop,
 9366.bottom .budgie-panel .osd toolbar button.launcher:backdrop,
 9367.osd toolbar .bottom .budgie-panel button.launcher:backdrop,
 9368.bottom .budgie-panel toolbar.osd button.launcher:backdrop,
 9369toolbar.osd .bottom .budgie-panel button.launcher:backdrop,
 9370.bottom .budgie-panel .app-notification button.launcher:backdrop,
 9371.app-notification .bottom .budgie-panel button.launcher:backdrop,
 9372.bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 9373GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop,
 9374.bottom .budgie-panel toolbar button.launcher:backdrop,
 9375toolbar .bottom .budgie-panel button.launcher:backdrop,
 9376.bottom .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9377.titlebar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9378.bottom .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9379headerbar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9380.bottom .budgie-panel .menu > arrow.launcher:backdrop,
 9381.bottom .budgie-panel .context-menu > arrow.launcher:backdrop,
 9382.bottom .budgie-panel menu > arrow.launcher:backdrop,
 9383.bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9384placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop,
 9385.bottom .budgie-panel .ssd decoration button.launcher:backdrop,
 9386.ssd decoration .bottom .budgie-panel button.launcher:backdrop,
 9387.bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9388.csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
 9389.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9390.csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
 9391.bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9392#gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop,
 9393.bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9394window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop,
 9395.bottom .budgie-panel layouttabbar button.launcher:backdrop,
 9396layouttabbar .bottom .budgie-panel button.launcher:backdrop,
 9397.bottom .budgie-panel layouttab button.launcher:backdrop,
 9398layouttab .bottom .budgie-panel button.launcher:backdrop {
 9399  border: 2px solid transparent; }
 9400  .bottom .budgie-panel button.flat.launcher:hover, .bottom .budgie-panel button.launcher.osd.image-button:hover, .bottom .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel .app-notification button.launcher:hover, .app-notification .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel toolbar button.launcher:hover, toolbar .bottom .budgie-panel button.launcher: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),
 9401  .bottom .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9402  headerbar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:hover,
 9403  .bottom .budgie-panel .context-menu > arrow.launcher:hover,
 9404  .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 .ssd decoration button.launcher:hover, .ssd decoration .bottom .budgie-panel button.launcher:hover, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:hover,
 9405  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9406  .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,
 9407  .bottom .budgie-panel button.flat.launcher:backdrop:hover,
 9408  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9409  .bottom .budgie-panel .osd toolbar button.launcher:backdrop:hover,
 9410  .osd toolbar .bottom .budgie-panel button.launcher:backdrop:hover,
 9411  .bottom .budgie-panel toolbar.osd button.launcher:backdrop:hover,
 9412  toolbar.osd .bottom .budgie-panel button.launcher:backdrop:hover,
 9413  .bottom .budgie-panel .app-notification button.launcher:backdrop:hover,
 9414  .app-notification .bottom .budgie-panel button.launcher:backdrop:hover,
 9415  .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
 9416  GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:hover,
 9417  .bottom .budgie-panel toolbar button.launcher:backdrop:hover,
 9418  toolbar .bottom .budgie-panel button.launcher:backdrop:hover,
 9419  .bottom .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9420  .titlebar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9421  .bottom .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9422  headerbar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9423  .bottom .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9424  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9425  .bottom .budgie-panel menu > arrow.launcher:backdrop:hover,
 9426  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9427  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:hover,
 9428  .bottom .budgie-panel .ssd decoration button.launcher:backdrop:hover,
 9429  .ssd decoration .bottom .budgie-panel button.launcher:backdrop:hover,
 9430  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9431  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9432  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9433  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9434  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9435  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:hover,
 9436  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9437  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:hover,
 9438  .bottom .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9439  layouttabbar .bottom .budgie-panel button.launcher:backdrop:hover,
 9440  .bottom .budgie-panel layouttab button.launcher:backdrop:hover,
 9441  layouttab .bottom .budgie-panel button.launcher:backdrop:hover {
 9442    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
 9443  .bottom .budgie-panel button.flat.launcher:active, .bottom .budgie-panel button.launcher.osd.image-button:active, .bottom .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel .app-notification button.launcher:active, .app-notification .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel toolbar button.launcher:active, toolbar .bottom .budgie-panel button.launcher: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),
 9444  .bottom .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9445  headerbar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:active,
 9446  .bottom .budgie-panel .context-menu > arrow.launcher:active,
 9447  .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 .ssd decoration button.launcher:active, .ssd decoration .bottom .budgie-panel button.launcher:active, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:active,
 9448  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9449  .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 .osd toolbar button.launcher:checked, .osd toolbar .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel .app-notification button.launcher:checked, .app-notification .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel toolbar button.launcher:checked, toolbar .bottom .budgie-panel button.launcher: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),
 9450  .bottom .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9451  headerbar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:checked,
 9452  .bottom .budgie-panel .context-menu > arrow.launcher:checked,
 9453  .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 .ssd decoration button.launcher:checked, .ssd decoration .bottom .budgie-panel button.launcher:checked, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:checked,
 9454  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9455  .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,
 9456  .bottom .budgie-panel button.flat.launcher:backdrop:active,
 9457  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9458  .bottom .budgie-panel .osd toolbar button.launcher:backdrop:active,
 9459  .osd toolbar .bottom .budgie-panel button.launcher:backdrop:active,
 9460  .bottom .budgie-panel toolbar.osd button.launcher:backdrop:active,
 9461  toolbar.osd .bottom .budgie-panel button.launcher:backdrop:active,
 9462  .bottom .budgie-panel .app-notification button.launcher:backdrop:active,
 9463  .app-notification .bottom .budgie-panel button.launcher:backdrop:active,
 9464  .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
 9465  GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:active,
 9466  .bottom .budgie-panel toolbar button.launcher:backdrop:active,
 9467  toolbar .bottom .budgie-panel button.launcher:backdrop:active,
 9468  .bottom .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9469  .titlebar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9470  .bottom .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9471  headerbar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9472  .bottom .budgie-panel .menu > arrow.launcher:backdrop:active,
 9473  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9474  .bottom .budgie-panel menu > arrow.launcher:backdrop:active,
 9475  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9476  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:active,
 9477  .bottom .budgie-panel .ssd decoration button.launcher:backdrop:active,
 9478  .ssd decoration .bottom .budgie-panel button.launcher:backdrop:active,
 9479  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9480  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
 9481  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9482  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
 9483  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9484  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:active,
 9485  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9486  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:active,
 9487  .bottom .budgie-panel layouttabbar button.launcher:backdrop:active,
 9488  layouttabbar .bottom .budgie-panel button.launcher:backdrop:active,
 9489  .bottom .budgie-panel layouttab button.launcher:backdrop:active,
 9490  layouttab .bottom .budgie-panel button.launcher:backdrop:active,
 9491  .bottom .budgie-panel button.flat.launcher:backdrop:checked,
 9492  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9493  .bottom .budgie-panel .osd toolbar button.launcher:backdrop:checked,
 9494  .osd toolbar .bottom .budgie-panel button.launcher:backdrop:checked,
 9495  .bottom .budgie-panel toolbar.osd button.launcher:backdrop:checked,
 9496  toolbar.osd .bottom .budgie-panel button.launcher:backdrop:checked,
 9497  .bottom .budgie-panel .app-notification button.launcher:backdrop:checked,
 9498  .app-notification .bottom .budgie-panel button.launcher:backdrop:checked,
 9499  .bottom .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
 9500  GeditViewFrame .gedit-search-slider .bottom .budgie-panel button.launcher:backdrop:checked,
 9501  .bottom .budgie-panel toolbar button.launcher:backdrop:checked,
 9502  toolbar .bottom .budgie-panel button.launcher:backdrop:checked,
 9503  .bottom .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9504  .titlebar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9505  .bottom .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9506  headerbar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9507  .bottom .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9508  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9509  .bottom .budgie-panel menu > arrow.launcher:backdrop:checked,
 9510  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9511  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:checked,
 9512  .bottom .budgie-panel .ssd decoration button.launcher:backdrop:checked,
 9513  .ssd decoration .bottom .budgie-panel button.launcher:backdrop:checked,
 9514  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9515  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9516  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9517  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9518  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9519  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:checked,
 9520  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9521  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:checked,
 9522  .bottom .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9523  layouttabbar .bottom .budgie-panel button.launcher:backdrop:checked,
 9524  .bottom .budgie-panel layouttab button.launcher:backdrop:checked,
 9525  layouttab .bottom .budgie-panel button.launcher:backdrop:checked {
 9526    border-bottom: 2px solid #C5A68E; }
 9527
 9528.left .budgie-panel #tasklist-button button,
 9529.left .budgie-panel #tasklist-button button:backdrop {
 9530  border: 2px solid transparent; }
 9531  .left .budgie-panel #tasklist-button button:hover,
 9532  .left .budgie-panel #tasklist-button button:backdrop:hover {
 9533    border-left: 2px solid alpha(#ECEFF1, 0.4); }
 9534  .left .budgie-panel #tasklist-button button:active, .left .budgie-panel #tasklist-button button:checked,
 9535  .left .budgie-panel #tasklist-button button:backdrop:active,
 9536  .left .budgie-panel #tasklist-button button:backdrop:checked {
 9537    border-left: 2px solid #C5A68E; }
 9538.left .budgie-panel button.flat.launcher, .left .budgie-panel button.launcher.osd.image-button, .left .budgie-panel .osd toolbar button.launcher, .osd toolbar .left .budgie-panel button.launcher, .left .budgie-panel toolbar.osd button.launcher, toolbar.osd .left .budgie-panel button.launcher, .left .budgie-panel .app-notification button.launcher, .app-notification .left .budgie-panel button.launcher, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher, .left .budgie-panel toolbar button.launcher, toolbar .left .budgie-panel button.launcher, .left .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9539.left .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9540headerbar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher,
 9541.left .budgie-panel .context-menu > arrow.launcher,
 9542.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 .ssd decoration button.launcher, .ssd decoration .left .budgie-panel button.launcher, .left .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel button.launcher.titlebutton,
 9543.left .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9544.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,
 9545.left .budgie-panel button.flat.launcher:backdrop,
 9546.left .budgie-panel button.launcher.osd.image-button:backdrop,
 9547.left .budgie-panel .osd toolbar button.launcher:backdrop,
 9548.osd toolbar .left .budgie-panel button.launcher:backdrop,
 9549.left .budgie-panel toolbar.osd button.launcher:backdrop,
 9550toolbar.osd .left .budgie-panel button.launcher:backdrop,
 9551.left .budgie-panel .app-notification button.launcher:backdrop,
 9552.app-notification .left .budgie-panel button.launcher:backdrop,
 9553.left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 9554GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop,
 9555.left .budgie-panel toolbar button.launcher:backdrop,
 9556toolbar .left .budgie-panel button.launcher:backdrop,
 9557.left .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9558.titlebar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9559.left .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9560headerbar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9561.left .budgie-panel .menu > arrow.launcher:backdrop,
 9562.left .budgie-panel .context-menu > arrow.launcher:backdrop,
 9563.left .budgie-panel menu > arrow.launcher:backdrop,
 9564.left .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9565placessidebar row .left .budgie-panel button.launcher.image-button:backdrop,
 9566.left .budgie-panel .ssd decoration button.launcher:backdrop,
 9567.ssd decoration .left .budgie-panel button.launcher:backdrop,
 9568.left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9569.csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop,
 9570.left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9571.csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop,
 9572.left .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9573#gf-candidate-popup .left .budgie-panel button.launcher:backdrop,
 9574.left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9575window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop,
 9576.left .budgie-panel layouttabbar button.launcher:backdrop,
 9577layouttabbar .left .budgie-panel button.launcher:backdrop,
 9578.left .budgie-panel layouttab button.launcher:backdrop,
 9579layouttab .left .budgie-panel button.launcher:backdrop {
 9580  border: 2px solid transparent; }
 9581  .left .budgie-panel button.flat.launcher:hover, .left .budgie-panel button.launcher.osd.image-button:hover, .left .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .left .budgie-panel button.launcher:hover, .left .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .left .budgie-panel button.launcher:hover, .left .budgie-panel .app-notification button.launcher:hover, .app-notification .left .budgie-panel button.launcher:hover, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:hover, .left .budgie-panel toolbar button.launcher:hover, toolbar .left .budgie-panel button.launcher: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),
 9582  .left .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9583  headerbar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:hover,
 9584  .left .budgie-panel .context-menu > arrow.launcher:hover,
 9585  .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 .ssd decoration button.launcher:hover, .ssd decoration .left .budgie-panel button.launcher:hover, .left .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:hover,
 9586  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9587  .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,
 9588  .left .budgie-panel button.flat.launcher:backdrop:hover,
 9589  .left .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9590  .left .budgie-panel .osd toolbar button.launcher:backdrop:hover,
 9591  .osd toolbar .left .budgie-panel button.launcher:backdrop:hover,
 9592  .left .budgie-panel toolbar.osd button.launcher:backdrop:hover,
 9593  toolbar.osd .left .budgie-panel button.launcher:backdrop:hover,
 9594  .left .budgie-panel .app-notification button.launcher:backdrop:hover,
 9595  .app-notification .left .budgie-panel button.launcher:backdrop:hover,
 9596  .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
 9597  GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:hover,
 9598  .left .budgie-panel toolbar button.launcher:backdrop:hover,
 9599  toolbar .left .budgie-panel button.launcher:backdrop:hover,
 9600  .left .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9601  .titlebar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9602  .left .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9603  headerbar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9604  .left .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9605  .left .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9606  .left .budgie-panel menu > arrow.launcher:backdrop:hover,
 9607  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9608  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:hover,
 9609  .left .budgie-panel .ssd decoration button.launcher:backdrop:hover,
 9610  .ssd decoration .left .budgie-panel button.launcher:backdrop:hover,
 9611  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9612  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9613  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9614  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9615  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9616  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:hover,
 9617  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9618  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:hover,
 9619  .left .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9620  layouttabbar .left .budgie-panel button.launcher:backdrop:hover,
 9621  .left .budgie-panel layouttab button.launcher:backdrop:hover,
 9622  layouttab .left .budgie-panel button.launcher:backdrop:hover {
 9623    border-left: 2px solid alpha(#ECEFF1, 0.4); }
 9624  .left .budgie-panel button.flat.launcher:active, .left .budgie-panel button.launcher.osd.image-button:active, .left .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .left .budgie-panel button.launcher:active, .left .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .left .budgie-panel button.launcher:active, .left .budgie-panel .app-notification button.launcher:active, .app-notification .left .budgie-panel button.launcher:active, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:active, .left .budgie-panel toolbar button.launcher:active, toolbar .left .budgie-panel button.launcher: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),
 9625  .left .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9626  headerbar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:active,
 9627  .left .budgie-panel .context-menu > arrow.launcher:active,
 9628  .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 .ssd decoration button.launcher:active, .ssd decoration .left .budgie-panel button.launcher:active, .left .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:active,
 9629  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9630  .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 .osd toolbar button.launcher:checked, .osd toolbar .left .budgie-panel button.launcher:checked, .left .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .left .budgie-panel button.launcher:checked, .left .budgie-panel .app-notification button.launcher:checked, .app-notification .left .budgie-panel button.launcher:checked, .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:checked, .left .budgie-panel toolbar button.launcher:checked, toolbar .left .budgie-panel button.launcher: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),
 9631  .left .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9632  headerbar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:checked,
 9633  .left .budgie-panel .context-menu > arrow.launcher:checked,
 9634  .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 .ssd decoration button.launcher:checked, .ssd decoration .left .budgie-panel button.launcher:checked, .left .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:checked,
 9635  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9636  .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,
 9637  .left .budgie-panel button.flat.launcher:backdrop:active,
 9638  .left .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9639  .left .budgie-panel .osd toolbar button.launcher:backdrop:active,
 9640  .osd toolbar .left .budgie-panel button.launcher:backdrop:active,
 9641  .left .budgie-panel toolbar.osd button.launcher:backdrop:active,
 9642  toolbar.osd .left .budgie-panel button.launcher:backdrop:active,
 9643  .left .budgie-panel .app-notification button.launcher:backdrop:active,
 9644  .app-notification .left .budgie-panel button.launcher:backdrop:active,
 9645  .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
 9646  GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:active,
 9647  .left .budgie-panel toolbar button.launcher:backdrop:active,
 9648  toolbar .left .budgie-panel button.launcher:backdrop:active,
 9649  .left .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9650  .titlebar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9651  .left .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9652  headerbar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9653  .left .budgie-panel .menu > arrow.launcher:backdrop:active,
 9654  .left .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9655  .left .budgie-panel menu > arrow.launcher:backdrop:active,
 9656  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9657  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:active,
 9658  .left .budgie-panel .ssd decoration button.launcher:backdrop:active,
 9659  .ssd decoration .left .budgie-panel button.launcher:backdrop:active,
 9660  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9661  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
 9662  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9663  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
 9664  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9665  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:active,
 9666  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9667  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:active,
 9668  .left .budgie-panel layouttabbar button.launcher:backdrop:active,
 9669  layouttabbar .left .budgie-panel button.launcher:backdrop:active,
 9670  .left .budgie-panel layouttab button.launcher:backdrop:active,
 9671  layouttab .left .budgie-panel button.launcher:backdrop:active,
 9672  .left .budgie-panel button.flat.launcher:backdrop:checked,
 9673  .left .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9674  .left .budgie-panel .osd toolbar button.launcher:backdrop:checked,
 9675  .osd toolbar .left .budgie-panel button.launcher:backdrop:checked,
 9676  .left .budgie-panel toolbar.osd button.launcher:backdrop:checked,
 9677  toolbar.osd .left .budgie-panel button.launcher:backdrop:checked,
 9678  .left .budgie-panel .app-notification button.launcher:backdrop:checked,
 9679  .app-notification .left .budgie-panel button.launcher:backdrop:checked,
 9680  .left .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
 9681  GeditViewFrame .gedit-search-slider .left .budgie-panel button.launcher:backdrop:checked,
 9682  .left .budgie-panel toolbar button.launcher:backdrop:checked,
 9683  toolbar .left .budgie-panel button.launcher:backdrop:checked,
 9684  .left .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9685  .titlebar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9686  .left .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9687  headerbar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9688  .left .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9689  .left .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9690  .left .budgie-panel menu > arrow.launcher:backdrop:checked,
 9691  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9692  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:checked,
 9693  .left .budgie-panel .ssd decoration button.launcher:backdrop:checked,
 9694  .ssd decoration .left .budgie-panel button.launcher:backdrop:checked,
 9695  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9696  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9697  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9698  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9699  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9700  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:checked,
 9701  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9702  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:checked,
 9703  .left .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9704  layouttabbar .left .budgie-panel button.launcher:backdrop:checked,
 9705  .left .budgie-panel layouttab button.launcher:backdrop:checked,
 9706  layouttab .left .budgie-panel button.launcher:backdrop:checked {
 9707    border-left: 2px solid #C5A68E; }
 9708
 9709.right .budgie-panel #tasklist-button button,
 9710.right .budgie-panel #tasklist-button button:backdrop {
 9711  border: 2px solid transparent; }
 9712  .right .budgie-panel #tasklist-button button:hover,
 9713  .right .budgie-panel #tasklist-button button:backdrop:hover {
 9714    border-right: 2px solid alpha(#ECEFF1, 0.4); }
 9715  .right .budgie-panel #tasklist-button button:active, .right .budgie-panel #tasklist-button button:checked,
 9716  .right .budgie-panel #tasklist-button button:backdrop:active,
 9717  .right .budgie-panel #tasklist-button button:backdrop:checked {
 9718    border-right: 2px solid #C5A68E; }
 9719.right .budgie-panel button.flat.launcher, .right .budgie-panel button.launcher.osd.image-button, .right .budgie-panel .osd toolbar button.launcher, .osd toolbar .right .budgie-panel button.launcher, .right .budgie-panel toolbar.osd button.launcher, toolbar.osd .right .budgie-panel button.launcher, .right .budgie-panel .app-notification button.launcher, .app-notification .right .budgie-panel button.launcher, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher, .right .budgie-panel toolbar button.launcher, toolbar .right .budgie-panel button.launcher, .right .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9720.right .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9721headerbar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher,
 9722.right .budgie-panel .context-menu > arrow.launcher,
 9723.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 .ssd decoration button.launcher, .ssd decoration .right .budgie-panel button.launcher, .right .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel button.launcher.titlebutton,
 9724.right .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9725.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,
 9726.right .budgie-panel button.flat.launcher:backdrop,
 9727.right .budgie-panel button.launcher.osd.image-button:backdrop,
 9728.right .budgie-panel .osd toolbar button.launcher:backdrop,
 9729.osd toolbar .right .budgie-panel button.launcher:backdrop,
 9730.right .budgie-panel toolbar.osd button.launcher:backdrop,
 9731toolbar.osd .right .budgie-panel button.launcher:backdrop,
 9732.right .budgie-panel .app-notification button.launcher:backdrop,
 9733.app-notification .right .budgie-panel button.launcher:backdrop,
 9734.right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 9735GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop,
 9736.right .budgie-panel toolbar button.launcher:backdrop,
 9737toolbar .right .budgie-panel button.launcher:backdrop,
 9738.right .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9739.titlebar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9740.right .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9741headerbar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9742.right .budgie-panel .menu > arrow.launcher:backdrop,
 9743.right .budgie-panel .context-menu > arrow.launcher:backdrop,
 9744.right .budgie-panel menu > arrow.launcher:backdrop,
 9745.right .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9746placessidebar row .right .budgie-panel button.launcher.image-button:backdrop,
 9747.right .budgie-panel .ssd decoration button.launcher:backdrop,
 9748.ssd decoration .right .budgie-panel button.launcher:backdrop,
 9749.right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9750.csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop,
 9751.right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9752.csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop,
 9753.right .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9754#gf-candidate-popup .right .budgie-panel button.launcher:backdrop,
 9755.right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9756window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop,
 9757.right .budgie-panel layouttabbar button.launcher:backdrop,
 9758layouttabbar .right .budgie-panel button.launcher:backdrop,
 9759.right .budgie-panel layouttab button.launcher:backdrop,
 9760layouttab .right .budgie-panel button.launcher:backdrop {
 9761  border: 2px solid transparent; }
 9762  .right .budgie-panel button.flat.launcher:hover, .right .budgie-panel button.launcher.osd.image-button:hover, .right .budgie-panel .osd toolbar button.launcher:hover, .osd toolbar .right .budgie-panel button.launcher:hover, .right .budgie-panel toolbar.osd button.launcher:hover, toolbar.osd .right .budgie-panel button.launcher:hover, .right .budgie-panel .app-notification button.launcher:hover, .app-notification .right .budgie-panel button.launcher:hover, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:hover, .right .budgie-panel toolbar button.launcher:hover, toolbar .right .budgie-panel button.launcher: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),
 9763  .right .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9764  headerbar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:hover,
 9765  .right .budgie-panel .context-menu > arrow.launcher:hover,
 9766  .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 .ssd decoration button.launcher:hover, .ssd decoration .right .budgie-panel button.launcher:hover, .right .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:hover,
 9767  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9768  .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,
 9769  .right .budgie-panel button.flat.launcher:backdrop:hover,
 9770  .right .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9771  .right .budgie-panel .osd toolbar button.launcher:backdrop:hover,
 9772  .osd toolbar .right .budgie-panel button.launcher:backdrop:hover,
 9773  .right .budgie-panel toolbar.osd button.launcher:backdrop:hover,
 9774  toolbar.osd .right .budgie-panel button.launcher:backdrop:hover,
 9775  .right .budgie-panel .app-notification button.launcher:backdrop:hover,
 9776  .app-notification .right .budgie-panel button.launcher:backdrop:hover,
 9777  .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
 9778  GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:hover,
 9779  .right .budgie-panel toolbar button.launcher:backdrop:hover,
 9780  toolbar .right .budgie-panel button.launcher:backdrop:hover,
 9781  .right .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9782  .titlebar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9783  .right .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9784  headerbar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9785  .right .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9786  .right .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9787  .right .budgie-panel menu > arrow.launcher:backdrop:hover,
 9788  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9789  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:hover,
 9790  .right .budgie-panel .ssd decoration button.launcher:backdrop:hover,
 9791  .ssd decoration .right .budgie-panel button.launcher:backdrop:hover,
 9792  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9793  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9794  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9795  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9796  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9797  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:hover,
 9798  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9799  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:hover,
 9800  .right .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9801  layouttabbar .right .budgie-panel button.launcher:backdrop:hover,
 9802  .right .budgie-panel layouttab button.launcher:backdrop:hover,
 9803  layouttab .right .budgie-panel button.launcher:backdrop:hover {
 9804    border-right: 2px solid alpha(#ECEFF1, 0.4); }
 9805  .right .budgie-panel button.flat.launcher:active, .right .budgie-panel button.launcher.osd.image-button:active, .right .budgie-panel .osd toolbar button.launcher:active, .osd toolbar .right .budgie-panel button.launcher:active, .right .budgie-panel toolbar.osd button.launcher:active, toolbar.osd .right .budgie-panel button.launcher:active, .right .budgie-panel .app-notification button.launcher:active, .app-notification .right .budgie-panel button.launcher:active, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:active, .right .budgie-panel toolbar button.launcher:active, toolbar .right .budgie-panel button.launcher: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),
 9806  .right .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9807  headerbar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:active,
 9808  .right .budgie-panel .context-menu > arrow.launcher:active,
 9809  .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 .ssd decoration button.launcher:active, .ssd decoration .right .budgie-panel button.launcher:active, .right .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:active,
 9810  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9811  .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 .osd toolbar button.launcher:checked, .osd toolbar .right .budgie-panel button.launcher:checked, .right .budgie-panel toolbar.osd button.launcher:checked, toolbar.osd .right .budgie-panel button.launcher:checked, .right .budgie-panel .app-notification button.launcher:checked, .app-notification .right .budgie-panel button.launcher:checked, .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:checked, .right .budgie-panel toolbar button.launcher:checked, toolbar .right .budgie-panel button.launcher: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),
 9812  .right .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9813  headerbar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:checked,
 9814  .right .budgie-panel .context-menu > arrow.launcher:checked,
 9815  .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 .ssd decoration button.launcher:checked, .ssd decoration .right .budgie-panel button.launcher:checked, .right .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:checked,
 9816  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9817  .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,
 9818  .right .budgie-panel button.flat.launcher:backdrop:active,
 9819  .right .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9820  .right .budgie-panel .osd toolbar button.launcher:backdrop:active,
 9821  .osd toolbar .right .budgie-panel button.launcher:backdrop:active,
 9822  .right .budgie-panel toolbar.osd button.launcher:backdrop:active,
 9823  toolbar.osd .right .budgie-panel button.launcher:backdrop:active,
 9824  .right .budgie-panel .app-notification button.launcher:backdrop:active,
 9825  .app-notification .right .budgie-panel button.launcher:backdrop:active,
 9826  .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
 9827  GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:active,
 9828  .right .budgie-panel toolbar button.launcher:backdrop:active,
 9829  toolbar .right .budgie-panel button.launcher:backdrop:active,
 9830  .right .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9831  .titlebar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9832  .right .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9833  headerbar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9834  .right .budgie-panel .menu > arrow.launcher:backdrop:active,
 9835  .right .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9836  .right .budgie-panel menu > arrow.launcher:backdrop:active,
 9837  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9838  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:active,
 9839  .right .budgie-panel .ssd decoration button.launcher:backdrop:active,
 9840  .ssd decoration .right .budgie-panel button.launcher:backdrop:active,
 9841  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9842  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
 9843  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9844  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
 9845  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9846  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:active,
 9847  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9848  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:active,
 9849  .right .budgie-panel layouttabbar button.launcher:backdrop:active,
 9850  layouttabbar .right .budgie-panel button.launcher:backdrop:active,
 9851  .right .budgie-panel layouttab button.launcher:backdrop:active,
 9852  layouttab .right .budgie-panel button.launcher:backdrop:active,
 9853  .right .budgie-panel button.flat.launcher:backdrop:checked,
 9854  .right .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9855  .right .budgie-panel .osd toolbar button.launcher:backdrop:checked,
 9856  .osd toolbar .right .budgie-panel button.launcher:backdrop:checked,
 9857  .right .budgie-panel toolbar.osd button.launcher:backdrop:checked,
 9858  toolbar.osd .right .budgie-panel button.launcher:backdrop:checked,
 9859  .right .budgie-panel .app-notification button.launcher:backdrop:checked,
 9860  .app-notification .right .budgie-panel button.launcher:backdrop:checked,
 9861  .right .budgie-panel GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
 9862  GeditViewFrame .gedit-search-slider .right .budgie-panel button.launcher:backdrop:checked,
 9863  .right .budgie-panel toolbar button.launcher:backdrop:checked,
 9864  toolbar .right .budgie-panel button.launcher:backdrop:checked,
 9865  .right .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9866  .titlebar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9867  .right .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9868  headerbar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9869  .right .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9870  .right .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9871  .right .budgie-panel menu > arrow.launcher:backdrop:checked,
 9872  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9873  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:checked,
 9874  .right .budgie-panel .ssd decoration button.launcher:backdrop:checked,
 9875  .ssd decoration .right .budgie-panel button.launcher:backdrop:checked,
 9876  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9877  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9878  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9879  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9880  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9881  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:checked,
 9882  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9883  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:checked,
 9884  .right .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9885  layouttabbar .right .budgie-panel button.launcher:backdrop:checked,
 9886  .right .budgie-panel layouttab button.launcher:backdrop:checked,
 9887  layouttab .right .budgie-panel button.launcher:backdrop:checked {
 9888    border-right: 2px solid #C5A68E; }
 9889
 9890.top .budgie-panel .unpinned button.flat.launcher, .top .budgie-panel .unpinned button.launcher.osd.image-button, .top .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned .app-notification button.launcher, .app-notification .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned toolbar button.launcher, toolbar .top .budgie-panel .unpinned button.launcher, .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),
 9891.top .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9892headerbar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher,
 9893.top .budgie-panel .unpinned .context-menu > arrow.launcher,
 9894.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 .ssd decoration button.launcher, .ssd decoration .top .budgie-panel .unpinned button.launcher, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton,
 9895.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 9896.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,
 9897.top .budgie-panel .unpinned button.flat.launcher:backdrop,
 9898.top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 9899.top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
 9900.osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop,
 9901.top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
 9902toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop,
 9903.top .budgie-panel .unpinned .app-notification button.launcher:backdrop,
 9904.app-notification .top .budgie-panel .unpinned button.launcher:backdrop,
 9905.top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
 9906GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop,
 9907.top .budgie-panel .unpinned toolbar button.launcher:backdrop,
 9908toolbar .top .budgie-panel .unpinned button.launcher:backdrop,
 9909.top .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9910.titlebar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9911.top .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9912headerbar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9913.top .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 9914.top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 9915.top .budgie-panel .unpinned menu > arrow.launcher:backdrop,
 9916.top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 9917placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop,
 9918.top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
 9919.ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop,
 9920.top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 9921.csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9922.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 9923.csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9924.top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 9925#gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop,
 9926.top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9927window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop,
 9928.top .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 9929layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop,
 9930.top .budgie-panel .unpinned layouttab button.launcher:backdrop,
 9931layouttab .top .budgie-panel .unpinned button.launcher:backdrop,
 9932.top .budgie-panel .pinned button.flat.launcher.running,
 9933.top .budgie-panel .pinned button.launcher.running.osd.image-button,
 9934.top .budgie-panel .pinned .osd toolbar button.launcher.running,
 9935.osd toolbar .top .budgie-panel .pinned button.launcher.running,
 9936.top .budgie-panel .pinned toolbar.osd button.launcher.running,
 9937toolbar.osd .top .budgie-panel .pinned button.launcher.running,
 9938.top .budgie-panel .pinned .app-notification button.launcher.running,
 9939.app-notification .top .budgie-panel .pinned button.launcher.running,
 9940.top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
 9941GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running,
 9942.top .budgie-panel .pinned toolbar button.launcher.running,
 9943toolbar .top .budgie-panel .pinned button.launcher.running,
 9944.top .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9945.titlebar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9946.top .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9947headerbar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9948.top .budgie-panel .pinned .menu > arrow.launcher.running,
 9949.top .budgie-panel .pinned .context-menu > arrow.launcher.running,
 9950.top .budgie-panel .pinned menu > arrow.launcher.running,
 9951.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 9952placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button,
 9953.top .budgie-panel .pinned .ssd decoration button.launcher.running,
 9954.ssd decoration .top .budgie-panel .pinned button.launcher.running,
 9955.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 9956.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton,
 9957.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 9958.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton,
 9959.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 9960#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running,
 9961.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 9962window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running,
 9963.top .budgie-panel .pinned layouttabbar button.launcher.running,
 9964layouttabbar .top .budgie-panel .pinned button.launcher.running,
 9965.top .budgie-panel .pinned layouttab button.launcher.running,
 9966layouttab .top .budgie-panel .pinned button.launcher.running,
 9967.top .budgie-panel .pinned button.flat.launcher.running:backdrop,
 9968.top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 9969.top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
 9970.osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop,
 9971.top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
 9972toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop,
 9973.top .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
 9974.app-notification .top .budgie-panel .pinned button.launcher.running:backdrop,
 9975.top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
 9976GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop,
 9977.top .budgie-panel .pinned toolbar button.launcher.running:backdrop,
 9978toolbar .top .budgie-panel .pinned button.launcher.running:backdrop,
 9979.top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9980.titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9981.top .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9982headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9983.top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 9984.top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 9985.top .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 9986.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 9987placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 9988.top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
 9989.ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop,
 9990.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 9991.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9992.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 9993.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9994.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 9995#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop,
 9996.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 9997window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop,
 9998.top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 9999layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop,
10000.top .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10001layouttab .top .budgie-panel .pinned button.launcher.running:backdrop {
10002  border: 2px solid transparent;
10003  border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
10004  .top .budgie-panel .unpinned button.flat.launcher:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:hover, .top .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .top .budgie-panel .unpinned button.launcher: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),
10005  .top .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10006  headerbar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:hover,
10007  .top .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10008  .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 .ssd decoration button.launcher:hover, .ssd decoration .top .budgie-panel .unpinned button.launcher:hover, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:hover,
10009  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10010  .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 .osd toolbar button.launcher:active, .osd toolbar .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned toolbar button.launcher:active, toolbar .top .budgie-panel .unpinned button.launcher: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),
10011  .top .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10012  headerbar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:active,
10013  .top .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10014  .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 .ssd decoration button.launcher:active, .ssd decoration .top .budgie-panel .unpinned button.launcher:active, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:active,
10015  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10016  .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 .osd toolbar button.launcher:checked, .osd toolbar .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .top .budgie-panel .unpinned button.launcher: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),
10017  .top .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10018  headerbar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:checked,
10019  .top .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10020  .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 .ssd decoration button.launcher:checked, .ssd decoration .top .budgie-panel .unpinned button.launcher:checked, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:checked,
10021  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10022  .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,
10023  .top .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10024  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10025  .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
10026  .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10027  .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
10028  toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10029  .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
10030  .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10031  .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
10032  GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10033  .top .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
10034  toolbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10035  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10036  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10037  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10038  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10039  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10040  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10041  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10042  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10043  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10044  .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
10045  .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10046  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10047  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10048  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10049  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10050  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10051  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10052  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10053  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10054  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10055  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10056  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10057  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:hover,
10058  .top .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10059  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10060  .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
10061  .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
10062  .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
10063  toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:active,
10064  .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
10065  .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:active,
10066  .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
10067  GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:active,
10068  .top .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
10069  toolbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
10070  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10071  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10072  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10073  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10074  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10075  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10076  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10077  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10078  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10079  .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
10080  .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:active,
10081  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10082  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10083  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10084  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10085  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10086  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:active,
10087  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10088  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:active,
10089  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10090  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
10091  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10092  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:active,
10093  .top .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10094  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10095  .top .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
10096  .osd toolbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10097  .top .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
10098  toolbar.osd .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10099  .top .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
10100  .app-notification .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10101  .top .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
10102  GeditViewFrame .gedit-search-slider .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10103  .top .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
10104  toolbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10105  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10106  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10107  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10108  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10109  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10110  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10111  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10112  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10113  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10114  .top .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
10115  .ssd decoration .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10116  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10117  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10118  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10119  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10120  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10121  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10122  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10123  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10124  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10125  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10126  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10127  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:checked,
10128  .top .budgie-panel .pinned button.flat.launcher.running:hover,
10129  .top .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10130  .top .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
10131  .osd toolbar .top .budgie-panel .pinned button.launcher.running:hover,
10132  .top .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
10133  toolbar.osd .top .budgie-panel .pinned button.launcher.running:hover,
10134  .top .budgie-panel .pinned .app-notification button.launcher.running:hover,
10135  .app-notification .top .budgie-panel .pinned button.launcher.running:hover,
10136  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
10137  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:hover,
10138  .top .budgie-panel .pinned toolbar button.launcher.running:hover,
10139  toolbar .top .budgie-panel .pinned button.launcher.running:hover,
10140  .top .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10141  .titlebar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10142  .top .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10143  headerbar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10144  .top .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10145  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10146  .top .budgie-panel .pinned menu > arrow.launcher.running:hover,
10147  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10148  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:hover,
10149  .top .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
10150  .ssd decoration .top .budgie-panel .pinned button.launcher.running:hover,
10151  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10152  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10153  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10154  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10155  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10156  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:hover,
10157  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10158  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:hover,
10159  .top .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10160  layouttabbar .top .budgie-panel .pinned button.launcher.running:hover,
10161  .top .budgie-panel .pinned layouttab button.launcher.running:hover,
10162  layouttab .top .budgie-panel .pinned button.launcher.running:hover,
10163  .top .budgie-panel .pinned button.flat.launcher.running:active,
10164  .top .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10165  .top .budgie-panel .pinned .osd toolbar button.launcher.running:active,
10166  .osd toolbar .top .budgie-panel .pinned button.launcher.running:active,
10167  .top .budgie-panel .pinned toolbar.osd button.launcher.running:active,
10168  toolbar.osd .top .budgie-panel .pinned button.launcher.running:active,
10169  .top .budgie-panel .pinned .app-notification button.launcher.running:active,
10170  .app-notification .top .budgie-panel .pinned button.launcher.running:active,
10171  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
10172  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:active,
10173  .top .budgie-panel .pinned toolbar button.launcher.running:active,
10174  toolbar .top .budgie-panel .pinned button.launcher.running:active,
10175  .top .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10176  .titlebar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10177  .top .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10178  headerbar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10179  .top .budgie-panel .pinned .menu > arrow.launcher.running:active,
10180  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10181  .top .budgie-panel .pinned menu > arrow.launcher.running:active,
10182  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10183  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:active,
10184  .top .budgie-panel .pinned .ssd decoration button.launcher.running:active,
10185  .ssd decoration .top .budgie-panel .pinned button.launcher.running:active,
10186  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10187  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
10188  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10189  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
10190  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10191  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:active,
10192  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10193  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:active,
10194  .top .budgie-panel .pinned layouttabbar button.launcher.running:active,
10195  layouttabbar .top .budgie-panel .pinned button.launcher.running:active,
10196  .top .budgie-panel .pinned layouttab button.launcher.running:active,
10197  layouttab .top .budgie-panel .pinned button.launcher.running:active,
10198  .top .budgie-panel .pinned button.flat.launcher.running:checked,
10199  .top .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10200  .top .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
10201  .osd toolbar .top .budgie-panel .pinned button.launcher.running:checked,
10202  .top .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
10203  toolbar.osd .top .budgie-panel .pinned button.launcher.running:checked,
10204  .top .budgie-panel .pinned .app-notification button.launcher.running:checked,
10205  .app-notification .top .budgie-panel .pinned button.launcher.running:checked,
10206  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
10207  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:checked,
10208  .top .budgie-panel .pinned toolbar button.launcher.running:checked,
10209  toolbar .top .budgie-panel .pinned button.launcher.running:checked,
10210  .top .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10211  .titlebar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10212  .top .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10213  headerbar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10214  .top .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10215  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10216  .top .budgie-panel .pinned menu > arrow.launcher.running:checked,
10217  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10218  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:checked,
10219  .top .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
10220  .ssd decoration .top .budgie-panel .pinned button.launcher.running:checked,
10221  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10222  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10223  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10224  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10225  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10226  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:checked,
10227  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10228  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:checked,
10229  .top .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10230  layouttabbar .top .budgie-panel .pinned button.launcher.running:checked,
10231  .top .budgie-panel .pinned layouttab button.launcher.running:checked,
10232  layouttab .top .budgie-panel .pinned button.launcher.running:checked,
10233  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10234  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10235  .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
10236  .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10237  .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
10238  toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10239  .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
10240  .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10241  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
10242  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10243  .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
10244  toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10245  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10246  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10247  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10248  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10249  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10250  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10251  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10252  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10253  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10254  .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
10255  .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10256  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10257  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10258  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10259  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10260  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10261  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10262  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10263  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10264  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10265  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10266  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10267  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
10268  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10269  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10270  .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
10271  .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10272  .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
10273  toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10274  .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
10275  .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10276  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
10277  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10278  .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
10279  toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10280  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10281  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10282  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10283  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10284  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10285  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10286  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10287  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10288  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10289  .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
10290  .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10291  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10292  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10293  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10294  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10295  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10296  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10297  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10298  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10299  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10300  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10301  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10302  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:active,
10303  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10304  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10305  .top .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
10306  .osd toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10307  .top .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
10308  toolbar.osd .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10309  .top .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
10310  .app-notification .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10311  .top .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
10312  GeditViewFrame .gedit-search-slider .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10313  .top .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
10314  toolbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10315  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10316  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10317  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10318  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10319  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10320  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10321  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10322  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10323  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10324  .top .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
10325  .ssd decoration .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10326  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10327  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10328  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10329  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10330  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10331  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10332  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10333  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10334  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10335  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
10336  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10337  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:checked {
10338    border-top: 2px solid #C5A68E;
10339    border-image: none; }
10340
10341.bottom .budgie-panel .unpinned button.flat.launcher, .bottom .budgie-panel .unpinned button.launcher.osd.image-button, .bottom .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned .app-notification button.launcher, .app-notification .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned toolbar button.launcher, toolbar .bottom .budgie-panel .unpinned button.launcher, .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),
10342.bottom .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10343headerbar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher,
10344.bottom .budgie-panel .unpinned .context-menu > arrow.launcher,
10345.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 .ssd decoration button.launcher, .ssd decoration .bottom .budgie-panel .unpinned button.launcher, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton,
10346.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10347.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,
10348.bottom .budgie-panel .unpinned button.flat.launcher:backdrop,
10349.bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10350.bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
10351.osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10352.bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
10353toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop,
10354.bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop,
10355.app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop,
10356.bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
10357GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop,
10358.bottom .budgie-panel .unpinned toolbar button.launcher:backdrop,
10359toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10360.bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10361.titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10362.bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10363headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10364.bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10365.bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10366.bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10367.bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10368placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop,
10369.bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
10370.ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop,
10371.bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10372.csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10373.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10374.csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10375.bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10376#gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop,
10377.bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10378window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop,
10379.bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10380layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
10381.bottom .budgie-panel .unpinned layouttab button.launcher:backdrop,
10382layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop,
10383.bottom .budgie-panel .pinned button.flat.launcher.running,
10384.bottom .budgie-panel .pinned button.launcher.running.osd.image-button,
10385.bottom .budgie-panel .pinned .osd toolbar button.launcher.running,
10386.osd toolbar .bottom .budgie-panel .pinned button.launcher.running,
10387.bottom .budgie-panel .pinned toolbar.osd button.launcher.running,
10388toolbar.osd .bottom .budgie-panel .pinned button.launcher.running,
10389.bottom .budgie-panel .pinned .app-notification button.launcher.running,
10390.app-notification .bottom .budgie-panel .pinned button.launcher.running,
10391.bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
10392GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running,
10393.bottom .budgie-panel .pinned toolbar button.launcher.running,
10394toolbar .bottom .budgie-panel .pinned button.launcher.running,
10395.bottom .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10396.titlebar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10397.bottom .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10398headerbar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10399.bottom .budgie-panel .pinned .menu > arrow.launcher.running,
10400.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running,
10401.bottom .budgie-panel .pinned menu > arrow.launcher.running,
10402.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10403placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button,
10404.bottom .budgie-panel .pinned .ssd decoration button.launcher.running,
10405.ssd decoration .bottom .budgie-panel .pinned button.launcher.running,
10406.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10407.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
10408.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10409.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
10410.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10411#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running,
10412.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10413window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running,
10414.bottom .budgie-panel .pinned layouttabbar button.launcher.running,
10415layouttabbar .bottom .budgie-panel .pinned button.launcher.running,
10416.bottom .budgie-panel .pinned layouttab button.launcher.running,
10417layouttab .bottom .budgie-panel .pinned button.launcher.running,
10418.bottom .budgie-panel .pinned button.flat.launcher.running:backdrop,
10419.bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10420.bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
10421.osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10422.bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
10423toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10424.bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
10425.app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10426.bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
10427GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10428.bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop,
10429toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10430.bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10431.titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10432.bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10433headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10434.bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10435.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10436.bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10437.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10438placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10439.bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
10440.ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10441.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10442.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10443.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10444.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10445.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10446#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10447.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10448window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10449.bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10450layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
10451.bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10452layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop {
10453  border: 2px solid transparent;
10454  border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
10455  .bottom .budgie-panel .unpinned button.flat.launcher:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:hover, .bottom .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .bottom .budgie-panel .unpinned button.launcher: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),
10456  .bottom .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10457  headerbar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:hover,
10458  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10459  .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 .ssd decoration button.launcher:hover, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:hover, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover,
10460  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10461  .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 .osd toolbar button.launcher:active, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned toolbar button.launcher:active, toolbar .bottom .budgie-panel .unpinned button.launcher: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),
10462  .bottom .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10463  headerbar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:active,
10464  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10465  .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 .ssd decoration button.launcher:active, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:active, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active,
10466  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10467  .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 .osd toolbar button.launcher:checked, .osd toolbar .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .bottom .budgie-panel .unpinned button.launcher: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),
10468  .bottom .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10469  headerbar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:checked,
10470  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10471  .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 .ssd decoration button.launcher:checked, .ssd decoration .bottom .budgie-panel .unpinned button.launcher:checked, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked,
10472  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10473  .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,
10474  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10475  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10476  .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
10477  .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10478  .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
10479  toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10480  .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
10481  .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10482  .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
10483  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10484  .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
10485  toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10486  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10487  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10488  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10489  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10490  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10491  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10492  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10493  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10494  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10495  .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
10496  .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10497  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10498  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10499  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10500  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10501  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10502  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10503  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10504  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10505  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10506  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10507  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10508  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
10509  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10510  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10511  .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
10512  .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10513  .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
10514  toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10515  .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
10516  .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10517  .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
10518  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10519  .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
10520  toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10521  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10522  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10523  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10524  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10525  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10526  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10527  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10528  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10529  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10530  .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
10531  .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10532  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10533  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10534  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10535  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10536  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10537  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10538  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10539  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10540  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10541  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10542  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10543  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
10544  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10545  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10546  .bottom .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
10547  .osd toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10548  .bottom .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
10549  toolbar.osd .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10550  .bottom .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
10551  .app-notification .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10552  .bottom .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
10553  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10554  .bottom .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
10555  toolbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10556  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10557  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10558  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10559  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10560  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10561  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10562  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10563  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10564  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10565  .bottom .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
10566  .ssd decoration .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10567  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10568  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10569  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10570  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10571  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10572  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10573  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10574  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10575  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10576  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10577  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10578  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
10579  .bottom .budgie-panel .pinned button.flat.launcher.running:hover,
10580  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10581  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
10582  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10583  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
10584  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:hover,
10585  .bottom .budgie-panel .pinned .app-notification button.launcher.running:hover,
10586  .app-notification .bottom .budgie-panel .pinned button.launcher.running:hover,
10587  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
10588  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:hover,
10589  .bottom .budgie-panel .pinned toolbar button.launcher.running:hover,
10590  toolbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10591  .bottom .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10592  .titlebar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10593  .bottom .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10594  headerbar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10595  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10596  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10597  .bottom .budgie-panel .pinned menu > arrow.launcher.running:hover,
10598  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10599  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:hover,
10600  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
10601  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:hover,
10602  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10603  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10604  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10605  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10606  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10607  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:hover,
10608  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10609  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:hover,
10610  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10611  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:hover,
10612  .bottom .budgie-panel .pinned layouttab button.launcher.running:hover,
10613  layouttab .bottom .budgie-panel .pinned button.launcher.running:hover,
10614  .bottom .budgie-panel .pinned button.flat.launcher.running:active,
10615  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10616  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:active,
10617  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:active,
10618  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:active,
10619  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:active,
10620  .bottom .budgie-panel .pinned .app-notification button.launcher.running:active,
10621  .app-notification .bottom .budgie-panel .pinned button.launcher.running:active,
10622  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
10623  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:active,
10624  .bottom .budgie-panel .pinned toolbar button.launcher.running:active,
10625  toolbar .bottom .budgie-panel .pinned button.launcher.running:active,
10626  .bottom .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10627  .titlebar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10628  .bottom .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10629  headerbar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10630  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:active,
10631  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10632  .bottom .budgie-panel .pinned menu > arrow.launcher.running:active,
10633  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10634  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:active,
10635  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:active,
10636  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:active,
10637  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10638  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
10639  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10640  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
10641  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10642  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:active,
10643  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10644  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:active,
10645  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:active,
10646  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:active,
10647  .bottom .budgie-panel .pinned layouttab button.launcher.running:active,
10648  layouttab .bottom .budgie-panel .pinned button.launcher.running:active,
10649  .bottom .budgie-panel .pinned button.flat.launcher.running:checked,
10650  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10651  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
10652  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10653  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
10654  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:checked,
10655  .bottom .budgie-panel .pinned .app-notification button.launcher.running:checked,
10656  .app-notification .bottom .budgie-panel .pinned button.launcher.running:checked,
10657  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
10658  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:checked,
10659  .bottom .budgie-panel .pinned toolbar button.launcher.running:checked,
10660  toolbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10661  .bottom .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10662  .titlebar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10663  .bottom .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10664  headerbar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10665  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10666  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10667  .bottom .budgie-panel .pinned menu > arrow.launcher.running:checked,
10668  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10669  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:checked,
10670  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
10671  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:checked,
10672  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10673  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10674  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10675  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10676  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10677  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:checked,
10678  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10679  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:checked,
10680  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10681  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:checked,
10682  .bottom .budgie-panel .pinned layouttab button.launcher.running:checked,
10683  layouttab .bottom .budgie-panel .pinned button.launcher.running:checked,
10684  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10685  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10686  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
10687  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10688  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
10689  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10690  .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
10691  .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10692  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
10693  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10694  .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
10695  toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10696  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10697  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10698  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10699  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10700  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10701  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10702  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10703  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10704  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10705  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
10706  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10707  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10708  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10709  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10710  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10711  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10712  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10713  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10714  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10715  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10716  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10717  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10718  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
10719  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10720  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10721  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
10722  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10723  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
10724  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10725  .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
10726  .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10727  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
10728  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10729  .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
10730  toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10731  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10732  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10733  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10734  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10735  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10736  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10737  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10738  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10739  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10740  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
10741  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10742  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10743  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10744  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10745  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10746  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10747  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10748  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10749  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10750  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10751  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10752  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10753  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
10754  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10755  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10756  .bottom .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
10757  .osd toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10758  .bottom .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
10759  toolbar.osd .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10760  .bottom .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
10761  .app-notification .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10762  .bottom .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
10763  GeditViewFrame .gedit-search-slider .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10764  .bottom .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
10765  toolbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10766  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10767  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10768  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10769  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10770  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10771  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10772  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10773  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10774  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10775  .bottom .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
10776  .ssd decoration .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10777  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10778  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10779  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10780  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10781  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10782  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10783  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10784  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10785  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10786  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
10787  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10788  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked {
10789    border-bottom: 2px solid #C5A68E;
10790    border-image: none; }
10791
10792.left .budgie-panel .unpinned button.flat.launcher, .left .budgie-panel .unpinned button.launcher.osd.image-button, .left .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned .app-notification button.launcher, .app-notification .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned toolbar button.launcher, toolbar .left .budgie-panel .unpinned button.launcher, .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),
10793.left .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10794headerbar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher,
10795.left .budgie-panel .unpinned .context-menu > arrow.launcher,
10796.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 .ssd decoration button.launcher, .ssd decoration .left .budgie-panel .unpinned button.launcher, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton,
10797.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10798.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,
10799.left .budgie-panel .unpinned button.flat.launcher:backdrop,
10800.left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10801.left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
10802.osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop,
10803.left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
10804toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop,
10805.left .budgie-panel .unpinned .app-notification button.launcher:backdrop,
10806.app-notification .left .budgie-panel .unpinned button.launcher:backdrop,
10807.left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
10808GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop,
10809.left .budgie-panel .unpinned toolbar button.launcher:backdrop,
10810toolbar .left .budgie-panel .unpinned button.launcher:backdrop,
10811.left .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10812.titlebar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10813.left .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10814headerbar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10815.left .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10816.left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10817.left .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10818.left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10819placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop,
10820.left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
10821.ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop,
10822.left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10823.csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10824.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10825.csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10826.left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10827#gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop,
10828.left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10829window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop,
10830.left .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10831layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop,
10832.left .budgie-panel .unpinned layouttab button.launcher:backdrop,
10833layouttab .left .budgie-panel .unpinned button.launcher:backdrop,
10834.left .budgie-panel .pinned button.flat.launcher.running,
10835.left .budgie-panel .pinned button.launcher.running.osd.image-button,
10836.left .budgie-panel .pinned .osd toolbar button.launcher.running,
10837.osd toolbar .left .budgie-panel .pinned button.launcher.running,
10838.left .budgie-panel .pinned toolbar.osd button.launcher.running,
10839toolbar.osd .left .budgie-panel .pinned button.launcher.running,
10840.left .budgie-panel .pinned .app-notification button.launcher.running,
10841.app-notification .left .budgie-panel .pinned button.launcher.running,
10842.left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
10843GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running,
10844.left .budgie-panel .pinned toolbar button.launcher.running,
10845toolbar .left .budgie-panel .pinned button.launcher.running,
10846.left .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10847.titlebar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10848.left .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10849headerbar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10850.left .budgie-panel .pinned .menu > arrow.launcher.running,
10851.left .budgie-panel .pinned .context-menu > arrow.launcher.running,
10852.left .budgie-panel .pinned menu > arrow.launcher.running,
10853.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10854placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button,
10855.left .budgie-panel .pinned .ssd decoration button.launcher.running,
10856.ssd decoration .left .budgie-panel .pinned button.launcher.running,
10857.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10858.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10859.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10860.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton,
10861.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10862#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running,
10863.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10864window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running,
10865.left .budgie-panel .pinned layouttabbar button.launcher.running,
10866layouttabbar .left .budgie-panel .pinned button.launcher.running,
10867.left .budgie-panel .pinned layouttab button.launcher.running,
10868layouttab .left .budgie-panel .pinned button.launcher.running,
10869.left .budgie-panel .pinned button.flat.launcher.running:backdrop,
10870.left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10871.left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
10872.osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10873.left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
10874toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop,
10875.left .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
10876.app-notification .left .budgie-panel .pinned button.launcher.running:backdrop,
10877.left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
10878GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop,
10879.left .budgie-panel .pinned toolbar button.launcher.running:backdrop,
10880toolbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10881.left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10882.titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10883.left .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10884headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10885.left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10886.left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10887.left .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10888.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10889placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10890.left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
10891.ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop,
10892.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10893.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10894.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10895.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10896.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10897#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop,
10898.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10899window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop,
10900.left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10901layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop,
10902.left .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10903layouttab .left .budgie-panel .pinned button.launcher.running:backdrop {
10904  border: 2px solid transparent;
10905  border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
10906  .left .budgie-panel .unpinned button.flat.launcher:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:hover, .left .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .left .budgie-panel .unpinned button.launcher: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),
10907  .left .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10908  headerbar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:hover,
10909  .left .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10910  .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 .ssd decoration button.launcher:hover, .ssd decoration .left .budgie-panel .unpinned button.launcher:hover, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:hover,
10911  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10912  .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 .osd toolbar button.launcher:active, .osd toolbar .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned toolbar button.launcher:active, toolbar .left .budgie-panel .unpinned button.launcher: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),
10913  .left .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10914  headerbar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:active,
10915  .left .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10916  .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 .ssd decoration button.launcher:active, .ssd decoration .left .budgie-panel .unpinned button.launcher:active, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:active,
10917  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10918  .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 .osd toolbar button.launcher:checked, .osd toolbar .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .left .budgie-panel .unpinned button.launcher: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),
10919  .left .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10920  headerbar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:checked,
10921  .left .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10922  .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 .ssd decoration button.launcher:checked, .ssd decoration .left .budgie-panel .unpinned button.launcher:checked, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:checked,
10923  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10924  .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,
10925  .left .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10926  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10927  .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
10928  .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10929  .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
10930  toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10931  .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
10932  .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10933  .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
10934  GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10935  .left .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
10936  toolbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10937  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10938  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10939  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10940  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10941  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10942  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10943  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10944  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10945  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10946  .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
10947  .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10948  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10949  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10950  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10951  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10952  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10953  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10954  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10955  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10956  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10957  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10958  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10959  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10960  .left .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10961  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10962  .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
10963  .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10964  .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
10965  toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:active,
10966  .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
10967  .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:active,
10968  .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
10969  GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:active,
10970  .left .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
10971  toolbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10972  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10973  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10974  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10975  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10976  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10977  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10978  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10979  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10980  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10981  .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
10982  .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:active,
10983  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10984  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10985  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10986  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10987  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10988  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:active,
10989  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10990  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:active,
10991  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10992  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10993  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10994  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:active,
10995  .left .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10996  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10997  .left .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
10998  .osd toolbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10999  .left .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
11000  toolbar.osd .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11001  .left .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
11002  .app-notification .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11003  .left .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
11004  GeditViewFrame .gedit-search-slider .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11005  .left .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
11006  toolbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11007  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11008  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11009  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11010  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11011  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
11012  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
11013  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
11014  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
11015  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
11016  .left .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
11017  .ssd decoration .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11018  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
11019  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11020  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
11021  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11022  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
11023  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11024  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
11025  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11026  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
11027  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11028  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
11029  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:checked,
11030  .left .budgie-panel .pinned button.flat.launcher.running:hover,
11031  .left .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
11032  .left .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
11033  .osd toolbar .left .budgie-panel .pinned button.launcher.running:hover,
11034  .left .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
11035  toolbar.osd .left .budgie-panel .pinned button.launcher.running:hover,
11036  .left .budgie-panel .pinned .app-notification button.launcher.running:hover,
11037  .app-notification .left .budgie-panel .pinned button.launcher.running:hover,
11038  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
11039  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:hover,
11040  .left .budgie-panel .pinned toolbar button.launcher.running:hover,
11041  toolbar .left .budgie-panel .pinned button.launcher.running:hover,
11042  .left .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11043  .titlebar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11044  .left .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11045  headerbar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11046  .left .budgie-panel .pinned .menu > arrow.launcher.running:hover,
11047  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
11048  .left .budgie-panel .pinned menu > arrow.launcher.running:hover,
11049  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
11050  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:hover,
11051  .left .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
11052  .ssd decoration .left .budgie-panel .pinned button.launcher.running:hover,
11053  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
11054  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11055  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
11056  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11057  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
11058  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:hover,
11059  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
11060  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:hover,
11061  .left .budgie-panel .pinned layouttabbar button.launcher.running:hover,
11062  layouttabbar .left .budgie-panel .pinned button.launcher.running:hover,
11063  .left .budgie-panel .pinned layouttab button.launcher.running:hover,
11064  layouttab .left .budgie-panel .pinned button.launcher.running:hover,
11065  .left .budgie-panel .pinned button.flat.launcher.running:active,
11066  .left .budgie-panel .pinned button.launcher.running.osd.image-button:active,
11067  .left .budgie-panel .pinned .osd toolbar button.launcher.running:active,
11068  .osd toolbar .left .budgie-panel .pinned button.launcher.running:active,
11069  .left .budgie-panel .pinned toolbar.osd button.launcher.running:active,
11070  toolbar.osd .left .budgie-panel .pinned button.launcher.running:active,
11071  .left .budgie-panel .pinned .app-notification button.launcher.running:active,
11072  .app-notification .left .budgie-panel .pinned button.launcher.running:active,
11073  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
11074  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:active,
11075  .left .budgie-panel .pinned toolbar button.launcher.running:active,
11076  toolbar .left .budgie-panel .pinned button.launcher.running:active,
11077  .left .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11078  .titlebar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11079  .left .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11080  headerbar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11081  .left .budgie-panel .pinned .menu > arrow.launcher.running:active,
11082  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
11083  .left .budgie-panel .pinned menu > arrow.launcher.running:active,
11084  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
11085  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:active,
11086  .left .budgie-panel .pinned .ssd decoration button.launcher.running:active,
11087  .ssd decoration .left .budgie-panel .pinned button.launcher.running:active,
11088  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
11089  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
11090  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
11091  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
11092  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
11093  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:active,
11094  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
11095  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:active,
11096  .left .budgie-panel .pinned layouttabbar button.launcher.running:active,
11097  layouttabbar .left .budgie-panel .pinned button.launcher.running:active,
11098  .left .budgie-panel .pinned layouttab button.launcher.running:active,
11099  layouttab .left .budgie-panel .pinned button.launcher.running:active,
11100  .left .budgie-panel .pinned button.flat.launcher.running:checked,
11101  .left .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
11102  .left .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
11103  .osd toolbar .left .budgie-panel .pinned button.launcher.running:checked,
11104  .left .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
11105  toolbar.osd .left .budgie-panel .pinned button.launcher.running:checked,
11106  .left .budgie-panel .pinned .app-notification button.launcher.running:checked,
11107  .app-notification .left .budgie-panel .pinned button.launcher.running:checked,
11108  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
11109  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:checked,
11110  .left .budgie-panel .pinned toolbar button.launcher.running:checked,
11111  toolbar .left .budgie-panel .pinned button.launcher.running:checked,
11112  .left .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11113  .titlebar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11114  .left .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11115  headerbar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11116  .left .budgie-panel .pinned .menu > arrow.launcher.running:checked,
11117  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
11118  .left .budgie-panel .pinned menu > arrow.launcher.running:checked,
11119  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
11120  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:checked,
11121  .left .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
11122  .ssd decoration .left .budgie-panel .pinned button.launcher.running:checked,
11123  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
11124  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11125  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
11126  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11127  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
11128  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:checked,
11129  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
11130  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:checked,
11131  .left .budgie-panel .pinned layouttabbar button.launcher.running:checked,
11132  layouttabbar .left .budgie-panel .pinned button.launcher.running:checked,
11133  .left .budgie-panel .pinned layouttab button.launcher.running:checked,
11134  layouttab .left .budgie-panel .pinned button.launcher.running:checked,
11135  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
11136  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
11137  .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
11138  .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11139  .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
11140  toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11141  .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
11142  .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11143  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
11144  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11145  .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
11146  toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11147  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11148  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11149  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11150  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11151  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
11152  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
11153  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
11154  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
11155  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
11156  .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
11157  .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11158  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
11159  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11160  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
11161  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11162  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
11163  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11164  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
11165  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11166  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
11167  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11168  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
11169  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
11170  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
11171  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
11172  .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
11173  .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11174  .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
11175  toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11176  .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
11177  .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11178  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
11179  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11180  .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
11181  toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11182  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11183  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11184  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11185  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11186  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
11187  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
11188  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
11189  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
11190  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
11191  .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
11192  .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11193  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
11194  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11195  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
11196  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11197  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
11198  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11199  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
11200  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11201  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
11202  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11203  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
11204  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:active,
11205  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
11206  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
11207  .left .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
11208  .osd toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11209  .left .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
11210  toolbar.osd .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11211  .left .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
11212  .app-notification .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11213  .left .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
11214  GeditViewFrame .gedit-search-slider .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11215  .left .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
11216  toolbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11217  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11218  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11219  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11220  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11221  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
11222  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
11223  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
11224  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
11225  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
11226  .left .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
11227  .ssd decoration .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11228  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
11229  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11230  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
11231  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11232  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
11233  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11234  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
11235  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11236  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
11237  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
11238  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
11239  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:checked {
11240    border-left: 2px solid #C5A68E;
11241    border-image: none; }
11242
11243.right .budgie-panel .unpinned button.flat.launcher, .right .budgie-panel .unpinned button.launcher.osd.image-button, .right .budgie-panel .unpinned .osd toolbar button.launcher, .osd toolbar .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned toolbar.osd button.launcher, toolbar.osd .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned .app-notification button.launcher, .app-notification .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned toolbar button.launcher, toolbar .right .budgie-panel .unpinned button.launcher, .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),
11244.right .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
11245headerbar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher,
11246.right .budgie-panel .unpinned .context-menu > arrow.launcher,
11247.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 .ssd decoration button.launcher, .ssd decoration .right .budgie-panel .unpinned button.launcher, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton,
11248.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
11249.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,
11250.right .budgie-panel .unpinned button.flat.launcher:backdrop,
11251.right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
11252.right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop,
11253.osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop,
11254.right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop,
11255toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop,
11256.right .budgie-panel .unpinned .app-notification button.launcher:backdrop,
11257.app-notification .right .budgie-panel .unpinned button.launcher:backdrop,
11258.right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop,
11259GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop,
11260.right .budgie-panel .unpinned toolbar button.launcher:backdrop,
11261toolbar .right .budgie-panel .unpinned button.launcher:backdrop,
11262.right .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11263.titlebar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11264.right .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11265headerbar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
11266.right .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
11267.right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
11268.right .budgie-panel .unpinned menu > arrow.launcher:backdrop,
11269.right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
11270placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop,
11271.right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop,
11272.ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop,
11273.right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
11274.csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
11275.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
11276.csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
11277.right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
11278#gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop,
11279.right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
11280window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop,
11281.right .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
11282layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop,
11283.right .budgie-panel .unpinned layouttab button.launcher:backdrop,
11284layouttab .right .budgie-panel .unpinned button.launcher:backdrop,
11285.right .budgie-panel .pinned button.flat.launcher.running,
11286.right .budgie-panel .pinned button.launcher.running.osd.image-button,
11287.right .budgie-panel .pinned .osd toolbar button.launcher.running,
11288.osd toolbar .right .budgie-panel .pinned button.launcher.running,
11289.right .budgie-panel .pinned toolbar.osd button.launcher.running,
11290toolbar.osd .right .budgie-panel .pinned button.launcher.running,
11291.right .budgie-panel .pinned .app-notification button.launcher.running,
11292.app-notification .right .budgie-panel .pinned button.launcher.running,
11293.right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running,
11294GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running,
11295.right .budgie-panel .pinned toolbar button.launcher.running,
11296toolbar .right .budgie-panel .pinned button.launcher.running,
11297.right .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
11298.titlebar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
11299.right .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
11300headerbar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
11301.right .budgie-panel .pinned .menu > arrow.launcher.running,
11302.right .budgie-panel .pinned .context-menu > arrow.launcher.running,
11303.right .budgie-panel .pinned menu > arrow.launcher.running,
11304.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
11305placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button,
11306.right .budgie-panel .pinned .ssd decoration button.launcher.running,
11307.ssd decoration .right .budgie-panel .pinned button.launcher.running,
11308.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
11309.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton,
11310.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
11311.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton,
11312.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
11313#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running,
11314.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
11315window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running,
11316.right .budgie-panel .pinned layouttabbar button.launcher.running,
11317layouttabbar .right .budgie-panel .pinned button.launcher.running,
11318.right .budgie-panel .pinned layouttab button.launcher.running,
11319layouttab .right .budgie-panel .pinned button.launcher.running,
11320.right .budgie-panel .pinned button.flat.launcher.running:backdrop,
11321.right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
11322.right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop,
11323.osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11324.right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop,
11325toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop,
11326.right .budgie-panel .pinned .app-notification button.launcher.running:backdrop,
11327.app-notification .right .budgie-panel .pinned button.launcher.running:backdrop,
11328.right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop,
11329GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop,
11330.right .budgie-panel .pinned toolbar button.launcher.running:backdrop,
11331toolbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11332.right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11333.titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11334.right .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11335headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
11336.right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
11337.right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
11338.right .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
11339.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
11340placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop,
11341.right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop,
11342.ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop,
11343.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
11344.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
11345.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
11346.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
11347.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
11348#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop,
11349.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
11350window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop,
11351.right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
11352layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop,
11353.right .budgie-panel .pinned layouttab button.launcher.running:backdrop,
11354layouttab .right .budgie-panel .pinned button.launcher.running:backdrop {
11355  border: 2px solid transparent;
11356  border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
11357  .right .budgie-panel .unpinned button.flat.launcher:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:hover, .right .budgie-panel .unpinned .osd toolbar button.launcher:hover, .osd toolbar .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned toolbar.osd button.launcher:hover, toolbar.osd .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned .app-notification button.launcher:hover, .app-notification .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:hover, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned toolbar button.launcher:hover, toolbar .right .budgie-panel .unpinned button.launcher: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),
11358  .right .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
11359  headerbar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:hover,
11360  .right .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
11361  .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 .ssd decoration button.launcher:hover, .ssd decoration .right .budgie-panel .unpinned button.launcher:hover, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:hover,
11362  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
11363  .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 .osd toolbar button.launcher:active, .osd toolbar .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned toolbar.osd button.launcher:active, toolbar.osd .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned .app-notification button.launcher:active, .app-notification .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:active, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned toolbar button.launcher:active, toolbar .right .budgie-panel .unpinned button.launcher: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),
11364  .right .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
11365  headerbar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:active,
11366  .right .budgie-panel .unpinned .context-menu > arrow.launcher:active,
11367  .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 .ssd decoration button.launcher:active, .ssd decoration .right .budgie-panel .unpinned button.launcher:active, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:active,
11368  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
11369  .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 .osd toolbar button.launcher:checked, .osd toolbar .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned toolbar.osd button.launcher:checked, toolbar.osd .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned .app-notification button.launcher:checked, .app-notification .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:checked, GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned toolbar button.launcher:checked, toolbar .right .budgie-panel .unpinned button.launcher: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),
11370  .right .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
11371  headerbar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:checked,
11372  .right .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
11373  .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 .ssd decoration button.launcher:checked, .ssd decoration .right .budgie-panel .unpinned button.launcher:checked, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:checked,
11374  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
11375  .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,
11376  .right .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
11377  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
11378  .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:hover,
11379  .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11380  .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:hover,
11381  toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11382  .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:hover,
11383  .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11384  .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:hover,
11385  GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11386  .right .budgie-panel .unpinned toolbar button.launcher:backdrop:hover,
11387  toolbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11388  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11389  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11390  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11391  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
11392  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
11393  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
11394  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
11395  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
11396  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
11397  .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:hover,
11398  .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11399  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
11400  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
11401  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
11402  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
11403  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
11404  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11405  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
11406  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11407  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
11408  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11409  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
11410  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:hover,
11411  .right .budgie-panel .unpinned button.flat.launcher:backdrop:active,
11412  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
11413  .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:active,
11414  .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11415  .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:active,
11416  toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:active,
11417  .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:active,
11418  .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:active,
11419  .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:active,
11420  GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:active,
11421  .right .budgie-panel .unpinned toolbar button.launcher:backdrop:active,
11422  toolbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11423  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11424  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11425  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11426  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
11427  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
11428  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
11429  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
11430  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
11431  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
11432  .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:active,
11433  .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:active,
11434  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
11435  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
11436  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
11437  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
11438  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
11439  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:active,
11440  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
11441  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:active,
11442  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
11443  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
11444  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
11445  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:active,
11446  .right .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
11447  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
11448  .right .budgie-panel .unpinned .osd toolbar button.launcher:backdrop:checked,
11449  .osd toolbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11450  .right .budgie-panel .unpinned toolbar.osd button.launcher:backdrop:checked,
11451  toolbar.osd .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11452  .right .budgie-panel .unpinned .app-notification button.launcher:backdrop:checked,
11453  .app-notification .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11454  .right .budgie-panel .unpinned GeditViewFrame .gedit-search-slider button.launcher:backdrop:checked,
11455  GeditViewFrame .gedit-search-slider .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11456  .right .budgie-panel .unpinned toolbar button.launcher:backdrop:checked,
11457  toolbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11458  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11459  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11460  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11461  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
11462  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
11463  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
11464  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
11465  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
11466  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
11467  .right .budgie-panel .unpinned .ssd decoration button.launcher:backdrop:checked,
11468  .ssd decoration .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11469  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
11470  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11471  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
11472  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
11473  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
11474  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11475  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
11476  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11477  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
11478  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11479  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
11480  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:checked,
11481  .right .budgie-panel .pinned button.flat.launcher.running:hover,
11482  .right .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
11483  .right .budgie-panel .pinned .osd toolbar button.launcher.running:hover,
11484  .osd toolbar .right .budgie-panel .pinned button.launcher.running:hover,
11485  .right .budgie-panel .pinned toolbar.osd button.launcher.running:hover,
11486  toolbar.osd .right .budgie-panel .pinned button.launcher.running:hover,
11487  .right .budgie-panel .pinned .app-notification button.launcher.running:hover,
11488  .app-notification .right .budgie-panel .pinned button.launcher.running:hover,
11489  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:hover,
11490  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:hover,
11491  .right .budgie-panel .pinned toolbar button.launcher.running:hover,
11492  toolbar .right .budgie-panel .pinned button.launcher.running:hover,
11493  .right .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11494  .titlebar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11495  .right .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11496  headerbar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
11497  .right .budgie-panel .pinned .menu > arrow.launcher.running:hover,
11498  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
11499  .right .budgie-panel .pinned menu > arrow.launcher.running:hover,
11500  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
11501  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:hover,
11502  .right .budgie-panel .pinned .ssd decoration button.launcher.running:hover,
11503  .ssd decoration .right .budgie-panel .pinned button.launcher.running:hover,
11504  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
11505  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11506  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
11507  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
11508  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
11509  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:hover,
11510  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
11511  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:hover,
11512  .right .budgie-panel .pinned layouttabbar button.launcher.running:hover,
11513  layouttabbar .right .budgie-panel .pinned button.launcher.running:hover,
11514  .right .budgie-panel .pinned layouttab button.launcher.running:hover,
11515  layouttab .right .budgie-panel .pinned button.launcher.running:hover,
11516  .right .budgie-panel .pinned button.flat.launcher.running:active,
11517  .right .budgie-panel .pinned button.launcher.running.osd.image-button:active,
11518  .right .budgie-panel .pinned .osd toolbar button.launcher.running:active,
11519  .osd toolbar .right .budgie-panel .pinned button.launcher.running:active,
11520  .right .budgie-panel .pinned toolbar.osd button.launcher.running:active,
11521  toolbar.osd .right .budgie-panel .pinned button.launcher.running:active,
11522  .right .budgie-panel .pinned .app-notification button.launcher.running:active,
11523  .app-notification .right .budgie-panel .pinned button.launcher.running:active,
11524  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:active,
11525  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:active,
11526  .right .budgie-panel .pinned toolbar button.launcher.running:active,
11527  toolbar .right .budgie-panel .pinned button.launcher.running:active,
11528  .right .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11529  .titlebar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11530  .right .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11531  headerbar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
11532  .right .budgie-panel .pinned .menu > arrow.launcher.running:active,
11533  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
11534  .right .budgie-panel .pinned menu > arrow.launcher.running:active,
11535  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
11536  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:active,
11537  .right .budgie-panel .pinned .ssd decoration button.launcher.running:active,
11538  .ssd decoration .right .budgie-panel .pinned button.launcher.running:active,
11539  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
11540  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
11541  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
11542  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
11543  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
11544  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:active,
11545  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
11546  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:active,
11547  .right .budgie-panel .pinned layouttabbar button.launcher.running:active,
11548  layouttabbar .right .budgie-panel .pinned button.launcher.running:active,
11549  .right .budgie-panel .pinned layouttab button.launcher.running:active,
11550  layouttab .right .budgie-panel .pinned button.launcher.running:active,
11551  .right .budgie-panel .pinned button.flat.launcher.running:checked,
11552  .right .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
11553  .right .budgie-panel .pinned .osd toolbar button.launcher.running:checked,
11554  .osd toolbar .right .budgie-panel .pinned button.launcher.running:checked,
11555  .right .budgie-panel .pinned toolbar.osd button.launcher.running:checked,
11556  toolbar.osd .right .budgie-panel .pinned button.launcher.running:checked,
11557  .right .budgie-panel .pinned .app-notification button.launcher.running:checked,
11558  .app-notification .right .budgie-panel .pinned button.launcher.running:checked,
11559  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:checked,
11560  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:checked,
11561  .right .budgie-panel .pinned toolbar button.launcher.running:checked,
11562  toolbar .right .budgie-panel .pinned button.launcher.running:checked,
11563  .right .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11564  .titlebar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11565  .right .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11566  headerbar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
11567  .right .budgie-panel .pinned .menu > arrow.launcher.running:checked,
11568  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
11569  .right .budgie-panel .pinned menu > arrow.launcher.running:checked,
11570  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
11571  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:checked,
11572  .right .budgie-panel .pinned .ssd decoration button.launcher.running:checked,
11573  .ssd decoration .right .budgie-panel .pinned button.launcher.running:checked,
11574  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
11575  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11576  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
11577  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
11578  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
11579  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:checked,
11580  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
11581  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:checked,
11582  .right .budgie-panel .pinned layouttabbar button.launcher.running:checked,
11583  layouttabbar .right .budgie-panel .pinned button.launcher.running:checked,
11584  .right .budgie-panel .pinned layouttab button.launcher.running:checked,
11585  layouttab .right .budgie-panel .pinned button.launcher.running:checked,
11586  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
11587  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
11588  .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:hover,
11589  .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11590  .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:hover,
11591  toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11592  .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:hover,
11593  .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11594  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:hover,
11595  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11596  .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:hover,
11597  toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11598  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11599  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11600  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11601  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
11602  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
11603  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
11604  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
11605  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
11606  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
11607  .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:hover,
11608  .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11609  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
11610  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11611  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
11612  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
11613  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
11614  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11615  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
11616  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11617  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
11618  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11619  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
11620  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
11621  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
11622  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
11623  .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:active,
11624  .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11625  .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:active,
11626  toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11627  .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:active,
11628  .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11629  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:active,
11630  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11631  .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:active,
11632  toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11633  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11634  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11635  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11636  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
11637  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
11638  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
11639  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
11640  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
11641  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
11642  .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:active,
11643  .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11644  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
11645  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11646  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
11647  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
11648  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
11649  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11650  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
11651  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11652  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
11653  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11654  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
11655  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:active,
11656  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
11657  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
11658  .right .budgie-panel .pinned .osd toolbar button.launcher.running:backdrop:checked,
11659  .osd toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11660  .right .budgie-panel .pinned toolbar.osd button.launcher.running:backdrop:checked,
11661  toolbar.osd .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11662  .right .budgie-panel .pinned .app-notification button.launcher.running:backdrop:checked,
11663  .app-notification .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11664  .right .budgie-panel .pinned GeditViewFrame .gedit-search-slider button.launcher.running:backdrop:checked,
11665  GeditViewFrame .gedit-search-slider .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11666  .right .budgie-panel .pinned toolbar button.launcher.running:backdrop:checked,
11667  toolbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11668  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11669  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11670  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11671  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
11672  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
11673  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
11674  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
11675  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
11676  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
11677  .right .budgie-panel .pinned .ssd decoration button.launcher.running:backdrop:checked,
11678  .ssd decoration .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11679  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
11680  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11681  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
11682  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
11683  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
11684  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11685  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
11686  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11687  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
11688  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
11689  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
11690  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:checked {
11691    border-right: 2px solid #C5A68E;
11692    border-image: none; }
11693
11694.budgie-menu {
11695  border-radius: 2px;
11696  background-color: #42565f; }
11697  .budgie-menu scrolledwindow, .budgie-menu placessidebar,
11698  .budgie-menu list,
11699  .budgie-menu row,
11700  .budgie-menu scrollbar {
11701    min-width: 0;
11702    min-height: 0;
11703    border: none;
11704    background: none;
11705    box-shadow: none; }
11706  .budgie-menu row, .budgie-menu row.activatable, .budgie-menu .view, .budgie-menu iconview,
11707  .budgie-menu .view text,
11708  .view .budgie-menu text,
11709  .budgie-menu iconview text,
11710  iconview .budgie-menu text,
11711  .budgie-menu textview text,
11712  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 {
11713    background-image: none;
11714    background-color: #42565f;
11715    color: rgba(236, 239, 241, 0.75);
11716    transition: none; }
11717    .budgie-menu row image, .budgie-menu row.activatable image, .budgie-menu .view image, .budgie-menu iconview image,
11718    .budgie-menu .view text image,
11719    .view .budgie-menu text image,
11720    .budgie-menu iconview text image,
11721    iconview .budgie-menu text image,
11722    .budgie-menu textview text image,
11723    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 {
11724      padding: 0.3985rem 0 0.50376rem; }
11725  .budgie-menu row:hover, .budgie-menu row.activatable:hover, .budgie-menu .view:hover, .budgie-menu iconview:hover,
11726  .budgie-menu .view text:hover,
11727  .view .budgie-menu text:hover,
11728  .budgie-menu iconview text:hover,
11729  iconview .budgie-menu text:hover,
11730  .budgie-menu textview text:hover,
11731  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 {
11732    background-image: none;
11733    background-color: #42565f;
11734    color: #ECEFF1;
11735    transition: none; }
11736  .budgie-menu scrolledwindow undershoot.top, .budgie-menu placessidebar undershoot.top {
11737    background-color: transparent;
11738    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));
11739    padding-top: 0;
11740    background-size: 16px 32px;
11741    background-repeat: repeat-x;
11742    background-origin: content-box;
11743    background-position: center top; }
11744  .budgie-menu scrolledwindow undershoot.bottom, .budgie-menu placessidebar undershoot.bottom {
11745    background-color: transparent;
11746    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));
11747    padding-bottom: 0;
11748    background-size: 16px 32px;
11749    background-repeat: repeat-x;
11750    background-origin: content-box;
11751    background-position: center bottom; }
11752  .budgie-menu scrolledwindow undershoot.left, .budgie-menu placessidebar undershoot.left {
11753    background-color: transparent;
11754    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));
11755    padding-left: 0;
11756    background-size: 32px 16px;
11757    background-repeat: repeat-y;
11758    background-origin: content-box;
11759    background-position: left center; }
11760  .budgie-menu scrolledwindow undershoot.right, .budgie-menu placessidebar undershoot.right {
11761    background-color: transparent;
11762    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));
11763    padding-right: 0;
11764    background-size: 32px 16px;
11765    background-repeat: repeat-y;
11766    background-origin: content-box;
11767    background-position: right center; }
11768
11769.raven-frame {
11770  border: none; }
11771
11772.raven {
11773  margin: -1px;
11774  padding: 0;
11775  border: none;
11776  color: rgba(236, 239, 241, 0.75);
11777  background-color: rgba(42, 55, 62, 0.9); }
11778  .raven:dir(ltr) {
11779    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
11780  .raven:dir(rtl) {
11781    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
11782  .raven .raven-header {
11783    border: none;
11784    color: rgba(236, 239, 241, 0.5);
11785    background-color: transparent;
11786    font-weight: 700; }
11787  .raven .raven-background {
11788    border-width: 1px 0 0;
11789    border-style: solid none none;
11790    border-color: rgba(0, 0, 0, 0.11);
11791    background-color: transparent;
11792    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
11793  .raven .powerstrip {
11794    border-top: 1px solid rgba(0, 0, 0, 0.11);
11795    background-color: #322F22;
11796    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
11797    .raven .powerstrip button {
11798      padding: 1rem;
11799      color: #C5A68E); }
11800      .raven .powerstrip button:hover, .raven .powerstrip button:active, .raven .powerstrip button:checked {
11801        color: #C5A68E; }
11802      .raven .powerstrip button:disabled {
11803        color: rgba(77, 182, 172, 0.4); }
11804  .raven .option-subtitle {
11805    color: rgba(236, 239, 241, 0.225);
11806    font-size: 90%; }
11807  .raven scrolledwindow, .raven placessidebar {
11808    background: transparent; }
11809  .raven list,
11810  .raven row,
11811  .raven row.activatable,
11812  .raven .view,
11813  .raven iconview,
11814  .raven .view text,
11815  .view .raven text,
11816  .raven iconview text,
11817  iconview .raven text,
11818  .raven textview text,
11819  textview .raven text,
11820  .raven treeview.view header button,
11821  treeview.view header .raven button,
11822  .raven .tweak-category header button,
11823  .tweak-category header .raven button {
11824    background-color: transparent; }
11825    .raven list:not(.list):hover,
11826    .raven row:not(.list):hover,
11827    .raven row.activatable:not(.list):hover,
11828    .raven .view:not(.list):hover,
11829    .raven iconview:not(.list):hover,
11830    .raven .view text:not(.list):hover,
11831    .view .raven text:not(.list):hover,
11832    .raven iconview text:not(.list):hover,
11833    iconview .raven text:not(.list):hover,
11834    .raven textview text:not(.list):hover,
11835    textview .raven text:not(.list):hover,
11836    .raven treeview.view header button:not(.list):hover,
11837    treeview.view header .raven button:not(.list):hover,
11838    .raven .tweak-category header button:not(.list):hover,
11839    .tweak-category header .raven button:not(.list):hover {
11840      color: #ECEFF1; }
11841    .raven list:not(.list):selected, .raven list:not(.list):selected label,
11842    .raven row:not(.list):selected,
11843    .raven row:not(.list):selected label,
11844    .raven row.activatable:not(.list):selected,
11845    .raven .view:not(.list):selected,
11846    .raven iconview:not(.list):selected,
11847    .raven .view text:not(.list):selected,
11848    .view .raven text:not(.list):selected,
11849    .raven iconview text:not(.list):selected,
11850    iconview .raven text:not(.list):selected,
11851    .raven textview text:not(.list):selected,
11852    textview .raven text:not(.list):selected,
11853    .raven treeview.view header button:not(.list):selected,
11854    treeview.view header .raven button:not(.list):selected,
11855    .raven .tweak-category header button:not(.list):selected,
11856    .tweak-category header .raven button:not(.list):selected,
11857    .raven row.activatable:not(.list):selected label,
11858    .raven .view:not(.list):selected label,
11859    .raven iconview:not(.list):selected label,
11860    .raven .view text:not(.list):selected label,
11861    .view .raven text:not(.list):selected label,
11862    .raven iconview text:not(.list):selected label,
11863    iconview .raven text:not(.list):selected label,
11864    .raven textview text:not(.list):selected label,
11865    textview .raven text:not(.list):selected label,
11866    .raven treeview.view header button:not(.list):selected label,
11867    treeview.view header .raven button:not(.list):selected label,
11868    .raven .tweak-category header button:not(.list):selected label,
11869    .tweak-category header .raven button:not(.list):selected label {
11870      color: #C5A68E; }
11871    .raven list:not(.list):selected:hover,
11872    .raven row:not(.list):selected:hover,
11873    .raven row.activatable:not(.list):selected:hover,
11874    .raven .view:not(.list):selected:hover,
11875    .raven iconview:not(.list):selected:hover,
11876    .raven .view text:not(.list):selected:hover,
11877    .view .raven text:not(.list):selected:hover,
11878    .raven iconview text:not(.list):selected:hover,
11879    iconview .raven text:not(.list):selected:hover,
11880    .raven textview text:not(.list):selected:hover,
11881    textview .raven text:not(.list):selected:hover,
11882    .raven treeview.view header button:not(.list):selected:hover,
11883    treeview.view header .raven button:not(.list):selected:hover,
11884    .raven .tweak-category header button:not(.list):selected:hover,
11885    .tweak-category header .raven button:not(.list):selected:hover {
11886      background-color: rgba(0, 188, 212, 0.1); }
11887    .raven list separator,
11888    .raven row separator,
11889    .raven row.activatable separator,
11890    .raven .view separator,
11891    .raven iconview separator,
11892    .raven .view text separator,
11893    .view .raven text separator,
11894    .raven iconview text separator,
11895    iconview .raven text separator,
11896    .raven textview text separator,
11897    textview .raven text separator,
11898    .raven treeview.view header button separator,
11899    treeview.view header .raven button separator,
11900    .raven .tweak-category header button separator,
11901    .tweak-category header .raven button separator {
11902      min-height: 1px;
11903      min-width: 1px;
11904      margin-bottom: 0.50376rem;
11905      border: none;
11906      color: transparent;
11907      background-color: transparent;
11908      background-image: none;
11909      box-shadow: inset 0 -1px rgba(236, 239, 241, 0.165); }
11910  .raven button.image-button {
11911    box-shadow: none;
11912    background-color: transparent;
11913    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), alpha(currentColor, 0)); }
11914    .raven button.image-button:hover {
11915      box-shadow: none;
11916      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), alpha(currentColor, 0.1));
11917      -gtk-icon-effect: highlight; }
11918    .raven button.image-button:active {
11919      box-shadow: none;
11920      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
11921    .raven button.image-button:disabled {
11922      box-shadow: none;
11923      background-color: transparent; }
11924    .raven button.image-button:checked {
11925      background-color: alpha(currentColor, 0.2);
11926      color: #ECEFF1; }
11927    .raven button.image-button:checked:disabled > label {
11928      color: inherit; }
11929  .raven .raven-header > .linked {
11930    margin: 0 0.80451rem; }
11931  .raven .raven-header > button.text-button {
11932    min-height: 1rem;
11933    min-width: 1rem;
11934    padding: 0.69925rem 0.80451rem 0.80451rem;
11935    color: rgba(255, 255, 255, 0.85);
11936    background-color: #009688; }
11937    .raven .raven-header > button.text-button:hover {
11938      color: #FFFFFF; }
11939    .raven .raven-header > button.text-button:active {
11940      color: #FFFFFF;
11941      background-color: #C5A68E; }
11942    .raven .raven-header > button.text-button:checked {
11943      color: rgba(255, 255, 255, 0.85);
11944      background-color: #33aba0; }
11945    .raven .raven-header > button.text-button:disabled {
11946      box-shadow: none;
11947      background-color: transparent; }
11948  .raven .raven-header button.flat.expander-button, .raven .raven-header button.expander-button.osd.image-button, .raven .raven-header .osd toolbar button.expander-button, .osd toolbar .raven .raven-header button.expander-button, .raven .raven-header toolbar.osd button.expander-button, toolbar.osd .raven .raven-header button.expander-button, .raven .raven-header .app-notification button.expander-button, .app-notification .raven .raven-header button.expander-button, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button, .raven .raven-header toolbar button.expander-button, toolbar .raven .raven-header button.expander-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),
11949  .raven .raven-header headerbar button.expander-button:not(.suggested-action):not(.destructive-action),
11950  headerbar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button,
11951  .raven .raven-header .context-menu > arrow.expander-button,
11952  .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 .ssd decoration button.expander-button, .ssd decoration .raven .raven-header button.expander-button, .raven .raven-header .csd headerbar button.expander-button.titlebutton, .csd headerbar .raven .raven-header button.expander-button.titlebutton,
11953  .raven .raven-header .csd .titlebar button.expander-button.titlebutton,
11954  .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 {
11955    min-width: 1rem;
11956    min-height: 1rem;
11957    padding: 0.80451rem;
11958    border-radius: 100px;
11959    -gtk-outline-radius: 100px;
11960    color: rgba(236, 239, 241, 0.5); }
11961    .raven .raven-header button.flat.expander-button:hover, .raven .raven-header button.expander-button.osd.image-button:hover, .raven .raven-header .osd toolbar button.expander-button:hover, .osd toolbar .raven .raven-header button.expander-button:hover, .raven .raven-header toolbar.osd button.expander-button:hover, toolbar.osd .raven .raven-header button.expander-button:hover, .raven .raven-header .app-notification button.expander-button:hover, .app-notification .raven .raven-header button.expander-button:hover, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button:hover, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button:hover, .raven .raven-header toolbar button.expander-button:hover, toolbar .raven .raven-header button.expander-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),
11962    .raven .raven-header headerbar button.expander-button:hover:not(.suggested-action):not(.destructive-action),
11963    headerbar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:hover,
11964    .raven .raven-header .context-menu > arrow.expander-button:hover,
11965    .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 .ssd decoration button.expander-button:hover, .ssd decoration .raven .raven-header button.expander-button:hover, .raven .raven-header .csd headerbar button.expander-button.titlebutton:hover, .csd headerbar .raven .raven-header button.expander-button.titlebutton:hover,
11966    .raven .raven-header .csd .titlebar button.expander-button.titlebutton:hover,
11967    .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 .osd toolbar button.expander-button:active, .osd toolbar .raven .raven-header button.expander-button:active, .raven .raven-header toolbar.osd button.expander-button:active, toolbar.osd .raven .raven-header button.expander-button:active, .raven .raven-header .app-notification button.expander-button:active, .app-notification .raven .raven-header button.expander-button:active, .raven .raven-header GeditViewFrame .gedit-search-slider button.expander-button:active, GeditViewFrame .gedit-search-slider .raven .raven-header button.expander-button:active, .raven .raven-header toolbar button.expander-button:active, toolbar .raven .raven-header button.expander-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),
11968    .raven .raven-header headerbar button.expander-button:active:not(.suggested-action):not(.destructive-action),
11969    headerbar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:active,
11970    .raven .raven-header .context-menu > arrow.expander-button:active,
11971    .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 .ssd decoration button.expander-button:active, .ssd decoration .raven .raven-header button.expander-button:active, .raven .raven-header .csd headerbar button.expander-button.titlebutton:active, .csd headerbar .raven .raven-header button.expander-button.titlebutton:active,
11972    .raven .raven-header .csd .titlebar button.expander-button.titlebutton:active,
11973    .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 {
11974      color: #ECEFF1; }
11975  .raven calendar {
11976    border: none;
11977    background-color: transparent; }
11978  .raven undershoot.top, .raven undershoot.bottom, .raven undershoot.left, .raven undershoot.right {
11979    background-image: none; }
11980
11981.raven-mpris {
11982  border: none;
11983  color: #ECEFF1;
11984  background-color: rgba(42, 55, 62, 0.9); }
11985  .raven-mpris button.image-button {
11986    padding: 0.6015rem; }
11987
11988.budgie-notification-window {
11989  border-radius: 2px;
11990  background: none; }
11991
11992.budgie-notification.background {
11993  border-radius: 2px; }
11994.budgie-notification .notification-title {
11995  color: rgba(236, 239, 241, 0.75);
11996  font-size: 110%;
11997  font-weight: 500; }
11998.budgie-notification .notification-body {
11999  color: #ECEFF1; }
12000
12001.background.csd.budgie-run-dialog {
12002  border: 1px solid rgba(0, 0, 0, 0.11);
12003  border-top-color: rgba(255, 255, 255, 0.07);
12004  background-color: transparent; }
12005  .background.csd.budgie-run-dialog decoration {
12006    border-radius: 2px;
12007    background-color: rgba(42, 55, 62, 0.9); }
12008    .background.csd.budgie-run-dialog decoration headerbar {
12009      border-radius: 2px; }
12010  .background.csd.budgie-run-dialog scrolledwindow, .background.csd.budgie-run-dialog placessidebar {
12011    border-image: none; }
12012    .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 {
12013      background-image: none; }
12014  .background.csd.budgie-run-dialog box > box > separator {
12015    border: 0 none transparent;
12016    color: transparent;
12017    background-color: transparent; }
12018  .background.csd.budgie-run-dialog button.image-button {
12019    color: #C5A68E); }
12020    .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 {
12021      color: #C5A68E; }
12022    .background.csd.budgie-run-dialog button.image-button:disabled {
12023      color: rgba(77, 182, 172, 0.4); }
12024
12025.budgie-session-dialog,
12026.budgie-polkit-dialog {
12027  border-radius: 2px;
12028  border-width: 0;
12029  background-color: #3e515a;
12030  color: #ECEFF1;
12031  font-weight: 700;
12032  opacity: 0.9; }
12033  .budgie-session-dialog decoration,
12034  .budgie-polkit-dialog decoration {
12035    border-radius: 2px;
12036    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
12037    .budgie-session-dialog decoration:backdrop,
12038    .budgie-polkit-dialog decoration:backdrop {
12039      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);
12040      transition: none; }
12041  .budgie-session-dialog button,
12042  .budgie-session-dialog .linked > button,
12043  .budgie-polkit-dialog button,
12044  .budgie-polkit-dialog .linked > button {
12045    box-shadow: none;
12046    background-color: transparent;
12047    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), alpha(currentColor, 0));
12048    padding: 0.69925rem 1rem 0.80451rem;
12049    border: 2px solid transparent;
12050    border-radius: 0;
12051    color: #C5A68E);
12052    background-color: transparent;
12053    background-size: 9.96241rem 9.96241rem, auto; }
12054    .budgie-session-dialog button:hover,
12055    .budgie-session-dialog .linked > button:hover,
12056    .budgie-polkit-dialog button:hover,
12057    .budgie-polkit-dialog .linked > button:hover {
12058      box-shadow: none;
12059      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), alpha(currentColor, 0.1));
12060      color: #C5A68E; }
12061    .budgie-session-dialog button:active,
12062    .budgie-session-dialog .linked > button:active,
12063    .budgie-polkit-dialog button:active,
12064    .budgie-polkit-dialog .linked > button:active {
12065      box-shadow: none;
12066      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
12067      color: #C5A68E; }
12068    .budgie-session-dialog button:checked,
12069    .budgie-session-dialog .linked > button:checked,
12070    .budgie-polkit-dialog button:checked,
12071    .budgie-polkit-dialog .linked > button:checked {
12072      background-color: alpha(currentColor, 0.2);
12073      color: #ECEFF1;
12074      color: #C5A68E); }
12075    .budgie-session-dialog button:disabled,
12076    .budgie-session-dialog .linked > button:disabled,
12077    .budgie-polkit-dialog button:disabled,
12078    .budgie-polkit-dialog .linked > button:disabled {
12079      box-shadow: none;
12080      background-color: transparent; }
12081    .budgie-session-dialog button:first-child,
12082    .budgie-session-dialog .linked > button:first-child,
12083    .budgie-polkit-dialog button:first-child,
12084    .budgie-polkit-dialog .linked > button:first-child {
12085      border-radius: 0 0 0 2px;
12086      border-right-width: 0; }
12087    .budgie-session-dialog button:last-child,
12088    .budgie-session-dialog .linked > button:last-child,
12089    .budgie-polkit-dialog button:last-child,
12090    .budgie-polkit-dialog .linked > button:last-child {
12091      border-radius: 0 0 2px 0;
12092      border-left-width: 0; }
12093  .budgie-session-dialog:not(.budgie-session-dialog) .message,
12094  .budgie-polkit-dialog:not(.budgie-session-dialog) .message {
12095    color: rgba(236, 239, 241, 0.75); }
12096  .budgie-session-dialog:not(.budgie-session-dialog) .failure,
12097  .budgie-polkit-dialog:not(.budgie-session-dialog) .failure {
12098    color: #C5A68E;
12099    font-weight: 700; }
12100
12101.drop-shadow {
12102  background-color: #13191C;
12103  background-image: none;
12104  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
12105
12106/*****************
12107 * Unity Desktop *
12108 *****************/
12109UnityDecoration {
12110  -UnityDecoration-extents: 28px 0 0 0;
12111  -UnityDecoration-input-extents: 8px;
12112  -UnityDecoration-shadow-offset-x: 0px;
12113  -UnityDecoration-shadow-offset-y: 8px;
12114  -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
12115  -UnityDecoration-active-shadow-radius: 12px;
12116  -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
12117  -UnityDecoration-inactive-shadow-radius: 6px;
12118  -UnityDecoration-glow-size: 10px;
12119  -UnityDecoration-glow-color: #C5A68E;
12120  -UnityDecoration-title-indent: 16px;
12121  -UnityDecoration-title-fade: 32px;
12122  -UnityDecoration-title-alignment: 0.0; }
12123  UnityDecoration.top {
12124    border-width: 1px 0 0;
12125    border-style: solid none none;
12126    border-color: rgba(0, 0, 0, 0.11);
12127    border-radius: 2px 2px 0 0;
12128    padding: 1px 6px 0 6px;
12129    background-image: linear-gradient(to bottom, #322F22, #322F22);
12130    color: #ECEFF1;
12131    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
12132    UnityDecoration.top:backdrop {
12133      color: rgba(236, 239, 241, 0.3); }
12134  UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
12135    background-image: none; }
12136
12137UnityPanelWidget, UnityPanelWidget:backdrop,
12138.unity-panel,
12139.unity-panel:backdrop {
12140  border-bottom: 1px solid #13191c;
12141  color: #ECEFF1;
12142  background-image: linear-gradient(to bottom, #13191c, #13191c);
12143  box-shadow: none; }
12144
12145.unity-panel.menubar,
12146.unity-panel .menubar {
12147  background-color: transparent;
12148  background-image: none;
12149  box-shadow: none; }
12150  .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
12151  .unity-panel .menubar.menuitem,
12152  .unity-panel .menubar .menuitem * {
12153    padding: 0 6px;
12154    border-radius: 0;
12155    border-bottom: none;
12156    color: #ECEFF1;
12157    background-color: transparent; }
12158    .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
12159    .unity-panel .menubar.menuitem:hover,
12160    .unity-panel .menubar .menuitem *:hover {
12161      color: #FFFFFF;
12162      box-shadow: inset 0 -2px #C5A68E; }
12163
12164/************
12165 * Corebird *
12166 ************/
12167stack button.profile-button:checked {
12168  color: #ECEFF1; }
12169
12170headerbar.titlebar box button.toggle.account-button {
12171  min-width: 1rem;
12172  min-height: 1rem;
12173  padding: 0.50376rem 0.75188rem 0.50376rem;
12174  border-radius: 2px;
12175  -gtk-outline-radius: 2px; }
12176  headerbar.titlebar box button.toggle.account-button .avatar-round {
12177    border-color: transparent; }
12178headerbar.titlebar box button.image-button.toggle {
12179  min-width: 1rem;
12180  min-height: 1rem;
12181  padding: 0.50376rem 0.75188rem 0.50376rem; }
12182
12183/********
12184 * Nemo *
12185 ********/
12186window EelEditableLabel {
12187  transition: none; }
12188window grid > box > box > toolbar.primary-toolbar {
12189  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
12190  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); }
12191window grid > paned > box > paned > box > notebook, window grid > paned > box > paned > box > notebook > stack:not(:only-child) {
12192  background-color: #455A64; }
12193window grid.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, window grid.vertical > paned.horizontal > box.vertical > placessidebar.frame {
12194  border-width: 0; }
12195window grid.vertical > widget > box {
12196  padding: 0.20301rem; }
12197window grid.vertical > widget > box > button.image-button {
12198  box-shadow: none;
12199  background-color: transparent;
12200  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), alpha(currentColor, 0));
12201  min-width: 1rem;
12202  min-height: 2.20301rem;
12203  border-radius: 2px;
12204  -gtk-outline-radius: 2px;
12205  padding: 0 0.75188rem 0;
12206  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;
12207  color: rgba(236, 239, 241, 0.75);
12208  box-shadow: none; }
12209  window grid.vertical > widget > box > button.image-button:hover {
12210    box-shadow: none;
12211    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), alpha(currentColor, 0.1));
12212    border-image: none;
12213    color: #ECEFF1;
12214    box-shadow: none; }
12215  window grid.vertical > widget > box > button.image-button:checked {
12216    background-color: alpha(currentColor, 0.2);
12217    color: #ECEFF1;
12218    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
12219    background-color: transparent;
12220    color: #ECEFF1;
12221    box-shadow: none; }
12222    window grid.vertical > widget > box > button.image-button:checked:disabled {
12223      border-image: none;
12224      background-color: transparent;
12225      color: rgba(236, 239, 241, 0.3);
12226      box-shadow: none; }
12227      window grid.vertical > widget > box > button.image-button:checked:disabled > label {
12228        color: inherit; }
12229      window grid.vertical > widget > box > button.image-button:checked:disabled > label {
12230        color: inherit; }
12231  window grid.vertical > widget > box > button.image-button:disabled {
12232    box-shadow: none;
12233    background-color: transparent;
12234    border-image: none;
12235    background-color: transparent;
12236    color: rgba(236, 239, 241, 0.225);
12237    box-shadow: none; }
12238window grid.vertical > widget box > separator.vertical {
12239  min-width: 0;
12240  color: transparent;
12241  background-color: transparent; }
12242
12243/************
12244 * Lollypop *
12245 ************/
12246window > headerbar > widget > box.horizontal > grid.horizontal > button.toggle.image-button {
12247  min-width: 1.30075rem;
12248  min-height: 2.80451rem;
12249  padding: 0 0.75188rem 0; }
12250window > headerbar > widget > box.horizontal > button.image-button {
12251  min-width: 1.30075rem;
12252  min-height: 2.80451rem;
12253  margin: -0.15038rem 0;
12254  padding: 0 0.75188rem 0; }
12255
12256/***************************
12257 * Cinnamon-control-center *
12258 ***************************/
12259window > 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 {
12260  background-color: transparent; }
12261window > box.vertical > stack > scrolledwindow toolbar, window > box.vertical > stack > placessidebar toolbar {
12262  background-color: #3b4c54;
12263  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
12264
12265/*********
12266 * XFce4 *
12267 *********/
12268.xfce4-panel {
12269  background-color: #13191c;
12270  color: #ECEFF1;
12271  font-weight: 700; }
12272  .xfce4-panel button {
12273    box-shadow: none;
12274    background-color: transparent;
12275    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), alpha(currentColor, 0));
12276    padding: 0px 4px;
12277    border: none;
12278    border-radius: 0;
12279    color: #ECEFF1;
12280    background-color: transparent; }
12281    .xfce4-panel button:hover {
12282      color: #FFFFFF;
12283      background-color: transparent;
12284      box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
12285    .xfce4-panel button:checked, .xfce4-panel button:hover:checked, .xfce4-panel button:disabled:checked {
12286      color: #FFFFFF;
12287      background-color: transparent;
12288      box-shadow: inset 0 -2px #C5A68E; }
12289    .xfce4-panel button label:backdrop, .xfce4-panel button:backdrop {
12290      opacity: 1.0; }
12291  .xfce4-panel menu {
12292    -gtk-icon-effect: none; }
12293
12294TopMenuAppMenuBar {
12295  background-color: #13191c;
12296  color: #ECEFF1;
12297  box-shadow: none; }
12298  TopMenuAppMenuBar > menuitem {
12299    color: #ECEFF1;
12300    background-color: transparent; }
12301    TopMenuAppMenuBar > menuitem:hover {
12302      color: #FFFFFF;
12303      box-shadow: inset 0 -2px #C5A68E; }
12304    TopMenuAppMenuBar > menuitem:backdrop {
12305      opacity: 1.0; }
12306
12307/**************
12308 * FeedReader *
12309 **************/
12310window > 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 .osd toolbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .osd toolbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar toolbar.osd button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), toolbar.osd window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .app-notification button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .app-notification window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar GeditViewFrame .gedit-search-slider button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), GeditViewFrame .gedit-search-slider window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar toolbar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), toolbar window > paned.titlebar > headerbar.titlebar button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12311window > 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),
12312window > paned.titlebar > headerbar.titlebar .context-menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12313window > 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 .ssd decoration button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), .ssd decoration window > paned.titlebar > headerbar.titlebar 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),
12314.csd window > paned.titlebar > headerbar.titlebar button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
12315window > 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) {
12316  min-width: 1rem;
12317  padding-left: 0.90226rem;
12318  padding-right: 0.90226rem; }
12319
12320/************
12321 * Synaptic *
12322 ************/
12323window > box.vertical > box.horizontal > toolbar {
12324  background-color: transparent;
12325  box-shadow: none; }
12326  window > box.vertical > box.horizontal > toolbar toolitem > box label,
12327  window > box.vertical > box.horizontal > toolbar toolitem > box entry,
12328  window > box.vertical > box.horizontal > toolbar toolitem > box spinbutton:not(.vertical) {
12329    min-height: 1rem;
12330    padding-top: 0.09774rem;
12331    padding-bottom: 0.09774rem;
12332    font-size: 90%; }
12333  window > box.vertical > box.horizontal > toolbar toolitem > box > label {
12334    color: rgba(236, 239, 241, 0.3); }
12335window > box.vertical > box.horizontal > widget {
12336  background-color: transparent; }
12337
12338/***********
12339 * Colours *
12340 ***********/
12341@define-color theme_fg_color #ECEFF1;
12342@define-color theme_inverted_fg_color #ECEFF1;
12343@define-color theme_text_color #ECEFF1;
12344@define-color theme_bg_color #3e515a;
12345@define-color theme_base_color #455A64;
12346@define-color theme_selected_bg_color #C5A68E;
12347@define-color theme_selected_fg_color #FFFFFF;
12348@define-color insensitive_bg_color #3e515a;
12349@define-color insensitive_fg_color rgba(236, 239, 241, 0.3);
12350@define-color insensitive_base_color #42565f;
12351@define-color theme_unfocused_fg_color rgba(236, 239, 241, 0.3);
12352@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
12353@define-color theme_unfocused_text_color rgba(236, 239, 241, 0.3);
12354@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
12355@define-color theme_unfocused_bg_color #3e515a;
12356@define-color theme_unfocused_base_color #455A64;
12357@define-color theme_unfocused_selected_bg_color #C5A68E;
12358@define-color theme_unfocused_selected_fg_color #FFFFFF;
12359@define-color placeholder_text_color #607D8B;
12360@define-color borders rgba(0, 0, 0, 0.11);
12361@define-color unfocused_borders rgba(0, 0, 0, 0.11);
12362@define-color warning_color #FF9800;
12363@define-color error_color #F44336;
12364@define-color success_color #00E676;
12365@define-color link_color #03A9F4;
12366@define-color wm_bg_a #322F22;
12367@define-color wm_bg_b rgba(255, 255, 255, 0.07);
12368@define-color content_view_bg #455A64;