Skip to content

Instantly share code, notes, and snippets.

@geoffreycrofte
Created January 21, 2012 16:36
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 geoffreycrofte/1653228 to your computer and use it in GitHub Desktop.
Save geoffreycrofte/1653228 to your computer and use it in GitHub Desktop.
Input Search box-sizing
/**
* Input Search box-sizing
*/
[type="search"] {
margin: 1em 3em;
-webkit-box-sizing: content-box; /* comment this line to see... */
padding: .5em;
}
<input type="search" placeholder="Search">
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment