mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-12 09:33:23 +00:00
format display of addresses in tables only when the table is selected
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user