View Tutorial Metadata Edit Content Revision History Add New Tutorial Add to Watchlist Eliminate Chrome yellow border on forms

Eliminate Chrome yellow border on forms

Some people understand "user-friendliness" and design rather different than Google. So, to eliminate the outline border effect on form element focus which is Chrome's default behavior here is the quick fix.

In the CSS you set the default behavior as it is in the rest of the browsers.

input,select,textarea{
    outline:none;	
}

Talk icons discuss – in the article above, point your mouse over them to reply.
Can't find a relevant Talk icon for what you have to say? See how you can add one...
Note: All the talks and replies are also listed below.


Add a new discussion topic (Only if you don't find it above, duplicates will be removed)


Rating: (0+, 0-) In: Web Browsers