Hello, I am using richfaces dropDownMenu component which contains a set of rich menuItems. When the menu items are displayed, a extra space is displayed before the lablel for each of the menu item. But I have a requirement of not displaying the space before the labels and to change the color.
I used the css to reduce the space:
.rich-menu-item-icon img {
width: 0px;
}
.rich-menu-group-icon img {
width: 0px;
}
but, i need to change the color in that place.