Hi,
I've tried:
and in css, I tried:
note that when using the Glow theme, in my main CSS I have the below (else "normal" page text appears black on the Glow's default dark blue")
I've tried:
function RadEditorOnClientLoad(editor) { var style = editor.get_contentArea().style; style.color = '#000000 !important';}and in css, I tried:
.Glow.RadEditor .reContentCell { color: #000000 !important;}.reContentCell { color: #000000 !important;}div.reContentCell { color: #000000 !important;}note that when using the Glow theme, in my main CSS I have the below (else "normal" page text appears black on the Glow's default dark blue")
html, body, form, #wrapper{ color:#c1c7ca ;}