Styling breaks default dialog formatting
Closed this issue · 4 comments
Hi there,
Your stylesheet (https://github.com/prbaron/pbckcode/blob/master/dialogs/style.css) seem to be causing problems with the default CKEditor dialogs (have a look at the attached screenshot). Would you be able to amend it so that it works seamlessly with the editor please?
Ok I will check your two issues ! Thanks for the report.
Thanks Prbaron - it is a great plugin - many thanks for sharing!
Hmm - thanks for trying to sort it out, but if you try it now with the ckeditor - it causes different problem - when you type, some parts of the text are in black colour etc. My workaround was to only use the following, which seemed to solve the problem:
.ace_editor {
margin-top: 1.2rem;
}
.ace_editor * {
font-family : 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace !important;
font-size : 12px !important;
}
/* good font color on dark theme */
.cke_reset_all .ace_dark * {
color : inherit;
}
Thanks, I will fix it ASAP.