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.
15 lines
472 B
15 lines
472 B
/* Progress Bar */ |
|
.mblProgressBar { |
|
background-color: white; |
|
} |
|
.mblProgressBarProgress { |
|
background-color: #3186e7; |
|
} |
|
.dj_gecko .mblProgressBar { |
|
background-image: -moz-linear-gradient(top, #a5a6a5 0%, #d6d7d6 50%, #ffffff 50%, #ffffff 90%, #b5b6b5 100%); |
|
} |
|
.dj_gecko .mblProgressBarProgress { |
|
-moz-transition-property: width; |
|
-moz-transition-duration: 0.25s; |
|
background-image: -moz-linear-gradient(top, #b0c0ff 0%, #70b2ff 60%, #3470b6 60%, #2f83e1 100%); |
|
}
|
|
|