From 09a77ff2015de33355a8b9b6dafbf72e245ee4a5 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Thu, 20 Jan 2022 10:01:11 +0800 Subject: [PATCH] Video: fix grayed out "/" in time indicator --- ui/scss/component/_file-render.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scss/component/_file-render.scss b/ui/scss/component/_file-render.scss index 5f95902bc..419032a3a 100644 --- a/ui/scss/component/_file-render.scss +++ b/ui/scss/component/_file-render.scss @@ -411,6 +411,10 @@ .vjs-duration { display: flex; } + + .vjs-time-divider { + z-index: 0; // solves the grayed-out divider + } } .vjs-picture-in-picture-control { -- 2.45.3