all repos — dotfiles @ f158d1fa05f036a187d999c2555d19b322d5ce21

my *nix dotfiles

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

   1/******************
   2 * Ripple effects *
   3 ******************/
   4@keyframes ripple_effect {
   5  from {
   6    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(alpha(currentColor, 0.1)), to(transparent)), linear-gradient(to bottom, alpha(currentColor, 0)); }
   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  -GtkCheckButton-indicator-size: 16;
  33  -GtkCheckMenuItem-indicator-size: 16;
  34  -GtkScrolledWindow-scrollbar-spacing: 0;
  35  -GtkScrolledWindow-scrollbars-within-bevel: 1;
  36  -GtkToolItemGroup-expander-size: 11;
  37  -GtkExpander-expander-size: 16;
  38  -GtkMenu-horizontal-padding: 0;
  39  -GtkMenu-vertical-padding: 0;
  40  -GtkWidget-link-color: #03A9F4;
  41  -GtkWidget-visited-link-color: #9C27B0;
  42  -GtkWidget-text-handle-width: 16;
  43  -GtkWidget-text-handle-height: 16;
  44  -GtkDialog-button-spacing: 4;
  45  -GtkDialog-action-area-border: 0;
  46  -GtkStatusbar-shadow-type: none;
  47  outline-style: solid;
  48  outline-width: 2px;
  49  outline-color: alpha(currentColor, 0.2);
  50  outline-offset: -4px;
  51  outline-radius: 2px;
  52  text-shadow: none;
  53  icon-shadow: none; }
  54
  55/***************
  56 * Base States *
  57 ***************/
  58.background {
  59  background-color: #3e515a;
  60  color: #ECEFF1; }
  61
  62*:insensitive {
  63  -gtk-image-effect: dim; }
  64
  65.titlebar *:backdrop,
  66.header-bar *:backdrop {
  67  opacity: 0.75;
  68  transition: 0.2s; }
  69
  70.gtkstyle-fallback {
  71  background-color: #3e515a;
  72  color: #ECEFF1; }
  73  .gtkstyle-fallback:prelight {
  74    background-color: #34434b;
  75    color: #ECEFF1; }
  76  .gtkstyle-fallback:active {
  77    background-color: #29363c;
  78    color: #ECEFF1; }
  79  .gtkstyle-fallback:insensitive {
  80    background-color: #3e515a;
  81    color: rgba(236, 239, 241, 0.3); }
  82  .gtkstyle-fallback:selected {
  83    background-color: #C5A68E;
  84    color: #FFFFFF; }
  85
  86.view {
  87  background-color: #455A64;
  88  color: #ECEFF1; }
  89  .view:hover, .view:active, .view:selected {
  90    border-radius: 2px; }
  91  .view:insensitive {
  92    color: rgba(236, 239, 241, 0.3); }
  93
  94.rubberband, GtkTreeView.view.rubberband, .content-view.rubberband {
  95  border: 1px solid #4DD0E1;
  96  background-color: rgba(77, 208, 225, 0.2); }
  97
  98.label.separator {
  99  color: #ECEFF1; }
 100.label:insensitive {
 101  color: rgba(236, 239, 241, 0.3); }
 102.label.kudo-label {
 103  color: #263238; }
 104
 105.dim-label, .label.separator, .titlebar .title:backdrop,
 106.header-bar .title:backdrop, .titlebar .subtitle,
 107.header-bar .subtitle, .titlebar .subtitle:backdrop,
 108.header-bar .subtitle:backdrop {
 109  opacity: 0.55; }
 110
 111GtkAssistant .sidebar {
 112  padding: 0.5em 0; }
 113  GtkAssistant .sidebar:dir(ltr) {
 114    border-right: 1px solid rgba(0, 0, 0, 0.11); }
 115  GtkAssistant .sidebar:dir(rtl) {
 116    border-left: 1px solid rgba(0, 0, 0, 0.11); }
 117  GtkAssistant .sidebar .label {
 118    padding: 0.7em 1em 0.8em;
 119    color: rgba(236, 239, 241, 0.75);
 120    font-weight: 500; }
 121    GtkAssistant .sidebar .label.highlight {
 122      color: #C5A68E; }
 123GtkAssistant .header-bar .button.flat:not(:last-child), GtkAssistant .header-bar .button.osd.image-button:not(:last-child), GtkAssistant .header-bar .inline-toolbar .button:not(:last-child), .inline-toolbar GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .action-bar .button:not(:last-child), .action-bar GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .inline-toolbar .linked > .button.image-button:not(:last-child):not(.text-button), .inline-toolbar GtkAssistant .header-bar .linked > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .inline-toolbar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), .inline-toolbar GtkAssistant .header-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .action-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), .action-bar GtkAssistant .header-bar .stack-switcher > .button.image-button:not(:last-child):not(.text-button), GtkAssistant .header-bar .app-notification .button:not(:last-child), .app-notification GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child), GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .toolbar .button:not(:last-child), .toolbar GtkAssistant .header-bar .button:not(:last-child),
 124GtkAssistant .header-bar .button:not(:last-child):not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child), .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar .sidebar-button.button:not(:last-child), GtkAssistant .header-bar .info .button:not(:last-child), .info GtkAssistant .header-bar .button:not(:last-child),
 125GtkAssistant .header-bar .question .button:not(:last-child),
 126.question GtkAssistant .header-bar .button:not(:last-child),
 127GtkAssistant .header-bar .warning .button:not(:last-child),
 128.warning GtkAssistant .header-bar .button:not(:last-child),
 129GtkAssistant .header-bar .error .button:not(:last-child),
 130.error GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GtkScaleButton.button:not(:last-child),
 131GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child), GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child), GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child), GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):last-child,
 132GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child),
 133GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child), GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):not(.flat):not(.titlebutton) {
 134  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);
 135  background-color: #546E7A;
 136  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));
 137  color: rgba(236, 239, 241, 0.75);
 138  background-color: #009688;
 139  color: rgba(255, 255, 255, 0.85); }
 140  GtkAssistant .header-bar .button.flat:not(:last-child):hover, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):hover, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):hover, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .action-bar .button:not(:last-child):hover, .action-bar GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .app-notification .button:not(:last-child):hover, .app-notification GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):hover, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .toolbar .button:not(:last-child):hover, .toolbar GtkAssistant .header-bar .button:not(:last-child):hover,
 141  GtkAssistant .header-bar .button:not(:last-child):hover:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):hover, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):hover, GtkAssistant .header-bar .info .button:not(:last-child):hover, .info GtkAssistant .header-bar .button:not(:last-child):hover,
 142  GtkAssistant .header-bar .question .button:not(:last-child):hover,
 143  .question GtkAssistant .header-bar .button:not(:last-child):hover,
 144  GtkAssistant .header-bar .warning .button:not(:last-child):hover,
 145  .warning GtkAssistant .header-bar .button:not(:last-child):hover,
 146  GtkAssistant .header-bar .error .button:not(:last-child):hover,
 147  .error GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):hover,
 148  GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):hover, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):hover:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):hover:last-child,
 149  GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):hover,
 150  GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):hover, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):hover:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):hover:not(.flat):not(.titlebutton) {
 151    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);
 152    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));
 153    color: #ECEFF1;
 154    color: #FFFFFF; }
 155  GtkAssistant .header-bar .button.flat:not(:last-child):active, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):active, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):active, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .action-bar .button:not(:last-child):active, .action-bar GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .app-notification .button:not(:last-child):active, .app-notification GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):active, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .toolbar .button:not(:last-child):active, .toolbar GtkAssistant .header-bar .button:not(:last-child):active,
 156  GtkAssistant .header-bar .button:not(:last-child):active:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):active, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):active, GtkAssistant .header-bar .info .button:not(:last-child):active, .info GtkAssistant .header-bar .button:not(:last-child):active,
 157  GtkAssistant .header-bar .question .button:not(:last-child):active,
 158  .question GtkAssistant .header-bar .button:not(:last-child):active,
 159  GtkAssistant .header-bar .warning .button:not(:last-child):active,
 160  .warning GtkAssistant .header-bar .button:not(:last-child):active,
 161  GtkAssistant .header-bar .error .button:not(:last-child):active,
 162  .error GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):active,
 163  GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):active, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):active:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):active:last-child,
 164  GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):active,
 165  GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):active, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):active:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):active:not(.flat):not(.titlebutton) {
 166    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);
 167    color: #ECEFF1;
 168    transition-duration: 0;
 169    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 170    color: #FFFFFF;
 171    background-color: #C5A68E; }
 172  GtkAssistant .header-bar .button.flat:not(:last-child):checked, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):checked, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):checked, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .action-bar .button:not(:last-child):checked, .action-bar GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .app-notification .button:not(:last-child):checked, .app-notification GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):checked, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .toolbar .button:not(:last-child):checked, .toolbar GtkAssistant .header-bar .button:not(:last-child):checked,
 173  GtkAssistant .header-bar .button:not(:last-child):checked:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):checked, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):checked, GtkAssistant .header-bar .info .button:not(:last-child):checked, .info GtkAssistant .header-bar .button:not(:last-child):checked,
 174  GtkAssistant .header-bar .question .button:not(:last-child):checked,
 175  .question GtkAssistant .header-bar .button:not(:last-child):checked,
 176  GtkAssistant .header-bar .warning .button:not(:last-child):checked,
 177  .warning GtkAssistant .header-bar .button:not(:last-child):checked,
 178  GtkAssistant .header-bar .error .button:not(:last-child):checked,
 179  .error GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):checked,
 180  GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):checked, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):checked:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):checked:last-child,
 181  GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):checked,
 182  GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):checked, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):checked:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):checked:not(.flat):not(.titlebutton) {
 183    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);
 184    background-color: #C5A68E;
 185    color: #FFFFFF;
 186    background-color: #33aba0;
 187    color: #FFFFFF; }
 188  GtkAssistant .header-bar .button.flat:not(:last-child):insensitive, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):insensitive, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):insensitive, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .action-bar .button:not(:last-child):insensitive, .action-bar GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .app-notification .button:not(:last-child):insensitive, .app-notification GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):insensitive, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .toolbar .button:not(:last-child):insensitive, .toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive,
 189  GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action), GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):insensitive, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):insensitive, GtkAssistant .header-bar .info .button:not(:last-child):insensitive, .info GtkAssistant .header-bar .button:not(:last-child):insensitive,
 190  GtkAssistant .header-bar .question .button:not(:last-child):insensitive,
 191  .question GtkAssistant .header-bar .button:not(:last-child):insensitive,
 192  GtkAssistant .header-bar .warning .button:not(:last-child):insensitive,
 193  .warning GtkAssistant .header-bar .button:not(:last-child):insensitive,
 194  GtkAssistant .header-bar .error .button:not(:last-child):insensitive,
 195  .error GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):insensitive,
 196  GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):insensitive, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:first-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:first-child, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:last-child, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:last-child,
 197  GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):insensitive,
 198  GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) {
 199    box-shadow: none;
 200    background-color: alpha(currentColor, 0.2);
 201    color: rgba(236, 239, 241, 0.225); }
 202    GtkAssistant .header-bar .button.flat:not(:last-child):insensitive > .label, GtkAssistant .header-bar .button.osd.image-button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .linked > .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .linked > .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .inline-toolbar .stack-switcher > .button:not(:last-child):insensitive > .label, .inline-toolbar GtkAssistant .header-bar .stack-switcher > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .action-bar .stack-switcher > .button:not(:last-child):insensitive > .label, .action-bar GtkAssistant .header-bar .stack-switcher > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .app-notification .button:not(:last-child):insensitive > .label, .app-notification GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GeditViewFrame .gedit-search-slider .button:not(:last-child):insensitive > .label, GeditViewFrame .gedit-search-slider GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .toolbar .button:not(:last-child):insensitive > .label, .toolbar GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .titlebar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action) > .label,
 203    GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.suggested-action):not(.destructive-action) > .label, GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .button:not(:last-child):insensitive > .label, .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
 204    GtkAssistant .header-bar .message-dialog.csd .dialog-action-area .linked > .button:not(:last-child):insensitive > .label,
 205    .message-dialog.csd .dialog-action-area GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .sidebar-button.button:not(:last-child):insensitive > .label, GtkAssistant .header-bar .info .button:not(:last-child):insensitive > .label, .info GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
 206    GtkAssistant .header-bar .question .button:not(:last-child):insensitive > .label,
 207    .question GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
 208    GtkAssistant .header-bar .warning .button:not(:last-child):insensitive > .label,
 209    .warning GtkAssistant .header-bar .button:not(:last-child):insensitive > .label,
 210    GtkAssistant .header-bar .error .button:not(:last-child):insensitive > .label,
 211    .error GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GtkScaleButton.button:not(:last-child):insensitive > .label,
 212    GtkAssistant .header-bar GtkVolumeButton.button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:first-child > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:first-child > .label, GtkAssistant .header-bar GfCandidatePopup .button:not(:last-child):insensitive:last-child > .label, GfCandidatePopup GtkAssistant .header-bar .button:not(:last-child):insensitive:last-child > .label,
 213    GtkAssistant .header-bar GfCandidatePopup .linked > .button:not(:last-child):insensitive > .label,
 214    GfCandidatePopup GtkAssistant .header-bar .linked > .button:not(:last-child):insensitive > .label, GtkAssistant .header-bar MathWindow :not(.titlebar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.titlebar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, GtkAssistant .header-bar MathWindow :not(.header-bar) .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.header-bar) GtkAssistant .header-bar .button:not(:last-child):insensitive:not(.flat):not(.titlebutton) > .label {
 215      color: inherit; }
 216
 217GtkTextView {
 218  background-color: #3b4c54; }
 219
 220.grid-child {
 221  padding: 4px;
 222  border-radius: 2px; }
 223
 224.popover.osd, .app-notification,
 225.app-notification.frame, .osd .scale-popup, .floating-bar, .osd {
 226  opacity: 0.9; }
 227
 228/*********************
 229 * Spinner Animation *
 230 *********************/
 231@keyframes colorful_bar {
 232  0% {
 233    -gtk-icon-source: url("assets/bar-red.svg");
 234    -gtk-icon-transform: scale(0, 1); }
 235  24.9% {
 236    -gtk-icon-source: url("assets/bar-red.svg");
 237    -gtk-icon-transform: scale(1, 1); }
 238  25% {
 239    -gtk-icon-source: url("assets/bar-yellow.svg");
 240    -gtk-icon-transform: scale(1, 1); }
 241  49.9% {
 242    -gtk-icon-source: url("assets/bar-yellow.svg");
 243    -gtk-icon-transform: scale(0, 1); }
 244  50% {
 245    -gtk-icon-source: url("assets/bar-green.svg");
 246    -gtk-icon-transform: scale(0, 1); }
 247  74.9% {
 248    -gtk-icon-source: url("assets/bar-green.svg");
 249    -gtk-icon-transform: scale(1, 1); }
 250  75% {
 251    -gtk-icon-source: url("assets/bar-blue.svg");
 252    -gtk-icon-transform: scale(1, 1); }
 253  99.9% {
 254    -gtk-icon-source: url("assets/bar-blue.svg");
 255    -gtk-icon-transform: scale(0, 1); }
 256  100% {
 257    -gtk-icon-source: url("assets/bar-red.svg");
 258    -gtk-icon-transform: scale(0, 1); } }
 259.spinner {
 260  background-color: blue;
 261  background-image: none;
 262  opacity: 0;
 263  -gtk-icon-source: url("assets/bar-red.svg"); }
 264  .spinner:active {
 265    opacity: 1.0;
 266    animation: colorful_bar 2s linear infinite; }
 267    .spinner:active:insensitive {
 268      opacity: 0.4; }
 269    .spinner:active:backdrop {
 270      opacity: 1.0; }
 271  .spinner:backdrop {
 272    opacity: 0; }
 273
 274/****************
 275 * Text Entries *
 276 ****************/
 277.entry {
 278  padding: 0.75em 1em 0.8em;
 279  border-radius: 0;
 280  outline-radius: 0;
 281  border-color: #37474F;
 282  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;
 283  background-color: transparent;
 284  color: rgba(236, 239, 241, 0.75); }
 285  .entry:focus {
 286    border-color: #37474F;
 287    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 288    color: #ECEFF1;
 289    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; }
 290  .entry:insensitive {
 291    border-color: #37474F;
 292    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;
 293    background-color: transparent;
 294    color: rgba(236, 239, 241, 0.3); }
 295  .entry.flat, .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat), .notebook:not(.reorderable-page) > .entry {
 296    border-radius: 0;
 297    outline-radius: 0;
 298    border-color: #37474F;
 299    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 300    background-color: transparent;
 301    color: rgba(236, 239, 241, 0.75); }
 302    .entry.flat:focus, .linked > .entry:focus:not(.flat), .notebook:not(.reorderable-page) > .entry:focus {
 303      border-color: #37474F;
 304      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
 305      color: #ECEFF1;
 306      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
 307    .entry.flat:insensitive, .linked > .entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .entry:insensitive {
 308      border-color: #37474F;
 309      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 310      color: rgba(236, 239, 241, 0.3); }
 311  .entry.image.left {
 312    padding-left: 0.1em; }
 313  .entry.image.right {
 314    padding-right: 0.1em; }
 315  .linked > .entry:not(.flat), .linked.vertical > .entry:not(.flat) {
 316    border-radius: 0;
 317    outline-radius: 0; }
 318  .entry.error {
 319    border-radius: 0;
 320    outline-radius: 0;
 321    border-color: #37474F;
 322    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;
 323    background-color: transparent;
 324    color: rgba(236, 239, 241, 0.75); }
 325    .entry.error:focus {
 326      border-color: #37474F;
 327      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
 328      color: #ECEFF1;
 329      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; }
 330    .entry.error:insensitive {
 331      border-color: #37474F;
 332      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;
 333      background-color: transparent;
 334      color: rgba(236, 239, 241, 0.3); }
 335    .entry.error.flat, .linked > .error.entry:not(.flat), .notebook:not(.reorderable-page) > .error.entry {
 336      border-radius: 0;
 337      outline-radius: 0;
 338      border-color: #37474F;
 339      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 340      background-color: transparent;
 341      color: rgba(236, 239, 241, 0.75); }
 342      .entry.error.flat:focus, .linked > .error.entry:focus:not(.flat), .notebook:not(.reorderable-page) > .error.entry:focus {
 343        border-color: #37474F;
 344        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#F44336), to(transparent)) 0 0 2/0 0 2px;
 345        color: #ECEFF1;
 346        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
 347      .entry.error.flat:insensitive, .linked > .error.entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .error.entry:insensitive {
 348        border-color: #37474F;
 349        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 350        color: rgba(236, 239, 241, 0.3); }
 351  .entry.warning {
 352    border-radius: 0;
 353    outline-radius: 0;
 354    border-color: #37474F;
 355    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;
 356    background-color: transparent;
 357    color: rgba(236, 239, 241, 0.75); }
 358    .entry.warning:focus {
 359      border-color: #37474F;
 360      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
 361      color: #ECEFF1;
 362      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; }
 363    .entry.warning:insensitive {
 364      border-color: #37474F;
 365      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;
 366      background-color: transparent;
 367      color: rgba(236, 239, 241, 0.3); }
 368    .entry.warning.flat, .linked > .warning.entry:not(.flat), .notebook:not(.reorderable-page) > .warning.entry {
 369      border-radius: 0;
 370      outline-radius: 0;
 371      border-color: #37474F;
 372      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 373      background-color: transparent;
 374      color: rgba(236, 239, 241, 0.75); }
 375      .entry.warning.flat:focus, .linked > .warning.entry:focus:not(.flat), .notebook:not(.reorderable-page) > .warning.entry:focus {
 376        border-color: #37474F;
 377        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FF9800), to(transparent)) 0 0 2/0 0 2px;
 378        color: #ECEFF1;
 379        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0 cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color 0; }
 380      .entry.warning.flat:insensitive, .linked > .warning.entry:insensitive:not(.flat), .notebook:not(.reorderable-page) > .warning.entry:insensitive {
 381        border-color: #37474F;
 382        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(alpha(currentColor, 0.2)), to(transparent)) 0 0 1/0 0 1px;
 383        color: rgba(236, 239, 241, 0.3); }
 384  .entry.image:not(:hover):not(:active) {
 385    color: alpha(currentColor, 0.75); }
 386  .entry.image:active {
 387    color: #C5A68E; }
 388  .entry.image:insensitive {
 389    color: alpha(currentColor, 0.6); }
 390  GtkTreeView .entry.flat:focus, GtkTreeView .linked > .entry:focus:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:focus {
 391    padding: 1px;
 392    border-radius: 0;
 393    border-image: none;
 394    background-color: #455A64;
 395    color: #ECEFF1;
 396    box-shadow: none;
 397    transition: none; }
 398  GtkTreeView .entry:insensitive, GtkTreeView .entry.flat:insensitive, GtkTreeView .linked > .entry:insensitive:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:insensitive {
 399    color: rgba(236, 239, 241, 0.3); }
 400
 401/***********
 402 * Buttons *
 403 ***********/
 404@keyframes needs_attention {
 405  from {
 406    background-image: -gtk-gradient(radial, center center, 0, center center, 0.001, to(#C5A68E), to(transparent)); }
 407  to {
 408    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#C5A68E), to(transparent)); } }
 409.button {
 410  padding: 0.7em 1em 0.8em;
 411  border-radius: 2px;
 412  background-repeat: no-repeat;
 413  background-position: center, center;
 414  background-size: 7.5em 7.5em, auto;
 415  font-weight: 500;
 416  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);
 417  background-color: #546E7A;
 418  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));
 419  color: rgba(236, 239, 241, 0.75); }
 420  .button:hover {
 421    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);
 422    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));
 423    color: #ECEFF1; }
 424  .button:active {
 425    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);
 426    color: #ECEFF1;
 427    transition-duration: 0;
 428    animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 429  .button:insensitive {
 430    box-shadow: none;
 431    background-color: alpha(currentColor, 0.2);
 432    color: rgba(236, 239, 241, 0.225); }
 433    .button:insensitive > .label {
 434      color: inherit; }
 435  .button:checked {
 436    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);
 437    background-color: #C5A68E;
 438    color: #FFFFFF; }
 439  .button:checked:insensitive {
 440    box-shadow: none;
 441    background-color: alpha(currentColor, 0.2);
 442    color: rgba(0, 188, 212, 0.4); }
 443    .button:checked:insensitive > .label {
 444      color: inherit; }
 445  .button.flat, .button.osd.image-button, .inline-toolbar .button, .inline-toolbar .button.image-button:not(.text-button), .action-bar .button, .action-bar .button.image-button:not(.text-button), .inline-toolbar .linked > .button, .inline-toolbar .linked > .button.image-button:not(.text-button), .action-bar .linked > .button, .action-bar .linked > .button.image-button:not(.text-button), .inline-toolbar .stack-switcher > .button, .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .action-bar .stack-switcher > .button, .action-bar .stack-switcher > .button.image-button:not(.text-button), .osd .toolbar .button, .toolbar.osd .button, .app-notification .button,
 446  .app-notification.frame .button, GeditViewFrame .gedit-search-slider .button, .toolbar .button, .titlebar .button:not(.suggested-action):not(.destructive-action),
 447  .header-bar .button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button,
 448  .message-dialog.csd .dialog-action-area .linked > .button, .sidebar-button.button, .info .button,
 449  .question .button,
 450  .warning .button,
 451  .error .button, GtkScaleButton.button,
 452  GtkVolumeButton.button, GfCandidatePopup .button, GfCandidatePopup .button:first-child, GfCandidatePopup .button:last-child,
 453  GfCandidatePopup .linked > .button,
 454  GfCandidatePopup .linked > .button:first-child,
 455  GfCandidatePopup .linked > .button:last-child, MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
 456  .action-bar .linked > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button {
 457    box-shadow: none;
 458    background-color: transparent;
 459    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)); }
 460    .button.flat:hover, .button.osd.image-button:hover, .inline-toolbar .button:hover, .inline-toolbar .button.image-button:hover:not(.text-button), .action-bar .button:hover, .action-bar .button.image-button:hover:not(.text-button), .app-notification .button:hover, GeditViewFrame .gedit-search-slider .button:hover, .toolbar .button:hover, .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
 461    .header-bar .button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:hover, .sidebar-button.button:hover, .info .button:hover,
 462    .question .button:hover,
 463    .warning .button:hover,
 464    .error .button:hover, GtkScaleButton.button:hover,
 465    GtkVolumeButton.button:hover, GfCandidatePopup .button:hover,
 466    GfCandidatePopup .linked > .button:hover:first-child,
 467    GfCandidatePopup .linked > .button:hover:last-child, MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
 468    .action-bar .linked > .button.image-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:hover {
 469      box-shadow: none;
 470      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)); }
 471    .button.flat:active, .button.osd.image-button:active, .inline-toolbar .button:active, .inline-toolbar .button.image-button:active:not(.text-button), .action-bar .button:active, .action-bar .button.image-button:active:not(.text-button), .app-notification .button:active, GeditViewFrame .gedit-search-slider .button:active, .toolbar .button:active, .titlebar .button:active:not(.suggested-action):not(.destructive-action),
 472    .header-bar .button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:active, .sidebar-button.button:active, .info .button:active,
 473    .question .button:active,
 474    .warning .button:active,
 475    .error .button:active, GtkScaleButton.button:active,
 476    GtkVolumeButton.button:active, GfCandidatePopup .button:active,
 477    GfCandidatePopup .linked > .button:active:first-child,
 478    GfCandidatePopup .linked > .button:active:last-child, MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
 479    .action-bar .linked > .button.image-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:active {
 480      box-shadow: none;
 481      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
 482    .button.flat:insensitive, .button.osd.image-button:insensitive, .inline-toolbar .button:insensitive, .inline-toolbar .button.image-button:insensitive:not(.text-button), .action-bar .button:insensitive, .action-bar .button.image-button:insensitive:not(.text-button), .app-notification .button:insensitive, GeditViewFrame .gedit-search-slider .button:insensitive, .toolbar .button:insensitive, .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
 483    .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:insensitive, .sidebar-button.button:insensitive, .info .button:insensitive,
 484    .question .button:insensitive,
 485    .warning .button:insensitive,
 486    .error .button:insensitive, GtkScaleButton.button:insensitive,
 487    GtkVolumeButton.button:insensitive, GfCandidatePopup .button:insensitive,
 488    GfCandidatePopup .linked > .button:insensitive:first-child,
 489    GfCandidatePopup .linked > .button:insensitive:last-child, MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
 490    .action-bar .linked > .button.image-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:insensitive {
 491      box-shadow: none;
 492      background-color: transparent; }
 493    .button.flat:checked, .button.osd.image-button:checked, .inline-toolbar .button:checked, .inline-toolbar .button.image-button:checked:not(.text-button), .action-bar .button:checked, .action-bar .button.image-button:checked:not(.text-button), .app-notification .button:checked, GeditViewFrame .gedit-search-slider .button:checked, .toolbar .button:checked, .titlebar .button:checked:not(.suggested-action):not(.destructive-action),
 494    .header-bar .button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .button:checked, .sidebar-button.button:checked, .info .button:checked,
 495    .question .button:checked,
 496    .warning .button:checked,
 497    .error .button:checked, GtkScaleButton.button:checked,
 498    GtkVolumeButton.button:checked, GfCandidatePopup .button:checked,
 499    GfCandidatePopup .linked > .button:checked:first-child,
 500    GfCandidatePopup .linked > .button:checked:last-child, MathWindow :not(.titlebar) .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:checked:not(.flat):not(.titlebutton),
 501    .action-bar .linked > .button.image-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked {
 502      background-color: alpha(currentColor, 0.2);
 503      color: #ECEFF1; }
 504    .button.flat:checked:insensitive > .label, .button.osd.image-button:checked:insensitive > .label, .inline-toolbar .button:checked:insensitive > .label, .action-bar .button:checked:insensitive > .label, .inline-toolbar .linked > .button:checked:insensitive > .label, .action-bar .linked > .button:checked:insensitive > .label, .inline-toolbar .stack-switcher > .button:checked:insensitive > .label, .action-bar .stack-switcher > .button:checked:insensitive > .label, .app-notification .button:checked:insensitive > .label, GeditViewFrame .gedit-search-slider .button:checked:insensitive > .label, .toolbar .button:checked:insensitive > .label, .titlebar .button:checked:insensitive:not(.suggested-action):not(.destructive-action) > .label,
 505    .header-bar .button:checked:insensitive:not(.suggested-action):not(.destructive-action) > .label, .message-dialog.csd .dialog-action-area .button:checked:insensitive > .label,
 506    .message-dialog.csd .dialog-action-area .linked > .button:checked:insensitive > .label, .sidebar-button.button:checked:insensitive > .label, .info .button:checked:insensitive > .label,
 507    .question .button:checked:insensitive > .label,
 508    .warning .button:checked:insensitive > .label,
 509    .error .button:checked:insensitive > .label, GtkScaleButton.button:checked:insensitive > .label,
 510    GtkVolumeButton.button:checked:insensitive > .label, GfCandidatePopup .button:checked:insensitive > .label, GfCandidatePopup .button:checked:insensitive:first-child > .label, GfCandidatePopup .button:checked:insensitive:last-child > .label,
 511    GfCandidatePopup .linked > .button:checked:insensitive > .label, MathWindow :not(.titlebar) .button:checked:insensitive:not(.flat):not(.titlebutton) > .label, MathWindow :not(.header-bar) .button:checked:insensitive:not(.flat):not(.titlebutton) > .label {
 512      color: inherit; }
 513    .linked > .button.flat, .linked > .button.osd.image-button, .inline-toolbar .linked > .button, .inline-toolbar .linked > .button.image-button:not(.text-button), .action-bar .linked > .button, .action-bar .linked > .button.image-button:not(.text-button), .app-notification .linked > .button, GeditViewFrame .gedit-search-slider .linked > .button, .toolbar .linked > .button, .titlebar .linked > .button:not(.suggested-action):not(.destructive-action),
 514    .header-bar .linked > .button:not(.suggested-action):not(.destructive-action),
 515    .message-dialog.csd .dialog-action-area .linked > .button, .linked > .sidebar-button.button, .info .linked > .button,
 516    .question .linked > .button,
 517    .warning .linked > .button,
 518    .error .linked > .button, .linked > GtkScaleButton.button,
 519    .linked > GtkVolumeButton.button, GfCandidatePopup .linked > .button,
 520    GfCandidatePopup .linked > .button:first-child,
 521    GfCandidatePopup .linked > .button:last-child, MathWindow :not(.titlebar) .linked > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .linked > .button:not(.flat):not(.titlebutton),
 522    .action-bar .linked > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .linked > .button.image-button {
 523      border-radius: 2px; }
 524      .linked > .button.flat.image-button, .linked > .image-button.button.osd, .inline-toolbar .linked > .image-button.button, .inline-toolbar .linked > .image-button.button:not(.text-button), .action-bar .linked > .image-button.button, .action-bar .linked > .image-button.button:not(.text-button), .app-notification .linked > .image-button.button, GeditViewFrame .gedit-search-slider .linked > .image-button.button, .toolbar .linked > .image-button.button, .titlebar .linked > .image-button.button:not(.suggested-action):not(.destructive-action),
 525      .header-bar .linked > .image-button.button:not(.suggested-action):not(.destructive-action),
 526      .message-dialog.csd .dialog-action-area .linked > .image-button.button, .linked > .image-button.sidebar-button.button, .info .linked > .image-button.button,
 527      .question .linked > .image-button.button,
 528      .warning .linked > .image-button.button,
 529      .error .linked > .image-button.button, .linked > GtkScaleButton.image-button.button,
 530      .linked > GtkVolumeButton.image-button.button, GfCandidatePopup .linked > .image-button.button, MathWindow :not(.titlebar) .linked > .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .linked > .image-button.button:not(.flat):not(.titlebutton) {
 531        outline-radius: 100px;
 532        border-radius: 100px; }
 533  .button.osd.image-button {
 534    padding: 1.3em;
 535    background-color: #322F22; }
 536    .button.osd.image-button:not(:active):not(:insensitive):not(hover) {
 537      color: #C5A68E); }
 538    .button.osd.image-button:hover {
 539      color: #C5A68E;
 540      background-color: rgba(42, 55, 62, 0.7);
 541      background-image: linear-gradient(to bottom, alpha(currentColor, 0.2)); }
 542    .button.osd.image-button:active {
 543      color: #C5A68E;
 544      background-color: rgba(42, 55, 62, 0.7);
 545      background-image: linear-gradient(to bottom, rgba(236, 239, 241, 0.1)); }
 546  .button.osd:insensitive {
 547    opacity: 0; }
 548  .button.suggested-action, .raven .raven-header > .button.text-button {
 549    background-color: #009688;
 550    color: rgba(255, 255, 255, 0.85); }
 551    .button.suggested-action:hover, .raven .raven-header > .button.text-button:hover {
 552      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);
 553      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));
 554      color: #ECEFF1;
 555      background-color: #009688;
 556      color: #FFFFFF; }
 557    .button.suggested-action:active, .raven .raven-header > .button.text-button:active {
 558      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);
 559      color: #ECEFF1;
 560      transition-duration: 0;
 561      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 562      background-color: #C5A68E;
 563      color: #FFFFFF; }
 564    .button.suggested-action:checked, .raven .raven-header > .button.text-button:checked {
 565      background-color: #33aba0; }
 566    .button.suggested-action:insensitive, .raven .raven-header > .button.text-button:insensitive {
 567      box-shadow: none;
 568      background-color: alpha(currentColor, 0.2);
 569      color: rgba(236, 239, 241, 0.3); }
 570      .button.suggested-action:insensitive > .label, .raven .raven-header > .button.text-button:insensitive > .label {
 571        color: inherit; }
 572    .button.suggested-action.flat, .suggested-action.button.osd.image-button, .raven .raven-header > .osd.image-button.button.text-button, .inline-toolbar .suggested-action.button, .inline-toolbar .raven .raven-header > .button.text-button, .raven .inline-toolbar .raven-header > .button.text-button, .inline-toolbar .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:not(.text-button), .action-bar .suggested-action.button, .action-bar .raven .raven-header > .button.text-button, .raven .action-bar .raven-header > .button.text-button, .action-bar .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:not(.text-button), .inline-toolbar .linked > .suggested-action.button, .inline-toolbar .raven .raven-header.linked > .button.text-button, .raven .inline-toolbar .raven-header.linked > .button.text-button, .inline-toolbar .linked > .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:not(.text-button), .action-bar .linked > .suggested-action.button, .action-bar .raven .raven-header.linked > .button.text-button, .raven .action-bar .raven-header.linked > .button.text-button, .action-bar .linked > .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .action-bar .stack-switcher > .suggested-action.button, .action-bar .raven .raven-header.stack-switcher > .button.text-button, .raven .action-bar .raven-header.stack-switcher > .button.text-button, .action-bar .stack-switcher > .suggested-action.button.image-button:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:not(.text-button), .osd .toolbar .suggested-action.button, .osd .toolbar .raven .raven-header > .button.text-button, .raven .osd .toolbar .raven-header > .button.text-button, .toolbar.osd .suggested-action.button, .app-notification .suggested-action.button, GeditViewFrame .gedit-search-slider .suggested-action.button, .toolbar.osd .raven .raven-header > .button.text-button, .raven .toolbar.osd .raven-header > .button.text-button, .app-notification .raven .raven-header > .button.text-button, .raven .app-notification .raven-header > .button.text-button, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button, .toolbar .suggested-action.button, .toolbar .raven .raven-header > .button.text-button, .raven .toolbar .raven-header > .button.text-button, .titlebar .suggested-action.button:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action),
 573    .header-bar .suggested-action.button:not(.suggested-action):not(.destructive-action),
 574    .header-bar .raven .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action),
 575    .raven .header-bar .raven-header > .button.text-button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button,
 576    .message-dialog.csd .dialog-action-area .linked > .suggested-action.button,
 577    .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button,
 578    .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button, .suggested-action.sidebar-button.button, .raven .raven-header > .sidebar-button.button.text-button, .info .suggested-action.button, .info .raven .raven-header > .button.text-button, .raven .info .raven-header > .button.text-button,
 579    .question .suggested-action.button,
 580    .question .raven .raven-header > .button.text-button,
 581    .raven .question .raven-header > .button.text-button,
 582    .warning .suggested-action.button,
 583    .warning .raven .raven-header > .button.text-button,
 584    .raven .warning .raven-header > .button.text-button,
 585    .error .suggested-action.button,
 586    .error .raven .raven-header > .button.text-button,
 587    .raven .error .raven-header > .button.text-button, GtkScaleButton.suggested-action.button, .raven .raven-header > GtkScaleButton.button.text-button,
 588    GtkVolumeButton.suggested-action.button,
 589    .raven .raven-header > GtkVolumeButton.button.text-button, GfCandidatePopup .suggested-action.button, GfCandidatePopup .raven .raven-header > .button.text-button, .raven GfCandidatePopup .raven-header > .button.text-button, GfCandidatePopup .suggested-action.button:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:first-child, GfCandidatePopup .suggested-action.button:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:last-child,
 590    GfCandidatePopup .linked > .suggested-action.button,
 591    GfCandidatePopup .raven .raven-header.linked > .button.text-button,
 592    .raven GfCandidatePopup .raven-header.linked > .button.text-button,
 593    GfCandidatePopup .linked > .suggested-action.button:first-child,
 594    GfCandidatePopup .raven .raven-header.linked > .button.text-button:first-child,
 595    .raven GfCandidatePopup .raven-header.linked > .button.text-button:first-child,
 596    GfCandidatePopup .linked > .suggested-action.button:last-child,
 597    GfCandidatePopup .raven .raven-header.linked > .button.text-button:last-child,
 598    .raven GfCandidatePopup .raven-header.linked > .button.text-button:last-child, MathWindow :not(.titlebar) .suggested-action.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton),
 599    .action-bar .linked > .suggested-action.button.image-button,
 600    .action-bar .raven .raven-header.linked > .image-button.button.text-button,
 601    .raven .action-bar .raven-header.linked > .image-button.button.text-button, .raven .raven-header > .flat.button.text-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button {
 602      background-color: transparent;
 603      color: #009688; }
 604      .button.suggested-action.flat:hover, .suggested-action.button.osd.image-button:hover, .raven .raven-header > .osd.image-button.button.text-button:hover, .inline-toolbar .suggested-action.button:hover, .inline-toolbar .raven .raven-header > .button.text-button:hover, .raven .inline-toolbar .raven-header > .button.text-button:hover, .inline-toolbar .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:hover:not(.text-button), .action-bar .suggested-action.button:hover, .action-bar .raven .raven-header > .button.text-button:hover, .raven .action-bar .raven-header > .button.text-button:hover, .action-bar .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:hover:not(.text-button), .inline-toolbar .linked > .suggested-action.button:hover, .inline-toolbar .raven .raven-header.linked > .button.text-button:hover, .raven .inline-toolbar .raven-header.linked > .button.text-button:hover, .inline-toolbar .linked > .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .action-bar .linked > .suggested-action.button:hover, .action-bar .raven .raven-header.linked > .button.text-button:hover, .raven .action-bar .raven-header.linked > .button.text-button:hover, .action-bar .linked > .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:hover:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:hover, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:hover, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:hover, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:hover:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:hover, .action-bar .raven .raven-header.stack-switcher > .button.text-button:hover, .raven .action-bar .raven-header.stack-switcher > .button.text-button:hover, .action-bar .stack-switcher > .suggested-action.button.image-button:hover:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:hover:not(.text-button), .osd .toolbar .suggested-action.button:hover, .osd .toolbar .raven .raven-header > .button.text-button:hover, .raven .osd .toolbar .raven-header > .button.text-button:hover, .toolbar.osd .suggested-action.button:hover, .app-notification .suggested-action.button:hover, GeditViewFrame .gedit-search-slider .suggested-action.button:hover, .toolbar.osd .raven .raven-header > .button.text-button:hover, .raven .toolbar.osd .raven-header > .button.text-button:hover, .app-notification .raven .raven-header > .button.text-button:hover, .raven .app-notification .raven-header > .button.text-button:hover, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:hover, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:hover, .toolbar .suggested-action.button:hover, .toolbar .raven .raven-header > .button.text-button:hover, .raven .toolbar .raven-header > .button.text-button:hover, .titlebar .suggested-action.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action),
 605      .header-bar .suggested-action.button:hover:not(.suggested-action):not(.destructive-action),
 606      .header-bar .raven .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action),
 607      .raven .header-bar .raven-header > .button.text-button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:hover, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:hover, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:hover,
 608      .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:hover,
 609      .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:hover,
 610      .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:hover, .suggested-action.sidebar-button.button:hover, .raven .raven-header > .sidebar-button.button.text-button:hover, .info .suggested-action.button:hover, .info .raven .raven-header > .button.text-button:hover, .raven .info .raven-header > .button.text-button:hover,
 611      .question .suggested-action.button:hover,
 612      .question .raven .raven-header > .button.text-button:hover,
 613      .raven .question .raven-header > .button.text-button:hover,
 614      .warning .suggested-action.button:hover,
 615      .warning .raven .raven-header > .button.text-button:hover,
 616      .raven .warning .raven-header > .button.text-button:hover,
 617      .error .suggested-action.button:hover,
 618      .error .raven .raven-header > .button.text-button:hover,
 619      .raven .error .raven-header > .button.text-button:hover, GtkScaleButton.suggested-action.button:hover, .raven .raven-header > GtkScaleButton.button.text-button:hover,
 620      GtkVolumeButton.suggested-action.button:hover,
 621      .raven .raven-header > GtkVolumeButton.button.text-button:hover, GfCandidatePopup .suggested-action.button:hover, GfCandidatePopup .raven .raven-header > .button.text-button:hover, .raven GfCandidatePopup .raven-header > .button.text-button:hover, GfCandidatePopup .suggested-action.button:hover:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:hover:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:hover:first-child, GfCandidatePopup .suggested-action.button:hover:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:hover:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:hover:last-child,
 622      GfCandidatePopup .linked > .suggested-action.button:hover,
 623      GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover,
 624      .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover,
 625      GfCandidatePopup .linked > .suggested-action.button:hover:first-child,
 626      GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover:first-child,
 627      .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover:first-child,
 628      GfCandidatePopup .linked > .suggested-action.button:hover:last-child,
 629      GfCandidatePopup .raven .raven-header.linked > .button.text-button:hover:last-child,
 630      .raven GfCandidatePopup .raven-header.linked > .button.text-button:hover:last-child, MathWindow :not(.titlebar) .suggested-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:hover:not(.flat):not(.titlebutton),
 631      .action-bar .linked > .suggested-action.button.image-button:hover,
 632      .action-bar .raven .raven-header.linked > .image-button.button.text-button:hover,
 633      .raven .action-bar .raven-header.linked > .image-button.button.text-button:hover, .raven .raven-header > .flat.button.text-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:hover, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:hover, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:hover {
 634        box-shadow: none;
 635        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)); }
 636      .button.suggested-action.flat:active, .suggested-action.button.osd.image-button:active, .raven .raven-header > .osd.image-button.button.text-button:active, .inline-toolbar .suggested-action.button:active, .inline-toolbar .raven .raven-header > .button.text-button:active, .raven .inline-toolbar .raven-header > .button.text-button:active, .inline-toolbar .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:active:not(.text-button), .action-bar .suggested-action.button:active, .action-bar .raven .raven-header > .button.text-button:active, .raven .action-bar .raven-header > .button.text-button:active, .action-bar .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:active:not(.text-button), .inline-toolbar .linked > .suggested-action.button:active, .inline-toolbar .raven .raven-header.linked > .button.text-button:active, .raven .inline-toolbar .raven-header.linked > .button.text-button:active, .inline-toolbar .linked > .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .action-bar .linked > .suggested-action.button:active, .action-bar .raven .raven-header.linked > .button.text-button:active, .raven .action-bar .raven-header.linked > .button.text-button:active, .action-bar .linked > .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:active:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:active, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:active, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:active, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:active:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:active, .action-bar .raven .raven-header.stack-switcher > .button.text-button:active, .raven .action-bar .raven-header.stack-switcher > .button.text-button:active, .action-bar .stack-switcher > .suggested-action.button.image-button:active:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:active:not(.text-button), .osd .toolbar .suggested-action.button:active, .osd .toolbar .raven .raven-header > .button.text-button:active, .raven .osd .toolbar .raven-header > .button.text-button:active, .toolbar.osd .suggested-action.button:active, .app-notification .suggested-action.button:active, GeditViewFrame .gedit-search-slider .suggested-action.button:active, .toolbar.osd .raven .raven-header > .button.text-button:active, .raven .toolbar.osd .raven-header > .button.text-button:active, .app-notification .raven .raven-header > .button.text-button:active, .raven .app-notification .raven-header > .button.text-button:active, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:active, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:active, .toolbar .suggested-action.button:active, .toolbar .raven .raven-header > .button.text-button:active, .raven .toolbar .raven-header > .button.text-button:active, .titlebar .suggested-action.button:active:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action),
 637      .header-bar .suggested-action.button:active:not(.suggested-action):not(.destructive-action),
 638      .header-bar .raven .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action),
 639      .raven .header-bar .raven-header > .button.text-button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:active, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:active, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:active,
 640      .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:active,
 641      .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:active,
 642      .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:active, .suggested-action.sidebar-button.button:active, .raven .raven-header > .sidebar-button.button.text-button:active, .info .suggested-action.button:active, .info .raven .raven-header > .button.text-button:active, .raven .info .raven-header > .button.text-button:active,
 643      .question .suggested-action.button:active,
 644      .question .raven .raven-header > .button.text-button:active,
 645      .raven .question .raven-header > .button.text-button:active,
 646      .warning .suggested-action.button:active,
 647      .warning .raven .raven-header > .button.text-button:active,
 648      .raven .warning .raven-header > .button.text-button:active,
 649      .error .suggested-action.button:active,
 650      .error .raven .raven-header > .button.text-button:active,
 651      .raven .error .raven-header > .button.text-button:active, GtkScaleButton.suggested-action.button:active, .raven .raven-header > GtkScaleButton.button.text-button:active,
 652      GtkVolumeButton.suggested-action.button:active,
 653      .raven .raven-header > GtkVolumeButton.button.text-button:active, GfCandidatePopup .suggested-action.button:active, GfCandidatePopup .raven .raven-header > .button.text-button:active, .raven GfCandidatePopup .raven-header > .button.text-button:active, GfCandidatePopup .suggested-action.button:active:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:active:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:active:first-child, GfCandidatePopup .suggested-action.button:active:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:active:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:active:last-child,
 654      GfCandidatePopup .linked > .suggested-action.button:active,
 655      GfCandidatePopup .raven .raven-header.linked > .button.text-button:active,
 656      .raven GfCandidatePopup .raven-header.linked > .button.text-button:active,
 657      GfCandidatePopup .linked > .suggested-action.button:active:first-child,
 658      GfCandidatePopup .raven .raven-header.linked > .button.text-button:active:first-child,
 659      .raven GfCandidatePopup .raven-header.linked > .button.text-button:active:first-child,
 660      GfCandidatePopup .linked > .suggested-action.button:active:last-child,
 661      GfCandidatePopup .raven .raven-header.linked > .button.text-button:active:last-child,
 662      .raven GfCandidatePopup .raven-header.linked > .button.text-button:active:last-child, MathWindow :not(.titlebar) .suggested-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:active:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:active:not(.flat):not(.titlebutton),
 663      .action-bar .linked > .suggested-action.button.image-button:active,
 664      .action-bar .raven .raven-header.linked > .image-button.button.text-button:active,
 665      .raven .action-bar .raven-header.linked > .image-button.button.text-button:active, .raven .raven-header > .flat.button.text-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:active, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:active, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:active {
 666        box-shadow: none;
 667        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 668        background-color: alpha(#C5A68E, 0.2);
 669        color: #C5A68E; }
 670      .button.suggested-action.flat:checked, .suggested-action.button.osd.image-button:checked, .raven .raven-header > .osd.image-button.button.text-button:checked, .inline-toolbar .suggested-action.button:checked, .inline-toolbar .raven .raven-header > .button.text-button:checked, .raven .inline-toolbar .raven-header > .button.text-button:checked, .inline-toolbar .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:checked:not(.text-button), .action-bar .suggested-action.button:checked, .action-bar .raven .raven-header > .button.text-button:checked, .raven .action-bar .raven-header > .button.text-button:checked, .action-bar .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:checked:not(.text-button), .inline-toolbar .linked > .suggested-action.button:checked, .inline-toolbar .raven .raven-header.linked > .button.text-button:checked, .raven .inline-toolbar .raven-header.linked > .button.text-button:checked, .inline-toolbar .linked > .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .action-bar .linked > .suggested-action.button:checked, .action-bar .raven .raven-header.linked > .button.text-button:checked, .raven .action-bar .raven-header.linked > .button.text-button:checked, .action-bar .linked > .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:checked:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:checked, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:checked, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:checked, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:checked:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:checked, .action-bar .raven .raven-header.stack-switcher > .button.text-button:checked, .raven .action-bar .raven-header.stack-switcher > .button.text-button:checked, .action-bar .stack-switcher > .suggested-action.button.image-button:checked:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:checked:not(.text-button), .osd .toolbar .suggested-action.button:checked, .osd .toolbar .raven .raven-header > .button.text-button:checked, .raven .osd .toolbar .raven-header > .button.text-button:checked, .toolbar.osd .suggested-action.button:checked, .app-notification .suggested-action.button:checked, GeditViewFrame .gedit-search-slider .suggested-action.button:checked, .toolbar.osd .raven .raven-header > .button.text-button:checked, .raven .toolbar.osd .raven-header > .button.text-button:checked, .app-notification .raven .raven-header > .button.text-button:checked, .raven .app-notification .raven-header > .button.text-button:checked, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:checked, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:checked, .toolbar .suggested-action.button:checked, .toolbar .raven .raven-header > .button.text-button:checked, .raven .toolbar .raven-header > .button.text-button:checked, .titlebar .suggested-action.button:checked:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action),
 671      .header-bar .suggested-action.button:checked:not(.suggested-action):not(.destructive-action),
 672      .header-bar .raven .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action),
 673      .raven .header-bar .raven-header > .button.text-button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:checked, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:checked, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:checked,
 674      .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:checked,
 675      .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:checked,
 676      .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:checked, .suggested-action.sidebar-button.button:checked, .raven .raven-header > .sidebar-button.button.text-button:checked, .info .suggested-action.button:checked, .info .raven .raven-header > .button.text-button:checked, .raven .info .raven-header > .button.text-button:checked,
 677      .question .suggested-action.button:checked,
 678      .question .raven .raven-header > .button.text-button:checked,
 679      .raven .question .raven-header > .button.text-button:checked,
 680      .warning .suggested-action.button:checked,
 681      .warning .raven .raven-header > .button.text-button:checked,
 682      .raven .warning .raven-header > .button.text-button:checked,
 683      .error .suggested-action.button:checked,
 684      .error .raven .raven-header > .button.text-button:checked,
 685      .raven .error .raven-header > .button.text-button:checked, GtkScaleButton.suggested-action.button:checked, .raven .raven-header > GtkScaleButton.button.text-button:checked,
 686      GtkVolumeButton.suggested-action.button:checked,
 687      .raven .raven-header > GtkVolumeButton.button.text-button:checked, GfCandidatePopup .suggested-action.button:checked, GfCandidatePopup .raven .raven-header > .button.text-button:checked, .raven GfCandidatePopup .raven-header > .button.text-button:checked, GfCandidatePopup .suggested-action.button:checked:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:checked:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:checked:first-child, GfCandidatePopup .suggested-action.button:checked:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:checked:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:checked:last-child,
 688      GfCandidatePopup .linked > .suggested-action.button:checked,
 689      GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked,
 690      .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked,
 691      GfCandidatePopup .linked > .suggested-action.button:checked:first-child,
 692      GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked:first-child,
 693      .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked:first-child,
 694      GfCandidatePopup .linked > .suggested-action.button:checked:last-child,
 695      GfCandidatePopup .raven .raven-header.linked > .button.text-button:checked:last-child,
 696      .raven GfCandidatePopup .raven-header.linked > .button.text-button:checked:last-child, MathWindow :not(.titlebar) .suggested-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:checked:not(.flat):not(.titlebutton),
 697      .action-bar .linked > .suggested-action.button.image-button:checked,
 698      .action-bar .raven .raven-header.linked > .image-button.button.text-button:checked,
 699      .raven .action-bar .raven-header.linked > .image-button.button.text-button:checked, .raven .raven-header > .flat.button.text-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:checked, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:checked, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:checked {
 700        background-color: alpha(currentColor, 0.2);
 701        color: #ECEFF1; }
 702      .button.suggested-action.flat:insensitive, .suggested-action.button.osd.image-button:insensitive, .raven .raven-header > .osd.image-button.button.text-button:insensitive, .inline-toolbar .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header > .button.text-button:insensitive, .raven .inline-toolbar .raven-header > .button.text-button:insensitive, .inline-toolbar .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .suggested-action.button:insensitive, .action-bar .raven .raven-header > .button.text-button:insensitive, .raven .action-bar .raven-header > .button.text-button:insensitive, .action-bar .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header > .image-button.button.text-button:insensitive:not(.text-button), .inline-toolbar .linked > .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header.linked > .button.text-button:insensitive, .raven .inline-toolbar .raven-header.linked > .button.text-button:insensitive, .inline-toolbar .linked > .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .linked > .suggested-action.button:insensitive, .action-bar .raven .raven-header.linked > .button.text-button:insensitive, .raven .action-bar .raven-header.linked > .button.text-button:insensitive, .action-bar .linked > .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header.linked > .image-button.button.text-button:insensitive:not(.text-button), .inline-toolbar .stack-switcher > .suggested-action.button:insensitive, .inline-toolbar .raven .raven-header.stack-switcher > .button.text-button:insensitive, .raven .inline-toolbar .raven-header.stack-switcher > .button.text-button:insensitive, .inline-toolbar .stack-switcher > .suggested-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .raven .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .raven .inline-toolbar .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .action-bar .stack-switcher > .suggested-action.button:insensitive, .action-bar .raven .raven-header.stack-switcher > .button.text-button:insensitive, .raven .action-bar .raven-header.stack-switcher > .button.text-button:insensitive, .action-bar .stack-switcher > .suggested-action.button.image-button:insensitive:not(.text-button), .action-bar .raven .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .raven .action-bar .raven-header.stack-switcher > .image-button.button.text-button:insensitive:not(.text-button), .osd .toolbar .suggested-action.button:insensitive, .osd .toolbar .raven .raven-header > .button.text-button:insensitive, .raven .osd .toolbar .raven-header > .button.text-button:insensitive, .toolbar.osd .suggested-action.button:insensitive, .app-notification .suggested-action.button:insensitive, GeditViewFrame .gedit-search-slider .suggested-action.button:insensitive, .toolbar.osd .raven .raven-header > .button.text-button:insensitive, .raven .toolbar.osd .raven-header > .button.text-button:insensitive, .app-notification .raven .raven-header > .button.text-button:insensitive, .raven .app-notification .raven-header > .button.text-button:insensitive, GeditViewFrame .gedit-search-slider .raven .raven-header > .button.text-button:insensitive, .raven GeditViewFrame .gedit-search-slider .raven-header > .button.text-button:insensitive, .toolbar .suggested-action.button:insensitive, .toolbar .raven .raven-header > .button.text-button:insensitive, .raven .toolbar .raven-header > .button.text-button:insensitive, .titlebar .suggested-action.button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .raven .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action), .raven .titlebar .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action),
 703      .header-bar .suggested-action.button:insensitive:not(.suggested-action):not(.destructive-action),
 704      .header-bar .raven .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action),
 705      .raven .header-bar .raven-header > .button.text-button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .suggested-action.button:insensitive, .message-dialog.csd .dialog-action-area .raven .raven-header > .button.text-button:insensitive, .raven .message-dialog.csd .dialog-action-area .raven-header > .button.text-button:insensitive,
 706      .message-dialog.csd .dialog-action-area .linked > .suggested-action.button:insensitive,
 707      .message-dialog.csd .dialog-action-area .raven .raven-header.linked > .button.text-button:insensitive,
 708      .raven .message-dialog.csd .dialog-action-area .raven-header.linked > .button.text-button:insensitive, .suggested-action.sidebar-button.button:insensitive, .raven .raven-header > .sidebar-button.button.text-button:insensitive, .info .suggested-action.button:insensitive, .info .raven .raven-header > .button.text-button:insensitive, .raven .info .raven-header > .button.text-button:insensitive,
 709      .question .suggested-action.button:insensitive,
 710      .question .raven .raven-header > .button.text-button:insensitive,
 711      .raven .question .raven-header > .button.text-button:insensitive,
 712      .warning .suggested-action.button:insensitive,
 713      .warning .raven .raven-header > .button.text-button:insensitive,
 714      .raven .warning .raven-header > .button.text-button:insensitive,
 715      .error .suggested-action.button:insensitive,
 716      .error .raven .raven-header > .button.text-button:insensitive,
 717      .raven .error .raven-header > .button.text-button:insensitive, GtkScaleButton.suggested-action.button:insensitive, .raven .raven-header > GtkScaleButton.button.text-button:insensitive,
 718      GtkVolumeButton.suggested-action.button:insensitive,
 719      .raven .raven-header > GtkVolumeButton.button.text-button:insensitive, GfCandidatePopup .suggested-action.button:insensitive, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive, GfCandidatePopup .suggested-action.button:insensitive:first-child, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive:first-child, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive:first-child, GfCandidatePopup .suggested-action.button:insensitive:last-child, GfCandidatePopup .raven .raven-header > .button.text-button:insensitive:last-child, .raven GfCandidatePopup .raven-header > .button.text-button:insensitive:last-child,
 720      GfCandidatePopup .linked > .suggested-action.button:insensitive,
 721      GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive,
 722      .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive,
 723      GfCandidatePopup .linked > .suggested-action.button:insensitive:first-child,
 724      GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive:first-child,
 725      .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive:first-child,
 726      GfCandidatePopup .linked > .suggested-action.button:insensitive:last-child,
 727      GfCandidatePopup .raven .raven-header.linked > .button.text-button:insensitive:last-child,
 728      .raven GfCandidatePopup .raven-header.linked > .button.text-button:insensitive:last-child, MathWindow :not(.titlebar) .suggested-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .suggested-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:insensitive:not(.flat):not(.titlebutton),
 729      .action-bar .linked > .suggested-action.button.image-button:insensitive,
 730      .action-bar .raven .raven-header.linked > .image-button.button.text-button:insensitive,
 731      .raven .action-bar .raven-header.linked > .image-button.button.text-button:insensitive, .raven .raven-header > .flat.button.text-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .suggested-action.button.image-button:insensitive, NemoWindow GtkGrid > GtkEventBox > .toolbar .raven .raven-header > .image-button.button.text-button:insensitive, .raven NemoWindow GtkGrid > GtkEventBox > .toolbar .raven-header > .image-button.button.text-button:insensitive {
 732        box-shadow: none;
 733        background-color: transparent; }
 734  .button.destructive-action {
 735    background-color: #FF5252;
 736    color: rgba(255, 255, 255, 0.85); }
 737    .button.destructive-action:hover {
 738      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);
 739      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));
 740      color: #ECEFF1;
 741      background-color: #FF5252;
 742      color: #FFFFFF; }
 743    .button.destructive-action:active {
 744      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);
 745      color: #ECEFF1;
 746      transition-duration: 0;
 747      animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 748      background-color: #C5A68E;
 749      color: #FFFFFF; }
 750    .button.destructive-action:checked {
 751      background-color: #ff7575; }
 752    .button.destructive-action:insensitive {
 753      box-shadow: none;
 754      background-color: alpha(currentColor, 0.2);
 755      color: rgba(236, 239, 241, 0.3); }
 756      .button.destructive-action:insensitive > .label {
 757        color: inherit; }
 758    .button.destructive-action.flat, .destructive-action.button.osd.image-button, .inline-toolbar .destructive-action.button, .inline-toolbar .destructive-action.button.image-button:not(.text-button), .action-bar .destructive-action.button, .action-bar .destructive-action.button.image-button:not(.text-button), .app-notification .destructive-action.button, GeditViewFrame .gedit-search-slider .destructive-action.button, .toolbar .destructive-action.button, .titlebar .destructive-action.button:not(.suggested-action):not(.destructive-action),
 759    .header-bar .destructive-action.button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button, .destructive-action.sidebar-button.button, .info .destructive-action.button,
 760    .question .destructive-action.button,
 761    .warning .destructive-action.button,
 762    .error .destructive-action.button, GtkScaleButton.destructive-action.button,
 763    GtkVolumeButton.destructive-action.button, GfCandidatePopup .destructive-action.button,
 764    GfCandidatePopup .linked > .destructive-action.button:first-child,
 765    GfCandidatePopup .linked > .destructive-action.button:last-child, MathWindow :not(.titlebar) .destructive-action.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:not(.flat):not(.titlebutton),
 766    .action-bar .linked > .destructive-action.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .destructive-action.button.image-button {
 767      background-color: transparent;
 768      color: #FF5252; }
 769      .button.destructive-action.flat:hover, .destructive-action.button.osd.image-button:hover, .inline-toolbar .destructive-action.button:hover, .action-bar .destructive-action.button:hover, .inline-toolbar .linked > .destructive-action.button.image-button:hover:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:hover:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:hover:not(.text-button), .app-notification .destructive-action.button:hover, GeditViewFrame .gedit-search-slider .destructive-action.button:hover, .toolbar .destructive-action.button:hover, .titlebar .destructive-action.button:hover:not(.suggested-action):not(.destructive-action),
 770      .header-bar .destructive-action.button:hover:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:hover, .destructive-action.sidebar-button.button:hover, .info .destructive-action.button:hover,
 771      .question .destructive-action.button:hover,
 772      .warning .destructive-action.button:hover,
 773      .error .destructive-action.button:hover, GtkScaleButton.destructive-action.button:hover,
 774      GtkVolumeButton.destructive-action.button:hover, GfCandidatePopup .destructive-action.button:hover, MathWindow :not(.titlebar) .destructive-action.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:hover:not(.flat):not(.titlebutton) {
 775        box-shadow: none;
 776        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)); }
 777      .button.destructive-action.flat:active, .destructive-action.button.osd.image-button:active, .inline-toolbar .destructive-action.button:active, .action-bar .destructive-action.button:active, .inline-toolbar .linked > .destructive-action.button.image-button:active:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:active:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:active:not(.text-button), .app-notification .destructive-action.button:active, GeditViewFrame .gedit-search-slider .destructive-action.button:active, .toolbar .destructive-action.button:active, .titlebar .destructive-action.button:active:not(.suggested-action):not(.destructive-action),
 778      .header-bar .destructive-action.button:active:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:active, .destructive-action.sidebar-button.button:active, .info .destructive-action.button:active,
 779      .question .destructive-action.button:active,
 780      .warning .destructive-action.button:active,
 781      .error .destructive-action.button:active, GtkScaleButton.destructive-action.button:active,
 782      GtkVolumeButton.destructive-action.button:active, GfCandidatePopup .destructive-action.button:active, MathWindow :not(.titlebar) .destructive-action.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:active:not(.flat):not(.titlebutton) {
 783        box-shadow: none;
 784        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 785        background-color: alpha(#C5A68E, 0.2);
 786        color: #C5A68E; }
 787      .button.destructive-action.flat:checked, .destructive-action.button.osd.image-button:checked, .inline-toolbar .destructive-action.button:checked, .action-bar .destructive-action.button:checked, .inline-toolbar .linked > .destructive-action.button.image-button:checked:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:checked:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:checked:not(.text-button), .app-notification .destructive-action.button:checked, GeditViewFrame .gedit-search-slider .destructive-action.button:checked, .toolbar .destructive-action.button:checked, .titlebar .destructive-action.button:checked:not(.suggested-action):not(.destructive-action),
 788      .header-bar .destructive-action.button:checked:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:checked, .destructive-action.sidebar-button.button:checked, .info .destructive-action.button:checked,
 789      .question .destructive-action.button:checked,
 790      .warning .destructive-action.button:checked,
 791      .error .destructive-action.button:checked, GtkScaleButton.destructive-action.button:checked,
 792      GtkVolumeButton.destructive-action.button:checked, GfCandidatePopup .destructive-action.button:checked, MathWindow :not(.titlebar) .destructive-action.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:checked:not(.flat):not(.titlebutton) {
 793        background-color: alpha(currentColor, 0.2);
 794        color: #ECEFF1; }
 795      .button.destructive-action.flat:insensitive, .destructive-action.button.osd.image-button:insensitive, .inline-toolbar .destructive-action.button:insensitive, .action-bar .destructive-action.button:insensitive, .inline-toolbar .linked > .destructive-action.button.image-button:insensitive:not(.text-button), .inline-toolbar .stack-switcher > .destructive-action.button.image-button:insensitive:not(.text-button), .action-bar .stack-switcher > .destructive-action.button.image-button:insensitive:not(.text-button), .app-notification .destructive-action.button:insensitive, GeditViewFrame .gedit-search-slider .destructive-action.button:insensitive, .toolbar .destructive-action.button:insensitive, .titlebar .destructive-action.button:insensitive:not(.suggested-action):not(.destructive-action),
 796      .header-bar .destructive-action.button:insensitive:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .destructive-action.button:insensitive, .destructive-action.sidebar-button.button:insensitive, .info .destructive-action.button:insensitive,
 797      .question .destructive-action.button:insensitive,
 798      .warning .destructive-action.button:insensitive,
 799      .error .destructive-action.button:insensitive, GtkScaleButton.destructive-action.button:insensitive,
 800      GtkVolumeButton.destructive-action.button:insensitive, GfCandidatePopup .destructive-action.button:insensitive, MathWindow :not(.titlebar) .destructive-action.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .destructive-action.button:insensitive:not(.flat):not(.titlebutton) {
 801        box-shadow: none;
 802        background-color: transparent; }
 803  .button.text-button {
 804    padding-left: 1.2em;
 805    padding-right: 1.2em;
 806    font-weight: 700; }
 807  .button.text-button.image-button {
 808    padding: 0.7em 1em 0.8em;
 809    outline-radius: 2px;
 810    border-radius: 2px;
 811    background-size: 7.5em 7.5em, auto; }
 812    .button.text-button.image-button .label:first-child {
 813      padding-left: 0.5em; }
 814    .button.text-button.image-button .label:last-child {
 815      padding-right: 0.5em; }
 816  .stack-switcher > .button {
 817    outline-offset: -0.2em; }
 818    .stack-switcher > .button > .label {
 819      padding-left: 0.5em;
 820      padding-right: 0.5em; }
 821    .stack-switcher > .button > GtkImage {
 822      padding-left: 0.5em;
 823      padding-right: 0.5em;
 824      padding-top: 0.2em;
 825      padding-bottom: 0.2em; }
 826    .stack-switcher > .button.text-button {
 827      padding: 0.7em 1em 0.8em; }
 828    .stack-switcher > .button.image-button {
 829      padding: 0.5em 0.3em; }
 830    .stack-switcher > .button.needs-attention:active > .label, .stack-switcher > .button.needs-attention:active > GtkImage, .stack-switcher > .button.needs-attention:checked > .label, .stack-switcher > .button.needs-attention:checked > GtkImage {
 831      animation: none;
 832      background-image: none; }
 833  .inline-toolbar .button, .inline-toolbar .button:not(.text-button).image-button, .action-bar .button, .action-bar .button:not(.text-button).image-button, .inline-toolbar .linked > .button, .inline-toolbar .linked > .button:not(.text-button).image-button, .action-bar .linked > .button, .action-bar .linked > .button:not(.text-button).image-button {
 834    padding: 0.75em;
 835    border-radius: 100px;
 836    outline-radius: 100px; }
 837  .inline-toolbar .button.text-button, .action-bar .button.text-button, .inline-toolbar .linked > .button.text-button, .action-bar .linked > .button.text-button {
 838    border-radius: 2px;
 839    outline-radius: 2px; }
 840  .inline-toolbar .stack-switcher > .button, .inline-toolbar .stack-switcher > .button:not(.text-button).image-button, .action-bar .stack-switcher > .button, .action-bar .stack-switcher > .button:not(.text-button).image-button {
 841    padding: 0.5em 0.25em;
 842    border-radius: 100px;
 843    outline-radius: 100px; }
 844  .primary-toolbar .button {
 845    icon-shadow: none; }
 846
 847.linked > .button, .linked > .button .image-button, .linked > .button .text-button, GtkComboBox .button, .toolbar .linked > .button.text-button:not(.image-button), .popover .linked > .button {
 848  box-shadow: none;
 849  background-color: transparent;
 850  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));
 851  border-radius: 0;
 852  outline-radius: 0;
 853  color: rgba(236, 239, 241, 0.75);
 854  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; }
 855  .linked > .button:hover, .linked > .button .image-button:hover, .linked > .button .text-button:hover, GtkComboBox .button:hover, .toolbar .linked > .button.text-button:hover:not(.image-button), .popover .linked > .button:hover {
 856    box-shadow: none;
 857    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));
 858    border-radius: 0;
 859    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; }
 860  .linked > .button:active, .linked > .button .image-button:active, .linked > .button .text-button:active, GtkComboBox .button:active, GtkComboBox .button:hover, GtkComboBox .button:checked, .toolbar .linked > .button.text-button:active:not(.image-button), .popover .linked > .button:active, .linked > .button:checked, .linked > .button .image-button:checked, .linked > .button .text-button:checked, GtkComboBox .button:checked, .toolbar .linked > .button.text-button:checked:not(.image-button), .popover .linked > .button:checked {
 861    background-color: alpha(currentColor, 0.2);
 862    color: #ECEFF1;
 863    border-radius: 0;
 864    color: #ECEFF1;
 865    background-color: transparent;
 866    border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px; }
 867    .linked > .button:active:hover, .linked > .button .image-button:active:hover, .linked > .button .text-button:active:hover, GtkComboBox .button:hover, .toolbar .linked > .button.text-button:active:hover:not(.image-button), .popover .linked > .button:active:hover, .linked > .button:checked:hover, .linked > .button .image-button:checked:hover, .linked > .button .text-button:checked:hover, GtkComboBox .button:checked:hover, .toolbar .linked > .button.text-button:checked:hover:not(.image-button), .popover .linked > .button:checked:hover {
 868      background-color: alpha(rgba(236, 239, 241, 0.75), 0.1); }
 869    .linked > .button:active:insensitive, .linked > .button .image-button:active:insensitive, .linked > .button .text-button:active:insensitive, GtkComboBox .button:active:insensitive, GtkComboBox .button:insensitive:hover, GtkComboBox .button:insensitive:checked, .toolbar .linked > .button.text-button:active:insensitive:not(.image-button), .popover .linked > .button:active:insensitive, .linked > .button:checked:insensitive, .linked > .button .image-button:checked:insensitive, .linked > .button .text-button:checked:insensitive, GtkComboBox .button:checked:insensitive, .toolbar .linked > .button.text-button:checked:insensitive:not(.image-button), .popover .linked > .button:checked:insensitive {
 870      color: rgba(236, 239, 241, 0.3);
 871      background-color: transparent;
 872      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; }
 873      .linked > .button:active:insensitive > .label, .linked > .button .image-button:active:insensitive > .label, .linked > .button .text-button:active:insensitive > .label, GtkComboBox .button:active:insensitive > .label, GtkComboBox .button:insensitive:hover > .label, GtkComboBox .button:insensitive:checked > .label, .linked > .button:checked:insensitive > .label, .linked > .button .image-button:checked:insensitive > .label, .linked > .button .text-button:checked:insensitive > .label, GtkComboBox .button:checked:insensitive > .label {
 874        color: inherit; }
 875      .linked > .button:active:insensitive > .label, .linked > .button .image-button:active:insensitive > .label, .linked > .button .text-button:active:insensitive > .label, GtkComboBox .button:active:insensitive > .label, GtkComboBox .button:insensitive:hover > .label, GtkComboBox .button:insensitive:checked > .label, .linked > .button:checked:insensitive > .label, .linked > .button .image-button:checked:insensitive > .label, .linked > .button .text-button:checked:insensitive > .label, GtkComboBox .button:checked:insensitive > .label {
 876        color: inherit; }
 877  .linked > .button:insensitive, .linked > .button .image-button:insensitive, .linked > .button .text-button:insensitive, GtkComboBox .button:insensitive, .toolbar .linked > .button.text-button:insensitive:not(.image-button), .popover .linked > .button:insensitive {
 878    box-shadow: none;
 879    background-color: transparent;
 880    border-radius: 0;
 881    color: rgba(236, 239, 241, 0.3);
 882    background-color: transparent;
 883    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; }
 884
 885.linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button, .linked.vertical > GtkComboBox .button {
 886  box-shadow: none;
 887  background-color: transparent;
 888  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));
 889  border-image: none;
 890  border-width: 0;
 891  outline-radius: 0;
 892  color: rgba(236, 239, 241, 0.75); }
 893  .linked.vertical > .button:hover, .linked.vertical > .button .image-button:hover, .linked.vertical > .button .text-button:hover, .linked.vertical > GtkComboBox .button:hover {
 894    box-shadow: none;
 895    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)); }
 896    .linked.vertical > .button:hover:dir(ltr), .linked.vertical > .button .image-button:hover:dir(ltr), .linked.vertical > .button .text-button:hover:dir(ltr), .linked.vertical > GtkComboBox .button:hover:dir(ltr) {
 897      box-shadow: inset 2px 0 alpha(currentColor, 0.2); }
 898    .linked.vertical > .button:hover:dir(rtl), .linked.vertical > .button .image-button:hover:dir(rtl), .linked.vertical > .button .text-button:hover:dir(rtl), .linked.vertical > GtkComboBox .button:hover:dir(rtl) {
 899      box-shadow: inset -2px 0 alpha(currentColor, 0.2); }
 900  .linked.vertical > .button:active, .linked.vertical > .button .image-button:active, .linked.vertical > .button .text-button:active, .linked.vertical > GtkComboBox .button:active, .linked.vertical > .button:checked, .linked.vertical > .button .image-button:checked, .linked.vertical > .button .text-button:checked, .linked.vertical > GtkComboBox .button:checked {
 901    background-color: alpha(currentColor, 0.2);
 902    color: #ECEFF1;
 903    color: #ECEFF1;
 904    background-color: transparent; }
 905    .linked.vertical > .button:active:dir(ltr), .linked.vertical > .button .image-button:active:dir(ltr), .linked.vertical > .button .text-button:active:dir(ltr), .linked.vertical > GtkComboBox .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 > GtkComboBox .button:checked:dir(ltr) {
 906      box-shadow: inset 2px 0 #C5A68E; }
 907    .linked.vertical > .button:active:dir(rtl), .linked.vertical > .button .image-button:active:dir(rtl), .linked.vertical > .button .text-button:active:dir(rtl), .linked.vertical > GtkComboBox .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 > GtkComboBox .button:checked:dir(rtl) {
 908      box-shadow: inset -2px 0 #C5A68E; }
 909    .linked.vertical > .button:active:hover, .linked.vertical > .button .image-button:active:hover, .linked.vertical > .button .text-button:active:hover, .linked.vertical > GtkComboBox .button:active:hover, .linked.vertical > .button:checked:hover, .linked.vertical > .button .image-button:checked:hover, .linked.vertical > .button .text-button:checked:hover, .linked.vertical > GtkComboBox .button:checked:hover {
 910      background-color: alpha(currentColor, 0.1); }
 911    .linked.vertical > .button:active:insensitive, .linked.vertical > .button .image-button:active:insensitive, .linked.vertical > .button .text-button:active:insensitive, .linked.vertical > GtkComboBox .button:active:insensitive, .linked.vertical > .button:checked:insensitive, .linked.vertical > .button .image-button:checked:insensitive, .linked.vertical > .button .text-button:checked:insensitive, .linked.vertical > GtkComboBox .button:checked:insensitive {
 912      color: rgba(236, 239, 241, 0.3);
 913      background-color: transparent; }
 914      .linked.vertical > .button:active:insensitive > .label, .linked.vertical > .button .image-button:active:insensitive > .label, .linked.vertical > .button .text-button:active:insensitive > .label, .linked.vertical > GtkComboBox .button:active:insensitive > .label, .linked.vertical > .button:checked:insensitive > .label, .linked.vertical > .button .image-button:checked:insensitive > .label, .linked.vertical > .button .text-button:checked:insensitive > .label, .linked.vertical > GtkComboBox .button:checked:insensitive > .label {
 915        color: inherit; }
 916      .linked.vertical > .button:active:insensitive:dir(ltr), .linked.vertical > .button .image-button:active:insensitive:dir(ltr), .linked.vertical > .button .text-button:active:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:active:insensitive:dir(ltr), .linked.vertical > .button:checked:insensitive:dir(ltr), .linked.vertical > .button .image-button:checked:insensitive:dir(ltr), .linked.vertical > .button .text-button:checked:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:checked:insensitive:dir(ltr) {
 917        box-shadow: inset 2px 0 rgba(0, 188, 212, 0.2); }
 918      .linked.vertical > .button:active:insensitive:dir(ltr), .linked.vertical > .button .image-button:active:insensitive:dir(ltr), .linked.vertical > .button .text-button:active:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:active:insensitive:dir(ltr), .linked.vertical > .button:checked:insensitive:dir(ltr), .linked.vertical > .button .image-button:checked:insensitive:dir(ltr), .linked.vertical > .button .text-button:checked:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:checked:insensitive:dir(ltr) {
 919        box-shadow: inset -2px 0 rgba(0, 188, 212, 0.2); }
 920      .linked.vertical > .button:active:insensitive > .label, .linked.vertical > .button .image-button:active:insensitive > .label, .linked.vertical > .button .text-button:active:insensitive > .label, .linked.vertical > GtkComboBox .button:active:insensitive > .label, .linked.vertical > .button:checked:insensitive > .label, .linked.vertical > .button .image-button:checked:insensitive > .label, .linked.vertical > .button .text-button:checked:insensitive > .label, .linked.vertical > GtkComboBox .button:checked:insensitive > .label {
 921        color: inherit; }
 922  .linked.vertical > .button:insensitive, .linked.vertical > .button .image-button:insensitive, .linked.vertical > .button .text-button:insensitive, .linked.vertical > GtkComboBox .button:insensitive {
 923    box-shadow: none;
 924    background-color: transparent;
 925    color: rgba(236, 239, 241, 0.3);
 926    background-color: transparent; }
 927    .linked.vertical > .button:insensitive:dir(ltr), .linked.vertical > .button .image-button:insensitive:dir(ltr), .linked.vertical > .button .text-button:insensitive:dir(ltr), .linked.vertical > GtkComboBox .button:insensitive:dir(ltr) {
 928      box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
 929    .linked.vertical > .button:insensitive:dir(rtl), .linked.vertical > .button .image-button:insensitive:dir(rtl), .linked.vertical > .button .text-button:insensitive:dir(rtl), .linked.vertical > GtkComboBox .button:insensitive:dir(rtl) {
 930      box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
 931  .linked.vertical > .button:dir(ltr), .linked.vertical > .button .image-button:dir(ltr), .linked.vertical > .button .text-button:dir(ltr), .linked.vertical > GtkComboBox .button:dir(ltr) {
 932    box-shadow: inset 1px 0 alpha(currentColor, 0.2); }
 933  .linked.vertical > .button:dir(rtl), .linked.vertical > .button .image-button:dir(rtl), .linked.vertical > .button .text-button:dir(rtl), .linked.vertical > GtkComboBox .button:dir(rtl) {
 934    box-shadow: inset -1px 0 alpha(currentColor, 0.2); }
 935
 936.button.osd.image-button, .button.image-button, .notebook tab .button, GtkScaleButton.button,
 937GtkVolumeButton.button, .csd .header-bar .button.titlebutton, .csd .header-bar.selection-mode .button.titlebutton,
 938.csd .titlebar .button.titlebutton,
 939.csd .titlebar.selection-mode .button.titlebutton {
 940  padding: 1em;
 941  outline-radius: 100px;
 942  border-radius: 100px;
 943  background-size: 3.75em 3.75em, auto; }
 944
 945.stack-switcher > .button.needs-attention > .label, .stack-switcher > .button.needs-attention > GtkImage, .sidebar-item.needs-attention > .label {
 946  background-repeat: no-repeat;
 947  background-position: right 3px;
 948  background-size: 0.4em 0.4em;
 949  animation: needs_attention 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
 950  transition: none; }
 951  .stack-switcher > .button.needs-attention > .label:dir(rtl), .stack-switcher > .button.needs-attention > GtkImage:dir(rtl), .sidebar-item.needs-attention > .label:dir(rtl) {
 952    background-position: left 3px; }
 953
 954.inline-toolbar GtkToolButton > .button {
 955  outline-radius: 100px;
 956  border-radius: 100px; }
 957
 958.linked > .button:not(.flat):not(:only-child), .linked > .button, .linked > .button .image-button, .linked > .button .text-button, .linked > GtkComboBox > .the-button-in-the-combobox:dir(ltr), .linked > GtkComboBox > .the-button-in-the-combobox:dir(rtl),
 959.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(ltr),
 960.linked > GtkComboBoxText > .the-button-in-the-combobox:dir(rtl), .linked > GtkComboBox:first-child > .the-button-in-the-combobox,
 961.linked > GtkComboBoxText:first-child > .the-button-in-the-combobox,
 962.linked > GtkComboBox:last-child > .the-button-in-the-combobox,
 963.linked > GtkComboBoxText:last-child > .the-button-in-the-combobox,
 964.linked > GtkComboBox:only-child > .the-button-in-the-combobox,
 965.linked > GtkComboBoxText:only-child > .the-button-in-the-combobox {
 966  border-radius: 0; }
 967
 968.linked.vertical > .button:not(:only-child), .linked.vertical > .button, .linked.vertical > .button .image-button, .linked.vertical > .button .text-button, .linked.vertical > GtkComboBoxText > .the-button-in-the-combobox,
 969.linked.vertical > GtkComboBox > .the-button-in-the-combobox,
 970.linked.vertical > GtkComboBoxText:first-child > .the-button-in-the-combobox,
 971.linked.vertical > GtkComboBox:first-child > .the-button-in-the-combobox,
 972.linked.vertical > GtkComboBoxText:last-child > .the-button-in-the-combobox,
 973.linked.vertical > GtkComboBox:last-child > .the-button-in-the-combobox,
 974.linked.vertical > GtkComboBoxText:only-child > .the-button-in-the-combobox,
 975.linked.vertical > GtkComboBox:only-child > .the-button-in-the-combobox {
 976  border-radius: 0; }
 977
 978.menuitem.button.flat, .menuitem.button.osd.image-button, .inline-toolbar .menuitem.button, .inline-toolbar .menuitem.button.image-button:not(.text-button), .action-bar .menuitem.button, .action-bar .menuitem.button.image-button:not(.text-button), .app-notification .menuitem.button, GeditViewFrame .gedit-search-slider .menuitem.button, .toolbar .menuitem.button, .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action),
 979.header-bar .menuitem.button:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button, .menuitem.sidebar-button.button, .info .menuitem.button,
 980.question .menuitem.button,
 981.warning .menuitem.button,
 982.error .menuitem.button, GtkScaleButton.menuitem.button,
 983GtkVolumeButton.menuitem.button, GfCandidatePopup .menuitem.button,
 984GfCandidatePopup .linked > .menuitem.button:first-child,
 985GfCandidatePopup .linked > .menuitem.button:last-child, MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton),
 986.action-bar .linked > .menuitem.button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .menuitem.button.image-button {
 987  transition: none; }
 988
 989GtkColorButton.button {
 990  padding: 0.4em 0.6em 0.5em; }
 991  GtkColorButton.button GtkColorSwatch:first-child:last-child {
 992    border-radius: 2px;
 993    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
 994  GtkColorButton.button:insensitive,
 995  GtkColorButton.button GtkColorSwatch:insensitive {
 996    box-shadow: none;
 997    opacity: 0.4; }
 998
 999GtkButtonBox > .button {
1000  box-shadow: none;
1001  background-color: transparent;
1002  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));
1003  color: #C5A68E);
1004  font-weight: 700; }
1005  GtkButtonBox > .button:hover {
1006    box-shadow: none;
1007    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));
1008    color: #C5A68E; }
1009  GtkButtonBox > .button:active {
1010    box-shadow: none;
1011    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1012    color: #C5A68E; }
1013  GtkButtonBox > .button:insensitive {
1014    box-shadow: none;
1015    background-color: transparent; }
1016  GtkButtonBox > .button:checked {
1017    background-color: alpha(currentColor, 0.2);
1018    color: #ECEFF1;
1019    color: #C5A68E; }
1020  GtkButtonBox > .button:checked:insensitive {
1021    color: rgba(77, 182, 172, 0.4); }
1022    GtkButtonBox > .button:checked:insensitive > .label {
1023      color: inherit; }
1024
1025/*********
1026 * Links *
1027 *********/
1028*:link, .button:link,
1029.button:visited {
1030  color: #03A9F4; }
1031  *:link:hover, .button:hover:link,
1032  .button:hover:visited, *:link:active, .button:active:link,
1033  .button:active:visited {
1034    color: #03A9F4; }
1035  *:link:visited,
1036  .button:visited {
1037    color: #9C27B0; }
1038    *:link:visited:hover,
1039    .button:visited:hover, *:link:visited:active,
1040    .button:visited:active {
1041      color: #9C27B0; }
1042    *:selected *:link:visited,
1043    *:selected .button:visited {
1044      color: #99e4ee; }
1045  *:link:selected, .button:selected:link,
1046  .button:selected:visited, .titlebar.selection-mode .subtitle:link,
1047  .header-bar.selection-mode .subtitle:link, *:selected *:link, *:selected .button:link,
1048  *:selected .button:visited {
1049    color: #ccf2f6; }
1050  *:link:insensitive, .button:insensitive:link,
1051  .button:insensitive:visited {
1052    opacity: 0.4; }
1053
1054.button:link > .label,
1055.button:visited > .label {
1056  text-decoration-line: underline; }
1057
1058/*****************
1059 * GtkSpinButton *
1060 *****************/
1061.spinbutton .button, .osd .spinbutton .button {
1062  padding: 0.4em;
1063  border: solid 0.35em transparent;
1064  border-radius: 100px;
1065  outline-radius: 100px;
1066  background: none;
1067  box-shadow: none;
1068  color: rgba(236, 239, 241, 0.75); }
1069  .spinbutton .button:not(:last-child):hover, .osd .spinbutton .button:not(:last-child):hover {
1070    box-shadow: none;
1071    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));
1072    background: none;
1073    color: #F44336; }
1074  .spinbutton .button:not(:last-child):active, .osd .spinbutton .button:not(:last-child):active {
1075    box-shadow: none;
1076    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1077    background-color: alpha(currentColor, 0.2);
1078    color: #F44336; }
1079  .spinbutton .button:not(:last-child):insensitive, .osd .spinbutton .button:not(:last-child):insensitive {
1080    box-shadow: none;
1081    background-color: transparent;
1082    background: none;
1083    color: rgba(236, 239, 241, 0.3); }
1084  .spinbutton .button:last-child:hover, .osd .spinbutton .button:last-child:hover {
1085    box-shadow: none;
1086    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));
1087    background: none;
1088    color: #00E676; }
1089  .spinbutton .button:last-child:active, .osd .spinbutton .button:last-child:active {
1090    box-shadow: none;
1091    animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1092    background-color: alpha(currentColor, 0.2);
1093    color: #00E676; }
1094  .spinbutton .button:last-child:insensitive, .osd .spinbutton .button:last-child:insensitive {
1095    box-shadow: none;
1096    background-color: transparent;
1097    background: none;
1098    color: rgba(236, 239, 241, 0.3); }
1099.spinbutton.vertical {
1100  padding: 0.5em 0; }
1101  .spinbutton.vertical .button {
1102    padding: 0.2em 0;
1103    border: solid 0.5em transparent;
1104    border-radius: 200px;
1105    outline-radius: 200px;
1106    background: none;
1107    box-shadow: none;
1108    color: rgba(236, 239, 241, 0.75); }
1109    .spinbutton.vertical .button:first-child:hover {
1110      box-shadow: none;
1111      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));
1112      background: none;
1113      color: #00E676; }
1114    .spinbutton.vertical .button:first-child:active {
1115      box-shadow: none;
1116      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1117      background-color: alpha(currentColor, 0.2);
1118      color: #00E676; }
1119    .spinbutton.vertical .button:first-child:insensitive {
1120      box-shadow: none;
1121      background-color: transparent;
1122      background: none;
1123      color: rgba(236, 239, 241, 0.3); }
1124    .spinbutton.vertical .button:last-child:hover {
1125      box-shadow: none;
1126      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));
1127      background: none;
1128      color: #F44336; }
1129    .spinbutton.vertical .button:last-child:active {
1130      box-shadow: none;
1131      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
1132      background-color: alpha(currentColor, 0.2);
1133      color: #F44336; }
1134    .spinbutton.vertical .button:last-child:insensitive {
1135      box-shadow: none;
1136      background-color: transparent;
1137      background: none;
1138      color: rgba(236, 239, 241, 0.3); }
1139GtkTreeView .spinbutton.entry:focus {
1140  padding: 1px;
1141  border-radius: 0;
1142  border-width: 0;
1143  background-color: #455A64;
1144  color: #ECEFF1;
1145  box-shadow: none; }
1146
1147/**************
1148 * ComboBoxes *
1149 **************/
1150GtkComboBox {
1151  -GtkComboBox-arrow-scaling: 0.5;
1152  -GtkComboBox-shadow-type: none; }
1153  GtkComboBox > .the-button-in-the-combobox {
1154    padding: 0.35em 0.5em 0.45em; }
1155  GtkComboBox .menu {
1156    padding: 2px 0; }
1157  GtkComboBox .menu .menuitem {
1158    padding: 0.35em 0.5em 0.45em; }
1159  GtkComboBox .separator.vertical {
1160    -GtkWidget-wide-separators: true; }
1161  GtkComboBox .button {
1162    border-radius: 0;
1163    padding: 0.5em 0.5em 0.55em;
1164    color: rgba(236, 239, 241, 0.75); }
1165    GtkComboBox .button:hover, GtkComboBox .button:active, GtkComboBox .button:checked {
1166      box-shadow: none;
1167      background-color: transparent;
1168      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));
1169      background-color: transparent; }
1170      GtkComboBox .button:hover:insensitive, GtkComboBox .button:active:insensitive, GtkComboBox .button:checked:insensitive {
1171        color: rgba(236, 239, 241, 0.3); }
1172    GtkComboBox .button:insensitive {
1173      color: rgba(236, 239, 241, 0.3);
1174      background-color: transparent; }
1175  GtkComboBox.combobox-entry {
1176    padding: 0; }
1177    GtkComboBox.combobox-entry .button {
1178      padding: 0 0.7em; }
1179
1180.linked.vertical > GtkComboBox .button {
1181  padding: 0.35em 0.5em 0.45em;
1182  border-radius: 0;
1183  color: rgba(236, 239, 241, 0.75); }
1184
1185/************
1186 * Toolbars *
1187 ************/
1188.toolbar {
1189  -GtkWidget-window-dragging: true;
1190  padding: 0.4em;
1191  border-width: 0;
1192  background-color: #3e515a;
1193  color: rgba(236, 239, 241, 0.75);
1194  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 4px 3px -4px rgba(0, 0, 0, 0.22), inset 0 8px 3px -5px rgba(0, 0, 0, 0.24); }
1195  .toolbar.vertical, .inline-toolbar .toolbar, GtkPaned .toolbar, GtkEventBox .toolbar, GtkGrid .toolbar.primary-toolbar {
1196    box-shadow: none; }
1197  .osd .toolbar, .toolbar.osd, .app-notification,
1198  .app-notification.frame, GeditViewFrame .gedit-search-slider {
1199    padding: 3px;
1200    border-style: solid;
1201    border-width: 9px;
1202    border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
1203    border-radius: 2px;
1204    box-shadow: none;
1205    color: #ECEFF1;
1206    background-color: #322F22; }
1207    .osd .toolbar:backdrop, .toolbar.osd:backdrop, .app-notification:backdrop, GeditViewFrame .gedit-search-slider:backdrop {
1208      border-image: -gtk-scaled(url("assets/osd-shadow-backdrop-dark.png"), url("assets/osd-shadow-backdrop-dark@2.png")) 10/10px stretch; }
1209    .osd .toolbar .button:not(:active):not(:insensitive):not(hover), .toolbar.osd .button:not(:active):not(:insensitive):not(hover), .app-notification .button:not(:active):not(:insensitive):not(hover),
1210    .app-notification.frame .button:not(:active):not(:insensitive):not(hover), GeditViewFrame .gedit-search-slider .button:not(:active):not(:insensitive):not(hover) {
1211      color: #C5A68E); }
1212    .osd .toolbar .button:hover, .osd .toolbar .button:active, .toolbar.osd .button:hover, .app-notification .button:hover,
1213    .app-notification.frame .button:hover, GeditViewFrame .gedit-search-slider .button:hover, .toolbar.osd .button:active, .app-notification .button:active,
1214    .app-notification.frame .button:active, GeditViewFrame .gedit-search-slider .button:active {
1215      color: #C5A68E; }
1216    .osd .toolbar .button:active, .osd .toolbar .button:checked, .toolbar.osd .button:active, .app-notification .button:active,
1217    .app-notification.frame .button:active, GeditViewFrame .gedit-search-slider .button:active, .toolbar.osd .button:checked, .app-notification .button:checked,
1218    .app-notification.frame .button:checked, GeditViewFrame .gedit-search-slider .button:checked {
1219      border-image: none;
1220      box-shadow: none; }
1221    .osd .toolbar .button:insensitive, .toolbar.osd .button:insensitive, .app-notification .button:insensitive,
1222    .app-notification.frame .button:insensitive, GeditViewFrame .gedit-search-slider .button:insensitive {
1223      color: rgba(77, 182, 172, 0.4); }
1224    .osd .toolbar .label, .toolbar.osd .label, .app-notification .label,
1225    .app-notification.frame .label, GeditViewFrame .gedit-search-slider .label {
1226      padding: 0 1em; }
1227  .toolbar .button {
1228    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;
1229    color: rgba(236, 239, 241, 0.75);
1230    box-shadow: none; }
1231    .toolbar .button:hover {
1232      border-image: none;
1233      color: #ECEFF1;
1234      box-shadow: none; }
1235    .toolbar .button:checked {
1236      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
1237      background: transparent;
1238      color: #ECEFF1;
1239      box-shadow: none; }
1240      .toolbar .button:checked:insensitive {
1241        border-image: none;
1242        background: transparent;
1243        color: rgba(236, 239, 241, 0.3);
1244        box-shadow: none; }
1245        .toolbar .button:checked:insensitive > .label {
1246          color: inherit; }
1247    .toolbar .button:insensitive {
1248      border-image: none;
1249      background-color: transparent;
1250      color: rgba(236, 239, 241, 0.225);
1251      box-shadow: none; }
1252    .toolbar .button .image-button {
1253      border-radius: 100px;
1254      outline-radius: 100px; }
1255  .toolbar .linked > .button {
1256    border-radius: 100px;
1257    outline-radius: 100px; }
1258    .toolbar .linked > .button:hover {
1259      background-color: transparent; }
1260    .toolbar .linked > .button:not(:checked) {
1261      border-radius: 100px;
1262      outline-radius: 100px; }
1263
1264.inline-toolbar {
1265  padding: 0.4em;
1266  border-style: solid;
1267  border-width: 0 1px 1px;
1268  border-color: rgba(0, 0, 0, 0.11);
1269  background-color: #3b4c54;
1270  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
1271
1272.search-bar,
1273.location-bar {
1274  padding: 0.4em;
1275  border-style: solid;
1276  border-width: 0 0 1px;
1277  border-color: rgba(0, 0, 0, 0.11);
1278  background-color: #3b4c54; }
1279  .search-bar .button.raised,
1280  .location-bar .button.raised {
1281    padding: 0.75em;
1282    border-radius: 100px;
1283    outline-radius: 100px; }
1284
1285/***************
1286 * Header bars *
1287 ***************/
1288.titlebar,
1289.header-bar {
1290  -GtkPaned-handle-size: 0;
1291  padding: 0.4em;
1292  border-width: 1px 0 1px;
1293  border-style: solid;
1294  border-top-color: #13191C;
1295  border-bottom-color: #242F35;
1296  background-color: #13191C;
1297  background-clip: border-box;
1298  color: rgba(236, 239, 241, 0.75); }
1299  .titlebar .label:checked:insensitive,
1300  .header-bar .label:checked:insensitive {
1301    color: rgba(236, 239, 241, 0.3); }
1302  .titlebar .label:insensitive,
1303  .header-bar .label:insensitive {
1304    color: rgba(236, 239, 241, 0.225); }
1305  .titlebar .title,
1306  .header-bar .title {
1307    padding-left: 1em;
1308    padding-right: 1em;
1309    color: #ECEFF1;
1310    font-weight: 700; }
1311  .titlebar .subtitle,
1312  .header-bar .subtitle {
1313    padding-left: 1em;
1314    padding-right: 1em;
1315    color: rgba(236, 239, 241, 0.75);
1316    font-size: 90%; }
1317  .titlebar .header-bar-separator, .titlebar > GtkBox > .separator.vertical, .titlebar > GtkBox > GtkBox > .separator.vertical,
1318  .header-bar .header-bar-separator,
1319  .header-bar > GtkBox > .separator.vertical,
1320  .header-bar > GtkBox > GtkBox > .separator.vertical {
1321    -GtkWidget-separator-width: 0;
1322    border: 0 none transparent;
1323    color: transparent; }
1324  .titlebar .button:not(.suggested-action):not(.destructive-action),
1325  .header-bar .button:not(.suggested-action):not(.destructive-action) {
1326    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;
1327    color: rgba(236, 239, 241, 0.75); }
1328    .titlebar .button:not(.suggested-action):not(.destructive-action):hover,
1329    .header-bar .button:not(.suggested-action):not(.destructive-action):hover {
1330      color: #ECEFF1; }
1331    .titlebar .button:not(.suggested-action):not(.destructive-action):checked,
1332    .header-bar .button:not(.suggested-action):not(.destructive-action):checked {
1333      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
1334      background-color: transparent;
1335      color: #ECEFF1; }
1336      .titlebar .button:not(.suggested-action):not(.destructive-action):checked:insensitive,
1337      .header-bar .button:not(.suggested-action):not(.destructive-action):checked:insensitive {
1338        background-color: transparent;
1339        color: rgba(236, 239, 241, 0.3); }
1340        .titlebar .button:not(.suggested-action):not(.destructive-action):checked:insensitive > .label,
1341        .header-bar .button:not(.suggested-action):not(.destructive-action):checked:insensitive > .label {
1342          color: inherit; }
1343    .titlebar .button:not(.suggested-action):not(.destructive-action):insensitive,
1344    .header-bar .button:not(.suggested-action):not(.destructive-action):insensitive {
1345      color: rgba(236, 239, 241, 0.225); }
1346  .titlebar .button, .titlebar .button .label.text-button,
1347  .titlebar .linked > .button,
1348  .titlebar .linked > .button .label.text-button,
1349  .titlebar .button.suggested-action,
1350  .titlebar .raven .raven-header > .button.text-button,
1351  .raven .titlebar .raven-header > .button.text-button,
1352  .titlebar .button.suggested-action .label.text-button,
1353  .titlebar .raven .raven-header > .button.text-button .label.text-button,
1354  .raven .titlebar .raven-header > .button.text-button .label.text-button,
1355  .titlebar .button.destructive-action,
1356  .titlebar .button.destructive-action .label.text-button,
1357  .header-bar .button,
1358  .header-bar .button .label.text-button,
1359  .header-bar .linked > .button,
1360  .header-bar .linked > .button .label.text-button,
1361  .header-bar .button.suggested-action,
1362  .header-bar .raven .raven-header > .button.text-button,
1363  .raven .header-bar .raven-header > .button.text-button,
1364  .header-bar .button.suggested-action .label.text-button,
1365  .header-bar .raven .raven-header > .button.text-button .label.text-button,
1366  .raven .header-bar .raven-header > .button.text-button .label.text-button,
1367  .header-bar .button.destructive-action,
1368  .header-bar .button.destructive-action .label.text-button {
1369    color: rgba(236, 239, 241, 0.75); }
1370    .titlebar .button:hover, .titlebar .button .label.text-button:hover,
1371    .titlebar .linked > .button:hover,
1372    .titlebar .linked > .button .label.text-button:hover,
1373    .titlebar .button.suggested-action:hover,
1374    .titlebar .raven .raven-header > .button.text-button:hover,
1375    .raven .titlebar .raven-header > .button.text-button:hover,
1376    .titlebar .button.suggested-action .label.text-button:hover,
1377    .titlebar .raven .raven-header > .button.text-button .label.text-button:hover,
1378    .raven .titlebar .raven-header > .button.text-button .label.text-button:hover,
1379    .titlebar .button.destructive-action:hover,
1380    .titlebar .button.destructive-action .label.text-button:hover,
1381    .header-bar .button:hover,
1382    .header-bar .button .label.text-button:hover,
1383    .header-bar .linked > .button:hover,
1384    .header-bar .linked > .button .label.text-button:hover,
1385    .header-bar .button.suggested-action:hover,
1386    .header-bar .raven .raven-header > .button.text-button:hover,
1387    .raven .header-bar .raven-header > .button.text-button:hover,
1388    .header-bar .button.suggested-action .label.text-button:hover,
1389    .header-bar .raven .raven-header > .button.text-button .label.text-button:hover,
1390    .raven .header-bar .raven-header > .button.text-button .label.text-button:hover,
1391    .header-bar .button.destructive-action:hover,
1392    .header-bar .button.destructive-action .label.text-button:hover {
1393      color: #ECEFF1; }
1394    .titlebar .button:checked, .titlebar .button .label.text-button:checked,
1395    .titlebar .linked > .button:checked,
1396    .titlebar .linked > .button .label.text-button:checked,
1397    .titlebar .button.suggested-action:checked,
1398    .titlebar .raven .raven-header > .button.text-button:checked,
1399    .raven .titlebar .raven-header > .button.text-button:checked,
1400    .titlebar .button.suggested-action .label.text-button:checked,
1401    .titlebar .raven .raven-header > .button.text-button .label.text-button:checked,
1402    .raven .titlebar .raven-header > .button.text-button .label.text-button:checked,
1403    .titlebar .button.destructive-action:checked,
1404    .titlebar .button.destructive-action .label.text-button:checked,
1405    .header-bar .button:checked,
1406    .header-bar .button .label.text-button:checked,
1407    .header-bar .linked > .button:checked,
1408    .header-bar .linked > .button .label.text-button:checked,
1409    .header-bar .button.suggested-action:checked,
1410    .header-bar .raven .raven-header > .button.text-button:checked,
1411    .raven .header-bar .raven-header > .button.text-button:checked,
1412    .header-bar .button.suggested-action .label.text-button:checked,
1413    .header-bar .raven .raven-header > .button.text-button .label.text-button:checked,
1414    .raven .header-bar .raven-header > .button.text-button .label.text-button:checked,
1415    .header-bar .button.destructive-action:checked,
1416    .header-bar .button.destructive-action .label.text-button:checked {
1417      color: #ECEFF1; }
1418      .titlebar .button:checked:insensitive, .titlebar .button .label.text-button:checked:insensitive,
1419      .titlebar .linked > .button:checked:insensitive,
1420      .titlebar .linked > .button .label.text-button:checked:insensitive,
1421      .titlebar .button.suggested-action:checked:insensitive,
1422      .titlebar .raven .raven-header > .button.text-button:checked:insensitive,
1423      .raven .titlebar .raven-header > .button.text-button:checked:insensitive,
1424      .titlebar .button.suggested-action .label.text-button:checked:insensitive,
1425      .titlebar .raven .raven-header > .button.text-button .label.text-button:checked:insensitive,
1426      .raven .titlebar .raven-header > .button.text-button .label.text-button:checked:insensitive,
1427      .titlebar .button.destructive-action:checked:insensitive,
1428      .titlebar .button.destructive-action .label.text-button:checked:insensitive,
1429      .header-bar .button:checked:insensitive,
1430      .header-bar .button .label.text-button:checked:insensitive,
1431      .header-bar .linked > .button:checked:insensitive,
1432      .header-bar .linked > .button .label.text-button:checked:insensitive,
1433      .header-bar .button.suggested-action:checked:insensitive,
1434      .header-bar .raven .raven-header > .button.text-button:checked:insensitive,
1435      .raven .header-bar .raven-header > .button.text-button:checked:insensitive,
1436      .header-bar .button.suggested-action .label.text-button:checked:insensitive,
1437      .header-bar .raven .raven-header > .button.text-button .label.text-button:checked:insensitive,
1438      .raven .header-bar .raven-header > .button.text-button .label.text-button:checked:insensitive,
1439      .header-bar .button.destructive-action:checked:insensitive,
1440      .header-bar .button.destructive-action .label.text-button:checked:insensitive {
1441        color: rgba(236, 239, 241, 0.3); }
1442    .titlebar .button:insensitive, .titlebar .button .label.text-button:insensitive,
1443    .titlebar .linked > .button:insensitive,
1444    .titlebar .linked > .button .label.text-button:insensitive,
1445    .titlebar .button.suggested-action:insensitive,
1446    .titlebar .raven .raven-header > .button.text-button:insensitive,
1447    .raven .titlebar .raven-header > .button.text-button:insensitive,
1448    .titlebar .button.suggested-action .label.text-button:insensitive,
1449    .titlebar .raven .raven-header > .button.text-button .label.text-button:insensitive,
1450    .raven .titlebar .raven-header > .button.text-button .label.text-button:insensitive,
1451    .titlebar .button.destructive-action:insensitive,
1452    .titlebar .button.destructive-action .label.text-button:insensitive,
1453    .header-bar .button:insensitive,
1454    .header-bar .button .label.text-button:insensitive,
1455    .header-bar .linked > .button:insensitive,
1456    .header-bar .linked > .button .label.text-button:insensitive,
1457    .header-bar .button.suggested-action:insensitive,
1458    .header-bar .raven .raven-header > .button.text-button:insensitive,
1459    .raven .header-bar .raven-header > .button.text-button:insensitive,
1460    .header-bar .button.suggested-action .label.text-button:insensitive,
1461    .header-bar .raven .raven-header > .button.text-button .label.text-button:insensitive,
1462    .raven .header-bar .raven-header > .button.text-button .label.text-button:insensitive,
1463    .header-bar .button.destructive-action:insensitive,
1464    .header-bar .button.destructive-action .label.text-button:insensitive {
1465      color: rgba(236, 239, 241, 0.225); }
1466  .titlebar .button .label.text-button,
1467  .titlebar .linked > .button .label.text-button,
1468  .titlebar .button.suggested-action .label.text-button,
1469  .titlebar .raven .raven-header > .button.text-button .label.text-button,
1470  .raven .titlebar .raven-header > .button.text-button .label.text-button,
1471  .titlebar .button.destructive-action .label.text-button,
1472  .header-bar .button .label.text-button,
1473  .header-bar .linked > .button .label.text-button,
1474  .header-bar .button.suggested-action .label.text-button,
1475  .header-bar .raven .raven-header > .button.text-button .label.text-button,
1476  .raven .header-bar .raven-header > .button.text-button .label.text-button,
1477  .header-bar .button.destructive-action .label.text-button {
1478    border-image: none;
1479    box-shadow: none; }
1480  .titlebar .button:not(.suggested-action):not(.destructive-action),
1481  .header-bar .button:not(.suggested-action):not(.destructive-action) {
1482    border-radius: 100px;
1483    outline-radius: 100px; }
1484    .titlebar .button:not(.suggested-action):not(.destructive-action).text-button,
1485    .header-bar .button:not(.suggested-action):not(.destructive-action).text-button {
1486      border-radius: 2px;
1487      outline-radius: 2px; }
1488      .titlebar .button:not(.suggested-action):not(.destructive-action).text-button.image-button,
1489      .header-bar .button:not(.suggested-action):not(.destructive-action).text-button.image-button {
1490        border-radius: 2px;
1491        outline-radius: 2px; }
1492  .titlebar .entry,
1493  .titlebar .linked > .entry,
1494  .header-bar .entry,
1495  .header-bar .linked > .entry {
1496    color: rgba(236, 239, 241, 0.75); }
1497    .titlebar .entry:focus,
1498    .titlebar .linked > .entry:focus,
1499    .header-bar .entry:focus,
1500    .header-bar .linked > .entry:focus {
1501      color: #ECEFF1; }
1502    .titlebar .entry:insensitive,
1503    .titlebar .linked > .entry:insensitive,
1504    .header-bar .entry:insensitive,
1505    .header-bar .linked > .entry:insensitive {
1506      color: rgba(236, 239, 241, 0.225); }
1507  .titlebar GtkComboBox.combobox-entry .entry,
1508  .titlebar .linked > GtkComboBox.combobox-entry .entry,
1509  .header-bar GtkComboBox.combobox-entry .entry,
1510  .header-bar .linked > GtkComboBox.combobox-entry .entry {
1511    color: rgba(236, 239, 241, 0.75); }
1512    .titlebar GtkComboBox.combobox-entry .entry:focus,
1513    .titlebar .linked > GtkComboBox.combobox-entry .entry:focus,
1514    .header-bar GtkComboBox.combobox-entry .entry:focus,
1515    .header-bar .linked > GtkComboBox.combobox-entry .entry:focus {
1516      color: #ECEFF1; }
1517    .titlebar GtkComboBox.combobox-entry .entry:insensitive,
1518    .titlebar .linked > GtkComboBox.combobox-entry .entry:insensitive,
1519    .header-bar GtkComboBox.combobox-entry .entry:insensitive,
1520    .header-bar .linked > GtkComboBox.combobox-entry .entry:insensitive {
1521      color: rgba(236, 239, 241, 0.225); }
1522  .titlebar GtkComboBox.combobox-entry .button,
1523  .titlebar .linked > GtkComboBox.combobox-entry .button,
1524  .header-bar GtkComboBox.combobox-entry .button,
1525  .header-bar .linked > GtkComboBox.combobox-entry .button {
1526    color: rgba(236, 239, 241, 0.75); }
1527    .titlebar GtkComboBox.combobox-entry .button:hover,
1528    .titlebar .linked > GtkComboBox.combobox-entry .button:hover,
1529    .header-bar GtkComboBox.combobox-entry .button:hover,
1530    .header-bar .linked > GtkComboBox.combobox-entry .button:hover {
1531      color: #ECEFF1; }
1532    .titlebar GtkComboBox.combobox-entry .button:checked,
1533    .titlebar .linked > GtkComboBox.combobox-entry .button:checked,
1534    .header-bar GtkComboBox.combobox-entry .button:checked,
1535    .header-bar .linked > GtkComboBox.combobox-entry .button:checked {
1536      color: #ECEFF1; }
1537      .titlebar GtkComboBox.combobox-entry .button:checked:insensitive,
1538      .titlebar .linked > GtkComboBox.combobox-entry .button:checked:insensitive,
1539      .header-bar GtkComboBox.combobox-entry .button:checked:insensitive,
1540      .header-bar .linked > GtkComboBox.combobox-entry .button:checked:insensitive {
1541        color: rgba(236, 239, 241, 0.3); }
1542    .titlebar GtkComboBox.combobox-entry .button:insensitive,
1543    .titlebar .linked > GtkComboBox.combobox-entry .button:insensitive,
1544    .header-bar GtkComboBox.combobox-entry .button:insensitive,
1545    .header-bar .linked > GtkComboBox.combobox-entry .button:insensitive {
1546      color: rgba(236, 239, 241, 0.225); }
1547  .titlebar .menu .menuitem,
1548  .header-bar .menu .menuitem {
1549    color: rgba(236, 239, 241, 0.75); }
1550    .titlebar .menu .menuitem:hover,
1551    .header-bar .menu .menuitem:hover {
1552      color: #ECEFF1; }
1553    .titlebar .menu .menuitem .label:insensitive,
1554    .header-bar .menu .menuitem .label:insensitive {
1555      color: rgba(236, 239, 241, 0.3); }
1556    .titlebar .menu .menuitem .accelerator,
1557    .header-bar .menu .menuitem .accelerator {
1558      color: alpha(currentColor, 0.6); }
1559    .titlebar .menu .menuitem .separator,
1560    .header-bar .menu .menuitem .separator {
1561      color: rgba(0, 0, 0, 0.11); }
1562  .titlebar .popover .button.flat, .titlebar .popover .button.osd.image-button, .titlebar .popover .inline-toolbar .button, .inline-toolbar .titlebar .popover .button, .titlebar .popover .action-bar .button, .action-bar .titlebar .popover .button, .titlebar .popover .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .titlebar .popover .linked > .button.image-button:not(.text-button), .titlebar .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .titlebar .popover .stack-switcher > .button.image-button:not(.text-button), .titlebar .popover .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .titlebar .popover .stack-switcher > .button.image-button:not(.text-button), .titlebar .popover .app-notification .button, .app-notification .titlebar .popover .button, .titlebar .popover GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .titlebar .popover .button, .titlebar .popover .toolbar .button, .toolbar .titlebar .popover .button, .titlebar .popover .button:not(.suggested-action):not(.destructive-action), .titlebar .popover .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .titlebar .popover .button, .titlebar .popover .sidebar-button.button, .titlebar .popover .info .button, .info .titlebar .popover .button,
1563  .titlebar .popover .question .button,
1564  .question .titlebar .popover .button,
1565  .titlebar .popover .warning .button,
1566  .warning .titlebar .popover .button,
1567  .titlebar .popover .error .button,
1568  .error .titlebar .popover .button, .titlebar .popover GtkScaleButton.button,
1569  .titlebar .popover GtkVolumeButton.button, .titlebar .popover GfCandidatePopup .button, GfCandidatePopup .titlebar .popover .button, .titlebar .popover GfCandidatePopup .button:first-child, GfCandidatePopup .titlebar .popover .button:first-child, .titlebar .popover GfCandidatePopup .button:last-child, GfCandidatePopup .titlebar .popover .button:last-child,
1570  .titlebar .popover GfCandidatePopup .linked > .button,
1571  GfCandidatePopup .titlebar .popover .linked > .button, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton), .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton),
1572  .header-bar .popover .button.flat,
1573  .header-bar .popover .button.osd.image-button,
1574  .header-bar .popover .inline-toolbar .button,
1575  .inline-toolbar .header-bar .popover .button,
1576  .header-bar .popover .action-bar .button,
1577  .action-bar .header-bar .popover .button,
1578  .header-bar .popover .inline-toolbar .linked > .button.image-button:not(.text-button),
1579  .inline-toolbar .header-bar .popover .linked > .button.image-button:not(.text-button),
1580  .header-bar .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button),
1581  .inline-toolbar .header-bar .popover .stack-switcher > .button.image-button:not(.text-button),
1582  .header-bar .popover .action-bar .stack-switcher > .button.image-button:not(.text-button),
1583  .action-bar .header-bar .popover .stack-switcher > .button.image-button:not(.text-button),
1584  .header-bar .popover .app-notification .button,
1585  .app-notification .header-bar .popover .button,
1586  .header-bar .popover GeditViewFrame .gedit-search-slider .button,
1587  GeditViewFrame .gedit-search-slider .header-bar .popover .button,
1588  .header-bar .popover .toolbar .button,
1589  .toolbar .header-bar .popover .button,
1590  .header-bar .popover .button:not(.suggested-action):not(.destructive-action),
1591  .header-bar .popover .message-dialog.csd .dialog-action-area .button,
1592  .message-dialog.csd .dialog-action-area .header-bar .popover .button,
1593  .header-bar .popover .sidebar-button.button,
1594  .header-bar .popover .info .button,
1595  .info .header-bar .popover .button,
1596  .header-bar .popover .question .button,
1597  .question .header-bar .popover .button,
1598  .header-bar .popover .warning .button,
1599  .warning .header-bar .popover .button,
1600  .header-bar .popover .error .button,
1601  .error .header-bar .popover .button,
1602  .header-bar .popover GtkScaleButton.button,
1603  .header-bar .popover GtkVolumeButton.button,
1604  .header-bar .popover GfCandidatePopup .button,
1605  GfCandidatePopup .header-bar .popover .button,
1606  .header-bar .popover GfCandidatePopup .button:first-child,
1607  GfCandidatePopup .header-bar .popover .button:first-child,
1608  .header-bar .popover GfCandidatePopup .button:last-child,
1609  GfCandidatePopup .header-bar .popover .button:last-child,
1610  .header-bar .popover GfCandidatePopup .linked > .button,
1611  GfCandidatePopup .header-bar .popover .linked > .button,
1612  .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
1613  MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton),
1614  .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
1615  MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) {
1616    color: rgba(236, 239, 241, 0.75); }
1617    .titlebar .popover .button.flat:hover, .titlebar .popover .button.osd.image-button:hover, .titlebar .popover .inline-toolbar .button:hover, .inline-toolbar .titlebar .popover .button:hover, .titlebar .popover .action-bar .button:hover, .action-bar .titlebar .popover .button:hover, .titlebar .popover .app-notification .button:hover, .app-notification .titlebar .popover .button:hover, .titlebar .popover GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .titlebar .popover .button:hover, .titlebar .popover .toolbar .button:hover, .toolbar .titlebar .popover .button:hover, .titlebar .popover .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .popover .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .titlebar .popover .button:hover, .titlebar .popover .sidebar-button.button:hover, .titlebar .popover .info .button:hover, .info .titlebar .popover .button:hover,
1618    .titlebar .popover .question .button:hover,
1619    .question .titlebar .popover .button:hover,
1620    .titlebar .popover .warning .button:hover,
1621    .warning .titlebar .popover .button:hover,
1622    .titlebar .popover .error .button:hover,
1623    .error .titlebar .popover .button:hover, .titlebar .popover GtkScaleButton.button:hover,
1624    .titlebar .popover GtkVolumeButton.button:hover, .titlebar .popover GfCandidatePopup .button:hover, GfCandidatePopup .titlebar .popover .button:hover, .titlebar .popover GfCandidatePopup .button:hover:first-child, GfCandidatePopup .titlebar .popover .button:hover:first-child, .titlebar .popover GfCandidatePopup .button:hover:last-child, GfCandidatePopup .titlebar .popover .button:hover:last-child,
1625    .titlebar .popover GfCandidatePopup .linked > .button:hover,
1626    GfCandidatePopup .titlebar .popover .linked > .button:hover, .titlebar .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar .popover .button:hover:not(.flat):not(.titlebutton), .titlebar .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar .popover .button:hover:not(.flat):not(.titlebutton),
1627    .header-bar .popover .button.flat:hover,
1628    .header-bar .popover .button.osd.image-button:hover,
1629    .header-bar .popover .inline-toolbar .button:hover,
1630    .inline-toolbar .header-bar .popover .button:hover,
1631    .header-bar .popover .action-bar .button:hover,
1632    .action-bar .header-bar .popover .button:hover,
1633    .header-bar .popover .app-notification .button:hover,
1634    .app-notification .header-bar .popover .button:hover,
1635    .header-bar .popover GeditViewFrame .gedit-search-slider .button:hover,
1636    GeditViewFrame .gedit-search-slider .header-bar .popover .button:hover,
1637    .header-bar .popover .toolbar .button:hover,
1638    .toolbar .header-bar .popover .button:hover,
1639    .header-bar .popover .button:hover:not(.suggested-action):not(.destructive-action),
1640    .header-bar .popover .message-dialog.csd .dialog-action-area .button:hover,
1641    .message-dialog.csd .dialog-action-area .header-bar .popover .button:hover,
1642    .header-bar .popover .sidebar-button.button:hover,
1643    .header-bar .popover .info .button:hover,
1644    .info .header-bar .popover .button:hover,
1645    .header-bar .popover .question .button:hover,
1646    .question .header-bar .popover .button:hover,
1647    .header-bar .popover .warning .button:hover,
1648    .warning .header-bar .popover .button:hover,
1649    .header-bar .popover .error .button:hover,
1650    .error .header-bar .popover .button:hover,
1651    .header-bar .popover GtkScaleButton.button:hover,
1652    .header-bar .popover GtkVolumeButton.button:hover,
1653    .header-bar .popover GfCandidatePopup .button:hover,
1654    GfCandidatePopup .header-bar .popover .button:hover,
1655    .header-bar .popover GfCandidatePopup .button:hover:first-child,
1656    GfCandidatePopup .header-bar .popover .button:hover:first-child,
1657    .header-bar .popover GfCandidatePopup .button:hover:last-child,
1658    GfCandidatePopup .header-bar .popover .button:hover:last-child,
1659    .header-bar .popover GfCandidatePopup .linked > .button:hover,
1660    GfCandidatePopup .header-bar .popover .linked > .button:hover,
1661    .header-bar .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
1662    MathWindow :not(.titlebar) .header-bar .popover .button:hover:not(.flat):not(.titlebutton),
1663    .header-bar .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
1664    MathWindow :not(.header-bar) .header-bar .popover .button:hover:not(.flat):not(.titlebutton) {
1665      color: #ECEFF1; }
1666    .titlebar .popover .button.flat .label:hover, .titlebar .popover .button.osd.image-button .label:hover, .titlebar .popover .inline-toolbar .button .label:hover, .inline-toolbar .titlebar .popover .button .label:hover, .titlebar .popover .action-bar .button .label:hover, .action-bar .titlebar .popover .button .label:hover, .titlebar .popover .app-notification .button .label:hover, .app-notification .titlebar .popover .button .label:hover, .titlebar .popover GeditViewFrame .gedit-search-slider .button .label:hover, GeditViewFrame .gedit-search-slider .titlebar .popover .button .label:hover, .titlebar .popover .toolbar .button .label:hover, .toolbar .titlebar .popover .button .label:hover, .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label:hover, .titlebar .popover .message-dialog.csd .dialog-action-area .button .label:hover, .message-dialog.csd .dialog-action-area .titlebar .popover .button .label:hover, .titlebar .popover .sidebar-button.button .label:hover, .titlebar .popover .info .button .label:hover, .info .titlebar .popover .button .label:hover,
1667    .titlebar .popover .question .button .label:hover,
1668    .question .titlebar .popover .button .label:hover,
1669    .titlebar .popover .warning .button .label:hover,
1670    .warning .titlebar .popover .button .label:hover,
1671    .titlebar .popover .error .button .label:hover,
1672    .error .titlebar .popover .button .label:hover, .titlebar .popover GtkScaleButton.button .label:hover,
1673    .titlebar .popover GtkVolumeButton.button .label:hover, .titlebar .popover GfCandidatePopup .button .label:hover, GfCandidatePopup .titlebar .popover .button .label:hover, .titlebar .popover GfCandidatePopup .button:first-child .label:hover, GfCandidatePopup .titlebar .popover .button:first-child .label:hover, .titlebar .popover GfCandidatePopup .button:last-child .label:hover, GfCandidatePopup .titlebar .popover .button:last-child .label:hover,
1674    .titlebar .popover GfCandidatePopup .linked > .button .label:hover,
1675    GfCandidatePopup .titlebar .popover .linked > .button .label:hover, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:hover, MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:hover, .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:hover, MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:hover,
1676    .header-bar .popover .button.flat .label:hover,
1677    .header-bar .popover .button.osd.image-button .label:hover,
1678    .header-bar .popover .inline-toolbar .button .label:hover,
1679    .inline-toolbar .header-bar .popover .button .label:hover,
1680    .header-bar .popover .action-bar .button .label:hover,
1681    .action-bar .header-bar .popover .button .label:hover,
1682    .header-bar .popover .app-notification .button .label:hover,
1683    .app-notification .header-bar .popover .button .label:hover,
1684    .header-bar .popover GeditViewFrame .gedit-search-slider .button .label:hover,
1685    GeditViewFrame .gedit-search-slider .header-bar .popover .button .label:hover,
1686    .header-bar .popover .toolbar .button .label:hover,
1687    .toolbar .header-bar .popover .button .label:hover,
1688    .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label:hover,
1689    .header-bar .popover .message-dialog.csd .dialog-action-area .button .label:hover,
1690    .message-dialog.csd .dialog-action-area .header-bar .popover .button .label:hover,
1691    .header-bar .popover .sidebar-button.button .label:hover,
1692    .header-bar .popover .info .button .label:hover,
1693    .info .header-bar .popover .button .label:hover,
1694    .header-bar .popover .question .button .label:hover,
1695    .question .header-bar .popover .button .label:hover,
1696    .header-bar .popover .warning .button .label:hover,
1697    .warning .header-bar .popover .button .label:hover,
1698    .header-bar .popover .error .button .label:hover,
1699    .error .header-bar .popover .button .label:hover,
1700    .header-bar .popover GtkScaleButton.button .label:hover,
1701    .header-bar .popover GtkVolumeButton.button .label:hover,
1702    .header-bar .popover GfCandidatePopup .button .label:hover,
1703    GfCandidatePopup .header-bar .popover .button .label:hover,
1704    .header-bar .popover GfCandidatePopup .button:first-child .label:hover,
1705    GfCandidatePopup .header-bar .popover .button:first-child .label:hover,
1706    .header-bar .popover GfCandidatePopup .button:last-child .label:hover,
1707    GfCandidatePopup .header-bar .popover .button:last-child .label:hover,
1708    .header-bar .popover GfCandidatePopup .linked > .button .label:hover,
1709    GfCandidatePopup .header-bar .popover .linked > .button .label:hover,
1710    .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:hover,
1711    MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:hover,
1712    .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:hover,
1713    MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:hover {
1714      color: #ECEFF1; }
1715    .titlebar .popover .button.flat .label:insensitive, .titlebar .popover .button.osd.image-button .label:insensitive, .titlebar .popover .inline-toolbar .button .label:insensitive, .inline-toolbar .titlebar .popover .button .label:insensitive, .titlebar .popover .action-bar .button .label:insensitive, .action-bar .titlebar .popover .button .label:insensitive, .titlebar .popover .app-notification .button .label:insensitive, .app-notification .titlebar .popover .button .label:insensitive, .titlebar .popover GeditViewFrame .gedit-search-slider .button .label:insensitive, GeditViewFrame .gedit-search-slider .titlebar .popover .button .label:insensitive, .titlebar .popover .toolbar .button .label:insensitive, .toolbar .titlebar .popover .button .label:insensitive, .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label:insensitive, .titlebar .popover .message-dialog.csd .dialog-action-area .button .label:insensitive, .message-dialog.csd .dialog-action-area .titlebar .popover .button .label:insensitive, .titlebar .popover .sidebar-button.button .label:insensitive, .titlebar .popover .info .button .label:insensitive, .info .titlebar .popover .button .label:insensitive,
1716    .titlebar .popover .question .button .label:insensitive,
1717    .question .titlebar .popover .button .label:insensitive,
1718    .titlebar .popover .warning .button .label:insensitive,
1719    .warning .titlebar .popover .button .label:insensitive,
1720    .titlebar .popover .error .button .label:insensitive,
1721    .error .titlebar .popover .button .label:insensitive, .titlebar .popover GtkScaleButton.button .label:insensitive,
1722    .titlebar .popover GtkVolumeButton.button .label:insensitive, .titlebar .popover GfCandidatePopup .button .label:insensitive, GfCandidatePopup .titlebar .popover .button .label:insensitive, .titlebar .popover GfCandidatePopup .button:first-child .label:insensitive, GfCandidatePopup .titlebar .popover .button:first-child .label:insensitive, .titlebar .popover GfCandidatePopup .button:last-child .label:insensitive, GfCandidatePopup .titlebar .popover .button:last-child .label:insensitive,
1723    .titlebar .popover GfCandidatePopup .linked > .button .label:insensitive,
1724    GfCandidatePopup .titlebar .popover .linked > .button .label:insensitive, .titlebar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:insensitive, MathWindow :not(.titlebar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:insensitive, .titlebar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:insensitive, MathWindow :not(.header-bar) .titlebar .popover .button:not(.flat):not(.titlebutton) .label:insensitive,
1725    .header-bar .popover .button.flat .label:insensitive,
1726    .header-bar .popover .button.osd.image-button .label:insensitive,
1727    .header-bar .popover .inline-toolbar .button .label:insensitive,
1728    .inline-toolbar .header-bar .popover .button .label:insensitive,
1729    .header-bar .popover .action-bar .button .label:insensitive,
1730    .action-bar .header-bar .popover .button .label:insensitive,
1731    .header-bar .popover .app-notification .button .label:insensitive,
1732    .app-notification .header-bar .popover .button .label:insensitive,
1733    .header-bar .popover GeditViewFrame .gedit-search-slider .button .label:insensitive,
1734    GeditViewFrame .gedit-search-slider .header-bar .popover .button .label:insensitive,
1735    .header-bar .popover .toolbar .button .label:insensitive,
1736    .toolbar .header-bar .popover .button .label:insensitive,
1737    .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label:insensitive,
1738    .header-bar .popover .message-dialog.csd .dialog-action-area .button .label:insensitive,
1739    .message-dialog.csd .dialog-action-area .header-bar .popover .button .label:insensitive,
1740    .header-bar .popover .sidebar-button.button .label:insensitive,
1741    .header-bar .popover .info .button .label:insensitive,
1742    .info .header-bar .popover .button .label:insensitive,
1743    .header-bar .popover .question .button .label:insensitive,
1744    .question .header-bar .popover .button .label:insensitive,
1745    .header-bar .popover .warning .button .label:insensitive,
1746    .warning .header-bar .popover .button .label:insensitive,
1747    .header-bar .popover .error .button .label:insensitive,
1748    .error .header-bar .popover .button .label:insensitive,
1749    .header-bar .popover GtkScaleButton.button .label:insensitive,
1750    .header-bar .popover GtkVolumeButton.button .label:insensitive,
1751    .header-bar .popover GfCandidatePopup .button .label:insensitive,
1752    GfCandidatePopup .header-bar .popover .button .label:insensitive,
1753    .header-bar .popover GfCandidatePopup .button:first-child .label:insensitive,
1754    GfCandidatePopup .header-bar .popover .button:first-child .label:insensitive,
1755    .header-bar .popover GfCandidatePopup .button:last-child .label:insensitive,
1756    GfCandidatePopup .header-bar .popover .button:last-child .label:insensitive,
1757    .header-bar .popover GfCandidatePopup .linked > .button .label:insensitive,
1758    GfCandidatePopup .header-bar .popover .linked > .button .label:insensitive,
1759    .header-bar .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label:insensitive,
1760    MathWindow :not(.titlebar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:insensitive,
1761    .header-bar .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label:insensitive,
1762    MathWindow :not(.header-bar) .header-bar .popover .button:not(.flat):not(.titlebutton) .label:insensitive {
1763      color: rgba(236, 239, 241, 0.3); }
1764  .titlebar GtkSwitch.trough,
1765  .header-bar GtkSwitch.trough {
1766    background-color: rgba(236, 239, 241, 0.075); }
1767    .titlebar GtkSwitch.trough:active,
1768    .header-bar GtkSwitch.trough:active {
1769      background-color: rgba(0, 188, 212, 0.2); }
1770      .titlebar GtkSwitch.trough:active:insensitive,
1771      .header-bar GtkSwitch.trough:active:insensitive {
1772        background-color: rgba(0, 188, 212, 0.2); }
1773    .titlebar GtkSwitch.trough:insensitive,
1774    .header-bar GtkSwitch.trough:insensitive {
1775      color: rgba(236, 239, 241, 0.3);
1776      background-color: alpha(currentColor, 0.2); }
1777  .titlebar GtkSwitch.slider,
1778  .header-bar GtkSwitch.slider {
1779    background-color: #3e515a; }
1780    .titlebar GtkSwitch.slider:hover,
1781    .header-bar GtkSwitch.slider:hover {
1782      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
1783    .titlebar GtkSwitch.slider:active,
1784    .header-bar GtkSwitch.slider:active {
1785      background-color: #C5A68E; }
1786      .titlebar GtkSwitch.slider:active:insensitive,
1787      .header-bar GtkSwitch.slider:active:insensitive {
1788        background-color: #3F4E56; }
1789    .titlebar GtkSwitch.slider:insensitive,
1790    .header-bar GtkSwitch.slider:insensitive {
1791      background-color: #3F4E56; }
1792  .titlebar.selection-mode,
1793  .header-bar.selection-mode {
1794    border-width: 1px 0 1px 0;
1795    border-top-color: rgba(255, 255, 255, 0.07);
1796    border-bottom-color: transparent;
1797    background-color: #C5A68E;
1798    color: #FFFFFF; }
1799    .titlebar.selection-mode .button,
1800    .titlebar.selection-mode .button.text-button,
1801    .titlebar.selection-mode .flat.selection-menu,
1802    .titlebar.selection-mode .text-button.selection-menu,
1803    .titlebar.selection-mode .button.image-button,
1804    .header-bar.selection-mode .button,
1805    .header-bar.selection-mode .button.text-button,
1806    .header-bar.selection-mode .flat.selection-menu,
1807    .header-bar.selection-mode .text-button.selection-menu,
1808    .header-bar.selection-mode .button.image-button {
1809      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.001, to(#FFFFFF), to(transparent)) 0 0 0/0 0 0px;
1810      color: rgba(255, 255, 255, 0.85);
1811      background-color: transparent; }
1812      .titlebar.selection-mode .button:hover, .titlebar.selection-mode .button:active, .titlebar.selection-mode .button:checked,
1813      .titlebar.selection-mode .button.text-button:hover,
1814      .titlebar.selection-mode .button.text-button:active,
1815      .titlebar.selection-mode .button.text-button:checked,
1816      .titlebar.selection-mode .flat.selection-menu:hover,
1817      .titlebar.selection-mode .flat.selection-menu:active,
1818      .titlebar.selection-mode .flat.selection-menu:checked,
1819      .titlebar.selection-mode .text-button.selection-menu:hover,
1820      .titlebar.selection-mode .text-button.selection-menu:active,
1821      .titlebar.selection-mode .text-button.selection-menu:checked,
1822      .titlebar.selection-mode .button.image-button:hover,
1823      .titlebar.selection-mode .button.image-button:active,
1824      .titlebar.selection-mode .button.image-button:checked,
1825      .header-bar.selection-mode .button:hover,
1826      .header-bar.selection-mode .button:active,
1827      .header-bar.selection-mode .button:checked,
1828      .header-bar.selection-mode .button.text-button:hover,
1829      .header-bar.selection-mode .button.text-button:active,
1830      .header-bar.selection-mode .button.text-button:checked,
1831      .header-bar.selection-mode .flat.selection-menu:hover,
1832      .header-bar.selection-mode .flat.selection-menu:active,
1833      .header-bar.selection-mode .flat.selection-menu:checked,
1834      .header-bar.selection-mode .text-button.selection-menu:hover,
1835      .header-bar.selection-mode .text-button.selection-menu:active,
1836      .header-bar.selection-mode .text-button.selection-menu:checked,
1837      .header-bar.selection-mode .button.image-button:hover,
1838      .header-bar.selection-mode .button.image-button:active,
1839      .header-bar.selection-mode .button.image-button:checked {
1840        color: #FFFFFF; }
1841      .titlebar.selection-mode .button:insensitive,
1842      .titlebar.selection-mode .button.text-button:insensitive,
1843      .titlebar.selection-mode .flat.selection-menu:insensitive,
1844      .titlebar.selection-mode .text-button.selection-menu:insensitive,
1845      .titlebar.selection-mode .button.image-button:insensitive,
1846      .header-bar.selection-mode .button:insensitive,
1847      .header-bar.selection-mode .button.text-button:insensitive,
1848      .header-bar.selection-mode .flat.selection-menu:insensitive,
1849      .header-bar.selection-mode .text-button.selection-menu:insensitive,
1850      .header-bar.selection-mode .button.image-button:insensitive {
1851        color: rgba(236, 239, 241, 0.225); }
1852      .titlebar.selection-mode .button:checked,
1853      .titlebar.selection-mode .button.text-button:checked,
1854      .titlebar.selection-mode .flat.selection-menu:checked,
1855      .titlebar.selection-mode .text-button.selection-menu:checked,
1856      .titlebar.selection-mode .button.image-button:checked,
1857      .header-bar.selection-mode .button:checked,
1858      .header-bar.selection-mode .button.text-button:checked,
1859      .header-bar.selection-mode .flat.selection-menu:checked,
1860      .header-bar.selection-mode .text-button.selection-menu:checked,
1861      .header-bar.selection-mode .button.image-button:checked {
1862        border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#FFFFFF), to(transparent)) 0 0 2/0 0 2px;
1863        color: #FFFFFF;
1864        background-color: transparent; }
1865        .titlebar.selection-mode .button:checked:insensitive,
1866        .titlebar.selection-mode .button.text-button:checked:insensitive,
1867        .titlebar.selection-mode .flat.selection-menu:checked:insensitive,
1868        .titlebar.selection-mode .text-button.selection-menu:checked:insensitive,
1869        .titlebar.selection-mode .button.image-button:checked:insensitive,
1870        .header-bar.selection-mode .button:checked:insensitive,
1871        .header-bar.selection-mode .button.text-button:checked:insensitive,
1872        .header-bar.selection-mode .flat.selection-menu:checked:insensitive,
1873        .header-bar.selection-mode .text-button.selection-menu:checked:insensitive,
1874        .header-bar.selection-mode .button.image-button:checked:insensitive {
1875          color: rgba(255, 255, 255, 0.4); }
1876          .titlebar.selection-mode .button:checked:insensitive > .label,
1877          .titlebar.selection-mode .button.text-button:checked:insensitive > .label,
1878          .titlebar.selection-mode .flat.selection-menu:checked:insensitive > .label,
1879          .titlebar.selection-mode .text-button.selection-menu:checked:insensitive > .label,
1880          .titlebar.selection-mode .button.image-button:checked:insensitive > .label,
1881          .header-bar.selection-mode .button:checked:insensitive > .label,
1882          .header-bar.selection-mode .button.text-button:checked:insensitive > .label,
1883          .header-bar.selection-mode .flat.selection-menu:checked:insensitive > .label,
1884          .header-bar.selection-mode .text-button.selection-menu:checked:insensitive > .label,
1885          .header-bar.selection-mode .button.image-button:checked:insensitive > .label {
1886            color: inherit; }
1887      .titlebar.selection-mode .button.suggested-action, .titlebar.selection-mode .raven .raven-header > .button.text-button, .raven .titlebar.selection-mode .raven-header > .button.text-button,
1888      .titlebar.selection-mode .button.text-button.suggested-action,
1889      .titlebar.selection-mode .raven .raven-header > .text-button.button,
1890      .raven .titlebar.selection-mode .raven-header > .text-button.button,
1891      .titlebar.selection-mode .flat.selection-menu.suggested-action,
1892      .titlebar.selection-mode .text-button.selection-menu.suggested-action,
1893      .titlebar.selection-mode .button.image-button.suggested-action,
1894      .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button,
1895      .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button,
1896      .header-bar.selection-mode .button.suggested-action,
1897      .header-bar.selection-mode .raven .raven-header > .button.text-button,
1898      .raven .header-bar.selection-mode .raven-header > .button.text-button,
1899      .header-bar.selection-mode .button.text-button.suggested-action,
1900      .header-bar.selection-mode .raven .raven-header > .text-button.button,
1901      .raven .header-bar.selection-mode .raven-header > .text-button.button,
1902      .header-bar.selection-mode .flat.selection-menu.suggested-action,
1903      .header-bar.selection-mode .text-button.selection-menu.suggested-action,
1904      .header-bar.selection-mode .button.image-button.suggested-action,
1905      .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button,
1906      .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button {
1907        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);
1908        background-color: #546E7A;
1909        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));
1910        color: rgba(236, 239, 241, 0.75); }
1911        .titlebar.selection-mode .button.suggested-action:hover, .titlebar.selection-mode .raven .raven-header > .button.text-button:hover, .raven .titlebar.selection-mode .raven-header > .button.text-button:hover,
1912        .titlebar.selection-mode .button.text-button.suggested-action:hover,
1913        .titlebar.selection-mode .raven .raven-header > .text-button.button:hover,
1914        .raven .titlebar.selection-mode .raven-header > .text-button.button:hover,
1915        .titlebar.selection-mode .flat.selection-menu.suggested-action:hover,
1916        .titlebar.selection-mode .text-button.selection-menu.suggested-action:hover,
1917        .titlebar.selection-mode .button.image-button.suggested-action:hover,
1918        .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:hover,
1919        .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:hover,
1920        .header-bar.selection-mode .button.suggested-action:hover,
1921        .header-bar.selection-mode .raven .raven-header > .button.text-button:hover,
1922        .raven .header-bar.selection-mode .raven-header > .button.text-button:hover,
1923        .header-bar.selection-mode .button.text-button.suggested-action:hover,
1924        .header-bar.selection-mode .raven .raven-header > .text-button.button:hover,
1925        .raven .header-bar.selection-mode .raven-header > .text-button.button:hover,
1926        .header-bar.selection-mode .flat.selection-menu.suggested-action:hover,
1927        .header-bar.selection-mode .text-button.selection-menu.suggested-action:hover,
1928        .header-bar.selection-mode .button.image-button.suggested-action:hover,
1929        .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:hover,
1930        .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:hover {
1931          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);
1932          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));
1933          color: #ECEFF1; }
1934        .titlebar.selection-mode .button.suggested-action:active, .titlebar.selection-mode .raven .raven-header > .button.text-button:active, .raven .titlebar.selection-mode .raven-header > .button.text-button:active,
1935        .titlebar.selection-mode .button.text-button.suggested-action:active,
1936        .titlebar.selection-mode .raven .raven-header > .text-button.button:active,
1937        .raven .titlebar.selection-mode .raven-header > .text-button.button:active,
1938        .titlebar.selection-mode .flat.selection-menu.suggested-action:active,
1939        .titlebar.selection-mode .text-button.selection-menu.suggested-action:active,
1940        .titlebar.selection-mode .button.image-button.suggested-action:active,
1941        .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:active,
1942        .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:active,
1943        .header-bar.selection-mode .button.suggested-action:active,
1944        .header-bar.selection-mode .raven .raven-header > .button.text-button:active,
1945        .raven .header-bar.selection-mode .raven-header > .button.text-button:active,
1946        .header-bar.selection-mode .button.text-button.suggested-action:active,
1947        .header-bar.selection-mode .raven .raven-header > .text-button.button:active,
1948        .raven .header-bar.selection-mode .raven-header > .text-button.button:active,
1949        .header-bar.selection-mode .flat.selection-menu.suggested-action:active,
1950        .header-bar.selection-mode .text-button.selection-menu.suggested-action:active,
1951        .header-bar.selection-mode .button.image-button.suggested-action:active,
1952        .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:active,
1953        .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:active {
1954          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);
1955          color: #ECEFF1;
1956          transition-duration: 0;
1957          animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
1958        .titlebar.selection-mode .button.suggested-action:insensitive, .titlebar.selection-mode .raven .raven-header > .button.text-button:insensitive, .raven .titlebar.selection-mode .raven-header > .button.text-button:insensitive,
1959        .titlebar.selection-mode .button.text-button.suggested-action:insensitive,
1960        .titlebar.selection-mode .raven .raven-header > .text-button.button:insensitive,
1961        .raven .titlebar.selection-mode .raven-header > .text-button.button:insensitive,
1962        .titlebar.selection-mode .flat.selection-menu.suggested-action:insensitive,
1963        .titlebar.selection-mode .text-button.selection-menu.suggested-action:insensitive,
1964        .titlebar.selection-mode .button.image-button.suggested-action:insensitive,
1965        .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive,
1966        .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:insensitive,
1967        .header-bar.selection-mode .button.suggested-action:insensitive,
1968        .header-bar.selection-mode .raven .raven-header > .button.text-button:insensitive,
1969        .raven .header-bar.selection-mode .raven-header > .button.text-button:insensitive,
1970        .header-bar.selection-mode .button.text-button.suggested-action:insensitive,
1971        .header-bar.selection-mode .raven .raven-header > .text-button.button:insensitive,
1972        .raven .header-bar.selection-mode .raven-header > .text-button.button:insensitive,
1973        .header-bar.selection-mode .flat.selection-menu.suggested-action:insensitive,
1974        .header-bar.selection-mode .text-button.selection-menu.suggested-action:insensitive,
1975        .header-bar.selection-mode .button.image-button.suggested-action:insensitive,
1976        .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive,
1977        .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:insensitive {
1978          box-shadow: none;
1979          background-color: alpha(currentColor, 0.2);
1980          color: rgba(236, 239, 241, 0.225); }
1981          .titlebar.selection-mode .button.suggested-action:insensitive > .label, .titlebar.selection-mode .raven .raven-header > .button.text-button:insensitive > .label, .raven .titlebar.selection-mode .raven-header > .button.text-button:insensitive > .label,
1982          .titlebar.selection-mode .button.text-button.suggested-action:insensitive > .label,
1983          .titlebar.selection-mode .raven .raven-header > .text-button.button:insensitive > .label,
1984          .raven .titlebar.selection-mode .raven-header > .text-button.button:insensitive > .label,
1985          .titlebar.selection-mode .flat.selection-menu.suggested-action:insensitive > .label,
1986          .titlebar.selection-mode .text-button.selection-menu.suggested-action:insensitive > .label,
1987          .titlebar.selection-mode .button.image-button.suggested-action:insensitive > .label,
1988          .titlebar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive > .label,
1989          .raven .titlebar.selection-mode .raven-header > .image-button.button.text-button:insensitive > .label,
1990          .header-bar.selection-mode .button.suggested-action:insensitive > .label,
1991          .header-bar.selection-mode .raven .raven-header > .button.text-button:insensitive > .label,
1992          .raven .header-bar.selection-mode .raven-header > .button.text-button:insensitive > .label,
1993          .header-bar.selection-mode .button.text-button.suggested-action:insensitive > .label,
1994          .header-bar.selection-mode .raven .raven-header > .text-button.button:insensitive > .label,
1995          .raven .header-bar.selection-mode .raven-header > .text-button.button:insensitive > .label,
1996          .header-bar.selection-mode .flat.selection-menu.suggested-action:insensitive > .label,
1997          .header-bar.selection-mode .text-button.selection-menu.suggested-action:insensitive > .label,
1998          .header-bar.selection-mode .button.image-button.suggested-action:insensitive > .label,
1999          .header-bar.selection-mode .raven .raven-header > .image-button.button.text-button:insensitive > .label,
2000          .raven .header-bar.selection-mode .raven-header > .image-button.button.text-button:insensitive > .label {
2001            color: inherit; }
2002    .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action),
2003    .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action) {
2004      border-radius: 100px;
2005      outline-radius: 100px; }
2006      .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu, .titlebar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu, .inline-toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu, .action-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu, .app-notification .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu, GeditViewFrame .gedit-search-slider .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu, .toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2007      .titlebar.selection-mode .header-bar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2008      .header-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu, .info .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2009      .titlebar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu,
2010      .question .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2011      .titlebar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu,
2012      .warning .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2013      .titlebar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu,
2014      .error .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2015      .titlebar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2016      .titlebar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2017      GfCandidatePopup .titlebar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu, .titlebar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), .titlebar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2018      .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button,
2019      .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu,
2020      .header-bar.selection-mode .button.osd.image-button:not(.suggested-action):not(.destructive-action).selection-menu,
2021      .header-bar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2022      .inline-toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2023      .header-bar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2024      .action-bar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2025      .header-bar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu,
2026      .app-notification .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2027      .header-bar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu,
2028      GeditViewFrame .gedit-search-slider .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2029      .header-bar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2030      .toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2031      .header-bar.selection-mode .titlebar .button:not(.suggested-action):not(.destructive-action).selection-menu,
2032      .titlebar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2033      .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2034      .header-bar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu,
2035      .message-dialog.csd .dialog-action-area .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2036      .header-bar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu,
2037      .header-bar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu,
2038      .info .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2039      .header-bar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu,
2040      .question .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2041      .header-bar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu,
2042      .warning .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2043      .header-bar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu,
2044      .error .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2045      .header-bar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2046      .header-bar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu,
2047      .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu,
2048      GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu,
2049      .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child,
2050      GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:first-child,
2051      .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2052      GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:last-child,
2053      .header-bar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2054      GfCandidatePopup .header-bar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu,
2055      .header-bar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2056      MathWindow :not(.titlebar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2057      .header-bar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton),
2058      MathWindow :not(.header-bar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu:not(.flat):not(.titlebutton) {
2059        border-radius: 2px;
2060        outline-radius: 2px; }
2061        .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button.image-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button, .titlebar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .inline-toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .action-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .app-notification .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GeditViewFrame .gedit-search-slider .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .toolbar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2062        .titlebar.selection-mode .header-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2063        .header-bar .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .message-dialog.csd .dialog-action-area .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .info .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2064        .titlebar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2065        .question .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2066        .titlebar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2067        .warning .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2068        .titlebar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2069        .error .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2070        .titlebar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child, .titlebar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child, GfCandidatePopup .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2071        .titlebar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2072        GfCandidatePopup .titlebar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button, .titlebar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), .titlebar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .titlebar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2073        .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).text-button.image-button,
2074        .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).flat.selection-menu.image-button,
2075        .header-bar.selection-mode .button.osd:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2076        .header-bar.selection-mode .inline-toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2077        .inline-toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2078        .header-bar.selection-mode .action-bar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2079        .action-bar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2080        .header-bar.selection-mode .app-notification .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2081        .app-notification .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2082        .header-bar.selection-mode GeditViewFrame .gedit-search-slider .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2083        GeditViewFrame .gedit-search-slider .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2084        .header-bar.selection-mode .toolbar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2085        .toolbar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2086        .header-bar.selection-mode .titlebar .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2087        .titlebar .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2088        .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2089        .header-bar.selection-mode .message-dialog.csd .dialog-action-area .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2090        .message-dialog.csd .dialog-action-area .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2091        .header-bar.selection-mode .sidebar-button.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2092        .header-bar.selection-mode .info .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2093        .info .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2094        .header-bar.selection-mode .question .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2095        .question .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2096        .header-bar.selection-mode .warning .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2097        .warning .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2098        .header-bar.selection-mode .error .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2099        .error .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2100        .header-bar.selection-mode GtkScaleButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2101        .header-bar.selection-mode GtkVolumeButton.button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2102        .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2103        GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2104        .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child,
2105        GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:first-child,
2106        .header-bar.selection-mode GfCandidatePopup .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2107        GfCandidatePopup .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:last-child,
2108        .header-bar.selection-mode GfCandidatePopup .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2109        GfCandidatePopup .header-bar.selection-mode .linked > .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button,
2110        .header-bar.selection-mode MathWindow :not(.titlebar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2111        MathWindow :not(.titlebar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2112        .header-bar.selection-mode MathWindow :not(.header-bar) .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton),
2113        MathWindow :not(.header-bar) .header-bar.selection-mode .button:not(.suggested-action):not(.destructive-action).selection-menu.image-button:not(.flat):not(.titlebutton) {
2114          border-radius: 100px;
2115          outline-radius: 100px; }
2116    .titlebar.selection-mode .entry,
2117    .header-bar.selection-mode .entry {
2118      color: rgba(236, 239, 241, 0.75); }
2119      .titlebar.selection-mode .entry:focus,
2120      .header-bar.selection-mode .entry:focus {
2121        color: #ECEFF1; }
2122      .titlebar.selection-mode .entry:insensitive,
2123      .header-bar.selection-mode .entry:insensitive {
2124        color: rgba(236, 239, 241, 0.225); }
2125    .titlebar.selection-mode .selection-menu,
2126    .header-bar.selection-mode .selection-menu {
2127      padding-left: 1.2em;
2128      padding-right: 1.2em; }
2129      .titlebar.selection-mode .selection-menu GtkArrow,
2130      .header-bar.selection-mode .selection-menu GtkArrow {
2131        -GtkArrow-arrow-scaling: 1; }
2132      .titlebar.selection-mode .selection-menu .arrow,
2133      .header-bar.selection-mode .selection-menu .arrow {
2134        -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2135  .tiled .titlebar, .tiled
2136  .header-bar {
2137    transition: none; }
2138  .maximized .titlebar, .maximized
2139  .header-bar {
2140    transition: none; }
2141  .titlebar.default-decoration,
2142  .header-bar.default-decoration {
2143    padding: 5.3px;
2144    border-width: 0; }
2145    .titlebar.default-decoration .title,
2146    .header-bar.default-decoration .title {
2147      color: #ECEFF1; }
2148      .titlebar.default-decoration .title:backdrop,
2149      .header-bar.default-decoration .title:backdrop {
2150        color: rgba(236, 239, 241, 0.4); }
2151    .titlebar.default-decoration .button.titlebutton,
2152    .header-bar.default-decoration .button.titlebutton {
2153      padding: 4px;
2154      color: rgba(236, 239, 241, 0.75); }
2155      .titlebar.default-decoration .button.titlebutton:hover, .titlebar.default-decoration .button.titlebutton:active,
2156      .header-bar.default-decoration .button.titlebutton:hover,
2157      .header-bar.default-decoration .button.titlebutton:active {
2158        color: #ECEFF1; }
2159      .titlebar.default-decoration .button.titlebutton:backdrop,
2160      .header-bar.default-decoration .button.titlebutton:backdrop {
2161        color: rgba(236, 239, 241, 0.4); }
2162
2163.csd .header-bar, GtkBox .header-bar:only-child {
2164  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2); }
2165GtkBox .header-bar:not(:only-child):first-child, GtkBox .header-bar:not(:only-child):last-child {
2166  border-left-color: #322F22;
2167  border-right-color: #322F22; }
2168  .tiled GtkBox .header-bar:not(:only-child):first-child, .maximized GtkBox .header-bar:not(:only-child):first-child, .tiled GtkBox .header-bar:not(:only-child):last-child, .maximized GtkBox .header-bar:not(:only-child):last-child {
2169    border-left-color: #13191c;
2170    border-right-color: #13191c; }
2171GtkBox .header-bar:not(:only-child):last-child:dir(ltr) {
2172  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #322F22, -2px 0 0 -1px rgba(0, 0, 0, 0.11); }
2173GtkBox .header-bar:not(:only-child):last-child:dir(rtl) {
2174  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #322F22, 2px 0 0 -1px rgba(0, 0, 0, 0.11); }
2175GtkPaned .header-bar:not(:only-child):last-child:dir(ltr) {
2176  border-left: 1px solid #242F35; }
2177GtkPaned .header-bar:not(:only-child):last-child:dir(rtl) {
2178  border-right: 1px solid #242F35; }
2179
2180GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr) {
2181  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), -5px 0 0 -1px #C5A68E, -2px 0 0 -1px #242F35; }
2182GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl) {
2183  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.14), 0 2px 3px rgba(0, 0, 0, 0.2), 5px 0 0 -1px #C5A68E, 2px 0 0 -1px #242F35; }
2184
2185.header-bar,
2186.titlebar {
2187  border-top-left-radius: 2px;
2188  border-top-right-radius: 2px; }
2189  GtkBox .header-bar:not(:last-child):not(.titlebar):dir(ltr), GtkBox
2190  .titlebar:not(:last-child):not(.titlebar):dir(ltr) {
2191    border-top-left-radius: 2px;
2192    border-top-right-radius: 0; }
2193  GtkBox .header-bar:not(:last-child):not(.titlebar):dir(rtl), GtkBox
2194  .titlebar:not(:last-child):not(.titlebar):dir(rtl) {
2195    border-top-left-radius: 0;
2196    border-top-right-radius: 2px; }
2197  GtkBox .header-bar:last-child:not(.titlebar):dir(ltr), GtkBox
2198  .titlebar:last-child:not(.titlebar):dir(ltr) {
2199    border-top-left-radius: 0; }
2200  GtkBox .header-bar:last-child:not(.titlebar):dir(rtl), GtkBox
2201  .titlebar:last-child:not(.titlebar):dir(rtl) {
2202    border-top-right-radius: 0; }
2203
2204.tiled .titlebar, .tiled
2205.header-bar, .tiled .csd .header-bar, .tiled GtkBox .header-bar:only-child, .tiled GtkBox .header-bar:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar:not(:only-child):last-child:dir(rtl), .tiled GtkPaned .header-bar:not(:only-child):last-child:dir(ltr), .tiled GtkPaned .header-bar:not(:only-child):last-child:dir(rtl), .tiled GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl), .window-frame.ssd .tiled .titlebar {
2206  border-radius: 0;
2207  border-color: #13191c;
2208  border-width: 2px 0 0 0;
2209  border-top-color: #4DD0E1;
2210  background-color: #13191c;
2211  box-shadow: none; }
2212  .tiled .titlebar:backdrop, .tiled
2213  .header-bar:backdrop, .tiled GtkBox .header-bar:backdrop:only-child, .tiled GtkBox .header-bar:backdrop:not(:only-child):last-child:dir(ltr), .tiled GtkBox .header-bar:backdrop:not(:only-child):last-child:dir(rtl), .tiled GtkPaned .header-bar:backdrop:not(:only-child):last-child:dir(ltr), .tiled GtkPaned .header-bar:backdrop:not(:only-child):last-child:dir(rtl), .window-frame.ssd .tiled .titlebar:backdrop {
2214    border-top-color: alpha(currentColor, 0.2); }
2215
2216.maximized .titlebar, .maximized
2217.header-bar, .maximized .csd .header-bar, .maximized GtkBox .header-bar:only-child, .maximized GtkBox .header-bar:not(:only-child):last-child:dir(ltr), .maximized GtkBox .header-bar:not(:only-child):last-child:dir(rtl), .maximized GtkPaned .header-bar:not(:only-child):last-child:dir(ltr), .maximized GtkPaned .header-bar:not(:only-child):last-child:dir(rtl), .maximized GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(ltr), .maximized GtkBox .header-bar.selection-mode:not(:only-child):last-child:dir(rtl), .window-frame.ssd .maximized .titlebar {
2218  border-radius: 0;
2219  border-color: #13191c;
2220  border-width: 1px 0 0 0;
2221  background-color: #13191c;
2222  box-shadow: none; }
2223
2224/************
2225 * Pathbars *
2226 ************/
2227.path-bar .button {
2228  padding: 0.3em 0.7em 0.4em; }
2229  .path-bar .button.image-button {
2230    padding: 0.7em; }
2231  .path-bar .button:only-child {
2232    padding: 0.3em 0.7em 0.4em; }
2233  .path-bar .button .label:last-child {
2234    padding-left: 2px; }
2235  .path-bar .button .label:first-child {
2236    padding-right: 2px; }
2237  .path-bar .button .label:only-child {
2238    padding-right: 0;
2239    padding-left: 0; }
2240  .path-bar .button GtkImage {
2241    padding-top: 1px; }
2242
2243/**************
2244 * Tree Views *
2245 **************/
2246GtkTreeView.view {
2247  border-left-color: alpha(currentColor, 0.2);
2248  border-top-color: rgba(0, 0, 0, 0.11);
2249  border-radius: 0;
2250  background-color: transparent;
2251  background-image: none;
2252  box-shadow: none; }
2253  * {
2254    -GtkTreeView-horizontal-separator: 4;
2255    -GtkTreeView-grid-line-width: 1;
2256    -GtkTreeView-grid-line-pattern: '';
2257    -GtkTreeView-tree-line-width: 1;
2258    -GtkTreeView-tree-line-pattern: '';
2259    -GtkTreeView-expander-size: 16; }
2260  GtkTreeView.view:hover, GtkTreeView.view:selected {
2261    border-radius: 0; }
2262  GtkTreeView.view, GtkTreeView.view .entry, GtkTreeView.view .entry > .label {
2263    color: rgba(236, 239, 241, 0.75); }
2264    GtkTreeView.view:hover, GtkTreeView.view:active, GtkTreeView.view:focus, GtkTreeView.view .entry:hover, GtkTreeView.view .entry:active, GtkTreeView.view .entry:focus, GtkTreeView.view .entry > .label:hover, GtkTreeView.view .entry > .label:active, GtkTreeView.view .entry > .label:focus {
2265      color: #ECEFF1; }
2266    GtkTreeView.view:selected, GtkTreeView.view .entry:selected, GtkTreeView.view .entry > .label:selected {
2267      color: #FFFFFF; }
2268    GtkTreeView.view:insensitive, GtkTreeView.view .entry:insensitive, GtkTreeView.view .entry > .label:insensitive {
2269      color: rgba(236, 239, 241, 0.3); }
2270      GtkTreeView.view:insensitive:selected, GtkTreeView.view .entry:insensitive:selected, GtkTreeView.view .entry > .label:insensitive:selected {
2271        color: rgba(255, 255, 255, 0.4); }
2272  GtkTreeView.view .separator, GtkTreeView.view .separator:hover {
2273    color: rgba(0, 0, 0, 0.11); }
2274  GtkTreeView.view.dnd {
2275    border-style: solid none;
2276    border-width: 1px;
2277    border-color: #76d6e3; }
2278  GtkTreeView.view.expander {
2279    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2280    GtkTreeView.view.expander:dir(rtl) {
2281      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2282    GtkTreeView.view.expander:checked {
2283      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
2284    GtkTreeView.view.expander:selected {
2285      color: rgba(255, 255, 255, 0.75); }
2286      GtkTreeView.view.expander:selected:hover, GtkTreeView.view.expander:selected:active {
2287        color: #FFFFFF; }
2288  GtkTreeView.view.progressbar {
2289    border-color: #C5A68E; }
2290    GtkTreeView.view.progressbar:selected {
2291      border-color: currentColor; }
2292  GtkTreeView.view.trough {
2293    border-color: rgba(77, 182, 172, 0.2); }
2294    GtkTreeView.view.trough:selected {
2295      border-color: alpha(currentColor, 0.2); }
2296  GtkTreeView.view, GtkPaned GtkTreeView.view {
2297    background-color: #455A64; }
2298    GtkTreeView.view:hover,
2299    GtkTreeView.view .list-row:hover,
2300    GtkTreeView.view .tweak-category:hover, GtkPaned GtkTreeView.view:hover,
2301    GtkPaned GtkTreeView.view .list-row:hover,
2302    GtkPaned GtkTreeView.view .tweak-category:hover {
2303      color: #ECEFF1; }
2304
2305column-header .button {
2306  padding: 0.3em 0.4em 0.35em;
2307  border-style: none solid solid none;
2308  border-width: 1px;
2309  border-color: rgba(0, 0, 0, 0.11);
2310  border-radius: 0;
2311  background-color: #455A64;
2312  color: rgba(236, 239, 241, 0.5);
2313  box-shadow: none; }
2314  column-header .button:hover, column-header .button:active {
2315    color: #ECEFF1;
2316    box-shadow: none; }
2317  column-header .button:insensitive {
2318    background-color: #455A64; }
2319column-header:last-child .button, column-header:last-child.button {
2320  border-right-style: none; }
2321GtkPaned column-header .button {
2322  background-color: #455A64; }
2323  GtkPaned column-header .button:insensitive {
2324    background-color: #455A64; }
2325GtkPaned column-header:not(:first-child):not(:last-child).button, GtkPaned column-header:not(:first-child):not(:last-child) .button {
2326  border-style: none solid solid none; }
2327GtkPaned column-header.button, GtkPaned column-header .button, GtkPaned column-header:only-child.button, GtkPaned column-header:only-child .button, GtkPaned column-header:first-child.button, GtkPaned column-header:first-child .button, GtkPaned column-header:last-child.button, GtkPaned column-header:last-child .button {
2328  border-style: none none solid none; }
2329
2330column-header.button.dnd, column-header .button.dnd {
2331  border-left-style: solid;
2332  color: #C5A68E; }
2333
2334/*********
2335 * Menus *
2336 *********/
2337.menubar {
2338  -GtkWidget-window-dragging: true;
2339  padding: 0;
2340  box-shadow: inset 0 2px 2px -3px rgba(0, 0, 0, 0.26), inset 0 5px 3px -5px rgba(0, 0, 0, 0.39), inset 0 -1px rgba(0, 0, 0, 0.11);
2341  background-color: #13191C;
2342  color: rgba(236, 239, 241, 0.75); }
2343  .menubar > .menuitem {
2344    padding: 0.4em 0.6em;
2345    color: rgba(236, 239, 241, 0.75); }
2346    .menubar > .menuitem:hover {
2347      color: #ECEFF1;
2348      box-shadow: inset 0 -2px #C5A68E; }
2349    .menubar > .menuitem:insensitive {
2350      color: rgba(236, 239, 241, 0.3);
2351      box-shadow: none; }
2352  .tiled .menubar, .maximized .menubar {
2353    background-color: #13191c;
2354    box-shadow: none; }
2355
2356.menu {
2357  margin: 4px 0;
2358  padding: 4px 0;
2359  border-width: 1px;
2360  border-style: solid;
2361  border-color: #455A64 transparent transparent;
2362  background-color: #42565f; }
2363  .csd .menu {
2364    border-width: 1px;
2365    border-radius: 2px;
2366    border-color: #455A64 transparent transparent; }
2367  .menu .menuitem {
2368    transition: none;
2369    padding: 0.4em 0.4em 0.5em;
2370    color: rgba(236, 239, 241, 0.75);
2371    font: initial;
2372    text-shadow: none; }
2373    .menu .menuitem:hover {
2374      transition: none;
2375      color: #ECEFF1;
2376      background-color: alpha(currentColor, 0.1); }
2377    .menu .menuitem:insensitive {
2378      color: rgba(236, 239, 241, 0.3); }
2379    .menu .menuitem.arrow {
2380      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
2381      .menu .menuitem.arrow:insensitive {
2382        color: rgba(236, 239, 241, 0.3); }
2383    .menu .menuitem.arrow:dir(rtl) {
2384      -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
2385  .menu.button {
2386    border-style: none;
2387    border-radius: 0;
2388    background-color: #42565f; }
2389    .menu.button:hover {
2390      background-color: #3b4c54; }
2391    .menu.button:insensitive {
2392      color: transparent;
2393      background-color: transparent;
2394      border-color: transparent; }
2395    .menu.button.top {
2396      border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
2397    .menu.button.bottom {
2398      border-top: 1px solid rgba(0, 0, 0, 0.11); }
2399  .menu GtkSeparatorMenuItem:dir(ltr) {
2400    padding-left: 2.4em;
2401    padding-right: 0; }
2402  .menu GtkSeparatorMenuItem:dir(rtl) {
2403    padding-left: 0;
2404    padding-right: 2.4em; }
2405
2406.menuitem .accelerator {
2407  color: alpha(currentColor, 0.55); }
2408.menuitem .separator {
2409  color: rgba(0, 0, 0, 0.11); }
2410
2411.csd.popup {
2412  border-radius: 2px; }
2413
2414/***************
2415 * Popovers   *
2416 ***************/
2417.popover {
2418  padding: 2px;
2419  border: 1px solid;
2420  border-color: #455A64 #42565f #42565f;
2421  border-radius: 2px;
2422  background-color: #42565f;
2423  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
2424  .popover:backdrop {
2425    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
2426  .popover > .list,
2427  .popover > .view,
2428  .popover > .toolbar, .popover.osd > .toolbar {
2429    border-style: none;
2430    border-image: none;
2431    background-color: transparent;
2432    transition: none; }
2433  .popover .button.menuitem.flat, .popover .menuitem.button.osd.image-button, .popover .inline-toolbar .menuitem.button, .inline-toolbar .popover .menuitem.button, .popover .action-bar .menuitem.button, .action-bar .popover .menuitem.button, .popover .inline-toolbar .linked > .menuitem.button.image-button:not(.text-button), .inline-toolbar .popover .linked > .menuitem.button.image-button:not(.text-button), .popover .inline-toolbar .stack-switcher > .menuitem.button.image-button:not(.text-button), .inline-toolbar .popover .stack-switcher > .menuitem.button.image-button:not(.text-button), .popover .action-bar .stack-switcher > .menuitem.button.image-button:not(.text-button), .action-bar .popover .stack-switcher > .menuitem.button.image-button:not(.text-button), .popover .app-notification .menuitem.button, .app-notification .popover .menuitem.button, .popover GeditViewFrame .gedit-search-slider .menuitem.button, GeditViewFrame .gedit-search-slider .popover .menuitem.button, .popover .toolbar .menuitem.button, .toolbar .popover .menuitem.button, .popover .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action), .titlebar .popover .menuitem.button:not(.suggested-action):not(.destructive-action),
2434  .popover .header-bar .menuitem.button:not(.suggested-action):not(.destructive-action),
2435  .header-bar .popover .menuitem.button:not(.suggested-action):not(.destructive-action), .popover .message-dialog.csd .dialog-action-area .menuitem.button, .message-dialog.csd .dialog-action-area .popover .menuitem.button, .popover .menuitem.sidebar-button.button, .popover .info .menuitem.button, .info .popover .menuitem.button,
2436  .popover .question .menuitem.button,
2437  .question .popover .menuitem.button,
2438  .popover .warning .menuitem.button,
2439  .warning .popover .menuitem.button,
2440  .popover .error .menuitem.button,
2441  .error .popover .menuitem.button, .popover GtkScaleButton.menuitem.button,
2442  .popover GtkVolumeButton.menuitem.button, .popover GfCandidatePopup .menuitem.button, GfCandidatePopup .popover .menuitem.button, .popover GfCandidatePopup .menuitem.button:first-child, GfCandidatePopup .popover .menuitem.button:first-child, .popover GfCandidatePopup .menuitem.button:last-child, GfCandidatePopup .popover .menuitem.button:last-child,
2443  .popover GfCandidatePopup .linked > .menuitem.button,
2444  GfCandidatePopup .popover .linked > .menuitem.button, .popover MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .popover .menuitem.button:not(.flat):not(.titlebutton), .popover MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .popover .menuitem.button:not(.flat):not(.titlebutton),
2445  .popover .button.flat,
2446  .popover .button.osd.image-button,
2447  .popover .inline-toolbar .button,
2448  .inline-toolbar .popover .button,
2449  .popover .inline-toolbar .button.image-button:not(.text-button),
2450  .inline-toolbar .popover .button.image-button:not(.text-button),
2451  .popover .action-bar .button,
2452  .action-bar .popover .button,
2453  .popover .action-bar .button.image-button:not(.text-button),
2454  .action-bar .popover .button.image-button:not(.text-button),
2455  .popover .app-notification .button,
2456  .app-notification .popover .button,
2457  .popover GeditViewFrame .gedit-search-slider .button,
2458  GeditViewFrame .gedit-search-slider .popover .button,
2459  .popover .toolbar .button,
2460  .toolbar .popover .button,
2461  .popover .titlebar .button:not(.suggested-action):not(.destructive-action),
2462  .titlebar .popover .button:not(.suggested-action):not(.destructive-action),
2463  .popover .header-bar .button:not(.suggested-action):not(.destructive-action),
2464  .header-bar .popover .button:not(.suggested-action):not(.destructive-action),
2465  .popover .message-dialog.csd .dialog-action-area .button,
2466  .message-dialog.csd .dialog-action-area .popover .button,
2467  .popover .sidebar-button.button,
2468  .popover .info .button,
2469  .info .popover .button,
2470  .popover .question .button,
2471  .question .popover .button,
2472  .popover .warning .button,
2473  .warning .popover .button,
2474  .popover .error .button,
2475  .error .popover .button,
2476  .popover GtkScaleButton.button,
2477  .popover GtkVolumeButton.button,
2478  .popover GfCandidatePopup .button,
2479  GfCandidatePopup .popover .button,
2480  .popover GfCandidatePopup .button:first-child,
2481  GfCandidatePopup .popover .button:first-child,
2482  .popover GfCandidatePopup .button:last-child,
2483  GfCandidatePopup .popover .button:last-child,
2484  .popover GfCandidatePopup .linked > .button,
2485  GfCandidatePopup .popover .linked > .button,
2486  .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
2487  MathWindow :not(.titlebar) .popover .button:not(.flat):not(.titlebutton),
2488  .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
2489  MathWindow :not(.header-bar) .popover .button:not(.flat):not(.titlebutton),
2490  .popover .action-bar .linked > .button.image-button,
2491  .action-bar .popover .linked > .button.image-button,
2492  .popover NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
2493  NemoWindow GtkGrid > GtkEventBox > .toolbar .popover .button.image-button {
2494    transition: none;
2495    background-color: transparent;
2496    background-size: 10em 10em, auto;
2497    color: rgba(236, 239, 241, 0.75);
2498    font: initial; }
2499    .popover .button.menuitem.flat:hover, .popover .menuitem.button.osd.image-button:hover, .popover .inline-toolbar .menuitem.button:hover, .inline-toolbar .popover .menuitem.button:hover, .popover .action-bar .menuitem.button:hover, .action-bar .popover .menuitem.button:hover, .popover .app-notification .menuitem.button:hover, .app-notification .popover .menuitem.button:hover, .popover GeditViewFrame .gedit-search-slider .menuitem.button:hover, GeditViewFrame .gedit-search-slider .popover .menuitem.button:hover, .popover .toolbar .menuitem.button:hover, .toolbar .popover .menuitem.button:hover, .popover .titlebar .menuitem.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .popover .menuitem.button:hover:not(.suggested-action):not(.destructive-action),
2500    .popover .header-bar .menuitem.button:hover:not(.suggested-action):not(.destructive-action),
2501    .header-bar .popover .menuitem.button:hover:not(.suggested-action):not(.destructive-action), .popover .message-dialog.csd .dialog-action-area .menuitem.button:hover, .message-dialog.csd .dialog-action-area .popover .menuitem.button:hover, .popover .menuitem.sidebar-button.button:hover, .popover .info .menuitem.button:hover, .info .popover .menuitem.button:hover,
2502    .popover .question .menuitem.button:hover,
2503    .question .popover .menuitem.button:hover,
2504    .popover .warning .menuitem.button:hover,
2505    .warning .popover .menuitem.button:hover,
2506    .popover .error .menuitem.button:hover,
2507    .error .popover .menuitem.button:hover, .popover GtkScaleButton.menuitem.button:hover,
2508    .popover GtkVolumeButton.menuitem.button:hover, .popover GfCandidatePopup .menuitem.button:hover, GfCandidatePopup .popover .menuitem.button:hover, .popover GfCandidatePopup .menuitem.button:hover:first-child, GfCandidatePopup .popover .menuitem.button:hover:first-child, .popover GfCandidatePopup .menuitem.button:hover:last-child, GfCandidatePopup .popover .menuitem.button:hover:last-child,
2509    .popover GfCandidatePopup .linked > .menuitem.button:hover,
2510    GfCandidatePopup .popover .linked > .menuitem.button:hover, .popover MathWindow :not(.titlebar) .menuitem.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .popover .menuitem.button:hover:not(.flat):not(.titlebutton), .popover MathWindow :not(.header-bar) .menuitem.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .popover .menuitem.button:hover:not(.flat):not(.titlebutton),
2511    .popover .button.flat:hover,
2512    .popover .button.osd.image-button:hover,
2513    .popover .inline-toolbar .button:hover,
2514    .inline-toolbar .popover .button:hover,
2515    .popover .action-bar .button:hover,
2516    .action-bar .popover .button:hover,
2517    .popover .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
2518    .inline-toolbar .popover .linked > .button.image-button:hover:not(.text-button),
2519    .popover .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
2520    .inline-toolbar .popover .stack-switcher > .button.image-button:hover:not(.text-button),
2521    .popover .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
2522    .action-bar .popover .stack-switcher > .button.image-button:hover:not(.text-button),
2523    .popover .app-notification .button:hover,
2524    .app-notification .popover .button:hover,
2525    .popover GeditViewFrame .gedit-search-slider .button:hover,
2526    GeditViewFrame .gedit-search-slider .popover .button:hover,
2527    .popover .toolbar .button:hover,
2528    .toolbar .popover .button:hover,
2529    .popover .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
2530    .titlebar .popover .button:hover:not(.suggested-action):not(.destructive-action),
2531    .popover .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
2532    .header-bar .popover .button:hover:not(.suggested-action):not(.destructive-action),
2533    .popover .message-dialog.csd .dialog-action-area .button:hover,
2534    .message-dialog.csd .dialog-action-area .popover .button:hover,
2535    .popover .sidebar-button.button:hover,
2536    .popover .info .button:hover,
2537    .info .popover .button:hover,
2538    .popover .question .button:hover,
2539    .question .popover .button:hover,
2540    .popover .warning .button:hover,
2541    .warning .popover .button:hover,
2542    .popover .error .button:hover,
2543    .error .popover .button:hover,
2544    .popover GtkScaleButton.button:hover,
2545    .popover GtkVolumeButton.button:hover,
2546    .popover GfCandidatePopup .button:hover,
2547    GfCandidatePopup .popover .button:hover,
2548    .popover GfCandidatePopup .button:hover:first-child,
2549    GfCandidatePopup .popover .button:hover:first-child,
2550    .popover GfCandidatePopup .button:hover:last-child,
2551    GfCandidatePopup .popover .button:hover:last-child,
2552    .popover GfCandidatePopup .linked > .button:hover,
2553    GfCandidatePopup .popover .linked > .button:hover,
2554    .popover MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
2555    MathWindow :not(.titlebar) .popover .button:hover:not(.flat):not(.titlebutton),
2556    .popover MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
2557    MathWindow :not(.header-bar) .popover .button:hover:not(.flat):not(.titlebutton) {
2558      background-color: transparent;
2559      color: #ECEFF1; }
2560    .popover .button.menuitem.flat .label, .popover .menuitem.button.osd.image-button .label, .popover .inline-toolbar .menuitem.button .label, .inline-toolbar .popover .menuitem.button .label, .popover .action-bar .menuitem.button .label, .action-bar .popover .menuitem.button .label, .popover .app-notification .menuitem.button .label, .app-notification .popover .menuitem.button .label, .popover GeditViewFrame .gedit-search-slider .menuitem.button .label, GeditViewFrame .gedit-search-slider .popover .menuitem.button .label, .popover .toolbar .menuitem.button .label, .toolbar .popover .menuitem.button .label, .popover .titlebar .menuitem.button:not(.suggested-action):not(.destructive-action) .label, .titlebar .popover .menuitem.button:not(.suggested-action):not(.destructive-action) .label,
2561    .popover .header-bar .menuitem.button:not(.suggested-action):not(.destructive-action) .label,
2562    .header-bar .popover .menuitem.button:not(.suggested-action):not(.destructive-action) .label, .popover .message-dialog.csd .dialog-action-area .menuitem.button .label, .message-dialog.csd .dialog-action-area .popover .menuitem.button .label, .popover .menuitem.sidebar-button.button .label, .popover .info .menuitem.button .label, .info .popover .menuitem.button .label,
2563    .popover .question .menuitem.button .label,
2564    .question .popover .menuitem.button .label,
2565    .popover .warning .menuitem.button .label,
2566    .warning .popover .menuitem.button .label,
2567    .popover .error .menuitem.button .label,
2568    .error .popover .menuitem.button .label, .popover GtkScaleButton.menuitem.button .label,
2569    .popover GtkVolumeButton.menuitem.button .label, .popover GfCandidatePopup .menuitem.button .label, GfCandidatePopup .popover .menuitem.button .label, .popover GfCandidatePopup .menuitem.button:first-child .label, GfCandidatePopup .popover .menuitem.button:first-child .label, .popover GfCandidatePopup .menuitem.button:last-child .label, GfCandidatePopup .popover .menuitem.button:last-child .label,
2570    .popover GfCandidatePopup .linked > .menuitem.button .label,
2571    GfCandidatePopup .popover .linked > .menuitem.button .label, .popover MathWindow :not(.titlebar) .menuitem.button:not(.flat):not(.titlebutton) .label, MathWindow :not(.titlebar) .popover .menuitem.button:not(.flat):not(.titlebutton) .label, .popover MathWindow :not(.header-bar) .menuitem.button:not(.flat):not(.titlebutton) .label, MathWindow :not(.header-bar) .popover .menuitem.button:not(.flat):not(.titlebutton) .label,
2572    .popover .button.flat .label,
2573    .popover .button.osd.image-button .label,
2574    .popover .inline-toolbar .button .label,
2575    .inline-toolbar .popover .button .label,
2576    .popover .action-bar .button .label,
2577    .action-bar .popover .button .label,
2578    .popover .inline-toolbar .linked > .button.image-button:not(.text-button) .label,
2579    .inline-toolbar .popover .linked > .button.image-button:not(.text-button) .label,
2580    .popover .inline-toolbar .stack-switcher > .button.image-button:not(.text-button) .label,
2581    .inline-toolbar .popover .stack-switcher > .button.image-button:not(.text-button) .label,
2582    .popover .action-bar .stack-switcher > .button.image-button:not(.text-button) .label,
2583    .action-bar .popover .stack-switcher > .button.image-button:not(.text-button) .label,
2584    .popover .app-notification .button .label,
2585    .app-notification .popover .button .label,
2586    .popover GeditViewFrame .gedit-search-slider .button .label,
2587    GeditViewFrame .gedit-search-slider .popover .button .label,
2588    .popover .toolbar .button .label,
2589    .toolbar .popover .button .label,
2590    .popover .titlebar .button:not(.suggested-action):not(.destructive-action) .label,
2591    .titlebar .popover .button:not(.suggested-action):not(.destructive-action) .label,
2592    .popover .header-bar .button:not(.suggested-action):not(.destructive-action) .label,
2593    .header-bar .popover .button:not(.suggested-action):not(.destructive-action) .label,
2594    .popover .message-dialog.csd .dialog-action-area .button .label,
2595    .message-dialog.csd .dialog-action-area .popover .button .label,
2596    .popover .sidebar-button.button .label,
2597    .popover .info .button .label,
2598    .info .popover .button .label,
2599    .popover .question .button .label,
2600    .question .popover .button .label,
2601    .popover .warning .button .label,
2602    .warning .popover .button .label,
2603    .popover .error .button .label,
2604    .error .popover .button .label,
2605    .popover GtkScaleButton.button .label,
2606    .popover GtkVolumeButton.button .label,
2607    .popover GfCandidatePopup .button .label,
2608    GfCandidatePopup .popover .button .label,
2609    .popover GfCandidatePopup .button:first-child .label,
2610    GfCandidatePopup .popover .button:first-child .label,
2611    .popover GfCandidatePopup .button:last-child .label,
2612    GfCandidatePopup .popover .button:last-child .label,
2613    .popover GfCandidatePopup .linked > .button .label,
2614    GfCandidatePopup .popover .linked > .button .label,
2615    .popover MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton) .label,
2616    MathWindow :not(.titlebar) .popover .button:not(.flat):not(.titlebutton) .label,
2617    .popover MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) .label,
2618    MathWindow :not(.header-bar) .popover .button:not(.flat):not(.titlebutton) .label {
2619      padding: 0.2em 0 0.25em; }
2620  .popover .linked > .button {
2621    box-shadow: none;
2622    background-color: transparent;
2623    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));
2624    color: rgba(236, 239, 241, 0.75); }
2625    .popover .linked > .button:hover {
2626      box-shadow: none;
2627      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)); }
2628    .popover .linked > .button:active {
2629      box-shadow: none;
2630      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2631    .popover .linked > .button:checked {
2632      background-color: alpha(currentColor, 0.2);
2633      color: #ECEFF1;
2634      color: #ECEFF1;
2635      background-color: transparent; }
2636    .popover .linked > .button:checked:insensitive > .label {
2637      color: inherit; }
2638  .popover .scrollbar.trough {
2639    background-color: transparent;
2640    border: 1px none transparent; }
2641
2642/*****************
2643 * Notebooks and *
2644 * Tabs          *
2645 *****************/
2646.notebook {
2647  padding: 0;
2648  background-color: #455A64;
2649  -GtkNotebook-initial-gap: 6;
2650  -GtkNotebook-arrow-spacing: 5;
2651  -GtkNotebook-tab-curvature: 0;
2652  -GtkNotebook-tab-overlap: 1;
2653  -GtkNotebook-has-tab-gap: false;
2654  -GtkWidget-focus-padding: 0;
2655  -GtkWidget-focus-line-width: 0; }
2656  .notebook.frame {
2657    border: 1px solid rgba(0, 0, 0, 0.11); }
2658    .notebook.frame.top {
2659      border-top-color: #455A64; }
2660    .notebook.frame.bottom {
2661      border-bottom-color: #455A64; }
2662    .notebook.frame.left {
2663      border-left-color: #455A64; }
2664    .notebook.frame.right {
2665      border-right-color: #455A64; }
2666  .notebook.header {
2667    background-color: #3e515a; }
2668    .notebook.header.frame {
2669      border: none; }
2670    .notebook.header.top {
2671      box-shadow: inset 0 -1px rgba(0, 0, 0, 0.11); }
2672    .notebook.header.bottom {
2673      box-shadow: inset 0 1px rgba(0, 0, 0, 0.11); }
2674    .notebook.header.left {
2675      box-shadow: inset -1px 0 rgba(0, 0, 0, 0.11); }
2676    .notebook.header.right {
2677      box-shadow: inset 1px 0 rgba(0, 0, 0, 0.11); }
2678  .notebook tab {
2679    outline-offset: 0;
2680    border-width: 0;
2681    border-style: solid;
2682    border-color: transparent;
2683    background-color: transparent; }
2684    .notebook tab.top, .notebook tab.bottom {
2685      padding: 0.5em 1.2em; }
2686    .notebook tab.left, .notebook tab.right {
2687      padding: 0.5em 1.2em; }
2688    .notebook tab.reorderable-page {
2689      -GtkNotebook-tab-overlap: 1; }
2690      .notebook tab.reorderable-page.top, .notebook tab.reorderable-page.bottom {
2691        padding-left: 1.2em;
2692        padding-right: 1.2em;
2693        border-left-width: 1px;
2694        border-right-width: 1px; }
2695      .notebook tab.reorderable-page.left, .notebook tab.reorderable-page.right {
2696        border-bottom-width: 1px;
2697        border-top-width: 1px; }
2698    .notebook tab.top {
2699      border-bottom-width: 2px; }
2700    .notebook tab.bottom {
2701      border-top-width: 2px; }
2702    .notebook tab.left {
2703      border-right-width: 2px; }
2704    .notebook tab.right {
2705      border-left-width: 2px; }
2706    .notebook tab:hover, .notebook tab.prelight-page {
2707      border-color: alpha(currentColor, 0.2); }
2708    .notebook tab:active, .notebook tab.active-page {
2709      border-color: #C5A68E; }
2710    .notebook tab.reorderable-page.top {
2711      border-color: transparent; }
2712      .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page {
2713        border-color: rgba(0, 0, 0, 0.11);
2714        border-bottom-width: 1px;
2715        border-bottom-color: rgba(0, 0, 0, 0.11);
2716        background-color: #455A64;
2717        box-shadow: none; }
2718      .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page {
2719        border-color: rgba(0, 0, 0, 0.11);
2720        border-bottom-width: 2px;
2721        border-bottom-color: #C5A68E;
2722        background-color: #455A64;
2723        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
2724    .notebook tab.reorderable-page.bottom {
2725      border-color: transparent; }
2726      .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page {
2727        border-color: rgba(0, 0, 0, 0.11);
2728        border-top-width: 1px;
2729        border-top-color: rgba(0, 0, 0, 0.11);
2730        background-color: #455A64;
2731        box-shadow: none; }
2732      .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page {
2733        border-color: rgba(0, 0, 0, 0.11);
2734        border-top-width: 2px;
2735        border-top-color: #C5A68E;
2736        background-color: #455A64;
2737        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
2738    .notebook tab.reorderable-page.left {
2739      border-color: transparent; }
2740      .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page {
2741        border-color: rgba(0, 0, 0, 0.11);
2742        border-right-width: 1px;
2743        border-right-color: rgba(0, 0, 0, 0.11);
2744        background-color: #455A64;
2745        box-shadow: none; }
2746      .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page {
2747        border-color: rgba(0, 0, 0, 0.11);
2748        border-right-width: 2px;
2749        border-right-color: #C5A68E;
2750        background-color: #455A64;
2751        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
2752    .notebook tab.reorderable-page.right {
2753      border-color: transparent; }
2754      .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page {
2755        border-color: rgba(0, 0, 0, 0.11);
2756        border-left-width: 1px;
2757        border-left-color: rgba(0, 0, 0, 0.11);
2758        background-color: #455A64;
2759        box-shadow: none; }
2760      .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page {
2761        border-color: rgba(0, 0, 0, 0.11);
2762        border-left-width: 2px;
2763        border-left-color: #C5A68E;
2764        background-color: #455A64;
2765        box-shadow: -1px 0 2px rgba(0, 0, 0, 0.02), -1px 0 4px rgba(0, 0, 0, 0.03), 1px 0 2px rgba(0, 0, 0, 0.02), 1px 0 4px rgba(0, 0, 0, 0.03); }
2766    .notebook tab .label {
2767      padding: 0.5em;
2768      font-weight: 700;
2769      color: rgba(236, 239, 241, 0.5); }
2770    .notebook tab .prelight-page .label,
2771    .notebook tab .label.prelight-page {
2772      color: #ECEFF1; }
2773    .notebook tab .active-page .label,
2774    .notebook tab .label.active-page {
2775      color: #ECEFF1; }
2776    .notebook tab .button {
2777      padding: 0;
2778      background-size: 3.75em 3.75em, auto;
2779      box-shadow: none;
2780      background-color: transparent;
2781      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));
2782      color: rgba(236, 239, 241, 0.5); }
2783      .notebook tab .button:hover {
2784        box-shadow: none;
2785        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)); }
2786      .notebook tab .button:active {
2787        box-shadow: none;
2788        animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
2789      .notebook tab .button:insensitive {
2790        box-shadow: none;
2791        background-color: transparent; }
2792      .notebook tab .button > GtkImage {
2793        padding: 0.6em; }
2794    .notebook tab .prelight-page .button, .notebook tab:hover .button {
2795      color: #ECEFF1; }
2796    .notebook tab .active-page .button, .notebook tab:hover .button {
2797      color: #ECEFF1; }
2798  .notebook.arrow {
2799    color: rgba(236, 239, 241, 0.5); }
2800    .notebook.arrow:hover, .notebook.arrow:active {
2801      color: #ECEFF1; }
2802    .notebook.arrow:insensitive {
2803      color: rgba(236, 239, 241, 0.225); }
2804
2805/**************
2806 * Scrollbars *
2807 **************/
2808@keyframes slow_down_ltr {
2809  to {
2810    margin-right: 0; } }
2811@keyframes slow_down_rtl {
2812  to {
2813    margin-left: 0; } }
2814@keyframes slow_down_horz {
2815  to {
2816    margin-top: 0; } }
2817.scrollbar {
2818  -GtkRange-slider-width: 12;
2819  -GtkRange-trough-border: 0;
2820  -GtkScrollbar-has-backward-stepper: false;
2821  -GtkScrollbar-has-forward-stepper: false;
2822  -GtkScrollbar-min-slider-length: 32;
2823  -GtkRange-stepper-spacing: 0;
2824  -GtkRange-trough-under-steppers: 1; }
2825  .scrollbar .button {
2826    border: none; }
2827  .scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
2828    -GtkRange-slider-width: 10px; }
2829    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider {
2830      margin: 0;
2831      border: none; }
2832    .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough {
2833      border-style: none;
2834      background-color: transparent; }
2835    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider {
2836      margin-top: 0;
2837      margin-bottom: 0; }
2838      .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider:dir(ltr) {
2839        margin-left: 0;
2840        margin-right: 6px; }
2841      .scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical .slider:dir(ltr) {
2842        margin-left: 6px;
2843        margin-right: 0; }
2844    .scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal .slider {
2845      margin-top: 6px;
2846      margin-bottom: 0;
2847      margin-left: 0;
2848      margin-right: 0; }
2849  .scrollbar.overlay-indicator.dragging .trough, .scrollbar.overlay-indicator.hovering .trough {
2850    background-color: rgba(69, 90, 100, 0.55); }
2851  .scrollbar.overlay-indicator.hovering.vertical .slider:dir(ltr) {
2852    animation: slow_down_ltr 0.2s linear forwards; }
2853  .scrollbar.overlay-indicator.hovering.vertical .slider:dir(rtl) {
2854    animation: slow_down_rtl 0.2s linear forwards; }
2855  .scrollbar.overlay-indicator.hovering.horizontal .slider {
2856    animation: slow_down_horz 0.2s linear forwards; }
2857  .scrollbar .trough {
2858    border: none;
2859    background-color: #455A64; }
2860  .scrollbar .slider {
2861    background-color: rgba(236, 239, 241, 0.275); }
2862    .scrollbar .slider:hover {
2863      background-color: rgba(236, 239, 241, 0.4125); }
2864    .scrollbar .slider:active {
2865      background-color: #ECEFF1; }
2866    .scrollbar .slider:insensitive {
2867      opacity: 0.4; }
2868  .scrollbar .slider {
2869    border-radius: 0;
2870    margin: 0; }
2871  .scrollbar.fine-tune .slider {
2872    margin: 0; }
2873  .scrollbar.vertical .slider {
2874    margin: 0; }
2875  .scrollbar.vertical.fine-tune .slider {
2876    margin: 0; }
2877  .scrollbar.horizontal .slider {
2878    margin: 0; }
2879  .scrollbar.horizontal.fine-tune .slider {
2880    margin: 0; }
2881
2882.scrollbars-junction,
2883.scrollbars-junction.frame {
2884  border: none;
2885  background-color: #455A64; }
2886
2887/**********
2888 * Switch *
2889 **********/
2890GtkSwitch {
2891  -GtkSwitch-slider-width: 20px;
2892  -GtkSwitch-slider-height: 20px;
2893  outline-offset: -4px;
2894  outline-radius: 100px;
2895  font-size: 0; }
2896  GtkSwitch.trough {
2897    border: 8px solid transparent;
2898    border-radius: 100px;
2899    background-color: alpha(currentColor, 0.2); }
2900    GtkSwitch.trough:active {
2901      background-color: rgba(0, 188, 212, 0.2); }
2902      GtkSwitch.trough:active:insensitive {
2903        background-color: rgba(0, 188, 212, 0.2); }
2904    GtkSwitch.trough:insensitive {
2905      color: rgba(236, 239, 241, 0.3);
2906      background-color: alpha(currentColor, 0.2); }
2907  GtkSwitch.slider {
2908    padding: 4px;
2909    border-radius: 100px;
2910    outline-radius: 100px;
2911    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);
2912    background-color: #546E7A;
2913    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));
2914    color: rgba(236, 239, 241, 0.75); }
2915    GtkSwitch.slider:hover {
2916      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);
2917      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));
2918      color: #ECEFF1;
2919      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
2920    GtkSwitch.slider:active {
2921      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);
2922      background-color: #C5A68E;
2923      color: #FFFFFF; }
2924      GtkSwitch.slider:active:hover {
2925        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
2926      GtkSwitch.slider:active:insensitive {
2927        box-shadow: none;
2928        background-color: alpha(currentColor, 0.2);
2929        color: rgba(0, 188, 212, 0.4);
2930        background-color: #3F4E56;
2931        background-image: none;
2932        box-shadow: none; }
2933        GtkSwitch.slider:active:insensitive > .label {
2934          color: inherit; }
2935    GtkSwitch.slider:insensitive {
2936      background-color: #3F4E56;
2937      background-image: none;
2938      box-shadow: none; }
2939  .list-row:selected GtkSwitch.trough, .tweak-category:selected GtkSwitch.trough {
2940    background-color: #3e515a; }
2941    .list-row:selected GtkSwitch.trough:active, .tweak-category:selected GtkSwitch.trough:active {
2942      background-color: #3b4c54; }
2943      .list-row:selected GtkSwitch.trough:active:insensitive, .tweak-category:selected GtkSwitch.trough:active:insensitive {
2944        background-color: #3b4c54; }
2945  .list-row:selected GtkSwitch.slider, .tweak-category:selected GtkSwitch.slider {
2946    background-color: #3e515a; }
2947    .list-row:selected GtkSwitch.slider:hover, .tweak-category:selected GtkSwitch.slider:hover {
2948      background-image: linear-gradient(to bottom, alpha(#FFFFFF, 0.2)); }
2949    .list-row:selected GtkSwitch.slider:active, .tweak-category:selected GtkSwitch.slider:active {
2950      background-color: #455A64; }
2951      .list-row:selected GtkSwitch.slider:active:hover, .tweak-category:selected GtkSwitch.slider:active:hover {
2952        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
2953  GtkGrid GtkSwitch {
2954    -GtkSwitch-slider-width: 40;
2955    -GtkSwitch-slider-height: 20;
2956    font-size: 0;
2957    outline-color: transparent; }
2958    GtkGrid GtkSwitch.trough, GtkGrid GtkSwitch.trough:hover, GtkGrid GtkSwitch.trough:active, GtkGrid GtkSwitch.trough:active:hover, GtkGrid GtkSwitch.trough:active:insensitive, GtkGrid GtkSwitch.trough:insensitive, GtkGrid GtkSwitch.slider, GtkGrid GtkSwitch.slider:hover, GtkGrid GtkSwitch.slider:active, GtkGrid GtkSwitch.slider:active:hover, GtkGrid GtkSwitch.slider:active:insensitive, GtkGrid GtkSwitch.slider:insensitive {
2959      padding: 0;
2960      border: 4px solid transparent;
2961      color: transparent;
2962      background: none;
2963      background-image: none;
2964      background-size: 40px 20px;
2965      background-repeat: no-repeat;
2966      background-position: right center;
2967      box-shadow: none; }
2968      GtkGrid GtkSwitch.trough:dir(rtl), GtkGrid GtkSwitch.trough:hover:dir(rtl), GtkGrid GtkSwitch.trough:active:dir(rtl), GtkGrid GtkSwitch.trough:active:hover:dir(rtl), GtkGrid GtkSwitch.trough:active:insensitive:dir(rtl), GtkGrid GtkSwitch.trough:insensitive:dir(rtl), GtkGrid GtkSwitch.slider:dir(rtl), GtkGrid GtkSwitch.slider:hover:dir(rtl), GtkGrid GtkSwitch.slider:active:dir(rtl), GtkGrid GtkSwitch.slider:active:hover:dir(rtl), GtkGrid GtkSwitch.slider:active:insensitive:dir(rtl), GtkGrid GtkSwitch.slider:insensitive:dir(rtl) {
2969        background-position: left center; }
2970    GtkGrid GtkSwitch.trough {
2971      background-image: -gtk-scaled(url("assets/toggle-off-dark.png"), url("assets/toggle-off-dark@2.png")); }
2972      GtkGrid GtkSwitch.trough:hover {
2973        background-image: -gtk-scaled(url("assets/toggle-off-hover-dark.png"), url("assets/toggle-off-hover-dark@2.png")); }
2974      GtkGrid GtkSwitch.trough:active {
2975        background-image: -gtk-scaled(url("assets/toggle-on.png"), url("assets/toggle-on@2.png")); }
2976        GtkGrid GtkSwitch.trough:active:hover {
2977          background-image: -gtk-scaled(url("assets/toggle-on-hover.png"), url("assets/toggle-on-hover@2.png")); }
2978        GtkGrid GtkSwitch.trough:active:insensitive {
2979          background-image: -gtk-scaled(url("assets/toggle-on-insensitive-dark.png"), url("assets/toggle-on-insensitive-dark@2.png")); }
2980      GtkGrid GtkSwitch.trough:insensitive {
2981        background-image: -gtk-scaled(url("assets/toggle-off-insensitive-dark.png"), url("assets/toggle-off-insensitive-dark@2.png")); }
2982
2983/*************************
2984 * Check and Radio items *
2985 *************************/
2986.check {
2987  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png"));
2988  icon-shadow: none; }
2989
2990.check:hover {
2991  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
2992  icon-shadow: none; }
2993
2994.check:active {
2995  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png"));
2996  icon-shadow: none; }
2997
2998.check:insensitive {
2999  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png"));
3000  icon-shadow: none; }
3001
3002.check:inconsistent {
3003  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png"));
3004  icon-shadow: none; }
3005
3006.check:inconsistent:hover {
3007  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
3008  icon-shadow: none; }
3009
3010.check:inconsistent:active {
3011  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png"));
3012  icon-shadow: none; }
3013
3014.check:inconsistent:insensitive {
3015  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png"));
3016  icon-shadow: none; }
3017
3018.check:checked {
3019  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png"));
3020  icon-shadow: none; }
3021
3022.check:checked:hover {
3023  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
3024  icon-shadow: none; }
3025
3026.check:checked:active {
3027  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png"));
3028  icon-shadow: none; }
3029
3030.check:checked:insensitive {
3031  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png"));
3032  icon-shadow: none; }
3033
3034.menu .menuitem.check {
3035  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png"));
3036  icon-shadow: none; }
3037  .menu .menuitem.check:hover {
3038    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-symbolic-dark.png"), url("assets/checkbox-symbolic-dark@2.png")); }
3039
3040.menu .menuitem.check:insensitive {
3041  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png"));
3042  icon-shadow: none; }
3043  .menu .menuitem.check:insensitive:hover {
3044    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-symbolic-dark.png"), url("assets/checkbox-insensitive-symbolic-dark@2.png")); }
3045
3046.menu .menuitem.check:inconsistent {
3047  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png"));
3048  icon-shadow: none; }
3049  .menu .menuitem.check:inconsistent:hover {
3050    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-symbolic-dark.png"), url("assets/checkbox-mixed-symbolic-dark@2.png")); }
3051
3052.menu .menuitem.check:inconsistent:insensitive {
3053  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png"));
3054  icon-shadow: none; }
3055  .menu .menuitem.check:inconsistent:insensitive:hover {
3056    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-symbolic-dark.png"), url("assets/checkbox-mixed-insensitive-symbolic-dark@2.png")); }
3057
3058.menu .menuitem.check:checked {
3059  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png"));
3060  icon-shadow: none; }
3061  .menu .menuitem.check:checked:hover {
3062    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-symbolic-dark.png"), url("assets/checkbox-checked-symbolic-dark@2.png")); }
3063
3064.menu .menuitem.check:checked:insensitive {
3065  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png"));
3066  icon-shadow: none; }
3067  .menu .menuitem.check:checked:insensitive:hover {
3068    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-symbolic-dark.png"), url("assets/checkbox-checked-insensitive-symbolic-dark@2.png")); }
3069
3070.radio {
3071  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png"));
3072  icon-shadow: none; }
3073
3074.radio:hover {
3075  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
3076  icon-shadow: none; }
3077
3078.radio:active {
3079  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png"));
3080  icon-shadow: none; }
3081
3082.radio:insensitive {
3083  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png"));
3084  icon-shadow: none; }
3085
3086.radio:inconsistent {
3087  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png"));
3088  icon-shadow: none; }
3089
3090.radio:inconsistent:hover {
3091  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
3092  icon-shadow: none; }
3093
3094.radio:inconsistent:active {
3095  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png"));
3096  icon-shadow: none; }
3097
3098.radio:inconsistent:insensitive {
3099  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png"));
3100  icon-shadow: none; }
3101
3102.radio:checked {
3103  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png"));
3104  icon-shadow: none; }
3105
3106.radio:checked:hover {
3107  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
3108  icon-shadow: none; }
3109
3110.radio:checked:active {
3111  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png"));
3112  icon-shadow: none; }
3113
3114.radio:checked:insensitive {
3115  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png"));
3116  icon-shadow: none; }
3117
3118.menu .menuitem.radio {
3119  -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png"));
3120  icon-shadow: none; }
3121  .menu .menuitem.radio:hover {
3122    -gtk-icon-source: -gtk-scaled(url("assets/radio-symbolic-dark.png"), url("assets/radio-symbolic-dark@2.png")); }
3123
3124.menu .menuitem.radio:insensitive {
3125  -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png"));
3126  icon-shadow: none; }
3127  .menu .menuitem.radio:insensitive:hover {
3128    -gtk-icon-source: -gtk-scaled(url("assets/radio-insensitive-symbolic-dark.png"), url("assets/radio-insensitive-symbolic-dark@2.png")); }
3129
3130.menu .menuitem.radio:inconsistent {
3131  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png"));
3132  icon-shadow: none; }
3133  .menu .menuitem.radio:inconsistent:hover {
3134    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-symbolic-dark.png"), url("assets/radio-mixed-symbolic-dark@2.png")); }
3135
3136.menu .menuitem.radio:inconsistent:insensitive {
3137  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png"));
3138  icon-shadow: none; }
3139  .menu .menuitem.radio:inconsistent:insensitive:hover {
3140    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-symbolic-dark.png"), url("assets/radio-mixed-insensitive-symbolic-dark@2.png")); }
3141
3142.menu .menuitem.radio:checked {
3143  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png"));
3144  icon-shadow: none; }
3145  .menu .menuitem.radio:checked:hover {
3146    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-symbolic-dark.png"), url("assets/radio-checked-symbolic-dark@2.png")); }
3147
3148.menu .menuitem.radio:checked:insensitive {
3149  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png"));
3150  icon-shadow: none; }
3151  .menu .menuitem.radio:checked:insensitive:hover {
3152    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-symbolic-dark.png"), url("assets/radio-checked-insensitive-symbolic-dark@2.png")); }
3153
3154.view .check:selected,
3155.view .check:selected:focus,
3156.list-row .check:selected,
3157.tweak-category .check:selected,
3158.list-row .check:selected:focus,
3159.tweak-category .check:selected:focus,
3160.list-row.activatable .check:selected,
3161.view .check:selected,
3162column-header .button .check:selected,
3163.activatable.tweak-category .check:selected,
3164.list-row.activatable .check:selected:focus,
3165.view .check:selected:focus,
3166column-header .button .check:selected:focus,
3167.activatable.tweak-category .check:selected:focus {
3168  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3169  icon-shadow: none; }
3170.view check:selected:insensitive,
3171.view check:selected:focus:insensitive,
3172.list-row check:selected:insensitive,
3173.tweak-category check:selected:insensitive,
3174.list-row check:selected:focus:insensitive,
3175.tweak-category check:selected:focus:insensitive,
3176.list-row.activatable check:selected:insensitive,
3177.view check:selected:insensitive,
3178column-header .button check:selected:insensitive,
3179.activatable.tweak-category check:selected:insensitive,
3180.list-row.activatable check:selected:focus:insensitive,
3181.view check:selected:focus:insensitive,
3182column-header .button check:selected:focus:insensitive,
3183.activatable.tweak-category check:selected:focus:insensitive {
3184  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3185.view check:selected:inconsistent:insensitive,
3186.view check:selected:focus:inconsistent:insensitive,
3187.list-row check:selected:inconsistent:insensitive,
3188.tweak-category check:selected:inconsistent:insensitive,
3189.list-row check:selected:focus:inconsistent:insensitive,
3190.tweak-category check:selected:focus:inconsistent:insensitive,
3191.list-row.activatable check:selected:inconsistent:insensitive,
3192.view check:selected:inconsistent:insensitive,
3193column-header .button check:selected:inconsistent:insensitive,
3194.activatable.tweak-category check:selected:inconsistent:insensitive,
3195.list-row.activatable check:selected:focus:inconsistent:insensitive,
3196.view check:selected:focus:inconsistent:insensitive,
3197column-header .button check:selected:focus:inconsistent:insensitive,
3198.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3199  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3200.view check:selected:checked:insensitive,
3201.view check:selected:focus:checked:insensitive,
3202.list-row check:selected:checked:insensitive,
3203.tweak-category check:selected:checked:insensitive,
3204.list-row check:selected:focus:checked:insensitive,
3205.tweak-category check:selected:focus:checked:insensitive,
3206.list-row.activatable check:selected:checked:insensitive,
3207.view check:selected:checked:insensitive,
3208column-header .button check:selected:checked:insensitive,
3209.activatable.tweak-category check:selected:checked:insensitive,
3210.list-row.activatable check:selected:focus:checked:insensitive,
3211.view check:selected:focus:checked:insensitive,
3212column-header .button check:selected:focus:checked:insensitive,
3213.activatable.tweak-category check:selected:focus:checked:insensitive {
3214  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3215
3216.view .check:selected:active,
3217.view .check:selected:focus:active,
3218.list-row .check:selected:active,
3219.tweak-category .check:selected:active,
3220.list-row .check:selected:focus:active,
3221.tweak-category .check:selected:focus:active,
3222.list-row.activatable .check:selected:active,
3223.view .check:selected:active,
3224column-header .button .check:selected:active,
3225.activatable.tweak-category .check:selected:active,
3226.list-row.activatable .check:selected:focus:active,
3227.view .check:selected:focus:active,
3228column-header .button .check:selected:focus:active,
3229.activatable.tweak-category .check:selected:focus:active {
3230  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-selected.png"), url("assets/checkbox-unchecked-selected@2.png"));
3231  icon-shadow: none; }
3232.view check:selected:insensitive,
3233.view check:selected:focus:insensitive,
3234.list-row check:selected:insensitive,
3235.tweak-category check:selected:insensitive,
3236.list-row check:selected:focus:insensitive,
3237.tweak-category check:selected:focus:insensitive,
3238.list-row.activatable check:selected:insensitive,
3239.view check:selected:insensitive,
3240column-header .button check:selected:insensitive,
3241.activatable.tweak-category check:selected:insensitive,
3242.list-row.activatable check:selected:focus:insensitive,
3243.view check:selected:focus:insensitive,
3244column-header .button check:selected:focus:insensitive,
3245.activatable.tweak-category check:selected:focus:insensitive {
3246  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3247.view check:selected:inconsistent:insensitive,
3248.view check:selected:focus:inconsistent:insensitive,
3249.list-row check:selected:inconsistent:insensitive,
3250.tweak-category check:selected:inconsistent:insensitive,
3251.list-row check:selected:focus:inconsistent:insensitive,
3252.tweak-category check:selected:focus:inconsistent:insensitive,
3253.list-row.activatable check:selected:inconsistent:insensitive,
3254.view check:selected:inconsistent:insensitive,
3255column-header .button check:selected:inconsistent:insensitive,
3256.activatable.tweak-category check:selected:inconsistent:insensitive,
3257.list-row.activatable check:selected:focus:inconsistent:insensitive,
3258.view check:selected:focus:inconsistent:insensitive,
3259column-header .button check:selected:focus:inconsistent:insensitive,
3260.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3261  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3262.view check:selected:checked:insensitive,
3263.view check:selected:focus:checked:insensitive,
3264.list-row check:selected:checked:insensitive,
3265.tweak-category check:selected:checked:insensitive,
3266.list-row check:selected:focus:checked:insensitive,
3267.tweak-category check:selected:focus:checked:insensitive,
3268.list-row.activatable check:selected:checked:insensitive,
3269.view check:selected:checked:insensitive,
3270column-header .button check:selected:checked:insensitive,
3271.activatable.tweak-category check:selected:checked:insensitive,
3272.list-row.activatable check:selected:focus:checked:insensitive,
3273.view check:selected:focus:checked:insensitive,
3274column-header .button check:selected:focus:checked:insensitive,
3275.activatable.tweak-category check:selected:focus:checked:insensitive {
3276  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3277
3278.view .check:selected:inconsistent,
3279.view .check:selected:focus:inconsistent,
3280.list-row .check:selected:inconsistent,
3281.tweak-category .check:selected:inconsistent,
3282.list-row .check:selected:focus:inconsistent,
3283.tweak-category .check:selected:focus:inconsistent,
3284.list-row.activatable .check:selected:inconsistent,
3285.view .check:selected:inconsistent,
3286column-header .button .check:selected:inconsistent,
3287.activatable.tweak-category .check:selected:inconsistent,
3288.list-row.activatable .check:selected:focus:inconsistent,
3289.view .check:selected:focus:inconsistent,
3290column-header .button .check:selected:focus:inconsistent,
3291.activatable.tweak-category .check:selected:focus:inconsistent {
3292  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3293  icon-shadow: none; }
3294.view check:selected:insensitive,
3295.view check:selected:focus:insensitive,
3296.list-row check:selected:insensitive,
3297.tweak-category check:selected:insensitive,
3298.list-row check:selected:focus:insensitive,
3299.tweak-category check:selected:focus:insensitive,
3300.list-row.activatable check:selected:insensitive,
3301.view check:selected:insensitive,
3302column-header .button check:selected:insensitive,
3303.activatable.tweak-category check:selected:insensitive,
3304.list-row.activatable check:selected:focus:insensitive,
3305.view check:selected:focus:insensitive,
3306column-header .button check:selected:focus:insensitive,
3307.activatable.tweak-category check:selected:focus:insensitive {
3308  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3309.view check:selected:inconsistent:insensitive,
3310.view check:selected:focus:inconsistent:insensitive,
3311.list-row check:selected:inconsistent:insensitive,
3312.tweak-category check:selected:inconsistent:insensitive,
3313.list-row check:selected:focus:inconsistent:insensitive,
3314.tweak-category check:selected:focus:inconsistent:insensitive,
3315.list-row.activatable check:selected:inconsistent:insensitive,
3316.view check:selected:inconsistent:insensitive,
3317column-header .button check:selected:inconsistent:insensitive,
3318.activatable.tweak-category check:selected:inconsistent:insensitive,
3319.list-row.activatable check:selected:focus:inconsistent:insensitive,
3320.view check:selected:focus:inconsistent:insensitive,
3321column-header .button check:selected:focus:inconsistent:insensitive,
3322.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3323  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3324.view check:selected:checked:insensitive,
3325.view check:selected:focus:checked:insensitive,
3326.list-row check:selected:checked:insensitive,
3327.tweak-category check:selected:checked:insensitive,
3328.list-row check:selected:focus:checked:insensitive,
3329.tweak-category check:selected:focus:checked:insensitive,
3330.list-row.activatable check:selected:checked:insensitive,
3331.view check:selected:checked:insensitive,
3332column-header .button check:selected:checked:insensitive,
3333.activatable.tweak-category check:selected:checked:insensitive,
3334.list-row.activatable check:selected:focus:checked:insensitive,
3335.view check:selected:focus:checked:insensitive,
3336column-header .button check:selected:focus:checked:insensitive,
3337.activatable.tweak-category check:selected:focus:checked:insensitive {
3338  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3339
3340.view .check:selected:inconsistent:active,
3341.view .check:selected:focus:inconsistent:active,
3342.list-row .check:selected:inconsistent:active,
3343.tweak-category .check:selected:inconsistent:active,
3344.list-row .check:selected:focus:inconsistent:active,
3345.tweak-category .check:selected:focus:inconsistent:active,
3346.list-row.activatable .check:selected:inconsistent:active,
3347.view .check:selected:inconsistent:active,
3348column-header .button .check:selected:inconsistent:active,
3349.activatable.tweak-category .check:selected:inconsistent:active,
3350.list-row.activatable .check:selected:focus:inconsistent:active,
3351.view .check:selected:focus:inconsistent:active,
3352column-header .button .check:selected:focus:inconsistent:active,
3353.activatable.tweak-category .check:selected:focus:inconsistent:active {
3354  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-selected.png"), url("assets/checkbox-mixed-selected@2.png"));
3355  icon-shadow: none; }
3356.view check:selected:insensitive,
3357.view check:selected:focus:insensitive,
3358.list-row check:selected:insensitive,
3359.tweak-category check:selected:insensitive,
3360.list-row check:selected:focus:insensitive,
3361.tweak-category check:selected:focus:insensitive,
3362.list-row.activatable check:selected:insensitive,
3363.view check:selected:insensitive,
3364column-header .button check:selected:insensitive,
3365.activatable.tweak-category check:selected:insensitive,
3366.list-row.activatable check:selected:focus:insensitive,
3367.view check:selected:focus:insensitive,
3368column-header .button check:selected:focus:insensitive,
3369.activatable.tweak-category check:selected:focus:insensitive {
3370  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3371.view check:selected:inconsistent:insensitive,
3372.view check:selected:focus:inconsistent:insensitive,
3373.list-row check:selected:inconsistent:insensitive,
3374.tweak-category check:selected:inconsistent:insensitive,
3375.list-row check:selected:focus:inconsistent:insensitive,
3376.tweak-category check:selected:focus:inconsistent:insensitive,
3377.list-row.activatable check:selected:inconsistent:insensitive,
3378.view check:selected:inconsistent:insensitive,
3379column-header .button check:selected:inconsistent:insensitive,
3380.activatable.tweak-category check:selected:inconsistent:insensitive,
3381.list-row.activatable check:selected:focus:inconsistent:insensitive,
3382.view check:selected:focus:inconsistent:insensitive,
3383column-header .button check:selected:focus:inconsistent:insensitive,
3384.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3385  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3386.view check:selected:checked:insensitive,
3387.view check:selected:focus:checked:insensitive,
3388.list-row check:selected:checked:insensitive,
3389.tweak-category check:selected:checked:insensitive,
3390.list-row check:selected:focus:checked:insensitive,
3391.tweak-category check:selected:focus:checked:insensitive,
3392.list-row.activatable check:selected:checked:insensitive,
3393.view check:selected:checked:insensitive,
3394column-header .button check:selected:checked:insensitive,
3395.activatable.tweak-category check:selected:checked:insensitive,
3396.list-row.activatable check:selected:focus:checked:insensitive,
3397.view check:selected:focus:checked:insensitive,
3398column-header .button check:selected:focus:checked:insensitive,
3399.activatable.tweak-category check:selected:focus:checked:insensitive {
3400  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3401
3402.view .check:selected:checked,
3403.view .check:selected:focus:checked,
3404.list-row .check:selected:checked,
3405.tweak-category .check:selected:checked,
3406.list-row .check:selected:focus:checked,
3407.tweak-category .check:selected:focus:checked,
3408.list-row.activatable .check:selected:checked,
3409.view .check:selected:checked,
3410column-header .button .check:selected:checked,
3411.activatable.tweak-category .check:selected:checked,
3412.list-row.activatable .check:selected:focus:checked,
3413.view .check:selected:focus:checked,
3414column-header .button .check:selected:focus:checked,
3415.activatable.tweak-category .check:selected:focus:checked {
3416  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3417  icon-shadow: none; }
3418.view check:selected:insensitive,
3419.view check:selected:focus:insensitive,
3420.list-row check:selected:insensitive,
3421.tweak-category check:selected:insensitive,
3422.list-row check:selected:focus:insensitive,
3423.tweak-category check:selected:focus:insensitive,
3424.list-row.activatable check:selected:insensitive,
3425.view check:selected:insensitive,
3426column-header .button check:selected:insensitive,
3427.activatable.tweak-category check:selected:insensitive,
3428.list-row.activatable check:selected:focus:insensitive,
3429.view check:selected:focus:insensitive,
3430column-header .button check:selected:focus:insensitive,
3431.activatable.tweak-category check:selected:focus:insensitive {
3432  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3433.view check:selected:inconsistent:insensitive,
3434.view check:selected:focus:inconsistent:insensitive,
3435.list-row check:selected:inconsistent:insensitive,
3436.tweak-category check:selected:inconsistent:insensitive,
3437.list-row check:selected:focus:inconsistent:insensitive,
3438.tweak-category check:selected:focus:inconsistent:insensitive,
3439.list-row.activatable check:selected:inconsistent:insensitive,
3440.view check:selected:inconsistent:insensitive,
3441column-header .button check:selected:inconsistent:insensitive,
3442.activatable.tweak-category check:selected:inconsistent:insensitive,
3443.list-row.activatable check:selected:focus:inconsistent:insensitive,
3444.view check:selected:focus:inconsistent:insensitive,
3445column-header .button check:selected:focus:inconsistent:insensitive,
3446.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3447  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3448.view check:selected:checked:insensitive,
3449.view check:selected:focus:checked:insensitive,
3450.list-row check:selected:checked:insensitive,
3451.tweak-category check:selected:checked:insensitive,
3452.list-row check:selected:focus:checked:insensitive,
3453.tweak-category check:selected:focus:checked:insensitive,
3454.list-row.activatable check:selected:checked:insensitive,
3455.view check:selected:checked:insensitive,
3456column-header .button check:selected:checked:insensitive,
3457.activatable.tweak-category check:selected:checked:insensitive,
3458.list-row.activatable check:selected:focus:checked:insensitive,
3459.view check:selected:focus:checked:insensitive,
3460column-header .button check:selected:focus:checked:insensitive,
3461.activatable.tweak-category check:selected:focus:checked:insensitive {
3462  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3463
3464.view .check:selected:checked:active,
3465.view .check:selected:focus:checked:active,
3466.list-row .check:selected:checked:active,
3467.tweak-category .check:selected:checked:active,
3468.list-row .check:selected:focus:checked:active,
3469.tweak-category .check:selected:focus:checked:active,
3470.list-row.activatable .check:selected:checked:active,
3471.view .check:selected:checked:active,
3472column-header .button .check:selected:checked:active,
3473.activatable.tweak-category .check:selected:checked:active,
3474.list-row.activatable .check:selected:focus:checked:active,
3475.view .check:selected:focus:checked:active,
3476column-header .button .check:selected:focus:checked:active,
3477.activatable.tweak-category .check:selected:focus:checked:active {
3478  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selected.png"), url("assets/checkbox-checked-selected@2.png"));
3479  icon-shadow: none; }
3480.view check:selected:insensitive,
3481.view check:selected:focus:insensitive,
3482.list-row check:selected:insensitive,
3483.tweak-category check:selected:insensitive,
3484.list-row check:selected:focus:insensitive,
3485.tweak-category check:selected:focus:insensitive,
3486.list-row.activatable check:selected:insensitive,
3487.view check:selected:insensitive,
3488column-header .button check:selected:insensitive,
3489.activatable.tweak-category check:selected:insensitive,
3490.list-row.activatable check:selected:focus:insensitive,
3491.view check:selected:focus:insensitive,
3492column-header .button check:selected:focus:insensitive,
3493.activatable.tweak-category check:selected:focus:insensitive {
3494  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
3495.view check:selected:inconsistent:insensitive,
3496.view check:selected:focus:inconsistent:insensitive,
3497.list-row check:selected:inconsistent:insensitive,
3498.tweak-category check:selected:inconsistent:insensitive,
3499.list-row check:selected:focus:inconsistent:insensitive,
3500.tweak-category check:selected:focus:inconsistent:insensitive,
3501.list-row.activatable check:selected:inconsistent:insensitive,
3502.view check:selected:inconsistent:insensitive,
3503column-header .button check:selected:inconsistent:insensitive,
3504.activatable.tweak-category check:selected:inconsistent:insensitive,
3505.list-row.activatable check:selected:focus:inconsistent:insensitive,
3506.view check:selected:focus:inconsistent:insensitive,
3507column-header .button check:selected:focus:inconsistent:insensitive,
3508.activatable.tweak-category check:selected:focus:inconsistent:insensitive {
3509  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
3510.view check:selected:checked:insensitive,
3511.view check:selected:focus:checked:insensitive,
3512.list-row check:selected:checked:insensitive,
3513.tweak-category check:selected:checked:insensitive,
3514.list-row check:selected:focus:checked:insensitive,
3515.tweak-category check:selected:focus:checked:insensitive,
3516.list-row.activatable check:selected:checked:insensitive,
3517.view check:selected:checked:insensitive,
3518column-header .button check:selected:checked:insensitive,
3519.activatable.tweak-category check:selected:checked:insensitive,
3520.list-row.activatable check:selected:focus:checked:insensitive,
3521.view check:selected:focus:checked:insensitive,
3522column-header .button check:selected:focus:checked:insensitive,
3523.activatable.tweak-category check:selected:focus:checked:insensitive {
3524  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
3525
3526.view .radio:selected,
3527.view .radio:selected:focus,
3528.list-row .radio:selected,
3529.tweak-category .radio:selected,
3530.list-row .radio:selected:focus,
3531.tweak-category .radio:selected:focus,
3532.list-row.activatable .radio:selected,
3533.view .radio:selected,
3534column-header .button .radio:selected,
3535.activatable.tweak-category .radio:selected,
3536.list-row.activatable .radio:selected:focus,
3537.view .radio:selected:focus,
3538column-header .button .radio:selected:focus,
3539.activatable.tweak-category .radio:selected:focus {
3540  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3541  icon-shadow: none; }
3542.view radio:selected:insensitive,
3543.view radio:selected:focus:insensitive,
3544.list-row radio:selected:insensitive,
3545.tweak-category radio:selected:insensitive,
3546.list-row radio:selected:focus:insensitive,
3547.tweak-category radio:selected:focus:insensitive,
3548.list-row.activatable radio:selected:insensitive,
3549.view radio:selected:insensitive,
3550column-header .button radio:selected:insensitive,
3551.activatable.tweak-category radio:selected:insensitive,
3552.list-row.activatable radio:selected:focus:insensitive,
3553.view radio:selected:focus:insensitive,
3554column-header .button radio:selected:focus:insensitive,
3555.activatable.tweak-category radio:selected:focus:insensitive {
3556  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3557.view radio:selected:inconsistent:insensitive,
3558.view radio:selected:focus:inconsistent:insensitive,
3559.list-row radio:selected:inconsistent:insensitive,
3560.tweak-category radio:selected:inconsistent:insensitive,
3561.list-row radio:selected:focus:inconsistent:insensitive,
3562.tweak-category radio:selected:focus:inconsistent:insensitive,
3563.list-row.activatable radio:selected:inconsistent:insensitive,
3564.view radio:selected:inconsistent:insensitive,
3565column-header .button radio:selected:inconsistent:insensitive,
3566.activatable.tweak-category radio:selected:inconsistent:insensitive,
3567.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3568.view radio:selected:focus:inconsistent:insensitive,
3569column-header .button radio:selected:focus:inconsistent:insensitive,
3570.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3571  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3572.view radio:selected:checked:insensitive,
3573.view radio:selected:focus:checked:insensitive,
3574.list-row radio:selected:checked:insensitive,
3575.tweak-category radio:selected:checked:insensitive,
3576.list-row radio:selected:focus:checked:insensitive,
3577.tweak-category radio:selected:focus:checked:insensitive,
3578.list-row.activatable radio:selected:checked:insensitive,
3579.view radio:selected:checked:insensitive,
3580column-header .button radio:selected:checked:insensitive,
3581.activatable.tweak-category radio:selected:checked:insensitive,
3582.list-row.activatable radio:selected:focus:checked:insensitive,
3583.view radio:selected:focus:checked:insensitive,
3584column-header .button radio:selected:focus:checked:insensitive,
3585.activatable.tweak-category radio:selected:focus:checked:insensitive {
3586  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3587
3588.view .radio:selected:active,
3589.view .radio:selected:focus:active,
3590.list-row .radio:selected:active,
3591.tweak-category .radio:selected:active,
3592.list-row .radio:selected:focus:active,
3593.tweak-category .radio:selected:focus:active,
3594.list-row.activatable .radio:selected:active,
3595.view .radio:selected:active,
3596column-header .button .radio:selected:active,
3597.activatable.tweak-category .radio:selected:active,
3598.list-row.activatable .radio:selected:focus:active,
3599.view .radio:selected:focus:active,
3600column-header .button .radio:selected:focus:active,
3601.activatable.tweak-category .radio:selected:focus:active {
3602  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-selected.png"), url("assets/radio-unchecked-selected@2.png"));
3603  icon-shadow: none; }
3604.view radio:selected:insensitive,
3605.view radio:selected:focus:insensitive,
3606.list-row radio:selected:insensitive,
3607.tweak-category radio:selected:insensitive,
3608.list-row radio:selected:focus:insensitive,
3609.tweak-category radio:selected:focus:insensitive,
3610.list-row.activatable radio:selected:insensitive,
3611.view radio:selected:insensitive,
3612column-header .button radio:selected:insensitive,
3613.activatable.tweak-category radio:selected:insensitive,
3614.list-row.activatable radio:selected:focus:insensitive,
3615.view radio:selected:focus:insensitive,
3616column-header .button radio:selected:focus:insensitive,
3617.activatable.tweak-category radio:selected:focus:insensitive {
3618  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3619.view radio:selected:inconsistent:insensitive,
3620.view radio:selected:focus:inconsistent:insensitive,
3621.list-row radio:selected:inconsistent:insensitive,
3622.tweak-category radio:selected:inconsistent:insensitive,
3623.list-row radio:selected:focus:inconsistent:insensitive,
3624.tweak-category radio:selected:focus:inconsistent:insensitive,
3625.list-row.activatable radio:selected:inconsistent:insensitive,
3626.view radio:selected:inconsistent:insensitive,
3627column-header .button radio:selected:inconsistent:insensitive,
3628.activatable.tweak-category radio:selected:inconsistent:insensitive,
3629.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3630.view radio:selected:focus:inconsistent:insensitive,
3631column-header .button radio:selected:focus:inconsistent:insensitive,
3632.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3633  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3634.view radio:selected:checked:insensitive,
3635.view radio:selected:focus:checked:insensitive,
3636.list-row radio:selected:checked:insensitive,
3637.tweak-category radio:selected:checked:insensitive,
3638.list-row radio:selected:focus:checked:insensitive,
3639.tweak-category radio:selected:focus:checked:insensitive,
3640.list-row.activatable radio:selected:checked:insensitive,
3641.view radio:selected:checked:insensitive,
3642column-header .button radio:selected:checked:insensitive,
3643.activatable.tweak-category radio:selected:checked:insensitive,
3644.list-row.activatable radio:selected:focus:checked:insensitive,
3645.view radio:selected:focus:checked:insensitive,
3646column-header .button radio:selected:focus:checked:insensitive,
3647.activatable.tweak-category radio:selected:focus:checked:insensitive {
3648  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3649
3650.view .radio:selected:inconsistent,
3651.view .radio:selected:focus:inconsistent,
3652.list-row .radio:selected:inconsistent,
3653.tweak-category .radio:selected:inconsistent,
3654.list-row .radio:selected:focus:inconsistent,
3655.tweak-category .radio:selected:focus:inconsistent,
3656.list-row.activatable .radio:selected:inconsistent,
3657.view .radio:selected:inconsistent,
3658column-header .button .radio:selected:inconsistent,
3659.activatable.tweak-category .radio:selected:inconsistent,
3660.list-row.activatable .radio:selected:focus:inconsistent,
3661.view .radio:selected:focus:inconsistent,
3662column-header .button .radio:selected:focus:inconsistent,
3663.activatable.tweak-category .radio:selected:focus:inconsistent {
3664  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3665  icon-shadow: none; }
3666.view radio:selected:insensitive,
3667.view radio:selected:focus:insensitive,
3668.list-row radio:selected:insensitive,
3669.tweak-category radio:selected:insensitive,
3670.list-row radio:selected:focus:insensitive,
3671.tweak-category radio:selected:focus:insensitive,
3672.list-row.activatable radio:selected:insensitive,
3673.view radio:selected:insensitive,
3674column-header .button radio:selected:insensitive,
3675.activatable.tweak-category radio:selected:insensitive,
3676.list-row.activatable radio:selected:focus:insensitive,
3677.view radio:selected:focus:insensitive,
3678column-header .button radio:selected:focus:insensitive,
3679.activatable.tweak-category radio:selected:focus:insensitive {
3680  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3681.view radio:selected:inconsistent:insensitive,
3682.view radio:selected:focus:inconsistent:insensitive,
3683.list-row radio:selected:inconsistent:insensitive,
3684.tweak-category radio:selected:inconsistent:insensitive,
3685.list-row radio:selected:focus:inconsistent:insensitive,
3686.tweak-category radio:selected:focus:inconsistent:insensitive,
3687.list-row.activatable radio:selected:inconsistent:insensitive,
3688.view radio:selected:inconsistent:insensitive,
3689column-header .button radio:selected:inconsistent:insensitive,
3690.activatable.tweak-category radio:selected:inconsistent:insensitive,
3691.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3692.view radio:selected:focus:inconsistent:insensitive,
3693column-header .button radio:selected:focus:inconsistent:insensitive,
3694.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3695  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3696.view radio:selected:checked:insensitive,
3697.view radio:selected:focus:checked:insensitive,
3698.list-row radio:selected:checked:insensitive,
3699.tweak-category radio:selected:checked:insensitive,
3700.list-row radio:selected:focus:checked:insensitive,
3701.tweak-category radio:selected:focus:checked:insensitive,
3702.list-row.activatable radio:selected:checked:insensitive,
3703.view radio:selected:checked:insensitive,
3704column-header .button radio:selected:checked:insensitive,
3705.activatable.tweak-category radio:selected:checked:insensitive,
3706.list-row.activatable radio:selected:focus:checked:insensitive,
3707.view radio:selected:focus:checked:insensitive,
3708column-header .button radio:selected:focus:checked:insensitive,
3709.activatable.tweak-category radio:selected:focus:checked:insensitive {
3710  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3711
3712.view .radio:selected:inconsistent:active,
3713.view .radio:selected:focus:inconsistent:active,
3714.list-row .radio:selected:inconsistent:active,
3715.tweak-category .radio:selected:inconsistent:active,
3716.list-row .radio:selected:focus:inconsistent:active,
3717.tweak-category .radio:selected:focus:inconsistent:active,
3718.list-row.activatable .radio:selected:inconsistent:active,
3719.view .radio:selected:inconsistent:active,
3720column-header .button .radio:selected:inconsistent:active,
3721.activatable.tweak-category .radio:selected:inconsistent:active,
3722.list-row.activatable .radio:selected:focus:inconsistent:active,
3723.view .radio:selected:focus:inconsistent:active,
3724column-header .button .radio:selected:focus:inconsistent:active,
3725.activatable.tweak-category .radio:selected:focus:inconsistent:active {
3726  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-selected.png"), url("assets/radio-mixed-selected@2.png"));
3727  icon-shadow: none; }
3728.view radio:selected:insensitive,
3729.view radio:selected:focus:insensitive,
3730.list-row radio:selected:insensitive,
3731.tweak-category radio:selected:insensitive,
3732.list-row radio:selected:focus:insensitive,
3733.tweak-category radio:selected:focus:insensitive,
3734.list-row.activatable radio:selected:insensitive,
3735.view radio:selected:insensitive,
3736column-header .button radio:selected:insensitive,
3737.activatable.tweak-category radio:selected:insensitive,
3738.list-row.activatable radio:selected:focus:insensitive,
3739.view radio:selected:focus:insensitive,
3740column-header .button radio:selected:focus:insensitive,
3741.activatable.tweak-category radio:selected:focus:insensitive {
3742  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3743.view radio:selected:inconsistent:insensitive,
3744.view radio:selected:focus:inconsistent:insensitive,
3745.list-row radio:selected:inconsistent:insensitive,
3746.tweak-category radio:selected:inconsistent:insensitive,
3747.list-row radio:selected:focus:inconsistent:insensitive,
3748.tweak-category radio:selected:focus:inconsistent:insensitive,
3749.list-row.activatable radio:selected:inconsistent:insensitive,
3750.view radio:selected:inconsistent:insensitive,
3751column-header .button radio:selected:inconsistent:insensitive,
3752.activatable.tweak-category radio:selected:inconsistent:insensitive,
3753.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3754.view radio:selected:focus:inconsistent:insensitive,
3755column-header .button radio:selected:focus:inconsistent:insensitive,
3756.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3757  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3758.view radio:selected:checked:insensitive,
3759.view radio:selected:focus:checked:insensitive,
3760.list-row radio:selected:checked:insensitive,
3761.tweak-category radio:selected:checked:insensitive,
3762.list-row radio:selected:focus:checked:insensitive,
3763.tweak-category radio:selected:focus:checked:insensitive,
3764.list-row.activatable radio:selected:checked:insensitive,
3765.view radio:selected:checked:insensitive,
3766column-header .button radio:selected:checked:insensitive,
3767.activatable.tweak-category radio:selected:checked:insensitive,
3768.list-row.activatable radio:selected:focus:checked:insensitive,
3769.view radio:selected:focus:checked:insensitive,
3770column-header .button radio:selected:focus:checked:insensitive,
3771.activatable.tweak-category radio:selected:focus:checked:insensitive {
3772  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3773
3774.view .radio:selected:checked,
3775.view .radio:selected:focus:checked,
3776.list-row .radio:selected:checked,
3777.tweak-category .radio:selected:checked,
3778.list-row .radio:selected:focus:checked,
3779.tweak-category .radio:selected:focus:checked,
3780.list-row.activatable .radio:selected:checked,
3781.view .radio:selected:checked,
3782column-header .button .radio:selected:checked,
3783.activatable.tweak-category .radio:selected:checked,
3784.list-row.activatable .radio:selected:focus:checked,
3785.view .radio:selected:focus:checked,
3786column-header .button .radio:selected:focus:checked,
3787.activatable.tweak-category .radio:selected:focus:checked {
3788  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3789  icon-shadow: none; }
3790.view radio:selected:insensitive,
3791.view radio:selected:focus:insensitive,
3792.list-row radio:selected:insensitive,
3793.tweak-category radio:selected:insensitive,
3794.list-row radio:selected:focus:insensitive,
3795.tweak-category radio:selected:focus:insensitive,
3796.list-row.activatable radio:selected:insensitive,
3797.view radio:selected:insensitive,
3798column-header .button radio:selected:insensitive,
3799.activatable.tweak-category radio:selected:insensitive,
3800.list-row.activatable radio:selected:focus:insensitive,
3801.view radio:selected:focus:insensitive,
3802column-header .button radio:selected:focus:insensitive,
3803.activatable.tweak-category radio:selected:focus:insensitive {
3804  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3805.view radio:selected:inconsistent:insensitive,
3806.view radio:selected:focus:inconsistent:insensitive,
3807.list-row radio:selected:inconsistent:insensitive,
3808.tweak-category radio:selected:inconsistent:insensitive,
3809.list-row radio:selected:focus:inconsistent:insensitive,
3810.tweak-category radio:selected:focus:inconsistent:insensitive,
3811.list-row.activatable radio:selected:inconsistent:insensitive,
3812.view radio:selected:inconsistent:insensitive,
3813column-header .button radio:selected:inconsistent:insensitive,
3814.activatable.tweak-category radio:selected:inconsistent:insensitive,
3815.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3816.view radio:selected:focus:inconsistent:insensitive,
3817column-header .button radio:selected:focus:inconsistent:insensitive,
3818.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3819  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3820.view radio:selected:checked:insensitive,
3821.view radio:selected:focus:checked:insensitive,
3822.list-row radio:selected:checked:insensitive,
3823.tweak-category radio:selected:checked:insensitive,
3824.list-row radio:selected:focus:checked:insensitive,
3825.tweak-category radio:selected:focus:checked:insensitive,
3826.list-row.activatable radio:selected:checked:insensitive,
3827.view radio:selected:checked:insensitive,
3828column-header .button radio:selected:checked:insensitive,
3829.activatable.tweak-category radio:selected:checked:insensitive,
3830.list-row.activatable radio:selected:focus:checked:insensitive,
3831.view radio:selected:focus:checked:insensitive,
3832column-header .button radio:selected:focus:checked:insensitive,
3833.activatable.tweak-category radio:selected:focus:checked:insensitive {
3834  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3835
3836.view .radio:selected:checked:active,
3837.view .radio:selected:focus:checked:active,
3838.list-row .radio:selected:checked:active,
3839.tweak-category .radio:selected:checked:active,
3840.list-row .radio:selected:focus:checked:active,
3841.tweak-category .radio:selected:focus:checked:active,
3842.list-row.activatable .radio:selected:checked:active,
3843.view .radio:selected:checked:active,
3844column-header .button .radio:selected:checked:active,
3845.activatable.tweak-category .radio:selected:checked:active,
3846.list-row.activatable .radio:selected:focus:checked:active,
3847.view .radio:selected:focus:checked:active,
3848column-header .button .radio:selected:focus:checked:active,
3849.activatable.tweak-category .radio:selected:focus:checked:active {
3850  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-selected.png"), url("assets/radio-checked-selected@2.png"));
3851  icon-shadow: none; }
3852.view radio:selected:insensitive,
3853.view radio:selected:focus:insensitive,
3854.list-row radio:selected:insensitive,
3855.tweak-category radio:selected:insensitive,
3856.list-row radio:selected:focus:insensitive,
3857.tweak-category radio:selected:focus:insensitive,
3858.list-row.activatable radio:selected:insensitive,
3859.view radio:selected:insensitive,
3860column-header .button radio:selected:insensitive,
3861.activatable.tweak-category radio:selected:insensitive,
3862.list-row.activatable radio:selected:focus:insensitive,
3863.view radio:selected:focus:insensitive,
3864column-header .button radio:selected:focus:insensitive,
3865.activatable.tweak-category radio:selected:focus:insensitive {
3866  -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
3867.view radio:selected:inconsistent:insensitive,
3868.view radio:selected:focus:inconsistent:insensitive,
3869.list-row radio:selected:inconsistent:insensitive,
3870.tweak-category radio:selected:inconsistent:insensitive,
3871.list-row radio:selected:focus:inconsistent:insensitive,
3872.tweak-category radio:selected:focus:inconsistent:insensitive,
3873.list-row.activatable radio:selected:inconsistent:insensitive,
3874.view radio:selected:inconsistent:insensitive,
3875column-header .button radio:selected:inconsistent:insensitive,
3876.activatable.tweak-category radio:selected:inconsistent:insensitive,
3877.list-row.activatable radio:selected:focus:inconsistent:insensitive,
3878.view radio:selected:focus:inconsistent:insensitive,
3879column-header .button radio:selected:focus:inconsistent:insensitive,
3880.activatable.tweak-category radio:selected:focus:inconsistent:insensitive {
3881  -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
3882.view radio:selected:checked:insensitive,
3883.view radio:selected:focus:checked:insensitive,
3884.list-row radio:selected:checked:insensitive,
3885.tweak-category radio:selected:checked:insensitive,
3886.list-row radio:selected:focus:checked:insensitive,
3887.tweak-category radio:selected:focus:checked:insensitive,
3888.list-row.activatable radio:selected:checked:insensitive,
3889.view radio:selected:checked:insensitive,
3890column-header .button radio:selected:checked:insensitive,
3891.activatable.tweak-category radio:selected:checked:insensitive,
3892.list-row.activatable radio:selected:focus:checked:insensitive,
3893.view radio:selected:focus:checked:insensitive,
3894column-header .button radio:selected:focus:checked:insensitive,
3895.activatable.tweak-category radio:selected:focus:checked:insensitive {
3896  -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
3897
3898.view.content-view.check:not(.list) {
3899  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-selectionmode-dark.png"), url("assets/checkbox-selectionmode-dark@2.png"));
3900  background-color: transparent; }
3901
3902.view.content-view.check:hover:not(.list) {
3903  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
3904  background-color: transparent; }
3905
3906.view.content-view.check:active:not(.list) {
3907  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-active-selectionmode-dark.png"), url("assets/checkbox-active-selectionmode-dark@2.png"));
3908  background-color: transparent; }
3909
3910.view.content-view.check:insensitive:not(.list) {
3911  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-insensitive-selectionmode-dark.png"), url("assets/checkbox-insensitive-selectionmode-dark@2.png"));
3912  background-color: transparent; }
3913
3914.view.content-view.check:checked:not(.list) {
3915  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-selectionmode-dark.png"), url("assets/checkbox-checked-selectionmode-dark@2.png"));
3916  background-color: transparent; }
3917
3918.view.content-view.check:checked:hover:not(.list) {
3919  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
3920  background-color: transparent; }
3921
3922.view.content-view.check:checked:active:not(.list) {
3923  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-selectionmode-dark.png"), url("assets/checkbox-checked-active-selectionmode-dark@2.png"));
3924  background-color: transparent; }
3925
3926.view.content-view.check:insensitive:checked:not(.list) {
3927  -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-selectionmode-dark.png"), url("assets/checkbox-checked-insensitive-selectionmode-dark@2.png"));
3928  background-color: transparent; }
3929
3930GtkCheckButton.text-button,
3931GtkRadioButton.text-button {
3932  padding: 0.2em 0.5em;
3933  outline-offset: 0;
3934  color: rgba(236, 239, 241, 0.75); }
3935  GtkCheckButton.text-button:hover, GtkCheckButton.text-button:active, GtkCheckButton.text-button:checked,
3936  GtkRadioButton.text-button:hover,
3937  GtkRadioButton.text-button:active,
3938  GtkRadioButton.text-button:checked {
3939    color: #ECEFF1; }
3940  GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent,
3941  GtkRadioButton.text-button:insensitive,
3942  GtkRadioButton.text-button:insensitive:active,
3943  GtkRadioButton.text-button:insensitive:inconsistent {
3944    color: rgba(236, 239, 241, 0.3); }
3945
3946/************
3947 * GtkScale *
3948 ************/
3949.scale,
3950.scale.scale-has-marks-above.scale-has-marks-below,
3951.scale.vertical.scale-has-marks-above.scale-has-marks-below {
3952  -GtkScale-slider-length: 20;
3953  -GtkRange-slider-width: 20;
3954  -GtkRange-trough-border: 2;
3955  outline-offset: -8px;
3956  outline-radius: 100px; }
3957  .scale.fine-tune.slider,
3958  .scale.scale-has-marks-above.scale-has-marks-below.fine-tune.slider,
3959  .scale.vertical.scale-has-marks-above.scale-has-marks-below.fine-tune.slider {
3960    background-size: 80%; }
3961  .scale.slider:not(:hover):not(:active),
3962  .scale.scale-has-marks-above.scale-has-marks-below.slider:not(:hover):not(:active),
3963  .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider:not(:hover):not(:active) {
3964    background-size: 80%; }
3965  .scale.slider.slider,
3966  .scale.scale-has-marks-above.scale-has-marks-below.slider.slider,
3967  .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider {
3968    border-style: none;
3969    border-radius: 0;
3970    background-color: transparent;
3971    background-image: -gtk-scaled(url("assets/slider-dark.png"), url("assets/slider-dark@2.png"));
3972    background-repeat: no-repeat;
3973    background-position: center;
3974    box-shadow: none; }
3975  .scale.slider.slider:active,
3976  .scale.scale-has-marks-above.scale-has-marks-below.slider.slider:active,
3977  .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider:active {
3978    border-style: none;
3979    border-radius: 0;
3980    background-color: transparent;
3981    background-image: -gtk-scaled(url("assets/slider-active-dark.png"), url("assets/slider-active-dark@2.png"));
3982    background-repeat: no-repeat;
3983    background-position: center;
3984    box-shadow: none; }
3985  .scale.slider.slider:insensitive,
3986  .scale.scale-has-marks-above.scale-has-marks-below.slider.slider:insensitive,
3987  .scale.vertical.scale-has-marks-above.scale-has-marks-below.slider.slider:insensitive {
3988    border-style: none;
3989    border-radius: 0;
3990    background-color: transparent;
3991    background-image: -gtk-scaled(url("assets/slider-insensitive-dark.png"), url("assets/slider-insensitive-dark@2.png"));
3992    background-repeat: no-repeat;
3993    background-position: center;
3994    box-shadow: none; }
3995  .scale.trough,
3996  .scale.scale-has-marks-above.scale-has-marks-below.trough,
3997  .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough {
3998    margin: 11px;
3999    border-radius: 0;
4000    background-color: alpha(currentColor, 0.2); }
4001    .scale.trough.highlight,
4002    .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight,
4003    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight {
4004      background-color: #C5A68E; }
4005      .scale.trough.highlight:insensitive,
4006      .scale.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive,
4007      .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough.highlight:insensitive {
4008        background-color: alpha(currentColor, 0.2); }
4009    .scale.trough:insensitive,
4010    .scale.scale-has-marks-above.scale-has-marks-below.trough:insensitive,
4011    .scale.vertical.scale-has-marks-above.scale-has-marks-below.trough:insensitive {
4012      color: rgba(236, 239, 241, 0.3); }
4013  .scale.separator,
4014  .scale.scale-has-marks-above.scale-has-marks-below.separator,
4015  .scale.vertical.scale-has-marks-above.scale-has-marks-below.separator {
4016    color: alpha(currentColor, 0.2); }
4017
4018.scale.scale-has-marks-below {
4019  -GtkScale-slider-length: 20;
4020  -GtkRange-slider-width: 25;
4021  -GtkRange-trough-border: 1; }
4022  .scale.scale-has-marks-below.slider {
4023    border-style: none;
4024    border-radius: 0;
4025    background-color: transparent;
4026    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-dark.png"), url("assets/slider-horz-scale-has-marks-below-dark@2.png"));
4027    background-repeat: no-repeat;
4028    background-position: center;
4029    box-shadow: none; }
4030  .scale.scale-has-marks-below.slider:active {
4031    border-style: none;
4032    border-radius: 0;
4033    background-color: transparent;
4034    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-active-dark.png"), url("assets/slider-horz-scale-has-marks-below-active-dark@2.png"));
4035    background-repeat: no-repeat;
4036    background-position: center;
4037    box-shadow: none; }
4038  .scale.scale-has-marks-below.slider:insensitive {
4039    border-style: none;
4040    border-radius: 0;
4041    background-color: transparent;
4042    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-below-insensitive-dark@2.png"));
4043    background-repeat: no-repeat;
4044    background-position: center;
4045    box-shadow: none; }
4046
4047.scale.scale-has-marks-above {
4048  -GtkScale-slider-length: 20;
4049  -GtkRange-slider-width: 25;
4050  -GtkRange-trough-border: 1; }
4051  .scale.scale-has-marks-above.slider {
4052    border-style: none;
4053    border-radius: 0;
4054    background-color: transparent;
4055    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png"));
4056    background-repeat: no-repeat;
4057    background-position: center;
4058    box-shadow: none; }
4059  .scale.scale-has-marks-above.slider:active {
4060    border-style: none;
4061    border-radius: 0;
4062    background-color: transparent;
4063    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png"));
4064    background-repeat: no-repeat;
4065    background-position: center;
4066    box-shadow: none; }
4067  .scale.scale-has-marks-above.slider:insensitive {
4068    border-style: none;
4069    border-radius: 0;
4070    background-color: transparent;
4071    background-image: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-horz-scale-has-marks-above-insensitive-dark@2.png"));
4072    background-repeat: no-repeat;
4073    background-position: center;
4074    box-shadow: none; }
4075
4076.scale.vertical.scale-has-marks-below {
4077  -GtkScale-slider-length: 20;
4078  -GtkRange-slider-width: 25;
4079  -GtkRange-trough-border: 1; }
4080  .scale.vertical.scale-has-marks-below.slider {
4081    border-style: none;
4082    border-radius: 0;
4083    background-color: transparent;
4084    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-dark.png"), url("assets/slider-vert-scale-has-marks-below-dark@2.png"));
4085    background-repeat: no-repeat;
4086    background-position: center;
4087    box-shadow: none; }
4088  .scale.vertical.scale-has-marks-below.slider:active {
4089    border-style: none;
4090    border-radius: 0;
4091    background-color: transparent;
4092    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-active-dark.png"), url("assets/slider-vert-scale-has-marks-below-active-dark@2.png"));
4093    background-repeat: no-repeat;
4094    background-position: center;
4095    box-shadow: none; }
4096  .scale.vertical.scale-has-marks-below.slider:insensitive {
4097    border-style: none;
4098    border-radius: 0;
4099    background-color: transparent;
4100    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-below-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-below-insensitive-dark@2.png"));
4101    background-repeat: no-repeat;
4102    background-position: center;
4103    box-shadow: none; }
4104
4105.scale.vertical.scale-has-marks-above {
4106  -GtkScale-slider-length: 20;
4107  -GtkRange-slider-width: 25;
4108  -GtkRange-trough-border: 1; }
4109  .scale.vertical.scale-has-marks-above.slider {
4110    border-style: none;
4111    border-radius: 0;
4112    background-color: transparent;
4113    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-dark.png"), url("assets/slider-vert-scale-has-marks-above-dark@2.png"));
4114    background-repeat: no-repeat;
4115    background-position: center;
4116    box-shadow: none; }
4117  .scale.vertical.scale-has-marks-above.slider:active {
4118    border-style: none;
4119    border-radius: 0;
4120    background-color: transparent;
4121    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-active-dark.png"), url("assets/slider-vert-scale-has-marks-above-active-dark@2.png"));
4122    background-repeat: no-repeat;
4123    background-position: center;
4124    box-shadow: none; }
4125  .scale.vertical.scale-has-marks-above.slider:insensitive {
4126    border-style: none;
4127    border-radius: 0;
4128    background-color: transparent;
4129    background-image: -gtk-scaled(url("assets/slider-vert-scale-has-marks-above-insensitive-dark.png"), url("assets/slider-vert-scale-has-marks-above-insensitive-dark@2.png"));
4130    background-repeat: no-repeat;
4131    background-position: center;
4132    box-shadow: none; }
4133
4134.scale.scale-has-marks-above .trough {
4135  margin: 15px 10px 10px; }
4136
4137.scale.scale-has-marks-below .trough {
4138  margin: 10px 10px 15px; }
4139
4140.scale.vertical.scale-has-marks-above .trough {
4141  margin: 10px 10px 10px 15px; }
4142
4143.scale.vertical.scale-has-marks-below .trough {
4144  margin: 10px 15px 10px 10px; }
4145
4146/*****************
4147 * Progress bars *
4148 *****************/
4149GtkProgressBar {
4150  -GtkProgressBar-min-horizontal-bar-height: 4;
4151  -GtkProgressBar-min-vertical-bar-width: 4;
4152  padding: 0;
4153  font-size: 90%;
4154  color: rgba(236, 239, 241, 0.5); }
4155  GtkProgressBar.osd {
4156    -GtkProgressBar-xspacing: 0;
4157    -GtkProgressBar-yspacing: 0;
4158    -GtkProgressBar-min-horizontal-bar-height: 4; }
4159  GtkProgressBar.trough {
4160    border-radius: 0;
4161    background-color: rgba(77, 182, 172, 0.2); }
4162    GtkProgressBar.trough.osd {
4163      border-style: none;
4164      box-shadow: none;
4165      background-color: rgba(77, 182, 172, 0.2); }
4166
4167.progressbar {
4168  border-radius: 0;
4169  background-color: #C5A68E; }
4170  .progressbar.left {
4171    border-top-left-radius: 0;
4172    border-bottom-left-radius: 0; }
4173  .progressbar.right {
4174    border-top-right-radius: 0;
4175    border-bottom-right-radius: 0; }
4176  .progressbar.left.right {
4177    box-shadow: none; }
4178  .progressbar.vertical.top {
4179    border-top-left-radius: 0;
4180    border-top-right-radius: 0; }
4181  .progressbar.vertical.bottom {
4182    border-bottom-left-radius: 0;
4183    border-bottom-right-radius: 0;
4184    box-shadow: none; }
4185  .progressbar.osd {
4186    background-image: none;
4187    background-color: #C5A68E;
4188    border-style: none;
4189    border-radius: 0; }
4190
4191.entry.progressbar {
4192  border-style: none none solid;
4193  border-width: 2px;
4194  border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
4195  border-radius: 0;
4196  box-shadow: none;
4197  background-color: transparent;
4198  background-image: none; }
4199
4200GtkTreeView.view.progressbar, GtkTreeView.view.trough {
4201  border-style: none none solid;
4202  border-width: 4px;
4203  border-radius: 0;
4204  box-shadow: none;
4205  background-color: transparent;
4206  background-image: none; }
4207
4208/*************
4209 * Level Bar *
4210 *************/
4211.level-bar {
4212  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16);
4213  -GtkLevelBar-min-block-width: 36;
4214  -GtkLevelBar-min-block-height: 4; }
4215  .level-bar.vertical {
4216    -GtkLevelBar-min-block-width: 4;
4217    -GtkLevelBar-min-block-height: 36; }
4218  .level-bar.trough {
4219    padding: 2px;
4220    border-radius: 2px;
4221    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
4222    .level-bar.trough:insensitive {
4223      box-shadow: none; }
4224    .level-bar.trough.indicator-discrete.horizontal {
4225      padding: 2px 1px; }
4226    .level-bar.trough.indicator-discrete.vertical {
4227      padding: 1px 2px; }
4228  .level-bar.fill-block {
4229    background-color: #C5A68E;
4230    border-radius: 0;
4231    box-shadow: none; }
4232    .level-bar.fill-block.indicator-discrete.horizontal {
4233      margin: 0 1px; }
4234    .level-bar.fill-block.indicator-discrete.vertical {
4235      margin: 1px 0; }
4236    .level-bar.fill-block.level-high {
4237      background-color: #00E676; }
4238    .level-bar.fill-block.level-low {
4239      background-color: #C5A68E; }
4240    .level-bar.fill-block.empty-fill-block {
4241      background-color: alpha(currentColor, 0.2); }
4242
4243/**********
4244 * Frames *
4245 **********/
4246.frame {
4247  border: 1px solid rgba(0, 0, 0, 0.11);
4248  padding: 0; }
4249  .frame.flat {
4250    border-style: none; }
4251  .frame.action-bar {
4252    padding: 0.4em;
4253    border-width: 1px 0 0; }
4254
4255GtkScrolledWindow GtkViewport.frame {
4256  border-style: none; }
4257
4258.separator {
4259  color: rgba(0, 0, 0, 0.11); }
4260  GtkFileChooserButton .separator.vertical, GtkFontButton .separator.vertical {
4261    -GtkWidget-wide-separators: true; }
4262
4263/*********
4264 * Lists *
4265 *********/
4266.list {
4267  border-color: rgba(0, 0, 0, 0.11);
4268  background-color: #455A64; }
4269
4270.list-row, .tweak-category,
4271.grid-child {
4272  padding: 2px; }
4273
4274.list-row.activatable, .view, column-header .button, .activatable.tweak-category {
4275  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));
4276  background-repeat: no-repeat;
4277  background-position: center, center;
4278  background-size: 240px 240px, auto; }
4279  .list-row.activatable:hover, .view:hover, column-header .button:hover, .activatable.tweak-category:hover {
4280    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)); }
4281  .list-row.activatable:active, .view:active, column-header .button:active, GtkPlacesSidebar.sidebar .has-open-popup, .activatable.tweak-category:active {
4282    animation: list_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
4283  .list-row.activatable:insensitive, .view:insensitive, column-header .button:insensitive, .activatable.tweak-category:insensitive {
4284    color: rgba(236, 239, 241, 0.3); }
4285
4286.list-row:selected .button:insensitive, .tweak-category:selected .button:insensitive {
4287  color: rgba(255, 255, 255, 0.34); }
4288.list-row:selected .button.flat, .tweak-category:selected .button.flat, .list-row:selected .button.osd.image-button, .tweak-category:selected .button.osd.image-button, .list-row:selected .inline-toolbar .button, .inline-toolbar .list-row:selected .button, .tweak-category:selected .inline-toolbar .button, .inline-toolbar .tweak-category:selected .button, .list-row:selected .action-bar .button, .action-bar .list-row:selected .button, .tweak-category:selected .action-bar .button, .action-bar .tweak-category:selected .button, .list-row:selected .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .list-row:selected .linked > .button.image-button:not(.text-button), .tweak-category:selected .inline-toolbar .linked > .button.image-button:not(.text-button), .inline-toolbar .tweak-category:selected .linked > .button.image-button:not(.text-button), .list-row:selected .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .list-row:selected .stack-switcher > .button.image-button:not(.text-button), .tweak-category:selected .inline-toolbar .stack-switcher > .button.image-button:not(.text-button), .inline-toolbar .tweak-category:selected .stack-switcher > .button.image-button:not(.text-button), .list-row:selected .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .list-row:selected .stack-switcher > .button.image-button:not(.text-button), .tweak-category:selected .action-bar .stack-switcher > .button.image-button:not(.text-button), .action-bar .tweak-category:selected .stack-switcher > .button.image-button:not(.text-button), .list-row:selected .app-notification .button, .app-notification .list-row:selected .button, .tweak-category:selected .app-notification .button, .app-notification .tweak-category:selected .button, .list-row:selected GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .list-row:selected .button, .tweak-category:selected GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .tweak-category:selected .button, .list-row:selected .toolbar .button, .toolbar .list-row:selected .button, .tweak-category:selected .toolbar .button, .toolbar .tweak-category:selected .button, .list-row:selected .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:not(.suggested-action):not(.destructive-action),
4289.list-row:selected .header-bar .button:not(.suggested-action):not(.destructive-action),
4290.header-bar .list-row:selected .button:not(.suggested-action):not(.destructive-action),
4291.tweak-category:selected .header-bar .button:not(.suggested-action):not(.destructive-action),
4292.header-bar .tweak-category:selected .button:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .list-row:selected .button, .tweak-category:selected .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .tweak-category:selected .button, .list-row:selected .sidebar-button.button, .tweak-category:selected .sidebar-button.button, .list-row:selected .info .button, .info .list-row:selected .button, .tweak-category:selected .info .button, .info .tweak-category:selected .button,
4293.list-row:selected .question .button,
4294.question .list-row:selected .button,
4295.tweak-category:selected .question .button,
4296.question .tweak-category:selected .button,
4297.list-row:selected .warning .button,
4298.warning .list-row:selected .button,
4299.tweak-category:selected .warning .button,
4300.warning .tweak-category:selected .button,
4301.list-row:selected .error .button,
4302.error .list-row:selected .button,
4303.tweak-category:selected .error .button,
4304.error .tweak-category:selected .button, .list-row:selected GtkScaleButton.button, .tweak-category:selected GtkScaleButton.button,
4305.list-row:selected GtkVolumeButton.button,
4306.tweak-category:selected GtkVolumeButton.button, .list-row:selected GfCandidatePopup .button, GfCandidatePopup .list-row:selected .button, .tweak-category:selected GfCandidatePopup .button, GfCandidatePopup .tweak-category:selected .button, .list-row:selected GfCandidatePopup .button:first-child, GfCandidatePopup .list-row:selected .button:first-child, .list-row:selected GfCandidatePopup .button:last-child, GfCandidatePopup .list-row:selected .button:last-child,
4307.list-row:selected GfCandidatePopup .linked > .button,
4308GfCandidatePopup .list-row:selected .linked > .button, .list-row:selected MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:not(.flat):not(.titlebutton) {
4309  color: rgba(255, 255, 255, 0.85); }
4310  .list-row:selected .button.flat:hover, .tweak-category:selected .button.flat:hover, .list-row:selected .button.osd.image-button:hover, .tweak-category:selected .button.osd.image-button:hover, .list-row:selected .inline-toolbar .button:hover, .inline-toolbar .list-row:selected .button:hover, .tweak-category:selected .inline-toolbar .button:hover, .inline-toolbar .tweak-category:selected .button:hover, .list-row:selected .action-bar .button:hover, .action-bar .list-row:selected .button:hover, .tweak-category:selected .action-bar .button:hover, .action-bar .tweak-category:selected .button:hover, .list-row:selected .app-notification .button:hover, .app-notification .list-row:selected .button:hover, .tweak-category:selected .app-notification .button:hover, .app-notification .tweak-category:selected .button:hover, .list-row:selected GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .list-row:selected .button:hover, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:hover, .list-row:selected .toolbar .button:hover, .toolbar .list-row:selected .button:hover, .tweak-category:selected .toolbar .button:hover, .toolbar .tweak-category:selected .button:hover, .list-row:selected .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:hover:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:hover:not(.suggested-action):not(.destructive-action),
4311  .list-row:selected .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4312  .header-bar .list-row:selected .button:hover:not(.suggested-action):not(.destructive-action),
4313  .tweak-category:selected .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4314  .header-bar .tweak-category:selected .button:hover:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .list-row:selected .button:hover, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:hover, .list-row:selected .sidebar-button.button:hover, .tweak-category:selected .sidebar-button.button:hover, .list-row:selected .info .button:hover, .info .list-row:selected .button:hover, .tweak-category:selected .info .button:hover, .info .tweak-category:selected .button:hover,
4315  .list-row:selected .question .button:hover,
4316  .question .list-row:selected .button:hover,
4317  .tweak-category:selected .question .button:hover,
4318  .question .tweak-category:selected .button:hover,
4319  .list-row:selected .warning .button:hover,
4320  .warning .list-row:selected .button:hover,
4321  .tweak-category:selected .warning .button:hover,
4322  .warning .tweak-category:selected .button:hover,
4323  .list-row:selected .error .button:hover,
4324  .error .list-row:selected .button:hover,
4325  .tweak-category:selected .error .button:hover,
4326  .error .tweak-category:selected .button:hover, .list-row:selected GtkScaleButton.button:hover, .tweak-category:selected GtkScaleButton.button:hover,
4327  .list-row:selected GtkVolumeButton.button:hover,
4328  .tweak-category:selected GtkVolumeButton.button:hover, .list-row:selected GfCandidatePopup .button:hover, GfCandidatePopup .list-row:selected .button:hover, .tweak-category:selected GfCandidatePopup .button:hover, GfCandidatePopup .tweak-category:selected .button:hover, .list-row:selected GfCandidatePopup .button:hover:first-child, GfCandidatePopup .list-row:selected .button:hover:first-child, .list-row:selected GfCandidatePopup .button:hover:last-child, GfCandidatePopup .list-row:selected .button:hover:last-child,
4329  .list-row:selected GfCandidatePopup .linked > .button:hover,
4330  GfCandidatePopup .list-row:selected .linked > .button:hover, .list-row:selected MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:hover:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:hover:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:hover:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:hover:not(.flat):not(.titlebutton), .list-row:selected .button.flat:active, .tweak-category:selected .button.flat:active, .list-row:selected .button.osd.image-button:active, .tweak-category:selected .button.osd.image-button:active, .list-row:selected .inline-toolbar .button:active, .inline-toolbar .list-row:selected .button:active, .tweak-category:selected .inline-toolbar .button:active, .inline-toolbar .tweak-category:selected .button:active, .list-row:selected .action-bar .button:active, .action-bar .list-row:selected .button:active, .tweak-category:selected .action-bar .button:active, .action-bar .tweak-category:selected .button:active, .list-row:selected .app-notification .button:active, .app-notification .list-row:selected .button:active, .tweak-category:selected .app-notification .button:active, .app-notification .tweak-category:selected .button:active, .list-row:selected GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .list-row:selected .button:active, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:active, .list-row:selected .toolbar .button:active, .toolbar .list-row:selected .button:active, .tweak-category:selected .toolbar .button:active, .toolbar .tweak-category:selected .button:active, .list-row:selected .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:active:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:active:not(.suggested-action):not(.destructive-action),
4331  .list-row:selected .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4332  .header-bar .list-row:selected .button:active:not(.suggested-action):not(.destructive-action),
4333  .tweak-category:selected .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4334  .header-bar .tweak-category:selected .button:active:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .list-row:selected .button:active, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:active, .list-row:selected .sidebar-button.button:active, .tweak-category:selected .sidebar-button.button:active, .list-row:selected .info .button:active, .info .list-row:selected .button:active, .tweak-category:selected .info .button:active, .info .tweak-category:selected .button:active,
4335  .list-row:selected .question .button:active,
4336  .question .list-row:selected .button:active,
4337  .tweak-category:selected .question .button:active,
4338  .question .tweak-category:selected .button:active,
4339  .list-row:selected .warning .button:active,
4340  .warning .list-row:selected .button:active,
4341  .tweak-category:selected .warning .button:active,
4342  .warning .tweak-category:selected .button:active,
4343  .list-row:selected .error .button:active,
4344  .error .list-row:selected .button:active,
4345  .tweak-category:selected .error .button:active,
4346  .error .tweak-category:selected .button:active, .list-row:selected GtkScaleButton.button:active, .tweak-category:selected GtkScaleButton.button:active,
4347  .list-row:selected GtkVolumeButton.button:active,
4348  .tweak-category:selected GtkVolumeButton.button:active, .list-row:selected GfCandidatePopup .button:active, GfCandidatePopup .list-row:selected .button:active, .tweak-category:selected GfCandidatePopup .button:active, GfCandidatePopup .tweak-category:selected .button:active, .list-row:selected GfCandidatePopup .button:active:first-child, GfCandidatePopup .list-row:selected .button:active:first-child, .list-row:selected GfCandidatePopup .button:active:last-child, GfCandidatePopup .list-row:selected .button:active:last-child,
4349  .list-row:selected GfCandidatePopup .linked > .button:active,
4350  GfCandidatePopup .list-row:selected .linked > .button:active, .list-row:selected MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:active:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:active:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:active:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:active:not(.flat):not(.titlebutton) {
4351    color: #FFFFFF; }
4352  .list-row:selected .button.flat:insensitive, .tweak-category:selected .button.flat:insensitive, .list-row:selected .button.osd.image-button:insensitive, .tweak-category:selected .button.osd.image-button:insensitive, .list-row:selected .inline-toolbar .button:insensitive, .inline-toolbar .list-row:selected .button:insensitive, .tweak-category:selected .inline-toolbar .button:insensitive, .inline-toolbar .tweak-category:selected .button:insensitive, .list-row:selected .action-bar .button:insensitive, .action-bar .list-row:selected .button:insensitive, .tweak-category:selected .action-bar .button:insensitive, .action-bar .tweak-category:selected .button:insensitive, .list-row:selected .app-notification .button:insensitive, .app-notification .list-row:selected .button:insensitive, .tweak-category:selected .app-notification .button:insensitive, .app-notification .tweak-category:selected .button:insensitive, .list-row:selected GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .list-row:selected .button:insensitive, .tweak-category:selected GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .tweak-category:selected .button:insensitive, .list-row:selected .toolbar .button:insensitive, .toolbar .list-row:selected .button:insensitive, .tweak-category:selected .toolbar .button:insensitive, .toolbar .tweak-category:selected .button:insensitive, .list-row:selected .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .list-row:selected .button:insensitive:not(.suggested-action):not(.destructive-action), .tweak-category:selected .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .tweak-category:selected .button:insensitive:not(.suggested-action):not(.destructive-action),
4353  .list-row:selected .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
4354  .header-bar .list-row:selected .button:insensitive:not(.suggested-action):not(.destructive-action),
4355  .tweak-category:selected .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
4356  .header-bar .tweak-category:selected .button:insensitive:not(.suggested-action):not(.destructive-action), .list-row:selected .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .list-row:selected .button:insensitive, .tweak-category:selected .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .tweak-category:selected .button:insensitive, .list-row:selected .sidebar-button.button:insensitive, .tweak-category:selected .sidebar-button.button:insensitive, .list-row:selected .info .button:insensitive, .info .list-row:selected .button:insensitive, .tweak-category:selected .info .button:insensitive, .info .tweak-category:selected .button:insensitive,
4357  .list-row:selected .question .button:insensitive,
4358  .question .list-row:selected .button:insensitive,
4359  .tweak-category:selected .question .button:insensitive,
4360  .question .tweak-category:selected .button:insensitive,
4361  .list-row:selected .warning .button:insensitive,
4362  .warning .list-row:selected .button:insensitive,
4363  .tweak-category:selected .warning .button:insensitive,
4364  .warning .tweak-category:selected .button:insensitive,
4365  .list-row:selected .error .button:insensitive,
4366  .error .list-row:selected .button:insensitive,
4367  .tweak-category:selected .error .button:insensitive,
4368  .error .tweak-category:selected .button:insensitive, .list-row:selected GtkScaleButton.button:insensitive, .tweak-category:selected GtkScaleButton.button:insensitive,
4369  .list-row:selected GtkVolumeButton.button:insensitive,
4370  .tweak-category:selected GtkVolumeButton.button:insensitive, .list-row:selected GfCandidatePopup .button:insensitive, GfCandidatePopup .list-row:selected .button:insensitive, .tweak-category:selected GfCandidatePopup .button:insensitive, GfCandidatePopup .tweak-category:selected .button:insensitive, .list-row:selected GfCandidatePopup .button:insensitive:first-child, GfCandidatePopup .list-row:selected .button:insensitive:first-child, .list-row:selected GfCandidatePopup .button:insensitive:last-child, GfCandidatePopup .list-row:selected .button:insensitive:last-child,
4371  .list-row:selected GfCandidatePopup .linked > .button:insensitive,
4372  GfCandidatePopup .list-row:selected .linked > .button:insensitive, .list-row:selected MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .list-row:selected .button:insensitive:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .tweak-category:selected .button:insensitive:not(.flat):not(.titlebutton), .list-row:selected MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .list-row:selected .button:insensitive:not(.flat):not(.titlebutton), .tweak-category:selected MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .tweak-category:selected .button:insensitive:not(.flat):not(.titlebutton) {
4373    color: rgba(255, 255, 255, 0.34); }
4374
4375.list-row .button.image-button, .tweak-category .button.image-button {
4376  padding: 0.4em;
4377  background-size: 2.5em 2.5em, auto; }
4378
4379.list-row:hover, .tweak-category:hover {
4380  transition: none; }
4381
4382/*********************
4383 * App Notifications *
4384 *********************/
4385/*************
4386 * Expanders *
4387 *************/
4388.expander {
4389  -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
4390  .expander:checked {
4391    -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
4392  .expander:not(:hover):not(:active) {
4393    color: alpha(currentColor, 0.75); }
4394  .expander:selected {
4395    color: #FFFFFF; }
4396  .expander:dir(rtl) {
4397    -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
4398
4399/************
4400 * Calendar *
4401 ***********/
4402GtkCalendar {
4403  margin: 0.6em 0;
4404  padding: 0.4em 0.1em 0.2em;
4405  border: 1px solid rgba(0, 0, 0, 0.11);
4406  color: #ECEFF1; }
4407  GtkCalendar:selected {
4408    border: none;
4409    border-radius: 100px;
4410    color: #FFFFFF;
4411    background-color: transparent;
4412    background-image: -gtk-scaled(url("assets/calendar-day-selected.png"), url("assets/calendar-day-selected@2.png"));
4413    background-size: 2em 2em;
4414    background-position: center top;
4415    background-repeat: no-repeat; }
4416  GtkCalendar.header {
4417    border: 1px solid transparent;
4418    border-bottom-color: rgba(0, 0, 0, 0.11);
4419    border-radius: 0; }
4420  GtkCalendar.button {
4421    box-shadow: none;
4422    background-color: transparent;
4423    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));
4424    color: alpha(currentColor, 0.2); }
4425    GtkCalendar.button:hover {
4426      box-shadow: none;
4427      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)); }
4428    GtkCalendar.button:active {
4429      box-shadow: none;
4430      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
4431    GtkCalendar.button:insensitive {
4432      box-shadow: none;
4433      background-color: transparent; }
4434  GtkCalendar:inconsistent {
4435    color: alpha(currentColor, 0.2); }
4436  GtkCalendar.highlight {
4437    color: alpha(currentColor, 0.55);
4438    font-size: 90%;
4439    font-weight: 500; }
4440
4441/***********
4442 * Dialogs *
4443 ***********/
4444.message-dialog {
4445  color: #ECEFF1; }
4446  .message-dialog.background {
4447    background-color: #322F22;
4448    opacity: 0.9; }
4449  .message-dialog .titlebar {
4450    border-style: none;
4451    color: #ECEFF1;
4452    background-color: #322F22; }
4453  .message-dialog .entry {
4454    color: #ECEFF1; }
4455    .message-dialog .entry:focus {
4456      color: #FFFFFF; }
4457    .message-dialog .entry:insensitive {
4458      color: rgba(236, 239, 241, 0.3); }
4459  .message-dialog .button {
4460    color: #C5A68E); }
4461    .message-dialog .button:hover, .message-dialog .button:active, .message-dialog .button:checked {
4462      color: #C5A68E; }
4463    .message-dialog .button:insensitive {
4464      color: rgba(236, 239, 241, 0.3); }
4465  .message-dialog .linked > .button {
4466    border: 2px solid transparent;
4467    border-radius: 2px;
4468    border-image: none;
4469    box-shadow: none; }
4470  .message-dialog .check {
4471    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-dark.png"), url("assets/checkbox-unchecked-dark@2.png")); }
4472  .message-dialog .radio {
4473    -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-dark.png"), url("assets/radio-unchecked-dark@2.png")); }
4474  .message-dialog .check:hover {
4475    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
4476  .message-dialog .radio:hover {
4477    -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
4478  .message-dialog .check:active {
4479    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-active-dark.png"), url("assets/checkbox-unchecked-active-dark@2.png")); }
4480  .message-dialog .radio:active {
4481    -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-active-dark.png"), url("assets/radio-unchecked-active-dark@2.png")); }
4482  .message-dialog .check:insensitive {
4483    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-unchecked-insensitive-dark.png"), url("assets/checkbox-unchecked-insensitive-dark@2.png")); }
4484  .message-dialog .radio:insensitive {
4485    -gtk-icon-source: -gtk-scaled(url("assets/radio-unchecked-insensitive-dark.png"), url("assets/radio-unchecked-insensitive-dark@2.png")); }
4486  .message-dialog .check:inconsistent {
4487    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-dark.png"), url("assets/checkbox-mixed-dark@2.png")); }
4488  .message-dialog .radio:inconsistent {
4489    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-dark.png"), url("assets/radio-mixed-dark@2.png")); }
4490  .message-dialog .check:inconsistent:hover {
4491    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
4492  .message-dialog .radio:inconsistent:hover {
4493    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
4494  .message-dialog .check:inconsistent:active {
4495    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-active-dark.png"), url("assets/checkbox-mixed-active-dark@2.png")); }
4496  .message-dialog .radio:inconsistent:active {
4497    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-active-dark.png"), url("assets/radio-mixed-active-dark@2.png")); }
4498  .message-dialog .check:inconsistent:insensitive {
4499    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-mixed-insensitive-dark.png"), url("assets/checkbox-mixed-insensitive-dark@2.png")); }
4500  .message-dialog .radio:inconsistent:insensitive {
4501    -gtk-icon-source: -gtk-scaled(url("assets/radio-mixed-insensitive-dark.png"), url("assets/radio-mixed-insensitive-dark@2.png")); }
4502  .message-dialog .check:checked {
4503    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-dark.png"), url("assets/checkbox-checked-dark@2.png")); }
4504  .message-dialog .radio:checked {
4505    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-dark.png"), url("assets/radio-checked-dark@2.png")); }
4506  .message-dialog .check:checked:hover {
4507    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
4508  .message-dialog .radio:checked:hover {
4509    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
4510  .message-dialog .check:checked:active {
4511    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-active-dark.png"), url("assets/checkbox-checked-active-dark@2.png")); }
4512  .message-dialog .radio:checked:active {
4513    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-active-dark.png"), url("assets/radio-checked-active-dark@2.png")); }
4514  .message-dialog .check:checked:insensitive {
4515    -gtk-icon-source: -gtk-scaled(url("assets/checkbox-checked-insensitive-dark.png"), url("assets/checkbox-checked-insensitive-dark@2.png")); }
4516  .message-dialog .radio:checked:insensitive {
4517    -gtk-icon-source: -gtk-scaled(url("assets/radio-checked-insensitive-dark.png"), url("assets/radio-checked-insensitive-dark@2.png")); }
4518  .message-dialog GtkCheckButton.text-button,
4519  .message-dialog GtkRadioButton.text-button {
4520    color: rgba(236, 239, 241, 0.75); }
4521    .message-dialog GtkCheckButton.text-button:hover, .message-dialog GtkCheckButton.text-button:active, .message-dialog GtkCheckButton.text-button:checked,
4522    .message-dialog GtkRadioButton.text-button:hover,
4523    .message-dialog GtkRadioButton.text-button:active,
4524    .message-dialog GtkRadioButton.text-button:checked {
4525      color: #ECEFF1; }
4526    .message-dialog GtkCheckButton.text-button:insensitive, .message-dialog GtkCheckButton.text-button:insensitive:active, .message-dialog GtkCheckButton.text-button:insensitive:inconsistent,
4527    .message-dialog GtkRadioButton.text-button:insensitive,
4528    .message-dialog GtkRadioButton.text-button:insensitive:active,
4529    .message-dialog GtkRadioButton.text-button:insensitive:inconsistent {
4530      color: rgba(236, 239, 241, 0.3); }
4531  .message-dialog.csd.background {
4532    border-bottom-left-radius: 2px;
4533    border-bottom-right-radius: 2px; }
4534  .message-dialog.csd .dialog-action-area .button,
4535  .message-dialog.csd .dialog-action-area .linked > .button {
4536    padding: 0.7em 1em 0.8em;
4537    border: 2px solid transparent;
4538    border-radius: 0;
4539    color: #C5A68E);
4540    background-size: 240px 240px, auto; }
4541    .message-dialog.csd .dialog-action-area .button:hover,
4542    .message-dialog.csd .dialog-action-area .linked > .button:hover {
4543      box-shadow: none;
4544      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));
4545      color: #C5A68E; }
4546    .message-dialog.csd .dialog-action-area .button:active,
4547    .message-dialog.csd .dialog-action-area .linked > .button:active {
4548      box-shadow: none;
4549      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
4550      color: #C5A68E; }
4551    .message-dialog.csd .dialog-action-area .button:checked,
4552    .message-dialog.csd .dialog-action-area .linked > .button:checked {
4553      background-color: alpha(currentColor, 0.2);
4554      color: #ECEFF1;
4555      color: #C5A68E); }
4556    .message-dialog.csd .dialog-action-area .button:insensitive,
4557    .message-dialog.csd .dialog-action-area .linked > .button:insensitive {
4558      box-shadow: none;
4559      background-color: transparent; }
4560    .message-dialog.csd .dialog-action-area .button:first-child,
4561    .message-dialog.csd .dialog-action-area .linked > .button:first-child {
4562      border-bottom-left-radius: 2px;
4563      border-right-width: 0; }
4564    .message-dialog.csd .dialog-action-area .button:last-child,
4565    .message-dialog.csd .dialog-action-area .linked > .button:last-child {
4566      border-bottom-right-radius: 2px;
4567      border-left-width: 0; }
4568
4569GtkFileChooserDialog .dialog-action-box {
4570  border-top: 1px solid rgba(0, 0, 0, 0.11); }
4571
4572/***********
4573 * Sidebar *
4574 ***********/
4575.sidebar {
4576  border: none;
4577  color: rgba(236, 239, 241, 0.75);
4578  background-color: #3b4c54; }
4579  .sidebar:dir(ltr), .sidebar .list:dir(ltr) {
4580    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
4581  .sidebar:dir(rtl), .sidebar .list:dir(rtl) {
4582    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
4583  .sidebar GtkTreeView.view,
4584  .sidebar .frame,
4585  .sidebar .list {
4586    background-color: transparent; }
4587  .sidebar GtkTreeView.view {
4588    box-shadow: none; }
4589  .sidebar .frame .list {
4590    box-shadow: none; }
4591  .sidebar .overshoot,
4592  .sidebar .undershoot {
4593    box-shadow: none; }
4594
4595GtkSidebarRow.list-row, GtkSidebarRow.tweak-category {
4596  padding: 0;
4597  color: rgba(236, 239, 241, 0.75);
4598  font-weight: 500; }
4599  GtkSidebarRow.list-row:hover, GtkSidebarRow.tweak-category:hover {
4600    color: #ECEFF1; }
4601  GtkSidebarRow.list-row:selected, GtkSidebarRow.tweak-category:selected {
4602    color: #C5A68E;
4603    background-color: transparent; }
4604  GtkSidebarRow.list-row:backdrop, GtkSidebarRow.tweak-category:backdrop {
4605    opacity: 1.0; }
4606GtkSidebarRow .sidebar-revealer {
4607  padding: 0.2em 1.1em 0.2em 1em; }
4608GtkSidebarRow .sidebar-icon {
4609  opacity: 0.75; }
4610  GtkSidebarRow .sidebar-icon:dir(ltr) {
4611    padding-right: 0.6em; }
4612  GtkSidebarRow .sidebar-icon:dir(rtl) {
4613    padding-left: 0.6em; }
4614GtkSidebarRow .sidebar-label:dir(ltr) {
4615  padding-right: 0.1em; }
4616GtkSidebarRow .sidebar-label:dir(rtl) {
4617  padding-left: 0.1em; }
4618
4619GtkPlacesSidebar.sidebar .list-row:selected:insensitive .label, GtkPlacesSidebar.sidebar .tweak-category:selected:insensitive .label {
4620  color: rgba(255, 255, 255, 0.4); }
4621GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button {
4622  color: #4DD0E1; }
4623  GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button:hover, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button:hover, GtkPlacesSidebar.sidebar .list-row:selected .sidebar-button.button:active, GtkPlacesSidebar.sidebar .tweak-category:selected .sidebar-button.button:active {
4624    color: #C5A68E; }
4625GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
4626  border: solid 1px #C5A68E; }
4627GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
4628  color: #C5A68E; }
4629.sidebar-button.button.image-button {
4630  padding: 4px;
4631  color: rgba(236, 239, 241, 0.75); }
4632  .sidebar-button.button.image-button:hover, .sidebar-button.button.image-button:active, .sidebar-button.button.image-button:checked {
4633    color: #ECEFF1; }
4634GtkPlacesSidebar.sidebar .has-open-popup {
4635  transition: none; }
4636
4637.sidebar-item {
4638  padding: 0.8em 0.6em; }
4639  .sidebar-item > .label {
4640    padding-left: 0.4em;
4641    padding-right: 0.4em; }
4642
4643GtkStackSidebar .sidebar-item {
4644  padding: 0.8em 0.6em;
4645  color: rgba(236, 239, 241, 0.75);
4646  font-weight: 500; }
4647  GtkStackSidebar .sidebar-item > .label {
4648    padding-left: 0.4em;
4649    padding-right: 0.4em; }
4650  GtkStackSidebar .sidebar-item:hover {
4651    color: #ECEFF1; }
4652  GtkStackSidebar .sidebar-item:selected {
4653    color: #C5A68E;
4654    background-color: transparent; }
4655  GtkStackSidebar .sidebar-item:backdrop {
4656    opacity: 1.0; }
4657GtkStackSidebar .frame .list {
4658  background-color: rgba(18, 22, 0, 0.04); }
4659  GtkStackSidebar .frame .list:dir(ltr) {
4660    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
4661  GtkStackSidebar .frame .list:dir(rtl) {
4662    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
4663GtkStackSidebar .separator {
4664  -GtkWidget-wide-separators: true; }
4665
4666/*********
4667 * Paned *
4668 *********/
4669GtkPaned {
4670  -GtkPaned-handle-size: 1;
4671  -gtk-icon-source: none;
4672  margin: 0 8px 8px 0; }
4673  GtkPaned:dir(rtl) {
4674    margin-right: 0;
4675    margin-left: 8px; }
4676  GtkPaned .pane-separator {
4677    background-color: rgba(0, 0, 0, 0.11); }
4678
4679GtkPaned.wide {
4680  -GtkPaned-handle-size: 6;
4681  margin: 0; }
4682  GtkPaned.wide .pane-separator {
4683    background-color: transparent;
4684    border-style: none solid;
4685    border-color: rgba(0, 0, 0, 0.11);
4686    border-width: 1px; }
4687  GtkPaned.wide.vertical .pane-separator {
4688    border-style: solid none; }
4689
4690/**************
4691 * GtkInfoBar *
4692 **************/
4693GtkInfoBar, NautilusTrashBar {
4694  padding: 0.4em;
4695  border-width: 0 0 1px;
4696  border-style: solid;
4697  border-color: #37474F;
4698  background-color: #3b4c54; }
4699
4700.info,
4701.question,
4702.warning,
4703.error {
4704  color: rgba(38, 50, 56, 0.75); }
4705  .info .button,
4706  .question .button,
4707  .warning .button,
4708  .error .button {
4709    color: rgba(38, 50, 56, 0.75); }
4710    .info .button:insensitive,
4711    .question .button:insensitive,
4712    .warning .button:insensitive,
4713    .error .button:insensitive {
4714      color: rgba(38, 50, 56, 0.3); }
4715    .info .button.flat, .info .button.osd.image-button, .info .inline-toolbar .button, .inline-toolbar .info .button, .info .inline-toolbar .button.image-button:not(.text-button), .inline-toolbar .info .button.image-button:not(.text-button), .info .action-bar .button, .action-bar .info .button, .info .action-bar .button.image-button:not(.text-button), .action-bar .info .button.image-button:not(.text-button), .info .app-notification .button, .app-notification .info .button, .info GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .info .button, .info .toolbar .button, .toolbar .info .button, .info .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .info .button:not(.suggested-action):not(.destructive-action),
4716    .info .header-bar .button:not(.suggested-action):not(.destructive-action),
4717    .header-bar .info .button:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .info .button, .info .sidebar-button.button, .info .button,
4718    .info .question .button,
4719    .question .info .button,
4720    .info .warning .button,
4721    .warning .info .button,
4722    .info .error .button,
4723    .error .info .button, .info GtkScaleButton.button,
4724    .info GtkVolumeButton.button, .info GfCandidatePopup .button, GfCandidatePopup .info .button, .info GfCandidatePopup .button:first-child, GfCandidatePopup .info .button:first-child, .info GfCandidatePopup .button:last-child, GfCandidatePopup .info .button:last-child,
4725    .info GfCandidatePopup .linked > .button,
4726    GfCandidatePopup .info .linked > .button, .info MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:not(.flat):not(.titlebutton),
4727    .info .action-bar .linked > .button.image-button,
4728    .action-bar .info .linked > .button.image-button, .info NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .info .button.image-button,
4729    .question .button.flat,
4730    .question .button.osd.image-button,
4731    .question .inline-toolbar .button,
4732    .inline-toolbar .question .button,
4733    .question .inline-toolbar .button.image-button:not(.text-button),
4734    .inline-toolbar .question .button.image-button:not(.text-button),
4735    .question .action-bar .button,
4736    .action-bar .question .button,
4737    .question .action-bar .button.image-button:not(.text-button),
4738    .action-bar .question .button.image-button:not(.text-button),
4739    .question .app-notification .button,
4740    .app-notification .question .button,
4741    .question GeditViewFrame .gedit-search-slider .button,
4742    GeditViewFrame .gedit-search-slider .question .button,
4743    .question .toolbar .button,
4744    .toolbar .question .button,
4745    .question .titlebar .button:not(.suggested-action):not(.destructive-action),
4746    .titlebar .question .button:not(.suggested-action):not(.destructive-action),
4747    .question .header-bar .button:not(.suggested-action):not(.destructive-action),
4748    .header-bar .question .button:not(.suggested-action):not(.destructive-action),
4749    .question .message-dialog.csd .dialog-action-area .button,
4750    .message-dialog.csd .dialog-action-area .question .button,
4751    .question .sidebar-button.button,
4752    .question .info .button,
4753    .info .question .button,
4754    .question .button,
4755    .question .warning .button,
4756    .warning .question .button,
4757    .question .error .button,
4758    .error .question .button,
4759    .question GtkScaleButton.button,
4760    .question GtkVolumeButton.button,
4761    .question GfCandidatePopup .button,
4762    GfCandidatePopup .question .button,
4763    .question GfCandidatePopup .button:first-child,
4764    GfCandidatePopup .question .button:first-child,
4765    .question GfCandidatePopup .button:last-child,
4766    GfCandidatePopup .question .button:last-child,
4767    .question GfCandidatePopup .linked > .button,
4768    GfCandidatePopup .question .linked > .button,
4769    .question MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4770    MathWindow :not(.titlebar) .question .button:not(.flat):not(.titlebutton),
4771    .question MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4772    MathWindow :not(.header-bar) .question .button:not(.flat):not(.titlebutton),
4773    .question .action-bar .linked > .button.image-button,
4774    .action-bar .question .linked > .button.image-button,
4775    .question NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4776    NemoWindow GtkGrid > GtkEventBox > .toolbar .question .button.image-button,
4777    .warning .button.flat,
4778    .warning .button.osd.image-button,
4779    .warning .inline-toolbar .button,
4780    .inline-toolbar .warning .button,
4781    .warning .inline-toolbar .button.image-button:not(.text-button),
4782    .inline-toolbar .warning .button.image-button:not(.text-button),
4783    .warning .action-bar .button,
4784    .action-bar .warning .button,
4785    .warning .action-bar .button.image-button:not(.text-button),
4786    .action-bar .warning .button.image-button:not(.text-button),
4787    .warning .app-notification .button,
4788    .app-notification .warning .button,
4789    .warning GeditViewFrame .gedit-search-slider .button,
4790    GeditViewFrame .gedit-search-slider .warning .button,
4791    .warning .toolbar .button,
4792    .toolbar .warning .button,
4793    .warning .titlebar .button:not(.suggested-action):not(.destructive-action),
4794    .titlebar .warning .button:not(.suggested-action):not(.destructive-action),
4795    .warning .header-bar .button:not(.suggested-action):not(.destructive-action),
4796    .header-bar .warning .button:not(.suggested-action):not(.destructive-action),
4797    .warning .message-dialog.csd .dialog-action-area .button,
4798    .message-dialog.csd .dialog-action-area .warning .button,
4799    .warning .sidebar-button.button,
4800    .warning .info .button,
4801    .info .warning .button,
4802    .warning .question .button,
4803    .question .warning .button,
4804    .warning .button,
4805    .warning .error .button,
4806    .error .warning .button,
4807    .warning GtkScaleButton.button,
4808    .warning GtkVolumeButton.button,
4809    .warning GfCandidatePopup .button,
4810    GfCandidatePopup .warning .button,
4811    .warning GfCandidatePopup .button:first-child,
4812    GfCandidatePopup .warning .button:first-child,
4813    .warning GfCandidatePopup .button:last-child,
4814    GfCandidatePopup .warning .button:last-child,
4815    .warning GfCandidatePopup .linked > .button,
4816    GfCandidatePopup .warning .linked > .button,
4817    .warning MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4818    MathWindow :not(.titlebar) .warning .button:not(.flat):not(.titlebutton),
4819    .warning MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4820    MathWindow :not(.header-bar) .warning .button:not(.flat):not(.titlebutton),
4821    .warning .action-bar .linked > .button.image-button,
4822    .action-bar .warning .linked > .button.image-button,
4823    .warning NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4824    NemoWindow GtkGrid > GtkEventBox > .toolbar .warning .button.image-button,
4825    .error .button.flat,
4826    .error .button.osd.image-button,
4827    .error .inline-toolbar .button,
4828    .inline-toolbar .error .button,
4829    .error .inline-toolbar .button.image-button:not(.text-button),
4830    .inline-toolbar .error .button.image-button:not(.text-button),
4831    .error .action-bar .button,
4832    .action-bar .error .button,
4833    .error .action-bar .button.image-button:not(.text-button),
4834    .action-bar .error .button.image-button:not(.text-button),
4835    .error .app-notification .button,
4836    .app-notification .error .button,
4837    .error GeditViewFrame .gedit-search-slider .button,
4838    GeditViewFrame .gedit-search-slider .error .button,
4839    .error .toolbar .button,
4840    .toolbar .error .button,
4841    .error .titlebar .button:not(.suggested-action):not(.destructive-action),
4842    .titlebar .error .button:not(.suggested-action):not(.destructive-action),
4843    .error .header-bar .button:not(.suggested-action):not(.destructive-action),
4844    .header-bar .error .button:not(.suggested-action):not(.destructive-action),
4845    .error .message-dialog.csd .dialog-action-area .button,
4846    .message-dialog.csd .dialog-action-area .error .button,
4847    .error .sidebar-button.button,
4848    .error .info .button,
4849    .info .error .button,
4850    .error .question .button,
4851    .question .error .button,
4852    .error .warning .button,
4853    .warning .error .button,
4854    .error .button,
4855    .error GtkScaleButton.button,
4856    .error GtkVolumeButton.button,
4857    .error GfCandidatePopup .button,
4858    GfCandidatePopup .error .button,
4859    .error GfCandidatePopup .button:first-child,
4860    GfCandidatePopup .error .button:first-child,
4861    .error GfCandidatePopup .button:last-child,
4862    GfCandidatePopup .error .button:last-child,
4863    .error GfCandidatePopup .linked > .button,
4864    GfCandidatePopup .error .linked > .button,
4865    .error MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton),
4866    MathWindow :not(.titlebar) .error .button:not(.flat):not(.titlebutton),
4867    .error MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton),
4868    MathWindow :not(.header-bar) .error .button:not(.flat):not(.titlebutton),
4869    .error .action-bar .linked > .button.image-button,
4870    .action-bar .error .linked > .button.image-button,
4871    .error NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button,
4872    NemoWindow GtkGrid > GtkEventBox > .toolbar .error .button.image-button {
4873      color: rgba(38, 50, 56, 0.75); }
4874      .info .button.flat:hover, .info .button.osd.image-button:hover, .info .inline-toolbar .button:hover, .inline-toolbar .info .button:hover, .info .action-bar .button:hover, .action-bar .info .button:hover, .info .inline-toolbar .linked > .button.image-button:hover:not(.text-button), .inline-toolbar .info .linked > .button.image-button:hover:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:hover:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:hover:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:hover:not(.text-button), .info .app-notification .button:hover, .app-notification .info .button:hover, .info GeditViewFrame .gedit-search-slider .button:hover, GeditViewFrame .gedit-search-slider .info .button:hover, .info .toolbar .button:hover, .toolbar .info .button:hover, .info .titlebar .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .info .button:hover:not(.suggested-action):not(.destructive-action),
4875      .info .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4876      .header-bar .info .button:hover:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:hover, .message-dialog.csd .dialog-action-area .info .button:hover, .info .sidebar-button.button:hover, .info .button:hover,
4877      .info .question .button:hover,
4878      .question .info .button:hover,
4879      .info .warning .button:hover,
4880      .warning .info .button:hover,
4881      .info .error .button:hover,
4882      .error .info .button:hover, .info GtkScaleButton.button:hover,
4883      .info GtkVolumeButton.button:hover, .info GfCandidatePopup .button:hover, GfCandidatePopup .info .button:hover, .info GfCandidatePopup .button:hover:first-child, GfCandidatePopup .info .button:hover:first-child, .info GfCandidatePopup .button:hover:last-child, GfCandidatePopup .info .button:hover:last-child,
4884      .info GfCandidatePopup .linked > .button:hover,
4885      GfCandidatePopup .info .linked > .button:hover, .info MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:hover:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:hover:not(.flat):not(.titlebutton), .info .button.flat:active, .info .button.osd.image-button:active, .info .inline-toolbar .button:active, .inline-toolbar .info .button:active, .info .action-bar .button:active, .action-bar .info .button:active, .info .inline-toolbar .linked > .button.image-button:active:not(.text-button), .inline-toolbar .info .linked > .button.image-button:active:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:active:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:active:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:active:not(.text-button), .info .app-notification .button:active, .app-notification .info .button:active, .info GeditViewFrame .gedit-search-slider .button:active, GeditViewFrame .gedit-search-slider .info .button:active, .info .toolbar .button:active, .toolbar .info .button:active, .info .titlebar .button:active:not(.suggested-action):not(.destructive-action), .titlebar .info .button:active:not(.suggested-action):not(.destructive-action),
4886      .info .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4887      .header-bar .info .button:active:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:active, .message-dialog.csd .dialog-action-area .info .button:active, .info .sidebar-button.button:active, .info .button:active,
4888      .info .question .button:active,
4889      .question .info .button:active,
4890      .info .warning .button:active,
4891      .warning .info .button:active,
4892      .info .error .button:active,
4893      .error .info .button:active, .info GtkScaleButton.button:active,
4894      .info GtkVolumeButton.button:active, .info GfCandidatePopup .button:active, GfCandidatePopup .info .button:active, .info GfCandidatePopup .button:active:first-child, GfCandidatePopup .info .button:active:first-child, .info GfCandidatePopup .button:active:last-child, GfCandidatePopup .info .button:active:last-child,
4895      .info GfCandidatePopup .linked > .button:active,
4896      GfCandidatePopup .info .linked > .button:active, .info MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:active:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:active:not(.flat):not(.titlebutton),
4897      .question .button.flat:hover,
4898      .question .button.osd.image-button:hover,
4899      .question .inline-toolbar .button:hover,
4900      .inline-toolbar .question .button:hover,
4901      .question .action-bar .button:hover,
4902      .action-bar .question .button:hover,
4903      .question .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
4904      .inline-toolbar .question .linked > .button.image-button:hover:not(.text-button),
4905      .question .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
4906      .inline-toolbar .question .stack-switcher > .button.image-button:hover:not(.text-button),
4907      .question .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
4908      .action-bar .question .stack-switcher > .button.image-button:hover:not(.text-button),
4909      .question .app-notification .button:hover,
4910      .app-notification .question .button:hover,
4911      .question GeditViewFrame .gedit-search-slider .button:hover,
4912      GeditViewFrame .gedit-search-slider .question .button:hover,
4913      .question .toolbar .button:hover,
4914      .toolbar .question .button:hover,
4915      .question .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
4916      .titlebar .question .button:hover:not(.suggested-action):not(.destructive-action),
4917      .question .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
4918      .header-bar .question .button:hover:not(.suggested-action):not(.destructive-action),
4919      .question .message-dialog.csd .dialog-action-area .button:hover,
4920      .message-dialog.csd .dialog-action-area .question .button:hover,
4921      .question .sidebar-button.button:hover,
4922      .question .info .button:hover,
4923      .info .question .button:hover,
4924      .question .button:hover,
4925      .question .warning .button:hover,
4926      .warning .question .button:hover,
4927      .question .error .button:hover,
4928      .error .question .button:hover,
4929      .question GtkScaleButton.button:hover,
4930      .question GtkVolumeButton.button:hover,
4931      .question GfCandidatePopup .button:hover,
4932      GfCandidatePopup .question .button:hover,
4933      .question GfCandidatePopup .button:hover:first-child,
4934      GfCandidatePopup .question .button:hover:first-child,
4935      .question GfCandidatePopup .button:hover:last-child,
4936      GfCandidatePopup .question .button:hover:last-child,
4937      .question GfCandidatePopup .linked > .button:hover,
4938      GfCandidatePopup .question .linked > .button:hover,
4939      .question MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
4940      MathWindow :not(.titlebar) .question .button:hover:not(.flat):not(.titlebutton),
4941      .question MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
4942      MathWindow :not(.header-bar) .question .button:hover:not(.flat):not(.titlebutton),
4943      .question .button.flat:active,
4944      .question .button.osd.image-button:active,
4945      .question .inline-toolbar .button:active,
4946      .inline-toolbar .question .button:active,
4947      .question .action-bar .button:active,
4948      .action-bar .question .button:active,
4949      .question .inline-toolbar .linked > .button.image-button:active:not(.text-button),
4950      .inline-toolbar .question .linked > .button.image-button:active:not(.text-button),
4951      .question .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
4952      .inline-toolbar .question .stack-switcher > .button.image-button:active:not(.text-button),
4953      .question .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
4954      .action-bar .question .stack-switcher > .button.image-button:active:not(.text-button),
4955      .question .app-notification .button:active,
4956      .app-notification .question .button:active,
4957      .question GeditViewFrame .gedit-search-slider .button:active,
4958      GeditViewFrame .gedit-search-slider .question .button:active,
4959      .question .toolbar .button:active,
4960      .toolbar .question .button:active,
4961      .question .titlebar .button:active:not(.suggested-action):not(.destructive-action),
4962      .titlebar .question .button:active:not(.suggested-action):not(.destructive-action),
4963      .question .header-bar .button:active:not(.suggested-action):not(.destructive-action),
4964      .header-bar .question .button:active:not(.suggested-action):not(.destructive-action),
4965      .question .message-dialog.csd .dialog-action-area .button:active,
4966      .message-dialog.csd .dialog-action-area .question .button:active,
4967      .question .sidebar-button.button:active,
4968      .question .info .button:active,
4969      .info .question .button:active,
4970      .question .button:active,
4971      .question .warning .button:active,
4972      .warning .question .button:active,
4973      .question .error .button:active,
4974      .error .question .button:active,
4975      .question GtkScaleButton.button:active,
4976      .question GtkVolumeButton.button:active,
4977      .question GfCandidatePopup .button:active,
4978      GfCandidatePopup .question .button:active,
4979      .question GfCandidatePopup .button:active:first-child,
4980      GfCandidatePopup .question .button:active:first-child,
4981      .question GfCandidatePopup .button:active:last-child,
4982      GfCandidatePopup .question .button:active:last-child,
4983      .question GfCandidatePopup .linked > .button:active,
4984      GfCandidatePopup .question .linked > .button:active,
4985      .question MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
4986      MathWindow :not(.titlebar) .question .button:active:not(.flat):not(.titlebutton),
4987      .question MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
4988      MathWindow :not(.header-bar) .question .button:active:not(.flat):not(.titlebutton),
4989      .warning .button.flat:hover,
4990      .warning .button.osd.image-button:hover,
4991      .warning .inline-toolbar .button:hover,
4992      .inline-toolbar .warning .button:hover,
4993      .warning .action-bar .button:hover,
4994      .action-bar .warning .button:hover,
4995      .warning .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
4996      .inline-toolbar .warning .linked > .button.image-button:hover:not(.text-button),
4997      .warning .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
4998      .inline-toolbar .warning .stack-switcher > .button.image-button:hover:not(.text-button),
4999      .warning .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
5000      .action-bar .warning .stack-switcher > .button.image-button:hover:not(.text-button),
5001      .warning .app-notification .button:hover,
5002      .app-notification .warning .button:hover,
5003      .warning GeditViewFrame .gedit-search-slider .button:hover,
5004      GeditViewFrame .gedit-search-slider .warning .button:hover,
5005      .warning .toolbar .button:hover,
5006      .toolbar .warning .button:hover,
5007      .warning .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
5008      .titlebar .warning .button:hover:not(.suggested-action):not(.destructive-action),
5009      .warning .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
5010      .header-bar .warning .button:hover:not(.suggested-action):not(.destructive-action),
5011      .warning .message-dialog.csd .dialog-action-area .button:hover,
5012      .message-dialog.csd .dialog-action-area .warning .button:hover,
5013      .warning .sidebar-button.button:hover,
5014      .warning .info .button:hover,
5015      .info .warning .button:hover,
5016      .warning .question .button:hover,
5017      .question .warning .button:hover,
5018      .warning .button:hover,
5019      .warning .error .button:hover,
5020      .error .warning .button:hover,
5021      .warning GtkScaleButton.button:hover,
5022      .warning GtkVolumeButton.button:hover,
5023      .warning GfCandidatePopup .button:hover,
5024      GfCandidatePopup .warning .button:hover,
5025      .warning GfCandidatePopup .button:hover:first-child,
5026      GfCandidatePopup .warning .button:hover:first-child,
5027      .warning GfCandidatePopup .button:hover:last-child,
5028      GfCandidatePopup .warning .button:hover:last-child,
5029      .warning GfCandidatePopup .linked > .button:hover,
5030      GfCandidatePopup .warning .linked > .button:hover,
5031      .warning MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
5032      MathWindow :not(.titlebar) .warning .button:hover:not(.flat):not(.titlebutton),
5033      .warning MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
5034      MathWindow :not(.header-bar) .warning .button:hover:not(.flat):not(.titlebutton),
5035      .warning .button.flat:active,
5036      .warning .button.osd.image-button:active,
5037      .warning .inline-toolbar .button:active,
5038      .inline-toolbar .warning .button:active,
5039      .warning .action-bar .button:active,
5040      .action-bar .warning .button:active,
5041      .warning .inline-toolbar .linked > .button.image-button:active:not(.text-button),
5042      .inline-toolbar .warning .linked > .button.image-button:active:not(.text-button),
5043      .warning .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
5044      .inline-toolbar .warning .stack-switcher > .button.image-button:active:not(.text-button),
5045      .warning .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
5046      .action-bar .warning .stack-switcher > .button.image-button:active:not(.text-button),
5047      .warning .app-notification .button:active,
5048      .app-notification .warning .button:active,
5049      .warning GeditViewFrame .gedit-search-slider .button:active,
5050      GeditViewFrame .gedit-search-slider .warning .button:active,
5051      .warning .toolbar .button:active,
5052      .toolbar .warning .button:active,
5053      .warning .titlebar .button:active:not(.suggested-action):not(.destructive-action),
5054      .titlebar .warning .button:active:not(.suggested-action):not(.destructive-action),
5055      .warning .header-bar .button:active:not(.suggested-action):not(.destructive-action),
5056      .header-bar .warning .button:active:not(.suggested-action):not(.destructive-action),
5057      .warning .message-dialog.csd .dialog-action-area .button:active,
5058      .message-dialog.csd .dialog-action-area .warning .button:active,
5059      .warning .sidebar-button.button:active,
5060      .warning .info .button:active,
5061      .info .warning .button:active,
5062      .warning .question .button:active,
5063      .question .warning .button:active,
5064      .warning .button:active,
5065      .warning .error .button:active,
5066      .error .warning .button:active,
5067      .warning GtkScaleButton.button:active,
5068      .warning GtkVolumeButton.button:active,
5069      .warning GfCandidatePopup .button:active,
5070      GfCandidatePopup .warning .button:active,
5071      .warning GfCandidatePopup .button:active:first-child,
5072      GfCandidatePopup .warning .button:active:first-child,
5073      .warning GfCandidatePopup .button:active:last-child,
5074      GfCandidatePopup .warning .button:active:last-child,
5075      .warning GfCandidatePopup .linked > .button:active,
5076      GfCandidatePopup .warning .linked > .button:active,
5077      .warning MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
5078      MathWindow :not(.titlebar) .warning .button:active:not(.flat):not(.titlebutton),
5079      .warning MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
5080      MathWindow :not(.header-bar) .warning .button:active:not(.flat):not(.titlebutton),
5081      .error .button.flat:hover,
5082      .error .button.osd.image-button:hover,
5083      .error .inline-toolbar .button:hover,
5084      .inline-toolbar .error .button:hover,
5085      .error .action-bar .button:hover,
5086      .action-bar .error .button:hover,
5087      .error .inline-toolbar .linked > .button.image-button:hover:not(.text-button),
5088      .inline-toolbar .error .linked > .button.image-button:hover:not(.text-button),
5089      .error .inline-toolbar .stack-switcher > .button.image-button:hover:not(.text-button),
5090      .inline-toolbar .error .stack-switcher > .button.image-button:hover:not(.text-button),
5091      .error .action-bar .stack-switcher > .button.image-button:hover:not(.text-button),
5092      .action-bar .error .stack-switcher > .button.image-button:hover:not(.text-button),
5093      .error .app-notification .button:hover,
5094      .app-notification .error .button:hover,
5095      .error GeditViewFrame .gedit-search-slider .button:hover,
5096      GeditViewFrame .gedit-search-slider .error .button:hover,
5097      .error .toolbar .button:hover,
5098      .toolbar .error .button:hover,
5099      .error .titlebar .button:hover:not(.suggested-action):not(.destructive-action),
5100      .titlebar .error .button:hover:not(.suggested-action):not(.destructive-action),
5101      .error .header-bar .button:hover:not(.suggested-action):not(.destructive-action),
5102      .header-bar .error .button:hover:not(.suggested-action):not(.destructive-action),
5103      .error .message-dialog.csd .dialog-action-area .button:hover,
5104      .message-dialog.csd .dialog-action-area .error .button:hover,
5105      .error .sidebar-button.button:hover,
5106      .error .info .button:hover,
5107      .info .error .button:hover,
5108      .error .question .button:hover,
5109      .question .error .button:hover,
5110      .error .warning .button:hover,
5111      .warning .error .button:hover,
5112      .error .button:hover,
5113      .error GtkScaleButton.button:hover,
5114      .error GtkVolumeButton.button:hover,
5115      .error GfCandidatePopup .button:hover,
5116      GfCandidatePopup .error .button:hover,
5117      .error GfCandidatePopup .button:hover:first-child,
5118      GfCandidatePopup .error .button:hover:first-child,
5119      .error GfCandidatePopup .button:hover:last-child,
5120      GfCandidatePopup .error .button:hover:last-child,
5121      .error GfCandidatePopup .linked > .button:hover,
5122      GfCandidatePopup .error .linked > .button:hover,
5123      .error MathWindow :not(.titlebar) .button:hover:not(.flat):not(.titlebutton),
5124      MathWindow :not(.titlebar) .error .button:hover:not(.flat):not(.titlebutton),
5125      .error MathWindow :not(.header-bar) .button:hover:not(.flat):not(.titlebutton),
5126      MathWindow :not(.header-bar) .error .button:hover:not(.flat):not(.titlebutton),
5127      .error .button.flat:active,
5128      .error .button.osd.image-button:active,
5129      .error .inline-toolbar .button:active,
5130      .inline-toolbar .error .button:active,
5131      .error .action-bar .button:active,
5132      .action-bar .error .button:active,
5133      .error .inline-toolbar .linked > .button.image-button:active:not(.text-button),
5134      .inline-toolbar .error .linked > .button.image-button:active:not(.text-button),
5135      .error .inline-toolbar .stack-switcher > .button.image-button:active:not(.text-button),
5136      .inline-toolbar .error .stack-switcher > .button.image-button:active:not(.text-button),
5137      .error .action-bar .stack-switcher > .button.image-button:active:not(.text-button),
5138      .action-bar .error .stack-switcher > .button.image-button:active:not(.text-button),
5139      .error .app-notification .button:active,
5140      .app-notification .error .button:active,
5141      .error GeditViewFrame .gedit-search-slider .button:active,
5142      GeditViewFrame .gedit-search-slider .error .button:active,
5143      .error .toolbar .button:active,
5144      .toolbar .error .button:active,
5145      .error .titlebar .button:active:not(.suggested-action):not(.destructive-action),
5146      .titlebar .error .button:active:not(.suggested-action):not(.destructive-action),
5147      .error .header-bar .button:active:not(.suggested-action):not(.destructive-action),
5148      .header-bar .error .button:active:not(.suggested-action):not(.destructive-action),
5149      .error .message-dialog.csd .dialog-action-area .button:active,
5150      .message-dialog.csd .dialog-action-area .error .button:active,
5151      .error .sidebar-button.button:active,
5152      .error .info .button:active,
5153      .info .error .button:active,
5154      .error .question .button:active,
5155      .question .error .button:active,
5156      .error .warning .button:active,
5157      .warning .error .button:active,
5158      .error .button:active,
5159      .error GtkScaleButton.button:active,
5160      .error GtkVolumeButton.button:active,
5161      .error GfCandidatePopup .button:active,
5162      GfCandidatePopup .error .button:active,
5163      .error GfCandidatePopup .button:active:first-child,
5164      GfCandidatePopup .error .button:active:first-child,
5165      .error GfCandidatePopup .button:active:last-child,
5166      GfCandidatePopup .error .button:active:last-child,
5167      .error GfCandidatePopup .linked > .button:active,
5168      GfCandidatePopup .error .linked > .button:active,
5169      .error MathWindow :not(.titlebar) .button:active:not(.flat):not(.titlebutton),
5170      MathWindow :not(.titlebar) .error .button:active:not(.flat):not(.titlebutton),
5171      .error MathWindow :not(.header-bar) .button:active:not(.flat):not(.titlebutton),
5172      MathWindow :not(.header-bar) .error .button:active:not(.flat):not(.titlebutton) {
5173        color: #263238; }
5174      .info .button.flat:insensitive, .info .button.osd.image-button:insensitive, .info .inline-toolbar .button:insensitive, .inline-toolbar .info .button:insensitive, .info .action-bar .button:insensitive, .action-bar .info .button:insensitive, .info .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button), .inline-toolbar .info .linked > .button.image-button:insensitive:not(.text-button), .info .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button), .inline-toolbar .info .stack-switcher > .button.image-button:insensitive:not(.text-button), .info .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button), .action-bar .info .stack-switcher > .button.image-button:insensitive:not(.text-button), .info .app-notification .button:insensitive, .app-notification .info .button:insensitive, .info GeditViewFrame .gedit-search-slider .button:insensitive, GeditViewFrame .gedit-search-slider .info .button:insensitive, .info .toolbar .button:insensitive, .toolbar .info .button:insensitive, .info .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .info .button:insensitive:not(.suggested-action):not(.destructive-action),
5175      .info .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5176      .header-bar .info .button:insensitive:not(.suggested-action):not(.destructive-action), .info .message-dialog.csd .dialog-action-area .button:insensitive, .message-dialog.csd .dialog-action-area .info .button:insensitive, .info .sidebar-button.button:insensitive, .info .button:insensitive,
5177      .info .question .button:insensitive,
5178      .question .info .button:insensitive,
5179      .info .warning .button:insensitive,
5180      .warning .info .button:insensitive,
5181      .info .error .button:insensitive,
5182      .error .info .button:insensitive, .info GtkScaleButton.button:insensitive,
5183      .info GtkVolumeButton.button:insensitive, .info GfCandidatePopup .button:insensitive, GfCandidatePopup .info .button:insensitive, .info GfCandidatePopup .button:insensitive:first-child, GfCandidatePopup .info .button:insensitive:first-child, .info GfCandidatePopup .button:insensitive:last-child, GfCandidatePopup .info .button:insensitive:last-child,
5184      .info GfCandidatePopup .linked > .button:insensitive,
5185      GfCandidatePopup .info .linked > .button:insensitive, .info MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .info .button:insensitive:not(.flat):not(.titlebutton), .info MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .info .button:insensitive:not(.flat):not(.titlebutton),
5186      .question .button.flat:insensitive,
5187      .question .button.osd.image-button:insensitive,
5188      .question .inline-toolbar .button:insensitive,
5189      .inline-toolbar .question .button:insensitive,
5190      .question .action-bar .button:insensitive,
5191      .action-bar .question .button:insensitive,
5192      .question .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5193      .inline-toolbar .question .linked > .button.image-button:insensitive:not(.text-button),
5194      .question .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5195      .inline-toolbar .question .stack-switcher > .button.image-button:insensitive:not(.text-button),
5196      .question .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5197      .action-bar .question .stack-switcher > .button.image-button:insensitive:not(.text-button),
5198      .question .app-notification .button:insensitive,
5199      .app-notification .question .button:insensitive,
5200      .question GeditViewFrame .gedit-search-slider .button:insensitive,
5201      GeditViewFrame .gedit-search-slider .question .button:insensitive,
5202      .question .toolbar .button:insensitive,
5203      .toolbar .question .button:insensitive,
5204      .question .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5205      .titlebar .question .button:insensitive:not(.suggested-action):not(.destructive-action),
5206      .question .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5207      .header-bar .question .button:insensitive:not(.suggested-action):not(.destructive-action),
5208      .question .message-dialog.csd .dialog-action-area .button:insensitive,
5209      .message-dialog.csd .dialog-action-area .question .button:insensitive,
5210      .question .sidebar-button.button:insensitive,
5211      .question .info .button:insensitive,
5212      .info .question .button:insensitive,
5213      .question .button:insensitive,
5214      .question .warning .button:insensitive,
5215      .warning .question .button:insensitive,
5216      .question .error .button:insensitive,
5217      .error .question .button:insensitive,
5218      .question GtkScaleButton.button:insensitive,
5219      .question GtkVolumeButton.button:insensitive,
5220      .question GfCandidatePopup .button:insensitive,
5221      GfCandidatePopup .question .button:insensitive,
5222      .question GfCandidatePopup .button:insensitive:first-child,
5223      GfCandidatePopup .question .button:insensitive:first-child,
5224      .question GfCandidatePopup .button:insensitive:last-child,
5225      GfCandidatePopup .question .button:insensitive:last-child,
5226      .question GfCandidatePopup .linked > .button:insensitive,
5227      GfCandidatePopup .question .linked > .button:insensitive,
5228      .question MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5229      MathWindow :not(.titlebar) .question .button:insensitive:not(.flat):not(.titlebutton),
5230      .question MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5231      MathWindow :not(.header-bar) .question .button:insensitive:not(.flat):not(.titlebutton),
5232      .warning .button.flat:insensitive,
5233      .warning .button.osd.image-button:insensitive,
5234      .warning .inline-toolbar .button:insensitive,
5235      .inline-toolbar .warning .button:insensitive,
5236      .warning .action-bar .button:insensitive,
5237      .action-bar .warning .button:insensitive,
5238      .warning .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5239      .inline-toolbar .warning .linked > .button.image-button:insensitive:not(.text-button),
5240      .warning .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5241      .inline-toolbar .warning .stack-switcher > .button.image-button:insensitive:not(.text-button),
5242      .warning .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5243      .action-bar .warning .stack-switcher > .button.image-button:insensitive:not(.text-button),
5244      .warning .app-notification .button:insensitive,
5245      .app-notification .warning .button:insensitive,
5246      .warning GeditViewFrame .gedit-search-slider .button:insensitive,
5247      GeditViewFrame .gedit-search-slider .warning .button:insensitive,
5248      .warning .toolbar .button:insensitive,
5249      .toolbar .warning .button:insensitive,
5250      .warning .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5251      .titlebar .warning .button:insensitive:not(.suggested-action):not(.destructive-action),
5252      .warning .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5253      .header-bar .warning .button:insensitive:not(.suggested-action):not(.destructive-action),
5254      .warning .message-dialog.csd .dialog-action-area .button:insensitive,
5255      .message-dialog.csd .dialog-action-area .warning .button:insensitive,
5256      .warning .sidebar-button.button:insensitive,
5257      .warning .info .button:insensitive,
5258      .info .warning .button:insensitive,
5259      .warning .question .button:insensitive,
5260      .question .warning .button:insensitive,
5261      .warning .button:insensitive,
5262      .warning .error .button:insensitive,
5263      .error .warning .button:insensitive,
5264      .warning GtkScaleButton.button:insensitive,
5265      .warning GtkVolumeButton.button:insensitive,
5266      .warning GfCandidatePopup .button:insensitive,
5267      GfCandidatePopup .warning .button:insensitive,
5268      .warning GfCandidatePopup .button:insensitive:first-child,
5269      GfCandidatePopup .warning .button:insensitive:first-child,
5270      .warning GfCandidatePopup .button:insensitive:last-child,
5271      GfCandidatePopup .warning .button:insensitive:last-child,
5272      .warning GfCandidatePopup .linked > .button:insensitive,
5273      GfCandidatePopup .warning .linked > .button:insensitive,
5274      .warning MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5275      MathWindow :not(.titlebar) .warning .button:insensitive:not(.flat):not(.titlebutton),
5276      .warning MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5277      MathWindow :not(.header-bar) .warning .button:insensitive:not(.flat):not(.titlebutton),
5278      .error .button.flat:insensitive,
5279      .error .button.osd.image-button:insensitive,
5280      .error .inline-toolbar .button:insensitive,
5281      .inline-toolbar .error .button:insensitive,
5282      .error .action-bar .button:insensitive,
5283      .action-bar .error .button:insensitive,
5284      .error .inline-toolbar .linked > .button.image-button:insensitive:not(.text-button),
5285      .inline-toolbar .error .linked > .button.image-button:insensitive:not(.text-button),
5286      .error .inline-toolbar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5287      .inline-toolbar .error .stack-switcher > .button.image-button:insensitive:not(.text-button),
5288      .error .action-bar .stack-switcher > .button.image-button:insensitive:not(.text-button),
5289      .action-bar .error .stack-switcher > .button.image-button:insensitive:not(.text-button),
5290      .error .app-notification .button:insensitive,
5291      .app-notification .error .button:insensitive,
5292      .error GeditViewFrame .gedit-search-slider .button:insensitive,
5293      GeditViewFrame .gedit-search-slider .error .button:insensitive,
5294      .error .toolbar .button:insensitive,
5295      .toolbar .error .button:insensitive,
5296      .error .titlebar .button:insensitive:not(.suggested-action):not(.destructive-action),
5297      .titlebar .error .button:insensitive:not(.suggested-action):not(.destructive-action),
5298      .error .header-bar .button:insensitive:not(.suggested-action):not(.destructive-action),
5299      .header-bar .error .button:insensitive:not(.suggested-action):not(.destructive-action),
5300      .error .message-dialog.csd .dialog-action-area .button:insensitive,
5301      .message-dialog.csd .dialog-action-area .error .button:insensitive,
5302      .error .sidebar-button.button:insensitive,
5303      .error .info .button:insensitive,
5304      .info .error .button:insensitive,
5305      .error .question .button:insensitive,
5306      .question .error .button:insensitive,
5307      .error .warning .button:insensitive,
5308      .warning .error .button:insensitive,
5309      .error .button:insensitive,
5310      .error GtkScaleButton.button:insensitive,
5311      .error GtkVolumeButton.button:insensitive,
5312      .error GfCandidatePopup .button:insensitive,
5313      GfCandidatePopup .error .button:insensitive,
5314      .error GfCandidatePopup .button:insensitive:first-child,
5315      GfCandidatePopup .error .button:insensitive:first-child,
5316      .error GfCandidatePopup .button:insensitive:last-child,
5317      GfCandidatePopup .error .button:insensitive:last-child,
5318      .error GfCandidatePopup .linked > .button:insensitive,
5319      GfCandidatePopup .error .linked > .button:insensitive,
5320      .error MathWindow :not(.titlebar) .button:insensitive:not(.flat):not(.titlebutton),
5321      MathWindow :not(.titlebar) .error .button:insensitive:not(.flat):not(.titlebutton),
5322      .error MathWindow :not(.header-bar) .button:insensitive:not(.flat):not(.titlebutton),
5323      MathWindow :not(.header-bar) .error .button:insensitive:not(.flat):not(.titlebutton) {
5324        color: rgba(38, 50, 56, 0.3); }
5325  .info .label:selected,
5326  .info .label:selected:focus,
5327  .info .label:selected:hover,
5328  .question .label:selected,
5329  .question .label:selected:focus,
5330  .question .label:selected:hover,
5331  .warning .label:selected,
5332  .warning .label:selected:focus,
5333  .warning .label:selected:hover,
5334  .error .label:selected,
5335  .error .label:selected:focus,
5336  .error .label:selected:hover {
5337    background-color: #008fa1; }
5338  .info GtkProgressBar.trough,
5339  .question GtkProgressBar.trough,
5340  .warning GtkProgressBar.trough,
5341  .error GtkProgressBar.trough {
5342    background-color: rgba(255, 255, 255, 0.2); }
5343  .info .progressbar,
5344  .question .progressbar,
5345  .warning .progressbar,
5346  .error .progressbar {
5347    background-color: #FFFFFF; }
5348
5349.info {
5350  background-color: #00E5FF; }
5351
5352.question {
5353  background-color: #FFEA00; }
5354
5355.warning {
5356  background-color: #FF9100; }
5357
5358.error {
5359  color: #FFFFFF;
5360  background-color: #FF1744; }
5361
5362/************
5363 * Tooltips *
5364 ************/
5365.tooltip {
5366  color: #ECEFF1;
5367  padding: 0.2em;
5368  border-radius: 2px;
5369  box-shadow: none; }
5370  .tooltip.background {
5371    background-color: rgba(42, 55, 62, 0.9); }
5372  .tooltip.window-frame.csd {
5373    background-color: transparent; }
5374
5375.tooltip * {
5376  padding: 0.2em;
5377  background-color: transparent;
5378  color: inherit; }
5379
5380/*****************
5381 * Color Chooser *
5382 *****************/
5383GtkColorSwatch {
5384  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5385  GtkColorSwatch.top {
5386    border-top-left-radius: 2px;
5387    border-top-right-radius: 2px; }
5388  GtkColorSwatch.bottom {
5389    border-bottom-left-radius: 2px;
5390    border-bottom-right-radius: 2px; }
5391  GtkColorSwatch.left, GtkColorSwatch:first-child:not(.overlay):not(.top) {
5392    border-top-left-radius: 2px;
5393    border-bottom-left-radius: 2px; }
5394  GtkColorSwatch.right, GtkColorSwatch:last-child:not(.overlay):not(.bottom) {
5395    border-top-right-radius: 2px;
5396    border-bottom-right-radius: 2px; }
5397  GtkColorSwatch:only-child:not(.overlay) {
5398    border-radius: 2px; }
5399  GtkColorSwatch.top > .overlay {
5400    border-top-left-radius: 2px;
5401    border-top-right-radius: 2px; }
5402  GtkColorSwatch.bottom > .overlay {
5403    border-bottom-left-radius: 2px;
5404    border-bottom-right-radius: 2px; }
5405  GtkColorSwatch:first-child:not(.top) > .overlay {
5406    border-top-left-radius: 2px;
5407    border-bottom-left-radius: 2px; }
5408  GtkColorSwatch:last-child:not(.bottom) > .overlay {
5409    border-top-right-radius: 2px;
5410    border-bottom-right-radius: 2px; }
5411  GtkColorSwatch:only-child > .overlay {
5412    border-radius: 2px; }
5413  GtkColorSwatch:hover {
5414    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5415  GtkColorEditor GtkColorSwatch {
5416    border-radius: 2px; }
5417    GtkColorEditor GtkColorSwatch:hover {
5418      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5419  GtkColorSwatch.color-dark {
5420    color: #FFFFFF; }
5421  GtkColorSwatch.color-light {
5422    color: rgba(0, 0, 0, 0.8); }
5423  GtkColorSwatch#add-color-button {
5424    background-image: linear-gradient(to right, #FF1744 25%, #FF9100 25%, #FF9100 50%, #00E5FF 50%, #00E5FF 75%, #FFEA00 75%);
5425    color: #FFFFFF; }
5426
5427/********
5428 * Misc *
5429 ********/
5430.content-view {
5431  background-color: #3e515a; }
5432
5433.osd .scale-popup .vertical .button, .scale-popup .vertical .button {
5434  border-radius: 100px;
5435  outline-radius: 100px;
5436  background-color: transparent;
5437  color: rgba(236, 239, 241, 0.75); }
5438  .osd .scale-popup .vertical .button:first-child:hover, .scale-popup .vertical .button:first-child:hover {
5439    box-shadow: none;
5440    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));
5441    background: none;
5442    color: #00E676; }
5443  .osd .scale-popup .vertical .button:first-child:insensitive, .scale-popup .vertical .button:first-child:insensitive {
5444    box-shadow: none;
5445    background-color: transparent;
5446    background: none;
5447    color: alpha(#00E676, 0.4); }
5448  .osd .scale-popup .vertical .button:last-child:hover, .scale-popup .vertical .button:last-child:hover {
5449    box-shadow: none;
5450    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));
5451    background: none;
5452    color: #F44336; }
5453  .osd .scale-popup .vertical .button:last-child:insensitive, .scale-popup .vertical .button:last-child:insensitive {
5454    box-shadow: none;
5455    background-color: transparent;
5456    background: none;
5457    color: alpha(#F44336, 0.4); }
5458.osd .scale-popup .button,
5459.scale-popup .button {
5460  border-radius: 100px;
5461  outline-radius: 100px;
5462  background-color: transparent;
5463  color: rgba(236, 239, 241, 0.75); }
5464  .osd .scale-popup .button:first-child:hover,
5465  .scale-popup .button:first-child:hover {
5466    box-shadow: none;
5467    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));
5468    background: none;
5469    color: #F44336; }
5470  .osd .scale-popup .button:first-child:insensitive,
5471  .scale-popup .button:first-child:insensitive {
5472    box-shadow: none;
5473    background-color: transparent;
5474    background: none;
5475    color: alpha(#F44336, 0.4); }
5476  .osd .scale-popup .button:last-child:hover,
5477  .scale-popup .button:last-child:hover {
5478    box-shadow: none;
5479    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));
5480    background: none;
5481    color: #00E676; }
5482  .osd .scale-popup .button:last-child:insensitive,
5483  .scale-popup .button:last-child:insensitive {
5484    box-shadow: none;
5485    background-color: transparent;
5486    background: none;
5487    color: alpha(#00E676, 0.4); }
5488
5489GtkScaleButton.button,
5490GtkVolumeButton.button {
5491  border-radius: 100px;
5492  outline-radius: 100px; }
5493  GtkScaleButton.button.text-button,
5494  GtkVolumeButton.button.text-button {
5495    border-radius: 2px;
5496    outline-radius: 2px; }
5497
5498.floating-bar {
5499  padding: 0.1em 0 0.2em;
5500  border: 1px solid transparent;
5501  border-radius: 0;
5502  color: rgba(236, 239, 241, 0.75);
5503  background-color: #13191C;
5504  transition: none; }
5505  .floating-bar .button {
5506    padding: 0.3em;
5507    margin: 0 0.3em;
5508    color: #C5A68E); }
5509    .floating-bar .button:hover, .floating-bar .button:active, .floating-bar .button:checked {
5510      color: #C5A68E; }
5511    .floating-bar .button:insensitive {
5512      color: rgba(77, 182, 172, 0.4); }
5513
5514.floating-bar.bottom.left {
5515  border-width: 1px 1px 0 0;
5516  border-radius: 0 3px 0 0; }
5517.floating-bar.bottom.right {
5518  border-width: 1px 0 0 1px;
5519  border-radius: 3px 0 0 0; }
5520
5521/**********************
5522 * Window Decorations *
5523 *********************/
5524.window-frame {
5525  transition: none;
5526  border-radius: 2px 2px 0 0;
5527  box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2);
5528  margin: 8px; }
5529  .window-frame:backdrop {
5530    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5531  .window-frame.maximized, .window-frame.tiled {
5532    border-radius: 0;
5533    transition: none; }
5534    .window-frame.maximized.ssd .titlebar, .window-frame.tiled.ssd .titlebar {
5535      box-shadow: none; }
5536  .window-frame.popup {
5537    box-shadow: none; }
5538  .window-frame.ssd {
5539    box-shadow: 0 0 0 1px transparent; }
5540    .window-frame.ssd .titlebar {
5541      box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
5542    .window-frame.ssd .tiled .titlebar {
5543      transition: none; }
5544    .window-frame.ssd .maximized .titlebar {
5545      transition: none; }
5546  .window-frame.csd.popup {
5547    border-radius: 2px;
5548    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.2); }
5549  .window-frame.csd.tooltip {
5550    border-radius: 2px;
5551    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5552  .window-frame.csd.message-dialog {
5553    border-radius: 2px;
5554    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
5555    .window-frame.csd.message-dialog:backdrop {
5556      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5557  .window-frame.solid-csd {
5558    border-radius: 2px 2px 0 0;
5559    margin: -1px;
5560    background-color: #3e515a;
5561    border: none;
5562    box-shadow: none; }
5563
5564.csd .header-bar .button.titlebutton.close:hover:backdrop, .csd .header-bar .button.titlebutton.close:active:backdrop, .csd .header-bar .button.titlebutton.minimize:hover:backdrop, .csd .header-bar .button.titlebutton.minimize:active:backdrop, .csd .header-bar .button.titlebutton.maximize:hover:backdrop, .csd .header-bar .button.titlebutton.maximize:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.close:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.close:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.minimize:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.minimize:active:backdrop, .csd .header-bar.selection-mode .button.titlebutton.maximize:hover:backdrop, .csd .header-bar.selection-mode .button.titlebutton.maximize:active:backdrop,
5565.csd .titlebar .button.titlebutton.close:hover:backdrop,
5566.csd .titlebar .button.titlebutton.close:active:backdrop,
5567.csd .titlebar .button.titlebutton.minimize:hover:backdrop,
5568.csd .titlebar .button.titlebutton.minimize:active:backdrop,
5569.csd .titlebar .button.titlebutton.maximize:hover:backdrop,
5570.csd .titlebar .button.titlebutton.maximize:active:backdrop,
5571.csd .titlebar.selection-mode .button.titlebutton.close:hover:backdrop,
5572.csd .titlebar.selection-mode .button.titlebutton.close:active:backdrop,
5573.csd .titlebar.selection-mode .button.titlebutton.minimize:hover:backdrop,
5574.csd .titlebar.selection-mode .button.titlebutton.minimize:active:backdrop,
5575.csd .titlebar.selection-mode .button.titlebutton.maximize:hover:backdrop,
5576.csd .titlebar.selection-mode .button.titlebutton.maximize:active:backdrop {
5577  opacity: 1.0; }
5578.csd .header-bar .button.titlebutton.close > GtkImage, .csd .header-bar .button.titlebutton.minimize > GtkImage, .csd .header-bar .button.titlebutton.maximize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5579.csd .titlebar .button.titlebutton.close > GtkImage,
5580.csd .titlebar .button.titlebutton.minimize > GtkImage,
5581.csd .titlebar .button.titlebutton.maximize > GtkImage,
5582.csd .titlebar.selection-mode .button.titlebutton.close > GtkImage,
5583.csd .titlebar.selection-mode .button.titlebutton.minimize > GtkImage,
5584.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5585  color: transparent;
5586  background-size: 16px 16px;
5587  background-repeat: no-repeat;
5588  background-position: center; }
5589.csd .header-bar .button.titlebutton.close > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close > GtkImage,
5590.csd .titlebar .button.titlebutton.close > GtkImage,
5591.csd .titlebar.selection-mode .button.titlebutton.close > GtkImage {
5592  background-image: -gtk-scaled(url("assets/window-close.png"), url("assets/window-close@2.png")); }
5593.csd .header-bar .button.titlebutton.close:hover, .csd .header-bar.selection-mode .button.titlebutton.close:hover,
5594.csd .titlebar .button.titlebutton.close:hover,
5595.csd .titlebar.selection-mode .button.titlebutton.close:hover {
5596  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);
5597  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));
5598  color: #ECEFF1;
5599  color: #FFFFFF;
5600  background-color: #FF5252; }
5601  .csd .header-bar .button.titlebutton.close:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close:hover > GtkImage,
5602  .csd .titlebar .button.titlebutton.close:hover > GtkImage,
5603  .csd .titlebar.selection-mode .button.titlebutton.close:hover > GtkImage {
5604    background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
5605.csd .header-bar .button.titlebutton.close:active, .csd .header-bar.selection-mode .button.titlebutton.close:active,
5606.csd .titlebar .button.titlebutton.close:active,
5607.csd .titlebar.selection-mode .button.titlebutton.close:active {
5608  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);
5609  color: #ECEFF1;
5610  transition-duration: 0;
5611  animation: ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
5612  color: #FFFFFF;
5613  background-color: #C5A68E; }
5614  .csd .header-bar .button.titlebutton.close:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.close:active > GtkImage,
5615  .csd .titlebar .button.titlebutton.close:active > GtkImage,
5616  .csd .titlebar.selection-mode .button.titlebutton.close:active > GtkImage {
5617    background-image: -gtk-scaled(url("assets/window-close-active.png"), url("assets/window-close-active@2.png")); }
5618.csd .header-bar .button.titlebutton.minimize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize > GtkImage,
5619.csd .titlebar .button.titlebutton.minimize > GtkImage,
5620.csd .titlebar.selection-mode .button.titlebutton.minimize > GtkImage {
5621  background-image: -gtk-scaled(url("assets/window-minimize.png"), url("assets/window-minimize@2.png")); }
5622.csd .header-bar .button.titlebutton.minimize:hover > GtkImage, .csd .header-bar .button.titlebutton.minimize:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.minimize:active > GtkImage,
5623.csd .titlebar .button.titlebutton.minimize:hover > GtkImage,
5624.csd .titlebar .button.titlebutton.minimize:active > GtkImage,
5625.csd .titlebar.selection-mode .button.titlebutton.minimize:hover > GtkImage,
5626.csd .titlebar.selection-mode .button.titlebutton.minimize:active > GtkImage {
5627  background-image: -gtk-scaled(url("assets/window-minimize-active.png"), url("assets/window-minimize-active@2.png")); }
5628.csd .header-bar .button.titlebutton.maximize > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5629.csd .titlebar .button.titlebutton.maximize > GtkImage,
5630.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5631  background-image: -gtk-scaled(url("assets/window-maximize.png"), url("assets/window-maximize@2.png")); }
5632.csd .header-bar .button.titlebutton.maximize:hover > GtkImage, .csd .header-bar .button.titlebutton.maximize:active > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize:hover > GtkImage, .csd .header-bar.selection-mode .button.titlebutton.maximize:active > GtkImage,
5633.csd .titlebar .button.titlebutton.maximize:hover > GtkImage,
5634.csd .titlebar .button.titlebutton.maximize:active > GtkImage,
5635.csd .titlebar.selection-mode .button.titlebutton.maximize:hover > GtkImage,
5636.csd .titlebar.selection-mode .button.titlebutton.maximize:active > GtkImage {
5637  background-image: -gtk-scaled(url("assets/window-maximize-active.png"), url("assets/window-maximize-active@2.png")); }
5638
5639.maximized.csd .header-bar .button.titlebutton.maximize > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize > GtkImage,
5640.maximized.csd .titlebar .button.titlebutton.maximize > GtkImage,
5641.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize > GtkImage {
5642  background-image: -gtk-scaled(url("assets/window-unmaximize.png"), url("assets/window-unmaximize@2.png")); }
5643.maximized.csd .header-bar .button.titlebutton.maximize:hover > GtkImage, .maximized.csd .header-bar .button.titlebutton.maximize:active > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize:hover > GtkImage, .maximized.csd .header-bar.selection-mode .button.titlebutton.maximize:active > GtkImage,
5644.maximized.csd .titlebar .button.titlebutton.maximize:hover > GtkImage,
5645.maximized.csd .titlebar .button.titlebutton.maximize:active > GtkImage,
5646.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize:hover > GtkImage,
5647.maximized.csd .titlebar.selection-mode .button.titlebutton.maximize:active > GtkImage {
5648  background-image: -gtk-scaled(url("assets/window-unmaximize-active.png"), url("assets/window-unmaximize-active@2.png")); }
5649
5650.ssd .titlebar .button.titlebutton {
5651  padding: 6px; }
5652  .ssd .titlebar .button.titlebutton.close, .ssd .titlebar .button.titlebutton.minimize, .ssd .titlebar .button.titlebutton.maximize {
5653    color: transparent;
5654    background-size: 28px 28px;
5655    background-repeat: no-repeat;
5656    background-position: center;
5657    background: none;
5658    box-shadow: none; }
5659    .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 {
5660      color: transparent; }
5661  .ssd .titlebar .button.titlebutton.close {
5662    background-image: -gtk-scaled(url("assets/window-close-ssd.png"), url("assets/window-close-ssd@2.png"));
5663    box-shadow: none; }
5664  .ssd .titlebar .button.titlebutton.close:hover {
5665    background-image: -gtk-scaled(url("assets/window-close-ssd-hover.png"), url("assets/window-close-ssd-hover@2.png"));
5666    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5667  .ssd .titlebar .button.titlebutton.close:active {
5668    background-image: -gtk-scaled(url("assets/window-close-ssd-active.png"), url("assets/window-close-ssd-active@2.png"));
5669    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5670  .ssd .titlebar .button.titlebutton.close:backdrop {
5671    background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop.png"), url("assets/window-close-ssd-backdrop@2.png"));
5672    box-shadow: none; }
5673  .ssd .titlebar .button.titlebutton.close:backdrop:hover {
5674    background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-hover.png"), url("assets/window-close-ssd-backdrop-hover@2.png"));
5675    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5676  .ssd .titlebar .button.titlebutton.close:backdrop:active {
5677    background-image: -gtk-scaled(url("assets/window-close-ssd-backdrop-active.png"), url("assets/window-close-ssd-backdrop-active@2.png"));
5678    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5679  .ssd .titlebar .button.titlebutton.minimize {
5680    background-image: -gtk-scaled(url("assets/window-minimize-ssd.png"), url("assets/window-minimize-ssd@2.png")); }
5681  .ssd .titlebar .button.titlebutton.minimize:hover {
5682    background-image: -gtk-scaled(url("assets/window-minimize-ssd-hover.png"), url("assets/window-minimize-ssd-hover@2.png")); }
5683  .ssd .titlebar .button.titlebutton.minimize:active {
5684    background-image: -gtk-scaled(url("assets/window-minimize-ssd-active.png"), url("assets/window-minimize-ssd-active@2.png")); }
5685  .ssd .titlebar .button.titlebutton.minimize:backdrop {
5686    background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop.png"), url("assets/window-minimize-ssd-backdrop@2.png")); }
5687  .ssd .titlebar .button.titlebutton.minimize:backdrop:hover {
5688    background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-hover.png"), url("assets/window-minimize-ssd-backdrop-hover@2.png")); }
5689  .ssd .titlebar .button.titlebutton.minimize:backdrop:active {
5690    background-image: -gtk-scaled(url("assets/window-minimize-ssd-backdrop-active.png"), url("assets/window-minimize-ssd-backdrop-active@2.png")); }
5691  .ssd .titlebar .button.titlebutton.maximize {
5692    background-image: -gtk-scaled(url("assets/window-maximize-ssd.png"), url("assets/window-maximize-ssd@2.png")); }
5693  .ssd .titlebar .button.titlebutton.maximize:hover {
5694    background-image: -gtk-scaled(url("assets/window-maximize-ssd-hover.png"), url("assets/window-maximize-ssd-hover@2.png")); }
5695  .ssd .titlebar .button.titlebutton.maximize:active {
5696    background-image: -gtk-scaled(url("assets/window-maximize-ssd-active.png"), url("assets/window-maximize-ssd-active@2.png")); }
5697  .ssd .titlebar .button.titlebutton.maximize:backdrop {
5698    background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop.png"), url("assets/window-maximize-ssd-backdrop@2.png")); }
5699  .ssd .titlebar .button.titlebutton.maximize:backdrop:hover {
5700    background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-hover.png"), url("assets/window-maximize-ssd-backdrop-hover@2.png")); }
5701  .ssd .titlebar .button.titlebutton.maximize:backdrop:active {
5702    background-image: -gtk-scaled(url("assets/window-maximize-ssd-backdrop-active.png"), url("assets/window-maximize-ssd-backdrop-active@2.png")); }
5703
5704.maximized.ssd .titlebar .button.titlebutton.maximize {
5705  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd.png"), url("assets/window-unmaximize-ssd@2.png")); }
5706.maximized.ssd .titlebar .button.titlebutton.maximize:hover {
5707  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-hover.png"), url("assets/window-unmaximize-ssd-hover@2.png")); }
5708.maximized.ssd .titlebar .button.titlebutton.maximize:active {
5709  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-active.png"), url("assets/window-unmaximize-ssd-active@2.png")); }
5710.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop {
5711  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop.png"), url("assets/window-unmaximize-ssd-backdrop@2.png")); }
5712.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop:hover {
5713  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-hover.png"), url("assets/window-unmaximize-ssd-backdrop-hover@2.png")); }
5714.maximized.ssd .titlebar .button.titlebutton.maximize:backdrop:active {
5715  background-image: -gtk-scaled(url("assets/window-unmaximize-ssd-backdrop-active.png"), url("assets/window-unmaximize-ssd-backdrop-active@2.png")); }
5716
5717.view:selected, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .entry:selected, GtkTreeView .entry.flat:focus:selected, GtkTreeView .linked > .entry:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:focus:selected, .menuitem.button.flat:selected, .menuitem.button.osd.image-button:selected, .inline-toolbar .menuitem.button:selected, .action-bar .menuitem.button:selected, .inline-toolbar .linked > .menuitem.button.image-button:selected:not(.text-button), .inline-toolbar .stack-switcher > .menuitem.button.image-button:selected:not(.text-button), .action-bar .stack-switcher > .menuitem.button.image-button:selected:not(.text-button), .app-notification .menuitem.button:selected, GeditViewFrame .gedit-search-slider .menuitem.button:selected, .toolbar .menuitem.button:selected, .titlebar .menuitem.button:selected:not(.suggested-action):not(.destructive-action),
5718.header-bar .menuitem.button:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:selected, .menuitem.sidebar-button.button:selected, .info .menuitem.button:selected,
5719.question .menuitem.button:selected,
5720.warning .menuitem.button:selected,
5721.error .menuitem.button:selected, GtkScaleButton.menuitem.button:selected,
5722GtkVolumeButton.menuitem.button:selected, GfCandidatePopup .menuitem.button:selected, GfCandidatePopup .menuitem.button:selected:first-child, GfCandidatePopup .menuitem.button:selected:last-child,
5723GfCandidatePopup .linked > .menuitem.button:selected, MathWindow :not(.titlebar) .menuitem.button:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:focus:selected, GtkTreeView.view:selected,
5724GtkTreeView.view .list-row:selected,
5725GtkTreeView.view .tweak-category:selected, GtkPaned GtkTreeView.view:selected,
5726GtkPaned GtkTreeView.view .list-row:selected,
5727GtkPaned GtkTreeView.view .tweak-category:selected, .list-row:selected, .tweak-category:selected, .sidebar GtkTreeView.view:selected,
5728.sidebar GtkTreeView.view .list-row:selected,
5729.sidebar GtkTreeView.view .tweak-category:selected, GdMainView .view:hover:selected, GdMainView .view:selected, GdMainView .view.list-row.activatable:hover:selected, GdMainView column-header .view.button:hover:selected, column-header GdMainView .view.button:hover:selected, GdMainView .view.activatable.tweak-category:hover:selected, GdMainView .view.list-row.activatable:selected, GdMainView column-header .view.button:selected, column-header GdMainView .view.button:selected, GdMainView .view.activatable.tweak-category:selected,
5730.side-panel .view:hover:selected,
5731.side-panel .view:selected,
5732.side-panel .view.list-row.activatable:hover:selected,
5733.side-panel column-header .view.button:hover:selected,
5734column-header .side-panel .view.button:hover:selected,
5735.side-panel .view.activatable.tweak-category:hover:selected,
5736.side-panel .view.list-row.activatable:selected,
5737.side-panel column-header .view.button:selected,
5738column-header .side-panel .view.button:selected,
5739.side-panel .view.activatable.tweak-category:selected {
5740  background-color: #C5A68E;
5741  color: #FFFFFF; }
5742  .view:insensitive:selected, .label:insensitive:selected, .grid-child:insensitive:selected, .entry:insensitive:selected, GtkTreeView .entry.flat:insensitive:focus:selected, GtkTreeView .linked > .entry:insensitive:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:insensitive:focus:selected, .menuitem.button.flat:insensitive:selected, .menuitem.button.osd.image-button:insensitive:selected, .inline-toolbar .menuitem.button:insensitive:selected, .action-bar .menuitem.button:insensitive:selected, .app-notification .menuitem.button:insensitive:selected, GeditViewFrame .gedit-search-slider .menuitem.button:insensitive:selected, .toolbar .menuitem.button:insensitive:selected, .titlebar .menuitem.button:insensitive:selected:not(.suggested-action):not(.destructive-action),
5743  .header-bar .menuitem.button:insensitive:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:insensitive:selected, .menuitem.sidebar-button.button:insensitive:selected, .info .menuitem.button:insensitive:selected,
5744  .question .menuitem.button:insensitive:selected,
5745  .warning .menuitem.button:insensitive:selected,
5746  .error .menuitem.button:insensitive:selected, GtkScaleButton.menuitem.button:insensitive:selected,
5747  GtkVolumeButton.menuitem.button:insensitive:selected, GfCandidatePopup .menuitem.button:insensitive:selected, MathWindow :not(.titlebar) .menuitem.button:insensitive:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:insensitive:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:insensitive:focus:selected,
5748  GtkTreeView.view .list-row:insensitive:selected,
5749  GtkTreeView.view .tweak-category:insensitive:selected, .list-row:insensitive:selected, .tweak-category:insensitive:selected, .sidebar GtkTreeView.view:insensitive:selected, GdMainView column-header .view.button:insensitive:hover:selected, column-header GdMainView .view.button:insensitive:hover:selected, GdMainView .view.list-row.activatable:insensitive:selected, GdMainView column-header .view.button:insensitive:selected, column-header GdMainView .view.button:insensitive:selected, GdMainView .view.activatable.tweak-category:insensitive:selected,
5750  .side-panel column-header .view.button:insensitive:hover:selected,
5751  column-header .side-panel .view.button:insensitive:hover:selected,
5752  .side-panel .view.list-row.activatable:insensitive:selected,
5753  .side-panel column-header .view.button:insensitive:selected,
5754  column-header .side-panel .view.button:insensitive:selected,
5755  .side-panel .view.activatable.tweak-category:insensitive:selected {
5756    color: rgba(255, 255, 255, 0.4); }
5757  .view:backdrop:insensitive:selected, .label:backdrop:insensitive:selected, .grid-child:backdrop:insensitive:selected, .entry:backdrop:insensitive:selected, GtkTreeView .entry.flat:backdrop:insensitive:focus:selected, GtkTreeView .linked > .entry:backdrop:insensitive:focus:selected:not(.flat), GtkTreeView .notebook:not(.reorderable-page) > .entry:backdrop:insensitive:focus:selected, .menuitem.button.flat:backdrop:insensitive:selected, .menuitem.button.osd.image-button:backdrop:insensitive:selected, .inline-toolbar .menuitem.button:backdrop:insensitive:selected, .action-bar .menuitem.button:backdrop:insensitive:selected, .app-notification .menuitem.button:backdrop:insensitive:selected, GeditViewFrame .gedit-search-slider .menuitem.button:backdrop:insensitive:selected, .toolbar .menuitem.button:backdrop:insensitive:selected, .titlebar .menuitem.button:backdrop:insensitive:selected:not(.suggested-action):not(.destructive-action),
5758  .header-bar .menuitem.button:backdrop:insensitive:selected:not(.suggested-action):not(.destructive-action), .message-dialog.csd .dialog-action-area .menuitem.button:backdrop:insensitive:selected, .menuitem.sidebar-button.button:backdrop:insensitive:selected, .info .menuitem.button:backdrop:insensitive:selected,
5759  .question .menuitem.button:backdrop:insensitive:selected,
5760  .warning .menuitem.button:backdrop:insensitive:selected,
5761  .error .menuitem.button:backdrop:insensitive:selected, GtkScaleButton.menuitem.button:backdrop:insensitive:selected,
5762  GtkVolumeButton.menuitem.button:backdrop:insensitive:selected, GfCandidatePopup .menuitem.button:backdrop:insensitive:selected, MathWindow :not(.titlebar) .menuitem.button:backdrop:insensitive:selected:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .menuitem.button:backdrop:insensitive:selected:not(.flat):not(.titlebutton), GtkTreeView .spinbutton.entry:backdrop:insensitive:focus:selected, .list-row:backdrop:insensitive:selected, .tweak-category:backdrop:insensitive:selected,
5763  .sidebar GtkTreeView.view .list-row:backdrop:insensitive:selected,
5764  .sidebar GtkTreeView.view .tweak-category:backdrop:insensitive:selected {
5765    color: rgba(255, 255, 255, 0.4); }
5766
5767.monospace {
5768  font-family: Monospace; }
5769
5770/**********************
5771 * Touch Copy & Paste *
5772 *********************/
5773.entry.cursor-handle,
5774.cursor-handle {
5775  border-style: none;
5776  background-color: #C5A68E;
5777  background-image: none;
5778  box-shadow: none; }
5779  .entry.cursor-handle.top:dir(ltr), .entry.cursor-handle.bottom:dir(rtl),
5780  .cursor-handle.top:dir(ltr),
5781  .cursor-handle.bottom:dir(rtl) {
5782    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-dark.png"), url("assets/text-select-start-dark@2.png"));
5783    padding-left: 0.8em; }
5784  .entry.cursor-handle.bottom:dir(ltr), .entry.cursor-handle.top:dir(rtl),
5785  .cursor-handle.bottom:dir(ltr),
5786  .cursor-handle.top:dir(rtl) {
5787    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-dark.png"), url("assets/text-select-end-dark@2.png"));
5788    padding-right: 0.8em; }
5789  .entry.cursor-handle.insertion-cursor:dir(ltr), .entry.cursor-handle.insertion-cursor:dir(rtl),
5790  .cursor-handle.insertion-cursor:dir(ltr),
5791  .cursor-handle.insertion-cursor:dir(rtl) {
5792    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-dark.png"), url("assets/slider-horz-scale-has-marks-above-dark@2.png")); }
5793  .entry.cursor-handle.top:hover:dir(ltr), .entry.cursor-handle.bottom:hover:dir(rtl),
5794  .cursor-handle.top:hover:dir(ltr),
5795  .cursor-handle.bottom:hover:dir(rtl) {
5796    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-hover-dark.png"), url("assets/text-select-start-hover-dark@2.png"));
5797    padding-left: 0.8em; }
5798  .entry.cursor-handle.bottom:hover:dir(ltr), .entry.cursor-handle.top:hover:dir(rtl),
5799  .cursor-handle.bottom:hover:dir(ltr),
5800  .cursor-handle.top:hover:dir(rtl) {
5801    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-hover-dark.png"), url("assets/text-select-end-hover-dark@2.png"));
5802    padding-right: 0.8em; }
5803  .entry.cursor-handle.insertion-cursor:hover:dir(ltr), .entry.cursor-handle.insertion-cursor:hover:dir(rtl),
5804  .cursor-handle.insertion-cursor:hover:dir(ltr),
5805  .cursor-handle.insertion-cursor:hover:dir(rtl) {
5806    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-hover-dark.png"), url("assets/slider-horz-scale-has-marks-above-hover-dark@2.png")); }
5807  .entry.cursor-handle.top:active:dir(ltr), .entry.cursor-handle.bottom:active:dir(rtl),
5808  .cursor-handle.top:active:dir(ltr),
5809  .cursor-handle.bottom:active:dir(rtl) {
5810    -gtk-icon-source: -gtk-scaled(url("assets/text-select-start-active-dark.png"), url("assets/text-select-start-active-dark@2.png"));
5811    padding-left: 0.8em; }
5812  .entry.cursor-handle.bottom:active:dir(ltr), .entry.cursor-handle.top:active:dir(rtl),
5813  .cursor-handle.bottom:active:dir(ltr),
5814  .cursor-handle.top:active:dir(rtl) {
5815    -gtk-icon-source: -gtk-scaled(url("assets/text-select-end-active-dark.png"), url("assets/text-select-end-active-dark@2.png"));
5816    padding-right: 0.8em; }
5817  .entry.cursor-handle.insertion-cursor:active:dir(ltr), .entry.cursor-handle.insertion-cursor:active:dir(rtl),
5818  .cursor-handle.insertion-cursor:active:dir(ltr),
5819  .cursor-handle.insertion-cursor:active:dir(rtl) {
5820    -gtk-icon-source: -gtk-scaled(url("assets/slider-horz-scale-has-marks-above-active-dark.png"), url("assets/slider-horz-scale-has-marks-above-active-dark@2.png")); }
5821
5822.context-menu {
5823  font: initial; }
5824
5825.touch-selection {
5826  font: initial;
5827  color: #ECEFF1;
5828  background-color: #455A64;
5829  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
5830  .touch-selection:backdrop {
5831    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.16); }
5832
5833.overshoot.top {
5834  background-image: -gtk-gradient(radial, center top, 0, center top, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5835  background-repeat: no-repeat;
5836  background-position: center top;
5837  background-color: transparent;
5838  border: none;
5839  box-shadow: none; }
5840.overshoot.bottom {
5841  background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5842  background-repeat: no-repeat;
5843  background-position: center bottom;
5844  background-color: transparent;
5845  border: none;
5846  box-shadow: none; }
5847.overshoot.left {
5848  background-image: -gtk-gradient(radial, left center, 0, left center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5849  background-repeat: no-repeat;
5850  background-position: left center;
5851  background-color: transparent;
5852  border: none;
5853  box-shadow: none; }
5854.overshoot.right {
5855  background-image: -gtk-gradient(radial, right center, 0, right center, 0.75, to(rgba(77, 208, 225, 0.2)), to(transparent));
5856  background-repeat: no-repeat;
5857  background-position: right center;
5858  background-color: transparent;
5859  border: none;
5860  box-shadow: none; }
5861
5862.undershoot.top {
5863  background: transparent;
5864  background-image: linear-gradient(to top, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5865  padding-top: 0;
5866  background-size: 16px 32px;
5867  background-repeat: repeat-x;
5868  background-origin: content-box;
5869  background-position: center top; }
5870.undershoot.bottom {
5871  background: transparent;
5872  background-image: linear-gradient(to bottom, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5873  padding-bottom: 0;
5874  background-size: 16px 32px;
5875  background-repeat: repeat-x;
5876  background-origin: content-box;
5877  background-position: center bottom; }
5878.undershoot.left {
5879  background: transparent;
5880  background-image: linear-gradient(to left, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5881  padding-left: 0;
5882  background-size: 32px 16px;
5883  background-repeat: repeat-y;
5884  background-origin: content-box;
5885  background-position: left center; }
5886.undershoot.right {
5887  background: transparent;
5888  background-image: linear-gradient(to right, rgba(69, 90, 100, 0.01), rgba(69, 90, 100, 0.04), rgba(69, 90, 100, 0.2), rgba(69, 90, 100, 0.44), rgba(69, 90, 100, 0.94));
5889  padding-right: 0;
5890  background-size: 32px 16px;
5891  background-repeat: repeat-y;
5892  background-origin: content-box;
5893  background-position: right center; }
5894GtkBox > GtkScrlledWindow .undershoot.top {
5895  background: transparent;
5896  background-image: linear-gradient(to top, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
5897  padding-top: 0;
5898  background-size: 16px 32px;
5899  background-repeat: repeat-x;
5900  background-origin: content-box;
5901  background-position: center top; }
5902GtkBox > GtkScrlledWindow .undershoot.bottom {
5903  background: transparent;
5904  background-image: linear-gradient(to bottom, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
5905  padding-bottom: 0;
5906  background-size: 16px 32px;
5907  background-repeat: repeat-x;
5908  background-origin: content-box;
5909  background-position: center bottom; }
5910GtkBox > GtkScrlledWindow .undershoot.left {
5911  background: transparent;
5912  background-image: linear-gradient(to left, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
5913  padding-left: 0;
5914  background-size: 32px 16px;
5915  background-repeat: repeat-y;
5916  background-origin: content-box;
5917  background-position: left center; }
5918GtkBox > GtkScrlledWindow .undershoot.right {
5919  background: transparent;
5920  background-image: linear-gradient(to right, rgba(62, 81, 90, 0.01), rgba(62, 81, 90, 0.04), rgba(62, 81, 90, 0.2), rgba(62, 81, 90, 0.44), rgba(62, 81, 90, 0.94));
5921  padding-right: 0;
5922  background-size: 32px 16px;
5923  background-repeat: repeat-y;
5924  background-origin: content-box;
5925  background-position: right center; }
5926.sidebar .undershoot.top {
5927  background: transparent;
5928  background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
5929  padding-top: 0;
5930  background-size: 16px 32px;
5931  background-repeat: repeat-x;
5932  background-origin: content-box;
5933  background-position: center top; }
5934.sidebar .undershoot.bottom {
5935  background: transparent;
5936  background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
5937  padding-bottom: 0;
5938  background-size: 16px 32px;
5939  background-repeat: repeat-x;
5940  background-origin: content-box;
5941  background-position: center bottom; }
5942.sidebar .undershoot.left {
5943  background: transparent;
5944  background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
5945  padding-left: 0;
5946  background-size: 32px 16px;
5947  background-repeat: repeat-y;
5948  background-origin: content-box;
5949  background-position: left center; }
5950.sidebar .undershoot.right {
5951  background: transparent;
5952  background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
5953  padding-right: 0;
5954  background-size: 32px 16px;
5955  background-repeat: repeat-y;
5956  background-origin: content-box;
5957  background-position: right center; }
5958
5959/***************
5960 * Gnome panel *
5961 ***************/
5962PanelWidget,
5963PanelApplet,
5964PanelToplevel {
5965  color: rgba(236, 239, 241, 0.75);
5966  background-color: #13191c;
5967  box-shadow: none; }
5968
5969PanelSeparator {
5970  border-width: 0;
5971  background: none;
5972  background-image: none; }
5973
5974.gnome-panel-menu-bar,
5975PanelMenuButton,
5976PanelApplet > GtkMenuBar.menubar,
5977ClockBox {
5978  color: rgba(236, 239, 241, 0.75);
5979  background-color: transparent;
5980  box-shadow: none;
5981  font-weight: 700; }
5982  .gnome-panel-menu-bar .label:backdrop, .gnome-panel-menu-bar:backdrop,
5983  PanelMenuButton .label:backdrop,
5984  PanelMenuButton:backdrop,
5985  PanelApplet > GtkMenuBar.menubar .label:backdrop,
5986  PanelApplet > GtkMenuBar.menubar:backdrop,
5987  ClockBox .label:backdrop,
5988  ClockBox:backdrop {
5989    opacity: 1.0; }
5990
5991.gnome-panel-menu-bar,
5992PanelApplet > GtkMenuBar.menubar {
5993  box-shadow: none; }
5994  .gnome-panel-menu-bar .menuitem,
5995  PanelApplet > GtkMenuBar.menubar .menuitem {
5996    color: rgba(236, 239, 241, 0.75);
5997    background-color: transparent; }
5998    .gnome-panel-menu-bar .menuitem:hover,
5999    PanelApplet > GtkMenuBar.menubar .menuitem:hover {
6000      color: #FFFFFF;
6001      box-shadow: inset 0 -2px #C5A68E; }
6002    .gnome-panel-menu-bar .menuitem:backdrop,
6003    PanelApplet > GtkMenuBar.menubar .menuitem:backdrop {
6004      opacity: 1.0; }
6005  .gnome-panel-menu-bar .menu,
6006  PanelApplet > GtkMenuBar.menubar .menu {
6007    font: regular; }
6008    .gnome-panel-menu-bar .menu .menuitem,
6009    PanelApplet > GtkMenuBar.menubar .menu .menuitem {
6010      color: rgba(236, 239, 241, 0.75);
6011      background-color: #455A64; }
6012      .gnome-panel-menu-bar .menu .menuitem:hover,
6013      PanelApplet > GtkMenuBar.menubar .menu .menuitem:hover {
6014        color: #ECEFF1;
6015        background-color: alpha(currentColor, 0.1);
6016        box-shadow: none; }
6017      .gnome-panel-menu-bar .menu .menuitem:backdrop,
6018      PanelApplet > GtkMenuBar.menubar .menu .menuitem:backdrop {
6019        opacity: 1.0; }
6020    .gnome-panel-menu-bar .menu .separator,
6021    PanelApplet > GtkMenuBar.menubar .menu .separator {
6022      color: rgba(0, 0, 0, 0.11); }
6023
6024PanelAppletFrame {
6025  border-width: 0;
6026  background-color: transparent;
6027  background-image: none; }
6028
6029PanelApplet GtkButton#tasklist-button, PanelApplet GtkButton#clock-applet-button, PanelApplet GtkButton#showdesktop-button {
6030  box-shadow: none;
6031  background-color: transparent;
6032  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));
6033  padding: 0px 4px;
6034  color: rgba(236, 239, 241, 0.75);
6035  background-color: transparent;
6036  border: none;
6037  border-radius: 0; }
6038  PanelApplet GtkButton#tasklist-button:hover, PanelApplet GtkButton#clock-applet-button:hover, PanelApplet GtkButton#showdesktop-button:hover {
6039    color: #FFFFFF;
6040    background-color: transparent;
6041    box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
6042  PanelApplet GtkButton#tasklist-button:checked, PanelApplet GtkButton#tasklist-button:hover:checked, PanelApplet GtkButton#tasklist-button:insensitive:checked, PanelApplet GtkButton#clock-applet-button:checked, PanelApplet GtkButton#clock-applet-button:hover:checked, PanelApplet GtkButton#clock-applet-button:insensitive:checked, PanelApplet GtkButton#showdesktop-button:checked, PanelApplet GtkButton#showdesktop-button:hover:checked, PanelApplet GtkButton#showdesktop-button:insensitive:checked {
6043    color: #FFFFFF;
6044    background-color: transparent;
6045    box-shadow: inset 0 -2px #C5A68E; }
6046  PanelApplet GtkButton#tasklist-button .label:backdrop, PanelApplet GtkButton#tasklist-button:backdrop, PanelApplet GtkButton#clock-applet-button .label:backdrop, PanelApplet GtkButton#clock-applet-button:backdrop, PanelApplet GtkButton#showdesktop-button .label:backdrop, PanelApplet GtkButton#showdesktop-button:backdrop {
6047    opacity: 1.0; }
6048
6049TaskList TaskItem {
6050  box-shadow: none;
6051  background-color: transparent;
6052  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));
6053  padding: 0px 4px;
6054  color: rgba(236, 239, 241, 0.75);
6055  background-color: transparent;
6056  border: none;
6057  border-radius: 0; }
6058  TaskList TaskItem:hover {
6059    color: #FFFFFF;
6060    background-color: transparent;
6061    box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
6062  TaskList TaskItem:checked, TaskList TaskItem:hover:checked, TaskList TaskItem:insensitive:checked {
6063    color: #FFFFFF;
6064    background-color: transparent;
6065    box-shadow: inset 0 -2px #C5A68E; }
6066  TaskList TaskItem .label:backdrop, TaskList TaskItem:backdrop {
6067    opacity: 1.0; }
6068
6069WpTaskTitle {
6070  background-color: transparent; }
6071  WpTaskTitle .label {
6072    color: rgba(236, 239, 241, 0.75); }
6073
6074WnckPager:selected {
6075  box-shadow: inset 0 -2px #C5A68E; }
6076WnckPager:backdrop {
6077  opacity: 1.0; }
6078
6079NaTrayApplet {
6080  -NaTrayApplet-icon-padding: 2;
6081  -NaTrayApplet-icon-size: 16; }
6082
6083/**************
6084 * Tweak-tool *
6085 **************/
6086.tweak-categories.list {
6087  background-color: #3b4c54;
6088  color: rgba(236, 239, 241, 0.75); }
6089  .tweak-categories.list:dir(ltr) {
6090    box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6091  .tweak-categories.list:dir(rtl) {
6092    box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6093  .tweak-categories.list .separator {
6094    -GtkWidget-wide-separators: true; }
6095
6096.tweak-category {
6097  color: rgba(236, 239, 241, 0.75);
6098  font-weight: 500; }
6099  .tweak-category:hover {
6100    color: #ECEFF1; }
6101  .tweak-category:selected {
6102    color: #C5A68E;
6103    background-color: transparent; }
6104
6105.tweak-group {
6106  padding: 6px;
6107  background-color: #455A64; }
6108
6109.tweak {
6110  background-color: #455A64; }
6111  .tweak:hover {
6112    background-color: transparent; }
6113
6114.tweak-group-white,
6115.tweak-white {
6116  background-color: #455A64; }
6117
6118/*******************
6119 * Gnome-Flashback *
6120 *******************/
6121FlashbackOsdWindow,
6122GfPopupWindow {
6123  border-radius: 2px;
6124  border: 1px solid rgba(0, 0, 0, 0.11);
6125  opacity: 0.9; }
6126  FlashbackOsdWindow.background,
6127  GfPopupWindow.background {
6128    background-color: #322F22;
6129    color: #ECEFF1; }
6130
6131GfInputSourcePopup #input-source {
6132  color: #ECEFF1;
6133  font-size: 2em;
6134  font-weight: 700; }
6135  GfInputSourcePopup #input-source:selected {
6136    border-radius: 2px;
6137    background-color: alpha(currentColor, 0.2);
6138    color: #C5A68E; }
6139
6140FlashbackLabelWindow {
6141  font-size: 4em; }
6142
6143GfCandidatePopup, GfCandidatePopup.solid {
6144  border-radius: 2px;
6145  border: 1px solid rgba(0, 0, 0, 0.11);
6146  color: #ECEFF1; }
6147GfCandidatePopup GfCandidateBox {
6148  transition: none; }
6149  GfCandidatePopup GfCandidateBox .label {
6150    padding: 0.2em 0.2em 0.3em; }
6151  GfCandidatePopup GfCandidateBox:last-child {
6152    padding-left: 0; }
6153  GfCandidatePopup GfCandidateBox:hover, GfCandidatePopup GfCandidateBox:selected {
6154    border-radius: 0;
6155    background-color: alpha(currentColor, 0.2);
6156    color: #FFFFFF; }
6157GfCandidatePopup .button, GfCandidatePopup .button:first-child, GfCandidatePopup .button:last-child,
6158GfCandidatePopup .linked > .button,
6159GfCandidatePopup .linked > .button:first-child,
6160GfCandidatePopup .linked > .button:last-child {
6161  border-radius: 0;
6162  border: none;
6163  background-color: transparent;
6164  color: #C5A68E);
6165  box-shadow: none; }
6166
6167/************
6168 * Nautilus *
6169 ************/
6170EelEditableLabel.entry {
6171  transition: none; }
6172
6173.nautilus-desktop-window,
6174.nautilus-desktop-window .notebook,
6175.nautilus-desktop-window .notebook > GtkStack {
6176  background: transparent; }
6177
6178.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
6179  color: #FFFFFF; }
6180
6181.nautilus-canvas-item {
6182  border-radius: 2px; }
6183
6184.nautilus-circular-button {
6185  border-radius: 100px;
6186  outline-radius: 100px; }
6187
6188.disk-space-display {
6189  border: 0 none transparent; }
6190  .disk-space-display.free {
6191    background-color: alpha(currentColor, 0.2);
6192    color: rgba(236, 239, 241, 0.3); }
6193  .disk-space-display.used {
6194    background-color: #C5A68E; }
6195  .disk-space-display.unknown {
6196    background-color: #FF9800; }
6197
6198/*********
6199 * Geary *
6200 *********/
6201.geary-titlebar-left .separator {
6202  opacity: 0; }
6203
6204.geary-titlebar-right {
6205  box-shadow: none; }
6206
6207/************
6208 * Epiphany *
6209 ************/
6210EphyWindow .floating-bar {
6211  color: rgba(236, 239, 241, 0.75); }
6212EphyWindow .search-bar .linked > .button {
6213  padding: 0.7em 1em 0.8em; }
6214EphyWindow .search-bar .button.flat.close.raised, EphyWindow .search-bar .close.raised.button.osd.image-button, EphyWindow .search-bar .inline-toolbar .close.raised.button, .inline-toolbar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .action-bar .close.raised.button, .action-bar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .app-notification .close.raised.button, .app-notification EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GeditViewFrame .gedit-search-slider .close.raised.button, GeditViewFrame .gedit-search-slider EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .toolbar .close.raised.button, .toolbar EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .titlebar .close.raised.button:not(.suggested-action):not(.destructive-action), .titlebar EphyWindow .search-bar .close.raised.button:not(.suggested-action):not(.destructive-action),
6215EphyWindow .search-bar .header-bar .close.raised.button:not(.suggested-action):not(.destructive-action),
6216.header-bar EphyWindow .search-bar .close.raised.button:not(.suggested-action):not(.destructive-action), EphyWindow .search-bar .message-dialog.csd .dialog-action-area .close.raised.button, .message-dialog.csd .dialog-action-area EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar .close.raised.sidebar-button.button, EphyWindow .search-bar .info .close.raised.button, .info EphyWindow .search-bar .close.raised.button,
6217EphyWindow .search-bar .question .close.raised.button,
6218.question EphyWindow .search-bar .close.raised.button,
6219EphyWindow .search-bar .warning .close.raised.button,
6220.warning EphyWindow .search-bar .close.raised.button,
6221EphyWindow .search-bar .error .close.raised.button,
6222.error EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GtkScaleButton.close.raised.button,
6223EphyWindow .search-bar GtkVolumeButton.close.raised.button, EphyWindow .search-bar GfCandidatePopup .close.raised.button, GfCandidatePopup EphyWindow .search-bar .close.raised.button, EphyWindow .search-bar GfCandidatePopup .close.raised.button:first-child, GfCandidatePopup EphyWindow .search-bar .close.raised.button:first-child, EphyWindow .search-bar GfCandidatePopup .close.raised.button:last-child, GfCandidatePopup EphyWindow .search-bar .close.raised.button:last-child,
6224EphyWindow .search-bar GfCandidatePopup .linked > .close.raised.button,
6225GfCandidatePopup EphyWindow .search-bar .linked > .close.raised.button, EphyWindow .search-bar MathWindow :not(.titlebar) .close.raised.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) EphyWindow .search-bar .close.raised.button:not(.flat):not(.titlebutton), EphyWindow .search-bar MathWindow :not(.header-bar) .close.raised.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) EphyWindow .search-bar .close.raised.button:not(.flat):not(.titlebutton) {
6226  padding: 0.75em;
6227  border-radius: 100px;
6228  outline-radius: 100px; }
6229
6230/************
6231 * Seahorse *
6232 ************/
6233SeahorseKeyManager .sidebar, SeahorseKeyManager .sidebar:backdrop,
6234SeahorseKeyManager .pane-separator,
6235SeahorseKeyManager .pane-separator:backdrop {
6236  border-width: 0;
6237  border-style: none;
6238  border-color: transparent; }
6239
6240/**********
6241 * Polari *
6242 **********/
6243.polari-input-area {
6244  border-top: 1px solid rgba(0, 0, 0, 0.11);
6245  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
6246
6247.polari-room-list .list-row, .polari-room-list .tweak-category {
6248  font-weight: 700; }
6249  .polari-room-list .list-row:not(:hover):not(:active):not(:selected) .label, .polari-room-list .tweak-category:not(:hover):not(:active):not(:selected) .label,
6250  .polari-room-list .list-row:not(:hover):not(:active):not(:selected) GtkImage,
6251  .polari-room-list .tweak-category:not(:hover):not(:active):not(:selected) GtkImage {
6252    opacity: 1.0; }
6253  .polari-room-list .list-row.inactive:not(:hover):not(:active):not(:selected) .label, .polari-room-list .inactive.tweak-category:not(:hover):not(:active):not(:selected) .label,
6254  .polari-room-list .list-row.inactive:not(:hover):not(:active):not(:selected) GtkImage,
6255  .polari-room-list .inactive.tweak-category:not(:hover):not(:active):not(:selected) GtkImage {
6256    opacity: 0.65; }
6257
6258.polari-nick-entry {
6259  border-image: none;
6260  font-weight: 700; }
6261
6262GtkBox > .header-bar > .label.polari-titlebar-separator {
6263  border: none;
6264  opacity: 0; }
6265
6266/*************
6267 * RhythmBox *
6268 *************/
6269.inline-toolbar.toolbar.horizontal.sidebar-toolbar {
6270  box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset -2px 0 1px -2px rgba(0, 0, 0, 0.02), inset -3px 0 3px -2px rgba(0, 0, 0, 0.04); }
6271  .inline-toolbar.toolbar.horizontal.sidebar-toolbar:dir(rtl) {
6272    box-shadow: inset 0 1px #37474F, inset 0 2px 2px rgba(0, 0, 0, 0.05), inset 2px 0 1px -2px rgba(0, 0, 0, 0.02), inset 3px 0 3px -2px rgba(0, 0, 0, 0.04); }
6273
6274.sidebar-paned GtkStack RBDisplayPageTree .sidebar {
6275  background-color: rgba(18, 22, 0, 0.04); }
6276
6277GtkBox.vertical > GtkBox.vertical > .toolbar {
6278  box-shadow: none; }
6279
6280/**************
6281 * Calculator *
6282 **************/
6283MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton) {
6284  padding: 0.75em 1em 0.75em;
6285  border: 0.75em solid transparent;
6286  border-radius: 2px;
6287  font-weight: 700; }
6288  MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton) {
6289    color: transparent;
6290    font-size: 0; }
6291    MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton), .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton) {
6292      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);
6293      background-color: #546E7A;
6294      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));
6295      color: rgba(236, 239, 241, 0.75);
6296      border-style: none;
6297      border-radius: 100px;
6298      background-color: transparent;
6299      background-image: -gtk-scaled(url("assets/equal-dark.png"), url("assets/equal-dark@2.png"));
6300      background-size: 32px;
6301      background-repeat: no-repeat;
6302      background-position: center;
6303      box-shadow: none;
6304      transition-duration: 0.2s;
6305      animation: none; }
6306    MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:hover, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:hover, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):hover {
6307      border-style: none;
6308      border-radius: 100px;
6309      background-color: transparent;
6310      background-image: -gtk-scaled(url("assets/equal-hover-dark.png"), url("assets/equal-hover-dark@2.png"));
6311      background-size: 32px;
6312      background-repeat: no-repeat;
6313      background-position: center;
6314      box-shadow: none;
6315      transition-duration: 0.2s;
6316      animation: none; }
6317    MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:active, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:active, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):active, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):active {
6318      border-style: none;
6319      border-radius: 100px;
6320      background-color: transparent;
6321      background-image: -gtk-scaled(url("assets/equal-active-dark.png"), url("assets/equal-active-dark@2.png"));
6322      background-size: 32px;
6323      background-repeat: no-repeat;
6324      background-position: center;
6325      box-shadow: none;
6326      transition-duration: 0.2s;
6327      animation: none; }
6328    MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton).suggested-action:insensitive, MathWindow :not(.titlebar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, .raven MathWindow :not(.titlebar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton).suggested-action:insensitive, MathWindow :not(.header-bar) .raven .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive, .raven MathWindow :not(.header-bar) .raven-header > .button.text-button:not(.flat):not(.titlebutton):insensitive {
6329      border-style: none;
6330      border-radius: 100px;
6331      background-color: transparent;
6332      background-image: -gtk-scaled(url("assets/equal-insensitive-dark.png"), url("assets/equal-insensitive-dark@2.png"));
6333      background-size: 32px;
6334      background-repeat: no-repeat;
6335      background-position: center;
6336      box-shadow: none;
6337      transition-duration: 0.2s;
6338      animation: none; }
6339
6340/*********
6341 * Gedit *
6342 *********/
6343GeditViewFrame .gedit-search-slider {
6344  padding: 3px;
6345  border-radius: 2px;
6346  border-width: 9px;
6347  border-image: -gtk-scaled(url("assets/osd-shadow-dark.png"), url("assets/osd-shadow-dark@2.png")) 10/10px stretch;
6348  color: #ECEFF1;
6349  opacity: 0.9; }
6350  GeditViewFrame .gedit-search-slider .entry, GeditViewFrame .gedit-search-slider .entry.error, GeditViewFrame .gedit-search-slider .entry.warning,
6351  GeditViewFrame .gedit-search-slider .linked > .entry,
6352  GeditViewFrame .gedit-search-slider .linked > .entry.error,
6353  GeditViewFrame .gedit-search-slider .linked > .entry.warning {
6354    color: #ECEFF1; }
6355    GeditViewFrame .gedit-search-slider .entry:focus, GeditViewFrame .gedit-search-slider .entry.error:focus, GeditViewFrame .gedit-search-slider .entry.warning:focus,
6356    GeditViewFrame .gedit-search-slider .linked > .entry:focus,
6357    GeditViewFrame .gedit-search-slider .linked > .entry.error:focus,
6358    GeditViewFrame .gedit-search-slider .linked > .entry.warning:focus {
6359      color: #FFFFFF; }
6360    GeditViewFrame .gedit-search-slider .entry:insensitive, GeditViewFrame .gedit-search-slider .entry.error:insensitive, GeditViewFrame .gedit-search-slider .entry.warning:insensitive,
6361    GeditViewFrame .gedit-search-slider .linked > .entry:insensitive,
6362    GeditViewFrame .gedit-search-slider .linked > .entry.error:insensitive,
6363    GeditViewFrame .gedit-search-slider .linked > .entry.warning:insensitive {
6364      color: rgba(236, 239, 241, 0.3); }
6365
6366.gedit-titlebar-left .button.flat, .gedit-titlebar-left .button.osd.image-button, .gedit-titlebar-left .inline-toolbar .button, .inline-toolbar .gedit-titlebar-left .button, .gedit-titlebar-left .inline-toolbar .button.image-button:not(.text-button), .inline-toolbar .gedit-titlebar-left .button.image-button:not(.text-button), .gedit-titlebar-left .action-bar .button, .action-bar .gedit-titlebar-left .button, .gedit-titlebar-left .action-bar .button.image-button:not(.text-button), .action-bar .gedit-titlebar-left .button.image-button:not(.text-button), .gedit-titlebar-left .app-notification .button, .app-notification .gedit-titlebar-left .button, .gedit-titlebar-left GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .gedit-titlebar-left .button, .gedit-titlebar-left .toolbar .button, .toolbar .gedit-titlebar-left .button, .gedit-titlebar-left .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .gedit-titlebar-left .button:not(.suggested-action):not(.destructive-action),
6367.gedit-titlebar-left .header-bar .button:not(.suggested-action):not(.destructive-action),
6368.header-bar .gedit-titlebar-left .button:not(.suggested-action):not(.destructive-action), .gedit-titlebar-left .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .gedit-titlebar-left .button, .gedit-titlebar-left .sidebar-button.button, .gedit-titlebar-left .info .button, .info .gedit-titlebar-left .button,
6369.gedit-titlebar-left .question .button,
6370.question .gedit-titlebar-left .button,
6371.gedit-titlebar-left .warning .button,
6372.warning .gedit-titlebar-left .button,
6373.gedit-titlebar-left .error .button,
6374.error .gedit-titlebar-left .button, .gedit-titlebar-left GtkScaleButton.button,
6375.gedit-titlebar-left GtkVolumeButton.button, .gedit-titlebar-left GfCandidatePopup .button, GfCandidatePopup .gedit-titlebar-left .button, .gedit-titlebar-left GfCandidatePopup .button:first-child, GfCandidatePopup .gedit-titlebar-left .button:first-child, .gedit-titlebar-left GfCandidatePopup .button:last-child, GfCandidatePopup .gedit-titlebar-left .button:last-child,
6376.gedit-titlebar-left GfCandidatePopup .linked > .button,
6377GfCandidatePopup .gedit-titlebar-left .linked > .button, .gedit-titlebar-left MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .gedit-titlebar-left .button:not(.flat):not(.titlebutton), .gedit-titlebar-left MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .gedit-titlebar-left .button:not(.flat):not(.titlebutton),
6378.gedit-titlebar-left .action-bar .linked > .button.image-button,
6379.action-bar .gedit-titlebar-left .linked > .button.image-button, .gedit-titlebar-left NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .gedit-titlebar-left .button.image-button {
6380  border-radius: 2px;
6381  outline-radius: 2px; }
6382
6383GeditViewHolder GtkScrolledWindow .undershoot.top, GeditViewHolder GtkScrolledWindow .undershoot.bottom, GeditViewHolder GtkScrolledWindow .undershoot.left, GeditViewHolder GtkScrolledWindow .undershoot.right {
6384  background-image: none; }
6385
6386/***********
6387 * Builder *
6388 ***********/
6389GbViewStack GtkBox.header.notebook,
6390GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook,
6391GbWorkspacePane GtkBox.header.notebook {
6392  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
6393  background-color: transparent; }
6394
6395GbWorkspacePane GtkStackSwitcher .button {
6396  padding: 1em; }
6397GbWorkspacePane .pane-separator {
6398  background-color: #37474F; }
6399
6400GtkScrolledWindow.gb-linked-scroller {
6401  border-top: none; }
6402
6403GbSourceStyleSchemeWidget GtkSourceView,
6404GtkEntry.gb-command-bar-entry {
6405  font-family: Monospace; }
6406
6407GbTerminalView > GtkPaned > GtkScrolledWindow, GbTerminalView > GtkPaned > GtkScrolledWindow > VteTerminal {
6408  font-family: Monospace;
6409  font-weight: 500;
6410  font-size: 1em; }
6411
6412GbTerminalView {
6413  background-color: #322F22;
6414  color: #ECEFF1; }
6415
6416GbSearchDisplayGroup GtkListBox .list-row, GbSearchDisplayGroup GtkListBox .tweak-category {
6417  transition: none; }
6418
6419GbEditorFrame GtkScrolledWindow .undershoot.top, GbEditorFrame GtkScrolledWindow .undershoot.bottom, GbEditorFrame GtkScrolledWindow .undershoot.left, GbEditorFrame GtkScrolledWindow .undershoot.right {
6420  background-image: none; }
6421
6422/***************
6423 * Gnome-music *
6424 ***************/
6425GdMainView:dir(ltr),
6426.side-panel:dir(ltr) {
6427  border-right: 1px solid rgba(0, 0, 0, 0.11); }
6428GdMainView:dir(rtl),
6429.side-panel:dir(rtl) {
6430  border-left: 1px solid rgba(0, 0, 0, 0.11); }
6431GdMainView .view,
6432.side-panel .view {
6433  background-color: #3b4c54;
6434  box-shadow: none; }
6435  GdMainView .view, GdMainView .view.list-row.activatable, GdMainView .view, GdMainView column-header .view.button, column-header GdMainView .view.button, GdMainView .view.activatable.tweak-category,
6436  .side-panel .view,
6437  .side-panel .view.list-row.activatable,
6438  .side-panel .view,
6439  .side-panel column-header .view.button,
6440  column-header .side-panel .view.button,
6441  .side-panel .view.activatable.tweak-category {
6442    padding: 0;
6443    background-color: transparent;
6444    color: rgba(236, 239, 241, 0.75);
6445    font-weight: 500;
6446    box-shadow: none; }
6447    GdMainView .view:hover, GdMainView .view.list-row.activatable:hover, GdMainView .view:hover, GdMainView column-header .view.button:hover, column-header GdMainView .view.button:hover, GdMainView .view.activatable.tweak-category:hover,
6448    .side-panel .view:hover,
6449    .side-panel .view.list-row.activatable:hover,
6450    .side-panel .view:hover,
6451    .side-panel column-header .view.button:hover,
6452    column-header .side-panel .view.button:hover,
6453    .side-panel .view.activatable.tweak-category:hover {
6454      color: #ECEFF1; }
6455
6456.action-bar {
6457  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06);
6458  padding: 0.4em; }
6459  .action-bar, .action-bar.frame {
6460    background-color: #3b4c54; }
6461  .action-bar .button,
6462  .action-bar .linked > .button.image-button {
6463    border-radius: 100px;
6464    outline-radius: 100px;
6465    box-shadow: none;
6466    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;
6467    color: rgba(236, 239, 241, 0.75); }
6468    .action-bar .button:hover,
6469    .action-bar .linked > .button.image-button:hover {
6470      box-shadow: none;
6471      border-image: none;
6472      color: #ECEFF1; }
6473    .action-bar .button:checked,
6474    .action-bar .linked > .button.image-button:checked {
6475      box-shadow: none;
6476      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
6477      background-color: transparent;
6478      color: #ECEFF1; }
6479      .action-bar .button:checked:insensitive,
6480      .action-bar .linked > .button.image-button:checked:insensitive {
6481        box-shadow: none;
6482        background-color: transparent;
6483        color: rgba(236, 239, 241, 0.3);
6484        border-image: none; }
6485        .action-bar .button:checked:insensitive > .label,
6486        .action-bar .linked > .button.image-button:checked:insensitive > .label {
6487          color: inherit; }
6488    .action-bar .button:insensitive,
6489    .action-bar .linked > .button.image-button:insensitive {
6490      box-shadow: none;
6491      background-color: transparent;
6492      color: rgba(236, 239, 241, 0.225);
6493      border-image: none; }
6494
6495/******************
6496 * Gnome-contacts *
6497 ******************/
6498ContactsWindow ContactsListPane ContactsView:dir(ltr) {
6499  box-shadow: inset -2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset -3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6500ContactsWindow ContactsListPane ContactsView:dir(rtl) {
6501  box-shadow: inset 2px 2px 1px -2px rgba(0, 0, 0, 0.02), inset 3px 3px 3px -2px rgba(0, 0, 0, 0.06); }
6502ContactsWindow ContactsListPane ContactsView .list-row.activatable, ContactsWindow ContactsListPane ContactsView .view, ContactsWindow ContactsListPane ContactsView column-header .button, column-header ContactsWindow ContactsListPane ContactsView .button, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category {
6503  color: rgba(236, 239, 241, 0.75);
6504  background-color: rgba(18, 22, 0, 0.04); }
6505  ContactsWindow ContactsListPane ContactsView .list-row.activatable:hover, ContactsWindow ContactsListPane ContactsView .view:hover, ContactsWindow ContactsListPane ContactsView column-header .button:hover, column-header ContactsWindow ContactsListPane ContactsView .button:hover, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:hover {
6506    color: #ECEFF1; }
6507  ContactsWindow ContactsListPane ContactsView .list-row.activatable:selected, ContactsWindow ContactsListPane ContactsView .view:selected, ContactsWindow ContactsListPane ContactsView column-header .button:selected, column-header ContactsWindow ContactsListPane ContactsView .button:selected, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:selected {
6508    color: #C5A68E;
6509    background-color: rgba(18, 22, 0, 0.04); }
6510  ContactsWindow ContactsListPane ContactsView .list-row.activatable:backdrop, ContactsWindow ContactsListPane ContactsView .view:backdrop, ContactsWindow ContactsListPane ContactsView column-header .button:backdrop, column-header ContactsWindow ContactsListPane ContactsView .button:backdrop, ContactsWindow ContactsListPane ContactsView .activatable.tweak-category:backdrop {
6511    opacity: 1.0; }
6512ContactsWindow ContactsListPane ContactsView .separator {
6513  -GtkWidget-wide-separators: true; }
6514ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.top {
6515  background: transparent;
6516  background-image: linear-gradient(to top, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
6517  padding-top: 0;
6518  background-size: 16px 32px;
6519  background-repeat: repeat-x;
6520  background-origin: content-box;
6521  background-position: center top; }
6522ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.bottom {
6523  background: transparent;
6524  background-image: linear-gradient(to bottom, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
6525  padding-bottom: 0;
6526  background-size: 16px 32px;
6527  background-repeat: repeat-x;
6528  background-origin: content-box;
6529  background-position: center bottom; }
6530ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.left {
6531  background: transparent;
6532  background-image: linear-gradient(to left, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
6533  padding-left: 0;
6534  background-size: 32px 16px;
6535  background-repeat: repeat-y;
6536  background-origin: content-box;
6537  background-position: left center; }
6538ContactsWindow ContactsListPane GtkScrolledWindow .undershoot.right {
6539  background: transparent;
6540  background-image: linear-gradient(to right, rgba(59, 76, 84, 0.01), rgba(59, 76, 84, 0.04), rgba(59, 76, 84, 0.2), rgba(59, 76, 84, 0.44), rgba(59, 76, 84, 0.94));
6541  padding-right: 0;
6542  background-size: 32px 16px;
6543  background-repeat: repeat-y;
6544  background-origin: content-box;
6545  background-position: right center; }
6546
6547/******************
6548 * Gnome-Terminal *
6549 ******************/
6550TerminalScreen,
6551TerminalWindow.background {
6552  background-color: #13191C;
6553  color: #FFFFFF; }
6554
6555TerminalWindow .scrollbar .slider {
6556  background-color: rgba(236, 239, 241, 0.275); }
6557  TerminalWindow .scrollbar .slider:hover {
6558    background-color: rgba(236, 239, 241, 0.4125); }
6559  TerminalWindow .scrollbar .slider:active {
6560    background-color: #ECEFF1; }
6561  TerminalWindow .scrollbar .slider:insensitive {
6562    opacity: 0.4; }
6563TerminalWindow .scrollbar .trough {
6564  background-color: transparent;
6565  border: 1px none transparent; }
6566
6567/**********
6568 * Evince *
6569 **********/
6570EvAnnotationWindow {
6571  padding: 0.4em; }
6572  EvAnnotationWindow GtkBox > GtkLabel {
6573    color: #263238;
6574    font-weight: 700; }
6575  EvAnnotationWindow GtkBox > GtkBox > .button.flat, EvAnnotationWindow GtkBox > GtkBox > .button.osd.image-button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox > .button.image-button:not(.text-button), EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.linked > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.linked > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button:not(.text-button), EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.stack-switcher > .button, .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button, EvAnnotationWindow .inline-toolbar GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), .inline-toolbar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), EvAnnotationWindow .action-bar GtkBox > GtkBox.stack-switcher > .button, .action-bar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button, EvAnnotationWindow .action-bar GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), .action-bar EvAnnotationWindow GtkBox > GtkBox.stack-switcher > .button.image-button:not(.text-button), EvAnnotationWindow .osd .toolbar GtkBox > GtkBox > .button, .osd .toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .toolbar.osd GtkBox > GtkBox > .button, .toolbar.osd EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .app-notification GtkBox > GtkBox > .button, .app-notification EvAnnotationWindow GtkBox > GtkBox > .button,
6576  EvAnnotationWindow .app-notification.frame GtkBox > GtkBox > .button,
6577  .app-notification.frame EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GeditViewFrame .gedit-search-slider GtkBox > GtkBox > .button, GeditViewFrame .gedit-search-slider EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .toolbar GtkBox > GtkBox > .button, .toolbar EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow .titlebar GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action), .titlebar EvAnnotationWindow GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action),
6578  EvAnnotationWindow .header-bar GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action),
6579  .header-bar EvAnnotationWindow GtkBox > GtkBox > .button:not(.suggested-action):not(.destructive-action), EvAnnotationWindow .message-dialog.csd .dialog-action-area GtkBox > GtkBox > .button, .message-dialog.csd .dialog-action-area EvAnnotationWindow GtkBox > GtkBox > .button,
6580  EvAnnotationWindow .message-dialog.csd .dialog-action-area GtkBox > GtkBox.linked > .button,
6581  .message-dialog.csd .dialog-action-area EvAnnotationWindow GtkBox > GtkBox.linked > .button, EvAnnotationWindow GtkBox > GtkBox > .sidebar-button.button, EvAnnotationWindow .info GtkBox > GtkBox > .button, .info EvAnnotationWindow GtkBox > GtkBox > .button,
6582  EvAnnotationWindow .question GtkBox > GtkBox > .button,
6583  .question EvAnnotationWindow GtkBox > GtkBox > .button,
6584  EvAnnotationWindow .warning GtkBox > GtkBox > .button,
6585  .warning EvAnnotationWindow GtkBox > GtkBox > .button,
6586  EvAnnotationWindow .error GtkBox > GtkBox > .button,
6587  .error EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GtkBox > GtkBox > GtkScaleButton.button,
6588  EvAnnotationWindow GtkBox > GtkBox > GtkVolumeButton.button, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button:first-child, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button:first-child, EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox > .button:last-child, GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox > .button:last-child,
6589  EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button,
6590  GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button,
6591  EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button:first-child,
6592  GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button:first-child,
6593  EvAnnotationWindow GfCandidatePopup GtkBox > GtkBox.linked > .button:last-child,
6594  GfCandidatePopup EvAnnotationWindow GtkBox > GtkBox.linked > .button:last-child, EvAnnotationWindow MathWindow :not(.titlebar) GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) EvAnnotationWindow GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), EvAnnotationWindow MathWindow :not(.header-bar) GtkBox > GtkBox > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) EvAnnotationWindow GtkBox > GtkBox > .button:not(.flat):not(.titlebutton),
6595  EvAnnotationWindow .action-bar GtkBox > GtkBox.linked > .button.image-button,
6596  .action-bar EvAnnotationWindow GtkBox > GtkBox.linked > .button.image-button, EvAnnotationWindow NemoWindow GtkGrid > GtkEventBox > .toolbar GtkBox > GtkBox > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar EvAnnotationWindow GtkBox > GtkBox > .button.image-button {
6597    padding: 1em;
6598    border: none;
6599    border-radius: 100px;
6600    outline-radius: 100px;
6601    color: #263238; }
6602
6603/******************
6604 * Budgie Desktop *
6605 ******************/
6606@keyframes budgie_ripple_effect {
6607  from {
6608    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)); }
6609  to {
6610    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)); } }
6611.budgie-container {
6612  background-color: transparent; }
6613
6614.budgie-panel {
6615  background-color: #13191c;
6616  color: #ECEFF1;
6617  font-weight: 700; }
6618  .top .budgie-panel {
6619    border-top: 2px solid #13191c; }
6620  .bottom .budgie-panel {
6621    border-bottom: 2px solid #13191c; }
6622  .left .budgie-panel {
6623    border-left: 2px solid #13191c; }
6624  .right .budgie-panel {
6625    border-right: 2px solid #13191c; }
6626  .budgie-panel .alert {
6627    color: #C5A68E; }
6628
6629.top .shadow-block {
6630  background-color: transparent;
6631  background-image: linear-gradient(to bottom, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6632
6633.top .raven-frame {
6634  padding: 0;
6635  border: none;
6636  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
6637  background: none; }
6638
6639.bottom .shadow-block {
6640  background-color: transparent;
6641  background-image: linear-gradient(to top, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6642
6643.bottom .raven-frame {
6644  padding: 0;
6645  border: none;
6646  border-top: 1px solid rgba(0, 0, 0, 0.11);
6647  background: none; }
6648
6649.left .shadow-block {
6650  background-color: transparent;
6651  background-image: linear-gradient(to right, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6652
6653.left .raven-frame {
6654  padding: 0;
6655  border: none;
6656  border-right: 1px solid rgba(0, 0, 0, 0.11);
6657  background: none; }
6658
6659.right .shadow-block {
6660  background-color: transparent;
6661  background-image: linear-gradient(to left, alpha(#000000, 0.23), alpha(#000000, 0.08), transparent); }
6662
6663.right .raven-frame {
6664  padding: 0;
6665  border: none;
6666  border-left: 1px solid rgba(0, 0, 0, 0.11);
6667  background: none; }
6668
6669.budgie-panel WnckTasklist .button,
6670.budgie-panel WnckTasklist .button:backdrop {
6671  border: none;
6672  background: none;
6673  opacity: 0.5; }
6674  .budgie-panel WnckTasklist .button:hover, .budgie-panel WnckTasklist .button:active, .budgie-panel WnckTasklist .button:checked,
6675  .budgie-panel WnckTasklist .button:backdrop:hover,
6676  .budgie-panel WnckTasklist .button:backdrop:active,
6677  .budgie-panel WnckTasklist .button:backdrop:checked {
6678    opacity: 1.0; }
6679
6680.budgie-panel .launcher {
6681  border: 2px solid transparent;
6682  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));
6683  background-size: 7.5em 7.5em, auto;
6684  background-position: center center;
6685  opacity: 0.5;
6686  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
6687  transition-property: opacity, border-color, background-color, background-image, box-shadow;
6688  transition-duration: 0.2s; }
6689  .budgie-panel .launcher:hover {
6690    opacity: 0.75;
6691    -gtk-image-effect: highlight; }
6692  .budgie-panel .launcher:active {
6693    opacity: 1.0;
6694    transition-duration: 0;
6695    animation: budgie_ripple_effect 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }
6696  .budgie-panel .launcher:checked {
6697    opacity: 1.0; }
6698    .budgie-panel .launcher:checked:hover {
6699      -gtk-image-effect: highlight; }
6700.budgie-panel .unpinned .launcher,
6701.budgie-panel .pinned .launcher.running {
6702  opacity: 1.0; }
6703  .budgie-panel .unpinned .launcher:hover,
6704  .budgie-panel .pinned .launcher.running:hover {
6705    -gtk-image-effect: highlight; }
6706
6707.top .budgie-panel WnckTasklist .button {
6708  border: 2px solid transparent; }
6709  .top .budgie-panel WnckTasklist .button:hover {
6710    border-top: 2px solid alpha(#ECEFF1, 0.4); }
6711  .top .budgie-panel WnckTasklist .button:active, .top .budgie-panel WnckTasklist .button:checked {
6712    border-top: 2px solid #C5A68E; }
6713.top .budgie-panel .launcher {
6714  border: 2px solid transparent; }
6715  .top .budgie-panel .launcher:hover {
6716    border-top: 2px solid alpha(#ECEFF1, 0.4); }
6717  .top .budgie-panel .launcher:active, .top .budgie-panel .launcher:checked {
6718    border-top: 2px solid #C5A68E; }
6719
6720.bottom .budgie-panel WnckTasklist .button {
6721  border: 2px solid transparent; }
6722  .bottom .budgie-panel WnckTasklist .button:hover {
6723    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
6724  .bottom .budgie-panel WnckTasklist .button:active, .bottom .budgie-panel WnckTasklist .button:checked {
6725    border-bottom: 2px solid #C5A68E; }
6726.bottom .budgie-panel .launcher {
6727  border: 2px solid transparent; }
6728  .bottom .budgie-panel .launcher:hover {
6729    border-bottom: 2px solid alpha(#ECEFF1, 0.4); }
6730  .bottom .budgie-panel .launcher:active, .bottom .budgie-panel .launcher:checked {
6731    border-bottom: 2px solid #C5A68E; }
6732
6733.left .budgie-panel WnckTasklist .button {
6734  border: 2px solid transparent; }
6735  .left .budgie-panel WnckTasklist .button:hover {
6736    border-left: 2px solid alpha(#ECEFF1, 0.4); }
6737  .left .budgie-panel WnckTasklist .button:active, .left .budgie-panel WnckTasklist .button:checked {
6738    border-left: 2px solid #C5A68E; }
6739.left .budgie-panel .launcher {
6740  border: 2px solid transparent; }
6741  .left .budgie-panel .launcher:hover {
6742    border-left: 2px solid alpha(#ECEFF1, 0.4); }
6743  .left .budgie-panel .launcher:active, .left .budgie-panel .launcher:checked {
6744    border-left: 2px solid #C5A68E; }
6745
6746.right .budgie-panel WnckTasklist .button {
6747  border: 2px solid transparent; }
6748  .right .budgie-panel WnckTasklist .button:hover {
6749    border-right: 2px solid alpha(#ECEFF1, 0.4); }
6750  .right .budgie-panel WnckTasklist .button:active, .right .budgie-panel WnckTasklist .button:checked {
6751    border-right: 2px solid #C5A68E; }
6752.right .budgie-panel .launcher {
6753  border: 2px solid transparent; }
6754  .right .budgie-panel .launcher:hover {
6755    border-right: 2px solid alpha(#ECEFF1, 0.4); }
6756  .right .budgie-panel .launcher:active, .right .budgie-panel .launcher:checked {
6757    border-right: 2px solid #C5A68E; }
6758
6759.top .budgie-panel .unpinned .launcher,
6760.top .budgie-panel .pinned .launcher.running {
6761  border: 2px solid transparent;
6762  border-image: -gtk-scaled(url("assets/running-dot-top.png"), url("assets/running-dot-top@2.png")) 2/2px; }
6763  .top .budgie-panel .unpinned .launcher:hover, .top .budgie-panel .unpinned .launcher:active, .top .budgie-panel .unpinned .launcher:checked,
6764  .top .budgie-panel .pinned .launcher.running:hover,
6765  .top .budgie-panel .pinned .launcher.running:active,
6766  .top .budgie-panel .pinned .launcher.running:checked {
6767    border-top: 2px solid #C5A68E;
6768    border-image: none; }
6769
6770.bottom .budgie-panel .unpinned .launcher,
6771.bottom .budgie-panel .pinned .launcher.running {
6772  border: 2px solid transparent;
6773  border-image: -gtk-scaled(url("assets/running-dot-bottom.png"), url("assets/running-dot-bottom@2.png")) 2/2px; }
6774  .bottom .budgie-panel .unpinned .launcher:hover, .bottom .budgie-panel .unpinned .launcher:active, .bottom .budgie-panel .unpinned .launcher:checked,
6775  .bottom .budgie-panel .pinned .launcher.running:hover,
6776  .bottom .budgie-panel .pinned .launcher.running:active,
6777  .bottom .budgie-panel .pinned .launcher.running:checked {
6778    border-bottom: 2px solid #C5A68E;
6779    border-image: none; }
6780
6781.left .budgie-panel .unpinned .launcher,
6782.left .budgie-panel .pinned .launcher.running {
6783  border: 2px solid transparent;
6784  border-image: -gtk-scaled(url("assets/running-dot-left.png"), url("assets/running-dot-left@2.png")) 2/2px; }
6785  .left .budgie-panel .unpinned .launcher:hover, .left .budgie-panel .unpinned .launcher:active, .left .budgie-panel .unpinned .launcher:checked,
6786  .left .budgie-panel .pinned .launcher.running:hover,
6787  .left .budgie-panel .pinned .launcher.running:active,
6788  .left .budgie-panel .pinned .launcher.running:checked {
6789    border-left: 2px solid #C5A68E;
6790    border-image: none; }
6791
6792.right .budgie-panel .unpinned .launcher,
6793.right .budgie-panel .pinned .launcher.running {
6794  border: 2px solid transparent;
6795  border-image: -gtk-scaled(url("assets/running-dot-right.png"), url("assets/running-dot-right@2.png")) 2/2px; }
6796  .right .budgie-panel .unpinned .launcher:hover, .right .budgie-panel .unpinned .launcher:active, .right .budgie-panel .unpinned .launcher:checked,
6797  .right .budgie-panel .pinned .launcher.running:hover,
6798  .right .budgie-panel .pinned .launcher.running:active,
6799  .right .budgie-panel .pinned .launcher.running:checked {
6800    border-right: 2px solid #C5A68E;
6801    border-image: none; }
6802
6803.budgie-panel ShowDesktopApplet > .button.flat, .budgie-panel ShowDesktopApplet > .button.osd.image-button, .budgie-panel .inline-toolbar ShowDesktopApplet > .button, .inline-toolbar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .inline-toolbar ShowDesktopApplet > .button.image-button:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet > .button.image-button:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet > .button, .action-bar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .action-bar ShowDesktopApplet > .button.image-button:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet > .button.image-button:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button, .app-notification .budgie-panel ShowDesktopApplet > .button, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button, .budgie-panel .toolbar ShowDesktopApplet > .button, .toolbar .budgie-panel ShowDesktopApplet > .button, .budgie-panel .titlebar ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action),
6804.budgie-panel .header-bar ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action),
6805.header-bar .budgie-panel ShowDesktopApplet > .button:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button, .budgie-panel ShowDesktopApplet > .sidebar-button.button, .budgie-panel .info ShowDesktopApplet > .button, .info .budgie-panel ShowDesktopApplet > .button,
6806.budgie-panel .question ShowDesktopApplet > .button,
6807.question .budgie-panel ShowDesktopApplet > .button,
6808.budgie-panel .warning ShowDesktopApplet > .button,
6809.warning .budgie-panel ShowDesktopApplet > .button,
6810.budgie-panel .error ShowDesktopApplet > .button,
6811.error .budgie-panel ShowDesktopApplet > .button, .budgie-panel ShowDesktopApplet > GtkScaleButton.button,
6812.budgie-panel ShowDesktopApplet > GtkVolumeButton.button, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:last-child,
6813.budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button,
6814GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:not(.flat):not(.titlebutton),
6815.budgie-panel .action-bar ShowDesktopApplet.linked > .button.image-button,
6816.action-bar .budgie-panel ShowDesktopApplet.linked > .button.image-button, .budgie-panel NemoWindow GtkGrid > GtkEventBox > .toolbar ShowDesktopApplet > .button.image-button, NemoWindow GtkGrid > GtkEventBox > .toolbar .budgie-panel ShowDesktopApplet > .button.image-button {
6817  padding: 0.4em 1em;
6818  border-radius: 0;
6819  outline-color: transparent;
6820  color: #ECEFF1; }
6821  .budgie-panel ShowDesktopApplet > .button.flat:hover, .budgie-panel ShowDesktopApplet > .button.osd.image-button:hover, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:hover, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .action-bar ShowDesktopApplet > .button:hover, .action-bar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:hover:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:hover:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:hover:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:hover, .app-notification .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:hover, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .toolbar ShowDesktopApplet > .button:hover, .toolbar .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel .titlebar ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action),
6822  .budgie-panel .header-bar ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action),
6823  .header-bar .budgie-panel ShowDesktopApplet > .button:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:hover, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel ShowDesktopApplet > .sidebar-button.button:hover, .budgie-panel .info ShowDesktopApplet > .button:hover, .info .budgie-panel ShowDesktopApplet > .button:hover,
6824  .budgie-panel .question ShowDesktopApplet > .button:hover,
6825  .question .budgie-panel ShowDesktopApplet > .button:hover,
6826  .budgie-panel .warning ShowDesktopApplet > .button:hover,
6827  .warning .budgie-panel ShowDesktopApplet > .button:hover,
6828  .budgie-panel .error ShowDesktopApplet > .button:hover,
6829  .error .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:hover,
6830  .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:hover:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:hover:last-child,
6831  .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:hover,
6832  GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:hover, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:hover:not(.flat):not(.titlebutton) {
6833    color: #FFFFFF;
6834    background-color: transparent;
6835    background-image: none; }
6836  .budgie-panel ShowDesktopApplet > .button.flat:active, .budgie-panel ShowDesktopApplet > .button.osd.image-button:active, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:active, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .action-bar ShowDesktopApplet > .button:active, .action-bar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:active:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:active:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:active:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:active, .app-notification .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:active, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .toolbar ShowDesktopApplet > .button:active, .toolbar .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel .titlebar ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action),
6837  .budgie-panel .header-bar ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action),
6838  .header-bar .budgie-panel ShowDesktopApplet > .button:active:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:active, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel ShowDesktopApplet > .sidebar-button.button:active, .budgie-panel .info ShowDesktopApplet > .button:active, .info .budgie-panel ShowDesktopApplet > .button:active,
6839  .budgie-panel .question ShowDesktopApplet > .button:active,
6840  .question .budgie-panel ShowDesktopApplet > .button:active,
6841  .budgie-panel .warning ShowDesktopApplet > .button:active,
6842  .warning .budgie-panel ShowDesktopApplet > .button:active,
6843  .budgie-panel .error ShowDesktopApplet > .button:active,
6844  .error .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:active,
6845  .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:active, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:active:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:active:last-child,
6846  .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:active,
6847  GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:active, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:active:not(.flat):not(.titlebutton) {
6848    color: #FFFFFF; }
6849  .budgie-panel ShowDesktopApplet > .button.flat:checked, .budgie-panel ShowDesktopApplet > .button.osd.image-button:checked, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:checked, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .action-bar ShowDesktopApplet > .button:checked, .action-bar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .inline-toolbar ShowDesktopApplet.linked > .button.image-button:checked:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.linked > .button.image-button:checked:not(.text-button), .budgie-panel .inline-toolbar ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .inline-toolbar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .budgie-panel .action-bar ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .action-bar .budgie-panel ShowDesktopApplet.stack-switcher > .button.image-button:checked:not(.text-button), .budgie-panel .app-notification ShowDesktopApplet > .button:checked, .app-notification .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:checked, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .toolbar ShowDesktopApplet > .button:checked, .toolbar .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel .titlebar ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action),
6850  .budgie-panel .header-bar ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action),
6851  .header-bar .budgie-panel ShowDesktopApplet > .button:checked:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:checked, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel ShowDesktopApplet > .sidebar-button.button:checked, .budgie-panel .info ShowDesktopApplet > .button:checked, .info .budgie-panel ShowDesktopApplet > .button:checked,
6852  .budgie-panel .question ShowDesktopApplet > .button:checked,
6853  .question .budgie-panel ShowDesktopApplet > .button:checked,
6854  .budgie-panel .warning ShowDesktopApplet > .button:checked,
6855  .warning .budgie-panel ShowDesktopApplet > .button:checked,
6856  .budgie-panel .error ShowDesktopApplet > .button:checked,
6857  .error .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:checked,
6858  .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:checked, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:last-child,
6859  .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:checked,
6860  GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:checked, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:checked:not(.flat):not(.titlebutton) {
6861    color: rgba(236, 239, 241, 0.3);
6862    background-color: transparent;
6863    background-image: none; }
6864    .budgie-panel ShowDesktopApplet > .button.flat:checked:hover, .budgie-panel ShowDesktopApplet > .button.osd.image-button:checked:hover, .budgie-panel .inline-toolbar ShowDesktopApplet > .button:checked:hover, .inline-toolbar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .action-bar ShowDesktopApplet > .button:checked:hover, .action-bar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .app-notification ShowDesktopApplet > .button:checked:hover, .app-notification .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel GeditViewFrame .gedit-search-slider ShowDesktopApplet > .button:checked:hover, GeditViewFrame .gedit-search-slider .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .toolbar ShowDesktopApplet > .button:checked:hover, .toolbar .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel .titlebar ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action), .titlebar .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action),
6865    .budgie-panel .header-bar ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action),
6866    .header-bar .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.suggested-action):not(.destructive-action), .budgie-panel .message-dialog.csd .dialog-action-area ShowDesktopApplet > .button:checked:hover, .message-dialog.csd .dialog-action-area .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel ShowDesktopApplet > .sidebar-button.button:checked:hover, .budgie-panel .info ShowDesktopApplet > .button:checked:hover, .info .budgie-panel ShowDesktopApplet > .button:checked:hover,
6867    .budgie-panel .question ShowDesktopApplet > .button:checked:hover,
6868    .question .budgie-panel ShowDesktopApplet > .button:checked:hover,
6869    .budgie-panel .warning ShowDesktopApplet > .button:checked:hover,
6870    .warning .budgie-panel ShowDesktopApplet > .button:checked:hover,
6871    .budgie-panel .error ShowDesktopApplet > .button:checked:hover,
6872    .error .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel ShowDesktopApplet > GtkScaleButton.button:checked:hover,
6873    .budgie-panel ShowDesktopApplet > GtkVolumeButton.button:checked:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover:first-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover:first-child, .budgie-panel GfCandidatePopup ShowDesktopApplet > .button:checked:hover:last-child, GfCandidatePopup .budgie-panel ShowDesktopApplet > .button:checked:hover:last-child,
6874    .budgie-panel GfCandidatePopup ShowDesktopApplet.linked > .button:checked:hover,
6875    GfCandidatePopup .budgie-panel ShowDesktopApplet.linked > .button:checked:hover, .budgie-panel MathWindow :not(.titlebar) ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), .budgie-panel MathWindow :not(.header-bar) ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .budgie-panel ShowDesktopApplet > .button:checked:hover:not(.flat):not(.titlebutton) {
6876      color: #FFFFFF;
6877      background-color: transparent;
6878      background-image: none; }
6879
6880.budgie-menu {
6881  border-radius: 2px;
6882  background-color: #42565f; }
6883  .budgie-menu GtkScrolledWindow,
6884  .budgie-menu .list,
6885  .budgie-menu .list-row,
6886  .budgie-menu .tweak-category,
6887  .budgie-menu .scrollbar.trough {
6888    border: none;
6889    background: none;
6890    box-shadow: none; }
6891  .budgie-menu .list-row, .budgie-menu .tweak-category, .budgie-menu .list-row.activatable, .budgie-menu .view, .budgie-menu column-header .button, column-header .budgie-menu .button, .budgie-menu .activatable.tweak-category {
6892    background-image: none;
6893    background-color: #42565f;
6894    color: rgba(236, 239, 241, 0.75);
6895    transition: none; }
6896  .budgie-menu .list-row:hover, .budgie-menu .tweak-category:hover, .budgie-menu .list-row.activatable:hover, .budgie-menu .view:hover, .budgie-menu column-header .button:hover, column-header .budgie-menu .button:hover, .budgie-menu .activatable.tweak-category:hover {
6897    background-image: none;
6898    background-color: #42565f;
6899    color: #ECEFF1;
6900    transition: none; }
6901  .budgie-menu GtkScrolledWindow .undershoot.top {
6902    background: transparent;
6903    background-image: linear-gradient(to top, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
6904    padding-top: 0;
6905    background-size: 16px 32px;
6906    background-repeat: repeat-x;
6907    background-origin: content-box;
6908    background-position: center top; }
6909  .budgie-menu GtkScrolledWindow .undershoot.bottom {
6910    background: transparent;
6911    background-image: linear-gradient(to bottom, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
6912    padding-bottom: 0;
6913    background-size: 16px 32px;
6914    background-repeat: repeat-x;
6915    background-origin: content-box;
6916    background-position: center bottom; }
6917  .budgie-menu GtkScrolledWindow .undershoot.left {
6918    background: transparent;
6919    background-image: linear-gradient(to left, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
6920    padding-left: 0;
6921    background-size: 32px 16px;
6922    background-repeat: repeat-y;
6923    background-origin: content-box;
6924    background-position: left center; }
6925  .budgie-menu GtkScrolledWindow .undershoot.right {
6926    background: transparent;
6927    background-image: linear-gradient(to right, rgba(66, 86, 95, 0.01), rgba(66, 86, 95, 0.04), rgba(66, 86, 95, 0.2), rgba(66, 86, 95, 0.44), rgba(66, 86, 95, 0.94));
6928    padding-right: 0;
6929    background-size: 32px 16px;
6930    background-repeat: repeat-y;
6931    background-origin: content-box;
6932    background-position: right center; }
6933
6934.raven {
6935  padding: 0;
6936  border: none;
6937  color: rgba(236, 239, 241, 0.75);
6938  background-color: rgba(42, 55, 62, 0.9); }
6939  .raven:dir(ltr) {
6940    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.12); }
6941  .raven:dir(rtl) {
6942    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.12); }
6943  .raven .raven-header {
6944    border: none;
6945    color: rgba(236, 239, 241, 0.5);
6946    background-color: transparent;
6947    font-weight: 700; }
6948  .raven .raven-background {
6949    border-width: 1px 0 0;
6950    border-style: solid none none;
6951    border-color: rgba(0, 0, 0, 0.11);
6952    background-color: transparent;
6953    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
6954  .raven .powerstrip {
6955    border-top: 1px solid rgba(0, 0, 0, 0.11);
6956    background-color: #322F22;
6957    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
6958    .raven .powerstrip .button {
6959      padding: 1em;
6960      color: #C5A68E); }
6961      .raven .powerstrip .button:hover, .raven .powerstrip .button:active, .raven .powerstrip .button:checked {
6962        color: #C5A68E; }
6963      .raven .powerstrip .button:insensitive {
6964        color: rgba(77, 182, 172, 0.4); }
6965  .raven .option-subtitle {
6966    color: rgba(236, 239, 241, 0.225);
6967    font-size: 90%; }
6968  .raven GtkScrolledWindow {
6969    background: transparent; }
6970  .raven .list,
6971  .raven .list-row,
6972  .raven .tweak-category,
6973  .raven .list-row.activatable,
6974  .raven .view,
6975  .raven column-header .button,
6976  column-header .raven .button,
6977  .raven .activatable.tweak-category {
6978    background-color: transparent; }
6979    .raven .list:not(.list):hover,
6980    .raven .list-row:not(.list):hover,
6981    .raven .tweak-category:not(.list):hover,
6982    .raven .list-row.activatable:not(.list):hover,
6983    .raven .view:not(.list):hover,
6984    .raven column-header .button:not(.list):hover,
6985    column-header .raven .button:not(.list):hover,
6986    .raven .activatable.tweak-category:not(.list):hover {
6987      color: #ECEFF1; }
6988    .raven .list:not(.list):selected,
6989    .raven .list-row:not(.list):selected,
6990    .raven .tweak-category:not(.list):selected,
6991    .raven .list-row.activatable:not(.list):selected,
6992    .raven .view:not(.list):selected,
6993    .raven column-header .button:not(.list):selected,
6994    column-header .raven .button:not(.list):selected,
6995    .raven .activatable.tweak-category:not(.list):selected {
6996      color: #C5A68E; }
6997      .raven .list:not(.list):selected:hover,
6998      .raven .list-row:not(.list):selected:hover,
6999      .raven .tweak-category:not(.list):selected:hover,
7000      .raven .list-row.activatable:not(.list):selected:hover,
7001      .raven .view:not(.list):selected:hover,
7002      .raven column-header .button:not(.list):selected:hover,
7003      column-header .raven .button:not(.list):selected:hover,
7004      .raven .activatable.tweak-category:not(.list):selected:hover {
7005        background-color: rgba(0, 188, 212, 0.1); }
7006    .raven .list .separator,
7007    .raven .list-row .separator,
7008    .raven .tweak-category .separator,
7009    .raven .list-row.activatable .separator,
7010    .raven .view .separator,
7011    .raven column-header .button .separator,
7012    column-header .raven .button .separator,
7013    .raven .activatable.tweak-category .separator {
7014      color: rgba(236, 239, 241, 0.165); }
7015  .raven .button.image-button {
7016    box-shadow: none;
7017    background-color: transparent;
7018    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)); }
7019    .raven .button.image-button:hover {
7020      box-shadow: none;
7021      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)); }
7022    .raven .button.image-button:active {
7023      box-shadow: none;
7024      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards; }
7025    .raven .button.image-button:insensitive {
7026      box-shadow: none;
7027      background-color: transparent; }
7028    .raven .button.image-button:checked {
7029      background-color: alpha(currentColor, 0.2);
7030      color: #ECEFF1; }
7031    .raven .button.image-button:checked:insensitive > .label {
7032      color: inherit; }
7033  .raven .raven-header > .button.text-button {
7034    color: rgba(255, 255, 255, 0.85); }
7035    .raven .raven-header > .button.text-button:hover {
7036      color: #FFFFFF; }
7037    .raven .raven-header > .button.text-button:active {
7038      color: #FFFFFF;
7039      background-color: #C5A68E; }
7040  .raven .raven-header .expander-button {
7041    padding: 1.0em;
7042    border-radius: 100px;
7043    outline-radius: 100px;
7044    color: rgba(236, 239, 241, 0.5); }
7045    .raven .raven-header .expander-button:hover, .raven .raven-header .expander-button:active {
7046      color: #ECEFF1; }
7047  .raven GtkCalendar {
7048    border: none;
7049    background-color: transparent; }
7050  .raven .undershoot.top, .raven .undershoot.bottom, .raven .undershoot.left, .raven .undershoot.right {
7051    background-image: none; }
7052
7053.raven-mpris {
7054  border: none;
7055  color: #ECEFF1;
7056  background-color: rgba(42, 55, 62, 0.9); }
7057  .raven-mpris .button.image-button {
7058    padding: 0.6em; }
7059
7060.budgie-notification-window {
7061  border-radius: 2px;
7062  background: none; }
7063
7064.budgie-notification.background {
7065  border-radius: 2px; }
7066.budgie-notification .notification-title {
7067  color: rgba(236, 239, 241, 0.75);
7068  font-size: 110%;
7069  font-weight: 500; }
7070.budgie-notification .notification-body {
7071  color: #ECEFF1; }
7072
7073.background.csd.budgie-run-dialog {
7074  border: none;
7075  background-color: transparent; }
7076  .background.csd.budgie-run-dialog .window-frame {
7077    border-radius: 2px;
7078    border: none;
7079    background-color: rgba(42, 55, 62, 0.9);
7080    box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.2); }
7081    .background.csd.budgie-run-dialog .window-frame:backdrop {
7082      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7083  .background.csd.budgie-run-dialog .separator {
7084    -GtkWidget-separator-width: 0;
7085    border: 0 none transparent;
7086    color: transparent; }
7087  .background.csd.budgie-run-dialog GtkScrolledWindow {
7088    border-image: none; }
7089    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button.flat, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button.osd.image-button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .inline-toolbar .button, .inline-toolbar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .action-bar .button, .action-bar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .app-notification .button, .app-notification .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GeditViewFrame .gedit-search-slider .button, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .toolbar .button, .toolbar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .titlebar .button:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.suggested-action):not(.destructive-action),
7090    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .header-bar .button:not(.suggested-action):not(.destructive-action),
7091    .header-bar .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .message-dialog.csd .dialog-action-area .button, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .sidebar-button.button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .info .button, .info .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7092    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .question .button,
7093    .question .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7094    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .warning .button,
7095    .warning .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button,
7096    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .error .button,
7097    .error .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GtkScaleButton.button,
7098    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GtkVolumeButton.button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button:first-child, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:first-child, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .button:last-child, GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:last-child,
7099    .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid GfCandidatePopup .linked > .button,
7100    GfCandidatePopup .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .linked > .button, .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid MathWindow :not(.titlebar) .button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid MathWindow :not(.header-bar) .button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog GtkScrolledWindow GtkGrid .button:not(.flat):not(.titlebutton) {
7101      border-radius: 2px;
7102      outline-radius: 2px; }
7103    .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.top, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.bottom, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.left, .background.csd.budgie-run-dialog GtkScrolledWindow .undershoot.right {
7104      background-image: none; }
7105  .background.csd.budgie-run-dialog .button.flat.image-button, .background.csd.budgie-run-dialog .image-button.button.osd, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .action-bar .image-button.button, .action-bar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .app-notification .image-button.button, .app-notification .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .toolbar .image-button.button, .toolbar .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .titlebar .image-button.button:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:not(.suggested-action):not(.destructive-action),
7106  .background.csd.budgie-run-dialog .header-bar .image-button.button:not(.suggested-action):not(.destructive-action),
7107  .header-bar .background.csd.budgie-run-dialog .image-button.button:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog .image-button.sidebar-button.button, .background.csd.budgie-run-dialog .info .image-button.button, .info .background.csd.budgie-run-dialog .image-button.button,
7108  .background.csd.budgie-run-dialog .question .image-button.button,
7109  .question .background.csd.budgie-run-dialog .image-button.button,
7110  .background.csd.budgie-run-dialog .warning .image-button.button,
7111  .warning .background.csd.budgie-run-dialog .image-button.button,
7112  .background.csd.budgie-run-dialog .error .image-button.button,
7113  .error .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button,
7114  .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:last-child,
7115  .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button,
7116  GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:not(.flat):not(.titlebutton) {
7117    color: #C5A68E); }
7118    .background.csd.budgie-run-dialog .button.flat.image-button:hover, .background.csd.budgie-run-dialog .image-button.button.osd:hover, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:hover, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .action-bar .image-button.button:hover, .action-bar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .app-notification .image-button.button:hover, .app-notification .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:hover, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .toolbar .image-button.button:hover, .toolbar .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .titlebar .image-button.button:hover:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:hover:not(.suggested-action):not(.destructive-action),
7119    .background.csd.budgie-run-dialog .header-bar .image-button.button:hover:not(.suggested-action):not(.destructive-action),
7120    .header-bar .background.csd.budgie-run-dialog .image-button.button:hover:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:hover, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:hover, .background.csd.budgie-run-dialog .info .image-button.button:hover, .info .background.csd.budgie-run-dialog .image-button.button:hover,
7121    .background.csd.budgie-run-dialog .question .image-button.button:hover,
7122    .question .background.csd.budgie-run-dialog .image-button.button:hover,
7123    .background.csd.budgie-run-dialog .warning .image-button.button:hover,
7124    .warning .background.csd.budgie-run-dialog .image-button.button:hover,
7125    .background.csd.budgie-run-dialog .error .image-button.button:hover,
7126    .error .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:hover,
7127    .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:hover, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:hover:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:hover:last-child,
7128    .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:hover,
7129    GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:hover, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:hover:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:hover:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:hover:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog .button.flat.image-button:active, .background.csd.budgie-run-dialog .image-button.button.osd:active, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:active, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .action-bar .image-button.button:active, .action-bar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .app-notification .image-button.button:active, .app-notification .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:active, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .toolbar .image-button.button:active, .toolbar .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .titlebar .image-button.button:active:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:active:not(.suggested-action):not(.destructive-action),
7130    .background.csd.budgie-run-dialog .header-bar .image-button.button:active:not(.suggested-action):not(.destructive-action),
7131    .header-bar .background.csd.budgie-run-dialog .image-button.button:active:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:active, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:active, .background.csd.budgie-run-dialog .info .image-button.button:active, .info .background.csd.budgie-run-dialog .image-button.button:active,
7132    .background.csd.budgie-run-dialog .question .image-button.button:active,
7133    .question .background.csd.budgie-run-dialog .image-button.button:active,
7134    .background.csd.budgie-run-dialog .warning .image-button.button:active,
7135    .warning .background.csd.budgie-run-dialog .image-button.button:active,
7136    .background.csd.budgie-run-dialog .error .image-button.button:active,
7137    .error .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:active,
7138    .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:active, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:active:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:active:last-child,
7139    .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:active,
7140    GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:active, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:active:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:active:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:active:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:active:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog .button.flat.image-button:checked, .background.csd.budgie-run-dialog .image-button.button.osd:checked, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:checked, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .action-bar .image-button.button:checked, .action-bar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .app-notification .image-button.button:checked, .app-notification .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:checked, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .toolbar .image-button.button:checked, .toolbar .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .titlebar .image-button.button:checked:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:checked:not(.suggested-action):not(.destructive-action),
7141    .background.csd.budgie-run-dialog .header-bar .image-button.button:checked:not(.suggested-action):not(.destructive-action),
7142    .header-bar .background.csd.budgie-run-dialog .image-button.button:checked:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:checked, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:checked, .background.csd.budgie-run-dialog .info .image-button.button:checked, .info .background.csd.budgie-run-dialog .image-button.button:checked,
7143    .background.csd.budgie-run-dialog .question .image-button.button:checked,
7144    .question .background.csd.budgie-run-dialog .image-button.button:checked,
7145    .background.csd.budgie-run-dialog .warning .image-button.button:checked,
7146    .warning .background.csd.budgie-run-dialog .image-button.button:checked,
7147    .background.csd.budgie-run-dialog .error .image-button.button:checked,
7148    .error .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:checked,
7149    .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:checked, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:checked:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:checked:last-child,
7150    .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:checked,
7151    GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:checked, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:checked:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:checked:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:checked:not(.flat):not(.titlebutton) {
7152      color: #C5A68E; }
7153    .background.csd.budgie-run-dialog .button.flat.image-button:insensitive, .background.csd.budgie-run-dialog .image-button.button.osd:insensitive, .background.csd.budgie-run-dialog .inline-toolbar .image-button.button:insensitive, .inline-toolbar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .action-bar .image-button.button:insensitive, .action-bar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .app-notification .image-button.button:insensitive, .app-notification .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GeditViewFrame .gedit-search-slider .image-button.button:insensitive, GeditViewFrame .gedit-search-slider .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .toolbar .image-button.button:insensitive, .toolbar .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .titlebar .image-button.button:insensitive:not(.suggested-action):not(.destructive-action), .titlebar .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.suggested-action):not(.destructive-action),
7154    .background.csd.budgie-run-dialog .header-bar .image-button.button:insensitive:not(.suggested-action):not(.destructive-action),
7155    .header-bar .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.suggested-action):not(.destructive-action), .background.csd.budgie-run-dialog .message-dialog.csd .dialog-action-area .image-button.button:insensitive, .message-dialog.csd .dialog-action-area .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog .image-button.sidebar-button.button:insensitive, .background.csd.budgie-run-dialog .info .image-button.button:insensitive, .info .background.csd.budgie-run-dialog .image-button.button:insensitive,
7156    .background.csd.budgie-run-dialog .question .image-button.button:insensitive,
7157    .question .background.csd.budgie-run-dialog .image-button.button:insensitive,
7158    .background.csd.budgie-run-dialog .warning .image-button.button:insensitive,
7159    .warning .background.csd.budgie-run-dialog .image-button.button:insensitive,
7160    .background.csd.budgie-run-dialog .error .image-button.button:insensitive,
7161    .error .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GtkScaleButton.image-button.button:insensitive,
7162    .background.csd.budgie-run-dialog GtkVolumeButton.image-button.button:insensitive, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive:first-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive:first-child, .background.csd.budgie-run-dialog GfCandidatePopup .image-button.button:insensitive:last-child, GfCandidatePopup .background.csd.budgie-run-dialog .image-button.button:insensitive:last-child,
7163    .background.csd.budgie-run-dialog GfCandidatePopup .linked > .image-button.button:insensitive,
7164    GfCandidatePopup .background.csd.budgie-run-dialog .linked > .image-button.button:insensitive, .background.csd.budgie-run-dialog MathWindow :not(.titlebar) .image-button.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.titlebar) .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.flat):not(.titlebutton), .background.csd.budgie-run-dialog MathWindow :not(.header-bar) .image-button.button:insensitive:not(.flat):not(.titlebutton), MathWindow :not(.header-bar) .background.csd.budgie-run-dialog .image-button.button:insensitive:not(.flat):not(.titlebutton) {
7165      color: rgba(77, 182, 172, 0.4); }
7166
7167.budgie-session-dialog, .budgie-polkit-dialog {
7168  border-radius: 2px;
7169  border-width: 0;
7170  background-color: #3e515a;
7171  color: #ECEFF1;
7172  font-weight: 700;
7173  opacity: 0.9; }
7174  .budgie-session-dialog .button, .budgie-polkit-dialog .button,
7175  .budgie-session-dialog .linked > .button,
7176  .budgie-polkit-dialog .linked > .button {
7177    box-shadow: none;
7178    background-color: transparent;
7179    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));
7180    padding: 0.7em 1em 0.8em;
7181    border: 2px solid transparent;
7182    border-radius: 0;
7183    color: #C5A68E);
7184    background-color: transparent;
7185    background-size: 240px 240px, auto; }
7186    .budgie-session-dialog .button:hover, .budgie-polkit-dialog .button:hover,
7187    .budgie-session-dialog .linked > .button:hover,
7188    .budgie-polkit-dialog .linked > .button:hover {
7189      box-shadow: none;
7190      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));
7191      color: #C5A68E; }
7192    .budgie-session-dialog .button:active, .budgie-polkit-dialog .button:active,
7193    .budgie-session-dialog .linked > .button:active,
7194    .budgie-polkit-dialog .linked > .button:active {
7195      box-shadow: none;
7196      animation: flat_ripple_effect 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
7197      color: #C5A68E; }
7198    .budgie-session-dialog .button:checked, .budgie-polkit-dialog .button:checked,
7199    .budgie-session-dialog .linked > .button:checked,
7200    .budgie-polkit-dialog .linked > .button:checked {
7201      background-color: alpha(currentColor, 0.2);
7202      color: #ECEFF1;
7203      color: #C5A68E); }
7204    .budgie-session-dialog .button:insensitive, .budgie-polkit-dialog .button:insensitive,
7205    .budgie-session-dialog .linked > .button:insensitive,
7206    .budgie-polkit-dialog .linked > .button:insensitive {
7207      box-shadow: none;
7208      background-color: transparent; }
7209    .budgie-session-dialog .button:first-child, .budgie-polkit-dialog .button:first-child,
7210    .budgie-session-dialog .linked > .button:first-child,
7211    .budgie-polkit-dialog .linked > .button:first-child {
7212      border-bottom-left-radius: 2px;
7213      border-right-width: 0; }
7214    .budgie-session-dialog .button:last-child, .budgie-polkit-dialog .button:last-child,
7215    .budgie-session-dialog .linked > .button:last-child,
7216    .budgie-polkit-dialog .linked > .button:last-child {
7217      border-bottom-right-radius: 2px;
7218      border-left-width: 0; }
7219
7220.budgie-polkit-dialog .message {
7221  color: rgba(236, 239, 241, 0.75); }
7222.budgie-polkit-dialog .failure {
7223  color: #C5A68E;
7224  font-weight: 700; }
7225
7226.drop-shadow {
7227  background-color: #13191C;
7228  background-image: none;
7229  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.2); }
7230
7231/*****************
7232 * Unity Desktop *
7233 *****************/
7234UnityDecoration {
7235  -UnityDecoration-extents: 28px 0 0 0;
7236  -UnityDecoration-input-extents: 8px;
7237  -UnityDecoration-shadow-offset-x: 0;
7238  -UnityDecoration-shadow-offset-y: 8px;
7239  -UnityDecoration-active-shadow-color: rgba(0, 0, 0, 0.24);
7240  -UnityDecoration-active-shadow-radius: 12px;
7241  -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.16);
7242  -UnityDecoration-inactive-shadow-radius: 6px;
7243  -UnityDecoration-glow-size: 10px;
7244  -UnityDecoration-glow-color: #C5A68E;
7245  -UnityDecoration-title-indent: 16px;
7246  -UnityDecoration-title-fade: 32px;
7247  -UnityDecoration-title-alignment: 0.0; }
7248  UnityDecoration.top {
7249    border-width: 1px 0 0;
7250    border-style: solid none none;
7251    border-color: rgba(0, 0, 0, 0.11);
7252    border-radius: 2px 2px 0 0;
7253    padding: 1px 6px 0 6px;
7254    background-image: linear-gradient(to bottom, #322F22);
7255    color: #ECEFF1;
7256    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07); }
7257    UnityDecoration.top:backdrop {
7258      color: rgba(236, 239, 241, 0.3); }
7259  UnityDecoration.left, UnityDecoration.left:backdrop, UnityDecoration.right, UnityDecoration.right:backdrop, UnityDecoration.bottom, UnityDecoration.bottom:backdrop {
7260    background-image: none; }
7261
7262UnityPanelWidget, UnityPanelWidget:backdrop,
7263.unity-panel,
7264.unity-panel:backdrop {
7265  border-bottom: 1px solid #13191c;
7266  color: #ECEFF1;
7267  background-image: linear-gradient(to bottom, #13191c);
7268  box-shadow: none; }
7269
7270.unity-panel.menubar,
7271.unity-panel .menubar {
7272  background-color: transparent;
7273  background-image: none;
7274  box-shadow: none; }
7275  .unity-panel.menubar.menuitem, .unity-panel.menubar .menuitem *,
7276  .unity-panel .menubar.menuitem,
7277  .unity-panel .menubar .menuitem * {
7278    padding: 0 6px;
7279    border-radius: 0;
7280    border-bottom: none;
7281    color: #ECEFF1;
7282    background-color: transparent; }
7283    .unity-panel.menubar.menuitem:hover, .unity-panel.menubar .menuitem *:hover,
7284    .unity-panel .menubar.menuitem:hover,
7285    .unity-panel .menubar .menuitem *:hover {
7286      color: #FFFFFF;
7287      box-shadow: inset 0 -2px #C5A68E; }
7288
7289/************
7290 * Corebird *
7291 ************/
7292GtkStack .button.profile-button:checked {
7293  color: #ECEFF1; }
7294
7295.titlebar.header-bar GtkBox .button.account-button {
7296  border-radius: 2px;
7297  outline-radius: 2px; }
7298  .titlebar.header-bar GtkBox .button.account-button .avatar-round {
7299    border-color: transparent; }
7300
7301/********
7302 * Nemo *
7303 ********/
7304NemoWindow EelEditableLabel.entry {
7305  transition: none; }
7306NemoWindow .toolbar.primary-toolbar {
7307  border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
7308  NemoWindow .toolbar.primary-toolbar .button.toggle,
7309  NemoWindow .toolbar.primary-toolbar .linked > .button {
7310    padding: 0 1.2em 0.1em; }
7311    NemoWindow .toolbar.primary-toolbar .button.toggle.image-button,
7312    NemoWindow .toolbar.primary-toolbar .linked > .button.image-button {
7313      border-radius: 100px;
7314      outline-radius: 100px; }
7315NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button {
7316  padding: 0;
7317  border-radius: 2px;
7318  outline-radius: 2px; }
7319  NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow {
7320    -GtkArrow-arrow-scaling: 0.5; }
7321  NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow {
7322    color: rgba(236, 239, 241, 0.75); }
7323    NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:hover, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:checked, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:hover, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:active, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:checked {
7324      color: #ECEFF1; }
7325      NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:hover:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:active:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:checked:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:hover:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:active:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:checked:insensitive {
7326        color: rgba(236, 239, 241, 0.3); }
7327    NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button:insensitive, NemoWindow .primary-toolbar NemoPathBar.linked.raised > .button GtkArrow:insensitive {
7328      color: rgba(236, 239, 241, 0.225); }
7329NemoWindow .primary-toolbar NemoPathBar.linked.raised .button.text-button,
7330NemoWindow .primary-toolbar NemoPathBar.linked.raised .button.image-button {
7331  padding: 0.3em 0.7em 0.4em; }
7332NemoWindow .notebook {
7333  background-color: #455A64; }
7334NemoWindow .sidebar .frame {
7335  border-width: 0; }
7336NemoWindow .sidebar GtkDrawingArea {
7337  background-color: transparent; }
7338NemoWindow GtkGrid > GtkEventBox {
7339  padding: 0.2em;
7340  background-color: #3b4c54;
7341  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
7342  NemoWindow GtkGrid > GtkEventBox > .toolbar {
7343    border-style: none;
7344    background-color: transparent;
7345    box-shadow: none; }
7346  NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button {
7347    border-radius: 2px;
7348    outline-radius: 2px;
7349    padding: 0.7em 1em 0.8em;
7350    box-shadow: none;
7351    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;
7352    color: rgba(236, 239, 241, 0.75); }
7353    NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:hover {
7354      box-shadow: none;
7355      border-image: none;
7356      color: #ECEFF1; }
7357    NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked {
7358      box-shadow: none;
7359      border-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.5, to(#C5A68E), to(transparent)) 0 0 2/0 0 2px;
7360      background-color: transparent;
7361      color: #ECEFF1; }
7362      NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked:insensitive {
7363        box-shadow: none;
7364        background-color: transparent;
7365        color: rgba(236, 239, 241, 0.3);
7366        border-image: none; }
7367        NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:checked:insensitive > label {
7368          color: inherit; }
7369    NemoWindow GtkGrid > GtkEventBox > .toolbar .button.image-button:insensitive {
7370      box-shadow: none;
7371      background-color: transparent;
7372      color: rgba(236, 239, 241, 0.225);
7373      border-image: none; }
7374  NemoWindow GtkGrid > GtkEventBox > .toolbar .separator.vertical {
7375    -GtkWidget-separator-width: 0;
7376    border: 0 none transparent;
7377    color: transparent; }
7378
7379/***************************
7380 * Cinnamon-control-center *
7381 ***************************/
7382CcShellCategoryView CcShellItemView.view {
7383  background-color: transparent; }
7384
7385.cs-header {
7386  background-color: #3b4c54;
7387  box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.03), inset 0 3px 4px -3px rgba(0, 0, 0, 0.06); }
7388
7389/*********
7390 * XFce4 *
7391 *********/
7392.xfce4-panel {
7393  background-color: #13191c;
7394  color: #ECEFF1;
7395  font-weight: 700; }
7396  .xfce4-panel .button {
7397    box-shadow: none;
7398    background-color: transparent;
7399    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));
7400    padding: 0px 4px;
7401    border: none;
7402    border-radius: 0;
7403    color: #ECEFF1;
7404    background-color: transparent; }
7405    .xfce4-panel .button:hover {
7406      color: #FFFFFF;
7407      background-color: transparent;
7408      box-shadow: inset 0 -2px alpha(currentColor, 0.2); }
7409    .xfce4-panel .button:checked, .xfce4-panel .button:hover:checked, .xfce4-panel .button:insensitive:checked {
7410      color: #FFFFFF;
7411      background-color: transparent;
7412      box-shadow: inset 0 -2px #C5A68E; }
7413    .xfce4-panel .button .label:backdrop, .xfce4-panel .button:backdrop {
7414      opacity: 1.0; }
7415  .xfce4-panel .menu {
7416    -gtk-image-effect: none; }
7417
7418TopMenuAppMenuBar {
7419  background-color: #13191c;
7420  color: #ECEFF1;
7421  box-shadow: none; }
7422  TopMenuAppMenuBar > .menuitem {
7423    color: #ECEFF1;
7424    background-color: transparent; }
7425    TopMenuAppMenuBar > .menuitem:hover {
7426      color: #FFFFFF;
7427      box-shadow: inset 0 -2px #C5A68E; }
7428    TopMenuAppMenuBar > .menuitem:backdrop {
7429      opacity: 1.0; }
7430
7431/************
7432 * Synaptic *
7433 ************/
7434GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar {
7435  background-color: transparent;
7436  box-shadow: none; }
7437  GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox .label,
7438  GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox .entry {
7439    padding-top: 0.1em;
7440    padding-bottom: 0.1em;
7441    font-size: 90%; }
7442  GtkWindow > GtkBox.vertical > GtkBox.horizontal > .toolbar GtkToolItem > GtkBox > .label {
7443    color: rgba(236, 239, 241, 0.3); }
7444GtkWindow > GtkBox.vertical > GtkBox.horizontal > GtkAlignment {
7445  background-color: transparent; }
7446
7447/***********
7448 * Colours *
7449 ***********/
7450@define-color theme_fg_color #ECEFF1;
7451@define-color theme_inverted_fg_color #ECEFF1;
7452@define-color theme_text_color #ECEFF1;
7453@define-color theme_bg_color #3e515a;
7454@define-color theme_base_color #455A64;
7455@define-color theme_selected_bg_color #C5A68E;
7456@define-color theme_selected_fg_color #FFFFFF;
7457@define-color insensitive_bg_color #3e515a;
7458@define-color insensitive_fg_color rgba(236, 239, 241, 0.3);
7459@define-color insensitive_base_color #42565f;
7460@define-color theme_unfocused_fg_color rgba(236, 239, 241, 0.3);
7461@define-color theme_unfocused_inverted_fg_color rgba(236, 239, 241, 0.3);
7462@define-color theme_unfocused_text_color rgba(236, 239, 241, 0.3);
7463@define-color theme_unfocused_inverted_text_color rgba(236, 239, 241, 0.3);
7464@define-color theme_unfocused_bg_color #3e515a;
7465@define-color theme_unfocused_base_color #455A64;
7466@define-color theme_unfocused_selected_bg_color #C5A68E;
7467@define-color theme_unfocused_selected_fg_color #FFFFFF;
7468@define-color placeholder_text_color #607D8B;
7469@define-color borders rgba(0, 0, 0, 0.11);
7470@define-color unfocused_borders rgba(0, 0, 0, 0.11);
7471@define-color warning_color #FF9800;
7472@define-color error_color #F44336;
7473@define-color success_color #00E676;
7474@define-color link_color #03A9F4;
7475@define-color wm_bg_a #322F22;
7476@define-color wm_bg_b rgba(255, 255, 255, 0.07);
7477@define-color content_view_bg #455A64;