Added volume button

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-31 15:24:44 +01:00
parent 4bee67d2aa
commit 1127a887d2
2 changed files with 67 additions and 11 deletions

View File

@@ -59,6 +59,17 @@
background-color:black;
}
#mute
{
background: no-repeat url(player.webp) -0px -1829px;
background-size:auto;
float:left;
height:27px;
width:30px;
-webkit-filter:brightness(300%);
margin-left: 40px;
}
#fullscreen
{
cursor:pointer;