Skip to content

Instantly share code, notes, and snippets.

@tritchey
Created November 30, 2011 23:09
Show Gist options
  • Save tritchey/1411716 to your computer and use it in GitHub Desktop.
Save tritchey/1411716 to your computer and use it in GitHub Desktop.
select styling
select {
-khtml-appearance: none;
display: block;
height: 30px;
width: 68px;
font-size: 15px;
text-align: top;
line-height: 12px;
padding: 0 10px;
color: #aaa;
background: transparent url('images/select.png') no-repeat left top;
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment