Add slider to change volume

Add mute button
This commit is contained in:
Gnoxter 2016-02-06 14:49:10 +01:00
parent 7635093679
commit b05da52ade
3 changed files with 57 additions and 5 deletions

View file

@ -23,11 +23,16 @@ html, body
{
margin: 0;
padding: 0;
height: 100%;
height: 100%;
font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
overflow: hidden;
}
input
{
vertical-align:middle;
}
#webrx-top-container
{
position: relative;
@ -539,3 +544,13 @@ html, body
font-weight: bold;
}
#openwebrx-mute-on
{
color: lime;
}
#openwebrx-mute-off
{
color: white;
}