UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

41 lines (40 loc) 861 B
/* dojox.mobile.Slider */ .mblSlider { background-image: url(compat/slider-h-bg.png); background-repeat: repeat-x; } .mblSliderProgressBar { background-image: url(compat/slider-h-bar-bg.png); background-repeat: repeat-x; } .mblSliderHandle { background-image: url(compat/slider-handle-bg.png); } .mblSliderV { background-color: #e2e2e2; background-image: none; } .mblSliderV .mblSliderProgressBar { background-color: Highlight; background-image: none; } .dj_gecko .mblSlider { background-image: none; -moz-user-select: none; -moz-box-sizing: content-box; } .dj_gecko .mblSliderProgressBar { background-image: none; } .dj_gecko .mblSliderHandle { background-image: none; } .dj_ff3 .mblSlider { -moz-border-radius: 0; } .dj_ff3 .mblSliderProgressBar { -moz-border-radius: 0; } .dj_ff3 .mblSliderHandle { -moz-border-radius: 0; }