sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
1.0 KiB

/* 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;
}