Hello!
I have questions.
Q1. RadEditor is distorted when I set height to 300. (Please refer to 'editor.jpg')
How can I fix it?
Q2. I want to use custom css. So I changed from Editor.Default.css to Editor.DefaultCustom.css
But when I applied it, icon disappeared. (Refer to 'editor_disappearicon.jpg')
What's wrong?
Here is part of my css.
I have questions.
Q1. RadEditor is distorted when I set height to 300. (Please refer to 'editor.jpg')
How can I fix it?
Q2. I want to use custom css. So I changed from Editor.Default.css to Editor.DefaultCustom.css
But when I applied it, icon disappeared. (Refer to 'editor_disappearicon.jpg')
What's wrong?
Here is part of my css.
.DefaultCustom.RadEditor{ background-color: #ececec;} /* reWrapper */.DefaultCustom.reWrapper{ border: solid 1px #828282;} .DefaultCustom.RadEditor .reContentCell{ border: solid 1px #828282;} /* common settings for .reModule, .reEditorModes and .reWrapper */
.DefaultCustom.reColorPicker,.DefaultCustom.reInsertTable,.DefaultCustom.reDropDownBody,.DefaultCustom.reCustomLinks a:hover{ border: solid 1px #828282;}