Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5049 from MauriceG/patch-5
Browse files Browse the repository at this point in the history
Slider: set cursor to pointer for each switch position - Fixes #5044: Pointer for switches
  • Loading branch information
jaspermdegroot committed Oct 2, 2012
2 parents e893126 + 3b9be42 commit ff74d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.slider.css
Expand Up @@ -32,7 +32,7 @@ div.ui-slider-switch.ui-slider-mini .ui-slider-inneroffset { margin: 0 15px 0 14
div.ui-slider-switch.ui-slider-mini .ui-slider-handle { width: 25px; height: 25px; margin: 1px 0 0 -13px; }
div.ui-slider-switch.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px; padding: 0; margin: 0; }

span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font-size: 16px; top: 0; line-height: 2; min-height: 100%; border-width: 0; white-space: nowrap; }
span.ui-slider-label { position: absolute; text-align: center; width: 100%; overflow: hidden; font-size: 16px; top: 0; line-height: 2; min-height: 100%; border-width: 0; white-space: nowrap; cursor:pointer; }
.ui-slider-mini span.ui-slider-label { font-size: 14px; }

span.ui-slider-label-a { z-index: 1; left: 0; text-indent: -1.5em; }
Expand Down

0 comments on commit ff74d34

Please sign in to comment.