fix dmr mute overlay

This commit is contained in:
Jakob Ketterl 2021-01-17 19:41:17 +01:00
parent 3246e5ab3a
commit 502d324cd4
1 changed files with 1 additions and 2 deletions

View File

@ -927,6 +927,7 @@ img.openwebrx-mirror-img
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative;
} }
.openwebrx-meta-slot > * { .openwebrx-meta-slot > * {
@ -944,8 +945,6 @@ img.openwebrx-mirror-img
display: block; display: block;
content: ""; content: "";
background-image: url("../gfx/openwebrx-mute.png"); background-image: url("../gfx/openwebrx-mute.png");
width:100%;
height:133px;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
cursor: pointer; cursor: pointer;