Argh… annoying border on focus on input fields !


Problem solved .. no annoying border anymore

If you deal with forms in AIR (the same valid for Safari since they both use the WebKit) you’ll have a nifty blue border around your input fields showing which one is the active input … but what if you just don’t want to ?

I searched a lot and found this article … http://www.osenoa.com/log?id=75

Here’s the secret :

input { outline: none;}

Hope saves you time ! marin

Leave a Reply 600 Views