From f461d6fb6e27761445de2560fb39fccd330f5063 Mon Sep 17 00:00:00 2001 From: railsjack Date: Tue, 27 Aug 2019 18:49:47 -0300 Subject: [PATCH] created a class for seekbar, it's not impletmented yet --- player/custom.css | 1 + 1 file changed, 1 insertion(+) diff --git a/player/custom.css b/player/custom.css index f9b539b..6dd5408 100644 --- a/player/custom.css +++ b/player/custom.css @@ -28,6 +28,7 @@ html, body { background: rgba(0,0,0,0.5); margin: 0 auto;} .tutorial-player .player-wrapper .seekbar { + display: none; width: calc(100% - 65px); height: 5px; background-color: #ddd; cursor: pointer; border-radius: 3px;