前のトピック: 変更要求期間の背景色の変更次のトピック: 変更ウィンドウのスケジュール方法


変更スケジューラにおける変更ウィンドウの色の変更

変更ウィンドウを示す色を変更するには、schedule.css の一部の行を変更します。

注: schedule.css を編集して変更スケジューラのウィンドウのフォーマットを変更する場合、変更カレンダーで使用する schedGroup マクロも変更しないと変更スケジューラのフォーマットとの一貫性が保たれません。

背景色を変更するには

  1. テキスト エディタで schedule.css を開きます。

    このファイルは以下のディレクトリにあります。

    $NX_ROOT¥bopcfg¥www¥wwwroot¥css
    
  2. 以下の行を目的のカラー コードに変更します。
    .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. schedule.css を保存します。

    背景色が変わります。