formattedText.ckeditor.css
Same filename in this branch
Functional styles for the CKEditor-based formatted text in-place editor.
File
-
core/
themes/ stable/ css/ quickedit/ editors/ formattedText.ckeditor.css
View source
- /**
- * @file
- * Functional styles for the CKEditor-based formatted text in-place editor.
- */
-
- /**
- * Adjust the style of in-place editing CKEditor instances.
- */
- .quickedit-toolgroup.wysiwyg-main .cke_chrome,
- .quickedit-toolgroup.wysiwyg-main .cke_inner,
- .quickedit-toolgroup.wysiwyg-main .cke_top {
- border-top: none;
- border-right: none;
- border-bottom: none;
- border-left: none;
- background: transparent;
- box-shadow: none;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.