Skip to content

Instantly share code, notes, and snippets.

@konrad-gibaszewski
Last active October 5, 2015 08:38
Show Gist options
  • Save konrad-gibaszewski/2780449 to your computer and use it in GitHub Desktop.
Save konrad-gibaszewski/2780449 to your computer and use it in GitHub Desktop.
CSS appearance
/* appearance: normal|icon|window|button|menu|field; */
-moz-appearance:button; /* Firefox1+ */
-webkit-appearance:button; /* Safari3+, Chrome1+, WebKit522+ */
/* http://www.w3schools.com/cssref/css3_pr_appearance.asp
https://developer.mozilla.org/en/CSS/-moz-appearance */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment