Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
246 views
in Q2A Core by

 

The sentence input with CKEditor seems to be enclosed with the DIV tag, and to be put unnecessary inline-CSS compulsorily though the occurrence condition is not clear.
 
<div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255);">
<p>paragraph1</p>
<p>paragraph2</p>
</div>
 
It seems that body selector in qa-plugin/wysiwyg-editor/contents.css be reflected. It embarrasses at black background theme.
 
Does anyone know the solution?

Please log in or register to answer this question.

...