Mercurial > hg > isophonics-drupal-site
view core/modules/ckeditor/css/ckeditor.css @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
line wrap: on
line source
.ckeditor-dialog-loading { position: absolute; top: 0; width: 100%; text-align: center; } .ckeditor-dialog-loading-link { position: relative; top: 0; display: inline-block; padding: 3px 10px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid #b6b6b6; border-top: none; border-radius: 0 0 5px 5px; background: white; box-shadow: 0 0 10px -3px #000; font-size: 14px; -webkit-touch-callout: 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 { border-top: none; border-right: none; border-bottom: none; border-left: none; background: transparent; box-shadow: none; }