Skip to content

Instantly share code, notes, and snippets.

@stephanie-walter
Last active December 11, 2015 22:39
Show Gist options
  • Save stephanie-walter/4671419 to your computer and use it in GitHub Desktop.
Save stephanie-walter/4671419 to your computer and use it in GitHub Desktop.
Make Webkit Input Type = Search Behave Like Type = Text
input[type=search]{
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment