From 55186b785558760847ddd336be237969df579862 Mon Sep 17 00:00:00 2001 From: ralf Date: Mon, 16 Sep 2024 09:02:31 +0200 Subject: [PATCH] remove (second) square icon overlaying the original checkbox --- pixelegg/mobile/fw_mobile.less | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index c9399e2ce1..8cdde14e57 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -1583,21 +1583,6 @@ height: 32px !important; } - input[type="checkbox"]:before { - content:""; - width:32px; - height:32px; - background-image:url(../../node_modules/bootstrap-icons/icons/square.svg) !important; - display:inline-block; - background-repeat: no-repeat; - background-size: 31px; - margin-left: -5px; - } - input[type="checkbox"]:checked{ - background-image:url(../../node_modules/bootstrap-icons/icons/square.svg) !important; - width:32px !important; - height:32px !important; - } .et2_label.et2_checkbox_label { line-height: 32px; vertical-align: middle;