-moz-focus-inner doesn't work on firefox 9
I'm developing a site and it requires some adjustment on padding on firefox. I had firefox 8 in the morning and below css worked for me: button.ui-button-icon-only::-moz-focus-inner {padding: 2px 1px 1px 2px} I upgraded now and this does not work anymore.
I have another common style for ie and chrome as below. Now firefox9 is taking up this padding and this is not aligned in firefox 9. button.ui-button-icon-only { padding: 3px 1px 1px 2px;}
I need to fix this asap. Quick response is appreciated.