fix mute button css

This commit is contained in:
jrkb 2023-10-23 15:16:46 +02:00
parent 49ce43d324
commit 223121655e

View file

@ -627,12 +627,10 @@ const TheatrePlay = function(autoInit = false) {
// margin-right: 15px; // margin-right: 15px;
// } // }
input[type=checkbox] { input[type=checkbox] {
position: absolute;
width: 27px;
opacity: 0;
} }
input[type=checkbox]:checked + label { input[type=checkbox]:checked + label {
color: #1cba94; color: #1cba94;
padding-left: 4px;
} }
input[type=checkbox] + label::after{ input[type=checkbox] + label::after{
content: ' OFF'; content: ' OFF';