mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -04:00
selected table row text is white
This commit is contained in:
parent
b243b50922
commit
96db67643d
1 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue