Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Created October 19, 2011 15:56
Show Gist options
  • Save joubertnel/1298737 to your computer and use it in GitHub Desktop.
Save joubertnel/1298737 to your computer and use it in GitHub Desktop.
$theme.slider .sc-handle { /* the knob */
background-image: sc_static('images/knob.png') !important;
@media (-webkit-min-device-pixel-ratio:2) {
background-image: sc_static('images/knob_retna.png') !important;
background-size: 16px 18px;
}
&.active {
background-image: sc_static('images/knob_active.png') !important;
@media (-webkit-min-device-pixel-ratio:2) {
background-image: sc_static('images/knob_active_retna.png') !important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment