Hmm weird...
Make 100% sure Cloudflare is off.
Should work.
As a work-around you could try to use the important property on the background color and simply add it in a global css file.
.messageEditor {
background: #f5f5f5 !important;
}
Make 100% sure Cloudflare is off.
Should work.
As a work-around you could try to use the important property on the background color and simply add it in a global css file.
.messageEditor {
background: #f5f5f5 !important;
}