mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
playbarbutton class
This commit is contained in:
@@ -2047,7 +2047,8 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
#volume-button{
|
||||
margin-top:2px;
|
||||
padding-top: 3px;
|
||||
/* padding-left: 10px; */
|
||||
}
|
||||
|
||||
#playpause:hover, #volume-button:hover, #fullscreen:hover
|
||||
|
||||
@@ -208,12 +208,12 @@
|
||||
<i class="material-icons">skip_next</i>
|
||||
</div>
|
||||
<div id="duration"></div>
|
||||
<div id="fullscreen" class="hide-on-small-only">
|
||||
<div id="fullscreen" class="hide-on-small-only playbar-btn">
|
||||
<i class="material-icons">fullscreen</i>
|
||||
</div>
|
||||
<button class="castButton" id="castButton" is="google-cast-button">
|
||||
<button class="castButton playbar-btn" id="castButton" is="google-cast-button">
|
||||
</button>
|
||||
<div id="volume-button">
|
||||
<div id="volume-button" class="playbar-btn">
|
||||
<i id="v-mute" class="material-icons">volume_off</i>
|
||||
<i id="v-low" class="material-icons">volume_mute</i>
|
||||
<i id="v-medium" class="material-icons">volume_down</i>
|
||||
|
||||
Reference in New Issue
Block a user