Customizing the user interface by using CSS styles
You can customize much of the IBM® Counter Fraud Management application user interface, such as CSS styles, which properties are displayed, and the order of the properties. Most customization can be completed with the Style Configuration administration page in the ICFM application, but your site might decide to use SQL and CSS files.
About this task
Part of the user interface configuration uses SQL. For example, you use SQL statements to configure the order of properties, the date format, and property stereotypes. Other styling changes require changes to the CSS, such as color, style, font size, and icons. The Styles.sql file defines the styles for the cfm_default default context. You can copy this code segment into a new SQL file to update the default context or add new styles for your custom contexts.
To configure a part of the existing user interface, you use the user interface component name. If you are configuring a custom widget, use the component name of the custom widget. For example, business objects that are displayed in the Card view, Map view, Network Graph view, or Relationships view are part of the cfm.LogicalObjects component.
It is a best practice to package your custom SQL, CSS, and JSON in a web project and then deploy the EAR file to the ICFM profile in WebSphere® Application Server. After you deploy the EAR file, you must regenerate the HTTP plug-in. For more information, refer to your application development tool and WebSphere Application Server documentation.