Hi,
By not saved – do you mean that it does dot show up in the backend when you edit the field css again, or is it that it does not work in the front end?
A multi line “Enhanced rich text” field must be addressed like this:
div.ms-rtestate-write:focus{
background-color:#FFFBCC;
}
A multiline plain text field must be addressed like this:
textarea:focus{
background-color:#FFFBCC;
}
Alexander