ERVU-451
This commit is contained in:
parent
eff740bcac
commit
f605768687
1 changed files with 7 additions and 2 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue