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;
|
// 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';
|
||||||
|
|
Loading…
Reference in a new issue