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 */
@define-color insensitive_fg_color rgba(32, 35, 35, 0.35);
/*
insensitive text widgets and the like base background color */
@define-color insensitive_base_color rgba(32, 35, 35, 0.35);
/*
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;
  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;
  border-radius: 3px;
  padding: 4px 6px;
  background-clip: border-box;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: none;
  -gtk-icon-shadow: none;
  color: #c5cbd8;
  border-color: #dad4bf;
  background-image: linear-gradient(to bottom, #e6e0c9, #dad4bf); }
  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 {
    color: #2e2c28;
phob1an's avatar
phob1an committed
    border-color: #c500d8;
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: #4b5466;
phob1an's avatar
gtk
phob1an committed
    background-image: linear-gradient(to bottom, #f2f2f3, #e8e9ea);
    -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 {
      color: #fcfcfc;
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 {
      color: rgba(32, 35, 35, 0.85);
      border-color: rgba(170, 173, 174, 0.35);
      background-image: linear-gradient(to bottom, #dadcdf, #d1d4d7); }
      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;
      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)); }
      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 {
    color: rgba(36, 43, 46, 0.35);
    border-color: rgba(170, 173, 174, 0.35);
    background-image: linear-gradient(to bottom, #ded8c3, #d8d3be); }
    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;
      border-color: rgba(91, 137, 102, 0.35);
      background-image: linear-gradient(to bottom, rgba(94, 141, 105, 0.35), rgba(89, 133, 99, 0.35)); }
      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) {
    color: #fcfcfc;
    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;
  color: #fcfcfc;
  border-color: #c5cbd8;
  background-image: linear-gradient(to bottom, #40afe9, #35abe8); }
  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
574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
    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 {
      color: white;
      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 {
    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(61, 174, 233, 0.8); }
  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,