Change the CSS for an Application

To change the CSS for an application, do the procedure in this topic.

Figure: Style Sheet screen

Style Sheet screen

How to Start

  1. In the Application Explorer, in the My Applications pane, select an application, and click Show All Files Show All Files icon.
  2. Expand [Application Name] > Shared Resources .
  3. Click Style Sheets.
  4. In the right pane, click Edit Edit icon.

Procedure

  1. On the StyleSheet screen, enter your CSS code as necessary.

    Do not include file headers.

    Example:

    .center {
        text-align: center;
        color: red;
    }