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