Changing Colors for Periods on the Dispatch Board Gantt Chart

On the Gantt chart, each of the following periods for an employee appears in a different color:

  • Working periods

  • Nonworking periods

  • Overtime periods

  • Extended overtime periods

You can change these colors.

This task is a step in Process of Configuring the Dispatch Board.

To change the colors for the periods on the Dispatch Board Gantt chart

  1. Navigate to the theme-gray.css file in the following directory:

    AI_INSTALL\applicationcontainer_external\siebelwebroot\files
  2. Open this file in the CSS (Cascading Style Sheet) editor.

  3. Search for the appropriate class as follows:

    • To change the colors for working periods, search for the siebui-taskBoxNormal class.

    • To change the colors for nonworking periods, search for the siebui-taskBoxUnavail class.

    • To change the colors for overtime periods and extended overtime periods, search for the siebui-taskBoxOT class.

  4. Change the value of the background-color property to the hexadecimal value of the new color.