More styling
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<div class="controls">
|
||||
<div class="player-controls">
|
||||
<progress class="px-video-progress" max="100" value="0"><span>0</span>% played</progress>
|
||||
|
||||
<div class="play-controls">
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
<div class="sound-controls">
|
||||
<!--<div class="px-video-mute-btn-container">-->
|
||||
<input class="px-video-mute sr-only" id="btnMute{id}" type="checkbox">
|
||||
<input class="px-video-mute inverted sr-only" id="btnMute{id}" type="checkbox">
|
||||
<label id="labelMute{id}" for="btnMute{id}">
|
||||
<svg><use xlink:href="#icon-sound"></use></svg>
|
||||
<span class="sr-only">Mute</span>
|
||||
|
Reference in New Issue
Block a user