Video: fix grayed out "/" in time indicator #7425
1 changed files with 4 additions and 0 deletions
|
@ -411,6 +411,10 @@
|
|||
.vjs-duration {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.vjs-time-divider {
|
||||
z-index: 0; // solves the grayed-out divider
|
||||
}
|
||||
}
|
||||
|
||||
.vjs-picture-in-picture-control {
|
||||
|
|
Loading…
Reference in a new issue