artabro/wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.css

27 lines
508 B
CSS
Raw Permalink Normal View History

2024-08-27 11:35:37 +02:00
/**
* Styles for the container (inline only)
*
*/
.InputfieldForm .InputfieldCKEditorInline {
padding: 10px;
border: 1px dashed #ccc;
overflow: hidden;
background: #fff;
}
.InputfieldForm .InputfieldCKEditorInline *:first-child {
/* lets the padding above take precedence */
margin-top: 0;
}
.InputfieldForm .InputfieldCKEditorInline *:last-child {
/* lets the padding above take precedence */
margin-bottom: 0;
}
.InputfieldForm div.cke_editable_inline.cke_focus {
border-color: #fff;
}