Revision: 34858
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 29, 2010 06:21 by dre1080
Initial Code
/* * Andrew Wayne 2010 */ /* removing dotted line on buttons and clickable input elements for Firefox */ input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner { border : 0; } /* Remove outline on buttons and clickable input elements for WebKit Browsers & IE8 */ input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, button { outline : none; }
Initial URL
Initial Description
Initial Title
Remove outline and dotted lines on buttons in FF, IE and Webkit
Initial Tags
line
Initial Language
CSS