diff --git a/static/styles/billing.scss b/static/styles/billing.scss index 6a3f80d50a..8faeadf429 100644 --- a/static/styles/billing.scss +++ b/static/styles/billing.scss @@ -258,3 +258,12 @@ display: none; } } + +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +input[type="number"] { + -moz-appearance: textfield; +} diff --git a/templates/corporate/upgrade.html b/templates/corporate/upgrade.html index a9a02c5d04..1647c21b04 100644 --- a/templates/corporate/upgrade.html +++ b/templates/corporate/upgrade.html @@ -116,9 +116,7 @@