Firefox 4 Windows: Unwanted Red Box‑Shadow

May 25, 2011 1 min read

I’m not sure why, but in Windows (only!) Firefox 4.0.1 seems to think it’s cool to put a red box-shadow on any input field of the "email" type. Just leaving a note here in case it’s helpful – it’s easy enough to fix:

input[type="email"] { 
    box-shadow: none;
}
***

Updated 6/16/19 at 6:59pm