ckeditor-frame.pcss.css

Same filename in this branch
  1. 9 core/themes/claro/css/theme/ckeditor-frame.pcss.css
Same filename in other branches
  1. 8.9.x core/themes/claro/css/theme/ckeditor-frame.pcss.css

CKEditor frame styles.

File

core/themes/olivero/css/theme/ckeditor-frame.pcss.css

View source
  1. /**
  2. * @file
  3. * CKEditor frame styles.
  4. */
  5. /** cspell:ignore grouptitle */
  6. @import "../base/variables.pcss.css";
  7. .cke_editable {
  8. margin: var(--sp1);
  9. background-image: none;
  10. }
  11. [dir].cke_panel_container body {
  12. background: var(--color--white);
  13. }
  14. .cke_panel_listItem a > * {
  15. margin-block: 0;
  16. }
  17. .cke_panel_grouptitle {
  18. margin: 0;
  19. }
  20. .cke_editable blockquote {
  21. margin-inline-start: var(--sp3);
  22. }
  23. .cke_editable .align-right {
  24. margin-inline-end: 0;
  25. }
  26. .cke_editable .align-left {
  27. margin-inline-start: 0;
  28. }
  29. .cke_image_resizer_wrapper {
  30. vertical-align: top;
  31. }
  32. figure.cke_widget_element {
  33. margin: 0;
  34. }
  35. figcaption.cke_widget_editable {
  36. background-color: var(--color--white);
  37. }
  38. .cke_panel_list {
  39. margin-inline-start: 0;
  40. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.