Thank for reply,
Your solution will change the background of whole edited row to white,
I just want the edited cell change to white, when I move to next cell to edit, the last cell show all black again, with the text color in white.
I try this:
.pq-editor-outer > .pq-editor-inner > textarea {
color: black !important;
}
And it work for me. Thank you.