Skip to content

Instantly share code, notes, and snippets.

@pcolton
Created August 2, 2013 22:51
Show Gist options
  • Save pcolton/6144104 to your computer and use it in GitHub Desktop.
Save pcolton/6144104 to your computer and use it in GitHub Desktop.
Styling a UISlider "thumb" with Pixate.
#slider thumb {
background-image : linear-gradient(#808487, #cbd1d5);
background-size : 16px 16px;
border-radius : 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment