selected table row text is white

This commit is contained in:
woodser 2025-05-17 17:20:55 -04:00
parent b243b50922
commit 96db67643d
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -194,10 +194,15 @@
-fx-background-color: -bs-color-background-row-odd;
-fx-border-color: -bs-color-background-row-odd;
}
.table-view .table-row-cell:selected .table-cell {
.table-view .table-row-cell:selected .table-cell,
.table-view .table-row-cell:selected .table-cell .label,
.table-view .table-row-cell:selected .table-cell .text,
.table-view .table-row-cell:selected .table-cell .hyperlink,
.table-view .table-row-cell:selected .table-cell .hyperlink-with-icon {
-fx-background: -fx-accent;
-fx-background-color: -fx-selection-bar;
-fx-border-color: -fx-selection-bar;
-fx-text-fill: -fx-dark-text-color;
}
.table-row-cell {