Audio now works on iPad.

This commit is contained in:
ha7ilm 2016-03-27 00:47:26 +01:00
parent 7b1d698575
commit 70a04da98b
4 changed files with 50 additions and 2 deletions

View file

@ -778,3 +778,31 @@ img.openwebrx-mirror-img
margin-top: 29px;
font-family: 'expletus-sans-medium';
}
#openwebrx-big-grey
{
position: fixed;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
opacity: 0.8;
background-color: #777;
left: 0;
top: 0;
z-index: 1001;
display: none;
vertical-align: middle;
text-align: center;
color: white;
font-weight: bold;
font-size: 20pt;
cursor: pointer;
transition: opacity 0.3s linear;
}
#openwebrx-big-grey img
{
width: 150px;
}