I encountered some strange behavior in Firefox. I have a simple input[type=number] field and when I try to type a decimal value in it (e.g. 4.5), the browser puts an ugly red border around my input.
<input type="number" />
How can I fix this and override this stupid behavior of Firefox?