Configuring Siebel Business Applications > Configuring the Customer Dashboard > Modifying the Appearance and Layout of the Customer Dashboard >

Modifying the Background Color and Border of the Customer Dashboard


You can modify the background color and border of the Customer Dashboard.

To modify the background color and border of the Customer Dashboard

  1. Locate the main.css file in the following directory of your Siebel installation:

    PUBLIC\Language_Code\FILES\

  2. Open the main.css file with a text editor, such as Notepad.
  3. Locate, and then modify the values for the following parameters, as necessary:

    /*---------------------*/

    /*Dashboard Definitions*/

    /*---------------------*/

    .dashbrdBorder {background-color:#999999;}

    .dashbrdBack {background-color:#f0f0f0;}

    The dashbrdBorder and dashbrdBack parameters use standard HTML color values. In this example, the #999999 value is medium grey and the #f0f0f0 value is light grey.

Configuring Siebel Business Applications Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.