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 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 it's 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 all other tags).
My question is:
a) How do I set the css style for the submit button so it display's in a 'default manner' or ? b) Can one remove existing styling and if so how for the button so that it displays in the 'default manner'.
In other words, How can I have the submit buttons within the ui of my bookmarklet be displayed in the 'default manner' regardless of whether the underlying web page has chosen to style it or not.
Note: By 'default manner' I mean the way the submit button is displayed when no styling is added to it. For example the 'Google search' or 'Im feeling lucky' buttons on http://www.google.com