diff options
Diffstat (limited to 'web/js-player.css')
-rw-r--r-- | web/js-player.css | 9 |
1 files changed, 9 insertions, 0 deletions
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); |