mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/DonateOptionsCard: hide webkit stepper button
This commit is contained in:
parent
eccf75b7b7
commit
14d0577895
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue