diff --git a/bin/web/js/theatre-play.js b/bin/web/js/theatre-play.js index 9c5bf38..35ebeee 100644 --- a/bin/web/js/theatre-play.js +++ b/bin/web/js/theatre-play.js @@ -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';