[Plone-UI] RE: plone nav tree
Peter Millar
peter.millar at parasyn.com.au
Tue Nov 15 03:19:21 UTC 2005
I did the same thing by adding this css to the plonecustom.css
<dtml-in "portal_types.listTypeInfo()">
#portlet-navigation-tree .contenttype-<dtml-var
"plone_utils.normalizeString(id)">,
#portlet-navigation-tree .actionMenu .contenttype-<dtml-var
"plone_utils.normalizeString(id)"> a:hover {
background-image: none;
}
#portlet-navigation-tree .contenttype-<dtml-var
"plone_utils.normalizeString(id)"> a:hover,
#portlet-navigation-tree .contenttype-<dtml-var
"plone_utils.normalizeString(id)"> a.navTreeCurrentItem {
background-image: none;
}
</dtml-in>
Peter Millar
________________________________
More information about the UI
mailing list