Skip to content

Instantly share code, notes, and snippets.

@FirstVertex
Created December 5, 2012 00:59
Show Gist options
  • Save FirstVertex/4210887 to your computer and use it in GitHub Desktop.
Save FirstVertex/4210887 to your computer and use it in GitHub Desktop.
CSS to hide Numeric input on JQuery Mobile Slider
input[data-type="range"] {display: none}
div.ui-slider {display:block; margin:0.17em auto 0.6em auto; width: 85%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment