diff --git a/BTCPayServer/Views/Wallets/CoinSelection.cshtml b/BTCPayServer/Views/Wallets/CoinSelection.cshtml index c80fe28fb..937ad3a66 100644 --- a/BTCPayServer/Views/Wallets/CoinSelection.cshtml +++ b/BTCPayServer/Views/Wallets/CoinSelection.cshtml @@ -23,22 +23,36 @@
  • - {{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..78e92e669 100644 --- a/BTCPayServer/Views/Wallets/WalletSend.cshtml +++ b/BTCPayServer/Views/Wallets/WalletSend.cshtml @@ -43,14 +43,15 @@ {
    - @foreach (var input in Model.InputsAvailable) { - + }
    +
    } @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 a701bb238..632529e32 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 -
    diff --git a/BTCPayServer/wwwroot/js/vaultbridge.ui.js b/BTCPayServer/wwwroot/js/vaultbridge.ui.js index 2caf6e3dc..facf8988c 100644 --- a/BTCPayServer/wwwroot/js/vaultbridge.ui.js +++ b/BTCPayServer/wwwroot/js/vaultbridge.ui.js @@ -28,7 +28,7 @@ var vaultui = (function () { vaultLoading: new VaultFeedback("?", "Checking BTCPayServer Vault is running...", "vault-feedback1", "vault-loading"), vaultDenied: new VaultFeedback("failed", "The user declined access to the vault.", "vault-feedback1", "vault-denied"), vaultGranted: new VaultFeedback("ok", "Access to vault granted by owner.", "vault-feedback1", "vault-granted"), - noVault: new VaultFeedback("failed", "BTCPayServer Vault does not seems running, you can download it on Github.", "vault-feedback1", "no-vault"), + noVault: new VaultFeedback("failed", "BTCPayServer Vault does not seem to be running, you can download it on Github.", "vault-feedback1", "no-vault"), noWebsockets: new VaultFeedback("failed", "Web sockets are not supported by the browser.", "vault-feedback1", "no-websocket"), errorWebsockets: new VaultFeedback("failed", "Error of the websocket while connecting to the backend.", "vault-feedback1", "error-websocket"), bridgeConnected: new VaultFeedback("ok", "BTCPayServer successfully connected to the vault.", "vault-feedback1", "bridge-connected"), diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 3def21f4c..4c3005d59 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -146,3 +146,7 @@ pre { .cursor-pointer{ cursor: pointer; } + +.list-group-item a { + color: inherit; +}