IE7 and black border on submits
Created by: ctalkington
I am running into this issue with IE7 where my submits have black borders around them. I am also able to reproduce the borders by viewing the BS project site in IE7. I think it has something to do with default form focus as it tends to go away if you click in address bar or inspect the element. Example:
Viewport Focused: http://share.talkingtontech.com/2012-03-23_0149.png Viewpor un-Focused : http://share.talkingtontech.com/2012-03-23_0150.png
I've read that this can be resolved with the below but wanted to see if anyone notices this.
input[type=submit],
input[type=reset],
input[type=button] {
filter:chroma(color=#000000);
}