How Do I Resolve My Style Behavior Issues?

How Can We Help?

How Do I Resolve My Style Behavior Issues?

< Back

Issue

When the activity 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:

image_16

Styled:

image_17

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.

This is the legacy version of the XMPro Documentation site. For the latest XMPro documentation, please visit documentation.xmpro.com

X