mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26: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 {
|
||||
-fx-opacity: 0.8;
|
||||
-fx-opacity: 0.7;
|
||||
}
|
||||
|
||||
.utxo-row.unspendable {
|
||||
|
|
Loading…
Reference in a new issue