The FeatureScreen.css file has a style 'calNonWorking' which is called on the Timesheet Entry page for days in which the resource calendar or standard calendar is marked as a 'Non-Working' day. In version 12, the background color shows up as expected so that the end-user can easily identify this as a non-working day and not enter any hours for that cell. In version 13, the background color is not showing up. You can see that the style 'calNonWorking' item is called if you go to the timesheet, hover over the non-working day and right-click the mouse, select 'Inspect Element'. (In Mozilla Firefox) This will show you that it is calling the 'calNonWorking'. We tried various changes in the colors (by updating the css file) to see if it shows up and it is still not working. We rely on this feature extensively to ensure data entry accuracy.
Steps to Reproduce:
Caused by CLRT-69726
The style reference is incorrect.
Resolved in Clarity 13.3
The style reference is changed to 'ppm_res_cal_non_working'. You can see this when you inspect the cell.
This is how the 'Default' Non-Workday cell color will appear.
<Please see attached file for image>
Now that the issue is resolved in v13.3+ and although the color works as expected for the Default theme, you may want to override this color in your own user-defined theme.
The steps below can be followed to create a user-defined User Interface (UI) Theme to configure a different shading color for Non-Workday cells. The example below overrides the default color to a light shade of green.
<Please see attached file for image>