I need to have rounded corners on TextArea, but it looks a bit weird. Seems, some inner layer should also have rounded corners with the same radius, but which one?
I use this CSS:
.text-area {
-fx-background-color: #dbb1b1, #fff0f0;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-border-color: red;
}
And it looks like this one: TextArea corners