mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-02 18:47:06 -04:00
fix row moving on selection
This commit is contained in:
parent
4f56398c55
commit
b5e726f3ad
1 changed files with 5 additions and 8 deletions
|
@ -194,19 +194,16 @@
|
|||
-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 .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 .text,
|
||||
.table-view .table-row-cell:selected .table-cell .hyperlink-with-icon,
|
||||
.table-view .table-row-cell:selected .table-cell .hyperlink-with-icon .text {
|
||||
.table-view .table-row-cell:selected .table-cell {
|
||||
-fx-background: -fx-accent;
|
||||
-fx-background-color: -fx-selection-bar;
|
||||
-fx-border-color: -fx-selection-bar;
|
||||
}
|
||||
.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 {
|
||||
-fx-text-fill: -fx-dark-text-color;
|
||||
}
|
||||
|
||||
.table-view .table-row-cell:selected .table-cell .hyperlink,
|
||||
.table-view .table-row-cell:selected .table-cell .hyperlink .text,
|
||||
.table-view .table-row-cell:selected .table-cell .hyperlink-with-icon,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue