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.11.3 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.2 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.1.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.11.0 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.15.1 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.15 app/assets/stylesheets/nfg_ui/network_for_good/core/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.14 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.13 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.12 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_redactor.scss
nfg_ui-0.10.11 app/assets/stylesheets/nfg_ui/network_for_good/admin/nfg_theme/custom/_redactor.scss