Mercurial > hg > cmmr2012-drupal-site
diff core/modules/ckeditor/css/ckeditor.css @ 0:c75dbcec494b
Initial commit from drush-created site
author | Chris Cannam |
---|---|
date | Thu, 05 Jul 2018 14:24:15 +0000 |
parents | |
children | 12f9dff5fda9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/modules/ckeditor/css/ckeditor.css Thu Jul 05 14:24:15 2018 +0000 @@ -0,0 +1,39 @@ +.ckeditor-dialog-loading { + position: absolute; + top: 0; + width: 100%; + text-align: center; +} + +.ckeditor-dialog-loading-link { + border-radius: 0 0 5px 5px; + border: 1px solid #b6b6b6; + border-top: none; + background: white; + padding: 3px 10px; + box-shadow: 0 0 10px -3px #000; + display: inline-block; + font-size: 14px; + position: relative; + top: 0; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: 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 { + background: transparent; + border-top: none; + border-right: none; + border-bottom: none; + border-left: none; + box-shadow: none; +}