From 919fb6055852bbe0170215ddc8d94fc8e24dc71f Mon Sep 17 00:00:00 2001 From: lepipele Date: Sat, 3 Mar 2018 00:52:49 -0600 Subject: [PATCH] Hiding currency selection when invoice paid --- BTCPayServer/wwwroot/css/normalizer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/BTCPayServer/wwwroot/css/normalizer.css b/BTCPayServer/wwwroot/css/normalizer.css index d7d139328..bae0b5330 100644 --- a/BTCPayServer/wwwroot/css/normalizer.css +++ b/BTCPayServer/wwwroot/css/normalizer.css @@ -10498,6 +10498,7 @@ All mobile class names should be prefixed by m- */ min-height: 575px; } +.paid .currency-selection, .expired .order-details, .archived .order-details { display: none;