1. How do I remove the spacing between items? I've changed the background color of the items in the WebDataMenu, and now I can see borders between each item. I've applied style that would remove the borders, but they appear to still be there (tried setting border, padding, and margin all = 0px). Any thoughts?
2. How do I add the expansion indicator to the level 0 items of the WebDataMenu? I would like my root items to look the same as the rest of the items in the menu. Specifically, I am trying to get the expansion indicators to show.
Thanks in advance.
Anybody???
After some digging, I was able to answer both of my questions...
.webDataMenuStyle.igdm_MenuItemVerticalParent {
background-image: url('./ig_res/Default/images/igwdm_SubMenuIndicator.gif');
background-position: right center;
background-repeat: no-repeat !important;
}
Hope this helps someone else.