reduce opacity for unconfirmed txes

This commit is contained in:
Craig Raw 2021-04-12 16:27:10 +02:00
parent 9600d5707c
commit 2e86840e92

View file

@ -43,7 +43,7 @@
}
.transaction-row.confirming {
-fx-opacity: 0.8;
-fx-opacity: 0.7;
}
.utxo-row.unspendable {