Anyone run into this: I've got two browses side by side (parent on left, child on right, let's say Invoice / Item). If the first invoice has no items yet, then the table header of the items is ignoring the CSS class unless the first invoice happens to have an item with it.
The actual scenario is that we customize the application for the customer. If the interface uses a dark background color, then we make the table heading text lighter. This works fine on the parent browse, but if the window comes up and there is no child record for the first Invoice, then the text of the header can't be read.
Inspecting it with Firebug gives no clues why this happens because the class info looks the same regardless of the scenario.