diff --git a/BTCPayServer/Views/Wallets/CoinSelection.cshtml b/BTCPayServer/Views/Wallets/CoinSelection.cshtml index c80fe28fb..b80f604fa 100644 --- a/BTCPayServer/Views/Wallets/CoinSelection.cshtml +++ b/BTCPayServer/Views/Wallets/CoinSelection.cshtml @@ -23,22 +23,22 @@
  • - {{item.outpoint}} + {{item.outpoint}}
    i {{label.value}}
    - {{item.amount}} + {{item.amount}}
  • diff --git a/BTCPayServer/Views/Wallets/WalletSend.cshtml b/BTCPayServer/Views/Wallets/WalletSend.cshtml index 808c1e33f..2e0906054 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -51,6 +51,7 @@ +
    } @if (Model.Outputs.Count == 1) @@ -71,7 +72,7 @@

    Your current balance is - @Model.CryptoCode. + @Model.CryptoCode.

    } @@ -101,7 +102,7 @@

    Your current balance is - @Model.CryptoCode. + @Model.CryptoCode.

    @@ -132,7 +133,7 @@

    The recommended value is - satoshi per byte. + satoshi per byte.

    @if (Model.Outputs.Count == 1) diff --git a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml index bc4cfe928..844427191 100644 --- a/BTCPayServer/Views/Wallets/WalletTransactions.cshtml +++ b/BTCPayServer/Views/Wallets/WalletTransactions.cshtml @@ -15,7 +15,7 @@ } } - .unconf { + .unconf > * { opacity: 0.5; } @@ -102,10 +102,10 @@ " > @label.Value -
    @@ -137,7 +137,7 @@