mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
remove (second) square icon overlaying the original checkbox
This commit is contained in:
parent
58387cd769
commit
55186b7855
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user