ckeditor-frame.css
Same filename in this branch
Same filename in other branches
CKEditor frame styles.
File
-
core/
themes/ olivero/ css/ theme/ ckeditor-frame.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /**
- * @file
- * CKEditor frame styles.
- */
- /** cspell:ignore grouptitle */
- .cke_editable {
- margin: 1.125rem;
- background-image: none;
- }
- [dir].cke_panel_container body {
- background: #fff;
- }
- .cke_panel_listItem a > * {
- margin-top: 0;
- margin-bottom: 0;
- }
- .cke_panel_grouptitle {
- margin: 0;
- }
- [dir="ltr"] .cke_editable blockquote {
- margin-left: 3.375rem;
- }
- [dir="rtl"] .cke_editable blockquote {
- margin-right: 3.375rem;
- }
- [dir="ltr"] .cke_editable .align-right {
- margin-right: 0;
- }
- [dir="rtl"] .cke_editable .align-right {
- margin-left: 0;
- }
- [dir="ltr"] .cke_editable .align-left {
- margin-left: 0;
- }
- [dir="rtl"] .cke_editable .align-left {
- margin-right: 0;
- }
- .cke_image_resizer_wrapper {
- vertical-align: top;
- }
- figure.cke_widget_element {
- margin: 0;
- }
- figcaption.cke_widget_editable {
- background-color: #fff;
- }
- [dir="ltr"] .cke_panel_list {
- margin-left: 0;
- }
- [dir="rtl"] .cke_panel_list {
- margin-right: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.