Skip to content

Instantly share code, notes, and snippets.

@xd547
Created May 16, 2013 04:15
Show Gist options
  • Select an option

  • Save xd547/5589373 to your computer and use it in GitHub Desktop.

Select an option

Save xd547/5589373 to your computer and use it in GitHub Desktop.
Remove default button style in ios and other browser .
input[type=button]{
-webkit-appearance: none;
outline: none;
-moz-appearance: none;
appearance: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment