|
@@ -3342,7 +3342,7 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.darkGlass {
|
|
|
- background-color: rgba(0, 0, 0, .5);
|
|
|
+ background-color: #c87f20;
|
|
|
}
|
|
|
|
|
|
.ui-icon {
|
|
@@ -4201,14 +4201,14 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
#progressBar .step::before {
|
|
|
content: '';
|
|
|
- background-color: #575757;
|
|
|
+ background-color: #dc2506;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
display: block
|
|
|
}
|
|
|
|
|
|
#progressBar .step.active::before, #progressBar .step.recent::before {
|
|
|
- background-color: #00b4ed
|
|
|
+ background-color: #fcd67b
|
|
|
}
|
|
|
|
|
|
#progressBar .step.upcoming::before {
|