I have recently developed an HTML5 jQuery plugin and I\'m having trouble removing the red border on required fields in FF4 beta.
I noticed that FF applies this borde
To be more specific you need to apply that style to the input control.
input:invalid { box-shadow: none; }