Skip to content

Commit

Permalink
created a class for seekbar, it's not impletmented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
railsjack committed Aug 27, 2019
1 parent 6c147ae commit f461d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions player/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f461d6f

Please sign in to comment.