This commit is contained in:
m.epshtein 2025-05-05 12:10:03 +03:00
parent eff740bcac
commit f605768687

View file

@ -1463,8 +1463,13 @@
}
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell input[type="checkbox"]:checked::before {
position: absolute;
content: url('../img/svg/mark.svg');
top: 1px;
content: "\f272";
display: flex;
align-items: center;
font-family: bootstrap-icons !important;
font-size: var(--size-text-primary);
width: var(--indent-medium);
height: var(--indent-medium);
left: 1px;
}
.webbpm.ervu_dashboard ag-grid-angular .ag-root .ag-cell input[type="checkbox"][disabled] {