Paul,
It should be just a change in the UIManager and nothing in the DetailsWindow.
Hi Robert,I've tested cssStyleDeclarationRET.setStyle("linkNormalColor", titleColor);
and hyperlinks still come out like cssStyleDeclarationRET.setStyle("linkNormalColor", textColor);
Would I have to change this to "title" in the DetailsWindow.mxml?textLayoutFormat.color = getStyle("linkNormalColor")
textLayoutFormat.textDecoration = TextDecoration.UNDERLINE;
textLayoutConfiguration.defaultLinkNormalFormat = textLayoutFormat;
Thanks in advance