From ab780485b22a3e87cce0d2c0a4b4ccfd27e696e7 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Mon, 16 Nov 2020 23:18:50 -0800 Subject: [PATCH] Center pay button content (#2042) close #1999 --- BTCPayServer/Views/Stores/PayButton.cshtml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index e0ee81ece..e8badec7b 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -375,6 +375,11 @@ line-height: 35px; background: #fff; } + #btcpay-input-price::-webkit-outer-spin-button, + #btcpay-input-price::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + }