|
@ -228,6 +228,7 @@ class EntryCell extends TreeTableCell<Entry, Entry> { |
|
|
cell.getStyleClass().remove("utxo-row"); |
|
|
cell.getStyleClass().remove("utxo-row"); |
|
|
cell.getStyleClass().remove("address-cell"); |
|
|
cell.getStyleClass().remove("address-cell"); |
|
|
cell.getStyleClass().remove("hashindex-row"); |
|
|
cell.getStyleClass().remove("hashindex-row"); |
|
|
|
|
|
cell.getStyleClass().remove("confirming"); |
|
|
cell.getStyleClass().remove("spent"); |
|
|
cell.getStyleClass().remove("spent"); |
|
|
cell.getStyleClass().remove("unspendable"); |
|
|
cell.getStyleClass().remove("unspendable"); |
|
|
|
|
|
|
|
|