When the map is opened in an editor window some CSS can be used to style the topics:
*[status=new] {
text-decoration: underline;
background-color: #90ee90; /* CSS - LightGreen */
}
*[status=changed] {
background-color: #77ccff; /* CSS - LightCyan */
}
This works great in the editor - users looking at a result map can see the changed topics, click and see the topic level changes.
However, when a user chooses to open the map in the DITA Map Manager, there isn't any styling.
Is there an alternative way of styling that we could be using?
If not, could we request an enhancement to support CSS in the Map Manager?