Skip to content

Instantly share code, notes, and snippets.

@heyMP
Created April 25, 2014 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyMP/11274900 to your computer and use it in GitHub Desktop.
Save heyMP/11274900 to your computer and use it in GitHub Desktop.
Eliminate the 1px line at the bottom of some text input areas.
input[type="text"] {
-webkit-background-clip: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment