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. 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. }