I'm wondering if anyone else come across this and if there is a logical explanation. Otherwise, is this a bug?
I made a change in my stylesheet to give my body element a background color. I built my PDF target, and the background-color that I defined in my css body element overrides the color that I defined in my page layout file in a decoration frame. I can easily set my background-color in the print portion of my stylesheet to be empty and not have this issue, but this doesn't seem like the correct behavior. I thought that the page layout style would take precedence. Any thoughts or explanations?
I attached a screenshot that shows the properties of the decoration frame set to blue but displaying as purple (which is what I have the background set to in my stylesheet -- for demonstration). When I build the PDF, it also displays this way.