Skip to content
Snippets Groups Projects
gtk.css 192 KiB
Newer Older
phob1an's avatar
gtk
phob1an committed
/* GTK NAMED COLORS
   ----------------
   use responsibly! */
/*
widget text/foreground color */
@define-color theme_fg_color #ff0000;
/*
text color for entries, views and content in general */
@define-color theme_text_color #f32627;
/*
widget base background color */
@define-color theme_bg_color #00ff00;
/*
text widgets and the like base background color */
@define-color theme_base_color #fcfcfc;
/*
base background color of selections */
@define-color theme_selected_bg_color #c5cbd8;
/*
text/foreground color of selections */
@define-color theme_selected_fg_color #fcfcfc;
/*
base background color of insensitive widgets */
@define-color insensitive_bg_color #d8dadd;
/*
text foreground color of insensitive widgets */
phob1an's avatar
phob1an committed
@define-color insensitive_fg_color rgba(32, 235, 35, 0.8);
phob1an's avatar
gtk
phob1an committed
/*
insensitive text widgets and the like base background color */
phob1an's avatar
phob1an committed
@define-color insensitive_base_color rgba(32, 35, 235, 0.7);
phob1an's avatar
gtk
phob1an committed
/*
widget text/foreground color on backdrop windows */
@define-color theme_unfocused_fg_color #c5cbd8;
/*
text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #c5cbd8;
/*
widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #2a2e33;
/*
text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #fcfcfc;
/*
base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color rgba(61, 174, 233, 0.5);
/*
text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #fcfcfc;
/*
widgets main borders color */
@define-color borders #bcfebf;
/*
widgets main borders color on backdrop windows */
phob1an's avatar
phob1an committed
@define-color unfocused_borders #4b5466;
phob1an's avatar
gtk
phob1an committed
/*
widgets main borders color insensitive */
@define-color insensitive_borders rgba(170, 173, 174, 0.35);
/*
these are pretty self explicative */
@define-color warning_color #f67400;
@define-color error_color #da4453;
@define-color success_color #27ae60;
@define-color content_view_bg #fcfcfc;
* {
  padding: 0;
  -GtkToolButton-icon-spacing: 4;
  -GtkTextView-error-underline-color: #da4453;
  -GtkButton-child-displacement-x: 0;
  -GtkButton-child-displacement-y: 0;
  -GtkCheckButton-indicator-size: 18;
  -GtkCheckMenuItem-indicator-size: 18;
  -GtkScrolledWindow-scrollbar-spacing: 0;
  -GtkScrolledWindow-scrollbars-within-bevel: 0;
  -GtkScrolled-window-overlay-scrolling: FALSE;
  -GtkToolItemGroup-expander-size: 11;
  -GtkExpander-expander-size: 16;
  -GtkTreeView-expander-size: 11;
  -GtkTreeView-horizontal-separator: 4;
  -GtkWidget-text-handle-width: 20;
  -GtkWidget-text-handle-height: 20;
  -GtkDialog-button-spacing: 4;
  -GtkDialog-action-area-border: 0;
  -GtkStatusbar-shadow-type: none;
  outline-width: 0px; }

/***************
 * Base States *
 ***************/
.background {
  color: #c5cbd8;
  background-color: #2a2e33; }
  .background:backdrop {
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #c5cbd8;
    background-color: #2a2e33; }

/*
   These wildcard seems unavoidable, need to investigate.
   Wildcards are bad and troublesome, use them with care,
   or better, just don't.
   Everytime a wildcard is used a kitten dies, painfully.
*/
*:disabled {
  -gtk-icon-effect: dim; }

.gtkstyle-fallback {
  background-color: #2a2e33;
  color: #c5cbd8; }
  .gtkstyle-fallback:hover {
    background-color: white;
    color: #c5cbd8; }
  .gtkstyle-fallback:active {
    background-color: #d4d7d9;
    color: #c5cbd8; }
  .gtkstyle-fallback:disabled {
    background-color: #d8dadd;
    color: rgba(32, 35, 35, 0.35); }
  .gtkstyle-fallback:selected {
    background-color: #c5cbd8;
    color: #fcfcfc; }

.view text,
textview text,
.view {
  color: #c5cbd8;
  background-color: #171a1d; }
  .view text:backdrop,
  textview text:backdrop,
  .view:backdrop {
    color: #c5cbd8;
    background-color: #171a1d; }
  .view text:disabled,
  textview text:disabled,
  .view:disabled {
    color: rgba(32, 35, 35, 0.35); }
  .view text:selected:focus,
  textview text:selected:focus, .view text:selected,
  textview text:selected,
  .view:selected:focus,
  .view:selected {
    border-radius: 3px; }

textview border {
  background-color: #fcfcfc;
phob1an's avatar
phob1an committed
  background-image: image(#4b5466);
phob1an's avatar
gtk
phob1an committed
  background-repeat: no-repeat; }
  textview border:backdrop {
    background-color: #fcfcfc; }
  textview border.bottom {
    background-size: 100% 1px;
    background-position: top; }
  textview border.top {
    background-size: 100% 1px;
    background-position: bottom; }
  textview border.left {
    background-size: 1px 100%;
    background-position: right; }
  textview border.right {
    background-size: 1px 100%;
    background-position: left; }

.rubberband,
rubberband,
flowbox rubberband,
treeview.view rubberband {
  border: 1px solid #c5cbd8;
  background-color: rgba(61, 174, 233, 0.2); }
  .rubberband:backdrop,
  rubberband:backdrop,
  treeview.view rubberband:backdrop {
    border-color: #c5cbd8;
    background-color: rgba(61, 174, 233, 0.2); }

flowbox flowboxchild {
  padding: 3px;
  border-radius: 3px; }
  flowbox flowboxchild:selected {
    outline-offset: 0px; }

label.separator {
  color: #c5cbd8; }
  label.separator:backdrop {
    color: #c5cbd8; }

label selection {
  background-color: #c5cbd8;
  color: #fcfcfc; }

label:disabled {
  color: rgba(32, 35, 35, 0.35); }
  label:disabled:backdrop {
    color: rgba(32, 35, 35, 0.35); }

label:backdrop {
  color: #c5cbd8; }

.dim-label, label.separator,
headerbar .subtitle {
  opacity: 0.5;
phob1an's avatar
gtk
phob1an committed
  text-shadow: none; }

assistant .sidebar {
  background-color: #c5cbd8;
phob1an's avatar
phob1an committed
  border-top: 1px solid #4b5466; }
phob1an's avatar
gtk
phob1an committed
  assistant .sidebar:backdrop {
    background-color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #4b5466; }
phob1an's avatar
gtk
phob1an committed

assistant.csd .sidebar {
  border-top-style: none; }

assistant .sidebar label {
  padding: 6px 12px; }

assistant .sidebar label.highlight {
  background-color: #d1d1d1; }

.app-notification,
.app-notification.frame, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd,
.osd {
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  border: 1px solid #4b5466;
phob1an's avatar
gtk
phob1an committed
  background-color: rgba(239, 240, 241, 0.8);
  background-clip: padding-box;
  box-shadow: none;
  text-shadow: none;
  -gtk-icon-shadow: none; }
  .app-notification:backdrop, popover.background.touch-selection:backdrop, popover.background.magnifier:backdrop, popover.background.osd:backdrop,
  .osd:backdrop {
    color: #c5cbd8;
    background-color: rgba(239, 240, 241, 0.8);
    -gtk-icon-shadow: none; }

.view text:selected,
textview text:selected,
.view:selected:focus,
.view:selected, .view text selection:focus, .view text selection,
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
entry selection:focus,
entry selection, row:selected, .sidebar:selected {
phob1an's avatar
phob1an committed
  background-color: #c51bd8;
phob1an's avatar
gtk
phob1an committed
  color: #fcfcfc; }
  
  textview text:hover:selected:focus, .view text:hover:selected,
  textview text:hover:selected,
  .view:hover:selected, .view text selection:hover,
  textview text selection:hover, flowbox flowboxchild:hover:selected, spinbutton:not(.vertical) selection:hover:focus, spinbutton:not(.vertical) selection:hover,
  entry selection:hover, row:hover:selected, .sidebar:hover:selected {
phob1an's avatar
phob1an committed
    background-color: #00cee9;
    color: #ffcb38; }
phob1an's avatar
gtk
phob1an committed
  
  textview text:backdrop:selected:focus, .view text:backdrop:selected,
  textview text:backdrop:selected,
  .view:backdrop:selected, .view text selection:backdrop,
  textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop,
  entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected {
    background-color: rgba(61, 174, 233, 0.5);
    color: #fcfcfc; }

.view text:selected,
textview text:selected,
.view:selected:focus,
.view:selected, .view text selection:focus, .view text selection,
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
entry selection:focus,
entry selection, row:selected, .sidebar:selected {
phob1an's avatar
phob1an committed
  background-color: #21486d;
phob1an's avatar
gtk
phob1an committed
  border-radius: 0px; }
  .view text:selected,
  textview text:selected,
  .view:selected:focus,
  .view:selected, .view text selection:focus, .view text selection,
  textview text selection:focus,
  textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection:focus, spinbutton:not(.vertical) selection,
  entry selection:focus,
  entry selection, row:selected, .sidebar:selected {
    color: #fcfcfc; }
    
    textview text:disabled:selected:focus, .view text:disabled:selected,
    textview text:disabled:selected,
    .view:disabled:selected, .view text selection:disabled,
    textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled:focus, spinbutton:not(.vertical) selection:disabled,
    entry selection:disabled, row:disabled:selected, .sidebar:disabled:selected {
      color: #e5e5e5; }
    
    textview text:backdrop:selected:focus, .view text:backdrop:selected,
    textview text:backdrop:selected,
    .view:backdrop:selected, .view text selection:backdrop,
    textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selction, spinbutton:not(.vertical) selection:backdrop:focus, spinbutton:not(.vertical) selection:backdrop,
    entry selection:backdrop, row:backdrop:selected, .sidebar:backdrop:selected {
phob1an's avatar
phob1an committed
      color: #fc0000; }
phob1an's avatar
gtk
phob1an committed
      .view text:backdrop:disabled:selected,
      textview text:backdrop:disabled:selected,
      .view:backdrop:disabled:selected, .view text selection:backdrop:disabled,
      textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selction:disabled, spinbutton:not(.vertical) selection:backdrop:disabled,
      entry selection:backdrop:disabled, row:backdrop:disabled:selected, .sidebar:backdrop:disabled:selected {
        color: #e5e5e5; }

/***********
 * Buttons *
 ***********/
@keyframes needs_attention {
  from {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#c5cbd8), to(transparent)); }
  to {
    background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c5cbd8), to(transparent)); } }

notebook > header > tabs > arrow, .csd popover.background.touch-selection button, .csd popover.background.magnifier button, popover.background.touch-selection button, popover.background.magnifier button,
button, notebook > header > tabs > arrow.osd,
button.osd {
  border: 1px solid;
phob1an's avatar
phob1an committed
  border-radius: 0px;
  padding: 2px 6px;
phob1an's avatar
gtk
phob1an committed
  background-clip: border-box;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
phob1an's avatar
phob1an committed
/*   box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
phob1an's avatar
gtk
phob1an committed
  text-shadow: none;
  -gtk-icon-shadow: none;
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  border-color: #32373d;
  background-image: linear-gradient(to bottom, #434953, #32373d); }
phob1an's avatar
gtk
phob1an committed
  notebook > header > tabs > arrow, button.sidebar-button, popover.background.touch-selection button.flat, popover.background.magnifier button.flat,
  button.flat, notebook > header > tabs > arrow.osd, button.osd.sidebar-button {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    transition: none; }
    notebook > header > tabs > arrow:hover, button.sidebar-button:hover, popover.background.touch-selection button.flat:hover, popover.background.magnifier button.flat:hover,
    button.flat:hover, notebook > header > tabs > arrow.osd:hover {
      transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition-duration: 500ms; }
      notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active,
      button.flat:hover:active {
        transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    notebook > header > tabs > arrow:checked, button.sidebar-button:checked, popover.background.touch-selection button.flat:checked, popover.background.magnifier button.flat:checked,
    button.flat:checked, notebook > header > tabs > arrow.osd:checked {
phob1an's avatar
phob1an committed
      background-color: #4b5466; }
phob1an's avatar
gtk
phob1an committed
  notebook > header > tabs > arrow:hover, popover.background.touch-selection button:hover, popover.background.magnifier button:hover,
  button:hover, notebook > header > tabs > arrow.osd:hover {
phob1an's avatar
phob1an committed
    color: #ffffff;
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    -gtk-icon-effect: none; }
  notebook > header > tabs > arrow:active, popover.background.touch-selection button:active, popover.background.magnifier button:active,
  button:active, notebook > header > tabs > arrow.osd:active, notebook > header > tabs > arrow:checked, popover.background.touch-selection button:checked, popover.background.magnifier button:checked,
  button:checked, notebook > header > tabs > arrow.osd:checked {
    color: #dcebee;
phob1an's avatar
phob1an committed
    border-color: #32373d;
    background-image: linear-gradient(to bottom, #2a2e33, #32373d);
phob1an's avatar
gtk
phob1an committed
    transition-duration: 50ms; }
    notebook > header > tabs > arrow:active:hover, popover.background.touch-selection button:active:hover, popover.background.magnifier button:active:hover,
    button:active:hover, notebook > header > tabs > arrow:checked:hover, popover.background.touch-selection button:checked:hover, popover.background.magnifier button:checked:hover,
    button:checked:hover {
      color: #ffffff;
phob1an's avatar
phob1an committed
      border-color: #4b5466; }
phob1an's avatar
gtk
phob1an committed
/*       background-image: transparent; } */
  notebook > header > tabs > arrow:backdrop, popover.background.touch-selection button:backdrop, popover.background.magnifier button:backdrop,
  button:backdrop, notebook > header > tabs > arrow.osd:backdrop {
    color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #2a2e33;
    background-image: linear-gradient(to bottom, #32373d, #2a2e33);
phob1an's avatar
gtk
phob1an committed
    -gtk-icon-effect: none; }
    notebook > header > tabs > arrow:backdrop:active, popover.background.touch-selection button:backdrop:active, popover.background.magnifier button:backdrop:active,
    button:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, popover.background.touch-selection button:backdrop:checked, popover.background.magnifier button:backdrop:checked,
    button:backdrop:checked {
phob1an's avatar
phob1an committed
      color: #3b424e;
phob1an's avatar
phob1an committed
      border-color: #32373d;
      background-image: linear-gradient(to bottom, #2a2e33, #32373d); }
phob1an's avatar
gtk
phob1an committed
    notebook > header > tabs > arrow:backdrop:disabled, popover.background.touch-selection button:backdrop:disabled, popover.background.magnifier button:backdrop:disabled,
    button:backdrop:disabled {
phob1an's avatar
phob1an committed
      color: #3b424e;
phob1an's avatar
gtk
phob1an committed
      border-color: rgba(170, 173, 174, 0.35);
phob1an's avatar
phob1an committed
      background-image: linear-gradient(to bottom, #2a2e33, #32373d); }
phob1an's avatar
gtk
phob1an committed
      notebook > header > tabs > arrow:backdrop:disabled > .label, popover.background.touch-selection button:backdrop:disabled > .label, popover.background.magnifier button:backdrop:disabled > .label, button:backdrop:disabled > .label {
        color: inherit; }
    notebook > header > tabs > arrow:backdrop:disabled:active,
    button:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked,
    button:backdrop:disabled:checked {
      color: #e5e5e5;
phob1an's avatar
phob1an committed
      border-color: #2a2e33;
      background-color: #3a4047; }
phob1an's avatar
gtk
phob1an committed
      notebook > header > tabs > arrow:backdrop:disabled:active > .label, popover.background.touch-selection button:backdrop:disabled:active > .label, popover.background.magnifier button:backdrop:disabled:active > .label, button:backdrop:disabled:active > .label, notebook > header > tabs > arrow:backdrop:disabled:checked > .label, popover.background.touch-selection button:backdrop:disabled:checked > .label, popover.background.magnifier button:backdrop:disabled:checked > .label, button:backdrop:disabled:checked > .label {
        color: inherit; }
  notebook > header > tabs > arrow:backdrop, button.sidebar-button:backdrop, popover.background.touch-selection button.flat:backdrop, popover.background.magnifier button.flat:backdrop,
  button.flat:backdrop, notebook > header > tabs > arrow.osd:backdrop {
    -gtk-icon-effect: none;
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #c5cbd8; }
  notebook > header > tabs > arrow:disabled, button.sidebar-button:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled,
  button.flat:disabled, notebook > header > tabs > arrow.osd:disabled {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: rgba(32, 35, 35, 0.35); }
  notebook > header > tabs > arrow:backdrop:disabled, button.sidebar-button:backdrop:disabled,
  button.flat:backdrop:disabled {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: rgba(32, 35, 35, 0.35); }
  notebook > header > tabs > arrow:disabled, popover.background.touch-selection button:disabled, popover.background.magnifier button:disabled,
  button:disabled, notebook > header > tabs > arrow.osd:disabled {
phob1an's avatar
phob1an committed
    color: #8f939c;
    border-radius: 0px;
    border-color: #424951;
    background-color: #424951; }
/*     background-image: linear-gradient(to bottom, red, #d8d3be); } */
phob1an's avatar
gtk
phob1an committed
    notebook > header > tabs > arrow:disabled > .label, popover.background.touch-selection button:disabled > .label, popover.background.magnifier button:disabled > .label, button:disabled > .label {
      color: inherit; }
    notebook > header > tabs > arrow:disabled:active, popover.background.touch-selection button:disabled:active, popover.background.magnifier button:disabled:active,
    button:disabled:active, notebook > header > tabs > arrow:disabled:checked, popover.background.touch-selection button:disabled:checked, popover.background.magnifier button:disabled:checked,
    button:disabled:checked {
      color: #e5e5e5;
phob1an's avatar
phob1an committed
      border-color: #3b424d;
      background-color: #3b424d; }
phob1an's avatar
gtk
phob1an committed
      notebook > header > tabs > arrow:disabled:active > .label, popover.background.touch-selection button:disabled:active > .label, popover.background.magnifier button:disabled:active > .label, button:disabled:active > .label, notebook > header > tabs > arrow:disabled:checked > .label, popover.background.touch-selection button:disabled:checked > .label, popover.background.magnifier button:disabled:checked > .label, button:disabled:checked > .label {
        color: inherit; }
  notebook > header > tabs > arrow separator, .csd popover.background.touch-selection button separator, .csd popover.background.magnifier button separator, popover.background.touch-selection button separator, popover.background.magnifier button separator, button separator, notebook > header > tabs > arrow.osd separator, button.osd separator {
    background-color: transparent;
    background-image: none;
    color: transparent; }

notebook > header > tabs > arrow.image-button, popover.background.touch-selection button.image-button, popover.background.magnifier button.image-button,
button.image-button {
  min-width: 16px;
  padding: 6px; }

notebook > header > tabs > arrow.text-button, popover.background.touch-selection button.text-button, popover.background.magnifier button.text-button,
button.text-button {
  padding-left: 6px;
  padding-right: 6px; }

notebook > header > tabs > arrow.text-button.image-button, popover.background.touch-selection button.text-button.image-button, popover.background.magnifier button.text-button.image-button,
button.text-button.image-button {
  padding-left: 6px;
  padding-right: 6px; }
  notebook > header > tabs > arrow.text-button.image-button label, popover.background.touch-selection button.text-button.image-button label, popover.background.magnifier button.text-button.image-button label,
  button.text-button.image-button label {
    padding-left: 6px;
    padding-right: 6px; }

row:selected popover.background.touch-selection button, popover.background.touch-selection row:selected button, row:selected popover.background.magnifier button, popover.background.magnifier row:selected button, row:selected
button {
phob1an's avatar
phob1an committed
  border-color: #ffcbd8; }
phob1an's avatar
gtk
phob1an committed
  row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled), popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled), row:selected
  button.flat:not(:active):not(:checked):not(:hover):not(disabled) {
phob1an's avatar
phob1an committed
    color: #00fcfc;
phob1an's avatar
gtk
phob1an committed
    border-color: transparent; }
    row:selected popover.background.touch-selection button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.touch-selection row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected popover.background.magnifier button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, popover.background.magnifier row:selected button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop, row:selected
    button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
      color: #fcfcfc; }

popover.background.touch-selection button.suggested-action, popover.background.magnifier button.suggested-action,
popover.background.touch-selection button.suggested-action.osd button,
popover.background.magnifier button.suggested-action.osd button,
button.suggested-action,
button.suggested-action.osd popover.background.touch-selection button,
popover.background.touch-selection button.suggested-action.osd button,
button.suggested-action.osd popover.background.magnifier button,
popover.background.magnifier button.suggested-action.osd button,
popover.background.touch-selection button.suggested-action.osd button,
popover.background.magnifier button.suggested-action.osd button,
button.suggested-action.osd
button {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -gtk-icon-shadow: none;
phob1an's avatar
phob1an committed
  color: #c5cbd8;
  border-color: #8eb59c;
  background-image: linear-gradient(to bottom, #434953 , #32373c); }
phob1an's avatar
gtk
phob1an committed
  popover.background.touch-selection button.suggested-action.flat, popover.background.magnifier button.suggested-action.flat,
  popover.background.touch-selection button.suggested-action.osd button.flat,
  popover.background.magnifier button.suggested-action.osd button.flat,
  button.suggested-action.flat,
  button.suggested-action.osd popover.background.touch-selection button.flat,
  popover.background.touch-selection button.suggested-action.osd button.flat,
  button.suggested-action.osd popover.background.magnifier button.flat,
  popover.background.magnifier button.suggested-action.osd button.flat,
  popover.background.touch-selection button.suggested-action.osd button.flat,
  popover.background.magnifier button.suggested-action.osd button.flat,
  button.suggested-action.osd
  button.flat {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #c5cbd8; }
  popover.background.touch-selection button.suggested-action:hover, popover.background.magnifier button.suggested-action:hover,
  popover.background.touch-selection button.suggested-action.osd button:hover,
  popover.background.magnifier button.suggested-action.osd button:hover,
  button.suggested-action:hover,
  button.suggested-action.osd popover.background.touch-selection button:hover,
  popover.background.touch-selection button.suggested-action.osd button:hover,
  button.suggested-action.osd popover.background.magnifier button:hover,
  popover.background.magnifier button.suggested-action.osd button:hover,
  popover.background.touch-selection button.suggested-action.osd button:hover,
  popover.background.magnifier button.suggested-action.osd button:hover,
  button.suggested-action.osd
  button:hover {
    color: white;
    border-color: #c5cbd8; }
  popover.background.touch-selection button.suggested-action:active, popover.background.magnifier button.suggested-action:active, popover.background.touch-selection button.suggested-action:checked, popover.background.magnifier button.suggested-action:checked,
  popover.background.touch-selection button.suggested-action.osd button:active,
  popover.background.magnifier button.suggested-action.osd button:active,
  popover.background.touch-selection button.suggested-action.osd button:checked,
  popover.background.magnifier button.suggested-action.osd button:checked,
  button.suggested-action:active,
  button.suggested-action:checked,
  button.suggested-action.osd popover.background.touch-selection button:active,
  popover.background.touch-selection button.suggested-action.osd button:active,
  button.suggested-action.osd popover.background.magnifier button:active,
  popover.background.magnifier button.suggested-action.osd button:active,
  button.suggested-action.osd popover.background.touch-selection button:checked,
  popover.background.touch-selection button.suggested-action.osd button:checked,
  button.suggested-action.osd popover.background.magnifier button:checked,
  popover.background.magnifier button.suggested-action.osd button:checked,
  popover.background.touch-selection button.suggested-action.osd button:active,
  popover.background.magnifier button.suggested-action.osd button:active,
  popover.background.touch-selection button.suggested-action.osd button:checked,
  popover.background.magnifier button.suggested-action.osd button:checked,
  button.suggested-action.osd
  button:active,
  button.suggested-action.osd
  button:checked {
    color: white;
    border-color: #c5cbd8;
    background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); }
  popover.background.touch-selection button.suggested-action:backdrop, popover.background.magnifier button.suggested-action:backdrop, popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button:backdrop,
  popover.background.magnifier button.suggested-action.osd button:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  button.suggested-action:backdrop,
  button.suggested-action.flat:backdrop,
  button.suggested-action.osd popover.background.touch-selection button:backdrop,
  popover.background.touch-selection button.suggested-action.osd button:backdrop,
  button.suggested-action.osd popover.background.magnifier button:backdrop,
  popover.background.magnifier button.suggested-action.osd button:backdrop,
  button.suggested-action.osd popover.background.touch-selection button.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  button.suggested-action.osd popover.background.magnifier button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button:backdrop,
  popover.background.magnifier button.suggested-action.osd button:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  button.suggested-action.osd
  button:backdrop,
  button.suggested-action.osd
  button.flat:backdrop {
    color: white;
phob1an's avatar
phob1an committed
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-image: linear-gradient(to bottom, #40afe9, #35abe8); }
    popover.background.touch-selection button.suggested-action:backdrop:active, popover.background.magnifier button.suggested-action:backdrop:active, popover.background.touch-selection button.suggested-action:backdrop:checked, popover.background.magnifier button.suggested-action:backdrop:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:active, popover.background.magnifier button.suggested-action.flat:backdrop:active, popover.background.touch-selection button.suggested-action.flat:backdrop:checked, popover.background.magnifier button.suggested-action.flat:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked,
    button.suggested-action:backdrop:active,
    button.suggested-action:backdrop:checked,
    button.suggested-action.flat:backdrop:active,
    button.suggested-action.flat:backdrop:checked,
    button.suggested-action.osd popover.background.touch-selection button:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:active,
    button.suggested-action.osd popover.background.magnifier button:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button:backdrop:active,
    button.suggested-action.osd popover.background.touch-selection button:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:checked,
    button.suggested-action.osd popover.background.magnifier button:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button:backdrop:checked,
    button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active,
    button.suggested-action.osd popover.background.magnifier button.flat:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active,
    button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked,
    button.suggested-action.osd popover.background.magnifier button.flat:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button:backdrop:checked,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:active,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:active,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:checked,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:checked,
    button.suggested-action.osd
    button:backdrop:active,
    button.suggested-action.osd
    button:backdrop:checked,
    button.suggested-action.osd
    button.flat:backdrop:active,
    button.suggested-action.osd
    button.flat:backdrop:checked {
phob1an's avatar
phob1an committed
      color: green;
phob1an's avatar
gtk
phob1an committed
      border-color: #c5cbd8;
      background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); }
    popover.background.touch-selection button.suggested-action:backdrop:disabled, popover.background.magnifier button.suggested-action:backdrop:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
    button.suggested-action:backdrop:disabled,
    button.suggested-action.flat:backdrop:disabled,
    button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled,
    button.suggested-action.osd popover.background.magnifier button:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button:backdrop:disabled,
    button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
    button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button:backdrop:disabled,
    popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
    popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
    button.suggested-action.osd
    button:backdrop:disabled,
    button.suggested-action.osd
    button.flat:backdrop:disabled {
      color: rgba(32, 35, 35, 0.35);
      border-color: rgba(170, 173, 174, 0.35);
      background-image: linear-gradient(to bottom, #dadcdf, #d1d4d7); }
      popover.background.touch-selection button.suggested-action:backdrop:disabled > .label, popover.background.magnifier button.suggested-action:backdrop:disabled > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label,
      button.suggested-action:backdrop:disabled > .label,
      button.suggested-action.flat:backdrop:disabled > .label,
      button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label,
      button.suggested-action.osd popover.background.magnifier button:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label,
      button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label,
      button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled > .label,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled > .label,
      button.suggested-action.osd
      button:backdrop:disabled > .label,
      button.suggested-action.osd
      button.flat:backdrop:disabled > .label {
        color: inherit; }
      popover.background.touch-selection button.suggested-action:backdrop:disabled:active, popover.background.magnifier button.suggested-action:backdrop:disabled:active, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked, popover.background.magnifier button.suggested-action:backdrop:disabled:checked, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked,
      button.suggested-action:backdrop:disabled:active,
      button.suggested-action:backdrop:disabled:checked,
      button.suggested-action.flat:backdrop:disabled:active,
      button.suggested-action.flat:backdrop:disabled:checked,
      button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active,
      button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active,
      button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked,
      button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked,
      button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active,
      button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active,
      button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked,
      button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked,
      button.suggested-action.osd
      button:backdrop:disabled:active,
      button.suggested-action.osd
      button:backdrop:disabled:checked,
      button.suggested-action.osd
      button.flat:backdrop:disabled:active,
      button.suggested-action.osd
      button.flat:backdrop:disabled:checked {
        color: #e8e8e8;
        border-color: rgba(37, 164, 230, 0.35);
        background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); }
        popover.background.touch-selection button.suggested-action:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.suggested-action.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        button.suggested-action:backdrop:disabled:active > .label,
        button.suggested-action:backdrop:disabled:checked > .label,
        button.suggested-action.flat:backdrop:disabled:active > .label,
        button.suggested-action.flat:backdrop:disabled:checked > .label,
        button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label,
        button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label,
        button.suggested-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label,
        button.suggested-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label,
        button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled:checked > .label,
        button.suggested-action.osd
        button:backdrop:disabled:active > .label,
        button.suggested-action.osd
        button:backdrop:disabled:checked > .label,
        button.suggested-action.osd
        button.flat:backdrop:disabled:active > .label,
        button.suggested-action.osd
        button.flat:backdrop:disabled:checked > .label {
          color: inherit; }
  popover.background.touch-selection button.suggested-action.flat:backdrop, popover.background.magnifier button.suggested-action.flat:backdrop, popover.background.touch-selection button.suggested-action.flat:disabled, popover.background.magnifier button.suggested-action.flat:disabled, popover.background.touch-selection button.suggested-action.flat:backdrop:disabled, popover.background.magnifier button.suggested-action.flat:backdrop:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
  button.suggested-action.flat:backdrop,
  button.suggested-action.flat:disabled,
  button.suggested-action.flat:backdrop:disabled,
  button.suggested-action.osd popover.background.touch-selection button.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  button.suggested-action.osd popover.background.magnifier button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  button.suggested-action.osd popover.background.touch-selection button.flat:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:disabled,
  button.suggested-action.osd popover.background.magnifier button.flat:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:disabled,
  button.suggested-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
  button.suggested-action.osd popover.background.magnifier button.flat:backdrop:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop,
  popover.background.touch-selection button.suggested-action.osd button.flat:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:disabled,
  popover.background.touch-selection button.suggested-action.osd button.flat:backdrop:disabled,
  popover.background.magnifier button.suggested-action.osd button.flat:backdrop:disabled,
  button.suggested-action.osd
  button.flat:backdrop,
  button.suggested-action.osd
  button.flat:disabled,
  button.suggested-action.osd
  button.flat:backdrop:disabled {
phob1an's avatar
phob1an committed
    border-color: rgba(255, 2, 255, 0.9);
    background-color: #009900;
phob1an's avatar
gtk
phob1an committed
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
phob1an's avatar
phob1an committed
    color: rgba(61, 174, 23, 0.8); }
phob1an's avatar
gtk
phob1an committed
  popover.background.touch-selection button.suggested-action:disabled, popover.background.magnifier button.suggested-action:disabled,
  popover.background.touch-selection button.suggested-action.osd button:disabled,
  popover.background.magnifier button.suggested-action.osd button:disabled,
  button.suggested-action:disabled,
  button.suggested-action.osd popover.background.touch-selection button:disabled,
  popover.background.touch-selection button.suggested-action.osd button:disabled,
  button.suggested-action.osd popover.background.magnifier button:disabled,
  popover.background.magnifier button.suggested-action.osd button:disabled,
  popover.background.touch-selection button.suggested-action.osd button:disabled,
  popover.background.magnifier button.suggested-action.osd button:disabled,
  button.suggested-action.osd
  button:disabled {
    color: rgba(32, 35, 35, 0.35);
    border-color: rgba(170, 173, 174, 0.35);
    background-image: linear-gradient(to bottom, #dadcdf, #d1d4d7); }
    popover.background.touch-selection button.suggested-action:disabled > .label, popover.background.magnifier button.suggested-action:disabled > .label,
    popover.background.touch-selection button.suggested-action.osd button:disabled > .label,
    popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled > .label,
    popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled > .label,
    popover.background.magnifier button.suggested-action.osd button:disabled > .label,
    button.suggested-action:disabled > .label,
    button.suggested-action.osd popover.background.touch-selection button:disabled > .label,
    popover.background.touch-selection button.suggested-action.osd button:disabled > .label,
    button.suggested-action.osd popover.background.magnifier button:disabled > .label,
    popover.background.magnifier button.suggested-action.osd button:disabled > .label,
    popover.background.touch-selection button.suggested-action.osd button:disabled > .label,
    popover.background.magnifier button.suggested-action.osd button:disabled > .label,
    button.suggested-action.osd
    button:disabled > .label {
      color: inherit; }
    popover.background.touch-selection button.suggested-action:disabled:active, popover.background.magnifier button.suggested-action:disabled:active, popover.background.touch-selection button.suggested-action:disabled:checked, popover.background.magnifier button.suggested-action:disabled:checked,
    popover.background.touch-selection button.suggested-action.osd button:disabled:active,
    popover.background.magnifier button.suggested-action.osd button:disabled:active,
    popover.background.touch-selection button.suggested-action.osd button:disabled:checked,
    popover.background.magnifier button.suggested-action.osd button:disabled:checked,
    button.suggested-action:disabled:active,
    button.suggested-action:disabled:checked,
    button.suggested-action.osd popover.background.touch-selection button:disabled:active,
    popover.background.touch-selection button.suggested-action.osd button:disabled:active,
    button.suggested-action.osd popover.background.magnifier button:disabled:active,
    popover.background.magnifier button.suggested-action.osd button:disabled:active,
    button.suggested-action.osd popover.background.touch-selection button:disabled:checked,
    popover.background.touch-selection button.suggested-action.osd button:disabled:checked,
    button.suggested-action.osd popover.background.magnifier button:disabled:checked,
    popover.background.magnifier button.suggested-action.osd button:disabled:checked,
    popover.background.touch-selection button.suggested-action.osd button:disabled:active,
    popover.background.magnifier button.suggested-action.osd button:disabled:active,
    popover.background.touch-selection button.suggested-action.osd button:disabled:checked,
    popover.background.magnifier button.suggested-action.osd button:disabled:checked,
    button.suggested-action.osd
    button:disabled:active,
    button.suggested-action.osd
    button:disabled:checked {
      color: #e8e8e8;
      border-color: rgba(37, 164, 230, 0.35);
      background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); }
      popover.background.touch-selection button.suggested-action:disabled:active > .label, popover.background.magnifier button.suggested-action:disabled:active > .label, popover.background.touch-selection button.suggested-action:disabled:checked > .label, popover.background.magnifier button.suggested-action:disabled:checked > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label,
      popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label,
      popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:active > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:active > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label,
      popover.background.magnifier button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label,
      popover.background.touch-selection button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label,
      button.suggested-action:disabled:active > .label,
      button.suggested-action:disabled:checked > .label,
      button.suggested-action.osd popover.background.touch-selection button:disabled:active > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label,
      button.suggested-action.osd popover.background.magnifier button:disabled:active > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:active > .label,
      button.suggested-action.osd popover.background.touch-selection button:disabled:checked > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label,
      button.suggested-action.osd popover.background.magnifier button:disabled:checked > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:active > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:active > .label,
      popover.background.touch-selection button.suggested-action.osd button:disabled:checked > .label,
      popover.background.magnifier button.suggested-action.osd button:disabled:checked > .label,
      button.suggested-action.osd
      button:disabled:active > .label,
      button.suggested-action.osd
      button:disabled:checked > .label {
        color: inherit; }

popover.background.touch-selection button.destructive-action, popover.background.magnifier button.destructive-action,
popover.background.touch-selection button.destructive-action.osd button,
popover.background.magnifier button.destructive-action.osd button,
button.destructive-action,
button.destructive-action.osd popover.background.touch-selection button,
popover.background.touch-selection button.destructive-action.osd button,
button.destructive-action.osd popover.background.magnifier button,
popover.background.magnifier button.destructive-action.osd button,
popover.background.touch-selection button.destructive-action.osd button,
popover.background.magnifier button.destructive-action.osd button,
button.destructive-action.osd
button {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -gtk-icon-shadow: none;
  color: #fcfcfc;
  border-color: #da4453;
  background-image: linear-gradient(to bottom, #da4655, #d93d4d); }
  popover.background.touch-selection button.destructive-action.flat, popover.background.magnifier button.destructive-action.flat,
  popover.background.touch-selection button.destructive-action.osd button.flat,
  popover.background.magnifier button.destructive-action.osd button.flat,
  button.destructive-action.flat,
  button.destructive-action.osd popover.background.touch-selection button.flat,
  popover.background.touch-selection button.destructive-action.osd button.flat,
  button.destructive-action.osd popover.background.magnifier button.flat,
  popover.background.magnifier button.destructive-action.osd button.flat,
  popover.background.touch-selection button.destructive-action.osd button.flat,
  popover.background.magnifier button.destructive-action.osd button.flat,
  button.destructive-action.osd
  button.flat {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #da4453; }
  popover.background.touch-selection button.destructive-action:hover, popover.background.magnifier button.destructive-action:hover,
  popover.background.touch-selection button.destructive-action.osd button:hover,
  popover.background.magnifier button.destructive-action.osd button:hover,
  button.destructive-action:hover,
  button.destructive-action.osd popover.background.touch-selection button:hover,
  popover.background.touch-selection button.destructive-action.osd button:hover,
  button.destructive-action.osd popover.background.magnifier button:hover,
  popover.background.magnifier button.destructive-action.osd button:hover,
  popover.background.touch-selection button.destructive-action.osd button:hover,
  popover.background.magnifier button.destructive-action.osd button:hover,
  button.destructive-action.osd
  button:hover {
    color: white;
    border-color: #da4453; }
  popover.background.touch-selection button.destructive-action:active, popover.background.magnifier button.destructive-action:active, popover.background.touch-selection button.destructive-action:checked, popover.background.magnifier button.destructive-action:checked,
  popover.background.touch-selection button.destructive-action.osd button:active,
  popover.background.magnifier button.destructive-action.osd button:active,
  popover.background.touch-selection button.destructive-action.osd button:checked,
  popover.background.magnifier button.destructive-action.osd button:checked,
  button.destructive-action:active,
  button.destructive-action:checked,
  button.destructive-action.osd popover.background.touch-selection button:active,
  popover.background.touch-selection button.destructive-action.osd button:active,
  button.destructive-action.osd popover.background.magnifier button:active,
  popover.background.magnifier button.destructive-action.osd button:active,
  button.destructive-action.osd popover.background.touch-selection button:checked,
  popover.background.touch-selection button.destructive-action.osd button:checked,
  button.destructive-action.osd popover.background.magnifier button:checked,
  popover.background.magnifier button.destructive-action.osd button:checked,
  popover.background.touch-selection button.destructive-action.osd button:active,
  popover.background.magnifier button.destructive-action.osd button:active,
  popover.background.touch-selection button.destructive-action.osd button:checked,
  popover.background.magnifier button.destructive-action.osd button:checked,
  button.destructive-action.osd
  button:active,
  button.destructive-action.osd
  button:checked {
    color: white;
    border-color: #da4453;
    background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); }
  popover.background.touch-selection button.destructive-action:backdrop, popover.background.magnifier button.destructive-action:backdrop, popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button:backdrop,
  popover.background.magnifier button.destructive-action.osd button:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  button.destructive-action:backdrop,
  button.destructive-action.flat:backdrop,
  button.destructive-action.osd popover.background.touch-selection button:backdrop,
  popover.background.touch-selection button.destructive-action.osd button:backdrop,
  button.destructive-action.osd popover.background.magnifier button:backdrop,
  popover.background.magnifier button.destructive-action.osd button:backdrop,
  button.destructive-action.osd popover.background.touch-selection button.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  button.destructive-action.osd popover.background.magnifier button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button:backdrop,
  popover.background.magnifier button.destructive-action.osd button:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  button.destructive-action.osd
  button:backdrop,
  button.destructive-action.osd
  button.flat:backdrop {
    color: white;
phob1an's avatar
phob1an committed
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-image: linear-gradient(to bottom, #da4655, #d93d4d); }
    popover.background.touch-selection button.destructive-action:backdrop:active, popover.background.magnifier button.destructive-action:backdrop:active, popover.background.touch-selection button.destructive-action:backdrop:checked, popover.background.magnifier button.destructive-action:backdrop:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:active, popover.background.magnifier button.destructive-action.flat:backdrop:active, popover.background.touch-selection button.destructive-action.flat:backdrop:checked, popover.background.magnifier button.destructive-action.flat:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked,
    button.destructive-action:backdrop:active,
    button.destructive-action:backdrop:checked,
    button.destructive-action.flat:backdrop:active,
    button.destructive-action.flat:backdrop:checked,
    button.destructive-action.osd popover.background.touch-selection button:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:active,
    button.destructive-action.osd popover.background.magnifier button:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button:backdrop:active,
    button.destructive-action.osd popover.background.touch-selection button:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:checked,
    button.destructive-action.osd popover.background.magnifier button:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button:backdrop:checked,
    button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active,
    button.destructive-action.osd popover.background.magnifier button.flat:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active,
    button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked,
    button.destructive-action.osd popover.background.magnifier button.flat:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button:backdrop:checked,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:active,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:active,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:checked,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:checked,
    button.destructive-action.osd
    button:backdrop:active,
    button.destructive-action.osd
    button:backdrop:checked,
    button.destructive-action.osd
    button.flat:backdrop:active,
    button.destructive-action.osd
    button.flat:backdrop:checked {
      color: white;
      border-color: #da4453;
      background-image: linear-gradient(to bottom, #db4b5a, #d62e3f); }
    popover.background.touch-selection button.destructive-action:backdrop:disabled, popover.background.magnifier button.destructive-action:backdrop:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
    button.destructive-action:backdrop:disabled,
    button.destructive-action.flat:backdrop:disabled,
    button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled,
    button.destructive-action.osd popover.background.magnifier button:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button:backdrop:disabled,
    button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
    button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button:backdrop:disabled,
    popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
    popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
    button.destructive-action.osd
    button:backdrop:disabled,
    button.destructive-action.osd
    button.flat:backdrop:disabled {
      color: rgba(32, 35, 35, 0.35);
phob1an's avatar
phob1an committed
      border-color: rgba(170, 8, 174, 0.35);
phob1an's avatar
gtk
phob1an committed
      background-image: linear-gradient(to bottom, #dadcdf, #d1d4d7); }
      popover.background.touch-selection button.destructive-action:backdrop:disabled > .label, popover.background.magnifier button.destructive-action:backdrop:disabled > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label,
      button.destructive-action:backdrop:disabled > .label,
      button.destructive-action.flat:backdrop:disabled > .label,
      button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label,
      button.destructive-action.osd popover.background.magnifier button:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label,
      button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label,
      button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled > .label,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled > .label,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled > .label,
      button.destructive-action.osd
      button:backdrop:disabled > .label,
      button.destructive-action.osd
      button.flat:backdrop:disabled > .label {
        color: inherit; }
      popover.background.touch-selection button.destructive-action:backdrop:disabled:active, popover.background.magnifier button.destructive-action:backdrop:disabled:active, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked, popover.background.magnifier button.destructive-action:backdrop:disabled:checked, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked,
      button.destructive-action:backdrop:disabled:active,
      button.destructive-action:backdrop:disabled:checked,
      button.destructive-action.flat:backdrop:disabled:active,
      button.destructive-action.flat:backdrop:disabled:checked,
      button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active,
      button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active,
      button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked,
      button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked,
      button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active,
      button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active,
      button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked,
      button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active,
      popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked,
      popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked,
      button.destructive-action.osd
      button:backdrop:disabled:active,
      button.destructive-action.osd
      button:backdrop:disabled:checked,
      button.destructive-action.osd
      button.flat:backdrop:disabled:active,
      button.destructive-action.osd
      button.flat:backdrop:disabled:checked {
        color: #e8e8e8;
        border-color: rgba(214, 46, 63, 0.35);
        background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); }
        popover.background.touch-selection button.destructive-action:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action:backdrop:disabled:checked > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:active > .label, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled:checked > .label, popover.background.magnifier button.destructive-action.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        button.destructive-action:backdrop:disabled:active > .label,
        button.destructive-action:backdrop:disabled:checked > .label,
        button.destructive-action.flat:backdrop:disabled:active > .label,
        button.destructive-action.flat:backdrop:disabled:checked > .label,
        button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label,
        button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label,
        button.destructive-action.osd popover.background.touch-selection button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label,
        button.destructive-action.osd popover.background.magnifier button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label,
        button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button:backdrop:disabled:checked > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:active > .label,
        popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled:checked > .label,
        button.destructive-action.osd
        button:backdrop:disabled:active > .label,
        button.destructive-action.osd
        button:backdrop:disabled:checked > .label,
        button.destructive-action.osd
        button.flat:backdrop:disabled:active > .label,
        button.destructive-action.osd
        button.flat:backdrop:disabled:checked > .label {
          color: inherit; }
  popover.background.touch-selection button.destructive-action.flat:backdrop, popover.background.magnifier button.destructive-action.flat:backdrop, popover.background.touch-selection button.destructive-action.flat:disabled, popover.background.magnifier button.destructive-action.flat:disabled, popover.background.touch-selection button.destructive-action.flat:backdrop:disabled, popover.background.magnifier button.destructive-action.flat:backdrop:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
  button.destructive-action.flat:backdrop,
  button.destructive-action.flat:disabled,
  button.destructive-action.flat:backdrop:disabled,
  button.destructive-action.osd popover.background.touch-selection button.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  button.destructive-action.osd popover.background.magnifier button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  button.destructive-action.osd popover.background.touch-selection button.flat:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:disabled,
  button.destructive-action.osd popover.background.magnifier button.flat:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:disabled,
  button.destructive-action.osd popover.background.touch-selection button.flat:backdrop:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
  button.destructive-action.osd popover.background.magnifier button.flat:backdrop:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop,
  popover.background.touch-selection button.destructive-action.osd button.flat:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:disabled,
  popover.background.touch-selection button.destructive-action.osd button.flat:backdrop:disabled,
  popover.background.magnifier button.destructive-action.osd button.flat:backdrop:disabled,
  button.destructive-action.osd
  button.flat:backdrop,
  button.destructive-action.osd
  button.flat:disabled,
  button.destructive-action.osd
  button.flat:backdrop:disabled {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
phob1an's avatar
phob1an committed
    color: #05cbd8;
phob1an's avatar
gtk
phob1an committed
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: rgba(218, 68, 83, 0.8); }
  popover.background.touch-selection button.destructive-action:disabled, popover.background.magnifier button.destructive-action:disabled,
  popover.background.touch-selection button.destructive-action.osd button:disabled,
  popover.background.magnifier button.destructive-action.osd button:disabled,
  button.destructive-action:disabled,
  button.destructive-action.osd popover.background.touch-selection button:disabled,
  popover.background.touch-selection button.destructive-action.osd button:disabled,
  button.destructive-action.osd popover.background.magnifier button:disabled,
  popover.background.magnifier button.destructive-action.osd button:disabled,
  popover.background.touch-selection button.destructive-action.osd button:disabled,
  popover.background.magnifier button.destructive-action.osd button:disabled,
  button.destructive-action.osd
  button:disabled {
    color: rgba(32, 35, 35, 0.35);
    border-color: rgba(170, 173, 174, 0.35);
phob1an's avatar
phob1an committed
    background-image: linear-gradient(to bottom, #fadc9f, #d1d4d7); }
phob1an's avatar
gtk
phob1an committed
    popover.background.touch-selection button.destructive-action:disabled > .label, popover.background.magnifier button.destructive-action:disabled > .label,
    popover.background.touch-selection button.destructive-action.osd button:disabled > .label,
    popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled > .label,
    popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled > .label,
    popover.background.magnifier button.destructive-action.osd button:disabled > .label,
    button.destructive-action:disabled > .label,
    button.destructive-action.osd popover.background.touch-selection button:disabled > .label,
    popover.background.touch-selection button.destructive-action.osd button:disabled > .label,
    button.destructive-action.osd popover.background.magnifier button:disabled > .label,
    popover.background.magnifier button.destructive-action.osd button:disabled > .label,
    popover.background.touch-selection button.destructive-action.osd button:disabled > .label,
    popover.background.magnifier button.destructive-action.osd button:disabled > .label,
    button.destructive-action.osd
    button:disabled > .label {
      color: inherit; }
    popover.background.touch-selection button.destructive-action:disabled:active, popover.background.magnifier button.destructive-action:disabled:active, popover.background.touch-selection button.destructive-action:disabled:checked, popover.background.magnifier button.destructive-action:disabled:checked,
    popover.background.touch-selection button.destructive-action.osd button:disabled:active,
    popover.background.magnifier button.destructive-action.osd button:disabled:active,
    popover.background.touch-selection button.destructive-action.osd button:disabled:checked,
    popover.background.magnifier button.destructive-action.osd button:disabled:checked,
    button.destructive-action:disabled:active,
    button.destructive-action:disabled:checked,
    button.destructive-action.osd popover.background.touch-selection button:disabled:active,
    popover.background.touch-selection button.destructive-action.osd button:disabled:active,
    button.destructive-action.osd popover.background.magnifier button:disabled:active,
    popover.background.magnifier button.destructive-action.osd button:disabled:active,
    button.destructive-action.osd popover.background.touch-selection button:disabled:checked,
    popover.background.touch-selection button.destructive-action.osd button:disabled:checked,
    button.destructive-action.osd popover.background.magnifier button:disabled:checked,
    popover.background.magnifier button.destructive-action.osd button:disabled:checked,
    popover.background.touch-selection button.destructive-action.osd button:disabled:active,
    popover.background.magnifier button.destructive-action.osd button:disabled:active,
    popover.background.touch-selection button.destructive-action.osd button:disabled:checked,
    popover.background.magnifier button.destructive-action.osd button:disabled:checked,
    button.destructive-action.osd
    button:disabled:active,
    button.destructive-action.osd
    button:disabled:checked {
      color: #e8e8e8;
      border-color: rgba(37, 164, 230, 0.35);
      background-image: linear-gradient(to bottom, rgba(215, 53, 69, 0.35), rgba(197, 39, 55, 0.35)); }
      popover.background.touch-selection button.destructive-action:disabled:active > .label, popover.background.magnifier button.destructive-action:disabled:active > .label, popover.background.touch-selection button.destructive-action:disabled:checked > .label, popover.background.magnifier button.destructive-action:disabled:checked > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label,
      popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label,
      popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:active > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:active > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label,
      popover.background.magnifier button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label,
      popover.background.touch-selection button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label,
      button.destructive-action:disabled:active > .label,
      button.destructive-action:disabled:checked > .label,
      button.destructive-action.osd popover.background.touch-selection button:disabled:active > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label,
      button.destructive-action.osd popover.background.magnifier button:disabled:active > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:active > .label,
      button.destructive-action.osd popover.background.touch-selection button:disabled:checked > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label,
      button.destructive-action.osd popover.background.magnifier button:disabled:checked > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:active > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:active > .label,
      popover.background.touch-selection button.destructive-action.osd button:disabled:checked > .label,
      popover.background.magnifier button.destructive-action.osd button:disabled:checked > .label,
      button.destructive-action.osd
      button:disabled:active > .label,
      button.destructive-action.osd
      button:disabled:checked > .label {
        color: inherit; }

popover.background.touch-selection .stack-switcher > button > label, popover.background.magnifier .stack-switcher > button > label, .stack-switcher >
button > label {
  padding-left: 6px;
  padding-right: 6px; }

popover.background.touch-selection .stack-switcher > button > image, popover.background.magnifier .stack-switcher > button > image, .stack-switcher >
button > image {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px; }

popover.background.touch-selection .stack-switcher > button.text-button, popover.background.magnifier .stack-switcher > button.text-button, .stack-switcher >
button.text-button {
  padding: 6px; }

popover.background.touch-selection .stack-switcher > button.image-button, popover.background.magnifier .stack-switcher > button.image-button, .stack-switcher >
button.image-button {
  padding: 3px 0px; }

popover.background.touch-selection .stack-switcher > button.needs-attention:active > label, popover.background.magnifier .stack-switcher > button.needs-attention:active > label,
popover.background.touch-selection .stack-switcher > button.needs-attention:active > image,
popover.background.magnifier .stack-switcher > button.needs-attention:active > image,
popover.background.touch-selection .stack-switcher > button.needs-attention:checked > label,
popover.background.magnifier .stack-switcher > button.needs-attention:checked > label,
popover.background.touch-selection .stack-switcher > button.needs-attention:checked > image,
popover.background.magnifier .stack-switcher > button.needs-attention:checked > image, .stack-switcher >
button.needs-attention:active > label,
.stack-switcher >
button.needs-attention:active > image,
.stack-switcher >
button.needs-attention:checked > label,
.stack-switcher >
button.needs-attention:checked > image {
  animation: none;
  background-image: none; }

.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar popover.background.touch-selection button:backdrop, popover.background.touch-selection .inline-toolbar button:backdrop, .inline-toolbar popover.background.magnifier button:backdrop, popover.background.magnifier .inline-toolbar button:backdrop, .inline-toolbar
button, .inline-toolbar
button:backdrop {
  border-radius: 3px;
  border-width: 1px; }

.primary-toolbar popover.background.touch-selection button, popover.background.touch-selection .primary-toolbar button, .primary-toolbar popover.background.magnifier button, popover.background.magnifier .primary-toolbar button, .primary-toolbar
button {
  -gtk-icon-shadow: none; }

/**************
 * ComboBoxes *
 **************/
combobox arrow {
  -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
  min-height: 16px;
  min-width: 16px; }

popover.background.touch-selection .stack-switcher > button.needs-attention > label, popover.background.magnifier .stack-switcher > button.needs-attention > label,
popover.background.touch-selection .stack-switcher > button.needs-attention > image,
popover.background.magnifier .stack-switcher > button.needs-attention > image, .stack-switcher > button.needs-attention > label,
.stack-switcher > button.needs-attention > image, stacksidebar.sidebar row.needs-attention > .label {
  animation: needs_attention 150ms ease-in;
  background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c5cbd8), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(#c5cbd8), to(transparent));
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  background-position: right 3px, right 4px; }
  popover.background.touch-selection .stack-switcher > button.needs-attention > label:backdrop, popover.background.magnifier .stack-switcher > button.needs-attention > label:backdrop,
  popover.background.touch-selection .stack-switcher > button.needs-attention > image:backdrop,
  popover.background.magnifier .stack-switcher > button.needs-attention > image:backdrop, .stack-switcher > button.needs-attention > label:backdrop,
  .stack-switcher > button.needs-attention > image:backdrop, stacksidebar.sidebar row.needs-attention > .label:backdrop {
    background-size: 6px 6px, 0 0; }
  popover.background.touch-selection .stack-switcher > button.needs-attention > label:dir(rtl), popover.background.magnifier .stack-switcher > button.needs-attention > label:dir(rtl),
  popover.background.touch-selection .stack-switcher > button.needs-attention > image:dir(rtl),
  popover.background.magnifier .stack-switcher > button.needs-attention > image:dir(rtl), .stack-switcher > button.needs-attention > label:dir(rtl),
  .stack-switcher > button.needs-attention > image:dir(rtl), stacksidebar.sidebar row.needs-attention > .label:dir(rtl) {
    background-position: left 3px, left 4px; }

.linked > combobox > box > button.combo:dir(ltr), .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar button, .inline-toolbar button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > button,
.linked > button:hover,
.linked > button:active,
.linked > button:checked,
.linked > button:backdrop {
  border-radius: 3px; }
  .linked > combobox > box > button.combo:dir(rtl), .inline-toolbar popover.background.touch-selection button:dir(rtl), popover.background.touch-selection .inline-toolbar button:dir(rtl), .inline-toolbar popover.background.magnifier button:dir(rtl), popover.background.magnifier .inline-toolbar button:dir(rtl), .inline-toolbar button:dir(rtl), .inline-toolbar button:dir(rtl):backdrop, popover.background.touch-selection .linked > button:dir(rtl), popover.background.magnifier .linked > button:dir(rtl), .linked > button:dir(rtl),
  .linked > button:dir(rtl):hover,
  .linked > button:dir(rtl):active,
  .linked > button:dir(rtl):checked,
  .linked > button:dir(rtl):backdrop {
    border-radius: 3px; }

.inline-toolbar popover.background.touch-selection button, popover.background.touch-selection .inline-toolbar button, .inline-toolbar popover.background.magnifier button, popover.background.magnifier .inline-toolbar button, .inline-toolbar button, .inline-toolbar button:backdrop, popover.background.touch-selection .linked > button, popover.background.magnifier .linked > button, .linked > button,
.linked > button:hover,
.linked > button:active,
.linked > button:checked,
.linked > button:backdrop {
  margin-left: 2px;
  margin-right: 2px; }
  .inline-toolbar popover.background.touch-selection button:first-child, popover.background.touch-selection .inline-toolbar button:first-child, .inline-toolbar popover.background.magnifier button:first-child, popover.background.magnifier .inline-toolbar button:first-child, .inline-toolbar button:first-child, popover.background.touch-selection .linked > button:first-child, popover.background.magnifier .linked > button:first-child, .linked > button:first-child, combobox.linked button:nth-child(2):dir(rtl), .linked:not(.vertical) > combobox:first-child > box > button.combo {
    border-radius: 3px;
    border-style: solid; }
  .inline-toolbar popover.background.touch-selection button:last-child, popover.background.touch-selection .inline-toolbar button:last-child, .inline-toolbar popover.background.magnifier button:last-child, popover.background.magnifier .inline-toolbar button:last-child, .inline-toolbar button:last-child, popover.background.touch-selection .linked > button:last-child, popover.background.magnifier .linked > button:last-child, .linked > button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo {
    border-radius: 3px; }
  .inline-toolbar popover.background.touch-selection button:only-child, popover.background.touch-selection .inline-toolbar button:only-child, .inline-toolbar popover.background.magnifier button:only-child, popover.background.magnifier .inline-toolbar button:only-child, .inline-toolbar button:only-child, popover.background.touch-selection .linked > button:only-child, popover.background.magnifier .linked > button:only-child, .linked > button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo {
    border-radius: 3px;
    border-style: solid; }

.linked.vertical > combobox > box > button.combo, popover.background.touch-selection .linked.vertical > button, popover.background.magnifier .linked.vertical > button, .linked.vertical > button,
.linked.vertical > button:hover,
.linked.vertical > button:active,
.linked.vertical > button:checked,
.linked.vertical > button:backdrop {
  border-style: solid;
  border-radius: 3px; }

popover.background.touch-selection .linked.vertical > button:first-child, popover.background.magnifier .linked.vertical > button:first-child, .linked.vertical > button:first-child, .linked.vertical > combobox:first-child > box > button.combo {
  border-radius: 3px; }

popover.background.touch-selection .linked.vertical > button:last-child, popover.background.magnifier .linked.vertical > button:last-child, .linked.vertical > button:last-child, .linked.vertical > combobox:last-child > box > button.combo {
  border-radius: 3px;
  border-style: solid; }

popover.background.touch-selection .linked.vertical > button:only-child, popover.background.magnifier .linked.vertical > button:only-child, .linked.vertical > button:only-child, .linked.vertical > combobox:only-child > box > button.combo {
  border-radius: 3px;
  border-style: solid; }

.app-notification button.flat,
.app-notification.frame button.flat, .app-notification button.flat:hover,
.app-notification.frame button.flat:hover, .app-notification button.flat:active,
.app-notification.frame button.flat:active, .app-notification button.flat:backdrop, .app-notification button.flat:disabled, .app-notification button.flat:backdrop:disabled,
.app-notification.frame button.flat:backdrop,
.app-notification.frame button.flat:disabled,
.app-notification.frame button.flat:backdrop:disabled, calendar.button, calendar.button:hover, calendar.button:active, calendar.button:backdrop,
headerbar button.flat:disabled, button:link,
button:visited, button:link:hover, button:link:active, button:link:checked,
button:visited:hover,
button:visited:active,
button:visited:checked, modelbutton.flat, popover.background checkbutton,
popover.background radiobutton,
.menuitem.button.flat, modelbutton.flat:backdrop, popover.background checkbutton:backdrop,
popover.background radiobutton:backdrop, modelbutton.flat:backdrop:hover, popover.background checkbutton:backdrop:hover,
popover.background radiobutton:backdrop:hover,
.menuitem.button.flat:backdrop,
.menuitem.button.flat:backdrop:hover, scrollbar button:backdrop, button.sidebar-button {
  border-color: transparent;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  -gtk-icon-shadow: none; }

/****************
 * Text Entries *
 ****************/
spinbutton:not(.vertical),
entry {
phob1an's avatar
phob1an committed
  min-height: 24px;
  padding-left: 4px;
  padding-right: 4px;
phob1an's avatar
gtk
phob1an committed
  border: 1px solid;
phob1an's avatar
phob1an committed
  border-radius: 0px;
phob1an's avatar
gtk
phob1an committed
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  border-color: #414957;
  background-color: #2a2e33;
phob1an's avatar
gtk
phob1an committed
  box-shadow: none; }
  spinbutton:not(.vertical) image.left,
  entry image.left {
    padding-left: 0;
phob1an's avatar
phob1an committed
    padding-right: 0px; }
phob1an's avatar
gtk
phob1an committed
  spinbutton:not(.vertical) image.right,
  entry image.right {
phob1an's avatar
phob1an committed
    padding-left: 0px;
phob1an's avatar
gtk
phob1an committed
    padding-right: 0; }
  spinbutton.flat:focus:not(.vertical), spinbutton.flat:not(.vertical),
  entry.flat:focus,
  entry.flat {
    min-height: 0;
    padding: 2px;
    color: #c5cbd8;
    border-color: #fcbebf;
    background-color: #fcfcfc;
    box-shadow: none; }
  spinbutton:focus:not(.vertical),
  entry:focus {
phob1an's avatar
phob1an committed
    border-color: #5c626d; }
phob1an's avatar
gtk
phob1an committed
  spinbutton:disabled:not(.vertical),
  entry:disabled {
phob1an's avatar
phob1an committed
    color: rgba(197, 203, 216, 0.5);
    border-color: rgba(65, 73, 87, 0.5);
    background-color: rgba(42, 46, 51, 0.5); }
phob1an's avatar
gtk
phob1an committed
  spinbutton:backdrop:not(.vertical),
  entry:backdrop {
    color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #414957;
    background-color: #2a2e33; }
phob1an's avatar
gtk
phob1an committed
  spinbutton:backdrop:disabled:not(.vertical),
  entry:backdrop:disabled {
    color: rgba(32, 35, 35, 0.35);
phob1an's avatar
phob1an committed
    border-color: rgba(65, 73, 87, 0.5);
    background-color: #2a2e33; }
phob1an's avatar
gtk
phob1an committed
  spinbutton.error:not(.vertical),
  entry.error {
    color: #da4453;
    border-color: #da4453;
    background-color: rgba(218, 68, 83, 0.5); }
    spinbutton.error:focus:not(.vertical),
    entry.error:focus {
      border-color: #da4453;
      background-color: rgba(218, 68, 83, 0.5); }
    spinbutton.error:selected:not(.vertical), spinbutton.error:selected:focus:not(.vertical),
    entry.error:selected,
    entry.error:selected:focus {
      background-color: #da4453; }
    spinbutton.error:backdrop:not(.vertical),
    entry.error:backdrop {
      color: #da4453;
      border-color: #da4453;
      background-color: rgba(218, 68, 83, 0.5); }
  spinbutton.warning:not(.vertical),
  entry.warning {
    color: #f67400;
    border-color: #f67400;
    background-color: rgba(246, 116, 0, 0.5); }
    spinbutton.warning:focus:not(.vertical),
    entry.warning:focus {
      border-color: #f67400;
      background-color: rgba(246, 116, 0, 0.5); }
    spinbutton.warning:selected:not(.vertical), spinbutton.warning:selected:focus:not(.vertical),
    entry.warning:selected,
    entry.warning:selected:focus {
      background-color: #f67400; }
    spinbutton.warning:backdrop:not(.vertical),
    entry.warning:backdrop {
      color: #f67400;
      border-color: #f67400;
      background-color: rgba(246, 116, 0, 0.5); }
  spinbutton:not(.vertical) image,
  entry image {
    color: #c5cbd8; }
    spinbutton:not(.vertical) image:hover,
    entry image:hover {
      color: #93cee9; }
    spinbutton:not(.vertical) image:active,
    entry image:active {
      color: #c5cbd8; }
    spinbutton:not(.vertical) image:backdrop,
    entry image:backdrop {
      color: #c5cbd8; }

spinbutton:not(.vertical) progress,
entry progress {
  margin: 1px;
  border-radius: 0;
  border-width: 0 0 2px;
  border-color: #c5cbd8;
  border-style: solid;
  background-image: none;
  background-color: transparent;
  box-shadow: none; }
  spinbutton:not(.vertical) progress:backdrop,
  entry progress:backdrop {
    background-color: transparent;
    border-color: rgba(61, 174, 233, 0.5); }

treeview acceleditor > label {
  background-color: #c5cbd8; }

treeview entry.flat, treeview entry {
  border-radius: 0;
  background-image: none;
  background-color: #fcfcfc; }
  treeview entry.flat:focus, treeview entry:focus {
    border-color: #c5cbd8; }

/*********************
 * App Notifications *
 *********************/
.app-notification,
.app-notification.frame {
  padding: 10px;
  border-top-width: 0px;
  border-radius: 0px 0px 3px 3px; }
  .app-notification:backdrop,
  .app-notification.frame:backdrop {
    background-image: none; }
  .app-notification button,
  .app-notification.frame button {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-shadow: none;
    -gtk-icon-shadow: none;
    color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); }
    .app-notification button.flat,
    .app-notification.frame button.flat {
      -gtk-icon-shadow: none;
      text-shadow: none; }
      .app-notification button.flat:hover,
      .app-notification.frame button.flat:hover {
        color: #93cee9; }
      .app-notification button.flat:active,
      .app-notification.frame button.flat:active {
        color: #c5cbd8; }
    .app-notification button:hover,
    .app-notification.frame button:hover {
      color: #c5cbd8;
      border-color: #93cee9; }
    .app-notification button:active, .app-notification button:checked, .app-notification button:backdrop:active, .app-notification button:backdrop:checked,
    .app-notification.frame button:active,
    .app-notification.frame button:checked,
    .app-notification.frame button:backdrop:active,
    .app-notification.frame button:backdrop:checked {
      color: #fcfcfc;
      border-color: #c5cbd8;
      background-image: linear-gradient(to bottom, #45b1ea, #25a4e6); }
    .app-notification button:disabled, .app-notification button:backdrop:disabled,
    .app-notification.frame button:disabled,
    .app-notification.frame button:backdrop:disabled {
      color: rgba(32, 35, 35, 0.35);
      border-color: rgba(170, 173, 174, 0.35);
      background-image: linear-gradient(to bottom, #dadcdf, #d1d4d7); }
      .app-notification button:disabled > .label, .app-notification button:backdrop:disabled > .label,
      .app-notification.frame button:disabled > .label,
      .app-notification.frame button:backdrop:disabled > .label {
        color: inherit; }
    .app-notification button:backdrop,
    .app-notification.frame button:backdrop {
      color: #c5cbd8;
phob1an's avatar
phob1an committed
      border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
      background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); }
  .app-notification border,
  .app-notification.frame border {
    border: none; }

/************
 * Calendar *
 ***********/
calendar {
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  border: 1px solid #4b5466;
  background-color: #171a1d; }
phob1an's avatar
gtk
phob1an committed
  calendar:selected {
phob1an's avatar
phob1an committed
    color: #171a1d;
phob1an's avatar
gtk
phob1an committed
    background-color: #c5cbd8; }
  calendar:disabled {
    color: rgba(32, 35, 35, 0.35); }
  calendar.header {
phob1an's avatar
phob1an committed
    border: 1px solid #4b5466;
phob1an's avatar
gtk
phob1an committed
    border-radius: 0;
phob1an's avatar
phob1an committed
    background-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    color: #c5cbd8; }
    calendar.header:backdrop {
      color: #c5cbd8;
phob1an's avatar
phob1an committed
      border-color: #4b5466; }
phob1an's avatar
gtk
phob1an committed
    calendar.header:disabled {
      color: rgba(32, 35, 35, 0.35); }
  calendar.button {
    color: #c5cbd8; }
    calendar.button:hover {
phob1an's avatar
phob1an committed
      color: white; }
phob1an's avatar
gtk
phob1an committed
    calendar.button:active {
phob1an's avatar
phob1an committed
      color: white; }
phob1an's avatar
gtk
phob1an committed
    calendar.button:backdrop {
      color: #c5cbd8; }
  calendar:indeterminate, calendar.highlight {
phob1an's avatar
phob1an committed
    color: #7c8088; }
phob1an's avatar
gtk
phob1an committed
  calendar:indeterminate:backdrop, calendar.highlight:backdrop {
    color: rgba(35, 38, 39, 0.5); }
  calendar:backdrop {
    color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-color: #fcfcfc; }

/*************************
 * Check and Radio items *
 *************************/
.view.content-view.check:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked.png"), url("../assets/check-selectionmode-unchecked@2.png"));
  background-color: transparent; }

.view.content-view.check:hover:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-hover.png"), url("../assets/check-selectionmode-unchecked-hover@2.png"));
  background-color: transparent; }

.view.content-view.check:active:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-active.png"), url("../assets/check-selectionmode-unchecked-active@2.png"));
  background-color: transparent; }

.view.content-view.check:backdrop:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-unchecked-backdrop.png"), url("../assets/check-selectionmode-unchecked-backdrop@2.png"));
  background-color: transparent; }

.view.content-view.check:checked:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png"));
  background-color: transparent; }

.view.content-view.check:checked:hover:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-hover.png"), url("../assets/check-selectionmode-checked-hover@2.png"));
  background-color: transparent; }

.view.content-view.check:checked:active:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-active.png"), url("../assets/check-selectionmode-checked-active@2.png"));
  background-color: transparent; }

.view.content-view.check:backdrop:checked:not(list) {
  -gtk-icon-shadow: none;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-selectionmode-checked-backdrop.png"), url("../assets/check-selectionmode-checked-backdrop@2.png"));
  background-color: transparent; }

checkbutton.text-button, radiobutton.text-button {
  padding: 2px 0;
  outline-offset: 0; }
  checkbutton.text-button label:not(:only-child):first-child, radiobutton.text-button label:not(:only-child):first-child {
    margin-left: 4px; }
  checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child {
    margin-right: 4px; }

check {
  margin: 0 4px;
  min-height: 18px;
  min-width: 18px;
  animation: none;
  background-color: transparent;
  -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); }
  check:only-child {
    margin: 0; }
  check:hover {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-hover.png"), url("../assets/check-unchecked-hover@2.png")); }
  check:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    check:checked:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-hover.png"), url("../assets/check-checked-hover@2.png")); }
  check:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
    check:indeterminate:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-hover.png"), url("../assets/check-mixed-hover@2.png")); }
  check:active {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-active.png"), url("../assets/check-unchecked-active@2.png")); }
  check:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    check:checked:active {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
  check:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
    check:indeterminate:active {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
  check:disabled {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-insensitive.png"), url("../assets/check-unchecked-insensitive@2.png")); }
  check:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    check:checked:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-insensitive.png"), url("../assets/check-checked-insensitive@2.png")); }
  check:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
    check:indeterminate:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-insensitive.png"), url("../assets/check-mixed-insensitive@2.png")); }
  check:backdrop {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop.png"), url("../assets/check-unchecked-backdrop@2.png")); }
  check:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    check:checked:backdrop {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop.png"), url("../assets/check-checked-backdrop@2.png")); }
  check:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
    check:indeterminate:backdrop {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop.png"), url("../assets/check-mixed-backdrop@2.png")); }
  check:backdrop:disabled {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked-backdrop-insensitive.png"), url("../assets/check-unchecked-backdrop-insensitive@2.png")); }
  check:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    check:checked:backdrop:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-backdrop-insensitive.png"), url("../assets/check-checked-backdrop-insensitive@2.png")); }
  check:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }
    check:indeterminate:backdrop:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-backdrop-insensitive.png"), url("../assets/check-mixed-backdrop-insensitive@2.png")); }
  menu menuitem check {
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    background-color: transparent;
    box-shadow: none;
    -gtk-icon-shadow: none;
    animation: none; }
    menu menuitem check:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-unchecked.png"), url("../assets/check-unchecked@2.png")); }
    menu menuitem check:checked:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-checked-active.png"), url("../assets/check-checked-active@2.png")); }
    menu menuitem check:indeterminate:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/check-mixed-active.png"), url("../assets/check-mixed-active@2.png")); }

radio {
  margin: 0 4px;
  min-height: 18px;
  min-width: 18px;
  animation: none;
  background-color: transparent;
  -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); }
  radio:only-child {
    margin: 0; }
  radio:hover {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-hover.png"), url("../assets/radio-unchecked-hover@2.png")); }
  radio:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    radio:checked:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-hover.png"), url("../assets/radio-checked-hover@2.png")); }
  radio:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
    radio:indeterminate:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-hover.png"), url("../assets/radio-mixed-hover@2.png")); }
  radio:active {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-active.png"), url("../assets/radio-unchecked-active@2.png")); }
  radio:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    radio:checked:active {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
  radio:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
    radio:indeterminate:active {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
  radio:disabled {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-insensitive.png"), url("../assets/radio-unchecked-insensitive@2.png")); }
  radio:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    radio:checked:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-insensitive.png"), url("../assets/radio-checked-insensitive@2.png")); }
  radio:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
    radio:indeterminate:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-insensitive.png"), url("../assets/radio-mixed-insensitive@2.png")); }
  radio:backdrop {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop.png"), url("../assets/radio-unchecked-backdrop@2.png")); }
  radio:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    radio:checked:backdrop {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop.png"), url("../assets/radio-checked-backdrop@2.png")); }
  radio:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
    radio:indeterminate:backdrop {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop.png"), url("../assets/radio-mixed-backdrop@2.png")); }
  radio:backdrop:disabled {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked-backdrop-insensitive.png"), url("../assets/radio-unchecked-backdrop-insensitive@2.png")); }
  radio:checked {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    radio:checked:backdrop:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-backdrop-insensitive.png"), url("../assets/radio-checked-backdrop-insensitive@2.png")); }
  radio:indeterminate {
    -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }
    radio:indeterminate:backdrop:disabled {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-backdrop-insensitive.png"), url("../assets/radio-mixed-backdrop-insensitive@2.png")); }
  menu menuitem radio {
    margin: 0;
    min-height: 18px;
    min-width: 18px;
    background-color: transparent;
    box-shadow: none;
    -gtk-icon-shadow: none;
    animation: none; }
    menu menuitem radio:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-unchecked.png"), url("../assets/radio-unchecked@2.png")); }
    menu menuitem radio:checked:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-checked-active.png"), url("../assets/radio-checked-active@2.png")); }
    menu menuitem radio:indeterminate:hover {
      -gtk-icon-source: -gtk-scaled(url("../assets/radio-mixed-active.png"), url("../assets/radio-mixed-active@2.png")); }

/*****************
 * Color Chooser *
 *****************/
:selected colorswatch {
  box-shadow: none; }
  :selected colorswatch.overlay, :selected colorswatch.overlay:hover {
    border-color: #fcfcfc; }

colorswatch:selected {
  box-shadow: none; }

colorswatch.top, colorswatch.bottom, colorswatch.left, colorswatch:first-child:not(.overlay):not(.top), colorswatch.right, colorswatch:last-child:not(.overlay):not(.bottom), colorswatch:only-child:not(.overlay),
colorswatch.top > .overlay,
colorswatch.bottom > .overlay,
colorswatch:first-child:not(.top) > .overlay,
colorswatch:last-child:not(.bottom) > .overlay,
colorswatch:only-child > .overlay {
  border-radius: 3px; }

colorswatch:hover, colorswatch:hover:selected {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
  colorswatch:hover.color-dark, colorswatch:hover:selected.color-dark {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 50%); }

colorswatch:backdrop,
colorswatch:backdrop:selected colorswatch.color-dark:backdrop, colorswatch.color-dark:backdrop:selected {
  background-image: none;
  box-shadow: none; }

GtkColorEditor colorswatch {
  border-radius: 3px; }
  GtkColorEditor colorswatch:hover {
    background-image: none;
    box-shadow: none; }
  GtkColorEditor colorswatch:backdrop {
    box-shadow: none; }

colorswatch.color-dark {
  color: white;
  outline-color: rgba(0, 0, 0, 0.3); }
  colorswatch.color-dark:backdrop {
    color: rgba(255, 255, 255, 0.3); }

colorswatch.color-light {
  color: black;
  outline-color: rgba(255, 255, 255, 0.5); }
  colorswatch.color-light:backdrop {
    color: rgba(0, 0, 0, 0.3); }

colorswatch overlay,
colorswatch overlay:selected {
phob1an's avatar
phob1an committed
  border: 1px solid #4b5466; }
phob1an's avatar
gtk
phob1an committed
  colorswatch overlay:hover,
  colorswatch overlay:selected:hover {
    border-color: #93cee9; }

colorswatch#add-color-button {
  border-style: solid;
  border-width: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -gtk-icon-shadow: none;
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
  background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); }
  colorswatch#add-color-button:hover {
    color: #c5cbd8;
    border-color: #93cee9; }
  colorswatch#add-color-button:backdrop {
    color: #c5cbd8;
phob1an's avatar
phob1an committed
    border-color: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea); }
  colorswatch#add-color-button overlay {
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none; }

GtkColorButton.button {
  padding: 5px; }
  GtkColorButton.button GtkColorSwatch:first-child:last-child {
    border-radius: 0;
    box-shadow: none; }
    GtkColorButton.button GtkColorSwatch:first-child:last-child:disabled, GtkColorButton.button GtkColorSwatch:first-child:last-child:backdrop {
      box-shadow: none; }

/***********
 * Dialogs *
 ***********/
messagedialog.background {
  background-color: #2a2e33; }

messagedialog:backdrop {
  background-color: #2a2e33; }

messagedialog .titlebar {
  min-height: 32px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, white, #2a2e33);
  box-shadow: none; }

messagedialog .dialog-action-area {
  padding: 8px; }

messagedialog button {
  margin: 2px; }

filechooser .search-bar {
  background-color: #2a2e33;
  border-color: #2a2e33;
  box-shadow: none; }
  filechooser .search-bar:backdrop {
    background-color: #2a2e33;
    border-color: #2a2e33;
    color: #c5cbd8; }

filechooser .dialog-action-box {
phob1an's avatar
phob1an committed
  border-top: 1px solid #4b5466; }
phob1an's avatar
gtk
phob1an committed
  filechooser .dialog-action-box:backdrop {
phob1an's avatar
phob1an committed
    border-top-color: #4b5466; }
phob1an's avatar
gtk
phob1an committed

filechooser #pathbarbox {
  background-color: #2a2e33;
phob1an's avatar
phob1an committed
  border-bottom: 1px solid #4b5466; }
phob1an's avatar
gtk
phob1an committed

/***************
 * Header bars *
 ***************/

headerbar {
  transition: none;
  padding: 0px 6px;
phob1an's avatar
phob1an committed
  border-width: 1px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
phob1an's avatar
gtk
phob1an committed
  border-style: solid;
phob1an's avatar
phob1an committed
  border-top-color: #18334f;
phob1an's avatar
gtk
phob1an committed
  color: #c5cbd8;
phob1an's avatar
phob1an committed
  background-image: linear-gradient(to bottom, #1c2037, #2a2e33 70%); }
phob1an's avatar
gtk
phob1an committed
  
  headerbar:backdrop {
    border-color: transparent;
    background-image: none;
    background-color: #2a2e33;
    color: #bdc3c7;
    box-shadow: none; }
  
  headerbar label {
    font-weight: normal; }
    
    headerbar label:backdrop {
      color: #bdc3c7; }
  
  headerbar .path-bar button {
    color: #c5cbd8;
    font-weight: normal; }
    
    headerbar .path-bar button:backdrop {
      color: #bdc3c7; }
  
  headerbar button {
    transition: none;
    border-color: rgba(255, 255, 255, 0);
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #c5cbd8;
    text-shadow: none;
    -gtk-icon-shadow: none; }
    
    headerbar button.flat {
      border-color: rgba(255, 255, 255, 0);
      background-color: transparent;
      background-image: none;
      box-shadow: none;
      color: #c5cbd8;
      text-shadow: none;
      -gtk-icon-shadow: none; }
    
    headerbar button:hover {
      color: #c5cbd8;
phob1an's avatar
phob1an committed
      border-color: rgba(197, 203, 216, 0.33); }
phob1an's avatar
gtk
phob1an committed
      
      headerbar button:hover:backdrop {
        border-color: #2a2e33; }
    
    headerbar button:active,
    headerbar button:checked {
phob1an's avatar
phob1an committed
      color: #c5cbd8;
      border-color: rgba(197, 203, 216, 0.33);
      border-radius: 0px;
      background-image: linear-gradient(to bottom, #434953, #32373d); }
phob1an's avatar
gtk
phob1an committed
      
      headerbar button:active:hover,
      headerbar button:checked:hover {
        color: white;
phob1an's avatar
phob1an committed
        border-color: rgba(197, 203, 216, 0.5);
        background-image: linear-gradient(to bottom, #525965, #363c42); }
phob1an's avatar
gtk
phob1an committed
      
      headerbar button:active:backdrop,
      headerbar button:checked:backdrop {
phob1an's avatar
phob1an committed
        background-image: linear-gradient(to bottom, #434953, #32373d);
        border-color: rgba(197, 203, 216, 0.2);
phob1an's avatar
gtk
phob1an committed
        color: #bdc3c7; }
    
    headerbar button:backdrop {
      border-color: transparent;
      background-image: none;
      background-color: #2a2e33;
      color: #bdc3c7; }
    
    headerbar button.flat:backdrop,
    headerbar button.flat:backdrop:disabled,
    headerbar button:disabled:backdrop {
      background-image: none;
      background-color: #2a2e33;
      color: #bdc3c7;
      border-color: transparent; }
    
    headerbar button.flat:disabled {
      color: rgba(32, 35, 35, 0.35); }
    
    headerbar button:disabled {
      background-color: transparent;
      background-image: none;
      border-color: transparent;
      color: rgba(32, 35, 35, 0.35); }
      
      headerbar button:disabled:active,
      headerbar button:disabled:checked {
        color: #e5e5e5;
        border-color: rgba(37, 164, 230, 0.35);
        background-image: linear-gradient(to bottom, rgba(44, 167, 231, 0.35), rgba(25, 152, 218, 0.35)); }
        
        headerbar button:disabled:active > .label,
        headerbar button:disabled:checked > .label {
          color: inherit; }
  
  headerbar .title {
    font-weight: normal;
    padding: 0px 12px; }
    
    headerbar .title:backdrop {
      color: #bdc3c7; }
  
  headerbar .subtitle {
    font-size: smaller;
    padding: 0 12px; }
    
    headerbar .subtitle:backdrop {
      color: #bdc3c7; }
  
  headerbar separator {
    border-width: 0px;
    background-color: transparent;
    background-image: none;
    border-color: transparent; }
  
  headerbar.selection-mode .selection-menu {
    padding: 4px 6px; }
    
    headerbar.selection-mode .selection-menu GtkArrow {
      -GtkArrow-arrow-scaling: 1; }
    
    headerbar.selection-mode .selection-menu .arrow {
      -gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
      -gtk-icon-shadow: none; }
  .tiled
  headerbar, .maximized
  headerbar {
    border-radius: 0; }

headerbar entry,
headerbar spinbutton,
headerbar separator,
headerbar button {
  margin-top: 3px;
  margin-bottom: 3px; }


headerbar button.suggested-action,
headerbar.selection-mode.suggested-action {
  background-image: none;
  background-color: #c5cbd8; }
  
Loading
Loading full blame…