Skip to content

Instantly share code, notes, and snippets.

@leeprobert
Created July 21, 2015 12:28
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 leeprobert/4e9044859a417de1dda7 to your computer and use it in GitHub Desktop.
Save leeprobert/4e9044859a417de1dda7 to your computer and use it in GitHub Desktop.
Force webkit search input to look like a standard textfield
input[type="search"] { -webkit-appearance: textfield; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment