Skip to content

Instantly share code, notes, and snippets.

@robhob
Last active March 8, 2018 06:33
Show Gist options
  • Save robhob/028904bbbd35a722f26cf33fce636235 to your computer and use it in GitHub Desktop.
Save robhob/028904bbbd35a722f26cf33fce636235 to your computer and use it in GitHub Desktop.
input#searchsubmit {
color: #ffffff!important;
background: #29363e;
border-color: #29363e;
border-radius: 0px;
letter-spacing: 1px;
font-size: 14px;
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
font-weight: 500!important;
text-transform: uppercase!important;
background-color: #29363e;
padding: 2px 7px;
}
.searchform input#s {
height: 27px;
padding: 6px 12px;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment