Disable mute button if media is not yet available. (#1218)

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-07-10 12:26:47 +02:00
committed by GitHub
parent a3220afc32
commit 7b19980a83
3 changed files with 42 additions and 7 deletions

View File

@@ -61,6 +61,10 @@ limitations under the License.
outline: auto;
}
.toolbarButton:disabled {
opacity: 0.55;
}
.toolbarButton,
.toolbarButtonSecondary {
width: 50px;