You are here

ckeditor.css in AT Tools 8.3

/**
 * 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 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid !important;
  border-top: 1px solid !important;
  border-bottom: 1px solid !important;
}

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

.cke_bottom {
  -webkit-box-shadow: none !important;
          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. -webkit-box-shadow: none !important;
  9. box-shadow: none !important;
  10. border: 1px solid !important;
  11. border-top: 1px solid !important;
  12. border-bottom: 1px solid !important;
  13. }
  14. .cke_top {
  15. -webkit-box-shadow: none !important;
  16. box-shadow: none !important;
  17. border-bottom: 1px solid !important;
  18. background-image: none !important;
  19. }
  20. .cke_bottom {
  21. -webkit-box-shadow: none !important;
  22. box-shadow: none !important;
  23. border-top: 1px solid !important;
  24. background-image: none !important;
  25. }
  26. textarea.cke_source {
  27. padding: 0.5em !important;
  28. font-family: "Courier New", Courier, monospace !important;
  29. font-size: 14px !important;
  30. }
  31. a.cke_path_item,
  32. span.cke_path_empty {
  33. text-shadow: none !important;
  34. }
  35. /*# sourceMappingURL=ckeditor.css.map */