Skip to content

Instantly share code, notes, and snippets.

@KyleGobel
Created October 10, 2013 18: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 KyleGobel/6922954 to your computer and use it in GitHub Desktop.
Save KyleGobel/6922954 to your computer and use it in GitHub Desktop.
Search Icon
.icon-searchglass {
font-family: 'deersoIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.icon-searchglass:after {
content: "\e002";
}
<span class="icon-searchglass">
<input class="search" type="text" placeholder="What are you looking for?" onfocus="this.select();" value="@searchText">
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment