fix mute button css
This commit is contained in:
parent
49ce43d324
commit
223121655e
1 changed files with 1 additions and 3 deletions
|
@ -627,12 +627,10 @@ const TheatrePlay = function(autoInit = false) {
|
|||
// margin-right: 15px;
|
||||
// }
|
||||
input[type=checkbox] {
|
||||
position: absolute;
|
||||
width: 27px;
|
||||
opacity: 0;
|
||||
}
|
||||
input[type=checkbox]:checked + label {
|
||||
color: #1cba94;
|
||||
padding-left: 4px;
|
||||
}
|
||||
input[type=checkbox] + label::after{
|
||||
content: ' OFF';
|
||||
|
|
Loading…
Reference in a new issue