Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 17, 2016 17:08
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 rickrduncan/ccd58354ccdcf804c320 to your computer and use it in GitHub Desktop.
Save rickrduncan/ccd58354ccdcf804c320 to your computer and use it in GitHub Desktop.
.search-form {
position: relative;
}
.search-form > input {
padding-left: 40px;
}
.search-form input[type="submit"] {
background: none !important;
border: none;
clip: inherit;
color: #4a545a;
display: inline-block;
font: 28px/1 'dashicons';
height: 38px;
padding: 0 10px 0 12px;
position: absolute;
left: 2px;
top: 12px;
vertical-align: top;
width: 38px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment