From eebbc971502ef4c6e95a3a25eb113cff9566247d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 8 Nov 2022 13:08:47 -0700 Subject: [PATCH] Swap customfield list "i" icon --- api/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 8e62bd999b..09ad0e141d 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -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; }