//fix icons
This commit is contained in:
parent
168f7ea4ca
commit
4324e064d6
1 changed files with 5 additions and 4 deletions
|
|
@ -406,6 +406,7 @@
|
|||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-icon {
|
||||
position: relative;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
|
||||
|
|
@ -414,13 +415,16 @@
|
|||
content: "";
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
transform: rotate(-90deg);
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
&.ag-icon-small-down::before {
|
||||
background-image: url(../img/svg/arrow-left.svg);
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
&.ag-icon-filter::before {
|
||||
background-image: url(../img/svg/filter.svg);
|
||||
top: -4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -448,9 +452,6 @@
|
|||
padding: 6px 12px !important;
|
||||
}
|
||||
}
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-floating-filter-body input {
|
||||
padding: 4px 8px !important;
|
||||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-header-row {
|
||||
font-family: 'InterSB';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue