Login Register

Overriding focused button styles

I'm trying to remove the dark dotted borders that the browser applies to a button widget. I had success in Firefox with this style:

.dj_gecko .dijitButton button:focus::-moz-focus-inner { border-color: transparent; }

Is there a way of overriding the same style in IE7?