Return to Snippet

Revision: 30355
at August 12, 2010 17:05 by mariusscheel


Initial Code
/* IE, Opera */
button:focus, button:active { outline: none; }
	
/* FF */
button::-moz-focus-inner { border: 0; }

Initial URL

                                

Initial Description

                                

Initial Title
remove dotted outline on BUTTONS in Firefox

Initial Tags

                                

Initial Language
CSS