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) • 1.06 kB
CSS
/* 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: #cecece;
background-image: none;
}
.mblSliderV .mblSliderProgressBar {
background-color: #2859b1;
background-image: none;
}
.dj_gecko .mblSlider {
background-image: -moz-linear-gradient(top, #cecece 0%, #eeeeee 50%, #f8f8f8 50%, #fdfdfd 100%);
-moz-user-select: none;
-moz-box-sizing: content-box;
}
.dj_gecko .mblSliderProgressBar {
background-image: -moz-linear-gradient(top, #2859b1 0%, #3f84eb 50%, #4c8eee 50%, #75acfb 100%);
}
.dj_gecko .mblSliderHandle {
background-image: -moz-linear-gradient(top, #cccccc 0%, #fafafa 100%);
}
.dj_ff3 .mblSlider {
-moz-border-radius: 8px;
}
.dj_ff3 .mblSliderProgressBar {
-moz-border-radius: 8px;
}
.dj_ff3 .mblSliderHandle {
-moz-border-radius: 10px;
}