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