Posts Tagged ‘css’

Remove Safari’s input focus behaviour

Tuesday, August 25th, 2009

Thanks to Josiah Platt I’ve removed the annoying focus effect that Safari forces on all input fields. Just add this piece of magic to your CSS. *:focus {outline: 0;}