IBM InfoSphere Master Data Management, Version 11.3If you want to use custom icons, you must create your own CSS file and provide the set of icons. You also must use a custom Coach View.
.{customPrefix}Opened {
background-image; url ("path/to/icon");
width: 16px;
height: 16px;
}
.{customPrefix}Closed {
background-image; url ("path/to/icon");
width: 16px;
height: 16px;
}
.{customPrefix}Leaf {
background-image; url ("path/to/icon");
width: 16px;
height: 16px;
}
If you do not specify classes for all of the states. The default Dojo icon is used when there is a missing custom class for the icon state.