XF 1.2 Have a reprt icon instead of the word "report"

Or you could use EXTRA.CSS and adapt the following to your needs adjust the width and height to your image dimension.

Code:
.message .report {
font-size: 0;
background: url("@imagePath/xenforo/icons/yourimage.png") no-repeat transparent;
height: 11px;
width: 13px;}

Screenshot_37.webp
 
Top Bottom