On Plone 4.1.4 we installed a custom workflow and a custom Archetypes-based document type.
We noticed that the documents are not color-coded in the navigation (i.e. marked Red if the status is lower than published). Folders (which still use the out-of-the-box workflow) still have this functionality.
Where and how can we adapt this?
Plone should CSS class for the navigation tree items based on its workflow state.
I think the class name was something like
state-privatewhere the latter part is your workflow state id.Just add CSS styles corresponding your custom workflow states.