From 86d21ecd6dd39e3fa73cbed3ce347d6cf51239b5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 1 Oct 2023 18:36:32 +0200 Subject: jlhs forward playback works --- web/js-player.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/js-player.css') diff --git a/web/js-player.css b/web/js-player.css index d6daa03..24adf5a 100644 --- a/web/js-player.css +++ b/web/js-player.css @@ -39,6 +39,7 @@ } .jsp .jsp-pri { + position: relative; flex-grow: 1; padding: 0px; display: inline-block; @@ -47,9 +48,17 @@ height: var(--csize); } .jsp .jsp-pri-current { + z-index: 101; + position: absolute; height: var(--csize); background-color: #ffffff20; } +.jsp .jsp-pri-buffered { + z-index: 100; + position: absolute; + height: var(--csize); + background-color: #08fa0018; +} .jsp-overlay { position: absolute; bottom: var(--csize); -- cgit v1.2.3-70-g09d2