Center pay button content (#2042)

close #1999
This commit is contained in:
Umar Bolatov 2020-11-16 23:18:50 -08:00 committed by GitHub
parent af593117e4
commit ab780485b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
</style>
</script>