The only limitation is that this parameter is edited directly in clientDefs/entity
You can use any png / svg as icon.
Additional CSS like
Code:
.bpm2bIcon:before { background-image: url(/client/custom/img/bpm2b_website_logo_transparent_background.png); } .customIcon:before { content: ''; width: 20px /* width of the image */; height: 20px /* height of the image */; display: inline-block; background-size: contain; }
Leave a comment: