mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
reduce opacity for unconfirmed txes
This commit is contained in:
parent
9600d5707c
commit
2e86840e92
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-row.confirming {
|
.transaction-row.confirming {
|
||||||
-fx-opacity: 0.8;
|
-fx-opacity: 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.utxo-row.unspendable {
|
.utxo-row.unspendable {
|
||||||
|
|
Loading…
Reference in a new issue