improve compatibility input appearance

This commit is contained in:
Xaloc 2023-07-07 14:42:16 +02:00
parent d9d68c190f
commit b5f6c5bb90

View File

@ -95,6 +95,7 @@ input[type=number]::-webkit-outer-spin-button {
input[type=number] { input[type=number] {
-moz-appearance: textfield; -moz-appearance: textfield;
appearance: textfield;
} }
select { select {