Mercurial > hg > isophonics-drupal-site
view core/modules/ckeditor/css/ckeditor.css @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:33:26 +0100 |
parents | 4c8ae668cc8c |
children | 1fec387a4317 |
line wrap: on
line source
.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; }