Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created August 1, 2010 23:45
Show Gist options
  • Save anthonyshort/503905 to your computer and use it in GitHub Desktop.
Save anthonyshort/503905 to your computer and use it in GitHub Desktop.
#form-search input
{
-webkit-appearance:none;
border:1px solid #cfcfcf;
border-right:0;
height:23px;
width:200px;
font:inherit;
float:left;
padding:0 3px;
line-height:1;
text-align:left;
outline:0;
}
/* Remove the stupid indentation */
#form-search input[type="search"]::-webkit-search-decoration{display:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment