Previous Topic: Modify Change Order Duration Background Color

Next Topic: How to Schedule Change Windows

Modify Change Window Colors in the Change Scheduler

You can change colors that indicate change windows by modifying lines in schedule.css.

Note: If you modify schedule.css to change the formatting of windows on the Change Scheduler, you must also modify the schedGroup macros used by the Change Calendar if you want its formatting to be consistent with the Scheduler.

To change the background color

  1. Open schedule.css in a text editor.

    You can locate this file in the following directory:

    $NX_ROOT\bopcfg\www\wwwroot\css
    
  2. Modify the following lines with the color code you want:
    .schedConflict { background-color: #ff0000; font-size: 4px }
    .schedBusy { background-color: #0176ff; font-size: 4px}
    .schedCurrent { background-color: #008000; font-size: 4px; }
    .schedMW { background-color: #40ff40; font-size: 4px; }
    .schedBW { background-color: black; font-size: 4px; }
    .schedNone {font-size: 4px; }
    .schedDialog { width: 100%; height: 4px; margin-left: 0px; margin-right: 0px; margin-top: 4px; margin-bottom: 4px; }
    
  3. Save schedule.css.

    The background color is modified.

More information:

schedConfig Macro—Configure Schedule