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
869 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: #bdbebd;
background-image: none;
}
.mblSliderV .mblSliderProgressBar {
background-color: #00a200;
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: 10em;
}
.dj_ff3 .mblSliderProgressBar {
-moz-border-radius: 10em;
}
.dj_ff3 .mblSliderHandle {
-moz-border-radius: 10em;
}