Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/ckeditor/css/ckeditor.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
4 width: 100%; | 4 width: 100%; |
5 text-align: center; | 5 text-align: center; |
6 } | 6 } |
7 | 7 |
8 .ckeditor-dialog-loading-link { | 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; | 9 position: relative; |
18 top: 0; | 10 top: 0; |
19 -webkit-touch-callout: none; | 11 display: inline-block; |
12 padding: 3px 10px; | |
20 -webkit-user-select: none; | 13 -webkit-user-select: none; |
21 -khtml-user-select: none; | 14 -khtml-user-select: none; |
22 -moz-user-select: none; | 15 -moz-user-select: none; |
23 -ms-user-select: none; | 16 -ms-user-select: none; |
24 user-select: none; | 17 user-select: none; |
18 border: 1px solid #b6b6b6; | |
19 border-top: none; | |
20 border-radius: 0 0 5px 5px; | |
21 background: white; | |
22 box-shadow: 0 0 10px -3px #000; | |
23 font-size: 14px; | |
24 -webkit-touch-callout: none; | |
25 } | 25 } |
26 | 26 |
27 /** | 27 /** |
28 * Adjust the style of in-place editing CKEditor instances. | 28 * Adjust the style of in-place editing CKEditor instances. |
29 */ | 29 */ |
30 .quickedit-toolgroup.wysiwyg-main .cke_chrome, | 30 .quickedit-toolgroup.wysiwyg-main .cke_chrome, |
31 .quickedit-toolgroup.wysiwyg-main .cke_inner, | 31 .quickedit-toolgroup.wysiwyg-main .cke_inner, |
32 .quickedit-toolgroup.wysiwyg-main .cke_top { | 32 .quickedit-toolgroup.wysiwyg-main .cke_top { |
33 background: transparent; | |
34 border-top: none; | 33 border-top: none; |
35 border-right: none; | 34 border-right: none; |
36 border-bottom: none; | 35 border-bottom: none; |
37 border-left: none; | 36 border-left: none; |
37 background: transparent; | |
38 box-shadow: none; | 38 box-shadow: none; |
39 } | 39 } |