Sha256: 60f7b345ca20ee2b6c0b4f4c94591cf20be7534544238075d88a0b75030730b7

Contents?: true

Size: 892 Bytes

Versions: 31

Compression:

Stored size: 892 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; }

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

31 entries across 31 versions & 1 rubygems

Version Path
nfg_ui-0.12.0.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.0.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.0.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.12.0 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.18 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.17 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.16 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.15 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.14 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.13 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.12 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.11.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.11 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.10 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.9 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.8 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.7 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.6 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.5 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.4 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss