diff --git a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml index 553999696..490c35f53 100644 --- a/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml +++ b/BTCPayServer/Views/AppsPublic/ViewPointOfSale.cshtml @@ -49,14 +49,18 @@ margin: auto; } + .js-cart-item-count { + -moz-appearance:textfield; + margin: 0; + text-align: right; + } + .js-cart-item-count::-webkit-inner-spin-button, .js-cart-item-count::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; - margin: 0; } - @if (!string.IsNullOrEmpty(Model.EmbeddedCSS)) { @@ -70,10 +74,10 @@