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
373 B
17 lines
373 B
/* Progress Bar */ |
|
.mblProgressBar { |
|
background-color: #007aff; |
|
} |
|
.mblProgressBarProgress { |
|
background-color: #a7a7aa; |
|
} |
|
.dj_gecko .mblProgressBar { |
|
background-image: none; |
|
background-color: #007aff; |
|
} |
|
.dj_gecko .mblProgressBarProgress { |
|
-moz-transition-property: width; |
|
-moz-transition-duration: 0.25s; |
|
background-image: none; |
|
background-color: #a7a7aa; |
|
}
|
|
|