Skip to content

Instantly share code, notes, and snippets.

@thebuilder
Last active December 20, 2015 10:59
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 thebuilder/6119996 to your computer and use it in GitHub Desktop.
Save thebuilder/6119996 to your computer and use it in GitHub Desktop.
Use border to offset the icon (background image) from the edge.
input[type="search"] {
background: url("../img/search.svg") no-repeat right center;
border-right: 8px solid transparent; //Hack to offset background icon
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment