From a408541eb352560e8c71031ef6429593af3c1fee Mon Sep 17 00:00:00 2001 From: Kukks Date: Tue, 31 Mar 2020 11:07:57 +0200 Subject: [PATCH] Fix coin selection filter bug --- .../Views/Wallets/CoinSelection.cshtml | 245 +++++++++--------- BTCPayServer/wwwroot/main/site.css | 3 - 2 files changed, 128 insertions(+), 120 deletions(-) diff --git a/BTCPayServer/Views/Wallets/CoinSelection.cshtml b/BTCPayServer/Views/Wallets/CoinSelection.cshtml index abc93a257..c80fe28fb 100644 --- a/BTCPayServer/Views/Wallets/CoinSelection.cshtml +++ b/BTCPayServer/Views/Wallets/CoinSelection.cshtml @@ -66,128 +66,139 @@ diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index 23c8ad5b6..3def21f4c 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -11,9 +11,6 @@ html { .input-group-clear { display: none; } -.only-for-js { - display: block; -} .wraptextAuto { max-width: 300px;