Created
August 2, 2013 22:51
-
-
Save pcolton/6144104 to your computer and use it in GitHub Desktop.
Styling a UISlider "thumb" with Pixate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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