javafx - How to set selected row text color in not focused TableView

My app uses row selection mode (table.setCellSelectionEnabled(false)) In my CSS: .table-row-cell:selected { -fx-background-color: steelblue; -fx-text-fill: red !important; } property -fx-