Hello,
im using CKEditor for my website, im using javascript to load it:
<script>CKEDITOR.replace('editor');</script>
when i try to open image dialog, i found that text fields style changes based of my style.css file which i use for my website, how can i stop that?
see attached for explaintation.