@swnat/ckeditor-custom-build
Version:
The development environment of CKEditor 5 – the best browser-based rich text editor.
24 lines (20 loc) • 611 B
CSS
/*
* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.ck.ck-image-insert__panel {
padding: var(--ck-spacing-standard);
}
.ck.ck-image-insert__ck-finder-button {
display: block;
width: 100%;
margin: var(--ck-spacing-standard) auto;
border: 1px solid hsl(0, 0%, 80%);
border-radius: var(--ck-border-radius);
}
/* https://github.com/ckeditor/ckeditor5/issues/7986 */
.ck.ck-splitbutton > .ck-file-dialog-button.ck-button {
padding: 0;
margin: 0;
border: none;
}