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.
 
 
 
 
 
 

15 lines
461 B

/* Progress Bar */
.mblProgressBar {
background-color: #293031;
}
.mblProgressBarProgress {
background-color: #7bc708;
}
.dj_gecko .mblProgressBar {
background-image: -moz-linear-gradient(top, #545454 0%, #313031 30%, #293031 85%, #414141 100%);
}
.dj_gecko .mblProgressBarProgress {
-moz-transition-property: width;
-moz-transition-duration: 0.25s;
background-image: -moz-linear-gradient(top, #adf708 0%, #7bbe08 50%, #63a600 90%, #5a8e00 100%);
}