Skip to content

Instantly share code, notes, and snippets.

@surfacedamage
Created August 8, 2012 04:02
Show Gist options
  • Save surfacedamage/3291945 to your computer and use it in GitHub Desktop.
Save surfacedamage/3291945 to your computer and use it in GitHub Desktop.
Getting rid of webkit select box gradiants and background color
/* HAAAACKKZZZZZZZ. I want HAAAAAACKZZZ!! /*
select {
font-size: 1.3em;
height: 43px;
width: 400px;
padding: 8px;
// webkit only
@media screen and (-webkit-min-device-pixel-ratio:0) {
-webkit-appearance: none;
background: #fff url('arrow_bg.png') no-repeat right center;
padding-right: 25px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment