Sha256: 97389c1475d40055f9d0080c166df324c932a07474fde2205f0ca05357b87aa0

Contents?: true

Size: 954 Bytes

Versions: 10

Compression:

Stored size: 954 Bytes

Contents

// Redactor styles
.redactor-in-page {
  .redactor-editor, .redactor-box, .redactor-box textarea { z-index: 0 !important; }
}
.redactor-box {
  margin-bottom: 0 !important;
  border: $border-width solid $border-color;
}
.redactor-toolbar {
  background-color: $body-bg;
  box-shadow: none;
  border-bottom: $border-width solid $border-color;
  a { color: inherit !important; }
}
.redactor-editor, .redactor-box, .redactor-box textarea { z-index: auto; }
.redactor-box .redactor-toolbar { z-index: $zindex-dropdown - 10 !important; }
#redactor-modal-close {
  border: none;
  background: none;
}

body.modal-open  {
  .redactor-toolbar { z-index: $zindex-modal-backdrop - 1 !important; }
  .modal .redactor-toolbar { z-index: $zindex-modal + 1 !important; }
}
.redactor-dropdown {
  // z-index was upped from 999 to 1 more than the modal...
  // in response to: https://jira.networkforgood.org/browse/PSTWO-9974
  z-index: $zindex-modal + 1 !important;
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nfg_ui-0.12.9 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.8 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.7 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.6 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.5 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.4 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.0.5 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss