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.
17 lines
333 B
17 lines
333 B
/* 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; |
|
} |
|
}
|
|
|