Using this article, I\'m changing the styling of some of my HTML5 form-validation pop-ups. However, my error pop-ups still have the default, orange exclamation point in the
Try:
input::-webkit-validation-bubble-icon { display: none; }
or, of course:
input::-webkit-validation-bubble-icon { background: url(http://google.com/favicon.ico); }
Jsfiddle here: http://jsfiddle.net/xhqhV/