Developing and Deploying Siebel Business Applications > Configuring Logos, Banners, and Colors > Process of Configuring Logos, Banners, and Colors >

Modifying the Screen Bar and View Bar Colors


This task is a step in Process of Configuring Logos, Banners, and Colors.

NREC requires that the background color for the screen bar and view bar match the background color of the other user interface elements of the banner frame.

The screenbar and viewbar frames contain the screen tabs and show list. For example, see Figure 16. These frames contain color elements that the cascading style sheet controls.

The dccscrnbar_back.gif image file controls the background color of the screenbar frame in a customer application or partner application. This image is a tiling background that Siebel CRM uses to make sure that the background displays appropriately in Internet Explorer and other browsers.

The Tier2On and Tier2Rule attributes control the viewbar background.

Note that you can also modify the background color of a view frame. You modify the bgcolor tag in the following files:

  • CCHTMLHeader.swt for an employee application
  • dCCHTMLHeader.swt for a customer application

To modify the screen bar and view bar colors

  1. In the dCCmain.css file, use the following code to modify the value for the background color:

    .tier2Back   {background-color:#BDD3FF; }

    TD.tier2Rule   {background-color:#003366; }

    TR.tier2On, TD.tier2On,
    TD.tier2OnNormal
       font-size: 9pt;
       color:#000000;
       text-decoration:none;
       background-color: #BDD3FF;
       font-weight:bold; }

  2. Save the dCCmain.css file, clear the browser cache, and then open the Siebel client.
  3. Verify that Siebel CRM displays the background color on the screen bar and view bar, as illustrated in the following screen capture:
Developing and Deploying Siebel Business Applications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.