Skip to content

Instantly share code, notes, and snippets.

@hubwub
Created March 10, 2014 16:25
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 hubwub/9468380 to your computer and use it in GitHub Desktop.
Save hubwub/9468380 to your computer and use it in GitHub Desktop.
Search Reddit code in Reddit CSS
.side form#search input[type=text] {
height: 54px;
width: 305px;
margin: 0;
padding: 0;
padding-left: 55px;
width: 250px;
font-family: "HelveticaNeue" ,"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
background: #950a1f !important;
color: white;
}
.side form#search input[name="q"] {
height: 54px;
width: 305px;
margin: 0;
padding: 0;
padding-left: 55px;
width: 250px;
font-family: "HelveticaNeue" ,"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
background: #950a1f !important;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment