Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created February 1, 2012 20:49
Show Gist options
  • Save LeaVerou/1719220 to your computer and use it in GitHub Desktop.
Save LeaVerou/1719220 to your computer and use it in GitHub Desktop.
Regain default button styling by CSS overrides. Possible?
/**
* Regain default button styling by CSS overrides. Possible?
*/
button {
background: red; /* we can't remove this */
background: initial; /* failed */
background: none; /* failed */
/* anything else? */
}
<button>Can I haz default style?</button>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment