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;