ckeditor.css

Same filename in this branch
  1. 9 core/themes/stable/css/ckeditor/ckeditor.css
  2. 9 core/modules/ckeditor/css/ckeditor.css
Same filename in other branches
  1. 8.9.x core/themes/stable/css/ckeditor/ckeditor.css
  2. 8.9.x core/modules/ckeditor/css/ckeditor.css
.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
  1. .ckeditor-dialog-loading {
  2. position: absolute;
  3. top: 0;
  4. width: 100%;
  5. text-align: center;
  6. }
  7. .ckeditor-dialog-loading-link {
  8. position: relative;
  9. top: 0;
  10. display: inline-block;
  11. padding: 3px 10px;
  12. -webkit-user-select: none;
  13. -khtml-user-select: none;
  14. -moz-user-select: none;
  15. -ms-user-select: none;
  16. user-select: none;
  17. border: 1px solid #b6b6b6;
  18. border-top: none;
  19. border-radius: 0 0 5px 5px;
  20. background: white;
  21. box-shadow: 0 0 10px -3px #000;
  22. font-size: 14px;
  23. -webkit-touch-callout: none;
  24. }
  25. /**
  26. * Adjust the style of in-place editing CKEditor instances.
  27. */
  28. .quickedit-toolgroup.wysiwyg-main .cke_chrome,
  29. .quickedit-toolgroup.wysiwyg-main .cke_inner,
  30. .quickedit-toolgroup.wysiwyg-main .cke_top {
  31. border-top: none;
  32. border-right: none;
  33. border-bottom: none;
  34. border-left: none;
  35. background: transparent;
  36. box-shadow: none;
  37. }

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