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: #f7f3f7;
background-image: none;
}
.mblSliderV .mblSliderProgressBar {
background-color: #088eef;
background-image: none;
}
.dj_gecko .mblSlider {
background-image: -moz-linear-gradient(top, #f7f3f7 0%, #ced3ce 50%, #cec5d6 100%);
-moz-user-select: none;
-moz-box-sizing: content-box;
}
.dj_gecko .mblSliderProgressBar {
background-image: -moz-linear-gradient(top, #088eef 0%, #0869c6 50%, #0851ad 100%);
}
.dj_gecko .mblSliderHandle {
background-image: -moz-linear-gradient(top, #fafafa 0%, #bbbbbb 50%, #999999 100%);
}
.dj_ff3 .mblSlider {
-moz-border-radius: 6px;
}
.dj_ff3 .mblSliderProgressBar {
-moz-border-radius: 6px;
}
.dj_ff3 .mblSliderHandle {
-moz-border-radius: 6px;
}