|
@@ -3296,7 +3296,7 @@ a.hasHover:hover, a:active {
|
|
height: 10px;
|
|
height: 10px;
|
|
top: 0px;
|
|
top: 0px;
|
|
left: 0px;
|
|
left: 0px;
|
|
- background: #00b4ed;
|
|
|
|
|
|
+ background: #d60401;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
@@ -3308,7 +3308,7 @@ a.hasHover:hover, a:active {
|
|
height: 64px;
|
|
height: 64px;
|
|
-webkit-border-radius: 16px;
|
|
-webkit-border-radius: 16px;
|
|
border-radius: 16px;
|
|
border-radius: 16px;
|
|
- background: #00b4ed;
|
|
|
|
|
|
+ background: #d60401;
|
|
-webkit-animation: sparkle 1500ms linear infinite;
|
|
-webkit-animation: sparkle 1500ms linear infinite;
|
|
-moz-animation: sparkle 1500ms linear infinite;
|
|
-moz-animation: sparkle 1500ms linear infinite;
|
|
-o-animation: sparkle 1500ms linear infinite;
|
|
-o-animation: sparkle 1500ms linear infinite;
|
|
@@ -3798,6 +3798,7 @@ a.hasHover:hover, a:active {
|
|
/* background: rgba(0, 0, 0, 0.2); */
|
|
/* background: rgba(0, 0, 0, 0.2); */
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
|
+ margin-bottom: -10px;
|
|
}
|
|
}
|
|
|
|
|
|
#volume>a, #gui-fullscreen>a, #gui-fullscreen-exit>a {
|
|
#volume>a, #gui-fullscreen>a, #gui-fullscreen-exit>a {
|
|
@@ -4203,14 +4204,14 @@ a.hasHover:hover, a:active {
|
|
|
|
|
|
#progressBar .step::before {
|
|
#progressBar .step::before {
|
|
content: '';
|
|
content: '';
|
|
- background-color: #575757;
|
|
|
|
|
|
+ background-color: #dc2506;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
display: block
|
|
display: block
|
|
}
|
|
}
|
|
|
|
|
|
#progressBar .step.active::before, #progressBar .step.recent::before {
|
|
#progressBar .step.active::before, #progressBar .step.recent::before {
|
|
- background-color: #00b4ed
|
|
|
|
|
|
+ background-color: #fcd67b
|
|
}
|
|
}
|
|
|
|
|
|
#progressBar .step.upcoming::before {
|
|
#progressBar .step.upcoming::before {
|