Add lable for mute/un-mute toggle.
This commit is contained in:
parent
4bca436000
commit
1f45a7f4ac
@ -551,7 +551,7 @@ a {
|
||||
max-height:90%;
|
||||
}
|
||||
.nowPlaying-artistInfo {
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.nowPlaying-artistInfo h4{
|
||||
margin: 0px;
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
</li>
|
||||
<li id="" data-icon="false">
|
||||
<div><!-- slider for volume -->
|
||||
<a href="#" onclick="doMute(); return false;"><i class="fa fa-volume-off" id="mutebt"></i></a>
|
||||
<a href="#" onclick="doMute(); return false;"><span title="Toggle mute"><i id="mutebt" class="fa fa-volume-off"></i></span></a>
|
||||
<label for="volumeslider" class="ui-hidden-accessible">Volume</label>
|
||||
<input id="volumeslider" data-highlight="true" name="volumeslider" data-mini="true" type="range" min="0"
|
||||
value="0" max="100" onchange="doVolume(this.value);"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user