ckeditor.css
Same filename in this branch
Same filename in other branches
.ckeditor-dialog-loading { position: absolute; top: 0; width: 100%; text-align: center; } .ckeditor-dialog-loading-link { position: relative; top: 0; display: inline-block; padding: 3px 10px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #b6b6b6; border-top: none; border-radius: 0 0 5px 5px; background: white; box-shadow: 0 0 10px -3px #000; font-size: 14px; -webkit-touch-callout: none; } /** * 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; }
File
-
core/
themes/ stable9/ css/ ckeditor/ ckeditor.css
View source
- .ckeditor-dialog-loading {
- position: absolute;
- top: 0;
- width: 100%;
- text-align: center;
- }
-
- .ckeditor-dialog-loading-link {
- position: relative;
- top: 0;
- display: inline-block;
- padding: 3px 10px;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border: 1px solid #b6b6b6;
- border-top: none;
- border-radius: 0 0 5px 5px;
- background: white;
- box-shadow: 0 0 10px -3px #000;
- font-size: 14px;
- -webkit-touch-callout: none;
- }
-
- /**
- * 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.