formattedText.ckeditor.css

Same filename in this branch
  1. 9 core/themes/stable9/css/quickedit/editors/formattedText.ckeditor.css
  2. 9 core/modules/quickedit/css/editors/formattedText.ckeditor.css

Functional styles for the CKEditor-based formatted text in-place editor.

File

core/themes/stable/css/quickedit/editors/formattedText.ckeditor.css

View source
  1. /**
  2. * @file
  3. * Functional styles for the CKEditor-based formatted text in-place editor.
  4. */
  5. /**
  6. * Adjust the style of in-place editing CKEditor instances.
  7. */
  8. .quickedit-toolgroup.wysiwyg-main .cke_chrome,
  9. .quickedit-toolgroup.wysiwyg-main .cke_inner,
  10. .quickedit-toolgroup.wysiwyg-main .cke_top {
  11. border-top: none;
  12. border-right: none;
  13. border-bottom: none;
  14. border-left: none;
  15. background: transparent;
  16. box-shadow: none;
  17. }

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