You are here

ckeditor.css in AT Tools 8.2

/**
 * CKEditor
 *  - brutal overrides to style the CKEditor to match the theme.
 *  - colors are in the _color.scss file (near the bottom).
 * This file loads as an library override of Stable, see the info.yml file.
 ============================================================================ */
.cke_chrome {
  box-shadow: none !important;
  border: 1px solid !important;
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

.cke_top {
  box-shadow: none !important;
  border-bottom: 1px solid !important;
  background-image: none !important;
}

.cke_bottom {
  box-shadow: none !important;
  border-top: 1px solid !important;
  background-image: none !important;
}

textarea.cke_source {
  padding: 0.5em !important;
  font-family: "Courier New", Courier, monospace !important;
  font-size: 14px !important;
}

a.cke_path_item,
span.cke_path_empty {
  text-shadow: none !important;
}
/*# sourceMappingURL=ckeditor.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/ckeditor.css
View source
  1. /**
  2. * CKEditor
  3. * - brutal overrides to style the CKEditor to match the theme.
  4. * - colors are in the _color.scss file (near the bottom).
  5. * This file loads as an library override of Stable, see the info.yml file.
  6. ============================================================================ */
  7. .cke_chrome {
  8. box-shadow: none !important;
  9. border: 1px solid !important;
  10. border-top: 1px solid !important;
  11. border-bottom: 1px solid !important;
  12. }
  13. .cke_top {
  14. box-shadow: none !important;
  15. border-bottom: 1px solid !important;
  16. background-image: none !important;
  17. }
  18. .cke_bottom {
  19. box-shadow: none !important;
  20. border-top: 1px solid !important;
  21. background-image: none !important;
  22. }
  23. textarea.cke_source {
  24. padding: 0.5em !important;
  25. font-family: "Courier New", Courier, monospace !important;
  26. font-size: 14px !important;
  27. }
  28. a.cke_path_item,
  29. span.cke_path_empty {
  30. text-shadow: none !important;
  31. }
  32. /*# sourceMappingURL=ckeditor.css.map */