all repos — dotfiles @ a9d88fbd77f9981feebf5d0e6b84f588d239c028

my *nix dotfiles

themes/whitey/gtk-3.20/gtk.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)); }
    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)); } }
    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)); }
   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)); } }
   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)); }
   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)); } }
   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: #E8E8E8;
   44  text-shadow: none;
   45  -gtk-icon-shadow: none; }
   46
   47/***************
   48 * Base States *
   49 ***************/
   50.background {
   51  background-color: #FFFFFF;
   52  color: #263238; }
   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: #FFFFFF;
   65  color: #263238; }
   66  .gtkstyle-fallback:hover {
   67    background-color: #eaeef2;
   68    color: #263238; }
   69  .gtkstyle-fallback:active {
   70    background-color: #dae2e9;
   71    color: #263238; }
   72  .gtkstyle-fallback:disabled {
   73    background-color: #FFFFFF;
   74    color: rgba(38, 50, 56, 0.3); }
   75  .gtkstyle-fallback:selected {
   76    background-color: #E8E8E8;
   77    color: #FFFFFF; }
   78
   79.view, iconview,
   80.view text,
   81iconview text,
   82textview text {
   83  background-color: #FFFFFF;
   84  color: #263238; }
   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(38, 50, 56, 0.3); }
  102
  103textview border {
  104  background-color: #FFFFFF; }
  105
  106rubberband, flowbox rubberband, treeview.view rubberband, .tweak-category rubberband, .content-view rubberband,
  107.rubberband {
  108  border: 1px solid #4DD0E1;
  109  background-color: rgba(77, 208, 225, 0.2); }
  110
  111flowbox flowboxchild {
  112  padding: 0.15038rem;
  113  border-radius: 2px;
  114  -gtk-outline-radius: 2px; }
  115  flowbox flowboxchild:selected {
  116    outline-offset: -0.15038rem; }
  117
  118label {
  119  caret-color: currentColor; }
  120  label.separator {
  121    color: transparent; }
  122  label:disabled {
  123    color: rgba(38, 50, 56, 0.3); }
  124  label.kudo-label {
  125    color: #263238; }
  126
  127.dim-label, label.separator, .titlebar .title:backdrop,
  128headerbar .title:backdrop, .titlebar .subtitle,
  129headerbar .subtitle, .titlebar .subtitle:backdrop,
  130headerbar .subtitle:backdrop {
  131  opacity: 0.55; }
  132
  133assistant .sidebar {
  134  padding: 0.50376rem 0;
  135  background-color: #FFFFFF; }
  136  assistant .sidebar:dir(ltr) {
  137    border-right: 1px solid rgba(0, 0, 0, 0.09); }
  138  assistant .sidebar:dir(rtl) {
  139    border-left: 1px solid rgba(0, 0, 0, 0.09); }
  140assistant.csd .sidebar {
  141  border-top-style: none; }
  142assistant .sidebar label {
  143  padding: 0.3985rem 0.6015rem 0.50376rem;
  144  color: rgba(38, 50, 56, 0.75);
  145  font-weight: 500; }
  146  assistant .sidebar label.highlight {
  147    color: #E8E8E8; }
  148assistant headerbar button.flat:not(:last-child), assistant headerbar button.osd.image-button:not(:last-child),
  149assistant headerbar .button.osd.image-button:not(:last-child),
  150assistant headerbar button:not(:last-child):not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child),
  151assistant headerbar .context-menu > arrow:not(:last-child),
  152assistant headerbar menu > arrow:not(:last-child), assistant headerbar placessidebar row button.image-button:not(:last-child), placessidebar row assistant headerbar button.image-button:not(:last-child), assistant .csd headerbar button.titlebutton:not(:last-child), .csd assistant headerbar button.titlebutton:not(:last-child),
  153assistant headerbar .csd .titlebar button.titlebutton:not(:last-child),
  154.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),
  155assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):first-child,
  156#gf-candidate-popup assistant headerbar .linked > button:not(:last-child):first-child,
  157assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):last-child,
  158#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) {
  159  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);
  160  background-color: #FFFFFF;
  161  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));
  162  color: rgba(38, 50, 56, 0.75);
  163  background-color: #E8E8E8;
  164  color: rgba(255, 255, 255, 0.85); }
  165  assistant headerbar button.flat:not(:last-child):hover, assistant headerbar button.osd.image-button:not(:last-child):hover,
  166  assistant headerbar .button.osd.image-button:not(:last-child):hover,
  167  assistant headerbar button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):hover,
  168  assistant headerbar .context-menu > arrow:not(:last-child):hover,
  169  assistant headerbar menu > arrow:not(:last-child):hover, assistant headerbar placessidebar row button.image-button:not(:last-child):hover, placessidebar row assistant headerbar button.image-button:not(:last-child):hover, assistant .csd headerbar button.titlebutton:not(:last-child):hover, .csd assistant headerbar button.titlebutton:not(:last-child):hover,
  170  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 {
  171    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);
  172    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));
  173    color: #263238;
  174    color: #FFFFFF; }
  175  assistant headerbar button.flat:not(:last-child):active, assistant headerbar button.osd.image-button:not(:last-child):active,
  176  assistant headerbar .button.osd.image-button:not(:last-child):active,
  177  assistant headerbar button:not(:last-child):active:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):active,
  178  assistant headerbar .context-menu > arrow:not(:last-child):active,
  179  assistant headerbar menu > arrow:not(:last-child):active, assistant headerbar placessidebar row button.image-button:not(:last-child):active, placessidebar row assistant headerbar button.image-button:not(:last-child):active, assistant .csd headerbar button.titlebutton:not(:last-child):active, .csd assistant headerbar button.titlebutton:not(:last-child):active,
  180  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 {
  181    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);
  182    color: #263238;
  183    transition-duration: 0;
  184    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  185    color: #FFFFFF;
  186    background-color: #E8E8E8; }
  187  assistant headerbar button.flat:not(:last-child):checked, assistant headerbar button.osd.image-button:not(:last-child):checked,
  188  assistant headerbar .button.osd.image-button:not(:last-child):checked,
  189  assistant headerbar button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):checked,
  190  assistant headerbar .context-menu > arrow:not(:last-child):checked,
  191  assistant headerbar menu > arrow:not(:last-child):checked, assistant headerbar placessidebar row button.image-button:not(:last-child):checked, placessidebar row assistant headerbar button.image-button:not(:last-child):checked, assistant .csd headerbar button.titlebutton:not(:last-child):checked, .csd assistant headerbar button.titlebutton:not(:last-child):checked,
  192  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 {
  193    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);
  194    background-color: #E8E8E8;
  195    color: #FFFFFF;
  196    background-color: #E8E8E8;
  197    color: #ECEFF1; }
  198  assistant headerbar button.flat:not(:last-child):disabled, assistant headerbar button.osd.image-button:not(:last-child):disabled,
  199  assistant headerbar .button.osd.image-button:not(:last-child):disabled,
  200  assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action), assistant headerbar .menu > arrow:not(:last-child):disabled,
  201  assistant headerbar .context-menu > arrow:not(:last-child):disabled,
  202  assistant headerbar menu > arrow:not(:last-child):disabled, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled, assistant .csd headerbar button.titlebutton:not(:last-child):disabled, .csd assistant headerbar button.titlebutton:not(:last-child):disabled,
  203  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 {
  204    box-shadow: none;
  205    background-color: alpha(currentColor, 0.2);
  206    color: rgba(38, 50, 56, 0.225); }
  207    assistant headerbar button.flat:not(:last-child):disabled > label, assistant headerbar button.osd.image-button:not(:last-child):disabled > label,
  208    assistant headerbar .button.osd.image-button:not(:last-child):disabled > label, assistant headerbar .titlebar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label,
  209    assistant headerbar button:not(:last-child):disabled:not(.suggested-action):not(.destructive-action) > label, assistant headerbar .menu > arrow:not(:last-child):disabled > label,
  210    assistant headerbar .context-menu > arrow:not(:last-child):disabled > label,
  211    assistant headerbar menu > arrow:not(:last-child):disabled > label, assistant headerbar placessidebar row button.image-button:not(:last-child):disabled > label, placessidebar row assistant headerbar button.image-button:not(:last-child):disabled > label, assistant .csd headerbar button.titlebutton:not(:last-child):disabled > label, .csd assistant headerbar button.titlebutton:not(:last-child):disabled > label,
  212    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,
  213    assistant headerbar #gf-candidate-popup .linked > button:not(:last-child):disabled > label,
  214    #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 {
  215      color: inherit; }
  216
  217buttonbox button, buttonbox.dialog-action-area button {
  218  box-shadow: none;
  219  background-color: transparent;
  220  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));
  221  color: #E8E8E8;
  222  font-weight: 700; }
  223  buttonbox button:hover, buttonbox.dialog-action-area button:hover {
  224    box-shadow: none;
  225    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));
  226    color: #E8E8E8; }
  227  buttonbox button:active, buttonbox.dialog-action-area button:active {
  228    box-shadow: none;
  229    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  230    color: #E8E8E8; }
  231  buttonbox button:disabled, buttonbox.dialog-action-area button:disabled {
  232    box-shadow: none;
  233    background-color: transparent; }
  234  buttonbox button:checked, buttonbox.dialog-action-area button:checked {
  235    background-color: alpha(currentColor, 0.2);
  236    color: #263238;
  237    color: #E8E8E8; }
  238  buttonbox button:checked:disabled, buttonbox.dialog-action-area button:checked:disabled {
  239    color: #E8E8E8; }
  240    buttonbox button:checked:disabled > label, buttonbox.dialog-action-area button:checked:disabled > label {
  241      color: inherit; }
  242
  243.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, popover.background.osd, .app-notification,
  244.app-notification.frame, .osd .scale-popup, .nautilus-window .floating-bar, .osd {
  245  opacity: 0.9; }
  246
  247/*********************
  248 * Spinner Animation *
  249 *********************/
  250@keyframes colorful_bar {
  251  0% {
  252    -gtk-icon-source: url("assets/bar-red.svg");
  253    -gtk-icon-transform: scale(0, 1); }
  254  24.9% {
  255    -gtk-icon-source: url("assets/bar-red.svg");
  256    -gtk-icon-transform: scale(1, 1); }
  257  25% {
  258    -gtk-icon-source: url("assets/bar-yellow.svg");
  259    -gtk-icon-transform: scale(1, 1); }
  260  49.9% {
  261    -gtk-icon-source: url("assets/bar-yellow.svg");
  262    -gtk-icon-transform: scale(0, 1); }
  263  50% {
  264    -gtk-icon-source: url("assets/bar-green.svg");
  265    -gtk-icon-transform: scale(0, 1); }
  266  74.9% {
  267    -gtk-icon-source: url("assets/bar-green.svg");
  268    -gtk-icon-transform: scale(1, 1); }
  269  75% {
  270    -gtk-icon-source: url("assets/bar-blue.svg");
  271    -gtk-icon-transform: scale(1, 1); }
  272  99.9% {
  273    -gtk-icon-source: url("assets/bar-blue.svg");
  274    -gtk-icon-transform: scale(0, 1); }
  275  100% {
  276    -gtk-icon-source: url("assets/bar-red.svg");
  277    -gtk-icon-transform: scale(0, 1); } }
  278spinner {
  279  min-height: 1.20301rem;
  280  min-width: 1.20301rem;
  281  padding: 0.3985rem 0 0.3985rem;
  282  margin: 0;
  283  background: none;
  284  opacity: 0;
  285  -gtk-icon-source: url("assets/bar-red.svg"); }
  286  spinner:checked {
  287    opacity: 1.0;
  288    animation: colorful_bar 2s linear infinite; }
  289    spinner:checked:disabled {
  290      opacity: 0.4; }
  291    spinner:checked:backdrop {
  292      opacity: 1.0; }
  293  spinner:backdrop {
  294    opacity: 0; }
  295
  296/****************
  297 * Text Entries *
  298 ****************/
  299entry, spinbutton:not(.vertical),
  300.entry {
  301  min-height: 1rem;
  302  min-width: 2.50376rem;
  303  padding: 0.69925rem 0.6015rem 0.80451rem;
  304  border-radius: 0;
  305  -gtk-outline-radius: 0;
  306  border-color: #E5E9EC;
  307  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;
  308  background-color: transparent;
  309  color: rgba(38, 50, 56, 0.75); }
  310  entry:focus, spinbutton:focus:not(.vertical),
  311  .entry:focus {
  312    border-color: #E5E9EC;
  313    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
  314    color: #263238;
  315    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; }
  316  entry:disabled, spinbutton:disabled:not(.vertical),
  317  .entry:disabled {
  318    border-color: #E5E9EC;
  319    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;
  320    background-color: transparent;
  321    color: rgba(38, 50, 56, 0.3); }
  322  entry.flat, spinbutton.flat:not(.vertical), notebook:not(.reorderable-page) > entry, notebook:not(.reorderable-page) > spinbutton:not(.vertical),
  323  .entry.flat,
  324  .linked > entry:not(.flat),
  325  .linked > spinbutton:not(.flat):not(.vertical),
  326  .linked.vertical > entry:not(.flat),
  327  .linked > .entry:not(.flat),
  328  .linked.vertical > .entry:not(.flat) {
  329    border-radius: 0;
  330    border-radius: 0;
  331    -gtk-outline-radius: 0;
  332    border-color: #E5E9EC;
  333    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;
  334    background-color: transparent;
  335    color: rgba(38, 50, 56, 0.75); }
  336    entry.flat:focus, spinbutton.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry:focus, notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical),
  337    .entry.flat:focus,
  338    .linked > entry:focus:not(.flat),
  339    .linked > spinbutton:focus:not(.flat):not(.vertical),
  340    .linked > .entry:focus:not(.flat) {
  341      border-color: #E5E9EC;
  342      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
  343      color: #263238;
  344      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; }
  345    entry.flat:disabled, spinbutton.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry:disabled, notebook:not(.reorderable-page) > spinbutton:disabled:not(.vertical),
  346    .entry.flat:disabled,
  347    .linked > entry:disabled:not(.flat),
  348    .linked > spinbutton:disabled:not(.flat):not(.vertical),
  349    .linked > .entry:disabled:not(.flat) {
  350      border-color: #E5E9EC;
  351      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;
  352      color: rgba(38, 50, 56, 0.3); }
  353  entry image, spinbutton:not(.vertical) image,
  354  .entry image {
  355    padding-left: 0.30075rem;
  356    padding-right: 0.30075rem; }
  357  .linked > entry:not(.flat), .linked > spinbutton:not(.flat):not(.vertical), .linked.vertical > entry:not(.flat), .linked.vertical > spinbutton:not(.flat):not(.vertical), .linked >
  358  .entry:not(.flat), .linked.vertical >
  359  .entry:not(.flat) {
  360    border-radius: 0;
  361    -gtk-outline-radius: 0; }
  362  entry.error, spinbutton.error:not(.vertical),
  363  .entry.error {
  364    border-radius: 0;
  365    -gtk-outline-radius: 0;
  366    border-color: #E5E9EC;
  367    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;
  368    background-color: transparent;
  369    color: rgba(38, 50, 56, 0.75); }
  370    entry.error:focus, spinbutton.error:focus:not(.vertical),
  371    .entry.error:focus {
  372      border-color: #E5E9EC;
  373      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  374      color: #263238;
  375      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; }
  376    entry.error:disabled, spinbutton.error:disabled:not(.vertical),
  377    .entry.error:disabled {
  378      border-color: #E5E9EC;
  379      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;
  380      background-color: transparent;
  381      color: rgba(38, 50, 56, 0.3); }
  382    entry.error.flat, spinbutton.error.flat:not(.vertical), notebook:not(.reorderable-page) > entry.error, notebook:not(.reorderable-page) > spinbutton.error:not(.vertical),
  383    .entry.error.flat,
  384    .linked > entry.error:not(.flat),
  385    .linked > spinbutton.error:not(.flat):not(.vertical),
  386    .linked > .error.entry:not(.flat) {
  387      border-radius: 0;
  388      -gtk-outline-radius: 0;
  389      border-color: #E5E9EC;
  390      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;
  391      background-color: transparent;
  392      color: rgba(38, 50, 56, 0.75); }
  393      entry.error.flat:focus, spinbutton.error.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.error:focus, notebook:not(.reorderable-page) > spinbutton.error:focus:not(.vertical),
  394      .entry.error.flat:focus,
  395      .linked > entry.error:focus:not(.flat),
  396      .linked > spinbutton.error:focus:not(.flat):not(.vertical),
  397      .linked > .error.entry:focus:not(.flat) {
  398        border-color: #E5E9EC;
  399        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  400        color: #263238;
  401        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; }
  402      entry.error.flat:disabled, spinbutton.error.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.error:disabled, notebook:not(.reorderable-page) > spinbutton.error:disabled:not(.vertical),
  403      .entry.error.flat:disabled,
  404      .linked > entry.error:disabled:not(.flat),
  405      .linked > spinbutton.error:disabled:not(.flat):not(.vertical),
  406      .linked > .error.entry:disabled:not(.flat) {
  407        border-color: #E5E9EC;
  408        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;
  409        color: rgba(38, 50, 56, 0.3); }
  410  entry.warning, spinbutton.warning:not(.vertical),
  411  .entry.warning {
  412    border-radius: 0;
  413    -gtk-outline-radius: 0;
  414    border-color: #E5E9EC;
  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(38, 50, 56, 0.75); }
  418    entry.warning:focus, spinbutton.warning:focus:not(.vertical),
  419    .entry.warning:focus {
  420      border-color: #E5E9EC;
  421      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
  422      color: #263238;
  423      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; }
  424    entry.warning:disabled, spinbutton.warning:disabled:not(.vertical),
  425    .entry.warning:disabled {
  426      border-color: #E5E9EC;
  427      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;
  428      background-color: transparent;
  429      color: rgba(38, 50, 56, 0.3); }
  430    entry.warning.flat, spinbutton.warning.flat:not(.vertical), notebook:not(.reorderable-page) > entry.warning, notebook:not(.reorderable-page) > spinbutton.warning:not(.vertical),
  431    .entry.warning.flat,
  432    .linked > entry.warning:not(.flat),
  433    .linked > spinbutton.warning:not(.flat):not(.vertical),
  434    .linked > .warning.entry:not(.flat) {
  435      border-radius: 0;
  436      -gtk-outline-radius: 0;
  437      border-color: #E5E9EC;
  438      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;
  439      background-color: transparent;
  440      color: rgba(38, 50, 56, 0.75); }
  441      entry.warning.flat:focus, spinbutton.warning.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.warning:focus, notebook:not(.reorderable-page) > spinbutton.warning:focus:not(.vertical),
  442      .entry.warning.flat:focus,
  443      .linked > entry.warning:focus:not(.flat),
  444      .linked > spinbutton.warning:focus:not(.flat):not(.vertical),
  445      .linked > .warning.entry:focus:not(.flat) {
  446        border-color: #E5E9EC;
  447        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
  448        color: #263238;
  449        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; }
  450      entry.warning.flat:disabled, spinbutton.warning.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.warning:disabled, notebook:not(.reorderable-page) > spinbutton.warning:disabled:not(.vertical),
  451      .entry.warning.flat:disabled,
  452      .linked > entry.warning:disabled:not(.flat),
  453      .linked > spinbutton.warning:disabled:not(.flat):not(.vertical),
  454      .linked > .warning.entry:disabled:not(.flat) {
  455        border-color: #E5E9EC;
  456        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;
  457        color: rgba(38, 50, 56, 0.3); }
  458  entry.search-missing, spinbutton.search-missing:not(.vertical),
  459  .entry.search-missing {
  460    border-radius: 0;
  461    -gtk-outline-radius: 0;
  462    border-color: #E5E9EC;
  463    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;
  464    background-color: transparent;
  465    color: rgba(38, 50, 56, 0.75); }
  466    entry.search-missing:focus, spinbutton.search-missing:focus:not(.vertical),
  467    .entry.search-missing:focus {
  468      border-color: #E5E9EC;
  469      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  470      color: #263238;
  471      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; }
  472    entry.search-missing:disabled, spinbutton.search-missing:disabled:not(.vertical),
  473    .entry.search-missing:disabled {
  474      border-color: #E5E9EC;
  475      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;
  476      background-color: transparent;
  477      color: rgba(38, 50, 56, 0.3); }
  478    entry.search-missing.flat, spinbutton.search-missing.flat:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing, notebook:not(.reorderable-page) > spinbutton.search-missing:not(.vertical),
  479    .entry.search-missing.flat,
  480    .linked > entry.search-missing:not(.flat),
  481    .linked > spinbutton.search-missing:not(.flat):not(.vertical),
  482    .linked > .search-missing.entry:not(.flat) {
  483      border-radius: 0;
  484      -gtk-outline-radius: 0;
  485      border-color: #E5E9EC;
  486      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;
  487      background-color: transparent;
  488      color: rgba(38, 50, 56, 0.75); }
  489      entry.search-missing.flat:focus, spinbutton.search-missing.flat:focus:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:focus, notebook:not(.reorderable-page) > spinbutton.search-missing:focus:not(.vertical),
  490      .entry.search-missing.flat:focus,
  491      .linked > entry.search-missing:focus:not(.flat),
  492      .linked > spinbutton.search-missing:focus:not(.flat):not(.vertical),
  493      .linked > .search-missing.entry:focus:not(.flat) {
  494        border-color: #E5E9EC;
  495        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
  496        color: #263238;
  497        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; }
  498      entry.search-missing.flat:disabled, spinbutton.search-missing.flat:disabled:not(.vertical), notebook:not(.reorderable-page) > entry.search-missing:disabled, notebook:not(.reorderable-page) > spinbutton.search-missing:disabled:not(.vertical),
  499      .entry.search-missing.flat:disabled,
  500      .linked > entry.search-missing:disabled:not(.flat),
  501      .linked > spinbutton.search-missing:disabled:not(.flat):not(.vertical),
  502      .linked > .search-missing.entry:disabled:not(.flat) {
  503        border-color: #E5E9EC;
  504        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;
  505        color: rgba(38, 50, 56, 0.3); }
  506  entry image:not(:hover):not(:active), spinbutton:not(.vertical) image:not(:hover):not(:active),
  507  .entry image:not(:hover):not(:active) {
  508    color: alpha(currentColor, 0.75); }
  509  entry image:active, spinbutton:not(.vertical) image:active,
  510  .entry image:active {
  511    color: #E8E8E8; }
  512  entry image:disabled, spinbutton:not(.vertical) image:disabled,
  513  .entry image:disabled {
  514    color: alpha(currentColor, 0.55); }
  515  entry:drop(active):focus, spinbutton:drop(active):focus:not(.vertical), entry:drop(active), spinbutton:drop(active):not(.vertical),
  516  .entry:drop(active):focus,
  517  .entry:drop(active) {
  518    border-color: #E8E8E8;
  519    box-shadow: inset 0 0 0 1px #E8E8E8; }
  520  treeview entry, treeview spinbutton:not(.vertical), treeview entry.flat:focus, treeview spinbutton.flat:focus:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus, treeview notebook:not(.reorderable-page) > spinbutton:focus:not(.vertical), treeview
  521  .entry, treeview
  522  .entry.flat:focus, treeview .linked > entry:focus:not(.flat), treeview .linked > spinbutton:focus:not(.flat):not(.vertical), treeview .linked > .entry:focus:not(.flat) {
  523    padding: 1px;
  524    border-radius: 0;
  525    border-image: none;
  526    background-color: #FFFFFF;
  527    color: #263238;
  528    box-shadow: none;
  529    transition: none; }
  530
  531/***********
  532 * Buttons *
  533 ***********/
  534@keyframes needs_attention {
  535  from {
  536    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#E8E8E8), to(transparent)); }
  537  to {
  538    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#E8E8E8), to(transparent)); } }
  539button,
  540.button {
  541  min-height: 1rem;
  542  min-width: 2.50376rem;
  543  padding: 0.69925rem 1rem 0.80451rem;
  544  border-radius: 2px;
  545  -gtk-outline-radius: 2px;
  546  background-repeat: no-repeat;
  547  background-position: center, center;
  548  background-size: 9.96241rem 9.96241rem, auto;
  549  font-weight: 500;
  550  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);
  551  background-color: #FFFFFF;
  552  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));
  553  color: rgba(38, 50, 56, 0.75); }
  554  button:hover,
  555  .button:hover {
  556    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);
  557    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));
  558    color: #263238; }
  559  button:active,
  560  .button:active {
  561    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);
  562    color: #263238;
  563    transition-duration: 0;
  564    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  565  button:disabled,
  566  .button:disabled {
  567    box-shadow: none;
  568    background-color: alpha(currentColor, 0.2);
  569    color: rgba(38, 50, 56, 0.225); }
  570    button:disabled > label,
  571    .button:disabled > label {
  572      color: inherit; }
  573  button:checked,
  574  .button:checked {
  575    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);
  576    background-color: #E8E8E8;
  577    color: #FFFFFF; }
  578  button:checked:disabled,
  579  .button:checked:disabled {
  580    box-shadow: none;
  581    background-color: alpha(currentColor, 0.2);
  582    color: rgba(0, 188, 212, 0.4); }
  583    button:checked:disabled > label,
  584    .button:checked:disabled > label {
  585      color: inherit; }
  586  button.flat, button.osd.image-button,
  587  .button.osd.image-button, .titlebar button:not(.suggested-action):not(.destructive-action),
  588  headerbar button:not(.suggested-action):not(.destructive-action), .menu > arrow,
  589  .context-menu > arrow,
  590  menu > arrow, placessidebar row button.image-button, .csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
  591  .csd .titlebar button.titlebutton,
  592  .csd .titlebar.selection-mode button.titlebutton, #gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
  593  #gf-candidate-popup .linked > button,
  594  #gf-candidate-popup .linked > button:first-child,
  595  #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget button, layouttabbar button, layouttab button,
  596  .button.flat,
  597  .ssd decoration .button {
  598    box-shadow: none;
  599    background-color: transparent;
  600    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)); }
  601    button.flat:hover, button.osd.image-button:hover,
  602    .button.osd.image-button:hover, .titlebar button:hover:not(.suggested-action):not(.destructive-action),
  603    headerbar button:hover:not(.suggested-action):not(.destructive-action), .menu > arrow:hover,
  604    .context-menu > arrow:hover,
  605    menu > arrow:hover, placessidebar row button.image-button:hover, .csd headerbar button.titlebutton:hover,
  606    .csd .titlebar button.titlebutton:hover, #gf-candidate-popup button:hover,
  607    #gf-candidate-popup .linked > button:hover:first-child,
  608    #gf-candidate-popup .linked > button:hover:last-child, window > grid.vertical > box.vertical > widget button:hover, layouttabbar button:hover, layouttab button:hover,
  609    .button.flat:hover,
  610    .ssd decoration .button:hover {
  611      box-shadow: none;
  612      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)); }
  613    button.flat:active, button.osd.image-button:active,
  614    .button.osd.image-button:active, .titlebar button:active:not(.suggested-action):not(.destructive-action),
  615    headerbar button:active:not(.suggested-action):not(.destructive-action), .menu > arrow:active,
  616    .context-menu > arrow:active,
  617    menu > arrow:active, placessidebar row button.image-button:active, .csd headerbar button.titlebutton:active,
  618    .csd .titlebar button.titlebutton:active, #gf-candidate-popup button:active,
  619    #gf-candidate-popup .linked > button:active:first-child,
  620    #gf-candidate-popup .linked > button:active:last-child, window > grid.vertical > box.vertical > widget button:active, layouttabbar button:active, layouttab button:active,
  621    .button.flat:active,
  622    .ssd decoration .button:active {
  623      box-shadow: none;
  624      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
  625    button.flat:disabled, button.osd.image-button:disabled,
  626    .button.osd.image-button:disabled, .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
  627    headerbar button:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow:disabled,
  628    .context-menu > arrow:disabled,
  629    menu > arrow:disabled, placessidebar row button.image-button:disabled, .csd headerbar button.titlebutton:disabled,
  630    .csd .titlebar button.titlebutton:disabled, #gf-candidate-popup button:disabled,
  631    #gf-candidate-popup .linked > button:disabled:first-child,
  632    #gf-candidate-popup .linked > button:disabled:last-child, window > grid.vertical > box.vertical > widget button:disabled, layouttabbar button:disabled, layouttab button:disabled,
  633    .button.flat:disabled,
  634    .ssd decoration .button:disabled {
  635      box-shadow: none;
  636      background-color: transparent; }
  637    button.flat:checked, button.osd.image-button:checked,
  638    .button.osd.image-button:checked, .titlebar button:checked:not(.suggested-action):not(.destructive-action),
  639    headerbar button:checked:not(.suggested-action):not(.destructive-action), .menu > arrow:checked,
  640    .context-menu > arrow:checked,
  641    menu > arrow:checked, placessidebar row button.image-button:checked, .csd headerbar button.titlebutton:checked,
  642    .csd .titlebar button.titlebutton:checked, #gf-candidate-popup button:checked,
  643    #gf-candidate-popup .linked > button:checked:first-child,
  644    #gf-candidate-popup .linked > button:checked:last-child, window > grid.vertical > box.vertical > widget button:checked, layouttabbar button:checked, layouttab button:checked,
  645    .button.flat:checked,
  646    .ssd decoration .button:checked {
  647      background-color: alpha(currentColor, 0.2);
  648      color: #263238; }
  649    button.flat:checked:disabled > label, button.osd.image-button:checked:disabled > label,
  650    .button.osd.image-button:checked:disabled > label, .titlebar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label,
  651    headerbar button:checked:disabled:not(.suggested-action):not(.destructive-action) > label, .menu > arrow:checked:disabled > label,
  652    .context-menu > arrow:checked:disabled > label,
  653    menu > arrow:checked:disabled > label, placessidebar row button.image-button:checked:disabled > label, .csd headerbar button.titlebutton:checked:disabled > label,
  654    .csd .titlebar button.titlebutton:checked:disabled > label, #gf-candidate-popup button:checked:disabled > label,
  655    #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,
  656    .button.flat:checked:disabled > label,
  657    .ssd decoration .button:checked:disabled > label {
  658      color: inherit; }
  659    .linked > button.flat, .linked > button.osd.image-button,
  660    .linked > .button.osd.image-button, .titlebar .linked > button:not(.suggested-action):not(.destructive-action),
  661    headerbar .linked > button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow,
  662    .context-menu.linked > arrow,
  663    menu.linked > arrow, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.titlebutton,
  664    .csd .titlebar .linked > button.titlebutton,
  665    #gf-candidate-popup .linked > button,
  666    #gf-candidate-popup .linked > button:first-child,
  667    #gf-candidate-popup .linked > button:last-child, window > grid.vertical > box.vertical > widget .linked > button, layouttabbar .linked > button, layouttab .linked > button, .linked >
  668    .button.flat, .ssd decoration .linked > .button {
  669      border-radius: 2px;
  670      -gtk-outline-radius: 2px; }
  671      .linked > button.flat.image-button, .linked > button.image-button.osd,
  672      .linked > .image-button.button.osd, .titlebar .linked > button.image-button:not(.suggested-action):not(.destructive-action),
  673      headerbar .linked > button.image-button:not(.suggested-action):not(.destructive-action), .menu.linked > arrow.image-button,
  674      .context-menu.linked > arrow.image-button,
  675      menu.linked > arrow.image-button, placessidebar row .linked > button.image-button, .csd headerbar .linked > button.image-button.titlebutton,
  676      .csd .titlebar .linked > button.image-button.titlebutton,
  677      #gf-candidate-popup .linked > button.image-button, window > grid.vertical > box.vertical > widget .linked > button.image-button, layouttabbar .linked > button.image-button, layouttab .linked > button.image-button, .linked >
  678      .button.flat.image-button, .ssd decoration .linked > .image-button.button {
  679        border-radius: 100px;
  680        -gtk-outline-radius: 100px; }
  681  button.osd.image-button,
  682  .button.osd.image-button {
  683    padding: 1.30075rem;
  684    background-color: #FFFFFF;
  685    background-size: 3.7594rem 3.7594rem, auto; }
  686    button.osd.image-button:not(:active):not(:disabled):not(hover),
  687    .button.osd.image-button:not(:active):not(:disabled):not(hover) {
  688      color: #E8E8E8; }
  689    button.osd.image-button:hover,
  690    .button.osd.image-button:hover {
  691      color: #E8E8E8;
  692      background-color: rgba(42, 55, 62, 0.7);
  693      background-image: linear-gradient(to bottom, alpha(currentColor, 0.2)); }
  694    button.osd.image-button:active,
  695    .button.osd.image-button:active {
  696      color: #E8E8E8;
  697      background-color: rgba(42, 55, 62, 0.7);
  698      background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1)); }
  699  button.osd:disabled,
  700  .button.osd:disabled {
  701    opacity: 0; }
  702  button.suggested-action,
  703  .button.suggested-action {
  704    background-color: #E8E8E8;
  705    background-size: 9.96241rem 9.96241rem, auto;
  706    color: #FFFFFF; }
  707    button.suggested-action:hover,
  708    .button.suggested-action:hover {
  709      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);
  710      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));
  711      color: #263238;
  712      background-color: #E8E8E8;
  713      color: #FFFFFF; }
  714    button.suggested-action:active,
  715    .button.suggested-action:active {
  716      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);
  717      color: #263238;
  718      transition-duration: 0;
  719      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  720      background-color: #E8E8E8;
  721      color: #FFFFFF; }
  722    button.suggested-action:checked,
  723    .button.suggested-action:checked {
  724      background-color: #33aba0; }
  725    button.suggested-action:disabled,
  726    .button.suggested-action:disabled {
  727      box-shadow: none;
  728      background-color: alpha(currentColor, 0.2);
  729      color: rgba(38, 50, 56, 0.3); }
  730      button.suggested-action:disabled > label,
  731      .button.suggested-action:disabled > label {
  732        color: inherit; }
  733    button.suggested-action.flat, button.suggested-action.osd.image-button,
  734    .suggested-action.button.osd.image-button, .titlebar button.suggested-action:not(.suggested-action):not(.destructive-action),
  735    headerbar button.suggested-action:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action,
  736    .context-menu > arrow.suggested-action,
  737    menu > arrow.suggested-action, placessidebar row button.suggested-action.image-button, .csd headerbar button.suggested-action.titlebutton,
  738    .csd .titlebar button.suggested-action.titlebutton, #gf-candidate-popup button.suggested-action,
  739    #gf-candidate-popup .linked > button.suggested-action:first-child,
  740    #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,
  741    .button.suggested-action.flat,
  742    .ssd decoration .suggested-action.button {
  743      background-color: transparent;
  744      color: #E8E8E8; }
  745      button.suggested-action.flat:hover, button.suggested-action.osd.image-button:hover,
  746      .suggested-action.button.osd.image-button:hover, .titlebar button.suggested-action:hover:not(.suggested-action):not(.destructive-action),
  747      headerbar button.suggested-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:hover,
  748      .context-menu > arrow.suggested-action:hover,
  749      menu > arrow.suggested-action:hover, placessidebar row button.suggested-action.image-button:hover, .csd headerbar button.suggested-action.titlebutton:hover,
  750      .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,
  751      .button.suggested-action.flat:hover,
  752      .ssd decoration .suggested-action.button:hover {
  753        box-shadow: none;
  754        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)); }
  755      button.suggested-action.flat:active, button.suggested-action.osd.image-button:active,
  756      .suggested-action.button.osd.image-button:active, .titlebar button.suggested-action:active:not(.suggested-action):not(.destructive-action),
  757      headerbar button.suggested-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:active,
  758      .context-menu > arrow.suggested-action:active,
  759      menu > arrow.suggested-action:active, placessidebar row button.suggested-action.image-button:active, .csd headerbar button.suggested-action.titlebutton:active,
  760      .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,
  761      .button.suggested-action.flat:active,
  762      .ssd decoration .suggested-action.button:active {
  763        box-shadow: none;
  764        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  765        background-color: alpha(#E8E8E8, 0.2);
  766        color: #E8E8E8; }
  767      button.suggested-action.flat:checked, button.suggested-action.osd.image-button:checked,
  768      .suggested-action.button.osd.image-button:checked, .titlebar button.suggested-action:checked:not(.suggested-action):not(.destructive-action),
  769      headerbar button.suggested-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:checked,
  770      .context-menu > arrow.suggested-action:checked,
  771      menu > arrow.suggested-action:checked, placessidebar row button.suggested-action.image-button:checked, .csd headerbar button.suggested-action.titlebutton:checked,
  772      .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,
  773      .button.suggested-action.flat:checked,
  774      .ssd decoration .suggested-action.button:checked {
  775        background-color: alpha(currentColor, 0.2);
  776        color: #263238; }
  777      button.suggested-action.flat:disabled, button.suggested-action.osd.image-button:disabled,
  778      .suggested-action.button.osd.image-button:disabled, .titlebar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action),
  779      headerbar button.suggested-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.suggested-action:disabled,
  780      .context-menu > arrow.suggested-action:disabled,
  781      menu > arrow.suggested-action:disabled, placessidebar row button.suggested-action.image-button:disabled, .csd headerbar button.suggested-action.titlebutton:disabled,
  782      .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,
  783      .button.suggested-action.flat:disabled,
  784      .ssd decoration .suggested-action.button:disabled {
  785        box-shadow: none;
  786        background-color: transparent; }
  787  button.destructive-action,
  788  .button.destructive-action {
  789    background-color: #FF5252;
  790    background-size: 9.96241rem 9.96241rem, auto;
  791    color: #FFFFFF; }
  792    button.destructive-action:hover,
  793    .button.destructive-action:hover {
  794      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);
  795      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));
  796      color: #263238;
  797      background-color: #FF5252;
  798      color: #FFFFFF; }
  799    button.destructive-action:active,
  800    .button.destructive-action:active {
  801      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);
  802      color: #263238;
  803      transition-duration: 0;
  804      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  805      background-color: #E8E8E8;
  806      color: #FFFFFF; }
  807    button.destructive-action:checked,
  808    .button.destructive-action:checked {
  809      background-color: #ff7575; }
  810    button.destructive-action:disabled,
  811    .button.destructive-action:disabled {
  812      box-shadow: none;
  813      background-color: alpha(currentColor, 0.2);
  814      color: rgba(38, 50, 56, 0.3); }
  815      button.destructive-action:disabled > label,
  816      .button.destructive-action:disabled > label {
  817        color: inherit; }
  818    button.destructive-action.flat, button.destructive-action.osd.image-button,
  819    .destructive-action.button.osd.image-button, .titlebar button.destructive-action:not(.suggested-action):not(.destructive-action),
  820    headerbar button.destructive-action:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action,
  821    .context-menu > arrow.destructive-action,
  822    menu > arrow.destructive-action, placessidebar row button.destructive-action.image-button, .csd headerbar button.destructive-action.titlebutton,
  823    .csd .titlebar button.destructive-action.titlebutton, #gf-candidate-popup button.destructive-action,
  824    #gf-candidate-popup .linked > button.destructive-action:first-child,
  825    #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,
  826    .button.destructive-action.flat,
  827    .ssd decoration .destructive-action.button {
  828      background-color: transparent;
  829      color: #FF5252; }
  830      button.destructive-action.flat:hover, button.destructive-action.osd.image-button:hover,
  831      .destructive-action.button.osd.image-button:hover, .titlebar button.destructive-action:hover:not(.suggested-action):not(.destructive-action),
  832      headerbar button.destructive-action:hover:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:hover,
  833      .context-menu > arrow.destructive-action:hover,
  834      menu > arrow.destructive-action:hover, placessidebar row button.destructive-action.image-button:hover, .csd headerbar button.destructive-action.titlebutton:hover,
  835      .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,
  836      .button.destructive-action.flat:hover,
  837      .ssd decoration .destructive-action.button:hover {
  838        box-shadow: none;
  839        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)); }
  840      button.destructive-action.flat:active, button.destructive-action.osd.image-button:active,
  841      .destructive-action.button.osd.image-button:active, .titlebar button.destructive-action:active:not(.suggested-action):not(.destructive-action),
  842      headerbar button.destructive-action:active:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:active,
  843      .context-menu > arrow.destructive-action:active,
  844      menu > arrow.destructive-action:active, placessidebar row button.destructive-action.image-button:active, .csd headerbar button.destructive-action.titlebutton:active,
  845      .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,
  846      .button.destructive-action.flat:active,
  847      .ssd decoration .destructive-action.button:active {
  848        box-shadow: none;
  849        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  850        background-color: alpha(#E8E8E8, 0.2);
  851        color: #E8E8E8; }
  852      button.destructive-action.flat:checked, button.destructive-action.osd.image-button:checked,
  853      .destructive-action.button.osd.image-button:checked, .titlebar button.destructive-action:checked:not(.suggested-action):not(.destructive-action),
  854      headerbar button.destructive-action:checked:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:checked,
  855      .context-menu > arrow.destructive-action:checked,
  856      menu > arrow.destructive-action:checked, placessidebar row button.destructive-action.image-button:checked, .csd headerbar button.destructive-action.titlebutton:checked,
  857      .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,
  858      .button.destructive-action.flat:checked,
  859      .ssd decoration .destructive-action.button:checked {
  860        background-color: alpha(currentColor, 0.2);
  861        color: #263238; }
  862      button.destructive-action.flat:disabled, button.destructive-action.osd.image-button:disabled,
  863      .destructive-action.button.osd.image-button:disabled, .titlebar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action),
  864      headerbar button.destructive-action:disabled:not(.suggested-action):not(.destructive-action), .menu > arrow.destructive-action:disabled,
  865      .context-menu > arrow.destructive-action:disabled,
  866      menu > arrow.destructive-action:disabled, placessidebar row button.destructive-action.image-button:disabled, .csd headerbar button.destructive-action.titlebutton:disabled,
  867      .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,
  868      .button.destructive-action.flat:disabled,
  869      .ssd decoration .destructive-action.button:disabled {
  870        box-shadow: none;
  871        background-color: transparent; }
  872  button.image-button,
  873  .button.image-button {
  874    min-width: 1rem;
  875    min-height: 1rem; }
  876  button.text-button,
  877  .button.text-button {
  878    padding: 0.69925rem 1rem 0.80451rem;
  879    border-radius: 2px;
  880    -gtk-outline-radius: 2px;
  881    font-weight: 700; }
  882  button.text-button.image-button,
  883  .button.text-button.image-button {
  884    padding-left: 1rem;
  885    padding-right: 1rem;
  886    border-radius: 2px;
  887    -gtk-outline-radius: 2px; }
  888    button.text-button.image-button label,
  889    .button.text-button.image-button label {
  890      padding-left: 0.30075rem;
  891      padding-right: 0.30075rem; }
  892    button.text-button.image-button image,
  893    .button.text-button.image-button image {
  894      padding-left: 0.30075rem;
  895      padding-right: 0.30075rem; }
  896    button.text-button.image-button:drop(active), combobox:drop(active) button.text-button.image-button.combo,
  897    .button.text-button.image-button:drop(active) {
  898      color: #E8E8E8;
  899      background-color: rgba(77, 182, 172, 0.2); }
  900  button separator,
  901  button .separator,
  902  .button separator,
  903  .button .separator {
  904    min-height: 0;
  905    min-width: 0;
  906    border-color: transparent;
  907    background-color: transparent;
  908    color: transparent; }
  909  stackswitcher button.text-button, stackswitcher
  910  .button.text-button {
  911    min-height: 1.30075rem;
  912    min-width: 8.42105rem; }
  913  .stack-switcher > button, .stack-switcher >
  914  .button {
  915    outline-offset: -0.19549rem; }
  916    .stack-switcher > button > label, .stack-switcher >
  917    .button > label {
  918      padding-left: 0.6015rem;
  919      padding-right: 0.6015rem; }
  920    .stack-switcher > button > image, .stack-switcher >
  921    .button > image {
  922      padding-left: 0.6015rem;
  923      padding-right: 0.6015rem;
  924      padding-top: 0.20301rem;
  925      padding-bottom: 0.20301rem; }
  926    .stack-switcher > button.text-button, .stack-switcher >
  927    .button.text-button {
  928      padding-left: 1rem;
  929      padding-right: 1rem;
  930      border-radius: 2px;
  931      -gtk-outline-radius: 2px; }
  932    .stack-switcher > button.image-button, .stack-switcher >
  933    .button.image-button {
  934      padding-left: 0.6015rem;
  935      padding-right: 0.6015rem; }
  936    .stack-switcher > button.needs-attention:active > label, .stack-switcher > button.needs-attention:active > image, .stack-switcher > button.needs-attention:checked > label, .stack-switcher > button.needs-attention:checked > image, .stack-switcher >
  937    .button.needs-attention:active > label, .stack-switcher >
  938    .button.needs-attention:active > image, .stack-switcher >
  939    .button.needs-attention:checked > label, .stack-switcher >
  940    .button.needs-attention:checked > image {
  941      animation: none;
  942      background-image: none; }
  943  .linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
  944  .button, .linked >
  945  .button .image-button, .linked >
  946  .button .text-button {
  947    min-width: 1rem;
  948    padding: 0.69925rem 0.3985rem 0.80451rem; }
  949    .linked > button label, .linked > button .image-button label, .linked > button .text-button label, .linked >
  950    .button label, .linked >
  951    .button .image-button label, .linked >
  952    .button .text-button label {
  953      padding-left: 0.30075rem;
  954      padding-right: 0.30075rem; }
  955    .linked > button image, .linked > button .image-button image, .linked > button .text-button image, .linked >
  956    .button image, .linked >
  957    .button .image-button image, .linked >
  958    .button .text-button image {
  959      padding-left: 0.30075rem;
  960      padding-right: 0.30075rem; }
  961  .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
  962  .button, .linked.vertical >
  963  .button .image-button, .linked.vertical >
  964  .button .text-button {
  965    min-height: 1rem;
  966    min-width: 1.69925rem;
  967    padding: 0.75188rem 0.50376rem 0.75188rem; }
  968  .linked > button.image-button.radio, .linked.vertical > button.image-button.radio, .linked >
  969  .button.image-button.radio, .linked.vertical >
  970  .button.image-button.radio {
  971    min-width: 1rem;
  972    min-height: 1rem;
  973    padding: 0.6015rem; }
  974  .inline-toolbar button, .inline-toolbar button:not(.text-button).image-button,
  975  button actionbar,
  976  button actionbar:not(.text-button).image-button, .inline-toolbar
  977  .button, .inline-toolbar
  978  .button:not(.text-button).image-button,
  979  .button actionbar,
  980  .button actionbar:not(.text-button).image-button {
  981    box-shadow: none;
  982    background-color: transparent;
  983    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));
  984    min-width: 1rem;
  985    min-height: 1rem;
  986    padding: 0.75188rem;
  987    border-radius: 100px;
  988    -gtk-outline-radius: 100px;
  989    background-size: 2.44361rem 2.44361rem, auto; }
  990    .inline-toolbar button:hover, .inline-toolbar button:not(.text-button).image-button:hover,
  991    button actionbar:hover,
  992    button actionbar:not(.text-button).image-button:hover, .inline-toolbar
  993    .button:hover, .inline-toolbar
  994    .button:not(.text-button).image-button:hover,
  995    .button actionbar:hover,
  996    .button actionbar:not(.text-button).image-button:hover {
  997      box-shadow: none;
  998      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)); }
  999    .inline-toolbar button:active, .inline-toolbar button:not(.text-button).image-button:active,
 1000    button actionbar:active,
 1001    button actionbar:not(.text-button).image-button:active, .inline-toolbar
 1002    .button:active, .inline-toolbar
 1003    .button:not(.text-button).image-button:active,
 1004    .button actionbar:active,
 1005    .button actionbar:not(.text-button).image-button:active {
 1006      box-shadow: none;
 1007      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1008    .inline-toolbar button:disabled, .inline-toolbar button:not(.text-button).image-button:disabled,
 1009    button actionbar:disabled,
 1010    button actionbar:not(.text-button).image-button:disabled, .inline-toolbar
 1011    .button:disabled, .inline-toolbar
 1012    .button:not(.text-button).image-button:disabled,
 1013    .button actionbar:disabled,
 1014    .button actionbar:not(.text-button).image-button:disabled {
 1015      box-shadow: none;
 1016      background-color: transparent; }
 1017    .inline-toolbar button:checked, .inline-toolbar button:not(.text-button).image-button:checked,
 1018    button actionbar:checked,
 1019    button actionbar:not(.text-button).image-button:checked, .inline-toolbar
 1020    .button:checked, .inline-toolbar
 1021    .button:not(.text-button).image-button:checked,
 1022    .button actionbar:checked,
 1023    .button actionbar:not(.text-button).image-button:checked {
 1024      background-color: alpha(currentColor, 0.2);
 1025      color: #263238; }
 1026    .inline-toolbar button:checked:disabled > label, .inline-toolbar button:not(.text-button).image-button:checked:disabled > label,
 1027    button actionbar:checked:disabled > label,
 1028    button actionbar:not(.text-button).image-button:checked:disabled > label, .inline-toolbar
 1029    .button:checked:disabled > label, .inline-toolbar
 1030    .button:not(.text-button).image-button:checked:disabled > label,
 1031    .button actionbar:checked:disabled > label,
 1032    .button actionbar:not(.text-button).image-button:checked:disabled > label {
 1033      color: inherit; }
 1034  .inline-toolbar button.text-button,
 1035  button actionbar.text-button, .inline-toolbar
 1036  .button.text-button,
 1037  .button actionbar.text-button {
 1038    border-radius: 2px;
 1039    -gtk-outline-radius: 2px; }
 1040  .inline-toolbar .linked > button, .inline-toolbar .linked > button:not(.text-button).image-button, actionbar .linked > button, actionbar .linked > button:not(.text-button).image-button, .inline-toolbar .linked >
 1041  .button, .inline-toolbar .linked >
 1042  .button:not(.text-button).image-button, actionbar .linked >
 1043  .button, actionbar .linked >
 1044  .button:not(.text-button).image-button {
 1045    min-width: 1rem;
 1046    min-height: 1rem;
 1047    padding: 0.50376rem;
 1048    border-radius: 100px;
 1049    -gtk-outline-radius: 100px; }
 1050  .inline-toolbar .linked > button.image-button.toggle, actionbar .linked > button.image-button.toggle, .inline-toolbar .linked >
 1051  .button.image-button.toggle, actionbar .linked >
 1052  .button.image-button.toggle {
 1053    min-width: 1rem;
 1054    min-height: 1rem;
 1055    padding: 0.6015rem 0.30075rem 0.6015rem;
 1056    border-radius: 100px;
 1057    -gtk-outline-radius: 100px; }
 1058  .inline-toolbar .linked > button.text-button, actionbar .linked > button.text-button, .inline-toolbar .linked >
 1059  .button.text-button, actionbar .linked >
 1060  .button.text-button {
 1061    border-radius: 2px;
 1062    -gtk-outline-radius: 2px; }
 1063  .primary-toolbar button, .primary-toolbar
 1064  .button {
 1065    -gtk-icon-shadow: none; }
 1066
 1067.linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
 1068.button, .linked >
 1069.button .image-button, .linked >
 1070.button .text-button, toolbar .linked > button.text-button:not(.image-button), popover.background .linked > button {
 1071  box-shadow: none;
 1072  background-color: transparent;
 1073  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));
 1074  border-radius: 0;
 1075  -gtk-outline-radius: 0;
 1076  color: rgba(38, 50, 56, 0.75);
 1077  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; }
 1078  .linked > button:hover, .linked > button .image-button:hover, .linked > button .text-button:hover, .linked >
 1079  .button:hover, .linked >
 1080  .button .image-button:hover, .linked >
 1081  .button .text-button:hover, toolbar .linked > button.text-button:hover:not(.image-button), popover.background .linked > button:hover {
 1082    box-shadow: none;
 1083    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));
 1084    border-radius: 0;
 1085    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; }
 1086  .linked > button:active, .linked > button .image-button:active, .linked > button .text-button:active, .linked >
 1087  .button:active, .linked >
 1088  .button .image-button:active, .linked >
 1089  .button .text-button:active, toolbar .linked > button.text-button:active:not(.image-button), popover.background .linked > button:active, .linked > button:checked, .linked > button .image-button:checked, .linked > button .text-button:checked, .linked >
 1090  .button:checked, .linked >
 1091  .button .image-button:checked, .linked >
 1092  .button .text-button:checked, toolbar .linked > button.text-button:checked:not(.image-button), popover.background .linked > button:checked {
 1093    color: #263238;
 1094    background-color: transparent;
 1095    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px; }
 1096    .linked > button:active:disabled, .linked > button .image-button:active:disabled, .linked > button .text-button:active:disabled, .linked >
 1097    .button:active:disabled, .linked >
 1098    .button .image-button:active:disabled, .linked >
 1099    .button .text-button:active:disabled, toolbar .linked > button.text-button:active:disabled:not(.image-button), popover.background .linked > button:active:disabled, .linked > button:checked:disabled, .linked > button .image-button:checked:disabled, .linked > button .text-button:checked:disabled, .linked >
 1100    .button:checked:disabled, .linked >
 1101    .button .image-button:checked:disabled, .linked >
 1102    .button .text-button:checked:disabled, toolbar .linked > button.text-button:checked:disabled:not(.image-button), popover.background .linked > button:checked:disabled {
 1103      color: rgba(38, 50, 56, 0.3);
 1104      background-color: transparent;
 1105      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; }
 1106      .linked > button:active:disabled > label, .linked > button .image-button:active:disabled > label, .linked > button .text-button:active:disabled > label, .linked >
 1107      .button:active:disabled > label, .linked >
 1108      .button .image-button:active:disabled > label, .linked >
 1109      .button .text-button:active:disabled > label, .linked > button:checked:disabled > label, .linked > button .image-button:checked:disabled > label, .linked > button .text-button:checked:disabled > label, .linked >
 1110      .button:checked:disabled > label, .linked >
 1111      .button .image-button:checked:disabled > label, .linked >
 1112      .button .text-button:checked:disabled > label {
 1113        color: inherit; }
 1114  .linked > button:disabled, .linked > button .image-button:disabled, .linked > button .text-button:disabled, .linked >
 1115  .button:disabled, .linked >
 1116  .button .image-button:disabled, .linked >
 1117  .button .text-button:disabled, toolbar .linked > button.text-button:disabled:not(.image-button), popover.background .linked > button:disabled {
 1118    color: rgba(38, 50, 56, 0.3);
 1119    background-color: transparent;
 1120    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; }
 1121
 1122.linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
 1123.button, .linked.vertical >
 1124.button .image-button, .linked.vertical >
 1125.button .text-button {
 1126  box-shadow: none;
 1127  background-color: transparent;
 1128  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));
 1129  border-image: none;
 1130  border-width: 0;
 1131  -gtk-outline-radius: 0;
 1132  color: rgba(38, 50, 56, 0.75); }
 1133  .linked.vertical > button:dir(ltr), .linked.vertical > button .image-button:dir(ltr), .linked.vertical > button .text-button:dir(ltr), .linked.vertical >
 1134  .button:dir(ltr), .linked.vertical >
 1135  .button .image-button:dir(ltr), .linked.vertical >
 1136  .button .text-button:dir(ltr) {
 1137    box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
 1138  .linked.vertical > button:dir(rtl), .linked.vertical > button .image-button:dir(rtl), .linked.vertical > button .text-button:dir(rtl), .linked.vertical >
 1139  .button:dir(rtl), .linked.vertical >
 1140  .button .image-button:dir(rtl), .linked.vertical >
 1141  .button .text-button:dir(rtl) {
 1142    box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
 1143  .linked.vertical > button:hover, .linked.vertical > button .image-button:hover, .linked.vertical > button .text-button:hover, .linked.vertical >
 1144  .button:hover, .linked.vertical >
 1145  .button .image-button:hover, .linked.vertical >
 1146  .button .text-button:hover {
 1147    box-shadow: none;
 1148    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)); }
 1149    .linked.vertical > button:hover:dir(ltr), .linked.vertical > button .image-button:hover:dir(ltr), .linked.vertical > button .text-button:hover:dir(ltr), .linked.vertical >
 1150    .button:hover:dir(ltr), .linked.vertical >
 1151    .button .image-button:hover:dir(ltr), .linked.vertical >
 1152    .button .text-button:hover:dir(ltr) {
 1153      box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
 1154    .linked.vertical > button:hover:dir(rtl), .linked.vertical > button .image-button:hover:dir(rtl), .linked.vertical > button .text-button:hover:dir(rtl), .linked.vertical >
 1155    .button:hover:dir(rtl), .linked.vertical >
 1156    .button .image-button:hover:dir(rtl), .linked.vertical >
 1157    .button .text-button:hover:dir(rtl) {
 1158      box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
 1159  .linked.vertical > button:active, .linked.vertical > button .image-button:active, .linked.vertical > button .text-button:active, .linked.vertical >
 1160  .button:active, .linked.vertical >
 1161  .button .image-button:active, .linked.vertical >
 1162  .button .text-button:active, .linked.vertical > button:checked, .linked.vertical > button .image-button:checked, .linked.vertical > button .text-button:checked, .linked.vertical >
 1163  .button:checked, .linked.vertical >
 1164  .button .image-button:checked, .linked.vertical >
 1165  .button .text-button:checked {
 1166    color: #263238;
 1167    background-color: transparent; }
 1168    .linked.vertical > button:active:dir(ltr), .linked.vertical > button .image-button:active:dir(ltr), .linked.vertical > button .text-button:active:dir(ltr), .linked.vertical >
 1169    .button:active:dir(ltr), .linked.vertical >
 1170    .button .image-button:active:dir(ltr), .linked.vertical >
 1171    .button .text-button:active:dir(ltr), .linked.vertical > button:checked:dir(ltr), .linked.vertical > button .image-button:checked:dir(ltr), .linked.vertical > button .text-button:checked:dir(ltr), .linked.vertical >
 1172    .button:checked:dir(ltr), .linked.vertical >
 1173    .button .image-button:checked:dir(ltr), .linked.vertical >
 1174    .button .text-button:checked:dir(ltr) {
 1175      box-shadow: inset 2px 0 #E8E8E8; }
 1176    .linked.vertical > button:active:dir(rtl), .linked.vertical > button .image-button:active:dir(rtl), .linked.vertical > button .text-button:active:dir(rtl), .linked.vertical >
 1177    .button:active:dir(rtl), .linked.vertical >
 1178    .button .image-button:active:dir(rtl), .linked.vertical >
 1179    .button .text-button:active:dir(rtl), .linked.vertical > button:checked:dir(rtl), .linked.vertical > button .image-button:checked:dir(rtl), .linked.vertical > button .text-button:checked:dir(rtl), .linked.vertical >
 1180    .button:checked:dir(rtl), .linked.vertical >
 1181    .button .image-button:checked:dir(rtl), .linked.vertical >
 1182    .button .text-button:checked:dir(rtl) {
 1183      box-shadow: inset -2px 0 #E8E8E8; }
 1184    .linked.vertical > button:active:disabled, .linked.vertical > button .image-button:active:disabled, .linked.vertical > button .text-button:active:disabled, .linked.vertical >
 1185    .button:active:disabled, .linked.vertical >
 1186    .button .image-button:active:disabled, .linked.vertical >
 1187    .button .text-button:active:disabled, .linked.vertical > button:checked:disabled, .linked.vertical > button .image-button:checked:disabled, .linked.vertical > button .text-button:checked:disabled, .linked.vertical >
 1188    .button:checked:disabled, .linked.vertical >
 1189    .button .image-button:checked:disabled, .linked.vertical >
 1190    .button .text-button:checked:disabled {
 1191      color: rgba(38, 50, 56, 0.3);
 1192      background-color: alpha(currentColor, 0.2); }
 1193      .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 >
 1194      .button:active:disabled:dir(ltr), .linked.vertical >
 1195      .button .image-button:active:disabled:dir(ltr), .linked.vertical >
 1196      .button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr), .linked.vertical >
 1197      .button:checked:disabled:dir(ltr), .linked.vertical >
 1198      .button .image-button:checked:disabled:dir(ltr), .linked.vertical >
 1199      .button .text-button:checked:disabled:dir(ltr) {
 1200        box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
 1201      .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 >
 1202      .button:active:disabled:dir(ltr), .linked.vertical >
 1203      .button .image-button:active:disabled:dir(ltr), .linked.vertical >
 1204      .button .text-button:active:disabled:dir(ltr), .linked.vertical > button:checked:disabled:dir(ltr), .linked.vertical > button .image-button:checked:disabled:dir(ltr), .linked.vertical > button .text-button:checked:disabled:dir(ltr), .linked.vertical >
 1205      .button:checked:disabled:dir(ltr), .linked.vertical >
 1206      .button .image-button:checked:disabled:dir(ltr), .linked.vertical >
 1207      .button .text-button:checked:disabled:dir(ltr) {
 1208        box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
 1209      .linked.vertical > button:active:disabled > label, .linked.vertical > button .image-button:active:disabled > label, .linked.vertical > button .text-button:active:disabled > label, .linked.vertical >
 1210      .button:active:disabled > label, .linked.vertical >
 1211      .button .image-button:active:disabled > label, .linked.vertical >
 1212      .button .text-button:active:disabled > label, .linked.vertical > button:checked:disabled > label, .linked.vertical > button .image-button:checked:disabled > label, .linked.vertical > button .text-button:checked:disabled > label, .linked.vertical >
 1213      .button:checked:disabled > label, .linked.vertical >
 1214      .button .image-button:checked:disabled > label, .linked.vertical >
 1215      .button .text-button:checked:disabled > label {
 1216        color: inherit; }
 1217  .linked.vertical > button:disabled, .linked.vertical > button .image-button:disabled, .linked.vertical > button .text-button:disabled, .linked.vertical >
 1218  .button:disabled, .linked.vertical >
 1219  .button .image-button:disabled, .linked.vertical >
 1220  .button .text-button:disabled {
 1221    color: rgba(38, 50, 56, 0.3);
 1222    background-color: alpha(currentColor, 0.2); }
 1223    .linked.vertical > button:disabled:dir(ltr), .linked.vertical > button .image-button:disabled:dir(ltr), .linked.vertical > button .text-button:disabled:dir(ltr), .linked.vertical >
 1224    .button:disabled:dir(ltr), .linked.vertical >
 1225    .button .image-button:disabled:dir(ltr), .linked.vertical >
 1226    .button .text-button:disabled:dir(ltr) {
 1227      box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
 1228    .linked.vertical > button:disabled:dir(rtl), .linked.vertical > button .image-button:disabled:dir(rtl), .linked.vertical > button .text-button:disabled:dir(rtl), .linked.vertical >
 1229    .button:disabled:dir(rtl), .linked.vertical >
 1230    .button .image-button:disabled:dir(rtl), .linked.vertical >
 1231    .button .text-button:disabled:dir(rtl) {
 1232      box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
 1233
 1234button.osd.image-button,
 1235.button.osd.image-button, button.image-button,
 1236.button.image-button {
 1237  padding: 0.75188rem;
 1238  -gtk-outline-radius: 100px;
 1239  border-radius: 100px;
 1240  background-size: 3.7594rem 3.7594rem, auto; }
 1241
 1242.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, .stack-switcher >
 1243.button.needs-attention > label, .stack-switcher >
 1244.button.needs-attention > image, stacksidebar row.needs-attention > label,
 1245stacksidebar row.activatable.needs-attention > label,
 1246stacksidebar .needs-attention.view > label,
 1247stacksidebar iconview.needs-attention > label,
 1248stacksidebar .view text.needs-attention > label,
 1249.view stacksidebar text.needs-attention > label,
 1250stacksidebar iconview text.needs-attention > label,
 1251iconview stacksidebar text.needs-attention > label,
 1252stacksidebar textview text.needs-attention > label,
 1253textview stacksidebar text.needs-attention > label,
 1254stacksidebar treeview.view header button.needs-attention > label,
 1255treeview.view header stacksidebar button.needs-attention > label,
 1256stacksidebar .tweak-category header button.needs-attention > label,
 1257.tweak-category header stacksidebar button.needs-attention > label {
 1258  transition: none;
 1259  animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1260  background-repeat: no-repeat;
 1261  background-position: right 0.22556rem;
 1262  background-size: 0.3985rem 0.3985rem; }
 1263  .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), .stack-switcher >
 1264  .button.needs-attention > label:dir(rtl), .stack-switcher >
 1265  .button.needs-attention > image:dir(rtl), stacksidebar row.needs-attention > label:dir(rtl),
 1266  stacksidebar .needs-attention.view > label:dir(rtl),
 1267  stacksidebar iconview.needs-attention > label:dir(rtl),
 1268  stacksidebar .view text.needs-attention > label:dir(rtl),
 1269  .view stacksidebar text.needs-attention > label:dir(rtl),
 1270  stacksidebar iconview text.needs-attention > label:dir(rtl),
 1271  iconview stacksidebar text.needs-attention > label:dir(rtl),
 1272  stacksidebar textview text.needs-attention > label:dir(rtl),
 1273  textview stacksidebar text.needs-attention > label:dir(rtl),
 1274  stacksidebar treeview.view header button.needs-attention > label:dir(rtl),
 1275  treeview.view header stacksidebar button.needs-attention > label:dir(rtl),
 1276  stacksidebar .tweak-category header button.needs-attention > label:dir(rtl),
 1277  .tweak-category header stacksidebar button.needs-attention > label:dir(rtl) {
 1278    background-position: left 0.22556rem; }
 1279
 1280.linked > button:not(.flat):not(:only-child), .linked >
 1281.button:not(.flat):not(:only-child), .linked > button, .linked > button .image-button, .linked > button .text-button, .linked >
 1282.button, .linked >
 1283.button .image-button, .linked >
 1284.button .text-button, .linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl) {
 1285  border-radius: 0; }
 1286
 1287  combobox.linked button:nth-child(2):dir(rtl), .linked > combobox:first-child > button.combo {
 1288    border-top-left-radius: 2px;
 1289    border-bottom-left-radius: 2px; }
 1290  combobox.linked button:nth-child(2):dir(ltr), .linked > combobox:last-child > button.combo {
 1291    border-top-right-radius: 2px;
 1292    border-bottom-right-radius: 2px; }
 1293  .linked > combobox:only-child > button.combo {
 1294    border-radius: 2px; }
 1295
 1296.linked.vertical > button:not(:only-child), .linked.vertical >
 1297.button:not(:only-child), .linked.vertical > button, .linked.vertical > button .image-button, .linked.vertical > button .text-button, .linked.vertical >
 1298.button, .linked.vertical >
 1299.button .image-button, .linked.vertical >
 1300.button .text-button, .linked.vertical > combobox > button.combo {
 1301  border-radius: 0; }
 1302
 1303  .linked.vertical > combobox:first-child > button.combo {
 1304    border-top-left-radius: 2px;
 1305    border-top-right-radius: 2px; }
 1306  .linked.vertical > combobox:last-child > button.combo {
 1307    border-bottom-left-radius: 2px;
 1308    border-bottom-right-radius: 2px; }
 1309  .linked.vertical > combobox:only-child > button.combo {
 1310    border-radius: 2px; }
 1311
 1312modelbutton.flat,
 1313.menuitem.button.flat,
 1314.ssd decoration .menuitem.button {
 1315  box-shadow: none;
 1316  background-color: transparent;
 1317  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));
 1318  min-height: 2rem;
 1319  padding: 0.20301rem 0.3985rem 0.24812rem;
 1320  outline-offset: -0.07519rem;
 1321  background-size: 9.96241rem 9.96241rem, auto;
 1322  color: rgba(38, 50, 56, 0.75);
 1323  transition: none; }
 1324  modelbutton.flat:hover,
 1325  .menuitem.button.flat:hover,
 1326  .ssd decoration .menuitem.button:hover {
 1327    box-shadow: none;
 1328    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));
 1329    color: #263238; }
 1330  modelbutton.flat:active,
 1331  .menuitem.button.flat:active,
 1332  .ssd decoration .menuitem.button:active {
 1333    box-shadow: none;
 1334    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1335    color: #263238; }
 1336  modelbutton.flat:checked,
 1337  .menuitem.button.flat:checked,
 1338  .ssd decoration .menuitem.button:checked {
 1339    background-color: alpha(currentColor, 0.2);
 1340    color: #263238;
 1341    color: #263238; }
 1342  modelbutton.flat:checked:disabled,
 1343  .menuitem.button.flat:checked:disabled,
 1344  .ssd decoration .menuitem.button:checked:disabled {
 1345    color: rgba(38, 50, 56, 0.3); }
 1346    modelbutton.flat:checked:disabled > label,
 1347    .menuitem.button.flat:checked:disabled > label,
 1348    .ssd decoration .menuitem.button:checked:disabled > label {
 1349      color: inherit; }
 1350  modelbutton.flat:disabled,
 1351  .menuitem.button.flat:disabled,
 1352  .ssd decoration .menuitem.button:disabled {
 1353    box-shadow: none;
 1354    background-color: transparent;
 1355    color: rgba(38, 50, 56, 0.225); }
 1356  modelbutton.flat check:first-child,
 1357  modelbutton.flat radio:first-child,
 1358  .menuitem.button.flat check:first-child,
 1359  .ssd decoration .menuitem.button check:first-child,
 1360  .menuitem.button.flat radio:first-child,
 1361  .ssd decoration .menuitem.button radio:first-child {
 1362    margin-right: 1rem; }
 1363  modelbutton.flat check:last-child,
 1364  modelbutton.flat radio:last-child,
 1365  .menuitem.button.flat check:last-child,
 1366  .ssd decoration .menuitem.button check:last-child,
 1367  .menuitem.button.flat radio:last-child,
 1368  .ssd decoration .menuitem.button radio:last-child {
 1369    margin-left: 1rem; }
 1370
 1371modelbutton.flat arrow {
 1372  background: none; }
 1373  modelbutton.flat arrow:hover {
 1374    background: none; }
 1375  modelbutton.flat arrow.left {
 1376    -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
 1377  modelbutton.flat arrow.right {
 1378    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
 1379
 1380button.color {
 1381  min-width: 2.50376rem;
 1382  min-height: 1.50376rem;
 1383  padding: 0.50376rem 0.6015rem 0.50376rem; }
 1384  button.color > colorswatch:first-child:last-child {
 1385    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 1386    button.color > colorswatch:first-child:last-child, button.color > colorswatch:first-child:last-child overlay {
 1387      border-radius: 2px;
 1388      -gtk-outline-radius: 2px; }
 1389  button.color:disabled,
 1390  button.color GtkColorSwatch:disabled {
 1391    box-shadow: none;
 1392    opacity: 0.4; }
 1393
 1394toolpalette toolitemgroup > button {
 1395  border-top: 1px solid rgba(0, 0, 0, 0.09);
 1396  border-radius: 0; }
 1397toolpalette toolbutton > button.toggle {
 1398  border-radius: 2px;
 1399  -gtk-outline-radius: 2px; }
 1400
 1401/*********
 1402 * Links *
 1403 *********/
 1404*:link, button:link,
 1405button:visited {
 1406  color: #E8E8E8; }
 1407  *:link:hover, button:hover:link,
 1408  button:hover:visited, *:link:active, button:active:link,
 1409  button:active:visited {
 1410    color: #E8E8E8; }
 1411  *:link:visited,
 1412  button:visited {
 1413    color: #E8E8E8; }
 1414    *:link:visited:hover,
 1415    button:visited:hover, *:link:visited:active,
 1416    button:visited:active {
 1417      color: #E8E8E8; }
 1418    *:selected *:link:visited, *:selected button:visited:link,
 1419    *:selected button:visited {
 1420      color: #E8E8E8; }
 1421  *:link:selected, button:selected:link,
 1422  button:selected:visited, .titlebar.selection-mode .subtitle:link,
 1423  headerbar.selection-mode .subtitle:link, *:selected *:link, *:selected button:link,
 1424  *:selected button:visited {
 1425    color: #E8E8E8; }
 1426  *:link:disabled, button:disabled:link,
 1427  button:disabled:visited {
 1428    opacity: 0.4; }
 1429
 1430button:link > label,
 1431button:visited > label {
 1432  text-decoration-line: underline; }
 1433
 1434/*****************
 1435 * GtkSpinButton *
 1436 *****************/
 1437@keyframes spin_hover {
 1438  from {
 1439    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); }
 1440  to {
 1441    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
 1442@keyframes spin_active {
 1443  from {
 1444    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.2)), to(transparent)); }
 1445  to {
 1446    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(alpha(currentColor, 0)), to(transparent)); } }
 1447spinbutton:not(.vertical) {
 1448  padding: 0; }
 1449  spinbutton:not(.vertical):disabled {
 1450    color: rgba(38, 50, 56, 0.3); }
 1451  spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
 1452    margin: 0;
 1453    background: none;
 1454    border: none;
 1455    box-shadow: none; }
 1456  spinbutton:not(.vertical) button {
 1457    box-shadow: none;
 1458    background-color: transparent;
 1459    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));
 1460    min-width: 1rem;
 1461    min-height: 1rem;
 1462    padding: 0 0.54887rem 0;
 1463    border: solid 0.20301rem transparent;
 1464    border-radius: 100px;
 1465    -gtk-outline-radius: 100px;
 1466    background: none;
 1467    background-size: contain;
 1468    color: rgba(38, 50, 56, 0.75);
 1469    box-shadow: none;
 1470    transition-property: opacity, color, background-color, background-image, box-shadow; }
 1471    spinbutton:not(.vertical) button:not(:last-child):hover {
 1472      box-shadow: none;
 1473      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));
 1474      background: none;
 1475      color: #F44336;
 1476      animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1477    spinbutton:not(.vertical) button:not(:last-child):active {
 1478      box-shadow: none;
 1479      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1480      background: none;
 1481      color: #F44336;
 1482      animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1483      transition-duration: 0.15s; }
 1484    spinbutton:not(.vertical) button:not(:last-child):disabled {
 1485      box-shadow: none;
 1486      background-color: transparent;
 1487      background: none;
 1488      color: rgba(38, 50, 56, 0.3); }
 1489    spinbutton:not(.vertical) button:last-child:hover {
 1490      box-shadow: none;
 1491      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));
 1492      background: none;
 1493      color: #00E676;
 1494      animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1495    spinbutton:not(.vertical) button:last-child:active {
 1496      box-shadow: none;
 1497      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1498      background: none;
 1499      color: #00E676;
 1500      animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1501      transition-duration: 0.15s; }
 1502    spinbutton:not(.vertical) button:last-child:disabled {
 1503      box-shadow: none;
 1504      background-color: transparent;
 1505      background: none;
 1506      color: rgba(38, 50, 56, 0.3); }
 1507.osd spinbutton,
 1508.osd spinbutton button,
 1509.osd spinbutton entry,
 1510.osd spinbutton spinbutton:not(.vertical), .osd spinbutton.vertical,
 1511.osd spinbutton.vertical button,
 1512.osd spinbutton.vertical entry,
 1513.osd spinbutton.vertical spinbutton:not(.vertical) {
 1514  color: #BBBBBB; }
 1515  .osd spinbutton:focus,
 1516  .osd spinbutton button:focus,
 1517  .osd spinbutton entry:focus,
 1518  .osd spinbutton spinbutton:focus:not(.vertical), .osd spinbutton.vertical:focus,
 1519  .osd spinbutton.vertical button:focus,
 1520  .osd spinbutton.vertical entry:focus,
 1521  .osd spinbutton.vertical spinbutton:focus:not(.vertical) {
 1522    color: #ECEFF1; }
 1523  .osd spinbutton:disabled,
 1524  .osd spinbutton button:disabled,
 1525  .osd spinbutton entry:disabled,
 1526  .osd spinbutton spinbutton:disabled:not(.vertical), .osd spinbutton.vertical:disabled,
 1527  .osd spinbutton.vertical button:disabled,
 1528  .osd spinbutton.vertical entry:disabled,
 1529  .osd spinbutton.vertical spinbutton:disabled:not(.vertical) {
 1530    color: rgba(236, 239, 241, 0.225); }
 1531spinbutton.vertical entry, spinbutton.vertical spinbutton:not(.vertical) {
 1532  min-width: 2.50376rem;
 1533  min-height: 2.50376rem;
 1534  padding: 0;
 1535  border-radius: 0; }
 1536spinbutton.vertical button {
 1537  min-width: 2.00752rem;
 1538  min-height: 2.00752rem;
 1539  padding: 0.20301rem;
 1540  border: 0.20301rem solid transparent;
 1541  border-radius: 200px;
 1542  -gtk-outline-radius: 200px;
 1543  background: none;
 1544  background-size: contain;
 1545  color: rgba(38, 50, 56, 0.75);
 1546  box-shadow: none;
 1547  transition-property: opacity, color, background-color, background-image, box-shadow; }
 1548  spinbutton.vertical button.up:hover {
 1549    box-shadow: none;
 1550    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));
 1551    background: none;
 1552    color: #00E676;
 1553    animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1554  spinbutton.vertical button.up:active {
 1555    box-shadow: none;
 1556    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1557    background: none;
 1558    color: #00E676;
 1559    animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1560    transition-duration: 0.15s; }
 1561  spinbutton.vertical button.up:disabled {
 1562    box-shadow: none;
 1563    background-color: transparent;
 1564    background: none;
 1565    color: rgba(38, 50, 56, 0.3); }
 1566  spinbutton.vertical button.down:hover {
 1567    box-shadow: none;
 1568    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));
 1569    background: none;
 1570    color: #F44336;
 1571    animation: spin_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 1572  spinbutton.vertical button.down:active {
 1573    box-shadow: none;
 1574    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1575    background: none;
 1576    color: #F44336;
 1577    animation: spin_active 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1578    transition-duration: 0.15s; }
 1579  spinbutton.vertical button.down:disabled {
 1580    box-shadow: none;
 1581    background-color: transparent;
 1582    background: none;
 1583    color: rgba(38, 50, 56, 0.3); }
 1584treeview spinbutton entry:focus, treeview spinbutton spinbutton:focus:not(.vertical) {
 1585  padding: 1px;
 1586  border-radius: 0;
 1587  border-width: 0;
 1588  background-color: #FFFFFF;
 1589  color: #263238;
 1590  box-shadow: none; }
 1591
 1592/**************
 1593 * ComboBoxes *
 1594 **************/
 1595combobox arrow {
 1596  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 1597  min-height: 1.20301rem;
 1598  min-width: 1.20301rem; }
 1599combobox menu {
 1600  padding: 0.24812rem 0; }
 1601combobox menu > menuitem {
 1602  padding: 0.35338rem 0.3985rem 0.45113rem; }
 1603combobox button.combo {
 1604  min-height: 1rem;
 1605  min-width: 1.30075rem;
 1606  padding: 0.6015rem 0.3985rem 0.65414rem; }
 1607  combobox button.combo arrow {
 1608    padding: 0 0.30075rem 0; }
 1609  combobox button.combo label {
 1610    padding-left: 0.30075rem;
 1611    padding-right: 0.30075rem; }
 1612  combobox button.combo image {
 1613    min-height: 1.20301rem;
 1614    min-width: 1.20301rem;
 1615    padding-left: 0.30075rem;
 1616    padding-right: 0.30075rem; }
 1617combobox button.combo {
 1618  box-shadow: none;
 1619  background-color: transparent;
 1620  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));
 1621  color: rgba(38, 50, 56, 0.75);
 1622  background: transparent;
 1623  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; }
 1624  combobox button.combo:hover, combobox button.combo:active {
 1625    box-shadow: none;
 1626    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));
 1627    border-radius: 0;
 1628    color: #263238;
 1629    background: transparent;
 1630    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px; }
 1631  combobox button.combo:disabled, combobox button.combo:checked:disabled {
 1632    box-shadow: none;
 1633    background-color: transparent;
 1634    color: rgba(38, 50, 56, 0.3);
 1635    background: transparent;
 1636    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; }
 1637
 1638/************
 1639 * Toolbars *
 1640 ************/
 1641toolbar {
 1642  -GtkWidget-window-dragging: true;
 1643  padding: 0.3985rem;
 1644  background-color: #FFFFFF;
 1645  color: rgba(38, 50, 56, 0.75); }
 1646  toolbar.vertical, .inline-toolbar toolbar, paned toolbar, paned toolbar.primary-toolbar, grid toolbar.primary-toolbar {
 1647    box-shadow: none; }
 1648  .osd toolbar {
 1649    background-color: transparent; }
 1650  .osd toolbar, toolbar.osd, .app-notification,
 1651  .app-notification.frame, GeditViewFrame .gedit-search-slider {
 1652    padding: 3px;
 1653    border-style: solid;
 1654    border-width: 9px;
 1655    border-radius: 2px;
 1656    border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
 1657    box-shadow: none;
 1658    color: #ECEFF1;
 1659    background-color: #FFFFFF; }
 1660    .osd toolbar:backdrop, toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
 1661      border-image: -gtk-scaled(url("assets/osd-shadow-backdrop.png"), url("assets/osd-shadow-backdrop@2.png")) 10/10px stretch; }
 1662    .osd toolbar button, toolbar.osd button, .app-notification button,
 1663    .app-notification.frame button, GeditViewFrame .gedit-search-slider button {
 1664      box-shadow: none;
 1665      background-color: transparent;
 1666      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)); }
 1667      .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),
 1668      .app-notification.frame button:not(:active):not(:disabled):not(hover), GeditViewFrame .gedit-search-slider button:not(:active):not(:disabled):not(hover) {
 1669        color: #E8E8E8; }
 1670      .osd toolbar button:hover, toolbar.osd button:hover, .app-notification button:hover,
 1671      .app-notification.frame button:hover, GeditViewFrame .gedit-search-slider button:hover {
 1672        box-shadow: none;
 1673        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));
 1674        color: #E8E8E8; }
 1675      .osd toolbar button:active, toolbar.osd button:active, .app-notification button:active,
 1676      .app-notification.frame button:active, GeditViewFrame .gedit-search-slider button:active {
 1677        box-shadow: none;
 1678        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 1679        border-image: none;
 1680        color: #E8E8E8;
 1681        box-shadow: none; }
 1682      .osd toolbar button:checked, toolbar.osd button:checked, .app-notification button:checked,
 1683      .app-notification.frame button:checked, GeditViewFrame .gedit-search-slider button:checked {
 1684        background-color: alpha(currentColor, 0.2);
 1685        color: #263238;
 1686        border-image: none;
 1687        color: #E8E8E8;
 1688        box-shadow: none; }
 1689      .osd toolbar button:disabled, toolbar.osd button:disabled, .app-notification button:disabled,
 1690      .app-notification.frame button:disabled, GeditViewFrame .gedit-search-slider button:disabled {
 1691        box-shadow: none;
 1692        background-color: transparent;
 1693        color: #E8E8E8; }
 1694    .osd toolbar .linked > button, .osd toolbar .linked > button.image-button, toolbar.osd .linked > button, .app-notification .linked > button,
 1695    .app-notification.frame .linked > button, GeditViewFrame .gedit-search-slider .linked > button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
 1696    .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
 1697      border-image: none;
 1698      box-shadow: none; }
 1699      .osd toolbar .linked > button:hover, .osd toolbar .linked > button.image-button:hover, toolbar.osd .linked > button:hover, .app-notification .linked > button:hover,
 1700      .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,
 1701      .app-notification.frame .linked > button.image-button:hover, GeditViewFrame .gedit-search-slider .linked > button.image-button:hover {
 1702        background-color: transparent; }
 1703      .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),
 1704      .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),
 1705      .app-notification.frame .linked > button.image-button:not(:checked), GeditViewFrame .gedit-search-slider .linked > button.image-button:not(:checked) {
 1706        border-radius: 100px;
 1707        -gtk-outline-radius: 100px; }
 1708    .osd toolbar .linked > button.image-button, toolbar.osd .linked > button.image-button, .app-notification .linked > button.image-button,
 1709    .app-notification.frame .linked > button.image-button, GeditViewFrame .gedit-search-slider .linked > button.image-button {
 1710      min-width: 1rem;
 1711      min-height: 2.20301rem;
 1712      padding: 0 0.50376rem 0;
 1713      border-radius: 100px;
 1714      -gtk-outline-radius: 100px; }
 1715    .osd toolbar label, toolbar.osd label, .app-notification label,
 1716    .app-notification.frame label, GeditViewFrame .gedit-search-slider label {
 1717      padding: 0 1em; }
 1718  toolbar button {
 1719    box-shadow: none;
 1720    background-color: transparent;
 1721    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));
 1722    background-size: 9.96241rem 9.96241rem, auto;
 1723    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;
 1724    color: rgba(38, 50, 56, 0.75);
 1725    box-shadow: none; }
 1726    toolbar button:hover {
 1727      box-shadow: none;
 1728      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));
 1729      border-image: none;
 1730      color: #263238;
 1731      box-shadow: none; }
 1732    toolbar button:checked {
 1733      background-color: alpha(currentColor, 0.2);
 1734      color: #263238;
 1735      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
 1736      background-color: transparent;
 1737      color: #263238;
 1738      box-shadow: none; }
 1739      toolbar button:checked:disabled {
 1740        border-image: none;
 1741        background-color: transparent;
 1742        color: rgba(38, 50, 56, 0.3);
 1743        box-shadow: none; }
 1744        toolbar button:checked:disabled > label {
 1745          color: inherit; }
 1746        toolbar button:checked:disabled > label {
 1747          color: inherit; }
 1748    toolbar button:disabled {
 1749      box-shadow: none;
 1750      background-color: transparent;
 1751      border-image: none;
 1752      background-color: transparent;
 1753      color: rgba(38, 50, 56, 0.225);
 1754      box-shadow: none; }
 1755    toolbar button button, toolbar button button.text-button, toolbar button button.text-button.image-button,
 1756    toolbar button button.flat,
 1757    toolbar button button.osd.image-button,
 1758    toolbar button .button.osd.image-button,
 1759    toolbar button .titlebar button:not(.suggested-action):not(.destructive-action),
 1760    .titlebar toolbar button button:not(.suggested-action):not(.destructive-action),
 1761    toolbar button headerbar button:not(.suggested-action):not(.destructive-action),
 1762    headerbar toolbar button button:not(.suggested-action):not(.destructive-action),
 1763    toolbar button .menu > arrow,
 1764    toolbar button .context-menu > arrow,
 1765    toolbar button menu > arrow,
 1766    toolbar button placessidebar row button.image-button,
 1767    placessidebar row toolbar button button.image-button,
 1768    toolbar button .csd headerbar button.titlebutton,
 1769    .csd headerbar toolbar button button.titlebutton,
 1770    toolbar button .csd headerbar.selection-mode button.titlebutton,
 1771    .csd headerbar.selection-mode toolbar button button.titlebutton,
 1772    toolbar button .csd .titlebar button.titlebutton,
 1773    .csd .titlebar toolbar button button.titlebutton,
 1774    toolbar button .csd .titlebar.selection-mode button.titlebutton,
 1775    .csd .titlebar.selection-mode toolbar button button.titlebutton,
 1776    toolbar button #gf-candidate-popup button,
 1777    #gf-candidate-popup toolbar button button,
 1778    toolbar button #gf-candidate-popup button:first-child,
 1779    #gf-candidate-popup toolbar button button:first-child,
 1780    toolbar button #gf-candidate-popup button:last-child,
 1781    #gf-candidate-popup toolbar button button:last-child,
 1782    toolbar button #gf-candidate-popup .linked > button,
 1783    #gf-candidate-popup toolbar button .linked > button,
 1784    toolbar button #gf-candidate-popup .linked > button:first-child,
 1785    #gf-candidate-popup toolbar button .linked > button:first-child,
 1786    toolbar button #gf-candidate-popup .linked > button:last-child,
 1787    #gf-candidate-popup toolbar button .linked > button:last-child,
 1788    toolbar button window > grid.vertical > box.vertical > widget button,
 1789    window > grid.vertical > box.vertical > widget toolbar button button,
 1790    toolbar button layouttabbar button,
 1791    layouttabbar toolbar button button,
 1792    toolbar button layouttab button,
 1793    layouttab toolbar button button,
 1794    toolbar button button.flat.text-button,
 1795    toolbar button button.text-button.osd.image-button,
 1796    toolbar button .text-button.button.osd.image-button,
 1797    toolbar button .titlebar button.text-button:not(.suggested-action):not(.destructive-action),
 1798    .titlebar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
 1799    toolbar button headerbar button.text-button:not(.suggested-action):not(.destructive-action),
 1800    headerbar toolbar button button.text-button:not(.suggested-action):not(.destructive-action),
 1801    toolbar button .menu > arrow.text-button,
 1802    toolbar button .context-menu > arrow.text-button,
 1803    toolbar button menu > arrow.text-button,
 1804    toolbar button placessidebar row button.text-button.image-button,
 1805    placessidebar row toolbar button button.text-button.image-button,
 1806    toolbar button .csd headerbar button.text-button.titlebutton,
 1807    .csd headerbar toolbar button button.text-button.titlebutton,
 1808    toolbar button .csd .titlebar button.text-button.titlebutton,
 1809    .csd .titlebar toolbar button button.text-button.titlebutton,
 1810    toolbar button #gf-candidate-popup button.text-button,
 1811    #gf-candidate-popup toolbar button button.text-button,
 1812    toolbar button #gf-candidate-popup .linked > button.text-button:first-child,
 1813    #gf-candidate-popup toolbar button .linked > button.text-button:first-child,
 1814    toolbar button #gf-candidate-popup .linked > button.text-button:last-child,
 1815    #gf-candidate-popup toolbar button .linked > button.text-button:last-child,
 1816    toolbar button window > grid.vertical > box.vertical > widget button.text-button,
 1817    window > grid.vertical > box.vertical > widget toolbar button button.text-button,
 1818    toolbar button layouttabbar button.text-button,
 1819    layouttabbar toolbar button button.text-button,
 1820    toolbar button layouttab button.text-button,
 1821    layouttab toolbar button button.text-button,
 1822    toolbar button button.flat.text-button.image-button,
 1823    toolbar button button.text-button.image-button.osd,
 1824    toolbar button .text-button.image-button.button.osd,
 1825    toolbar button .titlebar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1826    .titlebar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1827    toolbar button headerbar button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1828    headerbar toolbar button button.text-button.image-button:not(.suggested-action):not(.destructive-action),
 1829    toolbar button .menu > arrow.text-button.image-button,
 1830    toolbar button .context-menu > arrow.text-button.image-button,
 1831    toolbar button menu > arrow.text-button.image-button,
 1832    toolbar button placessidebar row button.text-button.image-button,
 1833    placessidebar row toolbar button button.text-button.image-button,
 1834    toolbar button .csd headerbar button.text-button.image-button.titlebutton,
 1835    .csd headerbar toolbar button button.text-button.image-button.titlebutton,
 1836    toolbar button .csd .titlebar button.text-button.image-button.titlebutton,
 1837    .csd .titlebar toolbar button button.text-button.image-button.titlebutton,
 1838    toolbar button #gf-candidate-popup button.text-button.image-button,
 1839    #gf-candidate-popup toolbar button button.text-button.image-button,
 1840    toolbar button window > grid.vertical > box.vertical > widget button.text-button.image-button,
 1841    window > grid.vertical > box.vertical > widget toolbar button button.text-button.image-button,
 1842    toolbar button layouttabbar button.text-button.image-button,
 1843    layouttabbar toolbar button button.text-button.image-button,
 1844    toolbar button layouttab button.text-button.image-button,
 1845    layouttab toolbar button button.text-button.image-button {
 1846      border-radius: 2px;
 1847      -gtk-outline-radius: 2px; }
 1848    toolbar button button.image-button,
 1849    toolbar button button.flat.image-button,
 1850    toolbar button button.image-button.osd,
 1851    toolbar button .image-button.button.osd,
 1852    toolbar button .titlebar button.image-button:not(.suggested-action):not(.destructive-action),
 1853    .titlebar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
 1854    toolbar button headerbar button.image-button:not(.suggested-action):not(.destructive-action),
 1855    headerbar toolbar button button.image-button:not(.suggested-action):not(.destructive-action),
 1856    toolbar button .menu > arrow.image-button,
 1857    toolbar button .context-menu > arrow.image-button,
 1858    toolbar button menu > arrow.image-button,
 1859    toolbar button placessidebar row button.image-button,
 1860    placessidebar row toolbar button button.image-button,
 1861    toolbar button .csd headerbar button.image-button.titlebutton,
 1862    .csd headerbar toolbar button button.image-button.titlebutton,
 1863    toolbar button .csd .titlebar button.image-button.titlebutton,
 1864    .csd .titlebar toolbar button button.image-button.titlebutton,
 1865    toolbar button #gf-candidate-popup button.image-button,
 1866    #gf-candidate-popup toolbar button button.image-button,
 1867    toolbar button #gf-candidate-popup .linked > button.image-button:first-child,
 1868    #gf-candidate-popup toolbar button .linked > button.image-button:first-child,
 1869    toolbar button #gf-candidate-popup .linked > button.image-button:last-child,
 1870    #gf-candidate-popup toolbar button .linked > button.image-button:last-child,
 1871    toolbar button window > grid.vertical > box.vertical > widget button.image-button,
 1872    window > grid.vertical > box.vertical > widget toolbar button button.image-button,
 1873    toolbar button layouttabbar button.image-button,
 1874    layouttabbar toolbar button button.image-button,
 1875    toolbar button layouttab button.image-button,
 1876    layouttab toolbar button button.image-button {
 1877      border-radius: 100px;
 1878      -gtk-outline-radius: 100px; }
 1879    toolbar button .text-button,
 1880    toolbar button .image-button.text-button {
 1881      min-width: 1rem;
 1882      min-height: 2.20301rem;
 1883      padding: 0 1rem 0;
 1884      background-size: 9.96241rem 9.96241rem, auto; }
 1885    toolbar button .image-button {
 1886      min-width: 1rem;
 1887      min-height: 2.20301rem;
 1888      padding: 0 0.50376rem 0;
 1889      background-size: 3.7594rem 3.7594rem, auto; }
 1890    toolbar button.toggle:hover, toolbar button.toggle:active, toolbar button.toggle:checked {
 1891      background-color: transparent;
 1892      box-shadow: none; }
 1893  toolbar .linked > button, toolbar .linked > button.image-button {
 1894    border-image: none;
 1895    box-shadow: none; }
 1896    toolbar .linked > button:hover, toolbar .linked > button:active, toolbar .linked > button.image-button:hover, toolbar .linked > button.image-button:active {
 1897      border-image: none;
 1898      background-color: transparent;
 1899      box-shadow: none; }
 1900    toolbar .linked > button:not(:disabled), toolbar .linked > button.image-button:not(:disabled) {
 1901      border-radius: 100px;
 1902      -gtk-outline-radius: 100px; }
 1903  toolbar .linked > button .image-button {
 1904    min-width: 1rem;
 1905    min-height: 2.20301rem;
 1906    padding: 0 0.50376rem 0;
 1907    border-radius: 100px;
 1908    -gtk-outline-radius: 100px; }
 1909  toolbar separator {
 1910    color: transparent;
 1911    background: none; }
 1912  toolbar.horizontal separator {
 1913    margin: 0 0.45113rem; }
 1914  toolbar.vertical separator {
 1915    margin: 0.45113rem 0; }
 1916
 1917.inline-toolbar {
 1918  padding: 0.3985rem;
 1919  border-style: solid;
 1920  border-width: 0 1px 1px;
 1921  border-color: rgba(0, 0, 0, 0.09);
 1922  background-color: #FFFFFF;
 1923  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
 1924
 1925searchbar,
 1926.location-bar {
 1927  padding: 0.3985rem;
 1928  border-style: solid;
 1929  border-width: 0 0 1px;
 1930  border-color: rgba(0, 0, 0, 0.09);
 1931  background-color: #FFFFFF; }
 1932  searchbar .linked > button.image-button,
 1933  .location-bar .linked > button.image-button {
 1934    padding-top: 0.69925rem;
 1935    padding-bottom: 0.80451rem; }
 1936  searchbar button.flat.close.raised, searchbar button.close.raised.osd.image-button,
 1937  searchbar .close.raised.button.osd.image-button, searchbar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action), .titlebar searchbar button.close.raised:not(.suggested-action):not(.destructive-action),
 1938  searchbar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
 1939  headerbar searchbar button.close.raised:not(.suggested-action):not(.destructive-action), searchbar .menu > arrow.close.raised,
 1940  searchbar .context-menu > arrow.close.raised,
 1941  searchbar menu > arrow.close.raised, searchbar placessidebar row button.close.raised.image-button, placessidebar row searchbar button.close.raised.image-button, searchbar .csd headerbar button.close.raised.titlebutton, .csd headerbar searchbar button.close.raised.titlebutton,
 1942  searchbar .csd .titlebar button.close.raised.titlebutton,
 1943  .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,
 1944  .location-bar button.flat.close.raised,
 1945  .location-bar button.close.raised.osd.image-button,
 1946  .location-bar .close.raised.button.osd.image-button,
 1947  .location-bar .titlebar button.close.raised:not(.suggested-action):not(.destructive-action),
 1948  .titlebar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
 1949  .location-bar headerbar button.close.raised:not(.suggested-action):not(.destructive-action),
 1950  headerbar .location-bar button.close.raised:not(.suggested-action):not(.destructive-action),
 1951  .location-bar .menu > arrow.close.raised,
 1952  .location-bar .context-menu > arrow.close.raised,
 1953  .location-bar menu > arrow.close.raised,
 1954  .location-bar placessidebar row button.close.raised.image-button,
 1955  placessidebar row .location-bar button.close.raised.image-button,
 1956  .location-bar .csd headerbar button.close.raised.titlebutton,
 1957  .csd headerbar .location-bar button.close.raised.titlebutton,
 1958  .location-bar .csd .titlebar button.close.raised.titlebutton,
 1959  .csd .titlebar .location-bar button.close.raised.titlebutton,
 1960  .location-bar #gf-candidate-popup button.close.raised,
 1961  #gf-candidate-popup .location-bar button.close.raised,
 1962  .location-bar window > grid.vertical > box.vertical > widget button.close.raised,
 1963  window > grid.vertical > box.vertical > widget .location-bar button.close.raised,
 1964  .location-bar layouttabbar button.close.raised,
 1965  layouttabbar .location-bar button.close.raised,
 1966  .location-bar layouttab button.close.raised,
 1967  layouttab .location-bar button.close.raised {
 1968    min-width: 1rem;
 1969    min-height: 1rem;
 1970    padding: 0.75188rem;
 1971    border-radius: 100px;
 1972    -gtk-outline-radius: 100px; }
 1973
 1974/***************
 1975 * Header bars *
 1976 ***************/
 1977.titlebar,
 1978headerbar {
 1979  background-color: #FFFFFF;
 1980  background-clip: border-box;
 1981  color: #BBBBBB; }
 1982  .titlebar label:checked:disabled,
 1983  .titlebar image:checked:disabled,
 1984  headerbar label:checked:disabled,
 1985  headerbar image:checked:disabled {
 1986    color: rgba(236, 239, 241, 0.3); }
 1987  button:disabled > .titlebar label, .linked > button:disabled > .titlebar label, .titlebar label:disabled, button:disabled >
 1988  .titlebar image, .linked > button:disabled >
 1989  .titlebar image,
 1990  .titlebar image:disabled, button:disabled >
 1991  headerbar label, .linked > button:disabled >
 1992  headerbar label,
 1993  headerbar label:disabled, button:disabled >
 1994  headerbar image, .linked > button:disabled >
 1995  headerbar image,
 1996  headerbar image:disabled {
 1997    color: rgba(236, 239, 241, 0.225); }
 1998  .titlebar .title,
 1999  headerbar .title {
 2000    padding-left: 1rem;
 2001    padding-right: 1rem;
 2002    color: #ECEFF1;
 2003    font-weight: 700; }
 2004  .titlebar .subtitle,
 2005  headerbar .subtitle {
 2006    padding-left: 1rem;
 2007    padding-right: 1rem;
 2008    color: #BBBBBB;
 2009    font-size: 90%; }
 2010  .titlebar separator.vertical, .titlebar > box > separator.vertical, .titlebar > box > box > separator.vertical,
 2011  headerbar separator.vertical,
 2012  headerbar > box > separator.vertical,
 2013  headerbar > box > box > separator.vertical {
 2014    border: 0 none transparent;
 2015    color: transparent;
 2016    background-color: transparent; }
 2017  .titlebar button:not(.suggested-action):not(.destructive-action),
 2018  headerbar button:not(.suggested-action):not(.destructive-action) {
 2019    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#E8E8E8), to(transparent)) 0 0 0/0 0 0px;
 2020    color: #BBBBBB;
 2021    background-size: 9.96241rem 9.96241rem, auto; }
 2022    .titlebar button:not(.suggested-action):not(.destructive-action):hover,
 2023    headerbar button:not(.suggested-action):not(.destructive-action):hover {
 2024      color: #ECEFF1; }
 2025    .titlebar button:not(.suggested-action):not(.destructive-action):checked,
 2026    headerbar button:not(.suggested-action):not(.destructive-action):checked {
 2027      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
 2028      background-color: transparent;
 2029      color: #ECEFF1; }
 2030      .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled,
 2031      headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled {
 2032        background-color: transparent;
 2033        color: rgba(236, 239, 241, 0.3); }
 2034        .titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled > label,
 2035        headerbar button:not(.suggested-action):not(.destructive-action):checked:disabled > label {
 2036          color: inherit; }
 2037  .titlebar button:not(.suggested-action):not(.destructive-action),
 2038  headerbar button:not(.suggested-action):not(.destructive-action) {
 2039    border-radius: 100px;
 2040    -gtk-outline-radius: 100px; }
 2041    .titlebar button:not(.suggested-action):not(.destructive-action).text-button,
 2042    headerbar button:not(.suggested-action):not(.destructive-action).text-button {
 2043      border-radius: 2px;
 2044      -gtk-outline-radius: 2px; }
 2045      .titlebar button:not(.suggested-action):not(.destructive-action).text-button.image-button,
 2046      headerbar button:not(.suggested-action):not(.destructive-action).text-button.image-button {
 2047        border-radius: 2px;
 2048        -gtk-outline-radius: 2px;
 2049        background-size: 9.96241rem 9.96241rem, auto; }
 2050  .titlebar .linked > button.image-button,
 2051  headerbar .linked > button.image-button {
 2052    min-width: 1.30075rem;
 2053    min-height: 2.80451rem;
 2054    padding: 0 0.50376rem 0; }
 2055  .titlebar button.toggle,
 2056  headerbar button.toggle {
 2057    min-width: 1.30075rem;
 2058    min-height: 2.80451rem;
 2059    padding: 0 0.75188rem 0; }
 2060    .titlebar button.toggle label,
 2061    headerbar button.toggle label {
 2062      padding: 0.69925rem 0.6015rem 0.80451rem; }
 2063    .titlebar button.toggle menu menuitem label,
 2064    headerbar button.toggle menu menuitem label {
 2065      padding: 0; }
 2066  .titlebar button, .titlebar button label.text-button,
 2067  .titlebar .linked > button,
 2068  .titlebar .linked > button label.text-button,
 2069  .titlebar button.suggested-action,
 2070  .titlebar button.suggested-action label.text-button,
 2071  .titlebar button.destructive-action,
 2072  .titlebar button.destructive-action label.text-button,
 2073  headerbar button,
 2074  headerbar button label.text-button,
 2075  headerbar .linked > button,
 2076  headerbar .linked > button label.text-button,
 2077  headerbar button.suggested-action,
 2078  headerbar button.suggested-action label.text-button,
 2079  headerbar button.destructive-action,
 2080  headerbar button.destructive-action label.text-button {
 2081    color: #BBBBBB; }
 2082    .titlebar button:hover, .titlebar button label.text-button:hover,
 2083    .titlebar .linked > button:hover,
 2084    .titlebar .linked > button label.text-button:hover,
 2085    .titlebar button.suggested-action:hover,
 2086    .titlebar button.suggested-action label.text-button:hover,
 2087    .titlebar button.destructive-action:hover,
 2088    .titlebar button.destructive-action label.text-button:hover,
 2089    headerbar button:hover,
 2090    headerbar button label.text-button:hover,
 2091    headerbar .linked > button:hover,
 2092    headerbar .linked > button label.text-button:hover,
 2093    headerbar button.suggested-action:hover,
 2094    headerbar button.suggested-action label.text-button:hover,
 2095    headerbar button.destructive-action:hover,
 2096    headerbar button.destructive-action label.text-button:hover {
 2097      color: #ECEFF1; }
 2098    .titlebar button:checked, .titlebar button label.text-button:checked,
 2099    .titlebar .linked > button:checked,
 2100    .titlebar .linked > button label.text-button:checked,
 2101    .titlebar button.suggested-action:checked,
 2102    .titlebar button.suggested-action label.text-button:checked,
 2103    .titlebar button.destructive-action:checked,
 2104    .titlebar button.destructive-action label.text-button:checked,
 2105    headerbar button:checked,
 2106    headerbar button label.text-button:checked,
 2107    headerbar .linked > button:checked,
 2108    headerbar .linked > button label.text-button:checked,
 2109    headerbar button.suggested-action:checked,
 2110    headerbar button.suggested-action label.text-button:checked,
 2111    headerbar button.destructive-action:checked,
 2112    headerbar button.destructive-action label.text-button:checked {
 2113      color: #ECEFF1; }
 2114      .titlebar button:checked:disabled, .titlebar button label.text-button:checked:disabled,
 2115      .titlebar .linked > button:checked:disabled,
 2116      .titlebar .linked > button label.text-button:checked:disabled,
 2117      .titlebar button.suggested-action:checked:disabled,
 2118      .titlebar button.suggested-action label.text-button:checked:disabled,
 2119      .titlebar button.destructive-action:checked:disabled,
 2120      .titlebar button.destructive-action label.text-button:checked:disabled,
 2121      headerbar button:checked:disabled,
 2122      headerbar button label.text-button:checked:disabled,
 2123      headerbar .linked > button:checked:disabled,
 2124      headerbar .linked > button label.text-button:checked:disabled,
 2125      headerbar button.suggested-action:checked:disabled,
 2126      headerbar button.suggested-action label.text-button:checked:disabled,
 2127      headerbar button.destructive-action:checked:disabled,
 2128      headerbar button.destructive-action label.text-button:checked:disabled {
 2129        color: rgba(236, 239, 241, 0.3); }
 2130    .titlebar button:disabled, .titlebar button label.text-button:disabled,
 2131    .titlebar .linked > button:disabled,
 2132    .titlebar .linked > button label.text-button:disabled,
 2133    .titlebar button.suggested-action:disabled,
 2134    .titlebar button.suggested-action label.text-button:disabled,
 2135    .titlebar button.destructive-action:disabled,
 2136    .titlebar button.destructive-action label.text-button:disabled,
 2137    headerbar button:disabled,
 2138    headerbar button label.text-button:disabled,
 2139    headerbar .linked > button:disabled,
 2140    headerbar .linked > button label.text-button:disabled,
 2141    headerbar button.suggested-action:disabled,
 2142    headerbar button.suggested-action label.text-button:disabled,
 2143    headerbar button.destructive-action:disabled,
 2144    headerbar button.destructive-action label.text-button:disabled {
 2145      color: rgba(236, 239, 241, 0.225); }
 2146  .titlebar button label.text-button,
 2147  .titlebar .linked > button label.text-button,
 2148  .titlebar button.suggested-action label.text-button,
 2149  .titlebar button.destructive-action label.text-button,
 2150  headerbar button label.text-button,
 2151  headerbar .linked > button label.text-button,
 2152  headerbar button.suggested-action label.text-button,
 2153  headerbar button.destructive-action label.text-button {
 2154    border-image: none;
 2155    box-shadow: none; }
 2156  .titlebar entry, .titlebar spinbutton:not(.vertical),
 2157  .titlebar .linked > entry,
 2158  .titlebar .linked > spinbutton:not(.vertical),
 2159  headerbar entry,
 2160  headerbar spinbutton:not(.vertical),
 2161  headerbar .linked > entry,
 2162  headerbar .linked > spinbutton:not(.vertical) {
 2163    color: #BBBBBB;
 2164    caret-color: #BBBBBB; }
 2165    .titlebar entry:focus, .titlebar spinbutton:focus:not(.vertical),
 2166    .titlebar .linked > entry:focus,
 2167    .titlebar .linked > spinbutton:focus:not(.vertical),
 2168    headerbar entry:focus,
 2169    headerbar spinbutton:focus:not(.vertical),
 2170    headerbar .linked > entry:focus,
 2171    headerbar .linked > spinbutton:focus:not(.vertical) {
 2172      color: #ECEFF1;
 2173      caret-color: #ECEFF1; }
 2174    .titlebar entry:disabled, .titlebar spinbutton:disabled:not(.vertical),
 2175    .titlebar .linked > entry:disabled,
 2176    .titlebar .linked > spinbutton:disabled:not(.vertical),
 2177    headerbar entry:disabled,
 2178    headerbar spinbutton:disabled:not(.vertical),
 2179    headerbar .linked > entry:disabled,
 2180    headerbar .linked > spinbutton:disabled:not(.vertical) {
 2181      color: rgba(236, 239, 241, 0.225); }
 2182  .titlebar combobox > entry.combo, .titlebar combobox > spinbutton.combo:not(.vertical),
 2183  .titlebar .linked > combobox > entry.combo,
 2184  .titlebar .linked > combobox > spinbutton.combo:not(.vertical),
 2185  headerbar combobox > entry.combo,
 2186  headerbar combobox > spinbutton.combo:not(.vertical),
 2187  headerbar .linked > combobox > entry.combo,
 2188  headerbar .linked > combobox > spinbutton.combo:not(.vertical) {
 2189    color: #BBBBBB;
 2190    caret-color: #BBBBBB; }
 2191    .titlebar combobox > entry.combo:focus, .titlebar combobox > spinbutton.combo:focus:not(.vertical),
 2192    .titlebar .linked > combobox > entry.combo:focus,
 2193    .titlebar .linked > combobox > spinbutton.combo:focus:not(.vertical),
 2194    headerbar combobox > entry.combo:focus,
 2195    headerbar combobox > spinbutton.combo:focus:not(.vertical),
 2196    headerbar .linked > combobox > entry.combo:focus,
 2197    headerbar .linked > combobox > spinbutton.combo:focus:not(.vertical) {
 2198      color: #ECEFF1;
 2199      caret-color: #ECEFF1; }
 2200    .titlebar combobox > entry.combo:disabled, .titlebar combobox > spinbutton.combo:disabled:not(.vertical),
 2201    .titlebar .linked > combobox > entry.combo:disabled,
 2202    .titlebar .linked > combobox > spinbutton.combo:disabled:not(.vertical),
 2203    headerbar combobox > entry.combo:disabled,
 2204    headerbar combobox > spinbutton.combo:disabled:not(.vertical),
 2205    headerbar .linked > combobox > entry.combo:disabled,
 2206    headerbar .linked > combobox > spinbutton.combo:disabled:not(.vertical) {
 2207      color: rgba(236, 239, 241, 0.225); }
 2208    .titlebar combobox > entry.combo:backdrop, .titlebar combobox > spinbutton.combo:backdrop:not(.vertical),
 2209    .titlebar .linked > combobox > entry.combo:backdrop,
 2210    .titlebar .linked > combobox > spinbutton.combo:backdrop:not(.vertical),
 2211    headerbar combobox > entry.combo:backdrop,
 2212    headerbar combobox > spinbutton.combo:backdrop:not(.vertical),
 2213    headerbar .linked > combobox > entry.combo:backdrop,
 2214    headerbar .linked > combobox > spinbutton.combo:backdrop:not(.vertical) {
 2215      opacity: 0.5; }
 2216  .titlebar combobox > button.combo,
 2217  .titlebar .linked > combobox > button.combo,
 2218  headerbar combobox > button.combo,
 2219  headerbar .linked > combobox > button.combo {
 2220    color: #BBBBBB; }
 2221    .titlebar combobox > button.combo:hover,
 2222    .titlebar .linked > combobox > button.combo:hover,
 2223    headerbar combobox > button.combo:hover,
 2224    headerbar .linked > combobox > button.combo:hover {
 2225      color: #ECEFF1; }
 2226    .titlebar combobox > button.combo:checked,
 2227    .titlebar .linked > combobox > button.combo:checked,
 2228    headerbar combobox > button.combo:checked,
 2229    headerbar .linked > combobox > button.combo:checked {
 2230      color: #ECEFF1; }
 2231      .titlebar combobox > button.combo:checked:disabled,
 2232      .titlebar .linked > combobox > button.combo:checked:disabled,
 2233      headerbar combobox > button.combo:checked:disabled,
 2234      headerbar .linked > combobox > button.combo:checked:disabled {
 2235        color: rgba(236, 239, 241, 0.3); }
 2236    .titlebar combobox > button.combo:disabled,
 2237    .titlebar .linked > combobox > button.combo:disabled,
 2238    headerbar combobox > button.combo:disabled,
 2239    headerbar .linked > combobox > button.combo:disabled {
 2240      color: rgba(236, 239, 241, 0.225); }
 2241    .titlebar combobox > button.combo:backdrop,
 2242    .titlebar .linked > combobox > button.combo:backdrop,
 2243    headerbar combobox > button.combo:backdrop,
 2244    headerbar .linked > combobox > button.combo:backdrop {
 2245      opacity: 0.5; }
 2246  .titlebar menu menuitem,
 2247  headerbar menu menuitem {
 2248    color: rgba(38, 50, 56, 0.75); }
 2249    .titlebar menu menuitem:hover,
 2250    headerbar menu menuitem:hover {
 2251      color: #263238; }
 2252    .titlebar menu menuitem label:disabled,
 2253    headerbar menu menuitem label:disabled {
 2254      color: rgba(38, 50, 56, 0.3); }
 2255    .titlebar menu menuitem accelerator,
 2256    headerbar menu menuitem accelerator {
 2257      color: alpha(currentColor, 0.55); }
 2258    .titlebar menu menuitem separator,
 2259    headerbar menu menuitem separator {
 2260      color: rgba(0, 0, 0, 0.09); }
 2261  .titlebar popover button.flat, .titlebar popover button.osd.image-button,
 2262  .titlebar popover .button.osd.image-button, .titlebar popover button:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow,
 2263  .titlebar popover .context-menu > arrow,
 2264  .titlebar popover menu > arrow, .titlebar popover placessidebar row button.image-button, placessidebar row .titlebar popover button.image-button, .titlebar popover .csd headerbar button.titlebutton,
 2265  .csd .titlebar popover button.titlebutton,
 2266  .csd .titlebar.selection-mode popover button.titlebutton, .titlebar popover #gf-candidate-popup button, #gf-candidate-popup .titlebar popover button,
 2267  .titlebar popover #gf-candidate-popup .linked > button:first-child,
 2268  #gf-candidate-popup .titlebar popover .linked > button:first-child,
 2269  .titlebar popover #gf-candidate-popup .linked > button:last-child,
 2270  #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,
 2271  headerbar popover button.flat,
 2272  headerbar popover button.osd.image-button,
 2273  headerbar popover .button.osd.image-button,
 2274  headerbar popover .titlebar button:not(.suggested-action):not(.destructive-action),
 2275  .titlebar headerbar popover button:not(.suggested-action):not(.destructive-action),
 2276  headerbar popover button:not(.suggested-action):not(.destructive-action),
 2277  headerbar popover .menu > arrow,
 2278  headerbar popover .context-menu > arrow,
 2279  headerbar popover menu > arrow,
 2280  headerbar popover placessidebar row button.image-button,
 2281  placessidebar row headerbar popover button.image-button,
 2282  .csd headerbar popover button.titlebutton,
 2283  .csd headerbar.selection-mode popover button.titlebutton,
 2284  headerbar popover .csd .titlebar button.titlebutton,
 2285  .csd .titlebar headerbar popover button.titlebutton,
 2286  headerbar popover .csd .titlebar.selection-mode button.titlebutton,
 2287  .csd .titlebar.selection-mode headerbar popover button.titlebutton,
 2288  headerbar popover #gf-candidate-popup button,
 2289  #gf-candidate-popup headerbar popover button,
 2290  headerbar popover #gf-candidate-popup button:first-child,
 2291  #gf-candidate-popup headerbar popover button:first-child,
 2292  headerbar popover #gf-candidate-popup button:last-child,
 2293  #gf-candidate-popup headerbar popover button:last-child,
 2294  headerbar popover #gf-candidate-popup .linked > button,
 2295  #gf-candidate-popup headerbar popover .linked > button,
 2296  headerbar popover #gf-candidate-popup .linked > button:first-child,
 2297  #gf-candidate-popup headerbar popover .linked > button:first-child,
 2298  headerbar popover #gf-candidate-popup .linked > button:last-child,
 2299  #gf-candidate-popup headerbar popover .linked > button:last-child,
 2300  headerbar popover window > grid.vertical > box.vertical > widget button,
 2301  window > grid.vertical > box.vertical > widget headerbar popover button,
 2302  headerbar popover layouttabbar button,
 2303  layouttabbar headerbar popover button,
 2304  headerbar popover layouttab button,
 2305  layouttab headerbar popover button {
 2306    color: rgba(38, 50, 56, 0.75); }
 2307    .titlebar popover button.flat:hover, .titlebar popover button.osd.image-button:hover,
 2308    .titlebar popover .button.osd.image-button:hover, .titlebar popover button:hover:not(.suggested-action):not(.destructive-action), .titlebar popover .menu > arrow:hover,
 2309    .titlebar popover .context-menu > arrow:hover,
 2310    .titlebar popover menu > arrow:hover, .titlebar popover placessidebar row button.image-button:hover, placessidebar row .titlebar popover button.image-button:hover, .titlebar popover .csd headerbar button.titlebutton:hover,
 2311    .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,
 2312    headerbar popover button.flat:hover,
 2313    headerbar popover button.osd.image-button:hover,
 2314    headerbar popover .button.osd.image-button:hover,
 2315    headerbar popover button:hover:not(.suggested-action):not(.destructive-action),
 2316    headerbar popover .menu > arrow:hover,
 2317    headerbar popover .context-menu > arrow:hover,
 2318    headerbar popover menu > arrow:hover,
 2319    headerbar popover placessidebar row button.image-button:hover,
 2320    placessidebar row headerbar popover button.image-button:hover,
 2321    .csd headerbar popover button.titlebutton:hover,
 2322    headerbar popover .csd .titlebar button.titlebutton:hover,
 2323    .csd .titlebar.selection-mode headerbar popover button.titlebutton:hover,
 2324    headerbar popover #gf-candidate-popup button:hover,
 2325    #gf-candidate-popup headerbar popover button:hover,
 2326    headerbar popover #gf-candidate-popup .linked > button:hover:first-child,
 2327    #gf-candidate-popup headerbar popover .linked > button:hover:first-child,
 2328    headerbar popover #gf-candidate-popup .linked > button:hover:last-child,
 2329    #gf-candidate-popup headerbar popover .linked > button:hover:last-child,
 2330    headerbar popover window > grid.vertical > box.vertical > widget button:hover,
 2331    window > grid.vertical > box.vertical > widget headerbar popover button:hover,
 2332    headerbar popover layouttabbar button:hover,
 2333    layouttabbar headerbar popover button:hover,
 2334    headerbar popover layouttab button:hover,
 2335    layouttab headerbar popover button:hover {
 2336      color: #263238; }
 2337    .titlebar popover button.flat label:hover, .titlebar popover button.osd.image-button label:hover,
 2338    .titlebar popover .button.osd.image-button label:hover, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:hover, .titlebar popover .menu > arrow label:hover,
 2339    .titlebar popover .context-menu > arrow label:hover,
 2340    .titlebar popover menu > arrow label:hover, .titlebar popover placessidebar row button.image-button label:hover, placessidebar row .titlebar popover button.image-button label:hover, .titlebar popover .csd headerbar button.titlebutton label:hover,
 2341    .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,
 2342    headerbar popover button.flat label:hover,
 2343    headerbar popover button.osd.image-button label:hover,
 2344    headerbar popover .button.osd.image-button label:hover,
 2345    headerbar popover button:not(.suggested-action):not(.destructive-action) label:hover,
 2346    headerbar popover .menu > arrow label:hover,
 2347    headerbar popover .context-menu > arrow label:hover,
 2348    headerbar popover menu > arrow label:hover,
 2349    headerbar popover placessidebar row button.image-button label:hover,
 2350    placessidebar row headerbar popover button.image-button label:hover,
 2351    .csd headerbar popover button.titlebutton label:hover,
 2352    headerbar popover .csd .titlebar button.titlebutton label:hover,
 2353    .csd .titlebar.selection-mode headerbar popover button.titlebutton label:hover,
 2354    headerbar popover #gf-candidate-popup button label:hover,
 2355    #gf-candidate-popup headerbar popover button label:hover,
 2356    headerbar popover #gf-candidate-popup .linked > button:first-child label:hover,
 2357    #gf-candidate-popup headerbar popover .linked > button:first-child label:hover,
 2358    headerbar popover #gf-candidate-popup .linked > button:last-child label:hover,
 2359    #gf-candidate-popup headerbar popover .linked > button:last-child label:hover,
 2360    headerbar popover window > grid.vertical > box.vertical > widget button label:hover,
 2361    window > grid.vertical > box.vertical > widget headerbar popover button label:hover,
 2362    headerbar popover layouttabbar button label:hover,
 2363    layouttabbar headerbar popover button label:hover,
 2364    headerbar popover layouttab button label:hover,
 2365    layouttab headerbar popover button label:hover {
 2366      color: #263238; }
 2367    .titlebar popover button.flat label:disabled, .titlebar popover button.osd.image-button label:disabled,
 2368    .titlebar popover .button.osd.image-button label:disabled, .titlebar popover button:not(.suggested-action):not(.destructive-action) label:disabled, .titlebar popover .menu > arrow label:disabled,
 2369    .titlebar popover .context-menu > arrow label:disabled,
 2370    .titlebar popover menu > arrow label:disabled, .titlebar popover placessidebar row button.image-button label:disabled, placessidebar row .titlebar popover button.image-button label:disabled, .titlebar popover .csd headerbar button.titlebutton label:disabled,
 2371    .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,
 2372    headerbar popover button.flat label:disabled,
 2373    headerbar popover button.osd.image-button label:disabled,
 2374    headerbar popover .button.osd.image-button label:disabled,
 2375    headerbar popover button:not(.suggested-action):not(.destructive-action) label:disabled,
 2376    headerbar popover .menu > arrow label:disabled,
 2377    headerbar popover .context-menu > arrow label:disabled,
 2378    headerbar popover menu > arrow label:disabled,
 2379    headerbar popover placessidebar row button.image-button label:disabled,
 2380    placessidebar row headerbar popover button.image-button label:disabled,
 2381    .csd headerbar popover button.titlebutton label:disabled,
 2382    headerbar popover .csd .titlebar button.titlebutton label:disabled,
 2383    .csd .titlebar.selection-mode headerbar popover button.titlebutton label:disabled,
 2384    headerbar popover #gf-candidate-popup button label:disabled,
 2385    #gf-candidate-popup headerbar popover button label:disabled,
 2386    headerbar popover #gf-candidate-popup .linked > button:first-child label:disabled,
 2387    #gf-candidate-popup headerbar popover .linked > button:first-child label:disabled,
 2388    headerbar popover #gf-candidate-popup .linked > button:last-child label:disabled,
 2389    #gf-candidate-popup headerbar popover .linked > button:last-child label:disabled,
 2390    headerbar popover window > grid.vertical > box.vertical > widget button label:disabled,
 2391    window > grid.vertical > box.vertical > widget headerbar popover button label:disabled,
 2392    headerbar popover layouttabbar button label:disabled,
 2393    layouttabbar headerbar popover button label:disabled,
 2394    headerbar popover layouttab button label:disabled,
 2395    layouttab headerbar popover button label:disabled {
 2396      color: rgba(38, 50, 56, 0.3); }
 2397  .titlebar switch,
 2398  headerbar switch {
 2399    margin: 0.20301rem 0;
 2400    color: #BBBBBB;
 2401    background-color: rgba(236, 239, 241, 0.075); }
 2402    .titlebar switch:checked,
 2403    headerbar switch:checked {
 2404      background-color: rgba(0, 188, 212, 0.2); }
 2405      .titlebar switch:checked:disabled,
 2406      headerbar switch:checked:disabled {
 2407        background-color: rgba(0, 188, 212, 0.2); }
 2408    .titlebar switch:disabled,
 2409    headerbar switch:disabled {
 2410      color: rgba(236, 239, 241, 0.3);
 2411      background-color: alpha(currentColor, 0.2); }
 2412    .titlebar switch slider,
 2413    headerbar switch slider {
 2414      background-color: #3e515a; }
 2415    .titlebar switch:hover slider,
 2416    headerbar switch:hover slider {
 2417      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
 2418    .titlebar switch:checked slider,
 2419    headerbar switch:checked slider {
 2420      background-color: #E8E8E8; }
 2421      .titlebar switch:checked slider:disabled,
 2422      headerbar switch:checked slider:disabled {
 2423        background-color: #3F4E56; }
 2424    .titlebar switch:disabled slider,
 2425    headerbar switch:disabled slider {
 2426      background-color: #3F4E56; }
 2427  .titlebar spinner,
 2428  headerbar spinner {
 2429    min-width: 1rem;
 2430    min-height: 1rem;
 2431    margin: -0.3985rem; }
 2432  .titlebar.selection-mode,
 2433  headerbar.selection-mode {
 2434    border-width: 1px 0 1px 0;
 2435    border-top-color: rgba(255, 255, 255, 0.07);
 2436    border-bottom-color: transparent;
 2437    background-color: #E8E8E8;
 2438    color: #FFFFFF; }
 2439    .titlebar.selection-mode button,
 2440    .titlebar.selection-mode button.image-button,
 2441    headerbar.selection-mode button,
 2442    headerbar.selection-mode button.image-button {
 2443      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
 2444      color: rgba(255, 255, 255, 0.85); }
 2445      .titlebar.selection-mode button:hover, .titlebar.selection-mode button:active, .titlebar.selection-mode button:checked,
 2446      .titlebar.selection-mode button.image-button:hover,
 2447      .titlebar.selection-mode button.image-button:active,
 2448      .titlebar.selection-mode button.image-button:checked,
 2449      headerbar.selection-mode button:hover,
 2450      headerbar.selection-mode button:active,
 2451      headerbar.selection-mode button:checked,
 2452      headerbar.selection-mode button.image-button:hover,
 2453      headerbar.selection-mode button.image-button:active,
 2454      headerbar.selection-mode button.image-button:checked {
 2455        color: #FFFFFF; }
 2456      .titlebar.selection-mode button:disabled,
 2457      .titlebar.selection-mode button.image-button:disabled,
 2458      headerbar.selection-mode button:disabled,
 2459      headerbar.selection-mode button.image-button:disabled {
 2460        color: rgba(236, 239, 241, 0.225); }
 2461      .titlebar.selection-mode button:checked,
 2462      .titlebar.selection-mode button.image-button:checked,
 2463      headerbar.selection-mode button:checked,
 2464      headerbar.selection-mode button.image-button:checked {
 2465        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
 2466        color: #FFFFFF;
 2467        background-color: transparent; }
 2468        .titlebar.selection-mode button:checked:disabled,
 2469        .titlebar.selection-mode button.image-button:checked:disabled,
 2470        headerbar.selection-mode button:checked:disabled,
 2471        headerbar.selection-mode button.image-button:checked:disabled {
 2472          color: rgba(255, 255, 255, 0.4); }
 2473          .titlebar.selection-mode button:checked:disabled > label,
 2474          .titlebar.selection-mode button.image-button:checked:disabled > label,
 2475          headerbar.selection-mode button:checked:disabled > label,
 2476          headerbar.selection-mode button.image-button:checked:disabled > label {
 2477            color: inherit; }
 2478      .titlebar.selection-mode button.suggested-action,
 2479      .titlebar.selection-mode button.image-button.suggested-action,
 2480      headerbar.selection-mode button.suggested-action,
 2481      headerbar.selection-mode button.image-button.suggested-action {
 2482        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);
 2483        background-color: #FFFFFF;
 2484        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));
 2485        color: rgba(38, 50, 56, 0.75); }
 2486        .titlebar.selection-mode button.suggested-action:hover,
 2487        .titlebar.selection-mode button.image-button.suggested-action:hover,
 2488        headerbar.selection-mode button.suggested-action:hover,
 2489        headerbar.selection-mode button.image-button.suggested-action:hover {
 2490          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);
 2491          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));
 2492          color: #263238; }
 2493        .titlebar.selection-mode button.suggested-action:active,
 2494        .titlebar.selection-mode button.image-button.suggested-action:active,
 2495        headerbar.selection-mode button.suggested-action:active,
 2496        headerbar.selection-mode button.image-button.suggested-action:active {
 2497          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);
 2498          color: #263238;
 2499          transition-duration: 0;
 2500          animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 2501        .titlebar.selection-mode button.suggested-action:disabled,
 2502        .titlebar.selection-mode button.image-button.suggested-action:disabled,
 2503        headerbar.selection-mode button.suggested-action:disabled,
 2504        headerbar.selection-mode button.image-button.suggested-action:disabled {
 2505          box-shadow: none;
 2506          background-color: alpha(currentColor, 0.2);
 2507          color: rgba(38, 50, 56, 0.225); }
 2508          .titlebar.selection-mode button.suggested-action:disabled > label,
 2509          .titlebar.selection-mode button.image-button.suggested-action:disabled > label,
 2510          headerbar.selection-mode button.suggested-action:disabled > label,
 2511          headerbar.selection-mode button.image-button.suggested-action:disabled > label {
 2512            color: inherit; }
 2513      .titlebar.selection-mode button.text-button, .titlebar.selection-mode button.suggested-action,
 2514      .titlebar.selection-mode button.image-button.text-button,
 2515      .titlebar.selection-mode button.image-button.suggested-action,
 2516      headerbar.selection-mode button.text-button,
 2517      headerbar.selection-mode button.suggested-action,
 2518      headerbar.selection-mode button.image-button.text-button,
 2519      headerbar.selection-mode button.image-button.suggested-action {
 2520        color: rgba(255, 255, 255, 0.85); }
 2521        .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,
 2522        .titlebar.selection-mode button.image-button.text-button:hover,
 2523        .titlebar.selection-mode button.image-button.text-button:active,
 2524        .titlebar.selection-mode button.image-button.text-button:checked,
 2525        .titlebar.selection-mode button.image-button.suggested-action:hover,
 2526        .titlebar.selection-mode button.image-button.suggested-action:active,
 2527        .titlebar.selection-mode button.image-button.suggested-action:checked,
 2528        headerbar.selection-mode button.text-button:hover,
 2529        headerbar.selection-mode button.text-button:active,
 2530        headerbar.selection-mode button.text-button:checked,
 2531        headerbar.selection-mode button.suggested-action:hover,
 2532        headerbar.selection-mode button.suggested-action:active,
 2533        headerbar.selection-mode button.suggested-action:checked,
 2534        headerbar.selection-mode button.image-button.text-button:hover,
 2535        headerbar.selection-mode button.image-button.text-button:active,
 2536        headerbar.selection-mode button.image-button.text-button:checked,
 2537        headerbar.selection-mode button.image-button.suggested-action:hover,
 2538        headerbar.selection-mode button.image-button.suggested-action:active,
 2539        headerbar.selection-mode button.image-button.suggested-action:checked {
 2540          color: #FFFFFF; }
 2541        .titlebar.selection-mode button.text-button:disabled, .titlebar.selection-mode button.suggested-action:disabled,
 2542        .titlebar.selection-mode button.image-button.text-button:disabled,
 2543        .titlebar.selection-mode button.image-button.suggested-action:disabled,
 2544        headerbar.selection-mode button.text-button:disabled,
 2545        headerbar.selection-mode button.suggested-action:disabled,
 2546        headerbar.selection-mode button.image-button.text-button:disabled,
 2547        headerbar.selection-mode button.image-button.suggested-action:disabled {
 2548          color: rgba(255, 255, 255, 0.4); }
 2549    .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action),
 2550    headerbar.selection-mode button:not(.suggested-action):not(.destructive-action) {
 2551      border-radius: 100px;
 2552      -gtk-outline-radius: 100px; }
 2553      .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,
 2554      .titlebar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2555      .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2556      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,
 2557      .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2558      .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, placessidebar row .titlebar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2559      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button,
 2560      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
 2561      headerbar.selection-mode button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2562      headerbar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2563      headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2564      .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2565      headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2566      headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2567      headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2568      headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu,
 2569      headerbar.selection-mode placessidebar row button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2570      placessidebar row headerbar.selection-mode button.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
 2571      headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu,
 2572      #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2573      headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu,
 2574      window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2575      headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu,
 2576      layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu,
 2577      headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu,
 2578      layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu {
 2579        border-radius: 2px;
 2580        -gtk-outline-radius: 2px; }
 2581        .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,
 2582        .titlebar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2583        .titlebar.selection-mode headerbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2584        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,
 2585        .titlebar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2586        .titlebar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, placessidebar row .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .csd headerbar button.titlebutton:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, #gf-candidate-popup .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, window > grid.vertical > box.vertical > widget .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttabbar .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, layouttab .titlebar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2587        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).text-button.image-button,
 2588        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
 2589        headerbar.selection-mode button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2590        headerbar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2591        headerbar.selection-mode .titlebar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2592        .titlebar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2593        headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2594        headerbar.selection-mode .menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2595        headerbar.selection-mode .context-menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2596        headerbar.selection-mode menu > arrow:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2597        headerbar.selection-mode placessidebar row button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2598        placessidebar row headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2599        headerbar.selection-mode #gf-candidate-popup button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2600        #gf-candidate-popup headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2601        headerbar.selection-mode window > grid.vertical > box.vertical > widget button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2602        window > grid.vertical > box.vertical > widget headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2603        headerbar.selection-mode layouttabbar button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2604        layouttabbar headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2605        headerbar.selection-mode layouttab button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
 2606        layouttab headerbar.selection-mode button:not(.suggested-action):not(.destructive-action).selection-menu.image-button {
 2607          border-radius: 100px;
 2608          -gtk-outline-radius: 100px; }
 2609    .titlebar.selection-mode entry, .titlebar.selection-mode spinbutton:not(.vertical),
 2610    headerbar.selection-mode entry,
 2611    headerbar.selection-mode spinbutton:not(.vertical) {
 2612      color: #BBBBBB; }
 2613      .titlebar.selection-mode entry:focus, .titlebar.selection-mode spinbutton:focus:not(.vertical),
 2614      headerbar.selection-mode entry:focus,
 2615      headerbar.selection-mode spinbutton:focus:not(.vertical) {
 2616        color: #ECEFF1; }
 2617      .titlebar.selection-mode entry:disabled, .titlebar.selection-mode spinbutton:disabled:not(.vertical),
 2618      headerbar.selection-mode entry:disabled,
 2619      headerbar.selection-mode spinbutton:disabled:not(.vertical) {
 2620        color: rgba(236, 239, 241, 0.225); }
 2621    .titlebar.selection-mode .selection-menu,
 2622    headerbar.selection-mode .selection-menu {
 2623      padding-left: 1.20301rem;
 2624      padding-right: 1.20301rem; }
 2625      .titlebar.selection-mode .selection-menu, .titlebar.selection-mode .selection-menu.popup,
 2626      headerbar.selection-mode .selection-menu,
 2627      headerbar.selection-mode .selection-menu.popup {
 2628        color: rgba(255, 255, 255, 0.85); }
 2629        .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,
 2630        headerbar.selection-mode .selection-menu:hover,
 2631        headerbar.selection-mode .selection-menu:active,
 2632        headerbar.selection-mode .selection-menu:checked,
 2633        headerbar.selection-mode .selection-menu.popup:hover,
 2634        headerbar.selection-mode .selection-menu.popup:active,
 2635        headerbar.selection-mode .selection-menu.popup:checked {
 2636          color: #FFFFFF; }
 2637        .titlebar.selection-mode .selection-menu:disabled, .titlebar.selection-mode .selection-menu.popup:disabled,
 2638        headerbar.selection-mode .selection-menu:disabled,
 2639        headerbar.selection-mode .selection-menu.popup:disabled {
 2640          color: rgba(236, 239, 241, 0.225); }
 2641        .titlebar.selection-mode .selection-menu:checked, .titlebar.selection-mode .selection-menu.popup:checked,
 2642        headerbar.selection-mode .selection-menu:checked,
 2643        headerbar.selection-mode .selection-menu.popup:checked {
 2644          border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
 2645          background-color: transparent; }
 2646          .titlebar.selection-mode .selection-menu:checked:disabled, .titlebar.selection-mode .selection-menu.popup:checked:disabled,
 2647          headerbar.selection-mode .selection-menu:checked:disabled,
 2648          headerbar.selection-mode .selection-menu.popup:checked:disabled {
 2649            color: rgba(255, 255, 255, 0.4); }
 2650            .titlebar.selection-mode .selection-menu:checked:disabled > label, .titlebar.selection-mode .selection-menu.popup:checked:disabled > label,
 2651            headerbar.selection-mode .selection-menu:checked:disabled > label,
 2652            headerbar.selection-mode .selection-menu.popup:checked:disabled > label {
 2653              color: inherit; }
 2654      .titlebar.selection-mode .selection-menu GtkArrow,
 2655      headerbar.selection-mode .selection-menu GtkArrow {
 2656        -GtkArrow-arrow-scaling: 1.0; }
 2657      .titlebar.selection-mode .selection-menu .arrow,
 2658      headerbar.selection-mode .selection-menu .arrow {
 2659        -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 2660        color: rgba(255, 255, 255, 0.85); }
 2661  .tiled .titlebar, .tiled
 2662  headerbar {
 2663    transition: none; }
 2664  .maximized .titlebar, .maximized
 2665  headerbar {
 2666    transition: none; }
 2667  .titlebar.default-decoration,
 2668  headerbar.default-decoration {
 2669    min-height: 26.7px;
 2670    padding: 5.3px;
 2671    border-width: 0; }
 2672    .titlebar.default-decoration .title,
 2673    headerbar.default-decoration .title {
 2674      color: #ECEFF1; }
 2675      .titlebar.default-decoration .title:backdrop,
 2676      headerbar.default-decoration .title:backdrop {
 2677        color: rgba(236, 239, 241, 0.4); }
 2678    .titlebar.default-decoration button.titlebutton,
 2679    headerbar.default-decoration button.titlebutton {
 2680      min-width: 26.7px;
 2681      min-height: 26.7px;
 2682      margin: 0;
 2683      padding: 0;
 2684      color: #BBBBBB;
 2685      background-size: 2.44361rem 2.44361rem, auto; }
 2686      .titlebar.default-decoration button.titlebutton:hover, .titlebar.default-decoration button.titlebutton:active,
 2687      headerbar.default-decoration button.titlebutton:hover,
 2688      headerbar.default-decoration button.titlebutton:active {
 2689        color: #ECEFF1; }
 2690      .titlebar.default-decoration button.titlebutton:backdrop,
 2691      headerbar.default-decoration button.titlebutton:backdrop {
 2692        color: rgba(236, 239, 241, 0.4); }
 2693
 2694headerbar {
 2695  border-width: 1px 0 1px;
 2696  border-style: solid;
 2697  border-top-color: #FFFFFF;
 2698  border-bottom-color: #FFFFFF; }
 2699  headerbar.titlebar, .csd headerbar, box headerbar:only-child {
 2700    padding: 0.3985rem;}
 2701  box headerbar:not(:only-child):first-child, box headerbar:not(:only-child):last-child {
 2702    border-left-color: #FFFFFF;
 2703    border-right-color: #FFFFFF; }
 2704    .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 {
 2705      border-left-color: #FFFFFF;
 2706      border-right-color: #FFFFFF; }
 2707  box headerbar:not(:only-child):last-child:dir(ltr) {
 2708    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #FFFFFF, -2px 0 0 -1px rgba(0, 0, 0, 0.09); }
 2709  box headerbar:not(:only-child):last-child:dir(rtl) {
 2710    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #FFFFFF, 2px 0 0 -1px rgba(0, 0, 0, 0.09); }
 2711
 2712box headerbar.selection-mode:not(:only-child):last-child:dir(ltr) {
 2713  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), -5px 0 0 -1px #E8E8E8, -2px 0 0 -1px #242F35; }
 2714box headerbar.selection-mode:not(:only-child):last-child:dir(rtl) {
 2715  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.26), 0 2px 3px rgba(0, 0, 0, 0.32), 5px 0 0 -1px #E8E8E8, 2px 0 0 -1px #242F35; }
 2716
 2717headerbar,
 2718.titlebar {
 2719  border-top-left-radius: 2px;
 2720  border-top-right-radius: 2px; }
 2721  box headerbar:not(:last-child):not(.titlebar):dir(ltr), box
 2722  .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
 2723    border-top-left-radius: 2px;
 2724    border-top-right-radius: 0; }
 2725  box headerbar:not(:last-child):not(.titlebar):dir(rtl), box
 2726  .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
 2727    border-top-left-radius: 0;
 2728    border-top-right-radius: 2px; }
 2729  box headerbar:last-child:not(.titlebar):dir(ltr), box
 2730  .titlebar:last-child:not(.titlebar):dir(ltr) {
 2731    border-top-left-radius: 0; }
 2732  box headerbar:last-child:not(.titlebar):dir(rtl), box
 2733  .titlebar:last-child:not(.titlebar):dir(rtl) {
 2734    border-top-right-radius: 0; }
 2735
 2736window:not(.maximized):not(.tiled) paned.titlebar {
 2737  border-top-left-radius: 2px;
 2738  border-top-right-radius: 2px; }
 2739  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(ltr) {
 2740    border-top-left-radius: 2px;
 2741    border-top-right-radius: 0; }
 2742  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:not(:last-child):dir(rtl) {
 2743    border-top-left-radius: 0;
 2744    border-top-right-radius: 2px; }
 2745  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(ltr) {
 2746    border-top-left-radius: 0;
 2747    border-top-right-radius: 2px; }
 2748  window:not(.maximized):not(.tiled) paned.titlebar > headerbar:last-child:dir(rtl) {
 2749    border-top-left-radius: 2px;
 2750    border-top-right-radius: 0; }
 2751
 2752.ssd decoration .titlebar {
 2753  border-top: 1px solid rgba(255, 255, 255, 0.07);
 2754  box-shadow: none; }
 2755
 2756.tiled .titlebar, .tiled
 2757headerbar, .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 {
 2758  border-radius: 0;
 2759  border-color: #FFFFFF;
 2760  border-width: 2px 0 0 0;
 2761  border-top-color: #4DD0E1;
 2762  background-color: #FFFFFF;
 2763  box-shadow: none; }
 2764  .tiled .titlebar:backdrop, .tiled
 2765  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 {
 2766    border-top-color: alpha(currentColor, 0.2); }
 2767
 2768.maximized .titlebar, .maximized
 2769headerbar, .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 {
 2770  border-radius: 0;
 2771  border-color: #FFFFFF;
 2772  border-width: 1px 0 0 0;
 2773  background-color: #FFFFFF;
 2774  box-shadow: none; }
 2775
 2776/************
 2777 * Pathbars *
 2778 ************/
 2779.linked.path-bar button, .linked.path-bar button.text-button,
 2780.path-bar button,
 2781.path-bar button.text-button {
 2782  padding: 0 0.09774rem 0;
 2783  -gtk-outline-radius: 2px; }
 2784.linked.path-bar button.image-button,
 2785.path-bar button.image-button {
 2786  padding: 0 0.3985rem 0; }
 2787.linked.path-bar button.text-button.image-button,
 2788.path-bar button.text-button.image-button {
 2789  -gtk-outline-radius: 2px; }
 2790  .linked.path-bar button.text-button.image-button label,
 2791  .path-bar button.text-button.image-button label {
 2792    padding-left: 0;
 2793    padding-right: 0; }
 2794.linked.path-bar button.text-button.image-button label:last-child,
 2795.path-bar button.text-button.image-button label:last-child {
 2796  padding-right: 0.3985rem; }
 2797.linked.path-bar button.text-button.image-button label:first-child,
 2798.path-bar button.text-button.image-button label:first-child {
 2799  padding-left: 0.3985rem; }
 2800.linked.path-bar button image,
 2801.path-bar button image {
 2802  padding: 0.09774rem 0.3985rem 0; }
 2803.linked.path-bar button.slider-button, .linked.path-bar button.image-button.text-button.toggle,
 2804.path-bar button.slider-button,
 2805.path-bar button.image-button.text-button.toggle {
 2806  min-height: 1.30075rem;
 2807  padding: 0 0.09774rem 0;
 2808  -gtk-outline-radius: 2px; }
 2809
 2810/**************
 2811 * Tree Views *
 2812 **************/
 2813treeview.view, .tweak-category {
 2814  border-left-color: alpha(currentColor, 0.2);
 2815  border-top-color: rgba(0, 0, 0, 0.09);
 2816  border-radius: 0;
 2817  background-color: transparent;
 2818  background-image: none;
 2819  box-shadow: none; }
 2820  * {
 2821    -GtkTreeView-horizontal-separator: 4;
 2822    -GtkTreeView-grid-line-width: 1;
 2823    -GtkTreeView-grid-line-pattern: '';
 2824    -GtkTreeView-tree-line-width: 1;
 2825    -GtkTreeView-tree-line-pattern: '';
 2826    -GtkTreeView-expander-size: 16; }
 2827  treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active {
 2828    border-radius: 0; }
 2829  treeview.view:selected, .tweak-category:selected {
 2830    border-radius: 0; }
 2831  treeview.view, .tweak-category, treeview.view entry, .tweak-category entry, treeview.view spinbutton:not(.vertical), .tweak-category spinbutton:not(.vertical), treeview.view entry > label, .tweak-category entry > label, treeview.view spinbutton:not(.vertical) > label, .tweak-category spinbutton:not(.vertical) > label {
 2832    color: rgba(38, 50, 56, 0.75); }
 2833    treeview.view:hover, .tweak-category:hover, treeview.view:active, .tweak-category:active, treeview.view:focus, .tweak-category:focus, treeview.view entry:hover, .tweak-category entry:hover, treeview.view spinbutton:hover:not(.vertical), .tweak-category spinbutton:hover:not(.vertical), treeview.view entry:active, .tweak-category entry:active, treeview.view spinbutton:active:not(.vertical), .tweak-category spinbutton:active:not(.vertical), treeview.view entry:focus, .tweak-category entry:focus, treeview.view spinbutton:focus:not(.vertical), .tweak-category spinbutton:focus:not(.vertical), treeview.view entry > label:hover, .tweak-category entry > label:hover, treeview.view spinbutton:not(.vertical) > label:hover, .tweak-category spinbutton:not(.vertical) > label:hover, treeview.view entry > label:active, .tweak-category entry > label:active, treeview.view spinbutton:not(.vertical) > label:active, .tweak-category spinbutton:not(.vertical) > label:active, treeview.view entry > label:focus, .tweak-category entry > label:focus, treeview.view spinbutton:not(.vertical) > label:focus, .tweak-category spinbutton:not(.vertical) > label:focus {
 2834      color: #263238; }
 2835    treeview.view:selected, .tweak-category:selected, treeview.view entry:selected, .tweak-category entry:selected, treeview.view spinbutton:selected:not(.vertical), .tweak-category spinbutton:selected:not(.vertical), treeview.view entry > label:selected, .tweak-category entry > label:selected, treeview.view spinbutton:not(.vertical) > label:selected, .tweak-category spinbutton:not(.vertical) > label:selected {
 2836      color: #FFFFFF; }
 2837    treeview.view:disabled, .tweak-category:disabled, treeview.view entry:disabled, .tweak-category entry:disabled, treeview.view spinbutton:disabled:not(.vertical), .tweak-category spinbutton:disabled:not(.vertical), treeview.view entry > label:disabled, .tweak-category entry > label:disabled, treeview.view spinbutton:not(.vertical) > label:disabled, .tweak-category spinbutton:not(.vertical) > label:disabled {
 2838      color: rgba(38, 50, 56, 0.3); }
 2839      treeview.view:disabled:selected, .tweak-category:disabled:selected, treeview.view entry:disabled:selected, .tweak-category entry:disabled:selected, treeview.view spinbutton:disabled:selected:not(.vertical), .tweak-category spinbutton:disabled:selected:not(.vertical), treeview.view entry > label:disabled:selected, .tweak-category entry > label:disabled:selected, treeview.view spinbutton:not(.vertical) > label:disabled:selected, .tweak-category spinbutton:not(.vertical) > label:disabled:selected {
 2840        color: rgba(255, 255, 255, 0.4); }
 2841  treeview.view .separator, .tweak-category .separator, treeview.view .separator:hover, .tweak-category .separator:hover {
 2842    color: transparent;
 2843    background-color: rgba(0, 0, 0, 0.09); }
 2844  treeview.view.dnd, .dnd.tweak-category {
 2845    border-style: solid none;
 2846    border-width: 1px;
 2847    border-color: #137786; }
 2848  treeview.view expander arrow, .tweak-category expander arrow {
 2849    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
 2850    treeview.view expander arrow:dir(rtl), .tweak-category expander arrow:dir(rtl) {
 2851      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
 2852    treeview.view expander arrow:checked, .tweak-category expander arrow:checked {
 2853      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
 2854    treeview.view expander arrow:selected, .tweak-category expander arrow:selected {
 2855      color: rgba(255, 255, 255, 0.75); }
 2856      treeview.view expander arrow:selected:hover, .tweak-category expander arrow:selected:hover, treeview.view expander arrow:selected:active, .tweak-category expander arrow:selected:active {
 2857        color: #FFFFFF; }
 2858  treeview.view.progressbar, .progressbar.tweak-category {
 2859    box-shadow: inset 0 -4px #E8E8E8; }
 2860    treeview.view.progressbar:selected, .progressbar.tweak-category:selected {
 2861      box-shadow: inset 0 -4px #FFFFFF; }
 2862  treeview.view.trough, .trough.tweak-category {
 2863    box-shadow: inset 0 -4px alpha(#E8E8E8, 0.2); }
 2864    treeview.view.trough:selected, .trough.tweak-category:selected {
 2865      box-shadow: inset 0 -4px alpha(#FFFFFF, 0.2); }
 2866  treeview.view, .tweak-category, paned treeview.view, paned .tweak-category {
 2867    background-color: #FFFFFF; }
 2868    treeview.view:hover, .tweak-category:hover,
 2869    treeview.view row:hover,
 2870    .tweak-category row:hover, paned treeview.view:hover, paned .tweak-category:hover,
 2871    paned treeview.view row:hover,
 2872    paned .tweak-category row:hover {
 2873      color: #263238; }
 2874  treeview.view header button, .tweak-category header button {
 2875    min-height: 1.50376rem;
 2876    padding: 0 0.50376rem 0;
 2877    border-style: none solid solid none;
 2878    border-width: 1px;
 2879    border-color: rgba(0, 0, 0, 0.09);
 2880    border-radius: 0;
 2881    box-shadow: none;
 2882    background-color: #FFFFFF;
 2883    color: rgba(38, 50, 56, 0.5); }
 2884  treeview.view header:hover, .tweak-category header:hover, treeview.view header:active, .tweak-category header:active {
 2885    color: #263238;
 2886    box-shadow: none; }
 2887  treeview.view header:disabled, .tweak-category header:disabled {
 2888    background-color: #FFFFFF; }
 2889  treeview.view button:last-child, .tweak-category button:last-child, treeview.view:last-child button, .tweak-category:last-child button {
 2890    border-right-style: none; }
 2891  treeview.view.separator, .separator.tweak-category {
 2892    min-height: 0.15038rem;
 2893    color: transparent;
 2894    background-color: rgba(0, 0, 0, 0.09); }
 2895  treeview.view acceleditor > label, .tweak-category acceleditor > label {
 2896    background-color: #E8E8E8; }
 2897
 2898column-header.button.dnd, treeview.view header.dnd, .tweak-category header.dnd {
 2899  transition: none;
 2900  border-left-style: solid;
 2901  color: #E8E8E8; }
 2902
 2903/*********
 2904 * Menus *
 2905 *********/
 2906.menubar,
 2907menubar {
 2908  -GtkWidget-window-dragging: true;
 2909  padding: 0;
 2910  background-color: #FFFFFF;
 2911  color: #BBBBBB; }
 2912  .tiled .menubar, .maximized .menubar, .tiled
 2913  menubar, .maximized
 2914  menubar {
 2915    background-color: #FFFFFF;
 2916    box-shadow: none;
 2917    transition: none; }
 2918  .menubar > menuitem,
 2919  menubar > menuitem {
 2920    min-height: 1.50376rem;
 2921    padding: 0.3985rem 0.6015rem 0.50376rem;
 2922    color: #BBBBBB;
 2923    background-color: transparent; }
 2924    .menubar > menuitem:hover,
 2925    menubar > menuitem:hover {
 2926      color: #ECEFF1;
 2927      box-shadow: inset 0 -2px #E8E8E8; }
 2928    .menubar > menuitem:disabled,
 2929    menubar > menuitem:disabled {
 2930      color: rgba(236, 239, 241, 0.3);
 2931      box-shadow: none; }
 2932
 2933.menu,
 2934.context-menu,
 2935menu {
 2936  margin: 0.30075rem 0;
 2937  padding: 0.30075rem 0;
 2938  border-width: 1px;
 2939  border-style: solid;
 2940  border-color: #FFFFFF transparent transparent;
 2941  background-color: #fdfdfe; }
 2942  .csd .menu, .csd
 2943  .context-menu, .csd
 2944  menu {
 2945    border-width: 1px;
 2946    border-radius: 2px;
 2947    border-color: #FFFFFF transparent transparent; }
 2948  .menu .menuitem,
 2949  .menu menuitem,
 2950  .context-menu .menuitem,
 2951  .context-menu menuitem,
 2952  menu .menuitem,
 2953  menu menuitem {
 2954    min-height: 1.50376rem;
 2955    min-width: 3.00752rem;
 2956    padding: 0.3985rem 0.6015rem 0.50376rem;
 2957    color: rgba(38, 50, 56, 0.75);
 2958    font: initial;
 2959    text-shadow: none;
 2960    transition: none; }
 2961    .menu .menuitem:hover,
 2962    .menu menuitem:hover,
 2963    .context-menu .menuitem:hover,
 2964    .context-menu menuitem:hover,
 2965    menu .menuitem:hover,
 2966    menu menuitem:hover {
 2967      color: #263238;
 2968      background-color: alpha(currentColor, 0.1);
 2969      transition: none; }
 2970    .menu .menuitem:disabled,
 2971    .menu menuitem:disabled,
 2972    .context-menu .menuitem:disabled,
 2973    .context-menu menuitem:disabled,
 2974    menu .menuitem:disabled,
 2975    menu menuitem:disabled {
 2976      color: rgba(38, 50, 56, 0.3); }
 2977    .menu .menuitem arrow,
 2978    .menu menuitem arrow,
 2979    .context-menu .menuitem arrow,
 2980    .context-menu menuitem arrow,
 2981    menu .menuitem arrow,
 2982    menu menuitem arrow {
 2983      min-height: 1.20301rem;
 2984      min-width: 1.20301rem; }
 2985      .menu .menuitem arrow:dir(ltr),
 2986      .menu menuitem arrow:dir(ltr),
 2987      .context-menu .menuitem arrow:dir(ltr),
 2988      .context-menu menuitem arrow:dir(ltr),
 2989      menu .menuitem arrow:dir(ltr),
 2990      menu menuitem arrow:dir(ltr) {
 2991        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
 2992        margin-left: 0.80451rem; }
 2993      .menu .menuitem arrow:dir(rtl),
 2994      .menu menuitem arrow:dir(rtl),
 2995      .context-menu .menuitem arrow:dir(rtl),
 2996      .context-menu menuitem arrow:dir(rtl),
 2997      menu .menuitem arrow:dir(rtl),
 2998      menu menuitem arrow:dir(rtl) {
 2999        -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl");
 3000        margin-right: 0.80451rem; }
 3001    .menu .menuitem label:dir(rtl), .menu .menuitem label:dir(ltr),
 3002    .menu menuitem label:dir(rtl),
 3003    .menu menuitem label:dir(ltr),
 3004    .context-menu .menuitem label:dir(rtl),
 3005    .context-menu .menuitem label:dir(ltr),
 3006    .context-menu menuitem label:dir(rtl),
 3007    .context-menu menuitem label:dir(ltr),
 3008    menu .menuitem label:dir(rtl),
 3009    menu .menuitem label:dir(ltr),
 3010    menu menuitem label:dir(rtl),
 3011    menu menuitem label:dir(ltr) {
 3012      color: inherit; }
 3013  .menu > arrow,
 3014  .context-menu > arrow,
 3015  menu > arrow {
 3016    min-height: 1.20301rem;
 3017    min-width: 1.20301rem;
 3018    padding: 0.30075rem;
 3019    border-style: none;
 3020    border-radius: 0;
 3021    background-color: #fdfdfe; }
 3022    .menu > arrow.top,
 3023    .context-menu > arrow.top,
 3024    menu > arrow.top {
 3025      margin-top: -0.3985rem;
 3026      -gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
 3027      border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
 3028    .menu > arrow.bottom,
 3029    .context-menu > arrow.bottom,
 3030    menu > arrow.bottom {
 3031      margin-bottom: -0.3985rem;
 3032      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
 3033      border-top: 1px solid rgba(0, 0, 0, 0.09); }
 3034    .menu > arrow:hover,
 3035    .context-menu > arrow:hover,
 3036    menu > arrow:hover {
 3037      background-color: #FFFFFF; }
 3038    .menu > arrow:disabled,
 3039    .context-menu > arrow:disabled,
 3040    menu > arrow:disabled {
 3041      color: transparent;
 3042      background-color: transparent;
 3043      border-color: transparent; }
 3044  .menu > separator:dir(ltr),
 3045  .context-menu > separator:dir(ltr),
 3046  menu > separator:dir(ltr) {
 3047    margin-left: 2.40602rem; }
 3048  .menu > separator:dir(rtl),
 3049  .context-menu > separator:dir(rtl),
 3050  menu > separator:dir(rtl) {
 3051    margin-right: 2.40602rem; }
 3052
 3053menuitem accelerator {
 3054  color: alpha(currentColor, 0.55); }
 3055menuitem separator {
 3056  color: transparent;
 3057  background: none;
 3058  border-top: 1px solid rgba(0, 0, 0, 0.09); }
 3059  menuitem separator:dir(ltr) {
 3060    margin-left: 2.40602rem; }
 3061  menuitem separator:dir(rtl) {
 3062    margin-right: 2.40602rem; }
 3063
 3064.csd.popup {
 3065  border-radius: 2px; }
 3066
 3067/************
 3068 * Popovers *
 3069 ************/
 3070popover.background {
 3071  padding: 2px;
 3072  background-color: #fdfdfe;
 3073  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
 3074  .csd popover.background, popover.background {
 3075    border: 1px solid;
 3076    border-color: #FFFFFF #fdfdfe #fdfdfe;
 3077    border-radius: 2px; }
 3078  popover.background:backdrop {
 3079    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 3080  popover.background > list,
 3081  popover.background > .view,
 3082  popover.background > iconview,
 3083  popover.background > toolbar, popover.background.osd > toolbar {
 3084    border-style: none;
 3085    border-image: none;
 3086    background-color: transparent; }
 3087  popover.background button menuitem.flat,
 3088  popover.background button.flat,
 3089  popover.background button.osd.image-button,
 3090  popover.background .button.osd.image-button,
 3091  popover.background .titlebar button:not(.suggested-action):not(.destructive-action),
 3092  .titlebar popover.background button:not(.suggested-action):not(.destructive-action),
 3093  popover.background headerbar button:not(.suggested-action):not(.destructive-action),
 3094  headerbar popover.background button:not(.suggested-action):not(.destructive-action),
 3095  popover.background .menu > arrow,
 3096  popover.background .context-menu > arrow,
 3097  popover.background menu > arrow,
 3098  popover.background placessidebar row button.image-button,
 3099  placessidebar row popover.background button.image-button,
 3100  popover.background .csd headerbar button.titlebutton,
 3101  .csd headerbar popover.background button.titlebutton,
 3102  popover.background .csd .titlebar button.titlebutton,
 3103  .csd .titlebar popover.background button.titlebutton,
 3104  popover.background #gf-candidate-popup button,
 3105  #gf-candidate-popup popover.background button,
 3106  popover.background #gf-candidate-popup .linked > button:first-child,
 3107  #gf-candidate-popup popover.background .linked > button:first-child,
 3108  popover.background #gf-candidate-popup .linked > button:last-child,
 3109  #gf-candidate-popup popover.background .linked > button:last-child,
 3110  popover.background window > grid.vertical > box.vertical > widget button,
 3111  window > grid.vertical > box.vertical > widget popover.background button,
 3112  popover.background layouttabbar button,
 3113  layouttabbar popover.background button,
 3114  popover.background layouttab button,
 3115  layouttab popover.background button {
 3116    transition: none;
 3117    padding: 0 0.75188rem 0;
 3118    background-color: transparent;
 3119    background-size: 9.96241rem 9.96241rem, auto;
 3120    color: rgba(38, 50, 56, 0.75);
 3121    font: initial; }
 3122    popover.background button menuitem.flat:hover,
 3123    popover.background button.flat:hover,
 3124    popover.background button.osd.image-button:hover,
 3125    popover.background .button.osd.image-button:hover,
 3126    popover.background .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 3127    .titlebar popover.background button:hover:not(.suggested-action):not(.destructive-action),
 3128    popover.background headerbar button:hover:not(.suggested-action):not(.destructive-action),
 3129    headerbar popover.background button:hover:not(.suggested-action):not(.destructive-action),
 3130    popover.background .menu > arrow:hover,
 3131    popover.background .context-menu > arrow:hover,
 3132    popover.background menu > arrow:hover,
 3133    popover.background placessidebar row button.image-button:hover,
 3134    placessidebar row popover.background button.image-button:hover,
 3135    popover.background .csd headerbar button.titlebutton:hover,
 3136    .csd headerbar popover.background button.titlebutton:hover,
 3137    popover.background .csd .titlebar button.titlebutton:hover,
 3138    .csd .titlebar popover.background button.titlebutton:hover,
 3139    popover.background #gf-candidate-popup button:hover,
 3140    #gf-candidate-popup popover.background button:hover,
 3141    popover.background window > grid.vertical > box.vertical > widget button:hover,
 3142    window > grid.vertical > box.vertical > widget popover.background button:hover,
 3143    popover.background layouttabbar button:hover,
 3144    layouttabbar popover.background button:hover,
 3145    popover.background layouttab button:hover,
 3146    layouttab popover.background button:hover {
 3147      background-color: transparent;
 3148      color: #263238; }
 3149    popover.background button menuitem.flat label,
 3150    popover.background button.flat label,
 3151    popover.background button.osd.image-button label,
 3152    popover.background .button.osd.image-button label,
 3153    popover.background .titlebar button:not(.suggested-action):not(.destructive-action) label,
 3154    .titlebar popover.background button:not(.suggested-action):not(.destructive-action) label,
 3155    popover.background headerbar button:not(.suggested-action):not(.destructive-action) label,
 3156    headerbar popover.background button:not(.suggested-action):not(.destructive-action) label,
 3157    popover.background .menu > arrow label,
 3158    popover.background .context-menu > arrow label,
 3159    popover.background menu > arrow label,
 3160    popover.background placessidebar row button.image-button label,
 3161    placessidebar row popover.background button.image-button label,
 3162    popover.background .csd headerbar button.titlebutton label,
 3163    .csd headerbar popover.background button.titlebutton label,
 3164    popover.background .csd .titlebar button.titlebutton label,
 3165    .csd .titlebar popover.background button.titlebutton label,
 3166    popover.background #gf-candidate-popup button label,
 3167    #gf-candidate-popup popover.background button label,
 3168    popover.background #gf-candidate-popup .linked > button:first-child label,
 3169    #gf-candidate-popup popover.background .linked > button:first-child label,
 3170    popover.background #gf-candidate-popup .linked > button:last-child label,
 3171    #gf-candidate-popup popover.background .linked > button:last-child label,
 3172    popover.background window > grid.vertical > box.vertical > widget button label,
 3173    window > grid.vertical > box.vertical > widget popover.background button label,
 3174    popover.background layouttabbar button label,
 3175    layouttabbar popover.background button label,
 3176    popover.background layouttab button label,
 3177    layouttab popover.background button label {
 3178      padding: 0.20301rem 0 0.24812rem; }
 3179  popover.background button.image-button {
 3180    padding: 0.50376rem; }
 3181  popover.background button.model.image-button {
 3182    min-height: 2.00752rem; }
 3183  popover.background .linked > button {
 3184    box-shadow: none;
 3185    background-color: transparent;
 3186    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));
 3187    color: rgba(38, 50, 56, 0.75); }
 3188    popover.background .linked > button:hover {
 3189      box-shadow: none;
 3190      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));
 3191      color: #263238; }
 3192    popover.background .linked > button:active {
 3193      box-shadow: none;
 3194      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 3195      color: #263238; }
 3196    popover.background .linked > button:checked {
 3197      background-color: alpha(currentColor, 0.2);
 3198      color: #263238;
 3199      color: #263238;
 3200      background-color: transparent; }
 3201    popover.background .linked > button:checked:disabled > label {
 3202      color: inherit; }
 3203    popover.background .linked > button:disabled {
 3204      box-shadow: none;
 3205      background-color: transparent; }
 3206  .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button {
 3207    box-shadow: none;
 3208    background-color: transparent;
 3209    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)); }
 3210  popover.background separator {
 3211    margin: 0.22556rem 0; }
 3212
 3213/*************
 3214 * Notebooks *
 3215 *************/
 3216notebook {
 3217  padding: 0; }
 3218  notebook.frame {
 3219    border: 1px solid #E5E9EC;
 3220    transition: none; }
 3221    notebook.frame > header, notebook.frame > header.frame {
 3222      border-style: none; }
 3223    notebook.frame > header.top {
 3224      margin: -1px -1px 0 -1px; }
 3225    notebook.frame > header.bottom {
 3226      margin: 0 -1px -1px -1px; }
 3227    notebook.frame > header.left {
 3228      margin: -1px 0 -1px -1px; }
 3229    notebook.frame > header.right {
 3230      margin: -1px -1px -1px 0; }
 3231  notebook > stack {
 3232    transition: none; }
 3233    notebook > stack:only-child {
 3234      border: none;
 3235      background-color: transparent;
 3236      box-shadow: none; }
 3237    notebook > stack:not(:only-child), notebook > stack:not(:first-child), notebook > stack:not(:last-child) {
 3238      border: none;
 3239      background-color: #FFFFFF;
 3240      box-shadow: inset 0 0 0 1px #FFFFFF; }
 3241  notebook > header {
 3242    background-color: #FFFFFF; }
 3243    notebook > header tabs {
 3244      background-color: transparent; }
 3245    notebook > header.top {
 3246      box-shadow: 0 1px rgba(0, 0, 0, 0.09); }
 3247    notebook > header.bottom {
 3248      box-shadow: 0 -1px rgba(0, 0, 0, 0.09); }
 3249    notebook > header.left {
 3250      box-shadow: 1px 0 rgba(0, 0, 0, 0.09); }
 3251    notebook > header.right {
 3252      box-shadow: -1px 0 rgba(0, 0, 0, 0.09); }
 3253    notebook > header.top > tabs {
 3254      margin: 0 0.45113rem -1px 0.45113rem; }
 3255      notebook > header.top > tabs > tab {
 3256        margin: 0 -1px 0 -1px;
 3257        padding: 0.3985rem 1.20301rem;
 3258        border-bottom-width: 2px;
 3259        box-shadow: none; }
 3260        notebook > header.top > tabs > tab.reorderable-page {
 3261          padding-left: 0.75188rem;
 3262          padding-right: 0.75188rem;
 3263          border-left-width: 1px;
 3264          border-right-width: 1px; }
 3265    notebook > header.bottom > tabs {
 3266      margin: -1px 0.45113rem 0 0.45113rem; }
 3267      notebook > header.bottom > tabs > tab {
 3268        margin: 0 -1px 0 -1px;
 3269        padding: 0.3985rem 1.20301rem;
 3270        border-top-width: 2px;
 3271        box-shadow: none; }
 3272        notebook > header.bottom > tabs > tab.reorderable-page {
 3273          padding-left: 1.20301rem;
 3274          padding-right: 1.20301rem;
 3275          border-left-width: 1px;
 3276          border-right-width: 1px; }
 3277    notebook > header.left > tabs {
 3278      margin: 0.45113rem -1px 0.45113rem 0; }
 3279      notebook > header.left > tabs > tab {
 3280        margin: -1px 0 -1px 0;
 3281        padding: 0.3985rem 0.75188rem;
 3282        border-right-width: 2px;
 3283        box-shadow: none; }
 3284        notebook > header.left > tabs > tab.reorderable-page {
 3285          border-bottom-width: 1px;
 3286          border-top-width: 1px; }
 3287    notebook > header.right > tabs {
 3288      margin: 0.45113rem 0 0.45113rem -1px; }
 3289      notebook > header.right > tabs > tab {
 3290        margin: -1px 0 -1px 0;
 3291        padding: 0.3985rem 0.75188rem;
 3292        border-left-width: 2px;
 3293        box-shadow: none; }
 3294        notebook > header.right > tabs > tab.reorderable-page {
 3295          border-bottom-width: 1px;
 3296          border-top-width: 1px; }
 3297    notebook > header.top tab.reorderable-page {
 3298      border-bottom-width: 2px;
 3299      border-bottom-color: transparent; }
 3300      notebook > header.top tab.reorderable-page:hover {
 3301        border-color: rgba(0, 0, 0, 0.09);
 3302        border-bottom-width: 2px;
 3303        border-bottom-color: rgba(0, 0, 0, 0.09);
 3304        background-color: #FFFFFF;
 3305        box-shadow: none; }
 3306      notebook > header.top tab.reorderable-page:checked {
 3307        border-color: rgba(0, 0, 0, 0.09);
 3308        border-bottom-width: 2px;
 3309        border-bottom-color: #E8E8E8;
 3310        background-color: #FFFFFF;
 3311        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
 3312    notebook > header.bottom tab.reorderable-page {
 3313      border-top-width: 2px;
 3314      border-top-color: transparent; }
 3315      notebook > header.bottom tab.reorderable-page:hover {
 3316        border-color: rgba(0, 0, 0, 0.09);
 3317        border-top-width: 2px;
 3318        border-top-color: rgba(0, 0, 0, 0.09);
 3319        background-color: #FFFFFF;
 3320        box-shadow: none; }
 3321      notebook > header.bottom tab.reorderable-page:checked {
 3322        border-color: rgba(0, 0, 0, 0.09);
 3323        border-top-width: 2px;
 3324        border-top-color: #E8E8E8;
 3325        background-color: #FFFFFF;
 3326        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
 3327    notebook > header.left tab.reorderable-page {
 3328      border-right-width: 2px;
 3329      border-right-color: transparent; }
 3330      notebook > header.left tab.reorderable-page:hover {
 3331        border-color: rgba(0, 0, 0, 0.09);
 3332        border-right-width: 2px;
 3333        border-right-color: rgba(0, 0, 0, 0.09);
 3334        background-color: #FFFFFF;
 3335        box-shadow: none; }
 3336      notebook > header.left tab.reorderable-page:checked {
 3337        border-color: rgba(0, 0, 0, 0.09);
 3338        border-right-width: 2px;
 3339        border-right-color: #E8E8E8;
 3340        background-color: #FFFFFF;
 3341        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
 3342    notebook > header.right tab.reorderable-page {
 3343      border-left-width: 2px;
 3344      border-left-color: transparent; }
 3345      notebook > header.right tab.reorderable-page:hover {
 3346        border-color: rgba(0, 0, 0, 0.09);
 3347        border-left-width: 2px;
 3348        border-left-color: rgba(0, 0, 0, 0.09);
 3349        background-color: #FFFFFF;
 3350        box-shadow: none; }
 3351      notebook > header.right tab.reorderable-page:checked {
 3352        border-color: rgba(0, 0, 0, 0.09);
 3353        border-left-width: 2px;
 3354        border-left-color: #E8E8E8;
 3355        background-color: #FFFFFF;
 3356        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.02), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.02); }
 3357    notebook > header > tabs > arrow {
 3358      transition: none;
 3359      min-height: 1.20301rem;
 3360      min-width: 1.20301rem;
 3361      margin: 0 0.50376rem;
 3362      border-radius: 0;
 3363      color: rgba(38, 50, 56, 0.5); }
 3364      notebook > header > tabs > arrow:hover, notebook > header > tabs > arrow:active {
 3365        color: #263238; }
 3366      notebook > header > tabs > arrow:disabled {
 3367        color: rgba(38, 50, 56, 0.3); }
 3368    notebook > header.top button, notebook > header.bottom button, notebook > header.left button, notebook > header.right button {
 3369      min-height: 1.20301rem;
 3370      min-width: 1.20301rem;
 3371      padding: 0;
 3372      border-radius: 100px;
 3373      -gtk-outline-radius: 100px; }
 3374      notebook > header.top button > image, notebook > header.bottom button > image, notebook > header.left button > image, notebook > header.right button > image {
 3375        padding: 0.50376rem; }
 3376  notebook tab {
 3377    border-width: 0;
 3378    border-style: solid;
 3379    border-color: transparent;
 3380    background-color: transparent;
 3381    outline-offset: -0.45113rem; }
 3382    notebook tab:hover {
 3383      border-color: alpha(currentColor, 0.2); }
 3384    notebook tab:checked {
 3385      border-color: #E8E8E8; }
 3386    notebook tab label {
 3387      padding: 0.09774rem;
 3388      font-weight: 700;
 3389      color: rgba(38, 50, 56, 0.5); }
 3390    notebook tab.reorderable-page label {
 3391      padding: 0.3985rem 0 0.3985rem; }
 3392    notebook tab:hover label {
 3393      color: #263238; }
 3394    notebook tab:checked label {
 3395      color: #263238; }
 3396    notebook tab button {
 3397      box-shadow: none;
 3398      background-color: transparent;
 3399      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));
 3400      min-width: 1.20301rem;
 3401      min-height: 1.20301rem;
 3402      padding: 0;
 3403      border-radius: 100px;
 3404      -gtk-outline-radius: 100px;
 3405      background-size: 2.44361rem 2.44361rem, auto;
 3406      color: rgba(38, 50, 56, 0.5); }
 3407      notebook tab button:hover {
 3408        box-shadow: none;
 3409        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)); }
 3410      notebook tab button:active {
 3411        box-shadow: none;
 3412        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 3413      notebook tab button:disabled {
 3414        box-shadow: none;
 3415        background-color: transparent; }
 3416      notebook tab button > image {
 3417        padding: 0.50376rem; }
 3418    notebook tab:hover button, notebook tab:checked button {
 3419      color: #263238; }
 3420      notebook tab:hover button image, notebook tab:checked button image {
 3421        color: #263238; }
 3422    notebook tab:disabled button {
 3423      color: rgba(38, 50, 56, 0.3); }
 3424      notebook tab:disabled button image {
 3425        color: rgba(38, 50, 56, 0.3); }
 3426    notebook tab button.flat.image-button.small-button, notebook tab button.image-button.small-button.osd,
 3427    notebook tab .image-button.small-button.button.osd, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action), .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action),
 3428    notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action),
 3429    headerbar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action), notebook tab .menu > arrow.image-button.small-button,
 3430    notebook tab .context-menu > arrow.image-button.small-button,
 3431    notebook tab menu > arrow.image-button.small-button, notebook tab placessidebar row button.image-button.small-button, placessidebar row notebook tab button.image-button.small-button, notebook tab .csd headerbar button.image-button.small-button.titlebutton, .csd headerbar notebook tab button.image-button.small-button.titlebutton,
 3432    notebook tab .csd .titlebar button.image-button.small-button.titlebutton,
 3433    .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 {
 3434      min-width: 1.20301rem;
 3435      min-height: 1.20301rem;
 3436      padding: 0; }
 3437      notebook tab button.flat.image-button.small-button > widget > box > image, notebook tab button.image-button.small-button.osd > widget > box > image,
 3438      notebook tab .image-button.small-button.button.osd > widget > box > image, notebook tab .titlebar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image, .titlebar notebook tab button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
 3439      notebook tab headerbar button.image-button.small-button:not(.suggested-action):not(.destructive-action) > widget > box > image,
 3440      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,
 3441      notebook tab .context-menu > arrow.image-button.small-button > widget > box > image,
 3442      notebook tab menu > arrow.image-button.small-button > widget > box > image, notebook tab placessidebar row button.image-button.small-button > widget > box > image, placessidebar row notebook tab button.image-button.small-button > widget > box > image, notebook tab .csd headerbar button.image-button.small-button.titlebutton > widget > box > image, .csd headerbar notebook tab button.image-button.small-button.titlebutton > widget > box > image,
 3443      notebook tab .csd .titlebar button.image-button.small-button.titlebutton > widget > box > image,
 3444      .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 {
 3445        padding: 0.50376rem; }
 3446
 3447/**************
 3448 * Scrollbars *
 3449 **************/
 3450@keyframes slow_down_vert {
 3451  from {
 3452    min-width: 0.45113rem; }
 3453  to {
 3454    min-width: 0.90226rem; } }
 3455@keyframes slow_down_horz {
 3456  from {
 3457    min-height: 0.45113rem; }
 3458  to {
 3459    min-height: 0.90226rem; } }
 3460.scrollbar,
 3461scrollbar {
 3462  background-color: rgba(255, 255, 255, 0.55);
 3463  transition-duration: 0.2s; }
 3464  * {
 3465    -GtkScrollbar-has-backward-stepper: false;
 3466    -GtkScrollbar-has-forward-stepper: false; }
 3467  .scrollbar.top, .scrollbar.top .trough, .scrollbar.bottom, .scrollbar.bottom .trough, .scrollbar.left, .scrollbar.left .trough, .scrollbar.right, .scrollbar.right .trough,
 3468  scrollbar.top,
 3469  scrollbar.top .trough,
 3470  scrollbar.bottom,
 3471  scrollbar.bottom .trough,
 3472  scrollbar.left,
 3473  scrollbar.left .trough,
 3474  scrollbar.right,
 3475  scrollbar.right .trough {
 3476    border: none; }
 3477  .scrollbar slider,
 3478  .scrollbar .slider,
 3479  scrollbar slider,
 3480  scrollbar .slider {
 3481    margin: 0;
 3482    border-radius: 0;
 3483    border: 0 none transparent;
 3484    background-color: rgba(38, 50, 56, 0.275); }
 3485    .scrollbar slider:hover,
 3486    .scrollbar .slider:hover,
 3487    scrollbar slider:hover,
 3488    scrollbar .slider:hover {
 3489      background-color: rgba(38, 50, 56, 0.4125); }
 3490    .scrollbar slider:active,
 3491    .scrollbar .slider:active,
 3492    scrollbar slider:active,
 3493    scrollbar .slider:active {
 3494      background-color: #263238; }
 3495    .scrollbar slider:disabled,
 3496    .scrollbar .slider:disabled,
 3497    scrollbar slider:disabled,
 3498    scrollbar .slider:disabled {
 3499      opacity: 0.4; }
 3500  .scrollbar.fine-tune slider,
 3501  scrollbar.fine-tune slider {
 3502    margin: 0; }
 3503  .scrollbar.vertical slider,
 3504  .scrollbar.vertical .slider,
 3505  scrollbar.vertical slider,
 3506  scrollbar.vertical .slider {
 3507    min-width: 0.90226rem;
 3508    min-height: 2.40602rem;
 3509    margin: 0; }
 3510  .scrollbar.vertical.fine-tune slider,
 3511  scrollbar.vertical.fine-tune slider {
 3512    margin: 0; }
 3513  .scrollbar.horizontal slider,
 3514  .scrollbar.horizontal .slider,
 3515  scrollbar.horizontal slider,
 3516  scrollbar.horizontal .slider {
 3517    min-width: 2.40602rem;
 3518    min-height: 0.90226rem;
 3519    margin: 0; }
 3520  .scrollbar.horizontal.fine-tune slider,
 3521  scrollbar.horizontal.fine-tune slider {
 3522    margin: 0; }
 3523  .scrollbar.overlay-indicator:not(.dragging):not(.hovering),
 3524  scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
 3525    border-color: transparent;
 3526    background-color: transparent; }
 3527    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider,
 3528    scrollbar.overlay-indicator:not(.dragging):not(.hovering) slider {
 3529      margin: 0;
 3530      border: 0 none transparent; }
 3531    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) button,
 3532    scrollbar.overlay-indicator:not(.dragging):not(.hovering) button {
 3533      min-width: 0.90226rem;
 3534      min-height: 0.90226rem;
 3535      background-color: rgba(38, 50, 56, 0.275);
 3536      border-radius: 0;
 3537      border: none;
 3538      -gtk-icon-source: none; }
 3539    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider,
 3540    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical slider {
 3541      min-width: 0.45113rem;
 3542      min-height: 2.40602rem;
 3543      margin: 0; }
 3544    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button,
 3545    scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical button {
 3546      min-width: 0.45113rem;
 3547      margin: 0; }
 3548    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider,
 3549    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider {
 3550      min-width: 2.40602rem;
 3551      min-height: 0.45113rem;
 3552      margin: 0; }
 3553    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button,
 3554    scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal button {
 3555      min-height: 0.45113rem;
 3556      margin: 0; }
 3557  .scrollbar.overlay-indicator.dragging, .scrollbar.overlay-indicator.hovering,
 3558  scrollbar.overlay-indicator.dragging,
 3559  scrollbar.overlay-indicator.hovering {
 3560    opacity: 0.8; }
 3561  .scrollbar.overlay-indicator.hovering.vertical slider,
 3562  scrollbar.overlay-indicator.hovering.vertical slider {
 3563    animation: slow_down_vert 0.2s linear forwards; }
 3564  .scrollbar.overlay-indicator.hovering.horizontal slider,
 3565  scrollbar.overlay-indicator.hovering.horizontal slider {
 3566    animation: slow_down_horz 0.2s linear forwards; }
 3567
 3568/**********
 3569 * Switch *
 3570 **********/
 3571switch {
 3572  outline-offset: -0.30075rem;
 3573  font-size: 0;
 3574  border: 0.75188rem solid transparent;
 3575  border-radius: 100px;
 3576  -gtk-outline-radius: 100px;
 3577  background-color: alpha(currentColor, 0.2); }
 3578  switch:disabled {
 3579    color: rgba(38, 50, 56, 0.3); }
 3580  switch:checked {
 3581    background-color: rgba(0, 188, 212, 0.2); }
 3582    switch:checked:disabled {
 3583      background-color: rgba(0, 188, 212, 0.2); }
 3584  switch:disabled {
 3585    color: rgba(38, 50, 56, 0.3);
 3586    background-color: alpha(currentColor, 0.2); }
 3587  switch slider {
 3588    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);
 3589    background-color: #FFFFFF;
 3590    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));
 3591    color: rgba(38, 50, 56, 0.75);
 3592    min-width: 1.50376rem;
 3593    min-height: 1.50376rem;
 3594    margin: -0.30075rem -0.07519rem;
 3595    padding: 0;
 3596    border-radius: 100px;
 3597    -gtk-outline-radius: 100px; }
 3598  switch:hover slider {
 3599    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);
 3600    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));
 3601    color: #263238;
 3602    background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
 3603  switch:checked slider {
 3604    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);
 3605    background-color: #E8E8E8;
 3606    color: #FFFFFF; }
 3607  switch:checked:hover slider {
 3608    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);
 3609    background-color: #E8E8E8;
 3610    color: #FFFFFF;
 3611    background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2));
 3612    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); }
 3613  switch:checked:disabled slider {
 3614    box-shadow: none;
 3615    background-color: alpha(currentColor, 0.2);
 3616    color: rgba(0, 188, 212, 0.4);
 3617    background-color: #F0F2F3;
 3618    background-image: none;
 3619    box-shadow: none; }
 3620    switch:checked:disabled slider > label {
 3621      color: inherit; }
 3622  switch:disabled slider {
 3623    background-color: #F0F2F3;
 3624    background-image: none;
 3625    box-shadow: none; }
 3626  row:selected switch {
 3627    background-color: #FFFFFF; }
 3628    row:selected switch:checked {
 3629      background-color: #FFFFFF; }
 3630      row:selected switch:checked:disabled {
 3631        background-color: #FFFFFF; }
 3632    row:selected switch slider {
 3633      background-color: #FFFFFF; }
 3634    row:selected switch:hover slider {
 3635      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
 3636    row:selected switch:checked slider {
 3637      background-color: #FFFFFF; }
 3638    row:selected switch:checked:disabled slider {
 3639      background-color: #FFFFFF; }
 3640  grid switch {
 3641    margin: 0.45113rem 0.37594rem;
 3642    font-size: 0;
 3643    outline-color: transparent; }
 3644    grid switch slider {
 3645      min-width: 3.00752rem;
 3646      min-height: 1.50376rem; }
 3647    grid switch, grid switch:hover, grid switch:checked, grid switch:checked:hover, grid switch:checked:disabled, grid switch:disabled {
 3648      margin: 0.45113rem 0.37594rem;
 3649      border: none;
 3650      color: transparent;
 3651      background: none;
 3652      background-image: none;
 3653      background-size: 40px 20px;
 3654      background-repeat: no-repeat;
 3655      background-position: right center;
 3656      box-shadow: none; }
 3657      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) {
 3658        background-position: left center; }
 3659    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 {
 3660      margin: 0;
 3661      border: none;
 3662      border-radius: 0;
 3663      color: transparent;
 3664      background: none;
 3665      background-image: none;
 3666      background-size: 40px 20px;
 3667      background-repeat: no-repeat;
 3668      background-position: right center;
 3669      box-shadow: none; }
 3670      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) {
 3671        background-position: left center; }
 3672    grid switch:not(:hover):not(:checked):not(:disabled) {
 3673      background-image: -gtk-scaled(url("assets/toggle-off.png"), url("assets/toggle-off@2.png")); }
 3674    grid switch:hover {
 3675      background-image: -gtk-scaled(url("assets/toggle-off-hover.png"), url("assets/toggle-off-hover@2.png")); }
 3676    grid switch:checked {
 3677      background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
 3678      grid switch:checked:hover {
 3679        background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
 3680      grid switch:checked:disabled {
 3681        background-image: -gtk-scaled(url("assets/toggle-on-insensitive.png"), url("assets/toggle-on-insensitive@2.png")); }
 3682    grid switch:disabled {
 3683      background-image: -gtk-scaled(url("assets/toggle-off-insensitive.png"), url("assets/toggle-off-insensitive@2.png")); }
 3684
 3685/*************************
 3686 * Check and Radio items *
 3687 *************************/
 3688@keyframes check_radio_hover {
 3689  from {
 3690    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(rgba(38, 50, 56, 0.75), 0.1)), to(transparent)); }
 3691  to {
 3692    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(rgba(38, 50, 56, 0.75), 0.1)), to(transparent)); } }
 3693@keyframes check_radio_active {
 3694  from {
 3695    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#E8E8E8, 0.1)), to(transparent)); }
 3696  to {
 3697    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#E8E8E8, 0.1)), to(transparent)); } }
 3698@keyframes check_radio_active_reverse {
 3699  from {
 3700    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(#E8E8E8, 0.2)), to(transparent)); }
 3701  to {
 3702    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(#E8E8E8, 0)), to(transparent)); } }
 3703.check, check {
 3704  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked.png"), url("assets/checkbox-unchecked@2.png"));
 3705  -gtk-icon-shadow: none; }
 3706
 3707.check:hover, check:hover {
 3708  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
 3709  -gtk-icon-shadow: none; }
 3710
 3711.check:active, check:active {
 3712  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active.png"), url("assets/checkbox-unchecked-active@2.png"));
 3713  -gtk-icon-shadow: none; }
 3714
 3715.check:disabled, check:disabled {
 3716  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive.png"), url("assets/checkbox-unchecked-insensitive@2.png"));
 3717  -gtk-icon-shadow: none; }
 3718
 3719.check:indeterminate, check:indeterminate {
 3720  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed.png"), url("assets/checkbox-mixed@2.png"));
 3721  -gtk-icon-shadow: none; }
 3722
 3723.check:indeterminate:hover, check:indeterminate:hover {
 3724  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
 3725  -gtk-icon-shadow: none; }
 3726
 3727.check:indeterminate:active, check:indeterminate:active {
 3728  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active.png"), url("assets/checkbox-mixed-active@2.png"));
 3729  -gtk-icon-shadow: none; }
 3730
 3731.check:indeterminate:disabled, check:indeterminate:disabled {
 3732  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive.png"), url("assets/checkbox-mixed-insensitive@2.png"));
 3733  -gtk-icon-shadow: none; }
 3734
 3735.check:checked, check:checked {
 3736  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked.png"), url("assets/checkbox-checked@2.png"));
 3737  -gtk-icon-shadow: none; }
 3738
 3739.check:checked:hover, check:checked:hover {
 3740  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
 3741  -gtk-icon-shadow: none; }
 3742
 3743.check:checked:active, check:checked:active {
 3744  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active.png"), url("assets/checkbox-checked-active@2.png"));
 3745  -gtk-icon-shadow: none; }
 3746
 3747.check:checked:disabled, check:checked:disabled {
 3748  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive.png"), url("assets/checkbox-checked-insensitive@2.png"));
 3749  -gtk-icon-shadow: none; }
 3750
 3751menu menuitem.check,
 3752menu menuitem check {
 3753  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png"));
 3754  -gtk-icon-shadow: none; }
 3755  menu menuitem.check:hover,
 3756  menu menuitem check:hover {
 3757    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic.png"), url("assets/checkbox-symbolic@2.png"));
 3758    animation: none;
 3759    -gtk-icon-shadow: none;
 3760    transition: none; }
 3761
 3762menu menuitem.check:disabled,
 3763menu menuitem check:disabled {
 3764  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png"));
 3765  -gtk-icon-shadow: none; }
 3766  menu menuitem.check:disabled:hover,
 3767  menu menuitem check:disabled:hover {
 3768    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic.png"), url("assets/checkbox-insensitive-symbolic@2.png"));
 3769    animation: none;
 3770    -gtk-icon-shadow: none;
 3771    transition: none; }
 3772
 3773menu menuitem.check:indeterminate,
 3774menu menuitem check:indeterminate {
 3775  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png"));
 3776  -gtk-icon-shadow: none; }
 3777  menu menuitem.check:indeterminate:hover,
 3778  menu menuitem check:indeterminate:hover {
 3779    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic.png"), url("assets/checkbox-mixed-symbolic@2.png"));
 3780    animation: none;
 3781    -gtk-icon-shadow: none;
 3782    transition: none; }
 3783
 3784menu menuitem.check:indeterminate:disabled,
 3785menu menuitem check:indeterminate:disabled {
 3786  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png"));
 3787  -gtk-icon-shadow: none; }
 3788  menu menuitem.check:indeterminate:disabled:hover,
 3789  menu menuitem check:indeterminate:disabled:hover {
 3790    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic.png"), url("assets/checkbox-mixed-insensitive-symbolic@2.png"));
 3791    animation: none;
 3792    -gtk-icon-shadow: none;
 3793    transition: none; }
 3794
 3795menu menuitem.check:checked,
 3796menu menuitem check:checked {
 3797  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png"));
 3798  -gtk-icon-shadow: none; }
 3799  menu menuitem.check:checked:hover,
 3800  menu menuitem check:checked:hover {
 3801    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic.png"), url("assets/checkbox-checked-symbolic@2.png"));
 3802    animation: none;
 3803    -gtk-icon-shadow: none;
 3804    transition: none; }
 3805
 3806menu menuitem.check:checked:disabled,
 3807menu menuitem check:checked:disabled {
 3808  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png"));
 3809  -gtk-icon-shadow: none; }
 3810  menu menuitem.check:checked:disabled:hover,
 3811  menu menuitem check:checked:disabled:hover {
 3812    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic.png"), url("assets/checkbox-checked-insensitive-symbolic@2.png"));
 3813    animation: none;
 3814    -gtk-icon-shadow: none;
 3815    transition: none; }
 3816
 3817.radio, radio {
 3818  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked.png"), url("assets/radio-unchecked@2.png"));
 3819  -gtk-icon-shadow: none; }
 3820
 3821.radio:hover, radio:hover {
 3822  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
 3823  -gtk-icon-shadow: none; }
 3824
 3825.radio:active, radio:active {
 3826  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active.png"), url("assets/radio-unchecked-active@2.png"));
 3827  -gtk-icon-shadow: none; }
 3828
 3829.radio:disabled, radio:disabled {
 3830  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive.png"), url("assets/radio-unchecked-insensitive@2.png"));
 3831  -gtk-icon-shadow: none; }
 3832
 3833.radio:indeterminate, radio:indeterminate {
 3834  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed.png"), url("assets/radio-mixed@2.png"));
 3835  -gtk-icon-shadow: none; }
 3836
 3837.radio:indeterminate:hover, radio:indeterminate:hover {
 3838  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
 3839  -gtk-icon-shadow: none; }
 3840
 3841.radio:indeterminate:active, radio:indeterminate:active {
 3842  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active.png"), url("assets/radio-mixed-active@2.png"));
 3843  -gtk-icon-shadow: none; }
 3844
 3845.radio:indeterminate:disabled, radio:indeterminate:disabled {
 3846  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive.png"), url("assets/radio-mixed-insensitive@2.png"));
 3847  -gtk-icon-shadow: none; }
 3848
 3849.radio:checked, radio:checked {
 3850  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked.png"), url("assets/radio-checked@2.png"));
 3851  -gtk-icon-shadow: none; }
 3852
 3853.radio:checked:hover, radio:checked:hover {
 3854  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
 3855  -gtk-icon-shadow: none; }
 3856
 3857.radio:checked:active, radio:checked:active {
 3858  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active.png"), url("assets/radio-checked-active@2.png"));
 3859  -gtk-icon-shadow: none; }
 3860
 3861.radio:checked:disabled, radio:checked:disabled {
 3862  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive.png"), url("assets/radio-checked-insensitive@2.png"));
 3863  -gtk-icon-shadow: none; }
 3864
 3865menu menuitem.radio,
 3866menu menuitem radio {
 3867  -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png"));
 3868  -gtk-icon-shadow: none; }
 3869  menu menuitem.radio:hover,
 3870  menu menuitem radio:hover {
 3871    -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic.png"), url("assets/radio-symbolic@2.png"));
 3872    animation: none;
 3873    -gtk-icon-shadow: none;
 3874    transition: none; }
 3875
 3876menu menuitem.radio:disabled,
 3877menu menuitem radio:disabled {
 3878  -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png"));
 3879  -gtk-icon-shadow: none; }
 3880  menu menuitem.radio:disabled:hover,
 3881  menu menuitem radio:disabled:hover {
 3882    -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic.png"), url("assets/radio-insensitive-symbolic@2.png"));
 3883    animation: none;
 3884    -gtk-icon-shadow: none;
 3885    transition: none; }
 3886
 3887menu menuitem.radio:indeterminate,
 3888menu menuitem radio:indeterminate {
 3889  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png"));
 3890  -gtk-icon-shadow: none; }
 3891  menu menuitem.radio:indeterminate:hover,
 3892  menu menuitem radio:indeterminate:hover {
 3893    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic.png"), url("assets/radio-mixed-symbolic@2.png"));
 3894    animation: none;
 3895    -gtk-icon-shadow: none;
 3896    transition: none; }
 3897
 3898menu menuitem.radio:indeterminate:disabled,
 3899menu menuitem radio:indeterminate:disabled {
 3900  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png"));
 3901  -gtk-icon-shadow: none; }
 3902  menu menuitem.radio:indeterminate:disabled:hover,
 3903  menu menuitem radio:indeterminate:disabled:hover {
 3904    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic.png"), url("assets/radio-mixed-insensitive-symbolic@2.png"));
 3905    animation: none;
 3906    -gtk-icon-shadow: none;
 3907    transition: none; }
 3908
 3909menu menuitem.radio:checked,
 3910menu menuitem radio:checked {
 3911  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png"));
 3912  -gtk-icon-shadow: none; }
 3913  menu menuitem.radio:checked:hover,
 3914  menu menuitem radio:checked:hover {
 3915    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic.png"), url("assets/radio-checked-symbolic@2.png"));
 3916    animation: none;
 3917    -gtk-icon-shadow: none;
 3918    transition: none; }
 3919
 3920menu menuitem.radio:checked:disabled,
 3921menu menuitem radio:checked:disabled {
 3922  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png"));
 3923  -gtk-icon-shadow: none; }
 3924  menu menuitem.radio:checked:disabled:hover,
 3925  menu menuitem radio:checked:disabled:hover {
 3926    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic.png"), url("assets/radio-checked-insensitive-symbolic@2.png"));
 3927    animation: none;
 3928    -gtk-icon-shadow: none;
 3929    transition: none; }
 3930
 3931treeview.view check, .tweak-category check, treeview.view check:only-child, .tweak-category check:only-child,
 3932treeview.view radio,
 3933.tweak-category radio,
 3934treeview.view radio:only-child,
 3935.tweak-category radio:only-child {
 3936  padding: 0; }
 3937
 3938treeview.view check:selected, .tweak-category check:selected,
 3939treeview.view check:selected:focus,
 3940.tweak-category check:selected:focus,
 3941row check:selected,
 3942row check:selected:focus,
 3943row.activatable check:selected,
 3944.view check:selected,
 3945iconview check:selected,
 3946.view text check:selected,
 3947iconview text check:selected,
 3948textview text check:selected,
 3949treeview.view header button check:selected,
 3950.tweak-category header button check:selected,
 3951row.activatable check:selected:focus,
 3952.view check:selected:focus,
 3953iconview check:selected:focus,
 3954.view text check:selected:focus,
 3955iconview text check:selected:focus,
 3956textview text check:selected:focus,
 3957treeview.view header button check:selected:focus,
 3958.tweak-category header button check:selected:focus {
 3959  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
 3960  -gtk-icon-shadow: none; }
 3961treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 3962treeview.view check:selected:focus:disabled,
 3963.tweak-category check:selected:focus:disabled,
 3964row check:selected:disabled,
 3965row check:selected:focus:disabled,
 3966row.activatable check:selected:disabled,
 3967.view check:selected:disabled,
 3968iconview check:selected:disabled,
 3969.view text check:selected:disabled,
 3970iconview text check:selected:disabled,
 3971textview text check:selected:disabled,
 3972treeview.view header button check:selected:disabled,
 3973.tweak-category header button check:selected:disabled,
 3974row.activatable check:selected:focus:disabled,
 3975.view check:selected:focus:disabled,
 3976iconview check:selected:focus:disabled,
 3977.view text check:selected:focus:disabled,
 3978iconview text check:selected:focus:disabled,
 3979textview text check:selected:focus:disabled,
 3980treeview.view header button check:selected:focus:disabled,
 3981.tweak-category header button check:selected:focus:disabled {
 3982  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 3983treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 3984treeview.view check:selected:focus:indeterminate:disabled,
 3985.tweak-category check:selected:focus:indeterminate:disabled,
 3986row check:selected:indeterminate:disabled,
 3987row check:selected:focus:indeterminate:disabled,
 3988row.activatable check:selected:indeterminate:disabled,
 3989.view check:selected:indeterminate:disabled,
 3990iconview check:selected:indeterminate:disabled,
 3991.view text check:selected:indeterminate:disabled,
 3992iconview text check:selected:indeterminate:disabled,
 3993textview text check:selected:indeterminate:disabled,
 3994treeview.view header button check:selected:indeterminate:disabled,
 3995.tweak-category header button check:selected:indeterminate:disabled,
 3996row.activatable check:selected:focus:indeterminate:disabled,
 3997.view check:selected:focus:indeterminate:disabled,
 3998iconview check:selected:focus:indeterminate:disabled,
 3999.view text check:selected:focus:indeterminate:disabled,
 4000iconview text check:selected:focus:indeterminate:disabled,
 4001textview text check:selected:focus:indeterminate:disabled,
 4002treeview.view header button check:selected:focus:indeterminate:disabled,
 4003.tweak-category header button check:selected:focus:indeterminate:disabled {
 4004  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4005treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4006treeview.view check:selected:focus:checked:disabled,
 4007.tweak-category check:selected:focus:checked:disabled,
 4008row check:selected:checked:disabled,
 4009row check:selected:focus:checked:disabled,
 4010row.activatable check:selected:checked:disabled,
 4011.view check:selected:checked:disabled,
 4012iconview check:selected:checked:disabled,
 4013.view text check:selected:checked:disabled,
 4014iconview text check:selected:checked:disabled,
 4015textview text check:selected:checked:disabled,
 4016treeview.view header button check:selected:checked:disabled,
 4017.tweak-category header button check:selected:checked:disabled,
 4018row.activatable check:selected:focus:checked:disabled,
 4019.view check:selected:focus:checked:disabled,
 4020iconview check:selected:focus:checked:disabled,
 4021.view text check:selected:focus:checked:disabled,
 4022iconview text check:selected:focus:checked:disabled,
 4023textview text check:selected:focus:checked:disabled,
 4024treeview.view header button check:selected:focus:checked:disabled,
 4025.tweak-category header button check:selected:focus:checked:disabled {
 4026  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4027
 4028treeview.view check:selected:active, .tweak-category check:selected:active,
 4029treeview.view check:selected:focus:active,
 4030.tweak-category check:selected:focus:active,
 4031row check:selected:active,
 4032row check:selected:focus:active,
 4033row.activatable check:selected:active,
 4034.view check:selected:active,
 4035iconview check:selected:active,
 4036.view text check:selected:active,
 4037iconview text check:selected:active,
 4038textview text check:selected:active,
 4039treeview.view header button check:selected:active,
 4040.tweak-category header button check:selected:active,
 4041row.activatable check:selected:focus:active,
 4042.view check:selected:focus:active,
 4043iconview check:selected:focus:active,
 4044.view text check:selected:focus:active,
 4045iconview text check:selected:focus:active,
 4046textview text check:selected:focus:active,
 4047treeview.view header button check:selected:focus:active,
 4048.tweak-category header button check:selected:focus:active {
 4049  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
 4050  -gtk-icon-shadow: none; }
 4051treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4052treeview.view check:selected:focus:disabled,
 4053.tweak-category check:selected:focus:disabled,
 4054row check:selected:disabled,
 4055row check:selected:focus:disabled,
 4056row.activatable check:selected:disabled,
 4057.view check:selected:disabled,
 4058iconview check:selected:disabled,
 4059.view text check:selected:disabled,
 4060iconview text check:selected:disabled,
 4061textview text check:selected:disabled,
 4062treeview.view header button check:selected:disabled,
 4063.tweak-category header button check:selected:disabled,
 4064row.activatable check:selected:focus:disabled,
 4065.view check:selected:focus:disabled,
 4066iconview check:selected:focus:disabled,
 4067.view text check:selected:focus:disabled,
 4068iconview text check:selected:focus:disabled,
 4069textview text check:selected:focus:disabled,
 4070treeview.view header button check:selected:focus:disabled,
 4071.tweak-category header button check:selected:focus:disabled {
 4072  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4073treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4074treeview.view check:selected:focus:indeterminate:disabled,
 4075.tweak-category check:selected:focus:indeterminate:disabled,
 4076row check:selected:indeterminate:disabled,
 4077row check:selected:focus:indeterminate:disabled,
 4078row.activatable check:selected:indeterminate:disabled,
 4079.view check:selected:indeterminate:disabled,
 4080iconview check:selected:indeterminate:disabled,
 4081.view text check:selected:indeterminate:disabled,
 4082iconview text check:selected:indeterminate:disabled,
 4083textview text check:selected:indeterminate:disabled,
 4084treeview.view header button check:selected:indeterminate:disabled,
 4085.tweak-category header button check:selected:indeterminate:disabled,
 4086row.activatable check:selected:focus:indeterminate:disabled,
 4087.view check:selected:focus:indeterminate:disabled,
 4088iconview check:selected:focus:indeterminate:disabled,
 4089.view text check:selected:focus:indeterminate:disabled,
 4090iconview text check:selected:focus:indeterminate:disabled,
 4091textview text check:selected:focus:indeterminate:disabled,
 4092treeview.view header button check:selected:focus:indeterminate:disabled,
 4093.tweak-category header button check:selected:focus:indeterminate:disabled {
 4094  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4095treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4096treeview.view check:selected:focus:checked:disabled,
 4097.tweak-category check:selected:focus:checked:disabled,
 4098row check:selected:checked:disabled,
 4099row check:selected:focus:checked:disabled,
 4100row.activatable check:selected:checked:disabled,
 4101.view check:selected:checked:disabled,
 4102iconview check:selected:checked:disabled,
 4103.view text check:selected:checked:disabled,
 4104iconview text check:selected:checked:disabled,
 4105textview text check:selected:checked:disabled,
 4106treeview.view header button check:selected:checked:disabled,
 4107.tweak-category header button check:selected:checked:disabled,
 4108row.activatable check:selected:focus:checked:disabled,
 4109.view check:selected:focus:checked:disabled,
 4110iconview check:selected:focus:checked:disabled,
 4111.view text check:selected:focus:checked:disabled,
 4112iconview text check:selected:focus:checked:disabled,
 4113textview text check:selected:focus:checked:disabled,
 4114treeview.view header button check:selected:focus:checked:disabled,
 4115.tweak-category header button check:selected:focus:checked:disabled {
 4116  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4117
 4118treeview.view check:selected:indeterminate, .tweak-category check:selected:indeterminate,
 4119treeview.view check:selected:focus:indeterminate,
 4120.tweak-category check:selected:focus:indeterminate,
 4121row check:selected:indeterminate,
 4122row check:selected:focus:indeterminate,
 4123row.activatable check:selected:indeterminate,
 4124.view check:selected:indeterminate,
 4125iconview check:selected:indeterminate,
 4126.view text check:selected:indeterminate,
 4127iconview text check:selected:indeterminate,
 4128textview text check:selected:indeterminate,
 4129treeview.view header button check:selected:indeterminate,
 4130.tweak-category header button check:selected:indeterminate,
 4131row.activatable check:selected:focus:indeterminate,
 4132.view check:selected:focus:indeterminate,
 4133iconview check:selected:focus:indeterminate,
 4134.view text check:selected:focus:indeterminate,
 4135iconview text check:selected:focus:indeterminate,
 4136textview text check:selected:focus:indeterminate,
 4137treeview.view header button check:selected:focus:indeterminate,
 4138.tweak-category header button check:selected:focus:indeterminate {
 4139  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
 4140  -gtk-icon-shadow: none; }
 4141treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4142treeview.view check:selected:focus:disabled,
 4143.tweak-category check:selected:focus:disabled,
 4144row check:selected:disabled,
 4145row check:selected:focus:disabled,
 4146row.activatable check:selected:disabled,
 4147.view check:selected:disabled,
 4148iconview check:selected:disabled,
 4149.view text check:selected:disabled,
 4150iconview text check:selected:disabled,
 4151textview text check:selected:disabled,
 4152treeview.view header button check:selected:disabled,
 4153.tweak-category header button check:selected:disabled,
 4154row.activatable check:selected:focus:disabled,
 4155.view check:selected:focus:disabled,
 4156iconview check:selected:focus:disabled,
 4157.view text check:selected:focus:disabled,
 4158iconview text check:selected:focus:disabled,
 4159textview text check:selected:focus:disabled,
 4160treeview.view header button check:selected:focus:disabled,
 4161.tweak-category header button check:selected:focus:disabled {
 4162  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4163treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4164treeview.view check:selected:focus:indeterminate:disabled,
 4165.tweak-category check:selected:focus:indeterminate:disabled,
 4166row check:selected:indeterminate:disabled,
 4167row check:selected:focus:indeterminate:disabled,
 4168row.activatable check:selected:indeterminate:disabled,
 4169.view check:selected:indeterminate:disabled,
 4170iconview check:selected:indeterminate:disabled,
 4171.view text check:selected:indeterminate:disabled,
 4172iconview text check:selected:indeterminate:disabled,
 4173textview text check:selected:indeterminate:disabled,
 4174treeview.view header button check:selected:indeterminate:disabled,
 4175.tweak-category header button check:selected:indeterminate:disabled,
 4176row.activatable check:selected:focus:indeterminate:disabled,
 4177.view check:selected:focus:indeterminate:disabled,
 4178iconview check:selected:focus:indeterminate:disabled,
 4179.view text check:selected:focus:indeterminate:disabled,
 4180iconview text check:selected:focus:indeterminate:disabled,
 4181textview text check:selected:focus:indeterminate:disabled,
 4182treeview.view header button check:selected:focus:indeterminate:disabled,
 4183.tweak-category header button check:selected:focus:indeterminate:disabled {
 4184  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4185treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4186treeview.view check:selected:focus:checked:disabled,
 4187.tweak-category check:selected:focus:checked:disabled,
 4188row check:selected:checked:disabled,
 4189row check:selected:focus:checked:disabled,
 4190row.activatable check:selected:checked:disabled,
 4191.view check:selected:checked:disabled,
 4192iconview check:selected:checked:disabled,
 4193.view text check:selected:checked:disabled,
 4194iconview text check:selected:checked:disabled,
 4195textview text check:selected:checked:disabled,
 4196treeview.view header button check:selected:checked:disabled,
 4197.tweak-category header button check:selected:checked:disabled,
 4198row.activatable check:selected:focus:checked:disabled,
 4199.view check:selected:focus:checked:disabled,
 4200iconview check:selected:focus:checked:disabled,
 4201.view text check:selected:focus:checked:disabled,
 4202iconview text check:selected:focus:checked:disabled,
 4203textview text check:selected:focus:checked:disabled,
 4204treeview.view header button check:selected:focus:checked:disabled,
 4205.tweak-category header button check:selected:focus:checked:disabled {
 4206  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4207
 4208treeview.view check:selected:indeterminate:active, .tweak-category check:selected:indeterminate:active,
 4209treeview.view check:selected:focus:indeterminate:active,
 4210.tweak-category check:selected:focus:indeterminate:active,
 4211row check:selected:indeterminate:active,
 4212row check:selected:focus:indeterminate:active,
 4213row.activatable check:selected:indeterminate:active,
 4214.view check:selected:indeterminate:active,
 4215iconview check:selected:indeterminate:active,
 4216.view text check:selected:indeterminate:active,
 4217iconview text check:selected:indeterminate:active,
 4218textview text check:selected:indeterminate:active,
 4219treeview.view header button check:selected:indeterminate:active,
 4220.tweak-category header button check:selected:indeterminate:active,
 4221row.activatable check:selected:focus:indeterminate:active,
 4222.view check:selected:focus:indeterminate:active,
 4223iconview check:selected:focus:indeterminate:active,
 4224.view text check:selected:focus:indeterminate:active,
 4225iconview text check:selected:focus:indeterminate:active,
 4226textview text check:selected:focus:indeterminate:active,
 4227treeview.view header button check:selected:focus:indeterminate:active,
 4228.tweak-category header button check:selected:focus:indeterminate:active {
 4229  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
 4230  -gtk-icon-shadow: none; }
 4231treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4232treeview.view check:selected:focus:disabled,
 4233.tweak-category check:selected:focus:disabled,
 4234row check:selected:disabled,
 4235row check:selected:focus:disabled,
 4236row.activatable check:selected:disabled,
 4237.view check:selected:disabled,
 4238iconview check:selected:disabled,
 4239.view text check:selected:disabled,
 4240iconview text check:selected:disabled,
 4241textview text check:selected:disabled,
 4242treeview.view header button check:selected:disabled,
 4243.tweak-category header button check:selected:disabled,
 4244row.activatable check:selected:focus:disabled,
 4245.view check:selected:focus:disabled,
 4246iconview check:selected:focus:disabled,
 4247.view text check:selected:focus:disabled,
 4248iconview text check:selected:focus:disabled,
 4249textview text check:selected:focus:disabled,
 4250treeview.view header button check:selected:focus:disabled,
 4251.tweak-category header button check:selected:focus:disabled {
 4252  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4253treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4254treeview.view check:selected:focus:indeterminate:disabled,
 4255.tweak-category check:selected:focus:indeterminate:disabled,
 4256row check:selected:indeterminate:disabled,
 4257row check:selected:focus:indeterminate:disabled,
 4258row.activatable check:selected:indeterminate:disabled,
 4259.view check:selected:indeterminate:disabled,
 4260iconview check:selected:indeterminate:disabled,
 4261.view text check:selected:indeterminate:disabled,
 4262iconview text check:selected:indeterminate:disabled,
 4263textview text check:selected:indeterminate:disabled,
 4264treeview.view header button check:selected:indeterminate:disabled,
 4265.tweak-category header button check:selected:indeterminate:disabled,
 4266row.activatable check:selected:focus:indeterminate:disabled,
 4267.view check:selected:focus:indeterminate:disabled,
 4268iconview check:selected:focus:indeterminate:disabled,
 4269.view text check:selected:focus:indeterminate:disabled,
 4270iconview text check:selected:focus:indeterminate:disabled,
 4271textview text check:selected:focus:indeterminate:disabled,
 4272treeview.view header button check:selected:focus:indeterminate:disabled,
 4273.tweak-category header button check:selected:focus:indeterminate:disabled {
 4274  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4275treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4276treeview.view check:selected:focus:checked:disabled,
 4277.tweak-category check:selected:focus:checked:disabled,
 4278row check:selected:checked:disabled,
 4279row check:selected:focus:checked:disabled,
 4280row.activatable check:selected:checked:disabled,
 4281.view check:selected:checked:disabled,
 4282iconview check:selected:checked:disabled,
 4283.view text check:selected:checked:disabled,
 4284iconview text check:selected:checked:disabled,
 4285textview text check:selected:checked:disabled,
 4286treeview.view header button check:selected:checked:disabled,
 4287.tweak-category header button check:selected:checked:disabled,
 4288row.activatable check:selected:focus:checked:disabled,
 4289.view check:selected:focus:checked:disabled,
 4290iconview check:selected:focus:checked:disabled,
 4291.view text check:selected:focus:checked:disabled,
 4292iconview text check:selected:focus:checked:disabled,
 4293textview text check:selected:focus:checked:disabled,
 4294treeview.view header button check:selected:focus:checked:disabled,
 4295.tweak-category header button check:selected:focus:checked:disabled {
 4296  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4297
 4298treeview.view check:selected:checked, .tweak-category check:selected:checked,
 4299treeview.view check:selected:focus:checked,
 4300.tweak-category check:selected:focus:checked,
 4301row check:selected:checked,
 4302row check:selected:focus:checked,
 4303row.activatable check:selected:checked,
 4304.view check:selected:checked,
 4305iconview check:selected:checked,
 4306.view text check:selected:checked,
 4307iconview text check:selected:checked,
 4308textview text check:selected:checked,
 4309treeview.view header button check:selected:checked,
 4310.tweak-category header button check:selected:checked,
 4311row.activatable check:selected:focus:checked,
 4312.view check:selected:focus:checked,
 4313iconview check:selected:focus:checked,
 4314.view text check:selected:focus:checked,
 4315iconview text check:selected:focus:checked,
 4316textview text check:selected:focus:checked,
 4317treeview.view header button check:selected:focus:checked,
 4318.tweak-category header button check:selected:focus:checked {
 4319  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
 4320  -gtk-icon-shadow: none; }
 4321treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4322treeview.view check:selected:focus:disabled,
 4323.tweak-category check:selected:focus:disabled,
 4324row check:selected:disabled,
 4325row check:selected:focus:disabled,
 4326row.activatable check:selected:disabled,
 4327.view check:selected:disabled,
 4328iconview check:selected:disabled,
 4329.view text check:selected:disabled,
 4330iconview text check:selected:disabled,
 4331textview text check:selected:disabled,
 4332treeview.view header button check:selected:disabled,
 4333.tweak-category header button check:selected:disabled,
 4334row.activatable check:selected:focus:disabled,
 4335.view check:selected:focus:disabled,
 4336iconview check:selected:focus:disabled,
 4337.view text check:selected:focus:disabled,
 4338iconview text check:selected:focus:disabled,
 4339textview text check:selected:focus:disabled,
 4340treeview.view header button check:selected:focus:disabled,
 4341.tweak-category header button check:selected:focus:disabled {
 4342  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4343treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4344treeview.view check:selected:focus:indeterminate:disabled,
 4345.tweak-category check:selected:focus:indeterminate:disabled,
 4346row check:selected:indeterminate:disabled,
 4347row check:selected:focus:indeterminate:disabled,
 4348row.activatable check:selected:indeterminate:disabled,
 4349.view check:selected:indeterminate:disabled,
 4350iconview check:selected:indeterminate:disabled,
 4351.view text check:selected:indeterminate:disabled,
 4352iconview text check:selected:indeterminate:disabled,
 4353textview text check:selected:indeterminate:disabled,
 4354treeview.view header button check:selected:indeterminate:disabled,
 4355.tweak-category header button check:selected:indeterminate:disabled,
 4356row.activatable check:selected:focus:indeterminate:disabled,
 4357.view check:selected:focus:indeterminate:disabled,
 4358iconview check:selected:focus:indeterminate:disabled,
 4359.view text check:selected:focus:indeterminate:disabled,
 4360iconview text check:selected:focus:indeterminate:disabled,
 4361textview text check:selected:focus:indeterminate:disabled,
 4362treeview.view header button check:selected:focus:indeterminate:disabled,
 4363.tweak-category header button check:selected:focus:indeterminate:disabled {
 4364  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4365treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4366treeview.view check:selected:focus:checked:disabled,
 4367.tweak-category check:selected:focus:checked:disabled,
 4368row check:selected:checked:disabled,
 4369row check:selected:focus:checked:disabled,
 4370row.activatable check:selected:checked:disabled,
 4371.view check:selected:checked:disabled,
 4372iconview check:selected:checked:disabled,
 4373.view text check:selected:checked:disabled,
 4374iconview text check:selected:checked:disabled,
 4375textview text check:selected:checked:disabled,
 4376treeview.view header button check:selected:checked:disabled,
 4377.tweak-category header button check:selected:checked:disabled,
 4378row.activatable check:selected:focus:checked:disabled,
 4379.view check:selected:focus:checked:disabled,
 4380iconview check:selected:focus:checked:disabled,
 4381.view text check:selected:focus:checked:disabled,
 4382iconview text check:selected:focus:checked:disabled,
 4383textview text check:selected:focus:checked:disabled,
 4384treeview.view header button check:selected:focus:checked:disabled,
 4385.tweak-category header button check:selected:focus:checked:disabled {
 4386  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4387
 4388treeview.view check:selected:checked:active, .tweak-category check:selected:checked:active,
 4389treeview.view check:selected:focus:checked:active,
 4390.tweak-category check:selected:focus:checked:active,
 4391row check:selected:checked:active,
 4392row check:selected:focus:checked:active,
 4393row.activatable check:selected:checked:active,
 4394.view check:selected:checked:active,
 4395iconview check:selected:checked:active,
 4396.view text check:selected:checked:active,
 4397iconview text check:selected:checked:active,
 4398textview text check:selected:checked:active,
 4399treeview.view header button check:selected:checked:active,
 4400.tweak-category header button check:selected:checked:active,
 4401row.activatable check:selected:focus:checked:active,
 4402.view check:selected:focus:checked:active,
 4403iconview check:selected:focus:checked:active,
 4404.view text check:selected:focus:checked:active,
 4405iconview text check:selected:focus:checked:active,
 4406textview text check:selected:focus:checked:active,
 4407treeview.view header button check:selected:focus:checked:active,
 4408.tweak-category header button check:selected:focus:checked:active {
 4409  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
 4410  -gtk-icon-shadow: none; }
 4411treeview.view check:selected:disabled, .tweak-category check:selected:disabled,
 4412treeview.view check:selected:focus:disabled,
 4413.tweak-category check:selected:focus:disabled,
 4414row check:selected:disabled,
 4415row check:selected:focus:disabled,
 4416row.activatable check:selected:disabled,
 4417.view check:selected:disabled,
 4418iconview check:selected:disabled,
 4419.view text check:selected:disabled,
 4420iconview text check:selected:disabled,
 4421textview text check:selected:disabled,
 4422treeview.view header button check:selected:disabled,
 4423.tweak-category header button check:selected:disabled,
 4424row.activatable check:selected:focus:disabled,
 4425.view check:selected:focus:disabled,
 4426iconview check:selected:focus:disabled,
 4427.view text check:selected:focus:disabled,
 4428iconview text check:selected:focus:disabled,
 4429textview text check:selected:focus:disabled,
 4430treeview.view header button check:selected:focus:disabled,
 4431.tweak-category header button check:selected:focus:disabled {
 4432  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
 4433treeview.view check:selected:indeterminate:disabled, .tweak-category check:selected:indeterminate:disabled,
 4434treeview.view check:selected:focus:indeterminate:disabled,
 4435.tweak-category check:selected:focus:indeterminate:disabled,
 4436row check:selected:indeterminate:disabled,
 4437row check:selected:focus:indeterminate:disabled,
 4438row.activatable check:selected:indeterminate:disabled,
 4439.view check:selected:indeterminate:disabled,
 4440iconview check:selected:indeterminate:disabled,
 4441.view text check:selected:indeterminate:disabled,
 4442iconview text check:selected:indeterminate:disabled,
 4443textview text check:selected:indeterminate:disabled,
 4444treeview.view header button check:selected:indeterminate:disabled,
 4445.tweak-category header button check:selected:indeterminate:disabled,
 4446row.activatable check:selected:focus:indeterminate:disabled,
 4447.view check:selected:focus:indeterminate:disabled,
 4448iconview check:selected:focus:indeterminate:disabled,
 4449.view text check:selected:focus:indeterminate:disabled,
 4450iconview text check:selected:focus:indeterminate:disabled,
 4451textview text check:selected:focus:indeterminate:disabled,
 4452treeview.view header button check:selected:focus:indeterminate:disabled,
 4453.tweak-category header button check:selected:focus:indeterminate:disabled {
 4454  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
 4455treeview.view check:selected:checked:disabled, .tweak-category check:selected:checked:disabled,
 4456treeview.view check:selected:focus:checked:disabled,
 4457.tweak-category check:selected:focus:checked:disabled,
 4458row check:selected:checked:disabled,
 4459row check:selected:focus:checked:disabled,
 4460row.activatable check:selected:checked:disabled,
 4461.view check:selected:checked:disabled,
 4462iconview check:selected:checked:disabled,
 4463.view text check:selected:checked:disabled,
 4464iconview text check:selected:checked:disabled,
 4465textview text check:selected:checked:disabled,
 4466treeview.view header button check:selected:checked:disabled,
 4467.tweak-category header button check:selected:checked:disabled,
 4468row.activatable check:selected:focus:checked:disabled,
 4469.view check:selected:focus:checked:disabled,
 4470iconview check:selected:focus:checked:disabled,
 4471.view text check:selected:focus:checked:disabled,
 4472iconview text check:selected:focus:checked:disabled,
 4473textview text check:selected:focus:checked:disabled,
 4474treeview.view header button check:selected:focus:checked:disabled,
 4475.tweak-category header button check:selected:focus:checked:disabled {
 4476  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
 4477
 4478treeview.view radio:selected, .tweak-category radio:selected,
 4479treeview.view radio:selected:focus,
 4480.tweak-category radio:selected:focus,
 4481row radio:selected,
 4482row radio:selected:focus,
 4483row.activatable radio:selected,
 4484.view radio:selected,
 4485iconview radio:selected,
 4486.view text radio:selected,
 4487iconview text radio:selected,
 4488textview text radio:selected,
 4489treeview.view header button radio:selected,
 4490.tweak-category header button radio:selected,
 4491row.activatable radio:selected:focus,
 4492.view radio:selected:focus,
 4493iconview radio:selected:focus,
 4494.view text radio:selected:focus,
 4495iconview text radio:selected:focus,
 4496textview text radio:selected:focus,
 4497treeview.view header button radio:selected:focus,
 4498.tweak-category header button radio:selected:focus {
 4499  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
 4500  -gtk-icon-shadow: none; }
 4501treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4502treeview.view radio:selected:focus:disabled,
 4503.tweak-category radio:selected:focus:disabled,
 4504row radio:selected:disabled,
 4505row radio:selected:focus:disabled,
 4506row.activatable radio:selected:disabled,
 4507.view radio:selected:disabled,
 4508iconview radio:selected:disabled,
 4509.view text radio:selected:disabled,
 4510iconview text radio:selected:disabled,
 4511textview text radio:selected:disabled,
 4512treeview.view header button radio:selected:disabled,
 4513.tweak-category header button radio:selected:disabled,
 4514row.activatable radio:selected:focus:disabled,
 4515.view radio:selected:focus:disabled,
 4516iconview radio:selected:focus:disabled,
 4517.view text radio:selected:focus:disabled,
 4518iconview text radio:selected:focus:disabled,
 4519textview text radio:selected:focus:disabled,
 4520treeview.view header button radio:selected:focus:disabled,
 4521.tweak-category header button radio:selected:focus:disabled {
 4522  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4523treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4524treeview.view radio:selected:focus:indeterminate:disabled,
 4525.tweak-category radio:selected:focus:indeterminate:disabled,
 4526row radio:selected:indeterminate:disabled,
 4527row radio:selected:focus:indeterminate:disabled,
 4528row.activatable radio:selected:indeterminate:disabled,
 4529.view radio:selected:indeterminate:disabled,
 4530iconview radio:selected:indeterminate:disabled,
 4531.view text radio:selected:indeterminate:disabled,
 4532iconview text radio:selected:indeterminate:disabled,
 4533textview text radio:selected:indeterminate:disabled,
 4534treeview.view header button radio:selected:indeterminate:disabled,
 4535.tweak-category header button radio:selected:indeterminate:disabled,
 4536row.activatable radio:selected:focus:indeterminate:disabled,
 4537.view radio:selected:focus:indeterminate:disabled,
 4538iconview radio:selected:focus:indeterminate:disabled,
 4539.view text radio:selected:focus:indeterminate:disabled,
 4540iconview text radio:selected:focus:indeterminate:disabled,
 4541textview text radio:selected:focus:indeterminate:disabled,
 4542treeview.view header button radio:selected:focus:indeterminate:disabled,
 4543.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4544  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4545treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4546treeview.view radio:selected:focus:checked:disabled,
 4547.tweak-category radio:selected:focus:checked:disabled,
 4548row radio:selected:checked:disabled,
 4549row radio:selected:focus:checked:disabled,
 4550row.activatable radio:selected:checked:disabled,
 4551.view radio:selected:checked:disabled,
 4552iconview radio:selected:checked:disabled,
 4553.view text radio:selected:checked:disabled,
 4554iconview text radio:selected:checked:disabled,
 4555textview text radio:selected:checked:disabled,
 4556treeview.view header button radio:selected:checked:disabled,
 4557.tweak-category header button radio:selected:checked:disabled,
 4558row.activatable radio:selected:focus:checked:disabled,
 4559.view radio:selected:focus:checked:disabled,
 4560iconview radio:selected:focus:checked:disabled,
 4561.view text radio:selected:focus:checked:disabled,
 4562iconview text radio:selected:focus:checked:disabled,
 4563textview text radio:selected:focus:checked:disabled,
 4564treeview.view header button radio:selected:focus:checked:disabled,
 4565.tweak-category header button radio:selected:focus:checked:disabled {
 4566  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4567
 4568treeview.view radio:selected:active, .tweak-category radio:selected:active,
 4569treeview.view radio:selected:focus:active,
 4570.tweak-category radio:selected:focus:active,
 4571row radio:selected:active,
 4572row radio:selected:focus:active,
 4573row.activatable radio:selected:active,
 4574.view radio:selected:active,
 4575iconview radio:selected:active,
 4576.view text radio:selected:active,
 4577iconview text radio:selected:active,
 4578textview text radio:selected:active,
 4579treeview.view header button radio:selected:active,
 4580.tweak-category header button radio:selected:active,
 4581row.activatable radio:selected:focus:active,
 4582.view radio:selected:focus:active,
 4583iconview radio:selected:focus:active,
 4584.view text radio:selected:focus:active,
 4585iconview text radio:selected:focus:active,
 4586textview text radio:selected:focus:active,
 4587treeview.view header button radio:selected:focus:active,
 4588.tweak-category header button radio:selected:focus:active {
 4589  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
 4590  -gtk-icon-shadow: none; }
 4591treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4592treeview.view radio:selected:focus:disabled,
 4593.tweak-category radio:selected:focus:disabled,
 4594row radio:selected:disabled,
 4595row radio:selected:focus:disabled,
 4596row.activatable radio:selected:disabled,
 4597.view radio:selected:disabled,
 4598iconview radio:selected:disabled,
 4599.view text radio:selected:disabled,
 4600iconview text radio:selected:disabled,
 4601textview text radio:selected:disabled,
 4602treeview.view header button radio:selected:disabled,
 4603.tweak-category header button radio:selected:disabled,
 4604row.activatable radio:selected:focus:disabled,
 4605.view radio:selected:focus:disabled,
 4606iconview radio:selected:focus:disabled,
 4607.view text radio:selected:focus:disabled,
 4608iconview text radio:selected:focus:disabled,
 4609textview text radio:selected:focus:disabled,
 4610treeview.view header button radio:selected:focus:disabled,
 4611.tweak-category header button radio:selected:focus:disabled {
 4612  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4613treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4614treeview.view radio:selected:focus:indeterminate:disabled,
 4615.tweak-category radio:selected:focus:indeterminate:disabled,
 4616row radio:selected:indeterminate:disabled,
 4617row radio:selected:focus:indeterminate:disabled,
 4618row.activatable radio:selected:indeterminate:disabled,
 4619.view radio:selected:indeterminate:disabled,
 4620iconview radio:selected:indeterminate:disabled,
 4621.view text radio:selected:indeterminate:disabled,
 4622iconview text radio:selected:indeterminate:disabled,
 4623textview text radio:selected:indeterminate:disabled,
 4624treeview.view header button radio:selected:indeterminate:disabled,
 4625.tweak-category header button radio:selected:indeterminate:disabled,
 4626row.activatable radio:selected:focus:indeterminate:disabled,
 4627.view radio:selected:focus:indeterminate:disabled,
 4628iconview radio:selected:focus:indeterminate:disabled,
 4629.view text radio:selected:focus:indeterminate:disabled,
 4630iconview text radio:selected:focus:indeterminate:disabled,
 4631textview text radio:selected:focus:indeterminate:disabled,
 4632treeview.view header button radio:selected:focus:indeterminate:disabled,
 4633.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4634  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4635treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4636treeview.view radio:selected:focus:checked:disabled,
 4637.tweak-category radio:selected:focus:checked:disabled,
 4638row radio:selected:checked:disabled,
 4639row radio:selected:focus:checked:disabled,
 4640row.activatable radio:selected:checked:disabled,
 4641.view radio:selected:checked:disabled,
 4642iconview radio:selected:checked:disabled,
 4643.view text radio:selected:checked:disabled,
 4644iconview text radio:selected:checked:disabled,
 4645textview text radio:selected:checked:disabled,
 4646treeview.view header button radio:selected:checked:disabled,
 4647.tweak-category header button radio:selected:checked:disabled,
 4648row.activatable radio:selected:focus:checked:disabled,
 4649.view radio:selected:focus:checked:disabled,
 4650iconview radio:selected:focus:checked:disabled,
 4651.view text radio:selected:focus:checked:disabled,
 4652iconview text radio:selected:focus:checked:disabled,
 4653textview text radio:selected:focus:checked:disabled,
 4654treeview.view header button radio:selected:focus:checked:disabled,
 4655.tweak-category header button radio:selected:focus:checked:disabled {
 4656  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4657
 4658treeview.view radio:selected:indeterminate, .tweak-category radio:selected:indeterminate,
 4659treeview.view radio:selected:focus:indeterminate,
 4660.tweak-category radio:selected:focus:indeterminate,
 4661row radio:selected:indeterminate,
 4662row radio:selected:focus:indeterminate,
 4663row.activatable radio:selected:indeterminate,
 4664.view radio:selected:indeterminate,
 4665iconview radio:selected:indeterminate,
 4666.view text radio:selected:indeterminate,
 4667iconview text radio:selected:indeterminate,
 4668textview text radio:selected:indeterminate,
 4669treeview.view header button radio:selected:indeterminate,
 4670.tweak-category header button radio:selected:indeterminate,
 4671row.activatable radio:selected:focus:indeterminate,
 4672.view radio:selected:focus:indeterminate,
 4673iconview radio:selected:focus:indeterminate,
 4674.view text radio:selected:focus:indeterminate,
 4675iconview text radio:selected:focus:indeterminate,
 4676textview text radio:selected:focus:indeterminate,
 4677treeview.view header button radio:selected:focus:indeterminate,
 4678.tweak-category header button radio:selected:focus:indeterminate {
 4679  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
 4680  -gtk-icon-shadow: none; }
 4681treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4682treeview.view radio:selected:focus:disabled,
 4683.tweak-category radio:selected:focus:disabled,
 4684row radio:selected:disabled,
 4685row radio:selected:focus:disabled,
 4686row.activatable radio:selected:disabled,
 4687.view radio:selected:disabled,
 4688iconview radio:selected:disabled,
 4689.view text radio:selected:disabled,
 4690iconview text radio:selected:disabled,
 4691textview text radio:selected:disabled,
 4692treeview.view header button radio:selected:disabled,
 4693.tweak-category header button radio:selected:disabled,
 4694row.activatable radio:selected:focus:disabled,
 4695.view radio:selected:focus:disabled,
 4696iconview radio:selected:focus:disabled,
 4697.view text radio:selected:focus:disabled,
 4698iconview text radio:selected:focus:disabled,
 4699textview text radio:selected:focus:disabled,
 4700treeview.view header button radio:selected:focus:disabled,
 4701.tweak-category header button radio:selected:focus:disabled {
 4702  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4703treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4704treeview.view radio:selected:focus:indeterminate:disabled,
 4705.tweak-category radio:selected:focus:indeterminate:disabled,
 4706row radio:selected:indeterminate:disabled,
 4707row radio:selected:focus:indeterminate:disabled,
 4708row.activatable radio:selected:indeterminate:disabled,
 4709.view radio:selected:indeterminate:disabled,
 4710iconview radio:selected:indeterminate:disabled,
 4711.view text radio:selected:indeterminate:disabled,
 4712iconview text radio:selected:indeterminate:disabled,
 4713textview text radio:selected:indeterminate:disabled,
 4714treeview.view header button radio:selected:indeterminate:disabled,
 4715.tweak-category header button radio:selected:indeterminate:disabled,
 4716row.activatable radio:selected:focus:indeterminate:disabled,
 4717.view radio:selected:focus:indeterminate:disabled,
 4718iconview radio:selected:focus:indeterminate:disabled,
 4719.view text radio:selected:focus:indeterminate:disabled,
 4720iconview text radio:selected:focus:indeterminate:disabled,
 4721textview text radio:selected:focus:indeterminate:disabled,
 4722treeview.view header button radio:selected:focus:indeterminate:disabled,
 4723.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4724  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4725treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4726treeview.view radio:selected:focus:checked:disabled,
 4727.tweak-category radio:selected:focus:checked:disabled,
 4728row radio:selected:checked:disabled,
 4729row radio:selected:focus:checked:disabled,
 4730row.activatable radio:selected:checked:disabled,
 4731.view radio:selected:checked:disabled,
 4732iconview radio:selected:checked:disabled,
 4733.view text radio:selected:checked:disabled,
 4734iconview text radio:selected:checked:disabled,
 4735textview text radio:selected:checked:disabled,
 4736treeview.view header button radio:selected:checked:disabled,
 4737.tweak-category header button radio:selected:checked:disabled,
 4738row.activatable radio:selected:focus:checked:disabled,
 4739.view radio:selected:focus:checked:disabled,
 4740iconview radio:selected:focus:checked:disabled,
 4741.view text radio:selected:focus:checked:disabled,
 4742iconview text radio:selected:focus:checked:disabled,
 4743textview text radio:selected:focus:checked:disabled,
 4744treeview.view header button radio:selected:focus:checked:disabled,
 4745.tweak-category header button radio:selected:focus:checked:disabled {
 4746  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4747
 4748treeview.view radio:selected:indeterminate:active, .tweak-category radio:selected:indeterminate:active,
 4749treeview.view radio:selected:focus:indeterminate:active,
 4750.tweak-category radio:selected:focus:indeterminate:active,
 4751row radio:selected:indeterminate:active,
 4752row radio:selected:focus:indeterminate:active,
 4753row.activatable radio:selected:indeterminate:active,
 4754.view radio:selected:indeterminate:active,
 4755iconview radio:selected:indeterminate:active,
 4756.view text radio:selected:indeterminate:active,
 4757iconview text radio:selected:indeterminate:active,
 4758textview text radio:selected:indeterminate:active,
 4759treeview.view header button radio:selected:indeterminate:active,
 4760.tweak-category header button radio:selected:indeterminate:active,
 4761row.activatable radio:selected:focus:indeterminate:active,
 4762.view radio:selected:focus:indeterminate:active,
 4763iconview radio:selected:focus:indeterminate:active,
 4764.view text radio:selected:focus:indeterminate:active,
 4765iconview text radio:selected:focus:indeterminate:active,
 4766textview text radio:selected:focus:indeterminate:active,
 4767treeview.view header button radio:selected:focus:indeterminate:active,
 4768.tweak-category header button radio:selected:focus:indeterminate:active {
 4769  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
 4770  -gtk-icon-shadow: none; }
 4771treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4772treeview.view radio:selected:focus:disabled,
 4773.tweak-category radio:selected:focus:disabled,
 4774row radio:selected:disabled,
 4775row radio:selected:focus:disabled,
 4776row.activatable radio:selected:disabled,
 4777.view radio:selected:disabled,
 4778iconview radio:selected:disabled,
 4779.view text radio:selected:disabled,
 4780iconview text radio:selected:disabled,
 4781textview text radio:selected:disabled,
 4782treeview.view header button radio:selected:disabled,
 4783.tweak-category header button radio:selected:disabled,
 4784row.activatable radio:selected:focus:disabled,
 4785.view radio:selected:focus:disabled,
 4786iconview radio:selected:focus:disabled,
 4787.view text radio:selected:focus:disabled,
 4788iconview text radio:selected:focus:disabled,
 4789textview text radio:selected:focus:disabled,
 4790treeview.view header button radio:selected:focus:disabled,
 4791.tweak-category header button radio:selected:focus:disabled {
 4792  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4793treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4794treeview.view radio:selected:focus:indeterminate:disabled,
 4795.tweak-category radio:selected:focus:indeterminate:disabled,
 4796row radio:selected:indeterminate:disabled,
 4797row radio:selected:focus:indeterminate:disabled,
 4798row.activatable radio:selected:indeterminate:disabled,
 4799.view radio:selected:indeterminate:disabled,
 4800iconview radio:selected:indeterminate:disabled,
 4801.view text radio:selected:indeterminate:disabled,
 4802iconview text radio:selected:indeterminate:disabled,
 4803textview text radio:selected:indeterminate:disabled,
 4804treeview.view header button radio:selected:indeterminate:disabled,
 4805.tweak-category header button radio:selected:indeterminate:disabled,
 4806row.activatable radio:selected:focus:indeterminate:disabled,
 4807.view radio:selected:focus:indeterminate:disabled,
 4808iconview radio:selected:focus:indeterminate:disabled,
 4809.view text radio:selected:focus:indeterminate:disabled,
 4810iconview text radio:selected:focus:indeterminate:disabled,
 4811textview text radio:selected:focus:indeterminate:disabled,
 4812treeview.view header button radio:selected:focus:indeterminate:disabled,
 4813.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4814  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4815treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4816treeview.view radio:selected:focus:checked:disabled,
 4817.tweak-category radio:selected:focus:checked:disabled,
 4818row radio:selected:checked:disabled,
 4819row radio:selected:focus:checked:disabled,
 4820row.activatable radio:selected:checked:disabled,
 4821.view radio:selected:checked:disabled,
 4822iconview radio:selected:checked:disabled,
 4823.view text radio:selected:checked:disabled,
 4824iconview text radio:selected:checked:disabled,
 4825textview text radio:selected:checked:disabled,
 4826treeview.view header button radio:selected:checked:disabled,
 4827.tweak-category header button radio:selected:checked:disabled,
 4828row.activatable radio:selected:focus:checked:disabled,
 4829.view radio:selected:focus:checked:disabled,
 4830iconview radio:selected:focus:checked:disabled,
 4831.view text radio:selected:focus:checked:disabled,
 4832iconview text radio:selected:focus:checked:disabled,
 4833textview text radio:selected:focus:checked:disabled,
 4834treeview.view header button radio:selected:focus:checked:disabled,
 4835.tweak-category header button radio:selected:focus:checked:disabled {
 4836  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4837
 4838treeview.view radio:selected:checked, .tweak-category radio:selected:checked,
 4839treeview.view radio:selected:focus:checked,
 4840.tweak-category radio:selected:focus:checked,
 4841row radio:selected:checked,
 4842row radio:selected:focus:checked,
 4843row.activatable radio:selected:checked,
 4844.view radio:selected:checked,
 4845iconview radio:selected:checked,
 4846.view text radio:selected:checked,
 4847iconview text radio:selected:checked,
 4848textview text radio:selected:checked,
 4849treeview.view header button radio:selected:checked,
 4850.tweak-category header button radio:selected:checked,
 4851row.activatable radio:selected:focus:checked,
 4852.view radio:selected:focus:checked,
 4853iconview radio:selected:focus:checked,
 4854.view text radio:selected:focus:checked,
 4855iconview text radio:selected:focus:checked,
 4856textview text radio:selected:focus:checked,
 4857treeview.view header button radio:selected:focus:checked,
 4858.tweak-category header button radio:selected:focus:checked {
 4859  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
 4860  -gtk-icon-shadow: none; }
 4861treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4862treeview.view radio:selected:focus:disabled,
 4863.tweak-category radio:selected:focus:disabled,
 4864row radio:selected:disabled,
 4865row radio:selected:focus:disabled,
 4866row.activatable radio:selected:disabled,
 4867.view radio:selected:disabled,
 4868iconview radio:selected:disabled,
 4869.view text radio:selected:disabled,
 4870iconview text radio:selected:disabled,
 4871textview text radio:selected:disabled,
 4872treeview.view header button radio:selected:disabled,
 4873.tweak-category header button radio:selected:disabled,
 4874row.activatable radio:selected:focus:disabled,
 4875.view radio:selected:focus:disabled,
 4876iconview radio:selected:focus:disabled,
 4877.view text radio:selected:focus:disabled,
 4878iconview text radio:selected:focus:disabled,
 4879textview text radio:selected:focus:disabled,
 4880treeview.view header button radio:selected:focus:disabled,
 4881.tweak-category header button radio:selected:focus:disabled {
 4882  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4883treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4884treeview.view radio:selected:focus:indeterminate:disabled,
 4885.tweak-category radio:selected:focus:indeterminate:disabled,
 4886row radio:selected:indeterminate:disabled,
 4887row radio:selected:focus:indeterminate:disabled,
 4888row.activatable radio:selected:indeterminate:disabled,
 4889.view radio:selected:indeterminate:disabled,
 4890iconview radio:selected:indeterminate:disabled,
 4891.view text radio:selected:indeterminate:disabled,
 4892iconview text radio:selected:indeterminate:disabled,
 4893textview text radio:selected:indeterminate:disabled,
 4894treeview.view header button radio:selected:indeterminate:disabled,
 4895.tweak-category header button radio:selected:indeterminate:disabled,
 4896row.activatable radio:selected:focus:indeterminate:disabled,
 4897.view radio:selected:focus:indeterminate:disabled,
 4898iconview radio:selected:focus:indeterminate:disabled,
 4899.view text radio:selected:focus:indeterminate:disabled,
 4900iconview text radio:selected:focus:indeterminate:disabled,
 4901textview text radio:selected:focus:indeterminate:disabled,
 4902treeview.view header button radio:selected:focus:indeterminate:disabled,
 4903.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4904  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4905treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4906treeview.view radio:selected:focus:checked:disabled,
 4907.tweak-category radio:selected:focus:checked:disabled,
 4908row radio:selected:checked:disabled,
 4909row radio:selected:focus:checked:disabled,
 4910row.activatable radio:selected:checked:disabled,
 4911.view radio:selected:checked:disabled,
 4912iconview radio:selected:checked:disabled,
 4913.view text radio:selected:checked:disabled,
 4914iconview text radio:selected:checked:disabled,
 4915textview text radio:selected:checked:disabled,
 4916treeview.view header button radio:selected:checked:disabled,
 4917.tweak-category header button radio:selected:checked:disabled,
 4918row.activatable radio:selected:focus:checked:disabled,
 4919.view radio:selected:focus:checked:disabled,
 4920iconview radio:selected:focus:checked:disabled,
 4921.view text radio:selected:focus:checked:disabled,
 4922iconview text radio:selected:focus:checked:disabled,
 4923textview text radio:selected:focus:checked:disabled,
 4924treeview.view header button radio:selected:focus:checked:disabled,
 4925.tweak-category header button radio:selected:focus:checked:disabled {
 4926  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 4927
 4928treeview.view radio:selected:checked:active, .tweak-category radio:selected:checked:active,
 4929treeview.view radio:selected:focus:checked:active,
 4930.tweak-category radio:selected:focus:checked:active,
 4931row radio:selected:checked:active,
 4932row radio:selected:focus:checked:active,
 4933row.activatable radio:selected:checked:active,
 4934.view radio:selected:checked:active,
 4935iconview radio:selected:checked:active,
 4936.view text radio:selected:checked:active,
 4937iconview text radio:selected:checked:active,
 4938textview text radio:selected:checked:active,
 4939treeview.view header button radio:selected:checked:active,
 4940.tweak-category header button radio:selected:checked:active,
 4941row.activatable radio:selected:focus:checked:active,
 4942.view radio:selected:focus:checked:active,
 4943iconview radio:selected:focus:checked:active,
 4944.view text radio:selected:focus:checked:active,
 4945iconview text radio:selected:focus:checked:active,
 4946textview text radio:selected:focus:checked:active,
 4947treeview.view header button radio:selected:focus:checked:active,
 4948.tweak-category header button radio:selected:focus:checked:active {
 4949  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
 4950  -gtk-icon-shadow: none; }
 4951treeview.view radio:selected:disabled, .tweak-category radio:selected:disabled,
 4952treeview.view radio:selected:focus:disabled,
 4953.tweak-category radio:selected:focus:disabled,
 4954row radio:selected:disabled,
 4955row radio:selected:focus:disabled,
 4956row.activatable radio:selected:disabled,
 4957.view radio:selected:disabled,
 4958iconview radio:selected:disabled,
 4959.view text radio:selected:disabled,
 4960iconview text radio:selected:disabled,
 4961textview text radio:selected:disabled,
 4962treeview.view header button radio:selected:disabled,
 4963.tweak-category header button radio:selected:disabled,
 4964row.activatable radio:selected:focus:disabled,
 4965.view radio:selected:focus:disabled,
 4966iconview radio:selected:focus:disabled,
 4967.view text radio:selected:focus:disabled,
 4968iconview text radio:selected:focus:disabled,
 4969textview text radio:selected:focus:disabled,
 4970treeview.view header button radio:selected:focus:disabled,
 4971.tweak-category header button radio:selected:focus:disabled {
 4972  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
 4973treeview.view radio:selected:indeterminate:disabled, .tweak-category radio:selected:indeterminate:disabled,
 4974treeview.view radio:selected:focus:indeterminate:disabled,
 4975.tweak-category radio:selected:focus:indeterminate:disabled,
 4976row radio:selected:indeterminate:disabled,
 4977row radio:selected:focus:indeterminate:disabled,
 4978row.activatable radio:selected:indeterminate:disabled,
 4979.view radio:selected:indeterminate:disabled,
 4980iconview radio:selected:indeterminate:disabled,
 4981.view text radio:selected:indeterminate:disabled,
 4982iconview text radio:selected:indeterminate:disabled,
 4983textview text radio:selected:indeterminate:disabled,
 4984treeview.view header button radio:selected:indeterminate:disabled,
 4985.tweak-category header button radio:selected:indeterminate:disabled,
 4986row.activatable radio:selected:focus:indeterminate:disabled,
 4987.view radio:selected:focus:indeterminate:disabled,
 4988iconview radio:selected:focus:indeterminate:disabled,
 4989.view text radio:selected:focus:indeterminate:disabled,
 4990iconview text radio:selected:focus:indeterminate:disabled,
 4991textview text radio:selected:focus:indeterminate:disabled,
 4992treeview.view header button radio:selected:focus:indeterminate:disabled,
 4993.tweak-category header button radio:selected:focus:indeterminate:disabled {
 4994  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
 4995treeview.view radio:selected:checked:disabled, .tweak-category radio:selected:checked:disabled,
 4996treeview.view radio:selected:focus:checked:disabled,
 4997.tweak-category radio:selected:focus:checked:disabled,
 4998row radio:selected:checked:disabled,
 4999row radio:selected:focus:checked:disabled,
 5000row.activatable radio:selected:checked:disabled,
 5001.view radio:selected:checked:disabled,
 5002iconview radio:selected:checked:disabled,
 5003.view text radio:selected:checked:disabled,
 5004iconview text radio:selected:checked:disabled,
 5005textview text radio:selected:checked:disabled,
 5006treeview.view header button radio:selected:checked:disabled,
 5007.tweak-category header button radio:selected:checked:disabled,
 5008row.activatable radio:selected:focus:checked:disabled,
 5009.view radio:selected:focus:checked:disabled,
 5010iconview radio:selected:focus:checked:disabled,
 5011.view text radio:selected:focus:checked:disabled,
 5012iconview text radio:selected:focus:checked:disabled,
 5013textview text radio:selected:focus:checked:disabled,
 5014treeview.view header button radio:selected:focus:checked:disabled,
 5015.tweak-category header button radio:selected:focus:checked:disabled {
 5016  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
 5017
 5018.view.content-view .check:not(list), iconview.content-view .check:not(list),
 5019.view.content-view check:not(list),
 5020iconview.content-view check:not(list) {
 5021  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode.png"), url("assets/checkbox-selectionmode@2.png"));
 5022  background-color: transparent; }
 5023
 5024.view.content-view .check:hover:not(list), iconview.content-view .check:hover:not(list),
 5025.view.content-view check:hover:not(list),
 5026iconview.content-view check:hover:not(list) {
 5027  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
 5028  background-color: transparent; }
 5029
 5030.view.content-view .check:active:not(list), iconview.content-view .check:active:not(list),
 5031.view.content-view check:active:not(list),
 5032iconview.content-view check:active:not(list) {
 5033  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode.png"), url("assets/checkbox-active-selectionmode@2.png"));
 5034  background-color: transparent; }
 5035
 5036.view.content-view .check:disabled:not(list), iconview.content-view .check:disabled:not(list),
 5037.view.content-view check:disabled:not(list),
 5038iconview.content-view check:disabled:not(list) {
 5039  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode.png"), url("assets/checkbox-insensitive-selectionmode@2.png"));
 5040  background-color: transparent; }
 5041
 5042.view.content-view .check:checked:not(list), iconview.content-view .check:checked:not(list),
 5043.view.content-view check:checked:not(list),
 5044iconview.content-view check:checked:not(list) {
 5045  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode.png"), url("assets/checkbox-checked-selectionmode@2.png"));
 5046  background-color: transparent; }
 5047
 5048.view.content-view .check:checked:hover:not(list), iconview.content-view .check:checked:hover:not(list),
 5049.view.content-view check:checked:hover:not(list),
 5050iconview.content-view check:checked:hover:not(list) {
 5051  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
 5052  background-color: transparent; }
 5053
 5054.view.content-view .check:checked:active:not(list), iconview.content-view .check:checked:active:not(list),
 5055.view.content-view check:checked:active:not(list),
 5056iconview.content-view check:checked:active:not(list) {
 5057  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode.png"), url("assets/checkbox-checked-active-selectionmode@2.png"));
 5058  background-color: transparent; }
 5059
 5060.view.content-view .check:disabled:checked:not(list), iconview.content-view .check:disabled:checked:not(list),
 5061.view.content-view check:disabled:checked:not(list),
 5062iconview.content-view check:disabled:checked:not(list) {
 5063  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode.png"), url("assets/checkbox-checked-insensitive-selectionmode@2.png"));
 5064  background-color: transparent; }
 5065
 5066checkbutton.text-button,
 5067radiobutton.text-button {
 5068  padding: 0.20301rem 0.50376rem;
 5069  outline-offset: 0;
 5070  color: rgba(38, 50, 56, 0.75); }
 5071  checkbutton.text-button:hover, checkbutton.text-button:active, checkbutton.text-button:checked,
 5072  radiobutton.text-button:hover,
 5073  radiobutton.text-button:active,
 5074  radiobutton.text-button:checked {
 5075    color: #263238; }
 5076
 5077radio,
 5078check {
 5079  min-width: 1.20301rem;
 5080  min-height: 1.20301rem;
 5081  margin: -0.75188rem -0.24812rem;
 5082  padding: 0.75188rem; }
 5083  radio:hover,
 5084  check:hover {
 5085    animation: check_radio_hover 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5086  radio:active,
 5087  check:active {
 5088    animation: check_radio_active_reverse 0.15s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 5089    transition-duration: 0.15s; }
 5090  radio:hover:checked, radio:hover:indeterminate,
 5091  check:hover:checked,
 5092  check:hover:indeterminate {
 5093    animation: check_radio_active 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5094  menu menuitem radio, menu menuitem
 5095  check {
 5096    min-width: 1.20301rem;
 5097    min-height: 1.20301rem;
 5098    margin: 0;
 5099    padding: 0; }
 5100    menu menuitem radio:dir(ltr), menu menuitem
 5101    check:dir(ltr) {
 5102      margin-right: 0.6015rem; }
 5103    menu menuitem radio:dir(rtl), menu menuitem
 5104    check:dir(rtl) {
 5105      margin-left: 0.6015rem; }
 5106    menu menuitem radio, menu menuitem radio:hover, menu menuitem radio:disabled, menu menuitem
 5107    check, menu menuitem
 5108    check:hover, menu menuitem
 5109    check:disabled {
 5110      border-color: transparent;
 5111      background-image: none;
 5112      background-color: transparent;
 5113      box-shadow: none;
 5114      -gtk-icon-shadow: none;
 5115      color: inherit;
 5116      animation: none; }
 5117
 5118/************
 5119 * GtkScale *
 5120 ************/
 5121@keyframes scale_enlarge {
 5122  from {
 5123    background-size: 80%; }
 5124  to {
 5125    background-size: 100%; } }
 5126scale trough, scale fill {
 5127  border: 1px solid transparent;
 5128  border-radius: 0;
 5129  background-color: alpha(currentColor, 0.2);
 5130  box-shadow: none; }
 5131  scale trough:disabled, scale fill:disabled {
 5132    color: rgba(38, 50, 56, 0.3);
 5133    background-color: alpha(currentColor, 0.2); }
 5134
 5135scale highlight {
 5136  border: 1px solid transparent;
 5137  border-radius: 0;
 5138  background-color: #E8E8E8; }
 5139  scale highlight:disabled {
 5140    color: rgba(38, 50, 56, 0.3);
 5141    background-color: alpha(currentColor, 0.2); }
 5142
 5143scale {
 5144  outline-offset: 0;
 5145  outline-width: 0;
 5146  min-height: 10px;
 5147  min-width: 10px;
 5148  padding: 10px; }
 5149  scale.fine-tune {
 5150    outline-offset: 0;
 5151    outline-width: 0; }
 5152    scale.fine-tune.horizontal {
 5153      padding-top: 9px;
 5154      padding-bottom: 9px;
 5155      min-height: 10px; }
 5156    scale.fine-tune.vertical {
 5157      padding-left: 9px;
 5158      padding-right: 9px;
 5159      min-width: 10px; }
 5160    scale.fine-tune slider {
 5161      margin: -9px; }
 5162  scale slider {
 5163    min-height: 20px;
 5164    min-width: 20px;
 5165    margin: -9px; }
 5166    scale slider:not(:hover):not(:active) {
 5167      background-size: 80%; }
 5168    scale slider {
 5169      border-style: none;
 5170      border-radius: 0;
 5171      background-color: transparent;
 5172      background-image: -gtk-scaled(url("assets/slider.png"), url("assets/slider@2.png"));
 5173      background-repeat: no-repeat;
 5174      background-position: center;
 5175      box-shadow: none; }
 5176    scale slider:active {
 5177      border-style: none;
 5178      border-radius: 0;
 5179      background-color: transparent;
 5180      background-image: -gtk-scaled(url("assets/slider-active.png"), url("assets/slider-active@2.png"));
 5181      background-repeat: no-repeat;
 5182      background-position: center;
 5183      box-shadow: none; }
 5184    scale slider:disabled {
 5185      border-style: none;
 5186      border-radius: 0;
 5187      background-color: transparent;
 5188      background-image: -gtk-scaled(url("assets/slider-insensitive.png"), url("assets/slider-insensitive@2.png"));
 5189      background-repeat: no-repeat;
 5190      background-position: center;
 5191      box-shadow: none; }
 5192    scale slider:hover {
 5193      animation: scale_enlarge 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5194  scale trough,
 5195  scale fill,
 5196  scale highlight {
 5197    min-height: 2px;
 5198    min-width: 2px;
 5199    border-radius: 0;
 5200    border-width: 0; }
 5201  scale fill {
 5202    background-color: rgba(236, 239, 241, 0.1); }
 5203    scale fill:disabled {
 5204      border-color: transparent;
 5205      background-color: transparent; }
 5206  scale value {
 5207    color: alpha(currentColor, 0.55); }
 5208  scale separator {
 5209    color: transparent;
 5210    background-color: alpha(currentColor, 0.2); }
 5211
 5212scale marks {
 5213  color: alpha(currentColor, 0.55); }
 5214  scale marks.top {
 5215    margin-bottom: 6px;
 5216    margin-top: -12px; }
 5217  scale marks.bottom {
 5218    margin-top: 6px;
 5219    margin-bottom: -12px; }
 5220  scale marks.top {
 5221    margin-right: 6px;
 5222    margin-left: -12px; }
 5223  scale marks.bottom {
 5224    margin-left: 6px;
 5225    margin-right: -12px; }
 5226scale.fine-tune marks.top {
 5227  margin-bottom: 6px;
 5228  margin-top: -9px; }
 5229scale.fine-tune marks.bottom {
 5230  margin-top: 6px;
 5231  margin-bottom: -9px; }
 5232scale.fine-tune marks.top {
 5233  margin-right: 6px;
 5234  margin-left: -9px; }
 5235scale.fine-tune marks.bottom {
 5236  margin-left: 6px;
 5237  margin-right: -9px; }
 5238scale.horizontal indicator {
 5239  min-height: 6px;
 5240  min-width: 1px; }
 5241scale.horizontal.fine-tune indicator {
 5242  min-height: 3px; }
 5243scale.vertical indicator {
 5244  min-height: 1px;
 5245  min-width: 6px; }
 5246scale.vertical.fine-tune indicator {
 5247  min-width: 3px; }
 5248
 5249scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
 5250scale.horizontal contents:last-child:not(:only-child) > trough > slider {
 5251  border-style: none;
 5252  border-radius: 0;
 5253  background-color: transparent;
 5254  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png"));
 5255  background-repeat: no-repeat;
 5256  background-position: center;
 5257  box-shadow: none; }
 5258scale.color.horizontal slider:active,
 5259scale.horizontal contents:last-child:not(:only-child) > trough > slider:active {
 5260  border-style: none;
 5261  border-radius: 0;
 5262  background-color: transparent;
 5263  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png"));
 5264  background-repeat: no-repeat;
 5265  background-position: center;
 5266  box-shadow: none; }
 5267scale.color.horizontal slider:disabled,
 5268scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
 5269  border-style: none;
 5270  border-radius: 0;
 5271  background-color: transparent;
 5272  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive.png"), url("assets/slider-horz-scale-has-marks-above-insensitive@2.png"));
 5273  background-repeat: no-repeat;
 5274  background-position: center;
 5275  box-shadow: none; }
 5276
 5277scale.horizontal contents:first-child:not(:only-child) > trough > slider {
 5278  border-style: none;
 5279  border-radius: 0;
 5280  background-color: transparent;
 5281  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below.png"), url("assets/slider-horz-scale-has-marks-below@2.png"));
 5282  background-repeat: no-repeat;
 5283  background-position: center;
 5284  box-shadow: none; }
 5285scale.horizontal contents:first-child:not(:only-child) > trough > slider:active {
 5286  border-style: none;
 5287  border-radius: 0;
 5288  background-color: transparent;
 5289  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active.png"), url("assets/slider-horz-scale-has-marks-below-active@2.png"));
 5290  background-repeat: no-repeat;
 5291  background-position: center;
 5292  box-shadow: none; }
 5293scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
 5294  border-style: none;
 5295  border-radius: 0;
 5296  background-color: transparent;
 5297  background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive.png"), url("assets/slider-horz-scale-has-marks-below-insensitive@2.png"));
 5298  background-repeat: no-repeat;
 5299  background-position: center;
 5300  box-shadow: none; }
 5301
 5302scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
 5303scale.vertical contents:last-child:not(:only-child) > trough > slider {
 5304  border-style: none;
 5305  border-radius: 0;
 5306  background-color: transparent;
 5307  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above.png"), url("assets/slider-vert-scale-has-marks-above@2.png"));
 5308  background-repeat: no-repeat;
 5309  background-position: center;
 5310  box-shadow: none; }
 5311scale.color.vertical:dir(rtl) slider:active,
 5312scale.vertical contents:last-child:not(:only-child) > trough > slider:active {
 5313  border-style: none;
 5314  border-radius: 0;
 5315  background-color: transparent;
 5316  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active.png"), url("assets/slider-vert-scale-has-marks-above-active@2.png"));
 5317  background-repeat: no-repeat;
 5318  background-position: center;
 5319  box-shadow: none; }
 5320scale.color.vertical:dir(rtl) slider:disabled,
 5321scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
 5322  border-style: none;
 5323  border-radius: 0;
 5324  background-color: transparent;
 5325  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive.png"), url("assets/slider-vert-scale-has-marks-above-insensitive@2.png"));
 5326  background-repeat: no-repeat;
 5327  background-position: center;
 5328  box-shadow: none; }
 5329
 5330scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
 5331scale.vertical contents:first-child:not(:only-child) > trough > slider {
 5332  border-style: none;
 5333  border-radius: 0;
 5334  background-color: transparent;
 5335  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below.png"), url("assets/slider-vert-scale-has-marks-below@2.png"));
 5336  background-repeat: no-repeat;
 5337  background-position: center;
 5338  box-shadow: none; }
 5339scale.color.vertical:dir(ltr) slider:active,
 5340scale.vertical contents:first-child:not(:only-child) > trough > slider:active {
 5341  border-style: none;
 5342  border-radius: 0;
 5343  background-color: transparent;
 5344  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active.png"), url("assets/slider-vert-scale-has-marks-below-active@2.png"));
 5345  background-repeat: no-repeat;
 5346  background-position: center;
 5347  box-shadow: none; }
 5348scale.color.vertical:dir(ltr) slider:disabled,
 5349scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
 5350  border-style: none;
 5351  border-radius: 0;
 5352  background-color: transparent;
 5353  background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive.png"), url("assets/slider-vert-scale-has-marks-below-insensitive@2.png"));
 5354  background-repeat: no-repeat;
 5355  background-position: center;
 5356  box-shadow: none; }
 5357
 5358scale.color {
 5359  min-height: 0;
 5360  min-width: 0; }
 5361  scale.color trough {
 5362    min-width: 2px;
 5363    min-height: 2px;
 5364    border-radius: 0;
 5365    background-color: transparent; }
 5366  scale.color.horizontal {
 5367    padding: 0 0 10px 0; }
 5368    scale.color.horizontal trough {
 5369      padding-bottom: 5px; }
 5370    scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled {
 5371      margin-top: 5px;
 5372      margin-bottom: -10px; }
 5373  scale.color.vertical:dir(ltr) {
 5374    padding: 0 0 0 10px; }
 5375    scale.color.vertical:dir(ltr) trough {
 5376      padding-left: 5px; }
 5377    scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled {
 5378      margin-left: -10px;
 5379      margin-right: 5px; }
 5380  scale.color.vertical:dir(rtl) {
 5381    padding: 0 10px 0 0; }
 5382    scale.color.vertical:dir(rtl) trough {
 5383      padding-right: 5px; }
 5384    scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled {
 5385      margin-left: 5px;
 5386      margin-right: -10px; }
 5387  scale.color.fine-tune.horizontal {
 5388    padding: 0 0 10px 0; }
 5389    scale.color.fine-tune.horizontal trough {
 5390      padding-bottom: 5px; }
 5391    scale.color.fine-tune.horizontal slider {
 5392      margin-top: 5px;
 5393      margin-bottom: -10px; }
 5394  scale.color.fine-tune.vertical:dir(ltr) {
 5395    padding: 0 0 0 10px; }
 5396    scale.color.fine-tune.vertical:dir(ltr) trough {
 5397      padding-left: 5px; }
 5398    scale.color.fine-tune.vertical:dir(ltr) slider {
 5399      margin-left: -10px;
 5400      margin-right: 5px; }
 5401  scale.color.fine-tune.vertical:dir(rtl) {
 5402    padding: 0 10px 0 0; }
 5403    scale.color.fine-tune.vertical:dir(rtl) trough {
 5404      padding-right: 5px; }
 5405    scale.color.fine-tune.vertical:dir(rtl) slider {
 5406      margin-left: 5px;
 5407      margin-right: -10px; }
 5408
 5409scale.color.horizontal slider, scale.color.horizontal slider:hover, scale.color.horizontal slider:disabled,
 5410scale.horizontal contents:last-child:not(:only-child) > trough > slider, scale.color.horizontal slider:active,
 5411scale.horizontal contents:last-child:not(:only-child) > trough > slider:active,
 5412scale.horizontal contents:last-child:not(:only-child) > trough > slider:disabled {
 5413  margin: -15px -10px -10px -10px; }
 5414
 5415scale.horizontal contents:first-child:not(:only-child) > trough > slider,
 5416scale.horizontal contents:first-child:not(:only-child) > trough > slider:active,
 5417scale.horizontal contents:first-child:not(:only-child) > trough > slider:disabled {
 5418  margin: -10px -10px -15px -10px; }
 5419
 5420scale.color.vertical:dir(rtl) slider, scale.color.vertical:dir(rtl) slider:hover, scale.color.vertical:dir(rtl) slider:disabled,
 5421scale.vertical contents:last-child:not(:only-child) > trough > slider,
 5422scale.vertical contents:last-child:not(:only-child) > trough > slider:active,
 5423scale.vertical contents:last-child:not(:only-child) > trough > slider:disabled {
 5424  margin: -10px -10px -10px -15px; }
 5425
 5426scale.color.vertical:dir(ltr) slider, scale.color.vertical:dir(ltr) slider:hover, scale.color.vertical:dir(ltr) slider:disabled,
 5427scale.vertical contents:first-child:not(:only-child) > trough > slider,
 5428scale.vertical contents:first-child:not(:only-child) > trough > slider:active,
 5429scale.vertical contents:first-child:not(:only-child) > trough > slider:disabled {
 5430  margin: -10px -15px -10px -10px; }
 5431
 5432scale.color.fine-tune.horizontal slider,
 5433scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider, scale.color.fine-tune.horizontal slider:active,
 5434scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:active, scale.color.fine-tune.horizontal slider:disabled,
 5435scale.horizontal.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
 5436  margin: -15px -10px -10px -10px; }
 5437
 5438scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider,
 5439scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
 5440scale.horizontal.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
 5441  margin: -10px -10px -15px -10px; }
 5442
 5443scale.color.fine-tune.vertical:dir(rtl) slider,
 5444scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider,
 5445scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:active,
 5446scale.vertical.fine-tune contents:last-child:not(:only-child) > tough > slider:disabled {
 5447  margin: -10px -10px -10px -15px; }
 5448
 5449scale.color.fine-tune.vertical:dir(ltr) slider,
 5450scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider,
 5451scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:active,
 5452scale.vertical.fine-tune contents:first-child:not(:only-child) > tough > slider:disabled {
 5453  margin: -10px -15px -10px -10px; }
 5454
 5455/*****************
 5456 * Progress bars *
 5457 *****************/
 5458progressbar {
 5459  font-size: 90%;
 5460  color: rgba(38, 50, 56, 0.5); }
 5461  progressbar.horizontal trough,
 5462  progressbar.horizontal progress {
 5463    min-height: 4px; }
 5464  progressbar.vertical trough,
 5465  progressbar.vertical progress {
 5466    min-width: 4px; }
 5467  progressbar.horizontal progress {
 5468    margin: 0 -1px; }
 5469  progressbar.vertical progress {
 5470    margin: -1px 0; }
 5471  progressbar trough {
 5472    box-shadow: none;
 5473    border-radius: 0;
 5474    background-color: rgba(77, 182, 172, 0.2); }
 5475  progressbar progress {
 5476    box-shadow: none;
 5477    border-radius: 0;
 5478    background-color: #E8E8E8; }
 5479    progressbar progress.left {
 5480      border-top-left-radius: 0;
 5481      border-bottom-left-radius: 0; }
 5482    progressbar progress.right {
 5483      border-top-right-radius: 0;
 5484      border-bottom-right-radius: 0; }
 5485    progressbar progress.top {
 5486      border-top-left-radius: 0;
 5487      border-top-right-radius: 0; }
 5488    progressbar progress.bottom {
 5489      border-bottom-left-radius: 0;
 5490      border-bottom-right-radius: 0; }
 5491  progressbar.osd {
 5492    min-width: 4px;
 5493    min-height: 4px; }
 5494    progressbar.osd trough {
 5495      border-style: none;
 5496      box-shadow: none;
 5497      background-color: rgba(77, 182, 172, 0.2); }
 5498    progressbar.osd progress {
 5499      background-image: none;
 5500      background-color: #E8E8E8;
 5501      border-style: none;
 5502      border-radius: 0; }
 5503
 5504entry progress, spinbutton:not(.vertical) progress,
 5505.entry progress {
 5506  margin: -10px -6px;
 5507  border-style: none none solid;
 5508  border-width: 2px;
 5509  border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
 5510  border-radius: 0;
 5511  box-shadow: none;
 5512  background-color: transparent;
 5513  background-image: none; }
 5514
 5515/*************
 5516 * Level Bar *
 5517 *************/
 5518levelbar {
 5519  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 5520  levelbar block {
 5521    min-width: 36px;
 5522    min-height: 4px; }
 5523  levelbar.vertical block {
 5524    min-width: 4px;
 5525    min-height: 36px; }
 5526  levelbar trough {
 5527    padding: 2px;
 5528    border-radius: 2px;
 5529    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 5530    levelbar trough:disabled {
 5531      box-shadow: none; }
 5532    levelbar trough.horizontal {
 5533      padding: 2px 1px; }
 5534    levelbar trough.vertical {
 5535      padding: 1px 2px; }
 5536  levelbar.horizontal.discrete block {
 5537    margin: 0 1px; }
 5538  levelbar.vertical.discrete block {
 5539    margin: 1px 0; }
 5540  levelbar block {
 5541    border-radius: 0;
 5542    border: none;
 5543    box-shadow: none; }
 5544  levelbar block.low {
 5545    background-color: #FF9800; }
 5546  levelbar block:not(.empty),
 5547  levelbar block.high {
 5548    background-color: #E8E8E8; }
 5549  levelbar block.full {
 5550    background-color: #00E676; }
 5551  levelbar block.empty {
 5552    background-color: alpha(currentColor, 0.2); }
 5553
 5554/****************
 5555 * Print dialog *
 5556*****************/
 5557printdialog paper {
 5558  padding: 0;
 5559  color: #263238;
 5560  border: 1px solid rgba(0, 0, 0, 0.09);
 5561  background-color: white; }
 5562printdialog .dialog-action-box {
 5563  margin: 0.90226rem; }
 5564
 5565/**********
 5566 * Frames *
 5567 **********/
 5568frame > border,
 5569.frame {
 5570  margin: 0;
 5571  padding: 0;
 5572  border-radius: 0;
 5573  border: 1px solid rgba(0, 0, 0, 0.09);
 5574  box-shadow: none; }
 5575  frame > border.flat,
 5576  .frame.flat {
 5577    border-style: none; }
 5578
 5579actionbar > frame > border {
 5580  border-width: 1px 0 0; }
 5581
 5582actionbar > revealer > box {
 5583  padding: 0.3985rem;
 5584  border-top: 1px solid rgba(0, 0, 0, 0.09); }
 5585
 5586placessidebar viewport.frame,
 5587scrolledwindow viewport.frame,
 5588placessidebar viewport.frame {
 5589  border-style: none; }
 5590placessidebar overshoot.top,
 5591scrolledwindow overshoot.top,
 5592placessidebar overshoot.top {
 5593  background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5594  background-repeat: no-repeat;
 5595  background-position: center top;
 5596  background-color: transparent;
 5597  border: none;
 5598  box-shadow: none; }
 5599placessidebar overshoot.bottom,
 5600scrolledwindow overshoot.bottom,
 5601placessidebar overshoot.bottom {
 5602  background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5603  background-repeat: no-repeat;
 5604  background-position: center bottom;
 5605  background-color: transparent;
 5606  border: none;
 5607  box-shadow: none; }
 5608placessidebar overshoot.left,
 5609scrolledwindow overshoot.left,
 5610placessidebar overshoot.left {
 5611  background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5612  background-repeat: no-repeat;
 5613  background-position: left center;
 5614  background-color: transparent;
 5615  border: none;
 5616  box-shadow: none; }
 5617placessidebar overshoot.right,
 5618scrolledwindow overshoot.right,
 5619placessidebar overshoot.right {
 5620  background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
 5621  background-repeat: no-repeat;
 5622  background-position: right center;
 5623  background-color: transparent;
 5624  border: none;
 5625  box-shadow: none; }
 5626placessidebar undershoot.top,
 5627scrolledwindow undershoot.top,
 5628placessidebar undershoot.top {
 5629  background-color: transparent;
 5630  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
 5631  padding-top: 0;
 5632  background-size: 16px 32px;
 5633  background-repeat: repeat-x;
 5634  background-origin: content-box;
 5635  background-position: center top; }
 5636placessidebar undershoot.bottom,
 5637scrolledwindow undershoot.bottom,
 5638placessidebar undershoot.bottom {
 5639  background-color: transparent;
 5640  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
 5641  padding-bottom: 0;
 5642  background-size: 16px 32px;
 5643  background-repeat: repeat-x;
 5644  background-origin: content-box;
 5645  background-position: center bottom; }
 5646placessidebar undershoot.left,
 5647scrolledwindow undershoot.left,
 5648placessidebar undershoot.left {
 5649  background-color: transparent;
 5650  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
 5651  padding-left: 0;
 5652  background-size: 32px 16px;
 5653  background-repeat: repeat-y;
 5654  background-origin: content-box;
 5655  background-position: left center; }
 5656placessidebar undershoot.right,
 5657scrolledwindow undershoot.right,
 5658placessidebar undershoot.right {
 5659  background-color: transparent;
 5660  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.94));
 5661  padding-right: 0;
 5662  background-size: 32px 16px;
 5663  background-repeat: repeat-y;
 5664  background-origin: content-box;
 5665  background-position: right center; }
 5666placessidebar junction,
 5667scrolledwindow junction,
 5668placessidebar junction {
 5669  border-color: transparent;
 5670  border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.09) 1px, transparent 1px) 0 0 0 1/0 1px stretch;
 5671  background-color: #FFFFFF; }
 5672  placessidebar junction:dir(rtl),
 5673  scrolledwindow junction:dir(rtl),
 5674  placessidebar junction:dir(rtl) {
 5675    border-image-slice: 0 1 0 0; }
 5676
 5677separator {
 5678  color: transparent;
 5679  background-color: rgba(0, 0, 0, 0.09);
 5680  min-width: 1px;
 5681  min-height: 1px; }
 5682
 5683/*********
 5684 * Lists *
 5685 *********/
 5686list {
 5687  border-color: rgba(0, 0, 0, 0.09);
 5688  background-color: #FFFFFF; }
 5689
 5690row {
 5691  padding: 2px; }
 5692
 5693row.activatable, .view, iconview,
 5694.view text,
 5695iconview text,
 5696textview text, treeview.view header button, .tweak-category header button {
 5697  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));
 5698  background-repeat: no-repeat;
 5699  background-position: center, center;
 5700  background-size: 20.0188rem 20.0188rem, auto; }
 5701  row.activatable.has-open-popup, .has-open-popup.view, iconview.has-open-popup,
 5702  .view text.has-open-popup,
 5703  iconview text.has-open-popup,
 5704  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,
 5705  .view text:hover,
 5706  iconview text:hover,
 5707  textview text:hover, treeview.view header button:hover, .tweak-category header button:hover {
 5708    transition: none;
 5709    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)); }
 5710  row.activatable:active, .view:active, iconview:active,
 5711  .view text:active,
 5712  iconview text:active,
 5713  textview text:active, treeview.view header button:active, .tweak-category header button:active {
 5714    animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5715
 5716row button.image-button {
 5717  padding: 0.6015rem;
 5718  background-size: 2.44361rem 2.44361rem, auto; }
 5719row button.circular {
 5720  min-width: 1rem;
 5721  min-height: 1rem;
 5722  padding: 0.6015rem;
 5723  background-size: 2.44361rem 2.44361rem, auto; }
 5724
 5725row:selected button:disabled {
 5726  color: rgba(255, 255, 255, 0.34); }
 5727row:selected button.flat, row:selected button.osd.image-button,
 5728row:selected .button.osd.image-button, row:selected .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:not(.suggested-action):not(.destructive-action),
 5729row:selected headerbar button:not(.suggested-action):not(.destructive-action),
 5730headerbar row:selected button:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow,
 5731row:selected .context-menu > arrow,
 5732row:selected menu > arrow, placessidebar row:selected button.image-button, row:selected .csd headerbar button.titlebutton, .csd headerbar row:selected button.titlebutton,
 5733row:selected .csd .titlebar button.titlebutton,
 5734.csd .titlebar row:selected button.titlebutton, row:selected #gf-candidate-popup button, #gf-candidate-popup row:selected button,
 5735row:selected #gf-candidate-popup .linked > button:first-child,
 5736#gf-candidate-popup row:selected .linked > button:first-child,
 5737row:selected #gf-candidate-popup .linked > button:last-child,
 5738#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 {
 5739  color: rgba(255, 255, 255, 0.85); }
 5740  row:selected button.flat:hover, row:selected button.osd.image-button:hover,
 5741  row:selected .button.osd.image-button:hover, row:selected .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:hover:not(.suggested-action):not(.destructive-action),
 5742  row:selected headerbar button:hover:not(.suggested-action):not(.destructive-action),
 5743  headerbar row:selected button:hover:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:hover,
 5744  row:selected .context-menu > arrow:hover,
 5745  row:selected menu > arrow:hover, placessidebar row:selected button.image-button:hover, row:selected .csd headerbar button.titlebutton:hover, .csd headerbar row:selected button.titlebutton:hover,
 5746  row:selected .csd .titlebar button.titlebutton:hover,
 5747  .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,
 5748  row:selected .button.osd.image-button:active, row:selected .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:active:not(.suggested-action):not(.destructive-action),
 5749  row:selected headerbar button:active:not(.suggested-action):not(.destructive-action),
 5750  headerbar row:selected button:active:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:active,
 5751  row:selected .context-menu > arrow:active,
 5752  row:selected menu > arrow:active, placessidebar row:selected button.image-button:active, row:selected .csd headerbar button.titlebutton:active, .csd headerbar row:selected button.titlebutton:active,
 5753  row:selected .csd .titlebar button.titlebutton:active,
 5754  .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 {
 5755    color: #FFFFFF; }
 5756  row:selected button.flat:disabled, row:selected button.osd.image-button:disabled,
 5757  row:selected .button.osd.image-button:disabled, row:selected .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar row:selected button:disabled:not(.suggested-action):not(.destructive-action),
 5758  row:selected headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 5759  headerbar row:selected button:disabled:not(.suggested-action):not(.destructive-action), row:selected .menu > arrow:disabled,
 5760  row:selected .context-menu > arrow:disabled,
 5761  row:selected menu > arrow:disabled, placessidebar row:selected button.image-button:disabled, row:selected .csd headerbar button.titlebutton:disabled, .csd headerbar row:selected button.titlebutton:disabled,
 5762  row:selected .csd .titlebar button.titlebutton:disabled,
 5763  .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 {
 5764    color: rgba(255, 255, 255, 0.34); }
 5765
 5766row:hover {
 5767  transition: none; }
 5768
 5769/*********************
 5770 * App Notifications *
 5771 *********************/
 5772.app-notification border,
 5773.app-notification.frame border {
 5774  border: none; }
 5775
 5776/*************
 5777 * Expanders *
 5778 *************/
 5779expander {
 5780  padding: 0.20301rem 0.30075rem 0.24812rem; }
 5781  expander arrow {
 5782    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
 5783    min-width: 1.20301rem;
 5784    min-height: 1.20301rem; }
 5785    expander arrow:dir(rtl) {
 5786      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
 5787    expander arrow:checked {
 5788      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
 5789    expander arrow:not(:hover):not(:active) {
 5790      color: alpha(currentColor, 0.75); }
 5791    expander arrow:selected {
 5792      color: #FFFFFF; }
 5793  expander label {
 5794    color: rgba(38, 50, 56, 0.75); }
 5795    expander label:hover, expander label:active {
 5796      color: #263238; }
 5797    expander label:selected {
 5798      color: #FFFFFF; }
 5799
 5800/************
 5801 * Calendar *
 5802 ***********/
 5803calendar {
 5804  margin: 0.6015rem 0;
 5805  padding: 0.3985rem 0.09774rem 0.20301rem;
 5806  border: 1px solid rgba(0, 0, 0, 0.09);
 5807  color: #263238; }
 5808  calendar:selected {
 5809    border: none;
 5810    border-radius: 100px;
 5811    color: #FFFFFF;
 5812    background-color: transparent;
 5813    background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
 5814    background-size: 1.45113rem 1.45113rem;
 5815    background-position: center top;
 5816    background-repeat: no-repeat; }
 5817  calendar.header {
 5818    border: 1px solid transparent;
 5819    border-bottom-color: rgba(0, 0, 0, 0.09);
 5820    border-radius: 0; }
 5821  calendar.button, calendar.header.button {
 5822    box-shadow: none;
 5823    background-color: transparent;
 5824    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));
 5825    color: alpha(currentColor, 0.2);
 5826    background-size: 2.44361rem 2.44361rem, auto; }
 5827    calendar.button:hover, calendar.header.button:hover {
 5828      box-shadow: none;
 5829      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)); }
 5830    calendar.button:active, calendar.header.button:active {
 5831      box-shadow: none;
 5832      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 5833    calendar.button:disabled, calendar.header.button:disabled {
 5834      box-shadow: none;
 5835      background-color: transparent; }
 5836  calendar:indeterminate {
 5837    color: alpha(currentColor, 0.2); }
 5838  calendar.highlight {
 5839    color: alpha(currentColor, 0.55);
 5840    font-size: 90%;
 5841    font-weight: 500; }
 5842
 5843/***********
 5844 * Dialogs *
 5845 ***********/
 5846messagedialog .titlebar {
 5847  min-height: 20px;
 5848  background-color: rgba(0, 0, 0);
 5849  border-bottom: 1px solid rgba(212, 213, 219, 0.95); }
 5850
 5851messagedialog .dialog-action-area button {
 5852  padding: 8px;
 5853  min-height: 0; }
 5854
 5855messagedialog.csd.background {
 5856  border-bottom-left-radius: 3px;
 5857  border-bottom-right-radius: 3px;
 5858  border: none; }
 5859
 5860messagedialog.csd .dialog-action-area button {
 5861  border-bottom-style: none; }
 5862
 5863messagedialog.csd .dialog-action-area button {
 5864  border-radius: 0;
 5865  border-right-style: none; }
 5866
 5867messagedialog.csd .dialog-action-area button:last-child {
 5868  border-radius: 0 0 3px 0;
 5869  border-right-style: none; }
 5870
 5871messagedialog.csd .dialog-action-area button:first-child {
 5872  border-radius: 0 0 0 3px;
 5873  border-left-style: none; }
 5874
 5875messagedialog.csd .dialog-action-area button:only-child {
 5876  border-radius: 0 0 3px 3px;
 5877  border-left-style: none;
 5878  border-right-style: none; }
 5879
 5880filechooser #pathbarbox {
 5881  border-bottom: 1px solid rgba(220, 223, 227, 0.5); }
 5882
 5883filechooserbutton:drop(active) {
 5884  box-shadow: none;
 5885  border-color: transparent; }
 5886
 5887/***********
 5888 * Sidebar *
 5889 ***********/
 5890.sidebar {
 5891  border: none;
 5892  color: rgba(38, 50, 56, 0.75);
 5893  background-color: #FFFFFF; }
 5894  .sidebar:dir(ltr), .sidebar list:dir(ltr) {
 5895    box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 5896  .sidebar:dir(rtl), .sidebar list:dir(rtl) {
 5897    box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 5898  .sidebar treeview.view, .sidebar .tweak-category,
 5899  .sidebar .frame,
 5900  .sidebar list {
 5901    background-color: transparent; }
 5902  .sidebar treeview.view, .sidebar .tweak-category {
 5903    box-shadow: none; }
 5904  .sidebar .frame list {
 5905    box-shadow: none; }
 5906  .sidebar list,
 5907  .sidebar row,
 5908  .sidebar row.activatable,
 5909  .sidebar .view,
 5910  .sidebar iconview,
 5911  .sidebar .view text,
 5912  .view .sidebar text,
 5913  .sidebar iconview text,
 5914  iconview .sidebar text,
 5915  .sidebar textview text,
 5916  textview .sidebar text,
 5917  .sidebar treeview.view header button,
 5918  treeview.view header .sidebar button,
 5919  .sidebar .tweak-category header button,
 5920  .tweak-category header .sidebar button {
 5921    color: rgba(38, 50, 56, 0.75);
 5922    background-color: transparent;
 5923    font-weight: 500; }
 5924    .sidebar list:hover,
 5925    .sidebar row:hover,
 5926    .sidebar row.activatable:hover,
 5927    .sidebar .view:hover,
 5928    .sidebar iconview:hover,
 5929    .sidebar .view text:hover,
 5930    .view .sidebar text:hover,
 5931    .sidebar iconview text:hover,
 5932    iconview .sidebar text:hover,
 5933    .sidebar textview text:hover,
 5934    textview .sidebar text:hover,
 5935    .sidebar treeview.view header button:hover,
 5936    treeview.view header .sidebar button:hover,
 5937    .sidebar .tweak-category header button:hover,
 5938    .tweak-category header .sidebar button:hover {
 5939      color: #263238; }
 5940    .sidebar list:selected,
 5941    .sidebar row:selected,
 5942    .sidebar row.activatable:selected,
 5943    .sidebar .view:selected,
 5944    .sidebar iconview:selected,
 5945    .sidebar .view text:selected,
 5946    .view .sidebar text:selected,
 5947    .sidebar iconview text:selected,
 5948    iconview .sidebar text:selected,
 5949    .sidebar textview text:selected,
 5950    textview .sidebar text:selected,
 5951    .sidebar treeview.view header button:selected,
 5952    treeview.view header .sidebar button:selected,
 5953    .sidebar .tweak-category header button:selected,
 5954    .tweak-category header .sidebar button:selected {
 5955      color: #E8E8E8;
 5956      background-color: transparent; }
 5957      .sidebar list:selected label,
 5958      .sidebar row:selected label,
 5959      .sidebar row.activatable:selected label,
 5960      .sidebar .view:selected label,
 5961      .sidebar iconview:selected label,
 5962      .sidebar .view text:selected label,
 5963      .view .sidebar text:selected label,
 5964      .sidebar iconview text:selected label,
 5965      iconview .sidebar text:selected label,
 5966      .sidebar textview text:selected label,
 5967      textview .sidebar text:selected label,
 5968      .sidebar treeview.view header button:selected label,
 5969      treeview.view header .sidebar button:selected label,
 5970      .sidebar .tweak-category header button:selected label,
 5971      .tweak-category header .sidebar button:selected label {
 5972        color: #E8E8E8; }
 5973  .sidebar overshoot,
 5974  .sidebar undershoot {
 5975    box-shadow: none; }
 5976
 5977stacksidebar row,
 5978stacksidebar row.activatable,
 5979stacksidebar .view,
 5980stacksidebar iconview,
 5981stacksidebar .view text,
 5982.view stacksidebar text,
 5983stacksidebar iconview text,
 5984iconview stacksidebar text,
 5985stacksidebar textview text,
 5986textview stacksidebar text,
 5987stacksidebar treeview.view header button,
 5988treeview.view header stacksidebar button,
 5989stacksidebar .tweak-category header button,
 5990.tweak-category header stacksidebar button {
 5991  padding: 0.3985rem 0.6015rem 0.50376rem;
 5992  color: rgba(38, 50, 56, 0.75);
 5993  background-color: transparent;
 5994  font-weight: 500; }
 5995  stacksidebar row > label,
 5996  stacksidebar row.activatable > label,
 5997  stacksidebar .view > label,
 5998  stacksidebar iconview > label,
 5999  stacksidebar .view text > label,
 6000  .view stacksidebar text > label,
 6001  stacksidebar iconview text > label,
 6002  iconview stacksidebar text > label,
 6003  stacksidebar textview text > label,
 6004  textview stacksidebar text > label,
 6005  stacksidebar treeview.view header button > label,
 6006  treeview.view header stacksidebar button > label,
 6007  stacksidebar .tweak-category header button > label,
 6008  .tweak-category header stacksidebar button > label {
 6009    padding-left: 0.3985rem;
 6010    padding-right: 0.3985rem; }
 6011  stacksidebar row:hover,
 6012  stacksidebar row.activatable:hover,
 6013  stacksidebar .view:hover,
 6014  stacksidebar iconview:hover,
 6015  stacksidebar .view text:hover,
 6016  .view stacksidebar text:hover,
 6017  stacksidebar iconview text:hover,
 6018  iconview stacksidebar text:hover,
 6019  stacksidebar textview text:hover,
 6020  textview stacksidebar text:hover,
 6021  stacksidebar treeview.view header button:hover,
 6022  treeview.view header stacksidebar button:hover,
 6023  stacksidebar .tweak-category header button:hover,
 6024  .tweak-category header stacksidebar button:hover {
 6025    color: #263238; }
 6026  stacksidebar row:selected,
 6027  stacksidebar row.activatable:selected,
 6028  stacksidebar .view:selected,
 6029  stacksidebar iconview:selected,
 6030  stacksidebar .view text:selected,
 6031  .view stacksidebar text:selected,
 6032  stacksidebar iconview text:selected,
 6033  iconview stacksidebar text:selected,
 6034  stacksidebar textview text:selected,
 6035  textview stacksidebar text:selected,
 6036  stacksidebar treeview.view header button:selected,
 6037  treeview.view header stacksidebar button:selected,
 6038  stacksidebar .tweak-category header button:selected,
 6039  .tweak-category header stacksidebar button:selected {
 6040    color: #E8E8E8;
 6041    background-color: transparent; }
 6042    stacksidebar row:selected label,
 6043    stacksidebar row.activatable:selected label,
 6044    stacksidebar .view:selected label,
 6045    stacksidebar iconview:selected label,
 6046    stacksidebar .view text:selected label,
 6047    .view stacksidebar text:selected label,
 6048    stacksidebar iconview text:selected label,
 6049    iconview stacksidebar text:selected label,
 6050    stacksidebar textview text:selected label,
 6051    textview stacksidebar text:selected label,
 6052    stacksidebar treeview.view header button:selected label,
 6053    treeview.view header stacksidebar button:selected label,
 6054    stacksidebar .tweak-category header button:selected label,
 6055    .tweak-category header stacksidebar button:selected label {
 6056      color: #E8E8E8; }
 6057  stacksidebar row:backdrop,
 6058  stacksidebar row.activatable:backdrop,
 6059  stacksidebar .view:backdrop,
 6060  stacksidebar iconview:backdrop,
 6061  stacksidebar .view text:backdrop,
 6062  .view stacksidebar text:backdrop,
 6063  stacksidebar iconview text:backdrop,
 6064  iconview stacksidebar text:backdrop,
 6065  stacksidebar textview text:backdrop,
 6066  textview stacksidebar text:backdrop,
 6067  stacksidebar treeview.view header button:backdrop,
 6068  treeview.view header stacksidebar button:backdrop,
 6069  stacksidebar .tweak-category header button:backdrop,
 6070  .tweak-category header stacksidebar button:backdrop {
 6071    opacity: 1.0; }
 6072stacksidebar .frame list {
 6073  background-color: rgba(12, 18, 0, 0.01); }
 6074  stacksidebar .frame list:dir(ltr) {
 6075    box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 6076  stacksidebar .frame list:dir(rtl) {
 6077    box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 6078stacksidebar separator,
 6079stacksidebar .separator {
 6080  min-height: 0;
 6081  border-color: transparent;
 6082  background-color: transparent;
 6083  color: transparent; }
 6084
 6085/****************
 6086 * File chooser *
 6087 ****************/
 6088placessidebar list,
 6089placessidebar row {
 6090  background-color: #FFFFFF; }
 6091placessidebar row {
 6092  padding: 0.3985rem 0 0.50376rem; }
 6093  placessidebar row > revealer {
 6094    padding: 0.30075rem 1.05263rem 0.30075rem 0.90226rem; }
 6095  placessidebar row image.sidebar-icon {
 6096    opacity: 0.75; }
 6097    placessidebar row image.sidebar-icon:dir(ltr) {
 6098      padding-right: 0.50376rem; }
 6099    placessidebar row image.sidebar-icon:dir(rtl) {
 6100      padding-left: 0.50376rem; }
 6101  placessidebar row label.sidebar-label:dir(ltr) {
 6102    padding-right: 0.15038rem; }
 6103  placessidebar row label.sidebar-label:dir(rtl) {
 6104    padding-left: 0.15038rem; }
 6105  placessidebar row button.image-button {
 6106    padding: 0.50376rem; }
 6107  placessidebar row:selected {
 6108    color: #E8E8E8; }
 6109    placessidebar row:selected label {
 6110      color: #E8E8E8; }
 6111    placessidebar row:selected button.image-button {
 6112      color: #4DD0E1; }
 6113      placessidebar row:selected button.image-button:hover, placessidebar row:selected button.image-button:active {
 6114        color: #E8E8E8; }
 6115  placessidebar row.sidebar-placeholder-row {
 6116    border: solid 1px #E8E8E8; }
 6117  placessidebar row.sidebar-new-bookmark-row {
 6118    color: #E8E8E8; }
 6119  placessidebar row:drop(active):not(:disabled) {
 6120    color: #E8E8E8;
 6121    box-shadow: inset 0 1px #E8E8E8, inset 0 -1px #E8E8E8; }
 6122    placessidebar row:drop(active):not(:disabled):selected {
 6123      color: #FFFFFF;
 6124      background-color: #E8E8E8; }
 6125
 6126placesview row.activatable:hover, placesview .view:hover, placesview iconview:hover,
 6127placesview .view text:hover,
 6128.view placesview text:hover,
 6129placesview iconview text:hover,
 6130iconview placesview text:hover,
 6131placesview textview text:hover,
 6132textview 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 {
 6133  background-color: transparent; }
 6134placesview > actionbar > revealer > box > label {
 6135  padding-left: 0.6015rem;
 6136  padding-right: 0.6015rem; }
 6137
 6138/*********
 6139 * Paned *
 6140 *********/
 6141paned > separator {
 6142  min-width: 1px;
 6143  min-height: 1px;
 6144  border-style: none;
 6145  background-color: transparent;
 6146  -gtk-icon-source: none;
 6147  background-image: image(rgba(0, 0, 0, 0.09));
 6148  background-size: 1px 1px;
 6149  transition: none; }
 6150  paned > separator:backdrop, paned > separator:selected {
 6151    background-image: image(#E5E9EC);
 6152    transition: none; }
 6153  window paned > separator, window paned > separator:backdrop, window paned > separator:selected {
 6154    background-image: image(rgba(0, 0, 0, 0.05));
 6155    transition: none; }
 6156  window > grid.vertical paned > separator, window > grid.vertical paned > separator:backdrop, window > grid.vertical paned > separator:selected {
 6157    background-image: image(#E5E9EC);
 6158    transition: none; }
 6159  paned > separator.wide, button paned > separator,
 6160  button paned > .separator,
 6161  .button paned > separator,
 6162  .button paned > .separator, stacksidebar paned > separator,
 6163  stacksidebar paned > .separator, .tweak-categories paned > separator,
 6164  .tweak-categories paned > .separator, window overlay > grid > frame > grid list paned > separator {
 6165    min-width: 0.45113rem;
 6166    min-height: 0.45113rem;
 6167    margin: 0;
 6168    padding: 0;
 6169    background-color: #FFFFFF;
 6170    background-image: image(#E5E9EC), image(#E5E9EC);
 6171    background-size: 1px 1px, 1px 1px; }
 6172    paned > separator.wide:backdrop, button paned > separator:backdrop,
 6173    button paned > .separator:backdrop,
 6174    .button paned > separator:backdrop,
 6175    .button paned > .separator:backdrop, stacksidebar paned > separator:backdrop,
 6176    stacksidebar paned > .separator:backdrop, .tweak-categories paned > separator:backdrop,
 6177    .tweak-categories paned > .separator:backdrop, window overlay > grid > frame > grid list paned > separator:backdrop, paned > separator.wide:selected, button paned > separator:selected,
 6178    button paned > .separator:selected,
 6179    .button paned > separator:selected,
 6180    .button paned > .separator:selected, stacksidebar paned > separator:selected,
 6181    stacksidebar paned > .separator:selected, .tweak-categories paned > separator:selected,
 6182    .tweak-categories paned > .separator:selected, window overlay > grid > frame > grid list paned > separator:selected {
 6183      background-image: image(#E5E9EC), image(#E5E9EC); }
 6184paned.horizontal > separator {
 6185  background-repeat: repeat-y; }
 6186  paned.horizontal > separator:dir(ltr) {
 6187    margin: 0 -0.6015rem 0 0;
 6188    padding: 0 0.6015rem 0 0; }
 6189  paned.horizontal > separator:dir(rtl) {
 6190    margin: 0 0 0 -0.6015rem;
 6191    padding: 0 0 0 0.6015rem; }
 6192  paned.horizontal > separator.wide, button paned.horizontal > separator,
 6193  button paned.horizontal > .separator,
 6194  .button paned.horizontal > separator,
 6195  .button paned.horizontal > .separator, stacksidebar paned.horizontal > separator,
 6196  stacksidebar paned.horizontal > .separator, .tweak-categories paned.horizontal > separator,
 6197  .tweak-categories paned.horizontal > .separator, window overlay > grid > frame > grid list paned.horizontal > separator {
 6198    background-repeat: repeat-y, repeat-y;
 6199    background-position: left, right; }
 6200paned.vertical > separator {
 6201  margin: 0 0 -0.6015rem 0;
 6202  padding: 0 0 0.6015rem 0;
 6203  background-repeat: repeat-x;
 6204  background-position: top; }
 6205  paned.vertical > separator.wide, button paned.vertical > separator,
 6206  button paned.vertical > .separator,
 6207  .button paned.vertical > separator,
 6208  .button paned.vertical > .separator, stacksidebar paned.vertical > separator,
 6209  stacksidebar paned.vertical > .separator, .tweak-categories paned.vertical > separator,
 6210  .tweak-categories paned.vertical > .separator, window overlay > grid > frame > grid list paned.vertical > separator {
 6211    background-repeat: repeat-x, repeat-x;
 6212    background-position: bottom, top; }
 6213
 6214/**************
 6215 * GtkInfoBar *
 6216 **************/
 6217infobar, NautilusTrashBar {
 6218  padding: 0.3985rem;
 6219  border-width: 0 0 1px;
 6220  border-style: solid;
 6221  border-color: #E5E9EC;
 6222  background-color: #FFFFFF; }
 6223
 6224.info:not(.error),
 6225.question:not(.error),
 6226.warning:not(.error),
 6227.error:not(.error) {
 6228  color: rgba(38, 50, 56, 0.75); }
 6229.info button,
 6230.question button,
 6231.warning button,
 6232.error button {
 6233  box-shadow: none;
 6234  background-color: transparent;
 6235  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));
 6236  color: rgba(38, 50, 56, 0.75); }
 6237  .info button:hover,
 6238  .question button:hover,
 6239  .warning button:hover,
 6240  .error button:hover {
 6241    box-shadow: none;
 6242    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));
 6243    color: #263238; }
 6244  .info button:active,
 6245  .question button:active,
 6246  .warning button:active,
 6247  .error button:active {
 6248    box-shadow: none;
 6249    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 6250    color: #263238; }
 6251  .info button:checked,
 6252  .question button:checked,
 6253  .warning button:checked,
 6254  .error button:checked {
 6255    background-color: alpha(currentColor, 0.2);
 6256    color: #263238;
 6257    color: #263238; }
 6258  .info button:disabled,
 6259  .question button:disabled,
 6260  .warning button:disabled,
 6261  .error button:disabled {
 6262    color: rgba(38, 50, 56, 0.3); }
 6263  .info button.flat, .info button.osd.image-button,
 6264  .info .button.osd.image-button, .info .titlebar button:not(.suggested-action):not(.destructive-action), .titlebar .info button:not(.suggested-action):not(.destructive-action),
 6265  .info headerbar button:not(.suggested-action):not(.destructive-action),
 6266  headerbar .info button:not(.suggested-action):not(.destructive-action), .info .menu > arrow,
 6267  .info .context-menu > arrow,
 6268  .info menu > arrow, .info placessidebar row button.image-button, placessidebar row .info button.image-button, .info .csd headerbar button.titlebutton, .csd headerbar .info button.titlebutton,
 6269  .info .csd .titlebar button.titlebutton,
 6270  .csd .titlebar .info button.titlebutton, .info #gf-candidate-popup button, #gf-candidate-popup .info button,
 6271  .info #gf-candidate-popup .linked > button:first-child,
 6272  #gf-candidate-popup .info .linked > button:first-child,
 6273  .info #gf-candidate-popup .linked > button:last-child,
 6274  #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,
 6275  .question button.flat,
 6276  .question button.osd.image-button,
 6277  .question .button.osd.image-button,
 6278  .question .titlebar button:not(.suggested-action):not(.destructive-action),
 6279  .titlebar .question button:not(.suggested-action):not(.destructive-action),
 6280  .question headerbar button:not(.suggested-action):not(.destructive-action),
 6281  headerbar .question button:not(.suggested-action):not(.destructive-action),
 6282  .question .menu > arrow,
 6283  .question .context-menu > arrow,
 6284  .question menu > arrow,
 6285  .question placessidebar row button.image-button,
 6286  placessidebar row .question button.image-button,
 6287  .question .csd headerbar button.titlebutton,
 6288  .csd headerbar .question button.titlebutton,
 6289  .question .csd .titlebar button.titlebutton,
 6290  .csd .titlebar .question button.titlebutton,
 6291  .question #gf-candidate-popup button,
 6292  #gf-candidate-popup .question button,
 6293  .question #gf-candidate-popup .linked > button:first-child,
 6294  #gf-candidate-popup .question .linked > button:first-child,
 6295  .question #gf-candidate-popup .linked > button:last-child,
 6296  #gf-candidate-popup .question .linked > button:last-child,
 6297  .question window > grid.vertical > box.vertical > widget button,
 6298  window > grid.vertical > box.vertical > widget .question button,
 6299  .question layouttabbar button,
 6300  layouttabbar .question button,
 6301  .question layouttab button,
 6302  layouttab .question button,
 6303  .warning button.flat,
 6304  .warning button.osd.image-button,
 6305  .warning .button.osd.image-button,
 6306  .warning .titlebar button:not(.suggested-action):not(.destructive-action),
 6307  .titlebar .warning button:not(.suggested-action):not(.destructive-action),
 6308  .warning headerbar button:not(.suggested-action):not(.destructive-action),
 6309  headerbar .warning button:not(.suggested-action):not(.destructive-action),
 6310  .warning .menu > arrow,
 6311  .warning .context-menu > arrow,
 6312  .warning menu > arrow,
 6313  .warning placessidebar row button.image-button,
 6314  placessidebar row .warning button.image-button,
 6315  .warning .csd headerbar button.titlebutton,
 6316  .csd headerbar .warning button.titlebutton,
 6317  .warning .csd .titlebar button.titlebutton,
 6318  .csd .titlebar .warning button.titlebutton,
 6319  .warning #gf-candidate-popup button,
 6320  #gf-candidate-popup .warning button,
 6321  .warning #gf-candidate-popup .linked > button:first-child,
 6322  #gf-candidate-popup .warning .linked > button:first-child,
 6323  .warning #gf-candidate-popup .linked > button:last-child,
 6324  #gf-candidate-popup .warning .linked > button:last-child,
 6325  .warning window > grid.vertical > box.vertical > widget button,
 6326  window > grid.vertical > box.vertical > widget .warning button,
 6327  .warning layouttabbar button,
 6328  layouttabbar .warning button,
 6329  .warning layouttab button,
 6330  layouttab .warning button,
 6331  .error button.flat,
 6332  .error button.osd.image-button,
 6333  .error .button.osd.image-button,
 6334  .error .titlebar button:not(.suggested-action):not(.destructive-action),
 6335  .titlebar .error button:not(.suggested-action):not(.destructive-action),
 6336  .error headerbar button:not(.suggested-action):not(.destructive-action),
 6337  headerbar .error button:not(.suggested-action):not(.destructive-action),
 6338  .error .menu > arrow,
 6339  .error .context-menu > arrow,
 6340  .error menu > arrow,
 6341  .error placessidebar row button.image-button,
 6342  placessidebar row .error button.image-button,
 6343  .error .csd headerbar button.titlebutton,
 6344  .csd headerbar .error button.titlebutton,
 6345  .error .csd .titlebar button.titlebutton,
 6346  .csd .titlebar .error button.titlebutton,
 6347  .error #gf-candidate-popup button,
 6348  #gf-candidate-popup .error button,
 6349  .error #gf-candidate-popup .linked > button:first-child,
 6350  #gf-candidate-popup .error .linked > button:first-child,
 6351  .error #gf-candidate-popup .linked > button:last-child,
 6352  #gf-candidate-popup .error .linked > button:last-child,
 6353  .error window > grid.vertical > box.vertical > widget button,
 6354  window > grid.vertical > box.vertical > widget .error button,
 6355  .error layouttabbar button,
 6356  layouttabbar .error button,
 6357  .error layouttab button,
 6358  layouttab .error button {
 6359    color: rgba(38, 50, 56, 0.75); }
 6360    .info button.flat:hover, .info button.osd.image-button:hover,
 6361    .info .button.osd.image-button:hover, .info .titlebar button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info button:hover:not(.suggested-action):not(.destructive-action),
 6362    .info headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6363    headerbar .info button:hover:not(.suggested-action):not(.destructive-action), .info .menu > arrow:hover,
 6364    .info .context-menu > arrow:hover,
 6365    .info menu > arrow:hover, .info placessidebar row button.image-button:hover, placessidebar row .info button.image-button:hover, .info .csd headerbar button.titlebutton:hover, .csd headerbar .info button.titlebutton:hover,
 6366    .info .csd .titlebar button.titlebutton:hover,
 6367    .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,
 6368    .info .button.osd.image-button:active, .info .titlebar button:active:not(.suggested-action):not(.destructive-action), .titlebar .info button:active:not(.suggested-action):not(.destructive-action),
 6369    .info headerbar button:active:not(.suggested-action):not(.destructive-action),
 6370    headerbar .info button:active:not(.suggested-action):not(.destructive-action), .info .menu > arrow:active,
 6371    .info .context-menu > arrow:active,
 6372    .info menu > arrow:active, .info placessidebar row button.image-button:active, placessidebar row .info button.image-button:active, .info .csd headerbar button.titlebutton:active, .csd headerbar .info button.titlebutton:active,
 6373    .info .csd .titlebar button.titlebutton:active,
 6374    .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,
 6375    .question button.flat:hover,
 6376    .question button.osd.image-button:hover,
 6377    .question .button.osd.image-button:hover,
 6378    .question .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6379    .titlebar .question button:hover:not(.suggested-action):not(.destructive-action),
 6380    .question headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6381    headerbar .question button:hover:not(.suggested-action):not(.destructive-action),
 6382    .question .menu > arrow:hover,
 6383    .question .context-menu > arrow:hover,
 6384    .question menu > arrow:hover,
 6385    .question placessidebar row button.image-button:hover,
 6386    placessidebar row .question button.image-button:hover,
 6387    .question .csd headerbar button.titlebutton:hover,
 6388    .csd headerbar .question button.titlebutton:hover,
 6389    .question .csd .titlebar button.titlebutton:hover,
 6390    .csd .titlebar .question button.titlebutton:hover,
 6391    .question #gf-candidate-popup button:hover,
 6392    #gf-candidate-popup .question button:hover,
 6393    .question window > grid.vertical > box.vertical > widget button:hover,
 6394    window > grid.vertical > box.vertical > widget .question button:hover,
 6395    .question layouttabbar button:hover,
 6396    layouttabbar .question button:hover,
 6397    .question layouttab button:hover,
 6398    layouttab .question button:hover,
 6399    .question button.flat:active,
 6400    .question button.osd.image-button:active,
 6401    .question .button.osd.image-button:active,
 6402    .question .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6403    .titlebar .question button:active:not(.suggested-action):not(.destructive-action),
 6404    .question headerbar button:active:not(.suggested-action):not(.destructive-action),
 6405    headerbar .question button:active:not(.suggested-action):not(.destructive-action),
 6406    .question .menu > arrow:active,
 6407    .question .context-menu > arrow:active,
 6408    .question menu > arrow:active,
 6409    .question placessidebar row button.image-button:active,
 6410    placessidebar row .question button.image-button:active,
 6411    .question .csd headerbar button.titlebutton:active,
 6412    .csd headerbar .question button.titlebutton:active,
 6413    .question .csd .titlebar button.titlebutton:active,
 6414    .csd .titlebar .question button.titlebutton:active,
 6415    .question #gf-candidate-popup button:active,
 6416    #gf-candidate-popup .question button:active,
 6417    .question window > grid.vertical > box.vertical > widget button:active,
 6418    window > grid.vertical > box.vertical > widget .question button:active,
 6419    .question layouttabbar button:active,
 6420    layouttabbar .question button:active,
 6421    .question layouttab button:active,
 6422    layouttab .question button:active,
 6423    .warning button.flat:hover,
 6424    .warning button.osd.image-button:hover,
 6425    .warning .button.osd.image-button:hover,
 6426    .warning .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6427    .titlebar .warning button:hover:not(.suggested-action):not(.destructive-action),
 6428    .warning headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6429    headerbar .warning button:hover:not(.suggested-action):not(.destructive-action),
 6430    .warning .menu > arrow:hover,
 6431    .warning .context-menu > arrow:hover,
 6432    .warning menu > arrow:hover,
 6433    .warning placessidebar row button.image-button:hover,
 6434    placessidebar row .warning button.image-button:hover,
 6435    .warning .csd headerbar button.titlebutton:hover,
 6436    .csd headerbar .warning button.titlebutton:hover,
 6437    .warning .csd .titlebar button.titlebutton:hover,
 6438    .csd .titlebar .warning button.titlebutton:hover,
 6439    .warning #gf-candidate-popup button:hover,
 6440    #gf-candidate-popup .warning button:hover,
 6441    .warning window > grid.vertical > box.vertical > widget button:hover,
 6442    window > grid.vertical > box.vertical > widget .warning button:hover,
 6443    .warning layouttabbar button:hover,
 6444    layouttabbar .warning button:hover,
 6445    .warning layouttab button:hover,
 6446    layouttab .warning button:hover,
 6447    .warning button.flat:active,
 6448    .warning button.osd.image-button:active,
 6449    .warning .button.osd.image-button:active,
 6450    .warning .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6451    .titlebar .warning button:active:not(.suggested-action):not(.destructive-action),
 6452    .warning headerbar button:active:not(.suggested-action):not(.destructive-action),
 6453    headerbar .warning button:active:not(.suggested-action):not(.destructive-action),
 6454    .warning .menu > arrow:active,
 6455    .warning .context-menu > arrow:active,
 6456    .warning menu > arrow:active,
 6457    .warning placessidebar row button.image-button:active,
 6458    placessidebar row .warning button.image-button:active,
 6459    .warning .csd headerbar button.titlebutton:active,
 6460    .csd headerbar .warning button.titlebutton:active,
 6461    .warning .csd .titlebar button.titlebutton:active,
 6462    .csd .titlebar .warning button.titlebutton:active,
 6463    .warning #gf-candidate-popup button:active,
 6464    #gf-candidate-popup .warning button:active,
 6465    .warning window > grid.vertical > box.vertical > widget button:active,
 6466    window > grid.vertical > box.vertical > widget .warning button:active,
 6467    .warning layouttabbar button:active,
 6468    layouttabbar .warning button:active,
 6469    .warning layouttab button:active,
 6470    layouttab .warning button:active,
 6471    .error button.flat:hover,
 6472    .error button.osd.image-button:hover,
 6473    .error .button.osd.image-button:hover,
 6474    .error .titlebar button:hover:not(.suggested-action):not(.destructive-action),
 6475    .titlebar .error button:hover:not(.suggested-action):not(.destructive-action),
 6476    .error headerbar button:hover:not(.suggested-action):not(.destructive-action),
 6477    headerbar .error button:hover:not(.suggested-action):not(.destructive-action),
 6478    .error .menu > arrow:hover,
 6479    .error .context-menu > arrow:hover,
 6480    .error menu > arrow:hover,
 6481    .error placessidebar row button.image-button:hover,
 6482    placessidebar row .error button.image-button:hover,
 6483    .error .csd headerbar button.titlebutton:hover,
 6484    .csd headerbar .error button.titlebutton:hover,
 6485    .error .csd .titlebar button.titlebutton:hover,
 6486    .csd .titlebar .error button.titlebutton:hover,
 6487    .error #gf-candidate-popup button:hover,
 6488    #gf-candidate-popup .error button:hover,
 6489    .error window > grid.vertical > box.vertical > widget button:hover,
 6490    window > grid.vertical > box.vertical > widget .error button:hover,
 6491    .error layouttabbar button:hover,
 6492    layouttabbar .error button:hover,
 6493    .error layouttab button:hover,
 6494    layouttab .error button:hover,
 6495    .error button.flat:active,
 6496    .error button.osd.image-button:active,
 6497    .error .button.osd.image-button:active,
 6498    .error .titlebar button:active:not(.suggested-action):not(.destructive-action),
 6499    .titlebar .error button:active:not(.suggested-action):not(.destructive-action),
 6500    .error headerbar button:active:not(.suggested-action):not(.destructive-action),
 6501    headerbar .error button:active:not(.suggested-action):not(.destructive-action),
 6502    .error .menu > arrow:active,
 6503    .error .context-menu > arrow:active,
 6504    .error menu > arrow:active,
 6505    .error placessidebar row button.image-button:active,
 6506    placessidebar row .error button.image-button:active,
 6507    .error .csd headerbar button.titlebutton:active,
 6508    .csd headerbar .error button.titlebutton:active,
 6509    .error .csd .titlebar button.titlebutton:active,
 6510    .csd .titlebar .error button.titlebutton:active,
 6511    .error #gf-candidate-popup button:active,
 6512    #gf-candidate-popup .error button:active,
 6513    .error window > grid.vertical > box.vertical > widget button:active,
 6514    window > grid.vertical > box.vertical > widget .error button:active,
 6515    .error layouttabbar button:active,
 6516    layouttabbar .error button:active,
 6517    .error layouttab button:active,
 6518    layouttab .error button:active {
 6519      color: #263238; }
 6520    .info button.flat:disabled, .info button.osd.image-button:disabled,
 6521    .info .button.osd.image-button:disabled, .info .titlebar button:disabled:not(.suggested-action):not(.destructive-action), .titlebar .info button:disabled:not(.suggested-action):not(.destructive-action),
 6522    .info headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6523    headerbar .info button:disabled:not(.suggested-action):not(.destructive-action), .info .menu > arrow:disabled,
 6524    .info .context-menu > arrow:disabled,
 6525    .info menu > arrow:disabled, .info placessidebar row button.image-button:disabled, placessidebar row .info button.image-button:disabled, .info .csd headerbar button.titlebutton:disabled, .csd headerbar .info button.titlebutton:disabled,
 6526    .info .csd .titlebar button.titlebutton:disabled,
 6527    .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,
 6528    .question button.flat:disabled,
 6529    .question button.osd.image-button:disabled,
 6530    .question .button.osd.image-button:disabled,
 6531    .question .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 6532    .titlebar .question button:disabled:not(.suggested-action):not(.destructive-action),
 6533    .question headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6534    headerbar .question button:disabled:not(.suggested-action):not(.destructive-action),
 6535    .question .menu > arrow:disabled,
 6536    .question .context-menu > arrow:disabled,
 6537    .question menu > arrow:disabled,
 6538    .question placessidebar row button.image-button:disabled,
 6539    placessidebar row .question button.image-button:disabled,
 6540    .question .csd headerbar button.titlebutton:disabled,
 6541    .csd headerbar .question button.titlebutton:disabled,
 6542    .question .csd .titlebar button.titlebutton:disabled,
 6543    .csd .titlebar .question button.titlebutton:disabled,
 6544    .question #gf-candidate-popup button:disabled,
 6545    #gf-candidate-popup .question button:disabled,
 6546    .question window > grid.vertical > box.vertical > widget button:disabled,
 6547    window > grid.vertical > box.vertical > widget .question button:disabled,
 6548    .question layouttabbar button:disabled,
 6549    layouttabbar .question button:disabled,
 6550    .question layouttab button:disabled,
 6551    layouttab .question button:disabled,
 6552    .warning button.flat:disabled,
 6553    .warning button.osd.image-button:disabled,
 6554    .warning .button.osd.image-button:disabled,
 6555    .warning .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 6556    .titlebar .warning button:disabled:not(.suggested-action):not(.destructive-action),
 6557    .warning headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6558    headerbar .warning button:disabled:not(.suggested-action):not(.destructive-action),
 6559    .warning .menu > arrow:disabled,
 6560    .warning .context-menu > arrow:disabled,
 6561    .warning menu > arrow:disabled,
 6562    .warning placessidebar row button.image-button:disabled,
 6563    placessidebar row .warning button.image-button:disabled,
 6564    .warning .csd headerbar button.titlebutton:disabled,
 6565    .csd headerbar .warning button.titlebutton:disabled,
 6566    .warning .csd .titlebar button.titlebutton:disabled,
 6567    .csd .titlebar .warning button.titlebutton:disabled,
 6568    .warning #gf-candidate-popup button:disabled,
 6569    #gf-candidate-popup .warning button:disabled,
 6570    .warning window > grid.vertical > box.vertical > widget button:disabled,
 6571    window > grid.vertical > box.vertical > widget .warning button:disabled,
 6572    .warning layouttabbar button:disabled,
 6573    layouttabbar .warning button:disabled,
 6574    .warning layouttab button:disabled,
 6575    layouttab .warning button:disabled,
 6576    .error button.flat:disabled,
 6577    .error button.osd.image-button:disabled,
 6578    .error .button.osd.image-button:disabled,
 6579    .error .titlebar button:disabled:not(.suggested-action):not(.destructive-action),
 6580    .titlebar .error button:disabled:not(.suggested-action):not(.destructive-action),
 6581    .error headerbar button:disabled:not(.suggested-action):not(.destructive-action),
 6582    headerbar .error button:disabled:not(.suggested-action):not(.destructive-action),
 6583    .error .menu > arrow:disabled,
 6584    .error .context-menu > arrow:disabled,
 6585    .error menu > arrow:disabled,
 6586    .error placessidebar row button.image-button:disabled,
 6587    placessidebar row .error button.image-button:disabled,
 6588    .error .csd headerbar button.titlebutton:disabled,
 6589    .csd headerbar .error button.titlebutton:disabled,
 6590    .error .csd .titlebar button.titlebutton:disabled,
 6591    .csd .titlebar .error button.titlebutton:disabled,
 6592    .error #gf-candidate-popup button:disabled,
 6593    #gf-candidate-popup .error button:disabled,
 6594    .error window > grid.vertical > box.vertical > widget button:disabled,
 6595    window > grid.vertical > box.vertical > widget .error button:disabled,
 6596    .error layouttabbar button:disabled,
 6597    layouttabbar .error button:disabled,
 6598    .error layouttab button:disabled,
 6599    layouttab .error button:disabled {
 6600      color: rgba(38, 50, 56, 0.3); }
 6601  .info button.image-button,
 6602  .question button.image-button,
 6603  .warning button.image-button,
 6604  .error button.image-button {
 6605    min-height: 1rem;
 6606    min-width: 1rem;
 6607    padding: 0.50376rem 0.20301rem 0.50376rem;
 6608    border-radius: 100px;
 6609    -gtk-outline-radius: 100px; }
 6610.info selection,
 6611.question selection,
 6612.warning selection,
 6613.error selection {
 6614  background-color: #008fa1; }
 6615.info progressbar trough,
 6616.question progressbar trough,
 6617.warning progressbar trough,
 6618.error progressbar trough {
 6619  background-color: rgba(255, 255, 255, 0.2); }
 6620.info progressbar progress,
 6621.question progressbar progress,
 6622.warning progressbar progress,
 6623.error progressbar progress {
 6624  background-color: #FFFFFF; }
 6625
 6626.info {
 6627  background-color: #00E5FF; }
 6628
 6629.question {
 6630  background-color: #FFEA00; }
 6631
 6632.warning {
 6633  background-color: #FF9100; }
 6634
 6635.error {
 6636  color: #FFFFFF;
 6637  background-color: #FF1744; }
 6638
 6639/************
 6640 * Tooltips *
 6641 ************/
 6642tooltip {
 6643  color: #ECEFF1;
 6644  padding: 0.30075rem;
 6645  border-radius: 2px;
 6646  box-shadow: none; }
 6647  tooltip.background {
 6648    border: 1px solid rgba(42, 55, 62, 0.9);
 6649    background-color: rgba(42, 55, 62, 0.9);
 6650    background-clip: padding-box; }
 6651  tooltip decoration {
 6652    background-color: transparent; }
 6653  tooltip * {
 6654    background-color: transparent;
 6655    color: #ECEFF1; }
 6656
 6657/*****************
 6658 * Color Chooser *
 6659 *****************/
 6660colorswatch {
 6661  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 6662  colorswatch.top {
 6663    border-top-left-radius: 2px;
 6664    border-top-right-radius: 2px; }
 6665  colorswatch.bottom {
 6666    border-bottom-left-radius: 2px;
 6667    border-bottom-right-radius: 2px; }
 6668  colorswatch.left, colorswatch:first-child:not(.overlay):not(.top) {
 6669    border-top-left-radius: 2px;
 6670    border-bottom-left-radius: 2px; }
 6671  colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom) {
 6672    border-top-right-radius: 2px;
 6673    border-bottom-right-radius: 2px; }
 6674  colorswatch:only-child:not(.overlay) {
 6675    border-radius: 2px; }
 6676  colorswatch.top > .overlay {
 6677    border-top-left-radius: 2px;
 6678    border-top-right-radius: 2px; }
 6679  colorswatch.bottom > .overlay {
 6680    border-bottom-left-radius: 2px;
 6681    border-bottom-right-radius: 2px; }
 6682  colorswatch:first-child:not(.top) > .overlay {
 6683    border-top-left-radius: 2px;
 6684    border-bottom-left-radius: 2px; }
 6685  colorswatch:last-child:not(.bottom) > .overlay {
 6686    border-top-right-radius: 2px;
 6687    border-bottom-right-radius: 2px; }
 6688  colorswatch:only-child > .overlay {
 6689    border-radius: 2px; }
 6690  colorswatch:hover {
 6691    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 6692  GtkColorEditor colorswatch {
 6693    border-radius: 2px; }
 6694    GtkColorEditor colorswatch:hover {
 6695      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 6696  colorswatch.color-dark {
 6697    color: white; }
 6698  colorswatch.color-light {
 6699    color: rgba(0, 0, 0, 0.8); }
 6700  colorswatch#add-color-button {
 6701    background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
 6702    color: white; }
 6703
 6704colorchooser .popover.osd {
 6705  padding: 3px;
 6706  border-style: solid;
 6707  border-width: 9px;
 6708  border-radius: 2px;
 6709  border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
 6710  box-shadow: none;
 6711  color: #ECEFF1;
 6712  background-color: #FFFFFF; }
 6713  colorchooser .popover.osd:backdrop {
 6714    border-image: -gtk-scaled(url("assets/osd-shadow-backdrop.png"), url("assets/osd-shadow-backdrop@2.png")) 10/10px stretch; }
 6715  colorchooser .popover.osd label {
 6716    color: #E8E8E8;
 6717    font-weight: 700; }
 6718
 6719/********
 6720 * Misc *
 6721 ********/
 6722.content-view {
 6723  background-color: #FFFFFF; }
 6724
 6725@keyframes volume_hover {
 6726  from {
 6727    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0)), to(transparent)); }
 6728  to {
 6729    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(alpha(currentColor, 0.1)), to(transparent)); } }
 6730.osd .scale-popup .vertical button, .scale-popup .vertical button {
 6731  border-radius: 100px;
 6732  -gtk-outline-radius: 100px;
 6733  background-color: transparent;
 6734  color: rgba(38, 50, 56, 0.75); }
 6735  .osd .scale-popup .vertical button:first-child:hover, .scale-popup .vertical button:first-child:hover {
 6736    box-shadow: none;
 6737    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));
 6738    background: none;
 6739    color: #00E676;
 6740    animation: volume_hover 0.2s linear forwards; }
 6741  .osd .scale-popup .vertical button:first-child:disabled, .scale-popup .vertical button:first-child:disabled {
 6742    box-shadow: none;
 6743    background-color: transparent;
 6744    background: none;
 6745    color: alpha(#00E676, 0.4); }
 6746  .osd .scale-popup .vertical button:last-child:hover, .scale-popup .vertical button:last-child:hover {
 6747    box-shadow: none;
 6748    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));
 6749    background: none;
 6750    color: #F44336;
 6751    animation: volume_hover 0.2s linear forwards; }
 6752  .osd .scale-popup .vertical button:last-child:disabled, .scale-popup .vertical button:last-child:disabled {
 6753    box-shadow: none;
 6754    background-color: transparent;
 6755    background: none;
 6756    color: alpha(#F44336, 0.4); }
 6757.osd .scale-popup button,
 6758.scale-popup button {
 6759  border-radius: 100px;
 6760  -gtk-outline-radius: 100px;
 6761  background-color: transparent;
 6762  color: rgba(38, 50, 56, 0.75); }
 6763  .osd .scale-popup button:first-child:hover,
 6764  .scale-popup button:first-child:hover {
 6765    box-shadow: none;
 6766    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));
 6767    background: none;
 6768    color: #F44336;
 6769    animation: spin_hover 0.2s linear forwards; }
 6770  .osd .scale-popup button:first-child:disabled,
 6771  .scale-popup button:first-child:disabled {
 6772    box-shadow: none;
 6773    background-color: transparent;
 6774    background: none;
 6775    color: alpha(#F44336, 0.4); }
 6776  .osd .scale-popup button:last-child:hover,
 6777  .scale-popup button:last-child:hover {
 6778    box-shadow: none;
 6779    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));
 6780    background: none;
 6781    color: #00E676;
 6782    animation: spin_hover 0.2s linear forwards; }
 6783  .osd .scale-popup button:last-child:disabled,
 6784  .scale-popup button:last-child:disabled {
 6785    box-shadow: none;
 6786    background-color: transparent;
 6787    background: none;
 6788    color: alpha(#00E676, 0.4); }
 6789
 6790button.flat.scale, button.scale.osd.image-button,
 6791.scale.button.osd.image-button, .titlebar button.scale:not(.suggested-action):not(.destructive-action),
 6792headerbar button.scale:not(.suggested-action):not(.destructive-action), .menu > arrow.scale,
 6793.context-menu > arrow.scale,
 6794menu > arrow.scale, placessidebar row button.scale.image-button, .csd headerbar button.scale.titlebutton,
 6795.csd .titlebar button.scale.titlebutton, #gf-candidate-popup button.scale,
 6796#gf-candidate-popup .linked > button.scale:first-child,
 6797#gf-candidate-popup .linked > button.scale:last-child, window > grid.vertical > box.vertical > widget button.scale, layouttabbar button.scale, layouttab button.scale {
 6798  min-width: 1.30075rem;
 6799  min-height: 1.30075rem;
 6800  padding: 0.75188rem;
 6801  border-radius: 100px;
 6802  -gtk-outline-radius: 100px; }
 6803
 6804.nautilus-window .floating-bar {
 6805  padding: 0.09774rem 0 0.20301rem;
 6806  border: 1px solid transparent;
 6807  border-radius: 0;
 6808  color: #BBBBBB;
 6809  background-color: #FFFFFF;
 6810  transition: none; }
 6811  .nautilus-window .floating-bar button {
 6812    min-height: 1rem;
 6813    min-width: 1rem;
 6814    padding: 0.30075rem;
 6815    margin: 0 0.30075rem;
 6816    color: #E8E8E8; }
 6817    .nautilus-window .floating-bar button:hover, .nautilus-window .floating-bar button:active, .nautilus-window .floating-bar button:checked {
 6818      color: #E8E8E8; }
 6819    .nautilus-window .floating-bar button:disabled {
 6820      color: #E8E8E8; }
 6821  .nautilus-window .floating-bar spinner {
 6822    min-height: 0.90226rem;
 6823    min-width: 0.90226rem;
 6824    padding: 0.50376rem 0 0.50376rem;
 6825    margin: 0 -0.07519rem; }
 6826
 6827.nautilus-window .floating-bar.bottom.left {
 6828  border-width: 1px 1px 0 0;
 6829  border-radius: 0 3px 0 0; }
 6830
 6831.nautilus-window .floating-bar.bottom.right {
 6832  border-width: 1px 0 0 1px;
 6833  border-radius: 3px 0 0 0; }
 6834
 6835/**********************
 6836 * Window Decorations *
 6837 *********************/
 6838decoration {
 6839  transition: none;
 6840  border-radius: 2px 2px 0 0;
 6841  border-width: 0;
 6842  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
 6843  margin: 8px; }
 6844  decoration:backdrop {
 6845    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);
 6846    transition: none; }
 6847  .fullscreen decoration, .maximized decoration, .tiled decoration {
 6848    border-radius: 0;
 6849    transition: none; }
 6850  .popup decoration {
 6851    box-shadow: none; }
 6852  .ssd decoration {
 6853    box-shadow: 0 2px 2px transparent, 0 3px 4px transparent, 0 3px 3px -1px rgba(0, 0, 0, 0.08); }
 6854    .ssd decoration .button {
 6855      border-radius: 100px;
 6856      -gtk-outline-radius: 100px; }
 6857    .tiled .ssd decoration .titlebar {
 6858      transition: none; }
 6859    .maximized .ssd decoration .titlebar {
 6860      transition: none; }
 6861  .csd.popup decoration {
 6862    border-radius: 2px;
 6863    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
 6864  tooltip.csd decoration {
 6865    border-radius: 2px;
 6866    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 6867  message-dialog.csd decoration {
 6868    border-radius: 2px;
 6869    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
 6870    message-dialog.csd decoration:backdrop {
 6871      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);
 6872      transition: none; }
 6873  .solid-csd decoration {
 6874    border-radius: 2px 2px 0 0;
 6875    margin: -1px;
 6876    background-color: #FFFFFF;
 6877    border: none;
 6878    box-shadow: none; }
 6879
 6880.csd headerbar button.titlebutton, .csd headerbar.selection-mode button.titlebutton,
 6881.csd .titlebar button.titlebutton,
 6882.csd .titlebar.selection-mode button.titlebutton {
 6883  min-width: 1rem;
 6884  min-height: 1rem;
 6885  padding: 0.75188rem;
 6886  border-radius: 100px;
 6887  -gtk-outline-radius: 100px; }
 6888  .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,
 6889  .csd .titlebar button.titlebutton.close:hover:backdrop,
 6890  .csd .titlebar button.titlebutton.close:active:backdrop,
 6891  .csd .titlebar button.titlebutton.minimize:hover:backdrop,
 6892  .csd .titlebar button.titlebutton.minimize:active:backdrop,
 6893  .csd .titlebar button.titlebutton.maximize:hover:backdrop,
 6894  .csd .titlebar button.titlebutton.maximize:active:backdrop,
 6895  .csd .titlebar.selection-mode button.titlebutton.close:hover:backdrop,
 6896  .csd .titlebar.selection-mode button.titlebutton.close:active:backdrop,
 6897  .csd .titlebar.selection-mode button.titlebutton.minimize:hover:backdrop,
 6898  .csd .titlebar.selection-mode button.titlebutton.minimize:active:backdrop,
 6899  .csd .titlebar.selection-mode button.titlebutton.maximize:hover:backdrop,
 6900  .csd .titlebar.selection-mode button.titlebutton.maximize:active:backdrop {
 6901    opacity: 1.0; }
 6902  .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,
 6903  .csd .titlebar button.titlebutton.close > image,
 6904  .csd .titlebar button.titlebutton.minimize > image,
 6905  .csd .titlebar button.titlebutton.maximize > image,
 6906  .csd .titlebar.selection-mode button.titlebutton.close > image,
 6907  .csd .titlebar.selection-mode button.titlebutton.minimize > image,
 6908  .csd .titlebar.selection-mode button.titlebutton.maximize > image {
 6909    min-height: 16px;
 6910    min-width: 16px;
 6911    color: transparent;
 6912    background-size: 16px 16px;
 6913    background-repeat: no-repeat;
 6914    background-position: center; }
 6915  .csd headerbar button.titlebutton.close > image, .csd headerbar.selection-mode button.titlebutton.close > image,
 6916  .csd .titlebar button.titlebutton.close > image,
 6917  .csd .titlebar.selection-mode button.titlebutton.close > image {
 6918    background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
 6919  .csd headerbar button.titlebutton.close:hover, .csd headerbar.selection-mode button.titlebutton.close:hover,
 6920  .csd .titlebar button.titlebutton.close:hover,
 6921  .csd .titlebar.selection-mode button.titlebutton.close:hover {
 6922    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);
 6923    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));
 6924    color: #263238;
 6925    color: #FFFFFF;
 6926    background-color: #FF5252; }
 6927    .csd headerbar button.titlebutton.close:hover > image, .csd headerbar.selection-mode button.titlebutton.close:hover > image,
 6928    .csd .titlebar button.titlebutton.close:hover > image,
 6929    .csd .titlebar.selection-mode button.titlebutton.close:hover > image {
 6930      background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
 6931  .csd headerbar button.titlebutton.close:active, .csd headerbar.selection-mode button.titlebutton.close:active,
 6932  .csd .titlebar button.titlebutton.close:active,
 6933  .csd .titlebar.selection-mode button.titlebutton.close:active {
 6934    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);
 6935    color: #263238;
 6936    transition-duration: 0;
 6937    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 6938    color: #FFFFFF;
 6939    background-color: #E8E8E8; }
 6940    .csd headerbar button.titlebutton.close:active > image, .csd headerbar.selection-mode button.titlebutton.close:active > image,
 6941    .csd .titlebar button.titlebutton.close:active > image,
 6942    .csd .titlebar.selection-mode button.titlebutton.close:active > image {
 6943      background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
 6944  .csd headerbar button.titlebutton.minimize > image, .csd headerbar.selection-mode button.titlebutton.minimize > image,
 6945  .csd .titlebar button.titlebutton.minimize > image,
 6946  .csd .titlebar.selection-mode button.titlebutton.minimize > image {
 6947    background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
 6948  .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,
 6949  .csd .titlebar button.titlebutton.minimize:hover > image,
 6950  .csd .titlebar button.titlebutton.minimize:active > image,
 6951  .csd .titlebar.selection-mode button.titlebutton.minimize:hover > image,
 6952  .csd .titlebar.selection-mode button.titlebutton.minimize:active > image {
 6953    background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
 6954  .csd headerbar button.titlebutton.maximize > image, .csd headerbar.selection-mode button.titlebutton.maximize > image,
 6955  .csd .titlebar button.titlebutton.maximize > image,
 6956  .csd .titlebar.selection-mode button.titlebutton.maximize > image {
 6957    background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
 6958  .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,
 6959  .csd .titlebar button.titlebutton.maximize:hover > image,
 6960  .csd .titlebar button.titlebutton.maximize:active > image,
 6961  .csd .titlebar.selection-mode button.titlebutton.maximize:hover > image,
 6962  .csd .titlebar.selection-mode button.titlebutton.maximize:active > image {
 6963    background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
 6964
 6965.csd.maximized headerbar button.titlebutton.maximize > image, .csd.maximized headerbar.selection-mode button.titlebutton.maximize > image,
 6966.csd.maximized .titlebar button.titlebutton.maximize > image,
 6967.csd.maximized .titlebar.selection-mode button.titlebutton.maximize > image {
 6968  background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
 6969.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,
 6970.csd.maximized .titlebar button.titlebutton.maximize:hover > image,
 6971.csd.maximized .titlebar button.titlebutton.maximize:active > image,
 6972.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:hover > image,
 6973.csd.maximized .titlebar.selection-mode button.titlebutton.maximize:active > image {
 6974  background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
 6975
 6976.ssd .titlebar button.titlebutton.close, .ssd .titlebar button.titlebutton.minimize, .ssd .titlebar button.titlebutton.maximize {
 6977  color: transparent;
 6978  background-size: 28px 28px;
 6979  background-repeat: no-repeat;
 6980  background-position: center;
 6981  background: none;
 6982  box-shadow: none; }
 6983  .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 {
 6984    color: transparent; }
 6985.ssd .titlebar button.titlebutton.close {
 6986  background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
 6987  box-shadow: none; }
 6988.ssd .titlebar button.titlebutton.close:hover {
 6989  background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
 6990  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 6991.ssd .titlebar button.titlebutton.close:active {
 6992  background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
 6993  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 6994.ssd .titlebar button.titlebutton.close:backdrop {
 6995  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
 6996  box-shadow: none; }
 6997.ssd .titlebar button.titlebutton.close:backdrop:hover {
 6998  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
 6999  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7000.ssd .titlebar button.titlebutton.close:backdrop:active {
 7001  background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
 7002  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7003.ssd .titlebar button.titlebutton.minimize {
 7004  background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
 7005.ssd .titlebar button.titlebutton.minimize:hover {
 7006  background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
 7007.ssd .titlebar button.titlebutton.minimize:active {
 7008  background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
 7009.ssd .titlebar button.titlebutton.minimize:backdrop {
 7010  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
 7011.ssd .titlebar button.titlebutton.minimize:backdrop:hover {
 7012  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
 7013.ssd .titlebar button.titlebutton.minimize:backdrop:active {
 7014  background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
 7015.ssd .titlebar button.titlebutton.maximize {
 7016  background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
 7017.ssd .titlebar button.titlebutton.maximize:hover {
 7018  background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
 7019.ssd .titlebar button.titlebutton.maximize:active {
 7020  background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
 7021.ssd .titlebar button.titlebutton.maximize:backdrop {
 7022  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
 7023.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
 7024  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
 7025.ssd .titlebar button.titlebutton.maximize:backdrop:active {
 7026  background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
 7027
 7028.maximized.ssd .titlebar button.titlebutton.maximize {
 7029  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
 7030.maximized.ssd .titlebar button.titlebutton.maximize:hover {
 7031  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
 7032.maximized.ssd .titlebar button.titlebutton.maximize:active {
 7033  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
 7034.maximized.ssd .titlebar button.titlebutton.maximize:backdrop {
 7035  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
 7036.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:hover {
 7037  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
 7038.maximized.ssd .titlebar button.titlebutton.maximize:backdrop:active {
 7039  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
 7040
 7041.ssd decoration .titlebar button.titlebutton {
 7042  min-width: 28px;
 7043  min-height: 28px;
 7044  margin: 0;
 7045  padding: 0; }
 7046
 7047.view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
 7048.view text:selected,
 7049iconview text:selected,
 7050textview text:selected,
 7051.view text:selected:focus,
 7052iconview text:selected:focus,
 7053textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
 7054textview text selection,
 7055textview text selection:focus, flowbox flowboxchild:selected, label selection,
 7056label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus,
 7057.entry selection,
 7058.entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview
 7059.entry:selected, treeview
 7060.entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
 7061treeview.view row:selected,
 7062.tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
 7063paned treeview.view row:selected,
 7064paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
 7065.sidebar treeview.view row:selected,
 7066.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,
 7067GdMainView .view text:hover:selected,
 7068GdMainView iconview .view text:hover:selected,
 7069.view GdMainView iconview text:hover:selected,
 7070GdMainView .view iconview text:hover:selected,
 7071iconview GdMainView .view text:hover:selected,
 7072GdMainView iconview text:hover:selected,
 7073GdMainView .view textview text:hover:selected,
 7074textview GdMainView .view text:hover:selected,
 7075GdMainView iconview textview text:hover:selected,
 7076textview 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,
 7077GdMainView .view text:selected,
 7078GdMainView iconview .view text:selected,
 7079.view GdMainView iconview text:selected,
 7080GdMainView .view iconview text:selected,
 7081iconview GdMainView .view text:selected,
 7082GdMainView iconview text:selected,
 7083GdMainView .view textview text:selected,
 7084textview GdMainView .view text:selected,
 7085GdMainView iconview textview text:selected,
 7086textview 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,
 7087.side-panel .view:hover:selected,
 7088.side-panel iconview:hover:selected,
 7089.side-panel .view:selected,
 7090.side-panel iconview:selected,
 7091.side-panel .view row.activatable:hover:selected,
 7092.side-panel iconview row.activatable:hover:selected,
 7093.side-panel .view .view:hover:selected,
 7094.side-panel iconview .view:hover:selected,
 7095.side-panel .view iconview:hover:selected,
 7096.side-panel iconview iconview:hover:selected,
 7097.side-panel .view text:hover:selected,
 7098.side-panel iconview .view text:hover:selected,
 7099.view .side-panel iconview text:hover:selected,
 7100.side-panel .view iconview text:hover:selected,
 7101iconview .side-panel .view text:hover:selected,
 7102.side-panel iconview text:hover:selected,
 7103.side-panel .view textview text:hover:selected,
 7104textview .side-panel .view text:hover:selected,
 7105.side-panel iconview textview text:hover:selected,
 7106textview .side-panel iconview text:hover:selected,
 7107.side-panel treeview.view header button:hover:selected,
 7108.side-panel iconview treeview.view header button:hover:selected,
 7109treeview.view header .side-panel iconview button:hover:selected,
 7110.side-panel .view .tweak-category header button:hover:selected,
 7111.tweak-category header .side-panel .view button:hover:selected,
 7112.side-panel iconview .tweak-category header button:hover:selected,
 7113.tweak-category header .side-panel iconview button:hover:selected,
 7114.side-panel .view row.activatable:selected,
 7115.side-panel iconview row.activatable:selected,
 7116.side-panel .view .view:selected,
 7117.side-panel iconview .view:selected,
 7118.side-panel .view iconview:selected,
 7119.side-panel iconview iconview:selected,
 7120.side-panel .view text:selected,
 7121.side-panel iconview .view text:selected,
 7122.view .side-panel iconview text:selected,
 7123.side-panel .view iconview text:selected,
 7124iconview .side-panel .view text:selected,
 7125.side-panel iconview text:selected,
 7126.side-panel .view textview text:selected,
 7127textview .side-panel .view text:selected,
 7128.side-panel iconview textview text:selected,
 7129textview .side-panel iconview text:selected,
 7130.side-panel treeview.view header button:selected,
 7131.side-panel iconview treeview.view header button:selected,
 7132treeview.view header .side-panel iconview button:selected,
 7133.side-panel .view .tweak-category header button:selected,
 7134.tweak-category header .side-panel .view button:selected,
 7135.side-panel iconview .tweak-category header button:selected,
 7136.tweak-category header .side-panel iconview button:selected {
 7137  background-color: #E8E8E8; }
 7138  label:selected, row:selected label, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
 7139  .view text:selected,
 7140  iconview text:selected,
 7141  textview text:selected,
 7142  .view text:selected:focus,
 7143  iconview text:selected:focus,
 7144  textview text:selected:focus, .view text selection, iconview text selection, .view text selection:focus, iconview text selection:focus,
 7145  textview text selection,
 7146  textview text selection:focus, flowbox flowboxchild:selected, label selection,
 7147  label selection:focus, entry selection, spinbutton:not(.vertical) selection, entry selection:focus, spinbutton:not(.vertical) selection:focus,
 7148  .entry selection,
 7149  .entry selection:focus, treeview entry:selected, treeview spinbutton:selected:not(.vertical), treeview entry.flat:focus:selected, treeview spinbutton.flat:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:focus:selected:not(.vertical), treeview
 7150  .entry:selected, treeview
 7151  .entry.flat:focus:selected, treeview .linked > entry:focus:selected:not(.flat), treeview .linked > spinbutton:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:focus:selected:not(.flat), treeview spinbutton entry:focus:selected, treeview spinbutton spinbutton:focus:selected:not(.vertical), treeview.view:selected, .tweak-category:selected,
 7152  treeview.view row:selected,
 7153  .tweak-category row:selected, paned treeview.view:selected, paned .tweak-category:selected,
 7154  paned treeview.view row:selected,
 7155  paned .tweak-category row:selected, row:selected, .sidebar treeview.view:selected, .sidebar .tweak-category:selected,
 7156  .sidebar treeview.view row:selected,
 7157  .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,
 7158  GdMainView .view text:hover:selected,
 7159  GdMainView iconview .view text:hover:selected,
 7160  .view GdMainView iconview text:hover:selected,
 7161  GdMainView .view iconview text:hover:selected,
 7162  iconview GdMainView .view text:hover:selected,
 7163  GdMainView iconview text:hover:selected,
 7164  GdMainView .view textview text:hover:selected,
 7165  textview GdMainView .view text:hover:selected,
 7166  GdMainView iconview textview text:hover:selected,
 7167  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,
 7168  GdMainView .view text:selected,
 7169  GdMainView iconview .view text:selected,
 7170  .view GdMainView iconview text:selected,
 7171  GdMainView .view iconview text:selected,
 7172  iconview GdMainView .view text:selected,
 7173  GdMainView iconview text:selected,
 7174  GdMainView .view textview text:selected,
 7175  textview GdMainView .view text:selected,
 7176  GdMainView iconview textview text:selected,
 7177  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,
 7178  .side-panel .view:hover:selected,
 7179  .side-panel iconview:hover:selected,
 7180  .side-panel .view:selected,
 7181  .side-panel iconview:selected,
 7182  .side-panel .view row.activatable:hover:selected,
 7183  .side-panel iconview row.activatable:hover:selected,
 7184  .side-panel .view .view:hover:selected,
 7185  .side-panel iconview .view:hover:selected,
 7186  .side-panel .view iconview:hover:selected,
 7187  .side-panel iconview iconview:hover:selected,
 7188  .side-panel .view text:hover:selected,
 7189  .side-panel iconview .view text:hover:selected,
 7190  .view .side-panel iconview text:hover:selected,
 7191  .side-panel .view iconview text:hover:selected,
 7192  iconview .side-panel .view text:hover:selected,
 7193  .side-panel iconview text:hover:selected,
 7194  .side-panel .view textview text:hover:selected,
 7195  textview .side-panel .view text:hover:selected,
 7196  .side-panel iconview textview text:hover:selected,
 7197  textview .side-panel iconview text:hover:selected,
 7198  .side-panel treeview.view header button:hover:selected,
 7199  .side-panel iconview treeview.view header button:hover:selected,
 7200  treeview.view header .side-panel iconview button:hover:selected,
 7201  .side-panel .view .tweak-category header button:hover:selected,
 7202  .tweak-category header .side-panel .view button:hover:selected,
 7203  .side-panel iconview .tweak-category header button:hover:selected,
 7204  .tweak-category header .side-panel iconview button:hover:selected,
 7205  .side-panel .view row.activatable:selected,
 7206  .side-panel iconview row.activatable:selected,
 7207  .side-panel .view .view:selected,
 7208  .side-panel iconview .view:selected,
 7209  .side-panel .view iconview:selected,
 7210  .side-panel iconview iconview:selected,
 7211  .side-panel .view text:selected,
 7212  .side-panel iconview .view text:selected,
 7213  .view .side-panel iconview text:selected,
 7214  .side-panel .view iconview text:selected,
 7215  iconview .side-panel .view text:selected,
 7216  .side-panel iconview text:selected,
 7217  .side-panel .view textview text:selected,
 7218  textview .side-panel .view text:selected,
 7219  .side-panel iconview textview text:selected,
 7220  textview .side-panel iconview text:selected,
 7221  .side-panel treeview.view header button:selected,
 7222  .side-panel iconview treeview.view header button:selected,
 7223  treeview.view header .side-panel iconview button:selected,
 7224  .side-panel .view .tweak-category header button:selected,
 7225  .tweak-category header .side-panel .view button:selected,
 7226  .side-panel iconview .tweak-category header button:selected,
 7227  .tweak-category header .side-panel iconview button:selected {
 7228    color: #FFFFFF; }
 7229    label:disabled:selected, row:selected label:disabled, .view:disabled:selected, iconview:disabled:selected, .view:disabled:selected:focus, iconview:disabled:selected:focus,
 7230    .view text:disabled:selected,
 7231    iconview text:disabled:selected,
 7232    textview text:disabled:selected,
 7233    .view text:disabled:selected:focus,
 7234    iconview text:disabled:selected:focus,
 7235    textview text:disabled:selected:focus, .view text selection:disabled, iconview text selection:disabled, .view text selection:disabled:focus, iconview text selection:disabled:focus,
 7236    textview text selection:disabled,
 7237    textview text selection:disabled:focus, flowbox flowboxchild:disabled:selected, label selection:disabled,
 7238    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,
 7239    .entry selection:disabled,
 7240    .entry selection:disabled:focus, treeview entry:disabled:selected, treeview spinbutton:disabled:selected:not(.vertical), treeview entry.flat:disabled:focus:selected, treeview spinbutton.flat:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:disabled:focus:selected:not(.vertical), treeview
 7241    .entry:disabled:selected, treeview
 7242    .entry.flat:disabled:focus:selected, treeview .linked > entry:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:disabled:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:disabled:focus:selected:not(.flat), treeview spinbutton entry:disabled:focus:selected, treeview spinbutton spinbutton:disabled:focus:selected:not(.vertical), treeview.view:disabled:selected, .tweak-category:disabled:selected,
 7243    treeview.view row:disabled:selected,
 7244    .tweak-category row:disabled:selected, paned treeview.view:disabled:selected, paned .tweak-category:disabled:selected,
 7245    paned treeview.view row:disabled:selected,
 7246    paned .tweak-category row:disabled:selected, row:disabled:selected, .sidebar treeview.view:disabled:selected, .sidebar .tweak-category:disabled:selected,
 7247    .sidebar treeview.view row:disabled:selected,
 7248    .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,
 7249    GdMainView .view text:disabled:hover:selected,
 7250    .view GdMainView iconview text:disabled:hover:selected,
 7251    GdMainView iconview text:disabled:hover:selected,
 7252    GdMainView iconview textview text:disabled:hover:selected,
 7253    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,
 7254    GdMainView .view text:disabled:selected,
 7255    .view GdMainView iconview text:disabled:selected,
 7256    GdMainView iconview text:disabled:selected,
 7257    GdMainView iconview textview text:disabled:selected,
 7258    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,
 7259    .side-panel .view:disabled:hover:selected,
 7260    .side-panel iconview:disabled:hover:selected,
 7261    .side-panel .view:disabled:selected,
 7262    .side-panel iconview:disabled:selected,
 7263    .side-panel .view row.activatable:disabled:hover:selected,
 7264    .side-panel iconview row.activatable:disabled:hover:selected,
 7265    .side-panel .view .view:disabled:hover:selected,
 7266    .side-panel iconview .view:disabled:hover:selected,
 7267    .side-panel .view iconview:disabled:hover:selected,
 7268    .side-panel iconview iconview:disabled:hover:selected,
 7269    .side-panel .view text:disabled:hover:selected,
 7270    .view .side-panel iconview text:disabled:hover:selected,
 7271    .side-panel iconview text:disabled:hover:selected,
 7272    .side-panel iconview textview text:disabled:hover:selected,
 7273    textview .side-panel iconview text:disabled:hover:selected,
 7274    .side-panel treeview.view header button:disabled:hover:selected,
 7275    treeview.view header .side-panel iconview button:disabled:hover:selected,
 7276    .side-panel .view .tweak-category header button:disabled:hover:selected,
 7277    .tweak-category header .side-panel .view button:disabled:hover:selected,
 7278    .side-panel iconview .tweak-category header button:disabled:hover:selected,
 7279    .tweak-category header .side-panel iconview button:disabled:hover:selected,
 7280    .side-panel .view row.activatable:disabled:selected,
 7281    .side-panel iconview row.activatable:disabled:selected,
 7282    .side-panel .view .view:disabled:selected,
 7283    .side-panel iconview .view:disabled:selected,
 7284    .side-panel .view iconview:disabled:selected,
 7285    .side-panel iconview iconview:disabled:selected,
 7286    .side-panel .view text:disabled:selected,
 7287    .view .side-panel iconview text:disabled:selected,
 7288    .side-panel iconview text:disabled:selected,
 7289    .side-panel iconview textview text:disabled:selected,
 7290    textview .side-panel iconview text:disabled:selected,
 7291    .side-panel treeview.view header button:disabled:selected,
 7292    treeview.view header .side-panel iconview button:disabled:selected,
 7293    .side-panel .view .tweak-category header button:disabled:selected,
 7294    .tweak-category header .side-panel .view button:disabled:selected,
 7295    .side-panel iconview .tweak-category header button:disabled:selected,
 7296    .tweak-category header .side-panel iconview button:disabled:selected {
 7297      color: rgba(255, 255, 255, 0.4); }
 7298    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,
 7299    .view text:backdrop:disabled:selected,
 7300    iconview text:backdrop:disabled:selected,
 7301    textview text:backdrop:disabled:selected,
 7302    .view text:backdrop:disabled:selected:focus,
 7303    iconview text:backdrop:disabled:selected:focus,
 7304    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,
 7305    textview text selection:backdrop:disabled,
 7306    textview text selection:backdrop:disabled:focus, flowbox flowboxchild:backdrop:disabled:selected, label selection:backdrop:disabled,
 7307    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,
 7308    .entry selection:backdrop:disabled,
 7309    .entry selection:backdrop:disabled:focus, treeview entry:backdrop:disabled:selected, treeview spinbutton:backdrop:disabled:selected:not(.vertical), treeview entry.flat:backdrop:disabled:focus:selected, treeview spinbutton.flat:backdrop:disabled:focus:selected:not(.vertical), treeview notebook:not(.reorderable-page) > entry:backdrop:disabled:focus:selected, treeview notebook:not(.reorderable-page) > spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview
 7310    .entry:backdrop:disabled:selected, treeview
 7311    .entry.flat:backdrop:disabled:focus:selected, treeview .linked > entry:backdrop:disabled:focus:selected:not(.flat), treeview .linked > spinbutton:backdrop:disabled:focus:selected:not(.flat):not(.vertical), treeview .linked > .entry:backdrop:disabled:focus:selected:not(.flat), treeview spinbutton entry:backdrop:disabled:focus:selected, treeview spinbutton spinbutton:backdrop:disabled:focus:selected:not(.vertical), treeview.view:backdrop:disabled:selected, .tweak-category:backdrop:disabled:selected,
 7312    treeview.view row:backdrop:disabled:selected,
 7313    .tweak-category row:backdrop:disabled:selected, paned treeview.view:backdrop:disabled:selected, paned .tweak-category:backdrop:disabled:selected,
 7314    paned treeview.view row:backdrop:disabled:selected,
 7315    paned .tweak-category row:backdrop:disabled:selected, row:backdrop:disabled:selected, .sidebar treeview.view:backdrop:disabled:selected, .sidebar .tweak-category:backdrop:disabled:selected,
 7316    .sidebar treeview.view row:backdrop:disabled:selected,
 7317    .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,
 7318    GdMainView .view text:backdrop:disabled:hover:selected,
 7319    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,
 7320    GdMainView .view text:backdrop:disabled:selected,
 7321    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,
 7322    .side-panel .view:backdrop:disabled:hover:selected,
 7323    .side-panel iconview:backdrop:disabled:hover:selected,
 7324    .side-panel .view:backdrop:disabled:selected,
 7325    .side-panel iconview:backdrop:disabled:selected,
 7326    .side-panel .view row.activatable:backdrop:disabled:hover:selected,
 7327    .side-panel iconview row.activatable:backdrop:disabled:hover:selected,
 7328    .side-panel .view .view:backdrop:disabled:hover:selected,
 7329    .side-panel iconview .view:backdrop:disabled:hover:selected,
 7330    .side-panel .view iconview:backdrop:disabled:hover:selected,
 7331    .side-panel iconview iconview:backdrop:disabled:hover:selected,
 7332    .side-panel .view text:backdrop:disabled:hover:selected,
 7333    .side-panel iconview text:backdrop:disabled:hover:selected,
 7334    .side-panel treeview.view header button:backdrop:disabled:hover:selected,
 7335    treeview.view header .side-panel iconview button:backdrop:disabled:hover:selected,
 7336    .side-panel .view .tweak-category header button:backdrop:disabled:hover:selected,
 7337    .tweak-category header .side-panel .view button:backdrop:disabled:hover:selected,
 7338    .side-panel iconview .tweak-category header button:backdrop:disabled:hover:selected,
 7339    .tweak-category header .side-panel iconview button:backdrop:disabled:hover:selected,
 7340    .side-panel .view row.activatable:backdrop:disabled:selected,
 7341    .side-panel iconview row.activatable:backdrop:disabled:selected,
 7342    .side-panel .view .view:backdrop:disabled:selected,
 7343    .side-panel iconview .view:backdrop:disabled:selected,
 7344    .side-panel .view iconview:backdrop:disabled:selected,
 7345    .side-panel iconview iconview:backdrop:disabled:selected,
 7346    .side-panel .view text:backdrop:disabled:selected,
 7347    .side-panel iconview text:backdrop:disabled:selected,
 7348    .side-panel treeview.view header button:backdrop:disabled:selected,
 7349    treeview.view header .side-panel iconview button:backdrop:disabled:selected,
 7350    .side-panel .view .tweak-category header button:backdrop:disabled:selected,
 7351    .tweak-category header .side-panel .view button:backdrop:disabled:selected,
 7352    .side-panel iconview .tweak-category header button:backdrop:disabled:selected,
 7353    .tweak-category header .side-panel iconview button:backdrop:disabled:selected {
 7354      color: rgba(255, 255, 255, 0.4); }
 7355
 7356.monospace {
 7357  font-family: Monospace; }
 7358
 7359/**********************
 7360 * Touch Copy & Paste *
 7361 *********************/
 7362cursor-handle {
 7363  background-color: #00E676;
 7364  background-image: none;
 7365  box-shadow: none;
 7366  border-style: none; }
 7367  cursor-handle.top:dir(ltr), cursor-handle.bottom:dir(rtl) {
 7368    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start.png"), url("assets/text-select-start@2.png"));
 7369    padding-left: 10px; }
 7370  cursor-handle.bottom:dir(ltr), cursor-handle.top:dir(rtl) {
 7371    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end.png"), url("assets/text-select-end@2.png"));
 7372    padding-right: 10px; }
 7373  cursor-handle.insertion-cursor:dir(ltr), cursor-handle.insertion-cursor:dir(rtl) {
 7374    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above.png"), url("assets/slider-horz-scale-has-marks-above@2.png")); }
 7375  cursor-handle.top:hover:dir(ltr), cursor-handle.bottom:hover:dir(rtl) {
 7376    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover.png"), url("assets/text-select-start-hover@2.png"));
 7377    padding-left: 10px; }
 7378  cursor-handle.bottom:hover:dir(ltr), cursor-handle.top:hover:dir(rtl) {
 7379    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover.png"), url("assets/text-select-end-hover@2.png"));
 7380    padding-right: 10px; }
 7381  cursor-handle.insertion-cursor:hover:dir(ltr), cursor-handle.insertion-cursor:hover:dir(rtl) {
 7382    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover.png"), url("assets/slider-horz-scale-has-marks-above-hover@2.png")); }
 7383  cursor-handle.top:active:dir(ltr), cursor-handle.bottom:active:dir(rtl) {
 7384    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active.png"), url("assets/text-select-start-active@2.png"));
 7385    padding-left: 10px; }
 7386  cursor-handle.bottom:active:dir(ltr), cursor-handle.top:active:dir(rtl) {
 7387    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active.png"), url("assets/text-select-end-active@2.png"));
 7388    padding-right: 10px; }
 7389  cursor-handle.insertion-cursor:active:dir(ltr), cursor-handle.insertion-cursor:active:dir(rtl) {
 7390    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active.png"), url("assets/slider-horz-scale-has-marks-above-active@2.png")); }
 7391
 7392.context-menu {
 7393  font: initial; }
 7394
 7395popover.touch-selection {
 7396  font: initial;
 7397  color: #263238;
 7398  background-color: #FFFFFF;
 7399  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
 7400  popover.touch-selection:backdrop {
 7401    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 7402
 7403button.circular {
 7404  border-radius: 100px;
 7405  -gtk-outline-radius: 100px; }
 7406  button.circular label {
 7407    padding: 0; }
 7408
 7409.keycap {
 7410  min-width: 1.50376rem;
 7411  min-height: 1.95489rem;
 7412  margin-top: 0.20301rem;
 7413  margin-bottom: 0.24812rem;
 7414  padding: 0 0.45113rem;
 7415  border: none;
 7416  border-radius: 2px;
 7417  color: #263238;
 7418  background-color: #FFFFFF;
 7419  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
 7420  font-size: 90%;
 7421  font-weight: 500; }
 7422
 7423*:drop(active):focus,
 7424*:drop(active) {
 7425  border-color: #E8E8E8;
 7426  box-shadow: inset 0 0 0 1px #E8E8E8;
 7427  caret-color: #E8E8E8; }
 7428
 7429stackswitcher button.circular,
 7430stackswitcher button.text-button.circular {
 7431  min-width: 2.80451rem;
 7432  min-height: 2.80451rem;
 7433  padding: 0; }
 7434
 7435box > scrolledwindow undershoot.top, box > placessidebar undershoot.top {
 7436  background-color: transparent;
 7437  background-image: linear-gradient(to top, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
 7438  padding-top: 0;
 7439  background-size: 16px 32px;
 7440  background-repeat: repeat-x;
 7441  background-origin: content-box;
 7442  background-position: center top; }
 7443box > scrolledwindow undershoot.bottom, box > placessidebar undershoot.bottom {
 7444  background-color: transparent;
 7445  background-image: linear-gradient(to bottom, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
 7446  padding-bottom: 0;
 7447  background-size: 16px 32px;
 7448  background-repeat: repeat-x;
 7449  background-origin: content-box;
 7450  background-position: center bottom; }
 7451box > scrolledwindow undershoot.left, box > placessidebar undershoot.left {
 7452  background-color: transparent;
 7453  background-image: linear-gradient(to left, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
 7454  padding-left: 0;
 7455  background-size: 32px 16px;
 7456  background-repeat: repeat-y;
 7457  background-origin: content-box;
 7458  background-position: left center; }
 7459box > scrolledwindow undershoot.right, box > placessidebar undershoot.right {
 7460  background-color: transparent;
 7461  background-image: linear-gradient(to right, rgba(250, 251, 252, 0.01), rgba(250, 251, 252, 0.04), rgba(250, 251, 252, 0.2), rgba(250, 251, 252, 0.44), rgba(250, 251, 252, 0.94));
 7462  padding-right: 0;
 7463  background-size: 32px 16px;
 7464  background-repeat: repeat-y;
 7465  background-origin: content-box;
 7466  background-position: right center; }
 7467placessidebar undershoot.top, .sidebar undershoot.top {
 7468  background-color: transparent;
 7469  background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 7470  padding-top: 0;
 7471  background-size: 16px 32px;
 7472  background-repeat: repeat-x;
 7473  background-origin: content-box;
 7474  background-position: center top; }
 7475placessidebar undershoot.bottom, .sidebar undershoot.bottom {
 7476  background-color: transparent;
 7477  background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 7478  padding-bottom: 0;
 7479  background-size: 16px 32px;
 7480  background-repeat: repeat-x;
 7481  background-origin: content-box;
 7482  background-position: center bottom; }
 7483placessidebar undershoot.left, .sidebar undershoot.left {
 7484  background-color: transparent;
 7485  background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 7486  padding-left: 0;
 7487  background-size: 32px 16px;
 7488  background-repeat: repeat-y;
 7489  background-origin: content-box;
 7490  background-position: left center; }
 7491placessidebar undershoot.right, .sidebar undershoot.right {
 7492  background-color: transparent;
 7493  background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 7494  padding-right: 0;
 7495  background-size: 32px 16px;
 7496  background-repeat: repeat-y;
 7497  background-origin: content-box;
 7498  background-position: right center; }
 7499
 7500/***************
 7501 * Gnome panel *
 7502 ***************/
 7503panel-toplevel.background {
 7504  background-color: #FFFFFF; }
 7505
 7506panel-plug,
 7507panel-toplevel > grid.horizontal > widget > widget {
 7508  color: #BBBBBB;
 7509  background-color: #FFFFFF;
 7510  box-shadow: none; }
 7511
 7512.gnome-panel-menu-bar,
 7513panel-applet > menubar,
 7514#clock-applet-button {
 7515  font-weight: 700;
 7516  color: #BBBBBB;
 7517  background-color: transparent;
 7518  box-shadow: none; }
 7519  .gnome-panel-menu-bar label:backdrop, .gnome-panel-menu-bar:backdrop,
 7520  panel-applet > menubar label:backdrop,
 7521  panel-applet > menubar:backdrop,
 7522  #clock-applet-button label:backdrop,
 7523  #clock-applet-button:backdrop {
 7524    opacity: 1.0; }
 7525
 7526.gnome-panel-menu-bar,
 7527panel-applet menubar {
 7528  box-shadow: none; }
 7529  .gnome-panel-menu-bar menuitem,
 7530  panel-applet menubar menuitem {
 7531    color: #BBBBBB;
 7532    background-color: transparent; }
 7533    .gnome-panel-menu-bar menuitem:hover,
 7534    panel-applet menubar menuitem:hover {
 7535      color: #ECEFF1;
 7536      box-shadow: inset 0 -2px #E8E8E8; }
 7537    .gnome-panel-menu-bar menuitem:backdrop,
 7538    panel-applet menubar menuitem:backdrop {
 7539      opacity: 1.0; }
 7540  .gnome-panel-menu-bar menu,
 7541  panel-applet menubar menu {
 7542    font: regular; }
 7543    .gnome-panel-menu-bar menu menuitem,
 7544    panel-applet menubar menu menuitem {
 7545      color: rgba(38, 50, 56, 0.75);
 7546      background-color: #FFFFFF; }
 7547      .gnome-panel-menu-bar menu menuitem:hover,
 7548      panel-applet menubar menu menuitem:hover {
 7549        color: #263238;
 7550        background-color: alpha(currentColor, 0.1);
 7551        box-shadow: none; }
 7552      .gnome-panel-menu-bar menu menuitem:backdrop,
 7553      panel-applet menubar menu menuitem:backdrop {
 7554        opacity: 1.0; }
 7555    .gnome-panel-menu-bar menu separator,
 7556    panel-applet menubar menu separator {
 7557      color: rgba(0, 0, 0, 0.09); }
 7558
 7559#tasklist-button,
 7560#clock-applet-button,
 7561#showdesktop-button {
 7562  box-shadow: none;
 7563  background-color: transparent;
 7564  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));
 7565  padding: 0px 0.30075rem;
 7566  border: none;
 7567  border-radius: 0;
 7568  color: #BBBBBB;
 7569  background-color: transparent;
 7570  font-weight: 700; }
 7571  #tasklist-button:hover,
 7572  #clock-applet-button:hover,
 7573  #showdesktop-button:hover {
 7574    color: #ECEFF1;
 7575    background-color: transparent;
 7576    box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
 7577  #tasklist-button:checked, #tasklist-button:hover:checked, #tasklist-button:disabled:checked,
 7578  #clock-applet-button:checked,
 7579  #clock-applet-button:hover:checked,
 7580  #clock-applet-button:disabled:checked,
 7581  #showdesktop-button:checked,
 7582  #showdesktop-button:hover:checked,
 7583  #showdesktop-button:disabled:checked {
 7584    color: #ECEFF1;
 7585    background-color: transparent;
 7586    box-shadow: inset 0 -2px #E8E8E8; }
 7587  #tasklist-button label:backdrop, #tasklist-button:backdrop,
 7588  #clock-applet-button label:backdrop,
 7589  #clock-applet-button:backdrop,
 7590  #showdesktop-button label:backdrop,
 7591  #showdesktop-button:backdrop {
 7592    opacity: 1.0; }
 7593
 7594widget > menubar {
 7595  background-color: transparent;
 7596  background-image: linear-gradient(to bottom, #FFFFFF);
 7597  box-shadow: none; }
 7598
 7599wnck-pager:selected {
 7600  box-shadow: inset 0 -2px #E8E8E8; }
 7601wnck-pager:backdrop {
 7602  opacity: 1.0; }
 7603
 7604na-tray-applet {
 7605  -NaTrayApplet-icon-padding: 2;
 7606  -NaTrayApplet-icon-size: 16; }
 7607  na-tray-applet:backdrop {
 7608    opacity: 1.0; }
 7609
 7610gp-arrow-button {
 7611  min-width: 1.50376rem;
 7612  min-height: 0;
 7613  border: 1px solid transparent;
 7614  background-image: none;
 7615  color: #BBBBBB;
 7616  margin: 0.15038rem; }
 7617  gp-arrow-button:hover, gp-arrow-button:active {
 7618    color: #ECEFF1; }
 7619
 7620sn-button {
 7621  padding: 0.30075rem; }
 7622
 7623/**************
 7624 * Tweak-tool *
 7625 **************/
 7626.tweak-categories {
 7627  background-color: #FFFFFF;
 7628  color: rgba(38, 50, 56, 0.75); }
 7629  .tweak-categories:dir(ltr) {
 7630    box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 7631  .tweak-categories:dir(rtl) {
 7632    box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 7633  .tweak-categories separator,
 7634  .tweak-categories .separator {
 7635    min-height: 0;
 7636    border-color: transparent;
 7637    background-color: transparent;
 7638    color: transparent; }
 7639
 7640.tweak-category {
 7641  border: none;
 7642  color: rgba(38, 50, 56, 0.75);
 7643  background-color: transparent;
 7644  font-weight: 500; }
 7645  .tweak-category:hover {
 7646    color: #263238; }
 7647  .tweak-category:selected {
 7648    color: #E8E8E8;
 7649    background-color: transparent; }
 7650    .tweak-category:selected label {
 7651      color: #E8E8E8; }
 7652
 7653.tweak-group {
 7654  padding: 6px;
 7655  background-color: #FFFFFF; }
 7656
 7657.tweak {
 7658  background-color: #FFFFFF; }
 7659  .tweak:hover {
 7660    background-color: transparent; }
 7661
 7662.tweak-group-white,
 7663.tweak-white {
 7664  background-color: #FFFFFF; }
 7665
 7666/*******************
 7667 * Gnome-Flashback *
 7668 *******************/
 7669#gf-bubble, #gf-bubble.solid,
 7670#gf-osd-window,
 7671#gf-osd-window.solid,
 7672#gf-input-source-popup,
 7673#gf-input-source-popup.solid {
 7674  border-radius: 2px;
 7675  border: 1px solid rgba(0, 0, 0, 0.09);
 7676  background-color: rgba(42, 55, 62, 0.9);
 7677  color: #ECEFF1; }
 7678
 7679#gf-input-source {
 7680  min-width: 9.02256rem;
 7681  min-height: 9.02256rem;
 7682  color: #ECEFF1;
 7683  font-size: 1.80451rem;
 7684  font-weight: 400; }
 7685  #gf-input-source:selected {
 7686    border-radius: 2px;
 7687    background-color: alpha(currentColor, 0.2);
 7688    color: #E8E8E8; }
 7689
 7690#gf-candidate-popup, #gf-candidate-popup.solid {
 7691  border-radius: 2px;
 7692  border: 1px solid rgba(0, 0, 0, 0.09);
 7693  background-color: rgba(42, 55, 62, 0.9);
 7694  color: #ECEFF1; }
 7695#gf-candidate-popup gf-candidate-box {
 7696  transition: none; }
 7697  #gf-candidate-popup gf-candidate-box label {
 7698    padding: 0.20301rem 0.20301rem 0.30075rem; }
 7699  #gf-candidate-popup gf-candidate-box:last-child {
 7700    padding-left: 0; }
 7701  #gf-candidate-popup gf-candidate-box:hover, #gf-candidate-popup gf-candidate-box:selected {
 7702    border-radius: 0;
 7703    background-color: alpha(currentColor, 0.2);
 7704    color: #FFFFFF; }
 7705#gf-candidate-popup button, #gf-candidate-popup button:first-child, #gf-candidate-popup button:last-child,
 7706#gf-candidate-popup .linked > button,
 7707#gf-candidate-popup .linked > button:first-child,
 7708#gf-candidate-popup .linked > button:last-child {
 7709  border-radius: 0;
 7710  border: none;
 7711  background-color: transparent;
 7712  color: #E8E8E8;
 7713  box-shadow: none; }
 7714
 7715/************
 7716 * Nautilus *
 7717 ************/
 7718.nautilus-desktop-window,
 7719.nautilus-desktop-window notebook,
 7720.nautilus-desktop-window notebook > stack {
 7721  background: transparent; }
 7722
 7723.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
 7724  color: #FFFFFF; }
 7725
 7726.nautilus-canvas-item {
 7727  border-radius: 2px; }
 7728
 7729.nautilus-circular-button {
 7730  border-radius: 100px;
 7731  -gtk-outline-radius: 100px; }
 7732
 7733.disk-space-display {
 7734  border: 0 none transparent; }
 7735  .disk-space-display.free {
 7736    background-color: alpha(currentColor, 0.2);
 7737    color: rgba(38, 50, 56, 0.3); }
 7738  .disk-space-display.used {
 7739    background-color: #E8E8E8; }
 7740  .disk-space-display.unknown {
 7741    background-color: #FF9800; }
 7742
 7743/*********
 7744 * Geary *
 7745 *********/
 7746.geary-titlebar-left separator {
 7747  opacity: 0; }
 7748
 7749.geary-titlebar-right {
 7750  box-shadow: none; }
 7751
 7752/************
 7753 * Epiphany *
 7754 ************/
 7755EphyWindow .nautilus-window .floating-bar {
 7756  color: rgba(38, 50, 56, 0.75); }
 7757
 7758/************
 7759 * Seahorse *
 7760 ************/
 7761SeahorseWidget .sidebar paned separator {
 7762  border: none; }
 7763
 7764window paned > box.vertical > box.vertical > toolbar.primary-toolbar {
 7765  box-shadow: none;
 7766  border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
 7767
 7768/**********
 7769 * Polari *
 7770 **********/
 7771.polari-room-list row {
 7772  font-weight: 700; }
 7773  .polari-room-list row:not(:hover):not(:active):not(:selected) label,
 7774  .polari-room-list row:not(:hover):not(:active):not(:selected) image {
 7775    opacity: 1.0; }
 7776  .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) label,
 7777  .polari-room-list row.inactive:not(:hover):not(:active):not(:selected) image {
 7778    opacity: 0.65; }
 7779
 7780.polari-nick-entry {
 7781  border-image: none;
 7782  font-weight: 700; }
 7783
 7784.sidebar row.activatable.inactive, .sidebar .inactive.view, .sidebar iconview.inactive,
 7785.sidebar .view text.inactive,
 7786.view .sidebar text.inactive,
 7787.sidebar iconview text.inactive,
 7788iconview .sidebar text.inactive,
 7789.sidebar textview text.inactive,
 7790textview .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 {
 7791  color: rgba(38, 50, 56, 0.75);
 7792  background-color: transparent;
 7793  font-weight: 500; }
 7794  .sidebar row.activatable.inactive:hover, .sidebar .inactive.view:hover, .sidebar iconview.inactive:hover,
 7795  .sidebar .view text.inactive:hover,
 7796  .view .sidebar text.inactive:hover,
 7797  .sidebar iconview text.inactive:hover,
 7798  iconview .sidebar text.inactive:hover,
 7799  .sidebar textview text.inactive:hover,
 7800  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 {
 7801    color: #263238; }
 7802  .sidebar row.activatable.inactive:selected, .sidebar .inactive.view:selected, .sidebar iconview.inactive:selected,
 7803  .sidebar .view text.inactive:selected,
 7804  .view .sidebar text.inactive:selected,
 7805  .sidebar iconview text.inactive:selected,
 7806  iconview .sidebar text.inactive:selected,
 7807  .sidebar textview text.inactive:selected,
 7808  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 {
 7809    color: #FFFFFF;
 7810    background-color: #E8E8E8; }
 7811
 7812box > headerbar > label.polari-titlebar-separator {
 7813  min-width: 0;
 7814  border: none;
 7815  opacity: 0; }
 7816
 7817/*************
 7818 * RhythmBox *
 7819 *************/
 7820.sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar {
 7821  box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 2px -2px rgba(0, 0, 0, 0.03), inset -3px 0 3px -2px rgba(0, 0, 0, 0.03); }
 7822  .sidebar-paned .inline-toolbar.horizontal.sidebar-toolbar:dir(rtl) {
 7823    box-shadow: inset 0 1px #E5E9EC, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 2px -2px rgba(0, 0, 0, 0.03), inset 3px 0 3px -2px rgba(0, 0, 0, 0.03); }
 7824
 7825.sidebar-paned scrolledwindow:dir(ltr), .sidebar-paned placessidebar:dir(ltr) {
 7826  box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 7827.sidebar-paned scrolledwindow:dir(rtl), .sidebar-paned placessidebar:dir(rtl) {
 7828  box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 7829.sidebar-paned .sidebar {
 7830  background-color: rgba(12, 18, 0, 0.01); }
 7831
 7832window > box.vertical > box.vertical > toolbar.horizontal {
 7833  box-shadow: none; }
 7834
 7835window > box.vertical > box.vertical > toolbar .linked > button {
 7836  border-radius: 100px;
 7837  -gtk-outline-radius: 100px; }
 7838
 7839/**************
 7840 * Calculator *
 7841 **************/
 7842window > grid.vertical > box.vertical > widget button {
 7843  min-width: 1rem;
 7844  min-height: 1rem;
 7845  padding: 0.75em 1em 0.75em;
 7846  border: 0.75em solid transparent;
 7847  border-radius: 2px;
 7848  font-weight: 700; }
 7849  window > grid.vertical > box.vertical > widget button.suggested-action {
 7850    color: transparent;
 7851    font-size: 0; }
 7852    window > grid.vertical > box.vertical > widget button.suggested-action {
 7853      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);
 7854      background-color: #FFFFFF;
 7855      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));
 7856      color: rgba(38, 50, 56, 0.75);
 7857      border-style: none;
 7858      border-radius: 100px;
 7859      background-color: transparent;
 7860      background-image: -gtk-scaled(url("assets/equal.png"), url("assets/equal@2.png"));
 7861      background-size: 32px;
 7862      background-repeat: no-repeat;
 7863      background-position: center;
 7864      box-shadow: none;
 7865      transition-duration: 0.2s;
 7866      animation: none; }
 7867    window > grid.vertical > box.vertical > widget button.suggested-action:hover {
 7868      border-style: none;
 7869      border-radius: 100px;
 7870      background-color: transparent;
 7871      background-image: -gtk-scaled(url("assets/equal-hover.png"), url("assets/equal-hover@2.png"));
 7872      background-size: 32px;
 7873      background-repeat: no-repeat;
 7874      background-position: center;
 7875      box-shadow: none;
 7876      transition-duration: 0.2s;
 7877      animation: none; }
 7878    window > grid.vertical > box.vertical > widget button.suggested-action:active {
 7879      border-style: none;
 7880      border-radius: 100px;
 7881      background-color: transparent;
 7882      background-image: -gtk-scaled(url("assets/equal-active.png"), url("assets/equal-active@2.png"));
 7883      background-size: 32px;
 7884      background-repeat: no-repeat;
 7885      background-position: center;
 7886      box-shadow: none;
 7887      transition-duration: 0.2s;
 7888      animation: none; }
 7889    window > grid.vertical > box.vertical > widget button.suggested-action:disabled {
 7890      border-style: none;
 7891      border-radius: 100px;
 7892      background-color: transparent;
 7893      background-image: -gtk-scaled(url("assets/equal-insensitive.png"), url("assets/equal-insensitive@2.png"));
 7894      background-size: 32px;
 7895      background-repeat: no-repeat;
 7896      background-position: center;
 7897      box-shadow: none;
 7898      transition-duration: 0.2s;
 7899      animation: none; }
 7900
 7901/*********
 7902 * Gedit *
 7903 *********/
 7904GeditViewFrame .gedit-search-slider {
 7905  padding: 3px;
 7906  border-radius: 2px;
 7907  border-width: 9px;
 7908  border-image: -gtk-scaled(url("assets/osd-shadow.png"), url("assets/osd-shadow@2.png")) 10/10px stretch;
 7909  color: #ECEFF1;
 7910  opacity: 0.9; }
 7911  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),
 7912  GeditViewFrame .gedit-search-slider .linked > entry,
 7913  GeditViewFrame .gedit-search-slider .linked > spinbutton:not(.vertical),
 7914  GeditViewFrame .gedit-search-slider .linked > entry.error,
 7915  GeditViewFrame .gedit-search-slider .linked > spinbutton.error:not(.vertical),
 7916  GeditViewFrame .gedit-search-slider .linked > entry.warning,
 7917  GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:not(.vertical) {
 7918    color: #ECEFF1; }
 7919    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),
 7920    GeditViewFrame .gedit-search-slider .linked > entry:focus,
 7921    GeditViewFrame .gedit-search-slider .linked > spinbutton:focus:not(.vertical),
 7922    GeditViewFrame .gedit-search-slider .linked > entry.error:focus,
 7923    GeditViewFrame .gedit-search-slider .linked > spinbutton.error:focus:not(.vertical),
 7924    GeditViewFrame .gedit-search-slider .linked > entry.warning:focus,
 7925    GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:focus:not(.vertical) {
 7926      color: #FFFFFF; }
 7927    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),
 7928    GeditViewFrame .gedit-search-slider .linked > entry:disabled,
 7929    GeditViewFrame .gedit-search-slider .linked > spinbutton:disabled:not(.vertical),
 7930    GeditViewFrame .gedit-search-slider .linked > entry.error:disabled,
 7931    GeditViewFrame .gedit-search-slider .linked > spinbutton.error:disabled:not(.vertical),
 7932    GeditViewFrame .gedit-search-slider .linked > entry.warning:disabled,
 7933    GeditViewFrame .gedit-search-slider .linked > spinbutton.warning:disabled:not(.vertical) {
 7934      color: rgba(236, 239, 241, 0.3); }
 7935
 7936paned.titlebar.horizontal headerbar button.flat.toggle.popup, paned.titlebar.horizontal headerbar button.toggle.popup.osd.image-button,
 7937paned.titlebar.horizontal headerbar .toggle.popup.button.osd.image-button,
 7938paned.titlebar.horizontal headerbar button.toggle.popup:not(.suggested-action):not(.destructive-action), paned.titlebar.horizontal headerbar .menu > arrow.toggle.popup,
 7939paned.titlebar.horizontal headerbar .context-menu > arrow.toggle.popup,
 7940paned.titlebar.horizontal headerbar menu > arrow.toggle.popup, paned.titlebar.horizontal headerbar placessidebar row button.toggle.popup.image-button, placessidebar row paned.titlebar.horizontal headerbar button.toggle.popup.image-button, paned.titlebar.horizontal .csd headerbar button.toggle.popup.titlebutton,
 7941.csd paned.titlebar.horizontal headerbar button.toggle.popup.titlebutton,
 7942paned.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 {
 7943  border-radius: 2px;
 7944  -gtk-outline-radius: 2px; }
 7945
 7946notebook 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 {
 7947  background-image: none; }
 7948
 7949/***********
 7950 * Builder *
 7951 ***********/
 7952filechooser actionbar button.combo {
 7953  padding: 0; }
 7954
 7955frame.gb-search-frame {
 7956  background-image: linear-gradient(to bottom, #FFFFFF);
 7957  padding: 0.45113rem;
 7958  border-style: solid;
 7959  border-color: rgba(0, 0, 0, 0.09);
 7960  border-left-width: 1px;
 7961  border-right-width: 1px;
 7962  border-bottom-width: 1px;
 7963  border-radius: 0; }
 7964
 7965frame.gb-search-frame border {
 7966  border: none; }
 7967
 7968.gb-search-entry-occurrences-tag {
 7969  color: rgba(38, 50, 56, 0.3);
 7970  margin: 0.15038rem;
 7971  padding: 0.15038rem;
 7972  border-width: 0; }
 7973
 7974editortweak button {
 7975  padding: 0 0.45113rem 0 0.45113rem; }
 7976
 7977editortweak list row {
 7978  padding: 0; }
 7979
 7980layouttabbar > box {
 7981  min-height: 2.93233rem; }
 7982
 7983eggsearchbar > revealer > box {
 7984  min-height: 2.93233rem; }
 7985
 7986eggsearchbar entry, eggsearchbar spinbutton:not(.vertical) {
 7987  min-height: 1.80451rem; }
 7988
 7989pillbox {
 7990  border-radius: 2px; }
 7991
 7992genesisperspective stack > box:first-child list row {
 7993  padding: 0.75188rem;
 7994  border-bottom: 1px solid #E5E9EC; }
 7995  genesisperspective stack > box:first-child list row:last-child {
 7996    border-bottom: none; }
 7997
 7998perspectiveswitcher {
 7999  padding: 0 0.30075rem;
 8000  border-right: 1px solid #E5E9EC;
 8001  background-color: #FFFFFF; }
 8002  perspectiveswitcher button {
 8003    padding: 0.45113rem;
 8004    border-radius: 100px;
 8005    border: none;
 8006    background: none;
 8007    color: rgba(38, 50, 56, 0.5);
 8008    box-shadow: none; }
 8009    perspectiveswitcher button image {
 8010      opacity: 0.55; }
 8011    perspectiveswitcher button:hover {
 8012      background: none; }
 8013      perspectiveswitcher button:hover image {
 8014        opacity: 0.75; }
 8015    perspectiveswitcher button:active, perspectiveswitcher button:checked {
 8016      background: none; }
 8017      perspectiveswitcher button:active image, perspectiveswitcher button:checked image {
 8018        opacity: 1.0; }
 8019
 8020layouttabbar {
 8021  min-height: 2.80451rem;
 8022  padding: 0.3985rem;
 8023  border-bottom: 1px solid #E5E9EC;
 8024  background-color: #FFFFFF; }
 8025  layouttabbar > box > button {
 8026    opacity: 0.55; }
 8027    layouttabbar > box > button:hover {
 8028      opacity: 0.75; }
 8029    layouttabbar > box > button:active {
 8030      opacity: 1.0; }
 8031  layouttabbar button {
 8032    padding: 0.30075rem 0.3985rem 0.3985rem;
 8033    margin: 0.20301rem;
 8034    border-radius: 2px;
 8035    background-color: transparent; }
 8036
 8037layouttab {
 8038  margin: 0.20301rem;
 8039  padding: 0.3985rem;
 8040  background-color: transparent; }
 8041  layouttab label {
 8042    padding: 0.30075rem; }
 8043  layouttab separator.vertical {
 8044    margin: 0.20301rem;
 8045    color: transparent;
 8046    background-color: rgba(0, 0, 0, 0.09); }
 8047  layouttab button {
 8048    margin: 0.20301rem;
 8049    border-radius: 2px;
 8050    padding-left: 0.3985rem;
 8051    padding-right: 0.3985rem; }
 8052
 8053layouttab > box > button:last-child {
 8054  min-height: 1rem;
 8055  min-width: 1rem;
 8056  padding: 0.50376rem;
 8057  border-radius: 100px;
 8058  -gtk-outline-radius: 100px;
 8059  box-shadow: none;
 8060  background-color: transparent;
 8061  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)); }
 8062  layouttab > box > button:last-child:hover {
 8063    box-shadow: none;
 8064    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)); }
 8065  layouttab > box > button:last-child:active {
 8066    box-shadow: none;
 8067    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 8068  layouttab > box > button:last-child:disabled {
 8069    box-shadow: none;
 8070    background-color: transparent; }
 8071layouttab > box > button:last-child image {
 8072  opacity: 0.55; }
 8073layouttab > box > button:last-child:hover image {
 8074  opacity: 0.75; }
 8075layouttab > box > button:last-child:active image {
 8076  opacity: 1.0; }
 8077
 8078layout {
 8079  border: 1px solid #E5E9EC;
 8080  -PnlDockBin-handle-size: 1; }
 8081
 8082eggsearchbar box.search-bar {
 8083  background-color: #FFFFFF; }
 8084
 8085pillbox {
 8086  background-color: #FFFFFF;
 8087  border-radius: 2px; }
 8088
 8089docktabstrip,
 8090tabstrip {
 8091  min-height: 2.60902rem;
 8092  padding: 0.3985rem 1.20301rem;
 8093  border-bottom: 1px solid #E5E9EC;
 8094  background-color: #FFFFFF; }
 8095  docktabstrip docktab,
 8096  docktabstrip tab,
 8097  tabstrip docktab,
 8098  tabstrip tab {
 8099    color: rgba(38, 50, 56, 0.5);
 8100    font-weight: 700;
 8101    box-shadow: inset 0 -1px alpha(currentColor, 0.2); }
 8102    docktabstrip docktab:hover,
 8103    docktabstrip tab:hover,
 8104    tabstrip docktab:hover,
 8105    tabstrip tab:hover {
 8106      color: #263238;
 8107      box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
 8108    docktabstrip docktab:checked,
 8109    docktabstrip tab:checked,
 8110    tabstrip docktab:checked,
 8111    tabstrip tab:checked {
 8112      color: #263238;
 8113      box-shadow: inset 0 -2px #E8E8E8; }
 8114
 8115layoutstack 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 {
 8116  background-image: none; }
 8117
 8118/***************
 8119 * Gnome-music *
 8120 ***************/
 8121GdMainView:dir(ltr),
 8122.side-panel:dir(ltr) {
 8123  border-right: 1px solid rgba(0, 0, 0, 0.09); }
 8124GdMainView:dir(rtl),
 8125.side-panel:dir(rtl) {
 8126  border-left: 1px solid rgba(0, 0, 0, 0.09); }
 8127GdMainView .view, GdMainView iconview,
 8128.side-panel .view,
 8129.side-panel iconview {
 8130  background-color: #FFFFFF;
 8131  box-shadow: none; }
 8132  GdMainView .view, GdMainView iconview, GdMainView .view row.activatable, GdMainView iconview row.activatable, GdMainView .view .view, GdMainView iconview .view, GdMainView .view iconview, GdMainView iconview iconview,
 8133  GdMainView .view text,
 8134  GdMainView iconview .view text,
 8135  .view GdMainView iconview text,
 8136  GdMainView .view iconview text,
 8137  iconview GdMainView .view text,
 8138  GdMainView iconview text,
 8139  GdMainView .view textview text,
 8140  textview GdMainView .view text,
 8141  GdMainView iconview textview text,
 8142  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,
 8143  .side-panel .view,
 8144  .side-panel iconview,
 8145  .side-panel .view row.activatable,
 8146  .side-panel iconview row.activatable,
 8147  .side-panel .view .view,
 8148  .side-panel iconview .view,
 8149  .side-panel .view iconview,
 8150  .side-panel iconview iconview,
 8151  .side-panel .view text,
 8152  .side-panel iconview .view text,
 8153  .view .side-panel iconview text,
 8154  .side-panel .view iconview text,
 8155  iconview .side-panel .view text,
 8156  .side-panel iconview text,
 8157  .side-panel .view textview text,
 8158  textview .side-panel .view text,
 8159  .side-panel iconview textview text,
 8160  textview .side-panel iconview text,
 8161  .side-panel treeview.view header button,
 8162  .side-panel iconview treeview.view header button,
 8163  treeview.view header .side-panel iconview button,
 8164  .side-panel .view .tweak-category header button,
 8165  .tweak-category header .side-panel .view button,
 8166  .side-panel iconview .tweak-category header button,
 8167  .tweak-category header .side-panel iconview button {
 8168    padding: 0;
 8169    background-color: transparent;
 8170    color: rgba(38, 50, 56, 0.75);
 8171    font-weight: 500;
 8172    box-shadow: none; }
 8173    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,
 8174    GdMainView .view text:hover,
 8175    GdMainView iconview .view text:hover,
 8176    .view GdMainView iconview text:hover,
 8177    GdMainView .view iconview text:hover,
 8178    iconview GdMainView .view text:hover,
 8179    GdMainView iconview text:hover,
 8180    GdMainView .view textview text:hover,
 8181    textview GdMainView .view text:hover,
 8182    GdMainView iconview textview text:hover,
 8183    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,
 8184    .side-panel .view:hover,
 8185    .side-panel iconview:hover,
 8186    .side-panel .view row.activatable:hover,
 8187    .side-panel iconview row.activatable:hover,
 8188    .side-panel .view .view:hover,
 8189    .side-panel iconview .view:hover,
 8190    .side-panel .view iconview:hover,
 8191    .side-panel iconview iconview:hover,
 8192    .side-panel .view text:hover,
 8193    .side-panel iconview .view text:hover,
 8194    .view .side-panel iconview text:hover,
 8195    .side-panel .view iconview text:hover,
 8196    iconview .side-panel .view text:hover,
 8197    .side-panel iconview text:hover,
 8198    .side-panel .view textview text:hover,
 8199    textview .side-panel .view text:hover,
 8200    .side-panel iconview textview text:hover,
 8201    textview .side-panel iconview text:hover,
 8202    .side-panel treeview.view header button:hover,
 8203    .side-panel iconview treeview.view header button:hover,
 8204    treeview.view header .side-panel iconview button:hover,
 8205    .side-panel .view .tweak-category header button:hover,
 8206    .tweak-category header .side-panel .view button:hover,
 8207    .side-panel iconview .tweak-category header button:hover,
 8208    .tweak-category header .side-panel iconview button:hover {
 8209      color: #263238; }
 8210
 8211actionbar {
 8212  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
 8213  actionbar, actionbar.frame {
 8214    background-color: #FFFFFF; }
 8215  actionbar button,
 8216  actionbar .linked > button.image-button {
 8217    box-shadow: none;
 8218    background-color: transparent;
 8219    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));
 8220    border-radius: 100px;
 8221    -gtk-outline-radius: 100px;
 8222    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;
 8223    color: rgba(38, 50, 56, 0.75);
 8224    box-shadow: none; }
 8225    actionbar button:hover,
 8226    actionbar .linked > button.image-button:hover {
 8227      box-shadow: none;
 8228      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));
 8229      border-image: none;
 8230      color: #263238;
 8231      box-shadow: none; }
 8232    actionbar button:checked,
 8233    actionbar .linked > button.image-button:checked {
 8234      background-color: alpha(currentColor, 0.2);
 8235      color: #263238;
 8236      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
 8237      background-color: transparent;
 8238      color: #263238;
 8239      box-shadow: none; }
 8240      actionbar button:checked:disabled,
 8241      actionbar .linked > button.image-button:checked:disabled {
 8242        border-image: none;
 8243        background-color: transparent;
 8244        color: rgba(38, 50, 56, 0.3);
 8245        box-shadow: none; }
 8246        actionbar button:checked:disabled > label,
 8247        actionbar .linked > button.image-button:checked:disabled > label {
 8248          color: inherit; }
 8249        actionbar button:checked:disabled > .label,
 8250        actionbar .linked > button.image-button:checked:disabled > .label {
 8251          color: inherit; }
 8252    actionbar button:disabled,
 8253    actionbar .linked > button.image-button:disabled {
 8254      box-shadow: none;
 8255      background-color: transparent;
 8256      border-image: none;
 8257      background-color: transparent;
 8258      color: rgba(38, 50, 56, 0.225);
 8259      box-shadow: none; }
 8260
 8261/******************
 8262 * Gnome-contacts *
 8263 ******************/
 8264window overlay > grid > frame > grid toolbar {
 8265  box-shadow: none; }
 8266window overlay > grid > frame > grid list:dir(ltr) {
 8267  box-shadow: inset -2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 8268window overlay > grid > frame > grid list:dir(rtl) {
 8269  box-shadow: inset 2px 2px 2px -2px rgba(0, 0, 0, 0.05), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.05); }
 8270window overlay > grid > frame > grid list row {
 8271  color: rgba(38, 50, 56, 0.75);
 8272  background-color: rgba(12, 18, 0, 0.01); }
 8273  window overlay > grid > frame > grid list row:hover {
 8274    color: #263238; }
 8275  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,
 8276  window overlay > grid > frame > grid list .view text:selected,
 8277  .view window overlay > grid > frame > grid list text:selected,
 8278  window overlay > grid > frame > grid list iconview text:selected,
 8279  iconview window overlay > grid > frame > grid list text:selected,
 8280  window overlay > grid > frame > grid list textview text:selected,
 8281  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 {
 8282    background-color: rgba(12, 18, 0, 0.01); }
 8283    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,
 8284    window overlay > grid > frame > grid list .view text:selected,
 8285    .view window overlay > grid > frame > grid list text:selected,
 8286    window overlay > grid > frame > grid list iconview text:selected,
 8287    iconview window overlay > grid > frame > grid list text:selected,
 8288    window overlay > grid > frame > grid list textview text:selected,
 8289    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,
 8290    window overlay > grid > frame > grid list .view text:selected label,
 8291    .view window overlay > grid > frame > grid list text:selected label,
 8292    window overlay > grid > frame > grid list iconview text:selected label,
 8293    iconview window overlay > grid > frame > grid list text:selected label,
 8294    window overlay > grid > frame > grid list textview text:selected label,
 8295    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 {
 8296      color: #E8E8E8; }
 8297  window overlay > grid > frame > grid list row:backdrop {
 8298    opacity: 1.0; }
 8299window overlay > grid > frame > grid list separator {
 8300  min-height: 0;
 8301  border-color: transparent;
 8302  background-color: transparent;
 8303  color: transparent; }
 8304window overlay > grid > frame > grid scrolledwindow undershoot.top, window overlay > grid > frame > grid placessidebar undershoot.top {
 8305  background-color: transparent;
 8306  background-image: linear-gradient(to top, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 8307  padding-top: 0;
 8308  background-size: 16px 32px;
 8309  background-repeat: repeat-x;
 8310  background-origin: content-box;
 8311  background-position: center top; }
 8312window overlay > grid > frame > grid scrolledwindow undershoot.bottom, window overlay > grid > frame > grid placessidebar undershoot.bottom {
 8313  background-color: transparent;
 8314  background-image: linear-gradient(to bottom, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 8315  padding-bottom: 0;
 8316  background-size: 16px 32px;
 8317  background-repeat: repeat-x;
 8318  background-origin: content-box;
 8319  background-position: center bottom; }
 8320window overlay > grid > frame > grid scrolledwindow undershoot.left, window overlay > grid > frame > grid placessidebar undershoot.left {
 8321  background-color: transparent;
 8322  background-image: linear-gradient(to left, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 8323  padding-left: 0;
 8324  background-size: 32px 16px;
 8325  background-repeat: repeat-y;
 8326  background-origin: content-box;
 8327  background-position: left center; }
 8328window overlay > grid > frame > grid scrolledwindow undershoot.right, window overlay > grid > frame > grid placessidebar undershoot.right {
 8329  background-color: transparent;
 8330  background-image: linear-gradient(to right, rgba(247, 249, 249, 0.01), rgba(247, 249, 249, 0.04), rgba(247, 249, 249, 0.2), rgba(247, 249, 249, 0.44), rgba(247, 249, 249, 0.94));
 8331  padding-right: 0;
 8332  background-size: 32px 16px;
 8333  background-repeat: repeat-y;
 8334  background-origin: content-box;
 8335  background-position: right center; }
 8336
 8337/**********
 8338 * Baobab *
 8339 **********/
 8340window > box.vertical > grid.vertical > stack stack > spinner {
 8341  min-width: 1.80451rem;
 8342  min-height: 1.80451rem;
 8343  padding: 4rem 6rem 4rem; }
 8344
 8345/**********
 8346 * Evince *
 8347 **********/
 8348window.background {
 8349  padding: 0.3985rem; }
 8350  window.background > box.vertical > box.horizontal > widget > label {
 8351    color: #263238;
 8352    font-weight: 700; }
 8353  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),
 8354  window.background > box.vertical > box.horizontal > .button.osd.image-button:not(.image-button):not(.text-button):not(.toggle), .titlebar window.background > box.vertical > box.horizontal > button:not(.image-button):not(.text-button):not(.toggle):not(.suggested-action):not(.destructive-action),
 8355  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),
 8356  window.background > box.vertical > box.context-menu.horizontal > arrow:not(.image-button):not(.text-button):not(.toggle), placessidebar row window.background > box.vertical > box.horizontal > button.image-button:not(.image-button):not(.text-button):not(.toggle), .csd headerbar window.background > box.vertical > box.horizontal > button.titlebutton:not(.image-button):not(.text-button):not(.toggle),
 8357  .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) {
 8358    min-width: 1rem;
 8359    min-height: 1rem;
 8360    padding: 0.80451rem;
 8361    border: none;
 8362    border-radius: 100px;
 8363    -gtk-outline-radius: 100px;
 8364    color: #263238; }
 8365
 8366/**************
 8367 * Gnome-Logs *
 8368 **************/
 8369headerbar > button.flat.popup.title-menu-button.toggle, headerbar > button.popup.title-menu-button.toggle.osd.image-button,
 8370headerbar > .popup.title-menu-button.toggle.button.osd.image-button, .titlebar headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action),
 8371headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action), headerbar.menu > arrow.popup.title-menu-button.toggle,
 8372headerbar.context-menu > arrow.popup.title-menu-button.toggle, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton,
 8373.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 {
 8374  border-radius: 2px;
 8375  -gtk-outline-radius: 2px; }
 8376  headerbar > button.flat.popup.title-menu-button.toggle > grid .title, headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .title,
 8377  headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .title,
 8378  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,
 8379  headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .title, placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .title, .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .title, #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .title, window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .title, layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .title, layouttab headerbar > button.popup.title-menu-button.toggle > grid .title,
 8380  headerbar > button.flat.popup.title-menu-button.toggle > grid .subtitle,
 8381  headerbar > button.popup.title-menu-button.toggle.osd.image-button > grid .subtitle,
 8382  headerbar > .popup.title-menu-button.toggle.button.osd.image-button > grid .subtitle,
 8383  headerbar > button.popup.title-menu-button.toggle:not(.suggested-action):not(.destructive-action) > grid .subtitle,
 8384  headerbar.menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
 8385  headerbar.context-menu > arrow.popup.title-menu-button.toggle > grid .subtitle,
 8386  placessidebar row headerbar > button.popup.title-menu-button.toggle.image-button > grid .subtitle,
 8387  .csd headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
 8388  .csd headerbar.selection-mode headerbar > button.popup.title-menu-button.toggle.titlebutton > grid .subtitle,
 8389  #gf-candidate-popup headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8390  window > grid.vertical > box.vertical > widget headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8391  layouttabbar headerbar > button.popup.title-menu-button.toggle > grid .subtitle,
 8392  layouttab headerbar > button.popup.title-menu-button.toggle > grid .subtitle {
 8393    padding: 0.09774rem 1rem 0.09774rem;
 8394    font-size: 90%; }
 8395
 8396/******************
 8397 * Budgie Desktop *
 8398 ******************/
 8399@keyframes budgie_ripple_effect {
 8400  from {
 8401    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)); }
 8402  to {
 8403    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)); } }
 8404.budgie-container {
 8405  background-color: transparent; }
 8406
 8407.budgie-panel:backdrop,
 8408.budgie-panel *:backdrop {
 8409  opacity: 1.0; }
 8410
 8411.budgie-panel {
 8412  background-color: #FFFFFF;
 8413  color: #ECEFF1;
 8414  font-weight: 700; }
 8415  .top .budgie-panel {
 8416    border-top: 2px solid #000000; }
 8417  .bottom .budgie-panel {
 8418    border-bottom: 2px solid #000000; }
 8419  .left .budgie-panel {
 8420    border-left: 2px solid #000000; }
 8421  .right .budgie-panel {
 8422    border-right: 2px solid #000000; }
 8423  .budgie-panel .alert {
 8424    color: #E8E8E8; }
 8425
 8426.top .shadow-block {
 8427  background-color: transparent;
 8428  background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8429
 8430.bottom .shadow-block {
 8431  background-color: transparent;
 8432  background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8433
 8434.left .shadow-block {
 8435  background-color: transparent;
 8436  background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8437
 8438.right .shadow-block {
 8439  background-color: transparent;
 8440  background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
 8441
 8442.budgie-panel #tasklist-button button, .budgie-panel #tasklist-button:backdrop button {
 8443  border: none;
 8444  background: none;
 8445  opacity: 0.5; }
 8446  .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 {
 8447    opacity: 1.0; }
 8448
 8449.budgie-panel button.flat.launcher, .budgie-panel button.launcher.osd.image-button,
 8450.budgie-panel .launcher.button.osd.image-button, .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 8451.budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8452headerbar .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher,
 8453.budgie-panel .context-menu > arrow.launcher,
 8454.budgie-panel menu > arrow.launcher, .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .budgie-panel button.launcher.image-button, .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel button.launcher.titlebutton,
 8455.budgie-panel .csd .titlebar button.launcher.titlebutton,
 8456.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,
 8457.budgie-panel .launcher.button.osd.image-button:backdrop, .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8458.budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8459headerbar .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop,
 8460.budgie-panel .context-menu > arrow.launcher:backdrop,
 8461.budgie-panel menu > arrow.launcher:backdrop, .budgie-panel placessidebar row button.launcher.image-button:backdrop, placessidebar row .budgie-panel button.launcher.image-button:backdrop, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop,
 8462.budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 8463.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 {
 8464  min-width: 1.80451rem;
 8465  min-height: 1.80451rem;
 8466  padding: 0;
 8467  border: 2px solid transparent;
 8468  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));
 8469  background-size: 3.7594rem 3.7594rem, auto;
 8470  background-position: center center;
 8471  opacity: 0.5;
 8472  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
 8473  transition-property: opacity, border-color, background-color, background-image, box-shadow;
 8474  transition-duration: 0.2s; }
 8475  .budgie-panel button.flat.launcher:hover, .budgie-panel button.launcher.osd.image-button:hover,
 8476  .budgie-panel .launcher.button.osd.image-button:hover, .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8477  .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8478  headerbar .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:hover,
 8479  .budgie-panel .context-menu > arrow.launcher:hover,
 8480  .budgie-panel menu > arrow.launcher:hover, .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel button.launcher.image-button:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:hover,
 8481  .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 8482  .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,
 8483  .budgie-panel .launcher.button.osd.image-button:backdrop:hover, .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8484  .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8485  headerbar .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:hover,
 8486  .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 8487  .budgie-panel menu > arrow.launcher:backdrop:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8488  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 8489  .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 {
 8490    opacity: 0.75;
 8491    -gtk-icon-effect: highlight; }
 8492  .budgie-panel button.flat.launcher:active, .budgie-panel button.launcher.osd.image-button:active,
 8493  .budgie-panel .launcher.button.osd.image-button:active, .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
 8494  .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 8495  headerbar .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:active,
 8496  .budgie-panel .context-menu > arrow.launcher:active,
 8497  .budgie-panel menu > arrow.launcher:active, .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .budgie-panel button.launcher.image-button:active, .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .budgie-panel button.launcher.titlebutton:active,
 8498  .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 8499  .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,
 8500  .budgie-panel .launcher.button.osd.image-button:backdrop:active, .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8501  .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8502  headerbar .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:active,
 8503  .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 8504  .budgie-panel menu > arrow.launcher:backdrop:active, .budgie-panel placessidebar row button.launcher.image-button:backdrop:active, placessidebar row .budgie-panel button.launcher.image-button:backdrop:active, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:active,
 8505  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 8506  .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 {
 8507    opacity: 1.0;
 8508    transition-duration: 0;
 8509    animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
 8510  .budgie-panel button.flat.launcher:checked, .budgie-panel button.launcher.osd.image-button:checked,
 8511  .budgie-panel .launcher.button.osd.image-button:checked, .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8512  .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8513  headerbar .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked,
 8514  .budgie-panel .context-menu > arrow.launcher:checked,
 8515  .budgie-panel menu > arrow.launcher:checked, .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .budgie-panel button.launcher.image-button:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:checked,
 8516  .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 8517  .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,
 8518  .budgie-panel .launcher.button.osd.image-button:backdrop:checked, .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8519  .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8520  headerbar .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked,
 8521  .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 8522  .budgie-panel menu > arrow.launcher:backdrop:checked, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8523  .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 8524  .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 {
 8525    opacity: 1.0;
 8526    background-color: transparent; }
 8527    .budgie-panel button.flat.launcher:checked:hover, .budgie-panel button.launcher.osd.image-button:checked:hover,
 8528    .budgie-panel .launcher.button.osd.image-button:checked:hover, .budgie-panel .titlebar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
 8529    .budgie-panel headerbar button.launcher:checked:hover:not(.suggested-action):not(.destructive-action),
 8530    headerbar .budgie-panel button.launcher:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:checked:hover,
 8531    .budgie-panel .context-menu > arrow.launcher:checked:hover,
 8532    .budgie-panel menu > arrow.launcher:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:checked:hover,
 8533    .budgie-panel .csd .titlebar button.launcher.titlebutton:checked:hover,
 8534    .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,
 8535    .budgie-panel .launcher.button.osd.image-button:backdrop:checked:hover, .budgie-panel .titlebar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
 8536    .budgie-panel headerbar button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action),
 8537    headerbar .budgie-panel button.launcher:backdrop:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .menu > arrow.launcher:backdrop:checked:hover,
 8538    .budgie-panel .context-menu > arrow.launcher:backdrop:checked:hover,
 8539    .budgie-panel menu > arrow.launcher:backdrop:checked:hover, .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked:hover, placessidebar row .budgie-panel button.launcher.image-button:backdrop:checked:hover, .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked:hover, .csd headerbar .budgie-panel button.launcher.titlebutton:backdrop:checked:hover,
 8540    .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked:hover,
 8541    .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 {
 8542      -gtk-icon-effect: highlight; }
 8543.budgie-panel .unpinned button.flat.launcher, .budgie-panel .unpinned button.launcher.osd.image-button,
 8544.budgie-panel .unpinned .launcher.button.osd.image-button, .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
 8545.budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8546headerbar .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher,
 8547.budgie-panel .unpinned .context-menu > arrow.launcher,
 8548.budgie-panel .unpinned menu > arrow.launcher, .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .budgie-panel .unpinned button.launcher.image-button, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton,
 8549.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 8550.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,
 8551.budgie-panel .unpinned button.flat.launcher:backdrop,
 8552.budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 8553.budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
 8554.budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8555.titlebar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8556.budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8557headerbar .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8558.budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 8559.budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 8560.budgie-panel .unpinned menu > arrow.launcher:backdrop,
 8561.budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 8562placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop,
 8563.budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 8564.csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 8565.budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 8566.csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 8567.budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 8568#gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop,
 8569.budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 8570window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop,
 8571.budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 8572layouttabbar .budgie-panel .unpinned button.launcher:backdrop,
 8573.budgie-panel .unpinned layouttab button.launcher:backdrop,
 8574layouttab .budgie-panel .unpinned button.launcher:backdrop,
 8575.budgie-panel .pinned button.flat.launcher.running,
 8576.budgie-panel .pinned button.launcher.running.osd.image-button,
 8577.budgie-panel .pinned .launcher.running.button.osd.image-button,
 8578.budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 8579.titlebar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 8580.budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 8581headerbar .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 8582.budgie-panel .pinned .menu > arrow.launcher.running,
 8583.budgie-panel .pinned .context-menu > arrow.launcher.running,
 8584.budgie-panel .pinned menu > arrow.launcher.running,
 8585.budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 8586placessidebar row .budgie-panel .pinned button.launcher.running.image-button,
 8587.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 8588.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton,
 8589.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 8590.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton,
 8591.budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 8592#gf-candidate-popup .budgie-panel .pinned button.launcher.running,
 8593.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 8594window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running,
 8595.budgie-panel .pinned layouttabbar button.launcher.running,
 8596layouttabbar .budgie-panel .pinned button.launcher.running,
 8597.budgie-panel .pinned layouttab button.launcher.running,
 8598layouttab .budgie-panel .pinned button.launcher.running,
 8599.budgie-panel .pinned button.flat.launcher.running:backdrop,
 8600.budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 8601.budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
 8602.budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 8603.titlebar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 8604.budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 8605headerbar .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 8606.budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 8607.budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 8608.budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 8609.budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 8610placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 8611.budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 8612.csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 8613.budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 8614.csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 8615.budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 8616#gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop,
 8617.budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 8618window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop,
 8619.budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 8620layouttabbar .budgie-panel .pinned button.launcher.running:backdrop,
 8621.budgie-panel .pinned layouttab button.launcher.running:backdrop,
 8622layouttab .budgie-panel .pinned button.launcher.running:backdrop {
 8623  opacity: 1.0; }
 8624  .budgie-panel .unpinned button.flat.launcher:hover, .budgie-panel .unpinned button.launcher.osd.image-button:hover,
 8625  .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8626  .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8627  headerbar .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .unpinned .menu > arrow.launcher:hover,
 8628  .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
 8629  .budgie-panel .unpinned menu > arrow.launcher:hover, .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .budgie-panel .unpinned button.launcher.image-button:hover, .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:hover,
 8630  .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
 8631  .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,
 8632  .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
 8633  .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
 8634  .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
 8635  .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8636  .titlebar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8637  .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8638  headerbar .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8639  .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
 8640  .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
 8641  .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
 8642  .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
 8643  placessidebar row .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
 8644  .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
 8645  .csd headerbar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 8646  .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 8647  .csd .titlebar .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 8648  .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
 8649  #gf-candidate-popup .budgie-panel .unpinned button.launcher:backdrop:hover,
 8650  .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 8651  window > grid.vertical > box.vertical > widget .budgie-panel .unpinned button.launcher:backdrop:hover,
 8652  .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
 8653  layouttabbar .budgie-panel .unpinned button.launcher:backdrop:hover,
 8654  .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
 8655  layouttab .budgie-panel .unpinned button.launcher:backdrop:hover,
 8656  .budgie-panel .pinned button.flat.launcher.running:hover,
 8657  .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
 8658  .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
 8659  .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 8660  .titlebar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 8661  .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 8662  headerbar .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 8663  .budgie-panel .pinned .menu > arrow.launcher.running:hover,
 8664  .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
 8665  .budgie-panel .pinned menu > arrow.launcher.running:hover,
 8666  .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
 8667  placessidebar row .budgie-panel .pinned button.launcher.running.image-button:hover,
 8668  .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
 8669  .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 8670  .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
 8671  .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 8672  .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
 8673  #gf-candidate-popup .budgie-panel .pinned button.launcher.running:hover,
 8674  .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
 8675  window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:hover,
 8676  .budgie-panel .pinned layouttabbar button.launcher.running:hover,
 8677  layouttabbar .budgie-panel .pinned button.launcher.running:hover,
 8678  .budgie-panel .pinned layouttab button.launcher.running:hover,
 8679  layouttab .budgie-panel .pinned button.launcher.running:hover,
 8680  .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
 8681  .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
 8682  .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
 8683  .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8684  .titlebar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8685  .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8686  headerbar .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8687  .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
 8688  .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
 8689  .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
 8690  .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
 8691  placessidebar row .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
 8692  .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
 8693  .csd headerbar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 8694  .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
 8695  .csd .titlebar .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 8696  .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
 8697  #gf-candidate-popup .budgie-panel .pinned button.launcher.running:backdrop:hover,
 8698  .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
 8699  window > grid.vertical > box.vertical > widget .budgie-panel .pinned button.launcher.running:backdrop:hover,
 8700  .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
 8701  layouttabbar .budgie-panel .pinned button.launcher.running:backdrop:hover,
 8702  .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
 8703  layouttab .budgie-panel .pinned button.launcher.running:backdrop:hover {
 8704    -gtk-icon-effect: highlight; }
 8705
 8706.top .budgie-panel #tasklist-button button,
 8707.top .budgie-panel #tasklist-button button:backdrop {
 8708  border: 2px solid transparent; }
 8709  .top .budgie-panel #tasklist-button button:hover,
 8710  .top .budgie-panel #tasklist-button button:backdrop:hover {
 8711    border-top: 2px solid alpha(#ECEFF1, 0.4); }
 8712  .top .budgie-panel #tasklist-button button:active, .top .budgie-panel #tasklist-button button:checked,
 8713  .top .budgie-panel #tasklist-button button:backdrop:active,
 8714  .top .budgie-panel #tasklist-button button:backdrop:checked {
 8715    border-top: 2px solid #E8E8E8; }
 8716.top .budgie-panel button.flat.launcher, .top .budgie-panel button.launcher.osd.image-button,
 8717.top .budgie-panel .launcher.button.osd.image-button, .top .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 8718.top .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8719headerbar .top .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher,
 8720.top .budgie-panel .context-menu > arrow.launcher,
 8721.top .budgie-panel menu > arrow.launcher, .top .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel button.launcher.image-button, .top .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel button.launcher.titlebutton,
 8722.top .budgie-panel .csd .titlebar button.launcher.titlebutton,
 8723.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,
 8724.top .budgie-panel button.flat.launcher:backdrop,
 8725.top .budgie-panel button.launcher.osd.image-button:backdrop,
 8726.top .budgie-panel .launcher.button.osd.image-button:backdrop,
 8727.top .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8728.titlebar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8729.top .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8730headerbar .top .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8731.top .budgie-panel .menu > arrow.launcher:backdrop,
 8732.top .budgie-panel .context-menu > arrow.launcher:backdrop,
 8733.top .budgie-panel menu > arrow.launcher:backdrop,
 8734.top .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 8735placessidebar row .top .budgie-panel button.launcher.image-button:backdrop,
 8736.top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 8737.csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop,
 8738.top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 8739.csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop,
 8740.top .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 8741#gf-candidate-popup .top .budgie-panel button.launcher:backdrop,
 8742.top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 8743window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop,
 8744.top .budgie-panel layouttabbar button.launcher:backdrop,
 8745layouttabbar .top .budgie-panel button.launcher:backdrop,
 8746.top .budgie-panel layouttab button.launcher:backdrop,
 8747layouttab .top .budgie-panel button.launcher:backdrop {
 8748  border: 2px solid transparent; }
 8749  .top .budgie-panel button.flat.launcher:hover, .top .budgie-panel button.launcher.osd.image-button:hover,
 8750  .top .budgie-panel .launcher.button.osd.image-button:hover, .top .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8751  .top .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8752  headerbar .top .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:hover,
 8753  .top .budgie-panel .context-menu > arrow.launcher:hover,
 8754  .top .budgie-panel menu > arrow.launcher:hover, .top .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel button.launcher.image-button:hover, .top .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel button.launcher.titlebutton:hover,
 8755  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 8756  .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,
 8757  .top .budgie-panel button.flat.launcher:backdrop:hover,
 8758  .top .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 8759  .top .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
 8760  .top .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8761  .titlebar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8762  .top .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8763  headerbar .top .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8764  .top .budgie-panel .menu > arrow.launcher:backdrop:hover,
 8765  .top .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 8766  .top .budgie-panel menu > arrow.launcher:backdrop:hover,
 8767  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 8768  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:hover,
 8769  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 8770  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8771  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 8772  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8773  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 8774  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:hover,
 8775  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 8776  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:hover,
 8777  .top .budgie-panel layouttabbar button.launcher:backdrop:hover,
 8778  layouttabbar .top .budgie-panel button.launcher:backdrop:hover,
 8779  .top .budgie-panel layouttab button.launcher:backdrop:hover,
 8780  layouttab .top .budgie-panel button.launcher:backdrop:hover {
 8781    border-top: 2px solid alpha(#ECEFF1, 0.4); }
 8782  .top .budgie-panel button.flat.launcher:active, .top .budgie-panel button.launcher.osd.image-button:active,
 8783  .top .budgie-panel .launcher.button.osd.image-button:active, .top .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
 8784  .top .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 8785  headerbar .top .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:active,
 8786  .top .budgie-panel .context-menu > arrow.launcher:active,
 8787  .top .budgie-panel menu > arrow.launcher:active, .top .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel button.launcher.image-button:active, .top .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel button.launcher.titlebutton:active,
 8788  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 8789  .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,
 8790  .top .budgie-panel .launcher.button.osd.image-button:checked, .top .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8791  .top .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8792  headerbar .top .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .menu > arrow.launcher:checked,
 8793  .top .budgie-panel .context-menu > arrow.launcher:checked,
 8794  .top .budgie-panel menu > arrow.launcher:checked, .top .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel button.launcher.image-button:checked, .top .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel button.launcher.titlebutton:checked,
 8795  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 8796  .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,
 8797  .top .budgie-panel button.flat.launcher:backdrop:active,
 8798  .top .budgie-panel button.launcher.osd.image-button:backdrop:active,
 8799  .top .budgie-panel .launcher.button.osd.image-button:backdrop:active,
 8800  .top .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8801  .titlebar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8802  .top .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8803  headerbar .top .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8804  .top .budgie-panel .menu > arrow.launcher:backdrop:active,
 8805  .top .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 8806  .top .budgie-panel menu > arrow.launcher:backdrop:active,
 8807  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 8808  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:active,
 8809  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 8810  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
 8811  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 8812  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:active,
 8813  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 8814  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:active,
 8815  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 8816  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:active,
 8817  .top .budgie-panel layouttabbar button.launcher:backdrop:active,
 8818  layouttabbar .top .budgie-panel button.launcher:backdrop:active,
 8819  .top .budgie-panel layouttab button.launcher:backdrop:active,
 8820  layouttab .top .budgie-panel button.launcher:backdrop:active,
 8821  .top .budgie-panel button.flat.launcher:backdrop:checked,
 8822  .top .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 8823  .top .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
 8824  .top .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8825  .titlebar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8826  .top .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8827  headerbar .top .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8828  .top .budgie-panel .menu > arrow.launcher:backdrop:checked,
 8829  .top .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 8830  .top .budgie-panel menu > arrow.launcher:backdrop:checked,
 8831  .top .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 8832  placessidebar row .top .budgie-panel button.launcher.image-button:backdrop:checked,
 8833  .top .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 8834  .csd headerbar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8835  .top .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 8836  .csd .titlebar .top .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8837  .top .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 8838  #gf-candidate-popup .top .budgie-panel button.launcher:backdrop:checked,
 8839  .top .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 8840  window > grid.vertical > box.vertical > widget .top .budgie-panel button.launcher:backdrop:checked,
 8841  .top .budgie-panel layouttabbar button.launcher:backdrop:checked,
 8842  layouttabbar .top .budgie-panel button.launcher:backdrop:checked,
 8843  .top .budgie-panel layouttab button.launcher:backdrop:checked,
 8844  layouttab .top .budgie-panel button.launcher:backdrop:checked {
 8845    border-top: 2px solid #E8E8E8; }
 8846
 8847.bottom .budgie-panel #tasklist-button button,
 8848.bottom .budgie-panel #tasklist-button button:backdrop {
 8849  border: 2px solid transparent; }
 8850  .bottom .budgie-panel #tasklist-button button:hover,
 8851  .bottom .budgie-panel #tasklist-button button:backdrop:hover {
 8852    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
 8853  .bottom .budgie-panel #tasklist-button button:active, .bottom .budgie-panel #tasklist-button button:checked,
 8854  .bottom .budgie-panel #tasklist-button button:backdrop:active,
 8855  .bottom .budgie-panel #tasklist-button button:backdrop:checked {
 8856    border-bottom: 2px solid #E8E8E8; }
 8857.bottom .budgie-panel button.flat.launcher, .bottom .budgie-panel button.launcher.osd.image-button,
 8858.bottom .budgie-panel .launcher.button.osd.image-button, .bottom .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 8859.bottom .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 8860headerbar .bottom .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher,
 8861.bottom .budgie-panel .context-menu > arrow.launcher,
 8862.bottom .budgie-panel menu > arrow.launcher, .bottom .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel button.launcher.image-button, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton,
 8863.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton,
 8864.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,
 8865.bottom .budgie-panel button.flat.launcher:backdrop,
 8866.bottom .budgie-panel button.launcher.osd.image-button:backdrop,
 8867.bottom .budgie-panel .launcher.button.osd.image-button:backdrop,
 8868.bottom .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8869.titlebar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8870.bottom .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8871headerbar .bottom .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 8872.bottom .budgie-panel .menu > arrow.launcher:backdrop,
 8873.bottom .budgie-panel .context-menu > arrow.launcher:backdrop,
 8874.bottom .budgie-panel menu > arrow.launcher:backdrop,
 8875.bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 8876placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop,
 8877.bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 8878.csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
 8879.bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 8880.csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop,
 8881.bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 8882#gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop,
 8883.bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 8884window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop,
 8885.bottom .budgie-panel layouttabbar button.launcher:backdrop,
 8886layouttabbar .bottom .budgie-panel button.launcher:backdrop,
 8887.bottom .budgie-panel layouttab button.launcher:backdrop,
 8888layouttab .bottom .budgie-panel button.launcher:backdrop {
 8889  border: 2px solid transparent; }
 8890  .bottom .budgie-panel button.flat.launcher:hover, .bottom .budgie-panel button.launcher.osd.image-button:hover,
 8891  .bottom .budgie-panel .launcher.button.osd.image-button:hover, .bottom .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8892  .bottom .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 8893  headerbar .bottom .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:hover,
 8894  .bottom .budgie-panel .context-menu > arrow.launcher:hover,
 8895  .bottom .budgie-panel menu > arrow.launcher:hover, .bottom .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel button.launcher.image-button:hover, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:hover,
 8896  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 8897  .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,
 8898  .bottom .budgie-panel button.flat.launcher:backdrop:hover,
 8899  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 8900  .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
 8901  .bottom .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8902  .titlebar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8903  .bottom .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8904  headerbar .bottom .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 8905  .bottom .budgie-panel .menu > arrow.launcher:backdrop:hover,
 8906  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 8907  .bottom .budgie-panel menu > arrow.launcher:backdrop:hover,
 8908  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 8909  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:hover,
 8910  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 8911  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8912  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 8913  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:hover,
 8914  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 8915  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:hover,
 8916  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 8917  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:hover,
 8918  .bottom .budgie-panel layouttabbar button.launcher:backdrop:hover,
 8919  layouttabbar .bottom .budgie-panel button.launcher:backdrop:hover,
 8920  .bottom .budgie-panel layouttab button.launcher:backdrop:hover,
 8921  layouttab .bottom .budgie-panel button.launcher:backdrop:hover {
 8922    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
 8923  .bottom .budgie-panel button.flat.launcher:active, .bottom .budgie-panel button.launcher.osd.image-button:active,
 8924  .bottom .budgie-panel .launcher.button.osd.image-button:active, .bottom .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
 8925  .bottom .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 8926  headerbar .bottom .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:active,
 8927  .bottom .budgie-panel .context-menu > arrow.launcher:active,
 8928  .bottom .budgie-panel menu > arrow.launcher:active, .bottom .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel button.launcher.image-button:active, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:active,
 8929  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 8930  .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,
 8931  .bottom .budgie-panel .launcher.button.osd.image-button:checked, .bottom .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8932  .bottom .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 8933  headerbar .bottom .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .menu > arrow.launcher:checked,
 8934  .bottom .budgie-panel .context-menu > arrow.launcher:checked,
 8935  .bottom .budgie-panel menu > arrow.launcher:checked, .bottom .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel button.launcher.image-button:checked, .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:checked,
 8936  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 8937  .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,
 8938  .bottom .budgie-panel button.flat.launcher:backdrop:active,
 8939  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:active,
 8940  .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:active,
 8941  .bottom .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8942  .titlebar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8943  .bottom .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8944  headerbar .bottom .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 8945  .bottom .budgie-panel .menu > arrow.launcher:backdrop:active,
 8946  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 8947  .bottom .budgie-panel menu > arrow.launcher:backdrop:active,
 8948  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 8949  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:active,
 8950  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 8951  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
 8952  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 8953  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:active,
 8954  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 8955  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:active,
 8956  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 8957  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:active,
 8958  .bottom .budgie-panel layouttabbar button.launcher:backdrop:active,
 8959  layouttabbar .bottom .budgie-panel button.launcher:backdrop:active,
 8960  .bottom .budgie-panel layouttab button.launcher:backdrop:active,
 8961  layouttab .bottom .budgie-panel button.launcher:backdrop:active,
 8962  .bottom .budgie-panel button.flat.launcher:backdrop:checked,
 8963  .bottom .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 8964  .bottom .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
 8965  .bottom .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8966  .titlebar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8967  .bottom .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8968  headerbar .bottom .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 8969  .bottom .budgie-panel .menu > arrow.launcher:backdrop:checked,
 8970  .bottom .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 8971  .bottom .budgie-panel menu > arrow.launcher:backdrop:checked,
 8972  .bottom .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 8973  placessidebar row .bottom .budgie-panel button.launcher.image-button:backdrop:checked,
 8974  .bottom .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 8975  .csd headerbar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8976  .bottom .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 8977  .csd .titlebar .bottom .budgie-panel button.launcher.titlebutton:backdrop:checked,
 8978  .bottom .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 8979  #gf-candidate-popup .bottom .budgie-panel button.launcher:backdrop:checked,
 8980  .bottom .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 8981  window > grid.vertical > box.vertical > widget .bottom .budgie-panel button.launcher:backdrop:checked,
 8982  .bottom .budgie-panel layouttabbar button.launcher:backdrop:checked,
 8983  layouttabbar .bottom .budgie-panel button.launcher:backdrop:checked,
 8984  .bottom .budgie-panel layouttab button.launcher:backdrop:checked,
 8985  layouttab .bottom .budgie-panel button.launcher:backdrop:checked {
 8986    border-bottom: 2px solid #E8E8E8; }
 8987
 8988.left .budgie-panel #tasklist-button button,
 8989.left .budgie-panel #tasklist-button button:backdrop {
 8990  border: 2px solid transparent; }
 8991  .left .budgie-panel #tasklist-button button:hover,
 8992  .left .budgie-panel #tasklist-button button:backdrop:hover {
 8993    border-left: 2px solid alpha(#ECEFF1, 0.4); }
 8994  .left .budgie-panel #tasklist-button button:active, .left .budgie-panel #tasklist-button button:checked,
 8995  .left .budgie-panel #tasklist-button button:backdrop:active,
 8996  .left .budgie-panel #tasklist-button button:backdrop:checked {
 8997    border-left: 2px solid #E8E8E8; }
 8998.left .budgie-panel button.flat.launcher, .left .budgie-panel button.launcher.osd.image-button,
 8999.left .budgie-panel .launcher.button.osd.image-button, .left .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9000.left .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9001headerbar .left .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher,
 9002.left .budgie-panel .context-menu > arrow.launcher,
 9003.left .budgie-panel menu > arrow.launcher, .left .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel button.launcher.image-button, .left .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel button.launcher.titlebutton,
 9004.left .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9005.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,
 9006.left .budgie-panel button.flat.launcher:backdrop,
 9007.left .budgie-panel button.launcher.osd.image-button:backdrop,
 9008.left .budgie-panel .launcher.button.osd.image-button:backdrop,
 9009.left .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9010.titlebar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9011.left .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9012headerbar .left .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9013.left .budgie-panel .menu > arrow.launcher:backdrop,
 9014.left .budgie-panel .context-menu > arrow.launcher:backdrop,
 9015.left .budgie-panel menu > arrow.launcher:backdrop,
 9016.left .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9017placessidebar row .left .budgie-panel button.launcher.image-button:backdrop,
 9018.left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9019.csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop,
 9020.left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9021.csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop,
 9022.left .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9023#gf-candidate-popup .left .budgie-panel button.launcher:backdrop,
 9024.left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9025window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop,
 9026.left .budgie-panel layouttabbar button.launcher:backdrop,
 9027layouttabbar .left .budgie-panel button.launcher:backdrop,
 9028.left .budgie-panel layouttab button.launcher:backdrop,
 9029layouttab .left .budgie-panel button.launcher:backdrop {
 9030  border: 2px solid transparent; }
 9031  .left .budgie-panel button.flat.launcher:hover, .left .budgie-panel button.launcher.osd.image-button:hover,
 9032  .left .budgie-panel .launcher.button.osd.image-button:hover, .left .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9033  .left .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9034  headerbar .left .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:hover,
 9035  .left .budgie-panel .context-menu > arrow.launcher:hover,
 9036  .left .budgie-panel menu > arrow.launcher:hover, .left .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel button.launcher.image-button:hover, .left .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel button.launcher.titlebutton:hover,
 9037  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9038  .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,
 9039  .left .budgie-panel button.flat.launcher:backdrop:hover,
 9040  .left .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9041  .left .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
 9042  .left .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9043  .titlebar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9044  .left .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9045  headerbar .left .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9046  .left .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9047  .left .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9048  .left .budgie-panel menu > arrow.launcher:backdrop:hover,
 9049  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9050  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:hover,
 9051  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9052  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9053  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9054  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9055  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9056  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:hover,
 9057  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9058  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:hover,
 9059  .left .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9060  layouttabbar .left .budgie-panel button.launcher:backdrop:hover,
 9061  .left .budgie-panel layouttab button.launcher:backdrop:hover,
 9062  layouttab .left .budgie-panel button.launcher:backdrop:hover {
 9063    border-left: 2px solid alpha(#ECEFF1, 0.4); }
 9064  .left .budgie-panel button.flat.launcher:active, .left .budgie-panel button.launcher.osd.image-button:active,
 9065  .left .budgie-panel .launcher.button.osd.image-button:active, .left .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
 9066  .left .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9067  headerbar .left .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:active,
 9068  .left .budgie-panel .context-menu > arrow.launcher:active,
 9069  .left .budgie-panel menu > arrow.launcher:active, .left .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel button.launcher.image-button:active, .left .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel button.launcher.titlebutton:active,
 9070  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9071  .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,
 9072  .left .budgie-panel .launcher.button.osd.image-button:checked, .left .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9073  .left .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9074  headerbar .left .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .menu > arrow.launcher:checked,
 9075  .left .budgie-panel .context-menu > arrow.launcher:checked,
 9076  .left .budgie-panel menu > arrow.launcher:checked, .left .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel button.launcher.image-button:checked, .left .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel button.launcher.titlebutton:checked,
 9077  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9078  .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,
 9079  .left .budgie-panel button.flat.launcher:backdrop:active,
 9080  .left .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9081  .left .budgie-panel .launcher.button.osd.image-button:backdrop:active,
 9082  .left .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9083  .titlebar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9084  .left .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9085  headerbar .left .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9086  .left .budgie-panel .menu > arrow.launcher:backdrop:active,
 9087  .left .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9088  .left .budgie-panel menu > arrow.launcher:backdrop:active,
 9089  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9090  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:active,
 9091  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9092  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
 9093  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9094  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:active,
 9095  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9096  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:active,
 9097  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9098  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:active,
 9099  .left .budgie-panel layouttabbar button.launcher:backdrop:active,
 9100  layouttabbar .left .budgie-panel button.launcher:backdrop:active,
 9101  .left .budgie-panel layouttab button.launcher:backdrop:active,
 9102  layouttab .left .budgie-panel button.launcher:backdrop:active,
 9103  .left .budgie-panel button.flat.launcher:backdrop:checked,
 9104  .left .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9105  .left .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
 9106  .left .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9107  .titlebar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9108  .left .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9109  headerbar .left .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9110  .left .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9111  .left .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9112  .left .budgie-panel menu > arrow.launcher:backdrop:checked,
 9113  .left .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9114  placessidebar row .left .budgie-panel button.launcher.image-button:backdrop:checked,
 9115  .left .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9116  .csd headerbar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9117  .left .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9118  .csd .titlebar .left .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9119  .left .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9120  #gf-candidate-popup .left .budgie-panel button.launcher:backdrop:checked,
 9121  .left .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9122  window > grid.vertical > box.vertical > widget .left .budgie-panel button.launcher:backdrop:checked,
 9123  .left .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9124  layouttabbar .left .budgie-panel button.launcher:backdrop:checked,
 9125  .left .budgie-panel layouttab button.launcher:backdrop:checked,
 9126  layouttab .left .budgie-panel button.launcher:backdrop:checked {
 9127    border-left: 2px solid #E8E8E8; }
 9128
 9129.right .budgie-panel #tasklist-button button,
 9130.right .budgie-panel #tasklist-button button:backdrop {
 9131  border: 2px solid transparent; }
 9132  .right .budgie-panel #tasklist-button button:hover,
 9133  .right .budgie-panel #tasklist-button button:backdrop:hover {
 9134    border-right: 2px solid alpha(#ECEFF1, 0.4); }
 9135  .right .budgie-panel #tasklist-button button:active, .right .budgie-panel #tasklist-button button:checked,
 9136  .right .budgie-panel #tasklist-button button:backdrop:active,
 9137  .right .budgie-panel #tasklist-button button:backdrop:checked {
 9138    border-right: 2px solid #E8E8E8; }
 9139.right .budgie-panel button.flat.launcher, .right .budgie-panel button.launcher.osd.image-button,
 9140.right .budgie-panel .launcher.button.osd.image-button, .right .budgie-panel .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action),
 9141.right .budgie-panel headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9142headerbar .right .budgie-panel button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher,
 9143.right .budgie-panel .context-menu > arrow.launcher,
 9144.right .budgie-panel menu > arrow.launcher, .right .budgie-panel placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel button.launcher.image-button, .right .budgie-panel .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel button.launcher.titlebutton,
 9145.right .budgie-panel .csd .titlebar button.launcher.titlebutton,
 9146.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,
 9147.right .budgie-panel button.flat.launcher:backdrop,
 9148.right .budgie-panel button.launcher.osd.image-button:backdrop,
 9149.right .budgie-panel .launcher.button.osd.image-button:backdrop,
 9150.right .budgie-panel .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9151.titlebar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9152.right .budgie-panel headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9153headerbar .right .budgie-panel button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9154.right .budgie-panel .menu > arrow.launcher:backdrop,
 9155.right .budgie-panel .context-menu > arrow.launcher:backdrop,
 9156.right .budgie-panel menu > arrow.launcher:backdrop,
 9157.right .budgie-panel placessidebar row button.launcher.image-button:backdrop,
 9158placessidebar row .right .budgie-panel button.launcher.image-button:backdrop,
 9159.right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop,
 9160.csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop,
 9161.right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop,
 9162.csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop,
 9163.right .budgie-panel #gf-candidate-popup button.launcher:backdrop,
 9164#gf-candidate-popup .right .budgie-panel button.launcher:backdrop,
 9165.right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9166window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop,
 9167.right .budgie-panel layouttabbar button.launcher:backdrop,
 9168layouttabbar .right .budgie-panel button.launcher:backdrop,
 9169.right .budgie-panel layouttab button.launcher:backdrop,
 9170layouttab .right .budgie-panel button.launcher:backdrop {
 9171  border: 2px solid transparent; }
 9172  .right .budgie-panel button.flat.launcher:hover, .right .budgie-panel button.launcher.osd.image-button:hover,
 9173  .right .budgie-panel .launcher.button.osd.image-button:hover, .right .budgie-panel .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9174  .right .budgie-panel headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9175  headerbar .right .budgie-panel button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:hover,
 9176  .right .budgie-panel .context-menu > arrow.launcher:hover,
 9177  .right .budgie-panel menu > arrow.launcher:hover, .right .budgie-panel placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel button.launcher.image-button:hover, .right .budgie-panel .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel button.launcher.titlebutton:hover,
 9178  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:hover,
 9179  .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,
 9180  .right .budgie-panel button.flat.launcher:backdrop:hover,
 9181  .right .budgie-panel button.launcher.osd.image-button:backdrop:hover,
 9182  .right .budgie-panel .launcher.button.osd.image-button:backdrop:hover,
 9183  .right .budgie-panel .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9184  .titlebar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9185  .right .budgie-panel headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9186  headerbar .right .budgie-panel button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9187  .right .budgie-panel .menu > arrow.launcher:backdrop:hover,
 9188  .right .budgie-panel .context-menu > arrow.launcher:backdrop:hover,
 9189  .right .budgie-panel menu > arrow.launcher:backdrop:hover,
 9190  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:hover,
 9191  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:hover,
 9192  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9193  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9194  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9195  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:hover,
 9196  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:hover,
 9197  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:hover,
 9198  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9199  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:hover,
 9200  .right .budgie-panel layouttabbar button.launcher:backdrop:hover,
 9201  layouttabbar .right .budgie-panel button.launcher:backdrop:hover,
 9202  .right .budgie-panel layouttab button.launcher:backdrop:hover,
 9203  layouttab .right .budgie-panel button.launcher:backdrop:hover {
 9204    border-right: 2px solid alpha(#ECEFF1, 0.4); }
 9205  .right .budgie-panel button.flat.launcher:active, .right .budgie-panel button.launcher.osd.image-button:active,
 9206  .right .budgie-panel .launcher.button.osd.image-button:active, .right .budgie-panel .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action),
 9207  .right .budgie-panel headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9208  headerbar .right .budgie-panel button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:active,
 9209  .right .budgie-panel .context-menu > arrow.launcher:active,
 9210  .right .budgie-panel menu > arrow.launcher:active, .right .budgie-panel placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel button.launcher.image-button:active, .right .budgie-panel .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel button.launcher.titlebutton:active,
 9211  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:active,
 9212  .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,
 9213  .right .budgie-panel .launcher.button.osd.image-button:checked, .right .budgie-panel .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9214  .right .budgie-panel headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9215  headerbar .right .budgie-panel button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .menu > arrow.launcher:checked,
 9216  .right .budgie-panel .context-menu > arrow.launcher:checked,
 9217  .right .budgie-panel menu > arrow.launcher:checked, .right .budgie-panel placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel button.launcher.image-button:checked, .right .budgie-panel .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel button.launcher.titlebutton:checked,
 9218  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:checked,
 9219  .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,
 9220  .right .budgie-panel button.flat.launcher:backdrop:active,
 9221  .right .budgie-panel button.launcher.osd.image-button:backdrop:active,
 9222  .right .budgie-panel .launcher.button.osd.image-button:backdrop:active,
 9223  .right .budgie-panel .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9224  .titlebar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9225  .right .budgie-panel headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9226  headerbar .right .budgie-panel button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9227  .right .budgie-panel .menu > arrow.launcher:backdrop:active,
 9228  .right .budgie-panel .context-menu > arrow.launcher:backdrop:active,
 9229  .right .budgie-panel menu > arrow.launcher:backdrop:active,
 9230  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:active,
 9231  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:active,
 9232  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:active,
 9233  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
 9234  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9235  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:active,
 9236  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:active,
 9237  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:active,
 9238  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9239  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:active,
 9240  .right .budgie-panel layouttabbar button.launcher:backdrop:active,
 9241  layouttabbar .right .budgie-panel button.launcher:backdrop:active,
 9242  .right .budgie-panel layouttab button.launcher:backdrop:active,
 9243  layouttab .right .budgie-panel button.launcher:backdrop:active,
 9244  .right .budgie-panel button.flat.launcher:backdrop:checked,
 9245  .right .budgie-panel button.launcher.osd.image-button:backdrop:checked,
 9246  .right .budgie-panel .launcher.button.osd.image-button:backdrop:checked,
 9247  .right .budgie-panel .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9248  .titlebar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9249  .right .budgie-panel headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9250  headerbar .right .budgie-panel button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9251  .right .budgie-panel .menu > arrow.launcher:backdrop:checked,
 9252  .right .budgie-panel .context-menu > arrow.launcher:backdrop:checked,
 9253  .right .budgie-panel menu > arrow.launcher:backdrop:checked,
 9254  .right .budgie-panel placessidebar row button.launcher.image-button:backdrop:checked,
 9255  placessidebar row .right .budgie-panel button.launcher.image-button:backdrop:checked,
 9256  .right .budgie-panel .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9257  .csd headerbar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9258  .right .budgie-panel .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9259  .csd .titlebar .right .budgie-panel button.launcher.titlebutton:backdrop:checked,
 9260  .right .budgie-panel #gf-candidate-popup button.launcher:backdrop:checked,
 9261  #gf-candidate-popup .right .budgie-panel button.launcher:backdrop:checked,
 9262  .right .budgie-panel window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9263  window > grid.vertical > box.vertical > widget .right .budgie-panel button.launcher:backdrop:checked,
 9264  .right .budgie-panel layouttabbar button.launcher:backdrop:checked,
 9265  layouttabbar .right .budgie-panel button.launcher:backdrop:checked,
 9266  .right .budgie-panel layouttab button.launcher:backdrop:checked,
 9267  layouttab .right .budgie-panel button.launcher:backdrop:checked {
 9268    border-right: 2px solid #E8E8E8; }
 9269
 9270.top .budgie-panel .unpinned button.flat.launcher, .top .budgie-panel .unpinned button.launcher.osd.image-button,
 9271.top .budgie-panel .unpinned .launcher.button.osd.image-button, .top .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
 9272.top .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9273headerbar .top .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher,
 9274.top .budgie-panel .unpinned .context-menu > arrow.launcher,
 9275.top .budgie-panel .unpinned menu > arrow.launcher, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton,
 9276.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 9277.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,
 9278.top .budgie-panel .unpinned button.flat.launcher:backdrop,
 9279.top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 9280.top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
 9281.top .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9282.titlebar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9283.top .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9284headerbar .top .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9285.top .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 9286.top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 9287.top .budgie-panel .unpinned menu > arrow.launcher:backdrop,
 9288.top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 9289placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop,
 9290.top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 9291.csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9292.top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 9293.csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9294.top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 9295#gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop,
 9296.top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9297window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop,
 9298.top .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 9299layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop,
 9300.top .budgie-panel .unpinned layouttab button.launcher:backdrop,
 9301layouttab .top .budgie-panel .unpinned button.launcher:backdrop,
 9302.top .budgie-panel .pinned button.flat.launcher.running,
 9303.top .budgie-panel .pinned button.launcher.running.osd.image-button,
 9304.top .budgie-panel .pinned .launcher.running.button.osd.image-button,
 9305.top .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9306.titlebar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9307.top .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9308headerbar .top .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9309.top .budgie-panel .pinned .menu > arrow.launcher.running,
 9310.top .budgie-panel .pinned .context-menu > arrow.launcher.running,
 9311.top .budgie-panel .pinned menu > arrow.launcher.running,
 9312.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 9313placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button,
 9314.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 9315.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton,
 9316.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 9317.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton,
 9318.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 9319#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running,
 9320.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 9321window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running,
 9322.top .budgie-panel .pinned layouttabbar button.launcher.running,
 9323layouttabbar .top .budgie-panel .pinned button.launcher.running,
 9324.top .budgie-panel .pinned layouttab button.launcher.running,
 9325layouttab .top .budgie-panel .pinned button.launcher.running,
 9326.top .budgie-panel .pinned button.flat.launcher.running:backdrop,
 9327.top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 9328.top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
 9329.top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9330.titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9331.top .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9332headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9333.top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 9334.top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 9335.top .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 9336.top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 9337placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 9338.top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 9339.csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9340.top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 9341.csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9342.top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 9343#gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop,
 9344.top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 9345window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop,
 9346.top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 9347layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop,
 9348.top .budgie-panel .pinned layouttab button.launcher.running:backdrop,
 9349layouttab .top .budgie-panel .pinned button.launcher.running:backdrop {
 9350  border: 2px solid transparent;
 9351  border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
 9352  .top .budgie-panel .unpinned button.flat.launcher:hover, .top .budgie-panel .unpinned button.launcher.osd.image-button:hover,
 9353  .top .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .top .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9354  .top .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9355  headerbar .top .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:hover,
 9356  .top .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
 9357  .top .budgie-panel .unpinned menu > arrow.launcher:hover, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:hover, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:hover,
 9358  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
 9359  .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,
 9360  .top .budgie-panel .unpinned .launcher.button.osd.image-button:active, .top .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
 9361  .top .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9362  headerbar .top .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:active,
 9363  .top .budgie-panel .unpinned .context-menu > arrow.launcher:active,
 9364  .top .budgie-panel .unpinned menu > arrow.launcher:active, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:active, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:active,
 9365  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
 9366  .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,
 9367  .top .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .top .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9368  .top .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9369  headerbar .top .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .top .budgie-panel .unpinned .menu > arrow.launcher:checked,
 9370  .top .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
 9371  .top .budgie-panel .unpinned menu > arrow.launcher:checked, .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:checked, .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:checked,
 9372  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
 9373  .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,
 9374  .top .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
 9375  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
 9376  .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
 9377  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9378  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9379  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9380  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9381  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
 9382  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
 9383  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
 9384  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
 9385  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
 9386  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9387  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9388  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9389  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9390  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
 9391  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:hover,
 9392  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9393  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:hover,
 9394  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
 9395  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:hover,
 9396  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
 9397  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:hover,
 9398  .top .budgie-panel .unpinned button.flat.launcher:backdrop:active,
 9399  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
 9400  .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
 9401  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9402  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9403  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9404  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9405  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
 9406  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
 9407  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
 9408  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
 9409  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
 9410  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
 9411  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
 9412  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9413  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
 9414  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
 9415  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:active,
 9416  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9417  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:active,
 9418  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
 9419  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:active,
 9420  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
 9421  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:active,
 9422  .top .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
 9423  .top .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
 9424  .top .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
 9425  .top .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9426  .titlebar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9427  .top .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9428  headerbar .top .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9429  .top .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
 9430  .top .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
 9431  .top .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
 9432  .top .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
 9433  placessidebar row .top .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
 9434  .top .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9435  .csd headerbar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
 9436  .top .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9437  .csd .titlebar .top .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
 9438  .top .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
 9439  #gf-candidate-popup .top .budgie-panel .unpinned button.launcher:backdrop:checked,
 9440  .top .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9441  window > grid.vertical > box.vertical > widget .top .budgie-panel .unpinned button.launcher:backdrop:checked,
 9442  .top .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
 9443  layouttabbar .top .budgie-panel .unpinned button.launcher:backdrop:checked,
 9444  .top .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
 9445  layouttab .top .budgie-panel .unpinned button.launcher:backdrop:checked,
 9446  .top .budgie-panel .pinned button.flat.launcher.running:hover,
 9447  .top .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
 9448  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
 9449  .top .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9450  .titlebar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9451  .top .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9452  headerbar .top .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9453  .top .budgie-panel .pinned .menu > arrow.launcher.running:hover,
 9454  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
 9455  .top .budgie-panel .pinned menu > arrow.launcher.running:hover,
 9456  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
 9457  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:hover,
 9458  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
 9459  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9460  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
 9461  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9462  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
 9463  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:hover,
 9464  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
 9465  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:hover,
 9466  .top .budgie-panel .pinned layouttabbar button.launcher.running:hover,
 9467  layouttabbar .top .budgie-panel .pinned button.launcher.running:hover,
 9468  .top .budgie-panel .pinned layouttab button.launcher.running:hover,
 9469  layouttab .top .budgie-panel .pinned button.launcher.running:hover,
 9470  .top .budgie-panel .pinned button.flat.launcher.running:active,
 9471  .top .budgie-panel .pinned button.launcher.running.osd.image-button:active,
 9472  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
 9473  .top .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9474  .titlebar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9475  .top .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9476  headerbar .top .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9477  .top .budgie-panel .pinned .menu > arrow.launcher.running:active,
 9478  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
 9479  .top .budgie-panel .pinned menu > arrow.launcher.running:active,
 9480  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
 9481  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:active,
 9482  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
 9483  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
 9484  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
 9485  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:active,
 9486  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
 9487  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:active,
 9488  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
 9489  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:active,
 9490  .top .budgie-panel .pinned layouttabbar button.launcher.running:active,
 9491  layouttabbar .top .budgie-panel .pinned button.launcher.running:active,
 9492  .top .budgie-panel .pinned layouttab button.launcher.running:active,
 9493  layouttab .top .budgie-panel .pinned button.launcher.running:active,
 9494  .top .budgie-panel .pinned button.flat.launcher.running:checked,
 9495  .top .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
 9496  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
 9497  .top .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9498  .titlebar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9499  .top .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9500  headerbar .top .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9501  .top .budgie-panel .pinned .menu > arrow.launcher.running:checked,
 9502  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
 9503  .top .budgie-panel .pinned menu > arrow.launcher.running:checked,
 9504  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
 9505  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:checked,
 9506  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
 9507  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
 9508  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
 9509  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:checked,
 9510  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
 9511  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:checked,
 9512  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
 9513  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:checked,
 9514  .top .budgie-panel .pinned layouttabbar button.launcher.running:checked,
 9515  layouttabbar .top .budgie-panel .pinned button.launcher.running:checked,
 9516  .top .budgie-panel .pinned layouttab button.launcher.running:checked,
 9517  layouttab .top .budgie-panel .pinned button.launcher.running:checked,
 9518  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
 9519  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
 9520  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
 9521  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9522  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9523  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9524  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9525  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
 9526  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
 9527  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
 9528  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
 9529  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
 9530  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
 9531  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9532  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
 9533  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9534  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
 9535  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9536  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
 9537  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9538  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
 9539  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9540  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
 9541  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9542  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
 9543  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
 9544  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
 9545  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9546  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9547  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9548  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9549  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
 9550  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
 9551  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
 9552  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
 9553  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
 9554  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
 9555  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
 9556  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
 9557  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
 9558  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
 9559  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:active,
 9560  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
 9561  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:active,
 9562  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
 9563  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:active,
 9564  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
 9565  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:active,
 9566  .top .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
 9567  .top .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
 9568  .top .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
 9569  .top .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9570  .titlebar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9571  .top .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9572  headerbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9573  .top .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
 9574  .top .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
 9575  .top .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
 9576  .top .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
 9577  placessidebar row .top .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
 9578  .top .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
 9579  .csd headerbar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
 9580  .top .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
 9581  .csd .titlebar .top .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
 9582  .top .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
 9583  #gf-candidate-popup .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9584  .top .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
 9585  window > grid.vertical > box.vertical > widget .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9586  .top .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
 9587  layouttabbar .top .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9588  .top .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
 9589  layouttab .top .budgie-panel .pinned button.launcher.running:backdrop:checked {
 9590    border-top: 2px solid #E8E8E8;
 9591    border-image: none; }
 9592
 9593.bottom .budgie-panel .unpinned button.flat.launcher, .bottom .budgie-panel .unpinned button.launcher.osd.image-button,
 9594.bottom .budgie-panel .unpinned .launcher.button.osd.image-button, .bottom .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
 9595.bottom .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9596headerbar .bottom .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher,
 9597.bottom .budgie-panel .unpinned .context-menu > arrow.launcher,
 9598.bottom .budgie-panel .unpinned menu > arrow.launcher, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton,
 9599.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 9600.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,
 9601.bottom .budgie-panel .unpinned button.flat.launcher:backdrop,
 9602.bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 9603.bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
 9604.bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9605.titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9606.bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9607headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9608.bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 9609.bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 9610.bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop,
 9611.bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 9612placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop,
 9613.bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 9614.csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9615.bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 9616.csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9617.bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 9618#gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop,
 9619.bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9620window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop,
 9621.bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 9622layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop,
 9623.bottom .budgie-panel .unpinned layouttab button.launcher:backdrop,
 9624layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop,
 9625.bottom .budgie-panel .pinned button.flat.launcher.running,
 9626.bottom .budgie-panel .pinned button.launcher.running.osd.image-button,
 9627.bottom .budgie-panel .pinned .launcher.running.button.osd.image-button,
 9628.bottom .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9629.titlebar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9630.bottom .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9631headerbar .bottom .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9632.bottom .budgie-panel .pinned .menu > arrow.launcher.running,
 9633.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running,
 9634.bottom .budgie-panel .pinned menu > arrow.launcher.running,
 9635.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 9636placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button,
 9637.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 9638.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
 9639.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 9640.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton,
 9641.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 9642#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running,
 9643.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 9644window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running,
 9645.bottom .budgie-panel .pinned layouttabbar button.launcher.running,
 9646layouttabbar .bottom .budgie-panel .pinned button.launcher.running,
 9647.bottom .budgie-panel .pinned layouttab button.launcher.running,
 9648layouttab .bottom .budgie-panel .pinned button.launcher.running,
 9649.bottom .budgie-panel .pinned button.flat.launcher.running:backdrop,
 9650.bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 9651.bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
 9652.bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9653.titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9654.bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9655headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9656.bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 9657.bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 9658.bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 9659.bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 9660placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 9661.bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 9662.csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9663.bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 9664.csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9665.bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 9666#gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop,
 9667.bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 9668window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop,
 9669.bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 9670layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop,
 9671.bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop,
 9672layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop {
 9673  border: 2px solid transparent;
 9674  border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
 9675  .bottom .budgie-panel .unpinned button.flat.launcher:hover, .bottom .budgie-panel .unpinned button.launcher.osd.image-button:hover,
 9676  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .bottom .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9677  .bottom .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
 9678  headerbar .bottom .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:hover,
 9679  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
 9680  .bottom .budgie-panel .unpinned menu > arrow.launcher:hover, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:hover, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:hover,
 9681  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
 9682  .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,
 9683  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:active, .bottom .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
 9684  .bottom .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
 9685  headerbar .bottom .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:active,
 9686  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:active,
 9687  .bottom .budgie-panel .unpinned menu > arrow.launcher:active, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:active, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:active,
 9688  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
 9689  .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,
 9690  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .bottom .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9691  .bottom .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
 9692  headerbar .bottom .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .bottom .budgie-panel .unpinned .menu > arrow.launcher:checked,
 9693  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
 9694  .bottom .budgie-panel .unpinned menu > arrow.launcher:checked, .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:checked, .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:checked,
 9695  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
 9696  .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,
 9697  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
 9698  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
 9699  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
 9700  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9701  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9702  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9703  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9704  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
 9705  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
 9706  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
 9707  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
 9708  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
 9709  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
 9710  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9711  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
 9712  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
 9713  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
 9714  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
 9715  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
 9716  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
 9717  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
 9718  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
 9719  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
 9720  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:hover,
 9721  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:active,
 9722  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
 9723  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
 9724  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9725  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9726  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9727  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
 9728  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
 9729  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
 9730  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
 9731  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
 9732  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
 9733  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
 9734  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
 9735  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
 9736  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
 9737  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
 9738  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
 9739  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
 9740  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
 9741  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
 9742  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
 9743  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
 9744  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:active,
 9745  .bottom .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
 9746  .bottom .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
 9747  .bottom .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
 9748  .bottom .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9749  .titlebar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9750  .bottom .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9751  headerbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9752  .bottom .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
 9753  .bottom .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
 9754  .bottom .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
 9755  .bottom .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
 9756  placessidebar row .bottom .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
 9757  .bottom .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
 9758  .csd headerbar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
 9759  .bottom .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
 9760  .csd .titlebar .bottom .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
 9761  .bottom .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
 9762  #gf-candidate-popup .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
 9763  .bottom .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
 9764  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
 9765  .bottom .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
 9766  layouttabbar .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
 9767  .bottom .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
 9768  layouttab .bottom .budgie-panel .unpinned button.launcher:backdrop:checked,
 9769  .bottom .budgie-panel .pinned button.flat.launcher.running:hover,
 9770  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
 9771  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
 9772  .bottom .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9773  .titlebar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9774  .bottom .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9775  headerbar .bottom .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
 9776  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:hover,
 9777  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
 9778  .bottom .budgie-panel .pinned menu > arrow.launcher.running:hover,
 9779  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
 9780  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:hover,
 9781  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
 9782  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9783  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
 9784  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:hover,
 9785  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
 9786  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:hover,
 9787  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
 9788  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:hover,
 9789  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:hover,
 9790  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:hover,
 9791  .bottom .budgie-panel .pinned layouttab button.launcher.running:hover,
 9792  layouttab .bottom .budgie-panel .pinned button.launcher.running:hover,
 9793  .bottom .budgie-panel .pinned button.flat.launcher.running:active,
 9794  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:active,
 9795  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
 9796  .bottom .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9797  .titlebar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9798  .bottom .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9799  headerbar .bottom .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
 9800  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:active,
 9801  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
 9802  .bottom .budgie-panel .pinned menu > arrow.launcher.running:active,
 9803  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
 9804  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:active,
 9805  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
 9806  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
 9807  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
 9808  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:active,
 9809  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
 9810  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:active,
 9811  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
 9812  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:active,
 9813  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:active,
 9814  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:active,
 9815  .bottom .budgie-panel .pinned layouttab button.launcher.running:active,
 9816  layouttab .bottom .budgie-panel .pinned button.launcher.running:active,
 9817  .bottom .budgie-panel .pinned button.flat.launcher.running:checked,
 9818  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
 9819  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
 9820  .bottom .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9821  .titlebar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9822  .bottom .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9823  headerbar .bottom .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
 9824  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:checked,
 9825  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
 9826  .bottom .budgie-panel .pinned menu > arrow.launcher.running:checked,
 9827  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
 9828  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:checked,
 9829  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
 9830  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
 9831  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
 9832  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:checked,
 9833  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
 9834  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:checked,
 9835  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
 9836  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:checked,
 9837  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:checked,
 9838  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:checked,
 9839  .bottom .budgie-panel .pinned layouttab button.launcher.running:checked,
 9840  layouttab .bottom .budgie-panel .pinned button.launcher.running:checked,
 9841  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
 9842  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
 9843  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
 9844  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9845  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9846  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9847  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
 9848  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
 9849  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
 9850  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
 9851  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
 9852  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
 9853  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
 9854  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9855  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
 9856  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
 9857  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
 9858  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9859  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
 9860  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9861  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
 9862  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9863  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
 9864  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:hover,
 9865  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
 9866  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
 9867  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
 9868  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9869  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9870  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9871  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
 9872  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
 9873  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
 9874  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
 9875  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
 9876  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
 9877  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
 9878  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
 9879  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
 9880  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
 9881  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
 9882  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
 9883  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
 9884  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
 9885  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
 9886  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
 9887  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
 9888  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:active,
 9889  .bottom .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
 9890  .bottom .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
 9891  .bottom .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
 9892  .bottom .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9893  .titlebar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9894  .bottom .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9895  headerbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
 9896  .bottom .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
 9897  .bottom .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
 9898  .bottom .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
 9899  .bottom .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
 9900  placessidebar row .bottom .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
 9901  .bottom .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
 9902  .csd headerbar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
 9903  .bottom .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
 9904  .csd .titlebar .bottom .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
 9905  .bottom .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
 9906  #gf-candidate-popup .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9907  .bottom .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
 9908  window > grid.vertical > box.vertical > widget .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9909  .bottom .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
 9910  layouttabbar .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked,
 9911  .bottom .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
 9912  layouttab .bottom .budgie-panel .pinned button.launcher.running:backdrop:checked {
 9913    border-bottom: 2px solid #E8E8E8;
 9914    border-image: none; }
 9915
 9916.left .budgie-panel .unpinned button.flat.launcher, .left .budgie-panel .unpinned button.launcher.osd.image-button,
 9917.left .budgie-panel .unpinned .launcher.button.osd.image-button, .left .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
 9918.left .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
 9919headerbar .left .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher,
 9920.left .budgie-panel .unpinned .context-menu > arrow.launcher,
 9921.left .budgie-panel .unpinned menu > arrow.launcher, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton,
 9922.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
 9923.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,
 9924.left .budgie-panel .unpinned button.flat.launcher:backdrop,
 9925.left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
 9926.left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
 9927.left .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9928.titlebar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9929.left .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9930headerbar .left .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
 9931.left .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
 9932.left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
 9933.left .budgie-panel .unpinned menu > arrow.launcher:backdrop,
 9934.left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
 9935placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop,
 9936.left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
 9937.csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9938.left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
 9939.csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
 9940.left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
 9941#gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop,
 9942.left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
 9943window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop,
 9944.left .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
 9945layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop,
 9946.left .budgie-panel .unpinned layouttab button.launcher:backdrop,
 9947layouttab .left .budgie-panel .unpinned button.launcher:backdrop,
 9948.left .budgie-panel .pinned button.flat.launcher.running,
 9949.left .budgie-panel .pinned button.launcher.running.osd.image-button,
 9950.left .budgie-panel .pinned .launcher.running.button.osd.image-button,
 9951.left .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9952.titlebar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9953.left .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
 9954headerbar .left .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
 9955.left .budgie-panel .pinned .menu > arrow.launcher.running,
 9956.left .budgie-panel .pinned .context-menu > arrow.launcher.running,
 9957.left .budgie-panel .pinned menu > arrow.launcher.running,
 9958.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
 9959placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button,
 9960.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
 9961.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton,
 9962.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
 9963.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton,
 9964.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
 9965#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running,
 9966.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
 9967window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running,
 9968.left .budgie-panel .pinned layouttabbar button.launcher.running,
 9969layouttabbar .left .budgie-panel .pinned button.launcher.running,
 9970.left .budgie-panel .pinned layouttab button.launcher.running,
 9971layouttab .left .budgie-panel .pinned button.launcher.running,
 9972.left .budgie-panel .pinned button.flat.launcher.running:backdrop,
 9973.left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
 9974.left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
 9975.left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9976.titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9977.left .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9978headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
 9979.left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
 9980.left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
 9981.left .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
 9982.left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
 9983placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop,
 9984.left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
 9985.csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9986.left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
 9987.csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
 9988.left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
 9989#gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop,
 9990.left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
 9991window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop,
 9992.left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
 9993layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop,
 9994.left .budgie-panel .pinned layouttab button.launcher.running:backdrop,
 9995layouttab .left .budgie-panel .pinned button.launcher.running:backdrop {
 9996  border: 2px solid transparent;
 9997  border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
 9998  .left .budgie-panel .unpinned button.flat.launcher:hover, .left .budgie-panel .unpinned button.launcher.osd.image-button:hover,
 9999  .left .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .left .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
10000  .left .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10001  headerbar .left .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:hover,
10002  .left .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10003  .left .budgie-panel .unpinned menu > arrow.launcher:hover, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:hover, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:hover,
10004  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10005  .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,
10006  .left .budgie-panel .unpinned .launcher.button.osd.image-button:active, .left .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
10007  .left .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10008  headerbar .left .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:active,
10009  .left .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10010  .left .budgie-panel .unpinned menu > arrow.launcher:active, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:active, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:active,
10011  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10012  .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,
10013  .left .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .left .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
10014  .left .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10015  headerbar .left .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .left .budgie-panel .unpinned .menu > arrow.launcher:checked,
10016  .left .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10017  .left .budgie-panel .unpinned menu > arrow.launcher:checked, .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:checked, .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:checked,
10018  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10019  .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,
10020  .left .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10021  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10022  .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
10023  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10024  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10025  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10026  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10027  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10028  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10029  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10030  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10031  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10032  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10033  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10034  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10035  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10036  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10037  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10038  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10039  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10040  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10041  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10042  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10043  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:hover,
10044  .left .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10045  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10046  .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
10047  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10048  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10049  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10050  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10051  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10052  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10053  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10054  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10055  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10056  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10057  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10058  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10059  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10060  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10061  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:active,
10062  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10063  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:active,
10064  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10065  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:active,
10066  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10067  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:active,
10068  .left .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10069  .left .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10070  .left .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
10071  .left .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10072  .titlebar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10073  .left .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10074  headerbar .left .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10075  .left .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10076  .left .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10077  .left .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10078  .left .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10079  placessidebar row .left .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10080  .left .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10081  .csd headerbar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10082  .left .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10083  .csd .titlebar .left .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10084  .left .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10085  #gf-candidate-popup .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10086  .left .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10087  window > grid.vertical > box.vertical > widget .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10088  .left .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10089  layouttabbar .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10090  .left .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10091  layouttab .left .budgie-panel .unpinned button.launcher:backdrop:checked,
10092  .left .budgie-panel .pinned button.flat.launcher.running:hover,
10093  .left .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10094  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
10095  .left .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10096  .titlebar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10097  .left .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10098  headerbar .left .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10099  .left .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10100  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10101  .left .budgie-panel .pinned menu > arrow.launcher.running:hover,
10102  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10103  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:hover,
10104  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10105  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10106  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10107  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10108  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10109  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:hover,
10110  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10111  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:hover,
10112  .left .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10113  layouttabbar .left .budgie-panel .pinned button.launcher.running:hover,
10114  .left .budgie-panel .pinned layouttab button.launcher.running:hover,
10115  layouttab .left .budgie-panel .pinned button.launcher.running:hover,
10116  .left .budgie-panel .pinned button.flat.launcher.running:active,
10117  .left .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10118  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
10119  .left .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10120  .titlebar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10121  .left .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10122  headerbar .left .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10123  .left .budgie-panel .pinned .menu > arrow.launcher.running:active,
10124  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10125  .left .budgie-panel .pinned menu > arrow.launcher.running:active,
10126  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10127  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:active,
10128  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10129  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10130  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10131  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:active,
10132  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10133  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:active,
10134  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10135  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:active,
10136  .left .budgie-panel .pinned layouttabbar button.launcher.running:active,
10137  layouttabbar .left .budgie-panel .pinned button.launcher.running:active,
10138  .left .budgie-panel .pinned layouttab button.launcher.running:active,
10139  layouttab .left .budgie-panel .pinned button.launcher.running:active,
10140  .left .budgie-panel .pinned button.flat.launcher.running:checked,
10141  .left .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10142  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
10143  .left .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10144  .titlebar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10145  .left .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10146  headerbar .left .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10147  .left .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10148  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10149  .left .budgie-panel .pinned menu > arrow.launcher.running:checked,
10150  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10151  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:checked,
10152  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10153  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10154  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10155  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10156  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10157  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:checked,
10158  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10159  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:checked,
10160  .left .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10161  layouttabbar .left .budgie-panel .pinned button.launcher.running:checked,
10162  .left .budgie-panel .pinned layouttab button.launcher.running:checked,
10163  layouttab .left .budgie-panel .pinned button.launcher.running:checked,
10164  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10165  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10166  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
10167  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10168  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10169  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10170  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10171  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10172  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10173  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10174  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10175  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10176  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10177  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10178  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10179  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10180  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10181  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10182  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10183  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10184  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10185  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10186  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10187  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:hover,
10188  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10189  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10190  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
10191  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10192  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10193  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10194  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10195  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10196  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10197  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10198  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10199  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10200  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10201  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10202  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10203  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10204  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10205  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10206  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10207  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10208  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10209  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10210  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10211  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:active,
10212  .left .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10213  .left .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10214  .left .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
10215  .left .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10216  .titlebar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10217  .left .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10218  headerbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10219  .left .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10220  .left .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10221  .left .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10222  .left .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10223  placessidebar row .left .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10224  .left .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10225  .csd headerbar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10226  .left .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10227  .csd .titlebar .left .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10228  .left .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10229  #gf-candidate-popup .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10230  .left .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10231  window > grid.vertical > box.vertical > widget .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10232  .left .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10233  layouttabbar .left .budgie-panel .pinned button.launcher.running:backdrop:checked,
10234  .left .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10235  layouttab .left .budgie-panel .pinned button.launcher.running:backdrop:checked {
10236    border-left: 2px solid #E8E8E8;
10237    border-image: none; }
10238
10239.right .budgie-panel .unpinned button.flat.launcher, .right .budgie-panel .unpinned button.launcher.osd.image-button,
10240.right .budgie-panel .unpinned .launcher.button.osd.image-button, .right .budgie-panel .unpinned .titlebar button.launcher:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action),
10241.right .budgie-panel .unpinned headerbar button.launcher:not(.suggested-action):not(.destructive-action),
10242headerbar .right .budgie-panel .unpinned button.launcher:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher,
10243.right .budgie-panel .unpinned .context-menu > arrow.launcher,
10244.right .budgie-panel .unpinned menu > arrow.launcher, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton,
10245.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton,
10246.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,
10247.right .budgie-panel .unpinned button.flat.launcher:backdrop,
10248.right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop,
10249.right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop,
10250.right .budgie-panel .unpinned .titlebar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10251.titlebar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10252.right .budgie-panel .unpinned headerbar button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10253headerbar .right .budgie-panel .unpinned button.launcher:backdrop:not(.suggested-action):not(.destructive-action),
10254.right .budgie-panel .unpinned .menu > arrow.launcher:backdrop,
10255.right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop,
10256.right .budgie-panel .unpinned menu > arrow.launcher:backdrop,
10257.right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop,
10258placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop,
10259.right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop,
10260.csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10261.right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop,
10262.csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop,
10263.right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop,
10264#gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop,
10265.right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop,
10266window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop,
10267.right .budgie-panel .unpinned layouttabbar button.launcher:backdrop,
10268layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop,
10269.right .budgie-panel .unpinned layouttab button.launcher:backdrop,
10270layouttab .right .budgie-panel .unpinned button.launcher:backdrop,
10271.right .budgie-panel .pinned button.flat.launcher.running,
10272.right .budgie-panel .pinned button.launcher.running.osd.image-button,
10273.right .budgie-panel .pinned .launcher.running.button.osd.image-button,
10274.right .budgie-panel .pinned .titlebar button.launcher.running:not(.suggested-action):not(.destructive-action),
10275.titlebar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10276.right .budgie-panel .pinned headerbar button.launcher.running:not(.suggested-action):not(.destructive-action),
10277headerbar .right .budgie-panel .pinned button.launcher.running:not(.suggested-action):not(.destructive-action),
10278.right .budgie-panel .pinned .menu > arrow.launcher.running,
10279.right .budgie-panel .pinned .context-menu > arrow.launcher.running,
10280.right .budgie-panel .pinned menu > arrow.launcher.running,
10281.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button,
10282placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button,
10283.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton,
10284.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton,
10285.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton,
10286.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton,
10287.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running,
10288#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running,
10289.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running,
10290window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running,
10291.right .budgie-panel .pinned layouttabbar button.launcher.running,
10292layouttabbar .right .budgie-panel .pinned button.launcher.running,
10293.right .budgie-panel .pinned layouttab button.launcher.running,
10294layouttab .right .budgie-panel .pinned button.launcher.running,
10295.right .budgie-panel .pinned button.flat.launcher.running:backdrop,
10296.right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop,
10297.right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop,
10298.right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10299.titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10300.right .budgie-panel .pinned headerbar button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10301headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:not(.suggested-action):not(.destructive-action),
10302.right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop,
10303.right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop,
10304.right .budgie-panel .pinned menu > arrow.launcher.running:backdrop,
10305.right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop,
10306placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop,
10307.right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop,
10308.csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10309.right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop,
10310.csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop,
10311.right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop,
10312#gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop,
10313.right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop,
10314window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop,
10315.right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop,
10316layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop,
10317.right .budgie-panel .pinned layouttab button.launcher.running:backdrop,
10318layouttab .right .budgie-panel .pinned button.launcher.running:backdrop {
10319  border: 2px solid transparent;
10320  border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
10321  .right .budgie-panel .unpinned button.flat.launcher:hover, .right .budgie-panel .unpinned button.launcher.osd.image-button:hover,
10322  .right .budgie-panel .unpinned .launcher.button.osd.image-button:hover, .right .budgie-panel .unpinned .titlebar button.launcher:hover:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action),
10323  .right .budgie-panel .unpinned headerbar button.launcher:hover:not(.suggested-action):not(.destructive-action),
10324  headerbar .right .budgie-panel .unpinned button.launcher:hover:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:hover,
10325  .right .budgie-panel .unpinned .context-menu > arrow.launcher:hover,
10326  .right .budgie-panel .unpinned menu > arrow.launcher:hover, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:hover, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:hover, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:hover, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:hover,
10327  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:hover,
10328  .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,
10329  .right .budgie-panel .unpinned .launcher.button.osd.image-button:active, .right .budgie-panel .unpinned .titlebar button.launcher:active:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action),
10330  .right .budgie-panel .unpinned headerbar button.launcher:active:not(.suggested-action):not(.destructive-action),
10331  headerbar .right .budgie-panel .unpinned button.launcher:active:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:active,
10332  .right .budgie-panel .unpinned .context-menu > arrow.launcher:active,
10333  .right .budgie-panel .unpinned menu > arrow.launcher:active, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:active, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:active, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:active, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:active,
10334  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:active,
10335  .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,
10336  .right .budgie-panel .unpinned .launcher.button.osd.image-button:checked, .right .budgie-panel .unpinned .titlebar button.launcher:checked:not(.suggested-action):not(.destructive-action), .titlebar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action),
10337  .right .budgie-panel .unpinned headerbar button.launcher:checked:not(.suggested-action):not(.destructive-action),
10338  headerbar .right .budgie-panel .unpinned button.launcher:checked:not(.suggested-action):not(.destructive-action), .right .budgie-panel .unpinned .menu > arrow.launcher:checked,
10339  .right .budgie-panel .unpinned .context-menu > arrow.launcher:checked,
10340  .right .budgie-panel .unpinned menu > arrow.launcher:checked, .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:checked, placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:checked, .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:checked, .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:checked,
10341  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:checked,
10342  .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,
10343  .right .budgie-panel .unpinned button.flat.launcher:backdrop:hover,
10344  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:hover,
10345  .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:hover,
10346  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10347  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10348  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10349  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:hover:not(.suggested-action):not(.destructive-action),
10350  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:hover,
10351  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:hover,
10352  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:hover,
10353  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:hover,
10354  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:hover,
10355  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:hover,
10356  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10357  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:hover,
10358  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:hover,
10359  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:hover,
10360  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10361  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:hover,
10362  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10363  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:hover,
10364  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10365  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:hover,
10366  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:hover,
10367  .right .budgie-panel .unpinned button.flat.launcher:backdrop:active,
10368  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:active,
10369  .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:active,
10370  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10371  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10372  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10373  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:active:not(.suggested-action):not(.destructive-action),
10374  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:active,
10375  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:active,
10376  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:active,
10377  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:active,
10378  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:active,
10379  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:active,
10380  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10381  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:active,
10382  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:active,
10383  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:active,
10384  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:active,
10385  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:active,
10386  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:active,
10387  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:active,
10388  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:active,
10389  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:active,
10390  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:active,
10391  .right .budgie-panel .unpinned button.flat.launcher:backdrop:checked,
10392  .right .budgie-panel .unpinned button.launcher.osd.image-button:backdrop:checked,
10393  .right .budgie-panel .unpinned .launcher.button.osd.image-button:backdrop:checked,
10394  .right .budgie-panel .unpinned .titlebar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10395  .titlebar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10396  .right .budgie-panel .unpinned headerbar button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10397  headerbar .right .budgie-panel .unpinned button.launcher:backdrop:checked:not(.suggested-action):not(.destructive-action),
10398  .right .budgie-panel .unpinned .menu > arrow.launcher:backdrop:checked,
10399  .right .budgie-panel .unpinned .context-menu > arrow.launcher:backdrop:checked,
10400  .right .budgie-panel .unpinned menu > arrow.launcher:backdrop:checked,
10401  .right .budgie-panel .unpinned placessidebar row button.launcher.image-button:backdrop:checked,
10402  placessidebar row .right .budgie-panel .unpinned button.launcher.image-button:backdrop:checked,
10403  .right .budgie-panel .unpinned .csd headerbar button.launcher.titlebutton:backdrop:checked,
10404  .csd headerbar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10405  .right .budgie-panel .unpinned .csd .titlebar button.launcher.titlebutton:backdrop:checked,
10406  .csd .titlebar .right .budgie-panel .unpinned button.launcher.titlebutton:backdrop:checked,
10407  .right .budgie-panel .unpinned #gf-candidate-popup button.launcher:backdrop:checked,
10408  #gf-candidate-popup .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10409  .right .budgie-panel .unpinned window > grid.vertical > box.vertical > widget button.launcher:backdrop:checked,
10410  window > grid.vertical > box.vertical > widget .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10411  .right .budgie-panel .unpinned layouttabbar button.launcher:backdrop:checked,
10412  layouttabbar .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10413  .right .budgie-panel .unpinned layouttab button.launcher:backdrop:checked,
10414  layouttab .right .budgie-panel .unpinned button.launcher:backdrop:checked,
10415  .right .budgie-panel .pinned button.flat.launcher.running:hover,
10416  .right .budgie-panel .pinned button.launcher.running.osd.image-button:hover,
10417  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:hover,
10418  .right .budgie-panel .pinned .titlebar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10419  .titlebar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10420  .right .budgie-panel .pinned headerbar button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10421  headerbar .right .budgie-panel .pinned button.launcher.running:hover:not(.suggested-action):not(.destructive-action),
10422  .right .budgie-panel .pinned .menu > arrow.launcher.running:hover,
10423  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:hover,
10424  .right .budgie-panel .pinned menu > arrow.launcher.running:hover,
10425  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:hover,
10426  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:hover,
10427  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:hover,
10428  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10429  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:hover,
10430  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:hover,
10431  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:hover,
10432  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:hover,
10433  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:hover,
10434  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:hover,
10435  .right .budgie-panel .pinned layouttabbar button.launcher.running:hover,
10436  layouttabbar .right .budgie-panel .pinned button.launcher.running:hover,
10437  .right .budgie-panel .pinned layouttab button.launcher.running:hover,
10438  layouttab .right .budgie-panel .pinned button.launcher.running:hover,
10439  .right .budgie-panel .pinned button.flat.launcher.running:active,
10440  .right .budgie-panel .pinned button.launcher.running.osd.image-button:active,
10441  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:active,
10442  .right .budgie-panel .pinned .titlebar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10443  .titlebar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10444  .right .budgie-panel .pinned headerbar button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10445  headerbar .right .budgie-panel .pinned button.launcher.running:active:not(.suggested-action):not(.destructive-action),
10446  .right .budgie-panel .pinned .menu > arrow.launcher.running:active,
10447  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:active,
10448  .right .budgie-panel .pinned menu > arrow.launcher.running:active,
10449  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:active,
10450  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:active,
10451  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:active,
10452  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
10453  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:active,
10454  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:active,
10455  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:active,
10456  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:active,
10457  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:active,
10458  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:active,
10459  .right .budgie-panel .pinned layouttabbar button.launcher.running:active,
10460  layouttabbar .right .budgie-panel .pinned button.launcher.running:active,
10461  .right .budgie-panel .pinned layouttab button.launcher.running:active,
10462  layouttab .right .budgie-panel .pinned button.launcher.running:active,
10463  .right .budgie-panel .pinned button.flat.launcher.running:checked,
10464  .right .budgie-panel .pinned button.launcher.running.osd.image-button:checked,
10465  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:checked,
10466  .right .budgie-panel .pinned .titlebar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10467  .titlebar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10468  .right .budgie-panel .pinned headerbar button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10469  headerbar .right .budgie-panel .pinned button.launcher.running:checked:not(.suggested-action):not(.destructive-action),
10470  .right .budgie-panel .pinned .menu > arrow.launcher.running:checked,
10471  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:checked,
10472  .right .budgie-panel .pinned menu > arrow.launcher.running:checked,
10473  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:checked,
10474  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:checked,
10475  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:checked,
10476  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10477  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:checked,
10478  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:checked,
10479  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:checked,
10480  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:checked,
10481  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:checked,
10482  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:checked,
10483  .right .budgie-panel .pinned layouttabbar button.launcher.running:checked,
10484  layouttabbar .right .budgie-panel .pinned button.launcher.running:checked,
10485  .right .budgie-panel .pinned layouttab button.launcher.running:checked,
10486  layouttab .right .budgie-panel .pinned button.launcher.running:checked,
10487  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:hover,
10488  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:hover,
10489  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:hover,
10490  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10491  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10492  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10493  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover:not(.suggested-action):not(.destructive-action),
10494  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:hover,
10495  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:hover,
10496  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:hover,
10497  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:hover,
10498  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:hover,
10499  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:hover,
10500  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10501  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:hover,
10502  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:hover,
10503  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:hover,
10504  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10505  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:hover,
10506  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10507  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:hover,
10508  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10509  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:hover,
10510  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:hover,
10511  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:active,
10512  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:active,
10513  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:active,
10514  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10515  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10516  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10517  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:active:not(.suggested-action):not(.destructive-action),
10518  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:active,
10519  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:active,
10520  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:active,
10521  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:active,
10522  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:active,
10523  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:active,
10524  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10525  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:active,
10526  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:active,
10527  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:active,
10528  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10529  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:active,
10530  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10531  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:active,
10532  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10533  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:active,
10534  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:active,
10535  .right .budgie-panel .pinned button.flat.launcher.running:backdrop:checked,
10536  .right .budgie-panel .pinned button.launcher.running.osd.image-button:backdrop:checked,
10537  .right .budgie-panel .pinned .launcher.running.button.osd.image-button:backdrop:checked,
10538  .right .budgie-panel .pinned .titlebar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10539  .titlebar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10540  .right .budgie-panel .pinned headerbar button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10541  headerbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked:not(.suggested-action):not(.destructive-action),
10542  .right .budgie-panel .pinned .menu > arrow.launcher.running:backdrop:checked,
10543  .right .budgie-panel .pinned .context-menu > arrow.launcher.running:backdrop:checked,
10544  .right .budgie-panel .pinned menu > arrow.launcher.running:backdrop:checked,
10545  .right .budgie-panel .pinned placessidebar row button.launcher.running.image-button:backdrop:checked,
10546  placessidebar row .right .budgie-panel .pinned button.launcher.running.image-button:backdrop:checked,
10547  .right .budgie-panel .pinned .csd headerbar button.launcher.running.titlebutton:backdrop:checked,
10548  .csd headerbar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10549  .right .budgie-panel .pinned .csd .titlebar button.launcher.running.titlebutton:backdrop:checked,
10550  .csd .titlebar .right .budgie-panel .pinned button.launcher.running.titlebutton:backdrop:checked,
10551  .right .budgie-panel .pinned #gf-candidate-popup button.launcher.running:backdrop:checked,
10552  #gf-candidate-popup .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10553  .right .budgie-panel .pinned window > grid.vertical > box.vertical > widget button.launcher.running:backdrop:checked,
10554  window > grid.vertical > box.vertical > widget .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10555  .right .budgie-panel .pinned layouttabbar button.launcher.running:backdrop:checked,
10556  layouttabbar .right .budgie-panel .pinned button.launcher.running:backdrop:checked,
10557  .right .budgie-panel .pinned layouttab button.launcher.running:backdrop:checked,
10558  layouttab .right .budgie-panel .pinned button.launcher.running:backdrop:checked {
10559    border-right: 2px solid #E8E8E8;
10560    border-image: none; }
10561
10562.budgie-menu {
10563  border-radius: 2px;
10564  background-color: #fdfdfe; }
10565  .budgie-menu scrolledwindow, .budgie-menu placessidebar,
10566  .budgie-menu list,
10567  .budgie-menu row,
10568  .budgie-menu scrollbar {
10569    min-width: 0;
10570    min-height: 0;
10571    border: none;
10572    background: none;
10573    box-shadow: none; }
10574  .budgie-menu row, .budgie-menu row.activatable, .budgie-menu .view, .budgie-menu iconview,
10575  .budgie-menu .view text,
10576  .view .budgie-menu text,
10577  .budgie-menu iconview text,
10578  iconview .budgie-menu text,
10579  .budgie-menu textview text,
10580  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 {
10581    background-image: none;
10582    background-color: #fdfdfe;
10583    color: rgba(38, 50, 56, 0.75);
10584    transition: none; }
10585    .budgie-menu row image, .budgie-menu row.activatable image, .budgie-menu .view image, .budgie-menu iconview image,
10586    .budgie-menu .view text image,
10587    .view .budgie-menu text image,
10588    .budgie-menu iconview text image,
10589    iconview .budgie-menu text image,
10590    .budgie-menu textview text image,
10591    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 {
10592      padding: 0.3985rem 0 0.50376rem; }
10593  .budgie-menu row:hover, .budgie-menu row.activatable:hover, .budgie-menu .view:hover, .budgie-menu iconview:hover,
10594  .budgie-menu .view text:hover,
10595  .view .budgie-menu text:hover,
10596  .budgie-menu iconview text:hover,
10597  iconview .budgie-menu text:hover,
10598  .budgie-menu textview text:hover,
10599  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 {
10600    background-image: none;
10601    background-color: #fdfdfe;
10602    color: #263238;
10603    transition: none; }
10604  .budgie-menu scrolledwindow undershoot.top, .budgie-menu placessidebar undershoot.top {
10605    background-color: transparent;
10606    background-image: linear-gradient(to top, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
10607    padding-top: 0;
10608    background-size: 16px 32px;
10609    background-repeat: repeat-x;
10610    background-origin: content-box;
10611    background-position: center top; }
10612  .budgie-menu scrolledwindow undershoot.bottom, .budgie-menu placessidebar undershoot.bottom {
10613    background-color: transparent;
10614    background-image: linear-gradient(to bottom, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
10615    padding-bottom: 0;
10616    background-size: 16px 32px;
10617    background-repeat: repeat-x;
10618    background-origin: content-box;
10619    background-position: center bottom; }
10620  .budgie-menu scrolledwindow undershoot.left, .budgie-menu placessidebar undershoot.left {
10621    background-color: transparent;
10622    background-image: linear-gradient(to left, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
10623    padding-left: 0;
10624    background-size: 32px 16px;
10625    background-repeat: repeat-y;
10626    background-origin: content-box;
10627    background-position: left center; }
10628  .budgie-menu scrolledwindow undershoot.right, .budgie-menu placessidebar undershoot.right {
10629    background-color: transparent;
10630    background-image: linear-gradient(to right, rgba(253, 253, 254, 0.01), rgba(253, 253, 254, 0.04), rgba(253, 253, 254, 0.2), rgba(253, 253, 254, 0.44), rgba(253, 253, 254, 0.94));
10631    padding-right: 0;
10632    background-size: 32px 16px;
10633    background-repeat: repeat-y;
10634    background-origin: content-box;
10635    background-position: right center; }
10636
10637.raven-frame {
10638  border: none; }
10639
10640.raven {
10641  margin: -1px;
10642  padding: 0;
10643  border: none;
10644  color: rgba(38, 50, 56, 0.75);
10645  background-color: rgba(229, 233, 236, 0.9); }
10646  .raven:dir(ltr) {
10647    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
10648  .raven:dir(rtl) {
10649    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
10650  .raven .raven-header {
10651    border: none;
10652    color: rgba(38, 50, 56, 0.5);
10653    background-color: transparent;
10654    font-weight: 700; }
10655  .raven .raven-background {
10656    border-width: 1px 0 0;
10657    border-style: solid none none;
10658    border-color: rgba(0, 0, 0, 0.09);
10659    background-color: transparent;
10660    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
10661  .raven .powerstrip {
10662    border-top: 1px solid rgba(0, 0, 0, 0.09);
10663    background-color: #FFFFFF;
10664    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
10665    .raven .powerstrip button {
10666      padding: 1rem;
10667      color: #E8E8E8; }
10668      .raven .powerstrip button:hover, .raven .powerstrip button:active, .raven .powerstrip button:checked {
10669        color: #E8E8E8; }
10670      .raven .powerstrip button:disabled {
10671        color: #E8E8E8; }
10672  .raven .option-subtitle {
10673    color: rgba(38, 50, 56, 0.225);
10674    font-size: 90%; }
10675  .raven scrolledwindow, .raven placessidebar {
10676    background: transparent; }
10677  .raven list,
10678  .raven row,
10679  .raven row.activatable,
10680  .raven .view,
10681  .raven iconview,
10682  .raven .view text,
10683  .view .raven text,
10684  .raven iconview text,
10685  iconview .raven text,
10686  .raven textview text,
10687  textview .raven text,
10688  .raven treeview.view header button,
10689  treeview.view header .raven button,
10690  .raven .tweak-category header button,
10691  .tweak-category header .raven button {
10692    background-color: transparent; }
10693    .raven list:not(.list):hover,
10694    .raven row:not(.list):hover,
10695    .raven row.activatable:not(.list):hover,
10696    .raven .view:not(.list):hover,
10697    .raven iconview:not(.list):hover,
10698    .raven .view text:not(.list):hover,
10699    .view .raven text:not(.list):hover,
10700    .raven iconview text:not(.list):hover,
10701    iconview .raven text:not(.list):hover,
10702    .raven textview text:not(.list):hover,
10703    textview .raven text:not(.list):hover,
10704    .raven treeview.view header button:not(.list):hover,
10705    treeview.view header .raven button:not(.list):hover,
10706    .raven .tweak-category header button:not(.list):hover,
10707    .tweak-category header .raven button:not(.list):hover {
10708      color: #263238; }
10709    .raven list:not(.list):selected, .raven list:not(.list):selected label,
10710    .raven row:not(.list):selected,
10711    .raven row:not(.list):selected label,
10712    .raven row.activatable:not(.list):selected,
10713    .raven .view:not(.list):selected,
10714    .raven iconview:not(.list):selected,
10715    .raven .view text:not(.list):selected,
10716    .view .raven text:not(.list):selected,
10717    .raven iconview text:not(.list):selected,
10718    iconview .raven text:not(.list):selected,
10719    .raven textview text:not(.list):selected,
10720    textview .raven text:not(.list):selected,
10721    .raven treeview.view header button:not(.list):selected,
10722    treeview.view header .raven button:not(.list):selected,
10723    .raven .tweak-category header button:not(.list):selected,
10724    .tweak-category header .raven button:not(.list):selected,
10725    .raven row.activatable:not(.list):selected label,
10726    .raven .view:not(.list):selected label,
10727    .raven iconview:not(.list):selected label,
10728    .raven .view text:not(.list):selected label,
10729    .view .raven text:not(.list):selected label,
10730    .raven iconview text:not(.list):selected label,
10731    iconview .raven text:not(.list):selected label,
10732    .raven textview text:not(.list):selected label,
10733    textview .raven text:not(.list):selected label,
10734    .raven treeview.view header button:not(.list):selected label,
10735    treeview.view header .raven button:not(.list):selected label,
10736    .raven .tweak-category header button:not(.list):selected label,
10737    .tweak-category header .raven button:not(.list):selected label {
10738      color: #E8E8E8; }
10739    .raven list:not(.list):selected:hover,
10740    .raven row:not(.list):selected:hover,
10741    .raven row.activatable:not(.list):selected:hover,
10742    .raven .view:not(.list):selected:hover,
10743    .raven iconview:not(.list):selected:hover,
10744    .raven .view text:not(.list):selected:hover,
10745    .view .raven text:not(.list):selected:hover,
10746    .raven iconview text:not(.list):selected:hover,
10747    iconview .raven text:not(.list):selected:hover,
10748    .raven textview text:not(.list):selected:hover,
10749    textview .raven text:not(.list):selected:hover,
10750    .raven treeview.view header button:not(.list):selected:hover,
10751    treeview.view header .raven button:not(.list):selected:hover,
10752    .raven .tweak-category header button:not(.list):selected:hover,
10753    .tweak-category header .raven button:not(.list):selected:hover {
10754      background-color: rgba(0, 188, 212, 0.1); }
10755    .raven list separator,
10756    .raven row separator,
10757    .raven row.activatable separator,
10758    .raven .view separator,
10759    .raven iconview separator,
10760    .raven .view text separator,
10761    .view .raven text separator,
10762    .raven iconview text separator,
10763    iconview .raven text separator,
10764    .raven textview text separator,
10765    textview .raven text separator,
10766    .raven treeview.view header button separator,
10767    treeview.view header .raven button separator,
10768    .raven .tweak-category header button separator,
10769    .tweak-category header .raven button separator {
10770      min-height: 1px;
10771      min-width: 1px;
10772      margin-bottom: 0.50376rem;
10773      border: none;
10774      color: transparent;
10775      background-color: transparent;
10776      background-image: none;
10777      box-shadow: inset 0 -1px rgba(38, 50, 56, 0.165); }
10778  .raven button.image-button {
10779    box-shadow: none;
10780    background-color: transparent;
10781    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)); }
10782    .raven button.image-button:hover {
10783      box-shadow: none;
10784      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));
10785      -gtk-icon-effect: highlight; }
10786    .raven button.image-button:active {
10787      box-shadow: none;
10788      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
10789    .raven button.image-button:disabled {
10790      box-shadow: none;
10791      background-color: transparent; }
10792    .raven button.image-button:checked {
10793      background-color: alpha(currentColor, 0.2);
10794      color: #263238; }
10795    .raven button.image-button:checked:disabled > label {
10796      color: inherit; }
10797  .raven .raven-header > .linked {
10798    margin: 0 0.80451rem; }
10799  .raven .raven-header > button.text-button {
10800    min-height: 1rem;
10801    min-width: 1rem;
10802    padding: 0.69925rem 0.80451rem 0.80451rem;
10803    color: rgba(255, 255, 255, 0.85);
10804    background-color: #E8E8E8; }
10805    .raven .raven-header > button.text-button:hover {
10806      color: #FFFFFF; }
10807    .raven .raven-header > button.text-button:active {
10808      color: #FFFFFF;
10809      background-color: #E8E8E8; }
10810    .raven .raven-header > button.text-button:checked {
10811      color: rgba(255, 255, 255, 0.85);
10812      background-color: #33aba0; }
10813    .raven .raven-header > button.text-button:disabled {
10814      box-shadow: none;
10815      background-color: transparent; }
10816  .raven .raven-header button.flat.expander-button, .raven .raven-header button.expander-button.osd.image-button,
10817  .raven .raven-header .expander-button.button.osd.image-button, .raven .raven-header .titlebar button.expander-button:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action),
10818  .raven .raven-header headerbar button.expander-button:not(.suggested-action):not(.destructive-action),
10819  headerbar .raven .raven-header button.expander-button:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button,
10820  .raven .raven-header .context-menu > arrow.expander-button,
10821  .raven .raven-header menu > arrow.expander-button, .raven .raven-header placessidebar row button.expander-button.image-button, placessidebar row .raven .raven-header button.expander-button.image-button, .raven .raven-header .csd headerbar button.expander-button.titlebutton, .csd headerbar .raven .raven-header button.expander-button.titlebutton,
10822  .raven .raven-header .csd .titlebar button.expander-button.titlebutton,
10823  .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 {
10824    min-width: 1rem;
10825    min-height: 1rem;
10826    padding: 0.80451rem;
10827    border-radius: 100px;
10828    -gtk-outline-radius: 100px;
10829    color: rgba(38, 50, 56, 0.5); }
10830    .raven .raven-header button.flat.expander-button:hover, .raven .raven-header button.expander-button.osd.image-button:hover,
10831    .raven .raven-header .expander-button.button.osd.image-button:hover, .raven .raven-header .titlebar button.expander-button:hover:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action),
10832    .raven .raven-header headerbar button.expander-button:hover:not(.suggested-action):not(.destructive-action),
10833    headerbar .raven .raven-header button.expander-button:hover:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:hover,
10834    .raven .raven-header .context-menu > arrow.expander-button:hover,
10835    .raven .raven-header menu > arrow.expander-button:hover, .raven .raven-header placessidebar row button.expander-button.image-button:hover, placessidebar row .raven .raven-header button.expander-button.image-button:hover, .raven .raven-header .csd headerbar button.expander-button.titlebutton:hover, .csd headerbar .raven .raven-header button.expander-button.titlebutton:hover,
10836    .raven .raven-header .csd .titlebar button.expander-button.titlebutton:hover,
10837    .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,
10838    .raven .raven-header .expander-button.button.osd.image-button:active, .raven .raven-header .titlebar button.expander-button:active:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action),
10839    .raven .raven-header headerbar button.expander-button:active:not(.suggested-action):not(.destructive-action),
10840    headerbar .raven .raven-header button.expander-button:active:not(.suggested-action):not(.destructive-action), .raven .raven-header .menu > arrow.expander-button:active,
10841    .raven .raven-header .context-menu > arrow.expander-button:active,
10842    .raven .raven-header menu > arrow.expander-button:active, .raven .raven-header placessidebar row button.expander-button.image-button:active, placessidebar row .raven .raven-header button.expander-button.image-button:active, .raven .raven-header .csd headerbar button.expander-button.titlebutton:active, .csd headerbar .raven .raven-header button.expander-button.titlebutton:active,
10843    .raven .raven-header .csd .titlebar button.expander-button.titlebutton:active,
10844    .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 {
10845      color: #263238; }
10846  .raven calendar {
10847    border: none;
10848    background-color: transparent; }
10849  .raven undershoot.top, .raven undershoot.bottom, .raven undershoot.left, .raven undershoot.right {
10850    background-image: none; }
10851
10852.raven-mpris {
10853  border: none;
10854  color: #263238;
10855  background-color: rgba(229, 233, 236, 0.9); }
10856  .raven-mpris button.image-button {
10857    padding: 0.6015rem; }
10858
10859.budgie-notification-window {
10860  border-radius: 2px;
10861  background: none; }
10862
10863.budgie-notification.background {
10864  border-radius: 2px; }
10865.budgie-notification .notification-title {
10866  color: rgba(38, 50, 56, 0.75);
10867  font-size: 110%;
10868  font-weight: 500; }
10869.budgie-notification .notification-body {
10870  color: #263238; }
10871
10872.background.csd.budgie-run-dialog {
10873  border: 1px solid rgba(0, 0, 0, 0.09);
10874  border-top-color: rgba(255, 255, 255, 0.07);
10875  background-color: transparent; }
10876  .background.csd.budgie-run-dialog decoration {
10877    border-radius: 2px;
10878    background-color: rgba(229, 233, 236, 0.9); }
10879    .background.csd.budgie-run-dialog decoration headerbar {
10880      border-radius: 2px; }
10881  .background.csd.budgie-run-dialog scrolledwindow, .background.csd.budgie-run-dialog placessidebar {
10882    border-image: none; }
10883    .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 {
10884      background-image: none; }
10885  .background.csd.budgie-run-dialog box > box > separator {
10886    border: 0 none transparent;
10887    color: transparent;
10888    background-color: transparent; }
10889  .background.csd.budgie-run-dialog button.image-button {
10890    color: #E8E8E8; }
10891    .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 {
10892      color: #E8E8E8; }
10893    .background.csd.budgie-run-dialog button.image-button:disabled {
10894      color: #E8E8E8; }
10895
10896.budgie-session-dialog,
10897.budgie-polkit-dialog {
10898  border-radius: 2px;
10899  border-width: 0;
10900  background-color: #3e515a;
10901  color: #ECEFF1;
10902  font-weight: 700;
10903  opacity: 0.9; }
10904  .budgie-session-dialog decoration,
10905  .budgie-polkit-dialog decoration {
10906    border-radius: 2px;
10907    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
10908    .budgie-session-dialog decoration:backdrop,
10909    .budgie-polkit-dialog decoration:backdrop {
10910      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);
10911      transition: none; }
10912  .budgie-session-dialog button,
10913  .budgie-session-dialog .linked > button,
10914  .budgie-polkit-dialog button,
10915  .budgie-polkit-dialog .linked > button {
10916    box-shadow: none;
10917    background-color: transparent;
10918    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));
10919    padding: 0.69925rem 1rem 0.80451rem;
10920    border: 2px solid transparent;
10921    border-radius: 0;
10922    color: #E8E8E8;
10923    background-color: transparent;
10924    background-size: 9.96241rem 9.96241rem, auto; }
10925    .budgie-session-dialog button:hover,
10926    .budgie-session-dialog .linked > button:hover,
10927    .budgie-polkit-dialog button:hover,
10928    .budgie-polkit-dialog .linked > button:hover {
10929      box-shadow: none;
10930      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));
10931      color: #E8E8E8; }
10932    .budgie-session-dialog button:active,
10933    .budgie-session-dialog .linked > button:active,
10934    .budgie-polkit-dialog button:active,
10935    .budgie-polkit-dialog .linked > button:active {
10936      box-shadow: none;
10937      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
10938      color: #E8E8E8; }
10939    .budgie-session-dialog button:checked,
10940    .budgie-session-dialog .linked > button:checked,
10941    .budgie-polkit-dialog button:checked,
10942    .budgie-polkit-dialog .linked > button:checked {
10943      background-color: alpha(currentColor, 0.2);
10944      color: #263238;
10945      color: #E8E8E8; }
10946    .budgie-session-dialog button:disabled,
10947    .budgie-session-dialog .linked > button:disabled,
10948    .budgie-polkit-dialog button:disabled,
10949    .budgie-polkit-dialog .linked > button:disabled {
10950      box-shadow: none;
10951      background-color: transparent; }
10952    .budgie-session-dialog button:first-child,
10953    .budgie-session-dialog .linked > button:first-child,
10954    .budgie-polkit-dialog button:first-child,
10955    .budgie-polkit-dialog .linked > button:first-child {
10956      border-radius: 0 0 0 2px;
10957      border-right-width: 0; }
10958    .budgie-session-dialog button:last-child,
10959    .budgie-session-dialog .linked > button:last-child,
10960    .budgie-polkit-dialog button:last-child,
10961    .budgie-polkit-dialog .linked > button:last-child {
10962      border-radius: 0 0 2px 0;
10963      border-left-width: 0; }
10964  .budgie-session-dialog:not(.budgie-session-dialog) .message,
10965  .budgie-polkit-dialog:not(.budgie-session-dialog) .message {
10966    color: rgba(38, 50, 56, 0.75); }
10967  .budgie-session-dialog:not(.budgie-session-dialog) .failure,
10968  .budgie-polkit-dialog:not(.budgie-session-dialog) .failure {
10969    color: #E8E8E8;
10970    font-weight: 700; }
10971
10972.drop-shadow {
10973  background-color: #e5e9ec;
10974  background-image: none;
10975  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
10976
10977/*****************
10978 * Unity Desktop *
10979 *****************/
10980UnityDecoration {
10981  -UnityDecoration-extents: 28px 0 0 0;
10982  -UnityDecoration-input-extents: 8px;
10983  -UnityDecoration-shadow-offset-x: 0px;
10984  -UnityDecoration-shadow-offset-y: 8px;
10985  -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
10986  -UnityDecoration-active-shadow-radius: 12px;
10987  -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
10988  -UnityDecoration-inactive-shadow-radius: 6px;
10989  -UnityDecoration-glow-size: 10px;
10990  -UnityDecoration-glow-color: #E8E8E8;
10991  -UnityDecoration-title-indent: 16px;
10992  -UnityDecoration-title-fade: 32px;
10993  -UnityDecoration-title-alignment: 0.0; }
10994  UnityDecoration.top {
10995    border-width: 1px 0 0;
10996    border-style: solid none none;
10997    border-color: rgba(0, 0, 0, 0.09);
10998    border-radius: 2px 2px 0 0;
10999    padding: 1px 6px 0 6px;
11000    background-image: linear-gradient(to bottom, #FFFFFF);
11001    color: #ECEFF1;
11002    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
11003    UnityDecoration.top:backdrop {
11004      color: rgba(236, 239, 241, 0.3); }
11005  UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
11006    background-image: none; }
11007
11008UnityPanelWidget, UnityPanelWidget:backdrop,
11009.unity-panel,
11010.unity-panel:backdrop {
11011  border-bottom: 1px solid #FFFFFF;
11012  color: #ECEFF1;
11013  background-image: linear-gradient(to bottom, #FFFFFF);
11014  box-shadow: none; }
11015
11016.unity-panel.menubar,
11017.unity-panel .menubar {
11018  background-color: transparent;
11019  background-image: none;
11020  box-shadow: none; }
11021  .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
11022  .unity-panel .menubar.menuitem,
11023  .unity-panel .menubar .menuitem * {
11024    padding: 0 6px;
11025    border-radius: 0;
11026    border-bottom: none;
11027    color: #ECEFF1;
11028    background-color: transparent; }
11029    .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
11030    .unity-panel .menubar.menuitem:hover,
11031    .unity-panel .menubar .menuitem *:hover {
11032      color: #FFFFFF;
11033      box-shadow: inset 0 -2px #E8E8E8; }
11034
11035/************
11036 * Corebird *
11037 ************/
11038stack button.profile-button:checked {
11039  color: #263238; }
11040
11041headerbar.titlebar box button.toggle.account-button {
11042  min-width: 1rem;
11043  min-height: 1rem;
11044  padding: 0.50376rem 0.75188rem 0.50376rem;
11045  border-radius: 2px;
11046  -gtk-outline-radius: 2px; }
11047  headerbar.titlebar box button.toggle.account-button .avatar-round {
11048    border-color: transparent; }
11049headerbar.titlebar box button.image-button.toggle {
11050  min-width: 1rem;
11051  min-height: 1rem;
11052  padding: 0.50376rem 0.75188rem 0.50376rem; }
11053
11054/********
11055 * Nemo *
11056 ********/
11057window EelEditableLabel {
11058  transition: none; }
11059window grid > box > box > toolbar.primary-toolbar {
11060  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
11061  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.18), inset 0 4px 2px -4px rgba(0, 0, 0, 0.2), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); }
11062window grid > paned > box > paned > box > notebook, window grid > paned > box > paned > box > notebook > stack:not(:only-child) {
11063  background-color: #FFFFFF; }
11064window grid.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, window grid.vertical > paned.horizontal > box.vertical > placessidebar.frame {
11065  border-width: 0; }
11066window grid.vertical > widget > box {
11067  padding: 0.20301rem; }
11068window grid.vertical > widget > box > button.image-button {
11069  box-shadow: none;
11070  background-color: transparent;
11071  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));
11072  min-width: 1rem;
11073  min-height: 2.20301rem;
11074  border-radius: 2px;
11075  -gtk-outline-radius: 2px;
11076  padding: 0 0.75188rem 0;
11077  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;
11078  color: rgba(38, 50, 56, 0.75);
11079  box-shadow: none; }
11080  window grid.vertical > widget > box > button.image-button:hover {
11081    box-shadow: none;
11082    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));
11083    border-image: none;
11084    color: #263238;
11085    box-shadow: none; }
11086  window grid.vertical > widget > box > button.image-button:checked {
11087    background-color: alpha(currentColor, 0.2);
11088    color: #263238;
11089    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#E8E8E8), to(transparent)) 0 0 2/0 0 2px;
11090    background-color: transparent;
11091    color: #263238;
11092    box-shadow: none; }
11093    window grid.vertical > widget > box > button.image-button:checked:disabled {
11094      border-image: none;
11095      background-color: transparent;
11096      color: rgba(38, 50, 56, 0.3);
11097      box-shadow: none; }
11098      window grid.vertical > widget > box > button.image-button:checked:disabled > label {
11099        color: inherit; }
11100      window grid.vertical > widget > box > button.image-button:checked:disabled > label {
11101        color: inherit; }
11102  window grid.vertical > widget > box > button.image-button:disabled {
11103    box-shadow: none;
11104    background-color: transparent;
11105    border-image: none;
11106    background-color: transparent;
11107    color: rgba(38, 50, 56, 0.225);
11108    box-shadow: none; }
11109window grid.vertical > widget box > separator.vertical {
11110  min-width: 0;
11111  color: transparent;
11112  background-color: transparent; }
11113
11114/************
11115 * Lollypop *
11116 ************/
11117window > headerbar > widget > box.horizontal > grid.horizontal > button.toggle.image-button {
11118  min-width: 1.30075rem;
11119  min-height: 2.80451rem;
11120  padding: 0 0.75188rem 0; }
11121window > headerbar > widget > box.horizontal > button.image-button {
11122  min-width: 1.30075rem;
11123  min-height: 2.80451rem;
11124  margin: -0.15038rem 0;
11125  padding: 0 0.75188rem 0; }
11126
11127/***************************
11128 * Cinnamon-control-center *
11129 ***************************/
11130window > 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 {
11131  background-color: transparent; }
11132window > box.vertical > stack > scrolledwindow toolbar, window > box.vertical > stack > placessidebar toolbar {
11133  background-color: #FFFFFF;
11134  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.02), inset 0 2px 3px -2px rgba(0, 0, 0, 0.07); }
11135
11136/*********
11137 * XFce4 *
11138 *********/
11139.xfce4-panel {
11140  background-color: #FFFFFF;
11141  color: #ECEFF1;
11142  font-weight: 700; }
11143  .xfce4-panel button {
11144    box-shadow: none;
11145    background-color: transparent;
11146    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));
11147    padding: 0px 4px;
11148    border: none;
11149    border-radius: 0;
11150    color: #ECEFF1;
11151    background-color: transparent; }
11152    .xfce4-panel button:hover {
11153      color: #FFFFFF;
11154      background-color: transparent;
11155      box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
11156    .xfce4-panel button:checked, .xfce4-panel button:hover:checked, .xfce4-panel button:disabled:checked {
11157      color: #FFFFFF;
11158      background-color: transparent;
11159      box-shadow: inset 0 -2px #E8E8E8; }
11160    .xfce4-panel button label:backdrop, .xfce4-panel button:backdrop {
11161      opacity: 1.0; }
11162  .xfce4-panel menu {
11163    -gtk-icon-effect: none; }
11164
11165TopMenuAppMenuBar {
11166  background-color: #FFFFFF;
11167  color: #ECEFF1;
11168  box-shadow: none; }
11169  TopMenuAppMenuBar > menuitem {
11170    color: #ECEFF1;
11171    background-color: transparent; }
11172    TopMenuAppMenuBar > menuitem:hover {
11173      color: #FFFFFF;
11174      box-shadow: inset 0 -2px #E8E8E8; }
11175    TopMenuAppMenuBar > menuitem:backdrop {
11176      opacity: 1.0; }
11177
11178/**************
11179 * FeedReader *
11180 **************/
11181window > 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),
11182window > paned.titlebar > headerbar.titlebar .button.osd.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11183window > 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),
11184window > paned.titlebar > headerbar.titlebar .context-menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11185window > paned.titlebar > headerbar.titlebar menu > arrow:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar placessidebar row button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), placessidebar row window > paned.titlebar > headerbar.titlebar button.image-button:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle), window > paned.titlebar > headerbar.titlebar .csd headerbar.selection-mode button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11186.csd window > paned.titlebar > headerbar.titlebar button.titlebutton:not(.titlebutton):not(.image-button):not(.text-button):not(.toggle),
11187window > 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) {
11188  min-width: 1rem;
11189  padding-left: 0.90226rem;
11190  padding-right: 0.90226rem; }
11191
11192/************
11193 * Synaptic *
11194 ************/
11195window > box.vertical > box.horizontal > toolbar {
11196  background-color: transparent;
11197  box-shadow: none; }
11198  window > box.vertical > box.horizontal > toolbar toolitem > box label,
11199  window > box.vertical > box.horizontal > toolbar toolitem > box entry,
11200  window > box.vertical > box.horizontal > toolbar toolitem > box spinbutton:not(.vertical) {
11201    min-height: 1rem;
11202    padding-top: 0.09774rem;
11203    padding-bottom: 0.09774rem;
11204    font-size: 90%; }
11205  window > box.vertical > box.horizontal > toolbar toolitem > box > label {
11206    color: rgba(38, 50, 56, 0.3); }
11207window > box.vertical > box.horizontal > widget {
11208  background-color: transparent; }
11209
11210/***********
11211 * Colours *
11212 ***********/
11213@define-color theme_fg_color #263238;
11214@define-color theme_inverted_fg_color #ECEFF1;
11215@define-color theme_text_color #263238;
11216@define-color theme_bg_color #FFFFFF;
11217@define-color theme_base_color #FFFFFF;
11218@define-color theme_selected_bg_color #E8E8E8;
11219@define-color theme_selected_fg_color #FFFFFF;
11220@define-color insensitive_bg_color #FFFFFF;
11221@define-color insensitive_fg_color rgba(38, 50, 56, 0.3);
11222@define-color insensitive_base_color #fdfdfe;
11223@define-color theme_unfocused_fg_color rgba(38, 50, 56, 0.3);
11224@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
11225@define-color theme_unfocused_text_color rgba(38, 50, 56, 0.3);
11226@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
11227@define-color theme_unfocused_bg_color #FFFFFF;
11228@define-color theme_unfocused_base_color #FFFFFF;
11229@define-color theme_unfocused_selected_bg_color #E8E8E8;
11230@define-color theme_unfocused_selected_fg_color #FFFFFF;
11231@define-color placeholder_text_color #CFD8DC;
11232@define-color borders rgba(0, 0, 0, 0.09);
11233@define-color unfocused_borders rgba(0, 0, 0, 0.09);
11234@define-color warning_color #FF9800;
11235@define-color error_color #F44336;
11236@define-color success_color #00E676;
11237@define-color link_color #E8E8E8;
11238@define-color wm_bg_a #FFFFFF;
11239@define-color wm_bg_b rgba(255, 255, 255, 0.07);
11240@define-color content_view_bg #FFFFFF;