Fix input number field sizes.

This commit is contained in:
NovaFox161
2018-09-19 12:40:29 -05:00
parent c17a597415
commit e2a21af6e3

View File

@@ -3,8 +3,6 @@
/* Remove controls from Firefox */
input[type=number] {
-moz-appearance: textfield;
/* Fix sizing */
height: 10px;
}
/* Re-applies the controls on :hover and :focus */