I\'m using a bookmarklet that inserts a script tag into the current web page.
This script has some UI and an \"input type=submit....\" tag in it.
input type=submit....
What i've done and it seems to work in all browsers is...
$(buttonID).css({ 'background-color':'' });
by just leaving the background-color empty it seems to revert the button to its default state.