From 2e86840e92791eba4453f3e0b0b60020f33b9b23 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 12 Apr 2021 16:27:10 +0200 Subject: [PATCH] reduce opacity for unconfirmed txes --- src/main/resources/com/sparrowwallet/sparrow/wallet/wallet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/com/sparrowwallet/sparrow/wallet/wallet.css b/src/main/resources/com/sparrowwallet/sparrow/wallet/wallet.css index ce4e516e..c63bbd18 100644 --- a/src/main/resources/com/sparrowwallet/sparrow/wallet/wallet.css +++ b/src/main/resources/com/sparrowwallet/sparrow/wallet/wallet.css @@ -43,7 +43,7 @@ } .transaction-row.confirming { - -fx-opacity: 0.8; + -fx-opacity: 0.7; } .utxo-row.unspendable {