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.
28 lines (23 loc) • 456 B
text/less
@import "variables.less";
@import "../common/ProgressBar.less";
.mblProgressBar {
&:before {
content: '';
position: absolute;
height: @mbl-progressBar-height;
width: 100%;
background-color: @win-accent-color;
opacity: 0.2;
}
}
.mblProgressBar[disabled] {
&:before{
background-color: @win-disabled-color;
}
.mblProgressBarProgress {
background-color: @win-disabled-color;
}
.mblProgressBarMsg {
color: @win-disabled-color;
}
}