reduce unconfirmed opacity

This commit is contained in:
Craig Raw 2020-11-25 09:56:31 +02:00
parent 2ca8b91283
commit 99a39aa83f

View file

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