diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 990c8043f3..bfa4cde03a 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -415,6 +415,15 @@ action buttons, left aligned for "extra" controls .et2_customfield_list input { max-width: 100ex; } +/* 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-repeat: no-repeat; + background-size: 1em; +} +.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child { + padding-left: 1.2em; +} /** * Diff widget