forked from rDrama/rDrama
1
0
Fork 0

hide number arrows

master
Aevann 2023-02-21 20:12:33 +02:00
parent 6eeadea2ed
commit 94d10fa274
1 changed files with 10 additions and 0 deletions

View File

@ -7159,3 +7159,13 @@ sub, sup {
overflow: auto;
}
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
}
input[type=number] {
-moz-appearance: textfield !important;
}