How Can We Help?
Issue
When the activityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities. loads the object group headings have the same color as the background.
When the page refreshes the object group headings change to the caption color.
All the object groups in the site do this and again this is a standard installation of XMPro 5.1.1 so no changes to stylesheets or anything like that.
This happens in second activities and functions as expected on a first activity.
Unstyled:
Styled:
Resolution
Add the following into the style.css found within the skins folder:
td.rowdet { background-color: #E0E0E0; color: #000000; padding: 5px; border-style: solid; border-width: 1px; border-color: #999; }
Comments are closed.