|
@@ -321,7 +321,7 @@
|
|
|
height: 12px;
|
|
|
margin-top: -4px;
|
|
|
box-shadow: initial;
|
|
|
- background-color: #269EFE;
|
|
|
+ background-color: #1CACF1;
|
|
|
}
|
|
|
|
|
|
.plyr__progress__buffer {
|
|
@@ -368,8 +368,8 @@
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
.plyr__progress__buffer {
|
|
|
- color: #fff;
|
|
|
- background-color: #fff;
|
|
|
+ color: rgba(255, 255, 255, 0.5);
|
|
|
+ background-color: rgba(255, 255, 255, 0.3);
|
|
|
}
|
|
|
}
|
|
|
.plyr__controls__item.plyr__time{
|