Video: fix grayed out "/" in time indicator (#7425)
This commit is contained in:
parent
bd3126a6b8
commit
cff17deb5d
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