From 223121655e1e7df429a8c36b74e79cce37fa1698 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Mon, 23 Oct 2023 15:16:46 +0200 Subject: [PATCH] fix mute button css --- bin/web/js/theatre-play.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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';