Is there any way to make the flip switch bigger?
I've been using ui-fullsize on buttons but it won't work if done directly on the flip switch.
The best i have is
- .ui-slider { margin-top:2px !important; height:50px !important; }
- div.ui-slider-switch .ui-slider-handle { margin-top:5px !important; }
- .ui-slider-label {padding-top: 5px !important; }