Information Management IBM InfoSphere Master Data Management, Version 11.3

Custom icons and CSS files

If 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.

The CSS class declarations should follow the standard format for the MDM Tree CSS class declarations. For custom icons use this format:
.{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.



Last updated: 27 June 2014