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.
18 lines (17 loc) • 333 B
text/less
/* Progress Bar */
.mblProgressBar {
.mblProgressBar-compat;
}
.mblProgressBarProgress {
.mblProgressBarProgress-compat;
}
.dj_gecko {
.mblProgressBar {
.mblProgressBar-compat-gecko;
}
.mblProgressBarProgress {
-moz-transition-property: width;
-moz-transition-duration: 0.25s;
.mblProgressBarProgress-compat-gecko;
}
}