Configuring Siebel eBusiness Applications > Configuring the Customer Dashboard >

Changing the Background Color and Border of the Customer Dashboard


You can change the background color and border color properties in the main.css file, which is located in PUBLIC\Language_Code\FILES\ directory of your Siebel installation, where language code represents the three-letter code for your installation language pack.

To modify the background color or border

  1. Locate the main.css file in the PUBLIC\Language_Code\FILES\ directory of your Siebel installation.
  2. Open the file with Notepad or other editor.
  3. Find the following section and modify the values for dashbrdBorder and dashbrdBack as necessary.

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

    /*Dashboard Definitions*/

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

    .dashbrdBorder {background-color:#999999;}

    .dashbrdBack {background-color:#f0f0f0;}

    NOTE:  in the example above, #999999 is medium grey and #f0f0f0 is light grey.

Configuring Siebel eBusiness Applications