I want to change the background color of the textarea in SceneBuilder.
I failed to change in the style menu :-fx-background-color.
So I found to change the background color by using the CSS file.
.text-area .content{
-fx-background-color: red;
}
But I want to change the other way except for the css file. Please give me a hint .