Is it possible to set the appearance of non-editable text fields in css? I want non-editable text fields to look like labels. I couldn't find any answers to this (or similar) question, I tried this:
.text-input:editable {
-fx-background-color: transparent;
}
But that didn't work, obviously.