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....
This seems to work beautifully (trust me, try it):
/* Restore Browser's Default Submit Button Style */ input[type=submit] { background:ButtonFace; color:ButtonText; border:2px outset ButtonFace; } input[type=submit]:active { border-style:inset; -webkit-appearance:push-button; }