format display of addresses in tables only when the table is selected

This commit is contained in:
Craig Raw
2026-02-05 12:48:23 +02:00
parent 779a55c494
commit b11afdf2bb
2 changed files with 2 additions and 2 deletions
@@ -386,7 +386,7 @@ HorizontalHeaderColumn > TableColumnHeader.column-header.table-column{
-fx-fill: white;
}
.root .address-chunk.alternate {
.root .text-field .address-chunk.alternate, .root .label .address-chunk.alternate, .root .tree-table-view:focused .address-chunk.alternate {
-fx-fill: derive(-fx-text-inner-color, -35%);
}
@@ -350,7 +350,7 @@ CellView > .text-input.text-field {
-fx-fill: white;
}
.address-chunk.alternate {
.text-field .address-chunk.alternate, .label .address-chunk.alternate, .tree-table-view:focused .address-chunk.alternate {
-fx-fill: derive(-fx-text-inner-color, 70%);
}