Hi Konrad,
Greetings from Syncfusion support
In order to set the background color for the editor if readonly property is enabled, you can use the following styles.
As like disabled state, you can set for readonly property through .e-rte-readonly class
<style>
.e-rte-readonly.e-richtexteditor .e-rte-content .e-content {
opacity: 0.35;
/* You can also set the background color */
/* background: red; */
}
</style>
|
Could you please try out the above solution and confirm whether it meets your requirement, please contact us if you need further assistance on this.
Regards,
Indrajith