Could you please help me set the background-color property for a rich text field?
I tried to reference it using:
table.k-widget, .k-editor .k-editor-widget .k-resizeable .k-editable-area, iframe.k-content, body.fd-form, .fd-editor-content{
background-color: red !important;
}
The background successfully flashes red for a moment, then it reverts to white.