Reverting CSS style of <input type=submit button to its default style
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. Web page A has chosen not to style " input type=submit.. " tags whereas web page B has styled them. This results in the bookmarklet displaying differently styled submit buttons based on the underlying page's style. I want the submit buttons to be styled identically on all web pages in its default manner . One solution is to set the CSS style for the submit button within my script so it shows up identically on all pages. (This is what I have done for