Hello,
I’m trying to extend the hover theme in order to change the background color of read-only ricxtextarea component.
What is the name of that attribute to assign the new color to?
(must be something like background-something- color)
Alternatively, whats the attribute name for the read-only TextArea?
It works nicely.
However, let’s say that we have two readonly richtextareas on the page, and we want to apply a different style for each, so each is of a different color?
e.g.
style test1 is red, and style test2 is blue.
richTextArea1 would have style test1, and richTextArea2 would have style test2.