| Bookshelf Home | Contents | Index | Search | PDF |       | 
Siebel Tools Reference > Configuring the Customer Dashboard > Modifying the Look and Feel of the Customer Dashboard >
Changing the Background Color and Border
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 installations language pack.To modify the background color or border
- Locate the main.css file in the
PUBLIC\Language_Code\FILES\directory of your Siebel installation.- Open the file with Notepad or other editor.
- Find the following section and modify the values for dashbrdBorder and dashbrdBack as necessary.
/*---------------------*/
/*Dashboard Definitions*/
/*---------------------*/
.dashbrdBorder {background-color:#6666CC;}
.dashbrdBack {background-color:#E0E0E0;}
| Bookshelf Home | Contents | Index | Search | PDF |       | 
| Siebel Tools Reference, Version 7.5, Rev. A Published: 18 April 2003 |