Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 28, 2014 20:54
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 billerickson/76a2d7f4857415bb2bf4 to your computer and use it in GitHub Desktop.
Save billerickson/76a2d7f4857415bb2bf4 to your computer and use it in GitHub Desktop.
/* Search Form
------------------------------------------------------------ */
.searchform {
background: #f0f0f0;
border-top: 1px solid #a1a1a1;
border-left: 1px solid #a1a1a1;
position: relative;
}
.searchform .s {
border: none;
background: transparent;
padding: 5px 5px 5px 10px;
margin: 0;
font-size: 13px;
color: #7c7e81;
width: 180px;
outline: none;
text-shadow: 1px 1px 1px #fff;
}
.searchform .searchsubmit {
background: url(images/search.png) no-repeat;
border: none;
width: 18px;
height: 18px;
position: absolute;
right: 10px;
top: 5px;
cursor: pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment