Text in active lines automatically turns white:
I tried explicitly specifying the text color, but it doesn’t work:
.table-view .table-row-cell:selected{
-fx-background-color: #F2F2F2;
-fx-text-fill: black;
}
I understand that this happens because the default color of the active line is blue, so the developers made the text color automatically change to white. The question is, is there a way to get around this?