Swap customfield list "i" icon

This commit is contained in:
nathan 2022-11-08 13:08:47 -07:00
parent 5e9b0d145f
commit eebbc97150

View File

@ -827,7 +827,7 @@ action buttons, left aligned for "extra" controls
/* Custom field list inside nextmatch rows gets an icon for each row */
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr {
background-image: url('images/hint.png');
background-image: url('images/dialog_info.svg');
background-repeat: no-repeat;
background-size: 1em;
}