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
-
Navigate to the theme-gray.css file in the following directory:
AI_INSTALL\applicationcontainer_external\siebelwebroot\files
-
Open this file in the CSS (Cascading Style Sheet) editor.
-
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.
-
-
Change the value of the background-color property to the hexadecimal value of the new color.