Dot-walk fields show "Darker" than the rest of the fields in the Printer Friendly Version.DescriptionDot-walk fields show "Darker" than the rest of the fields in the Printer Friendly Version.Steps to Reproduce -Open a record in incident_task table.-Configure form layout and add Parent.Description or Company.Name fields into the form.-Click on the gear icon (Settings) on the top-right corner of the form-Click on 'Printer friendly version'Actual Behaviour: Dot-walk fields show "Darker" than the rest of the fields in the Printer Friendly Version.WorkaroundCreate a UI Script where "global=true" with the following script:try {if (window && window.name === "Printer_friendly_format") {document.write('<style>TD.foreign { background-color: #ddd; }</style>');}} catch (e) {}Related Problem: PRB1449261