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.
16 lines (15 loc) • 461 B
CSS
/* 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%);
}