Skip to content

Instantly share code, notes, and snippets.

@tomraithel
Created February 8, 2013 10:44
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 tomraithel/4738040 to your computer and use it in GitHub Desktop.
Save tomraithel/4738040 to your computer and use it in GitHub Desktop.
CSS: Webkit specific rules / Webkit-Hack
// webkit-specific changes
@media screen and (-webkit-min-device-pixel-ratio:0) {
-webkit-appearance: none;
background: #fff img-url('arrow-icons.png') 100% -51px no-repeat;
padding-right: 35px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment