web/DonateOptionsCard: hide webkit stepper button

This commit is contained in:
wukko 2024-08-06 16:46:32 +06:00
parent eccf75b7b7
commit 14d0577895
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -207,4 +207,10 @@
width: 24px; width: 24px;
height: 24px; height: 24px;
} }
#donation-custom-input::-webkit-outer-spin-button,
#donation-custom-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
</style> </style>