Add lable for mute/un-mute toggle.

This commit is contained in:
jcass 2016-01-25 07:50:23 +02:00
parent 4bca436000
commit 1f45a7f4ac
2 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@ a {
max-height:90%;
}
.nowPlaying-artistInfo {
font-size: 12px;
font-size: 12px;
}
.nowPlaying-artistInfo h4{
margin: 0px;

View File

@ -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);"/>