ckeditor.css 866 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .ckeditor-dialog-loading {
  2. position: absolute;
  3. top: 0;
  4. width: 100%;
  5. text-align: center;
  6. }
  7. .ckeditor-dialog-loading-link {
  8. border-radius: 0 0 5px 5px;
  9. border: 1px solid #b6b6b6;
  10. border-top: none;
  11. background: white;
  12. padding: 3px 10px;
  13. box-shadow: 0 0 10px -3px #000;
  14. display: inline-block;
  15. font-size: 14px;
  16. position: relative;
  17. top: 0;
  18. -webkit-touch-callout: none;
  19. -webkit-user-select: none;
  20. -khtml-user-select: none;
  21. -moz-user-select: none;
  22. -ms-user-select: none;
  23. user-select: 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. background: transparent;
  32. border-top: none;
  33. border-right: none;
  34. border-bottom: none;
  35. border-left: none;
  36. box-shadow: none;
  37. }