remove (second) square icon overlaying the original checkbox

This commit is contained in:
ralf 2024-09-16 09:02:31 +02:00
parent 58387cd769
commit 55186b7855

View File

@ -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;