Before the lablel for each of the menu item, there is space with the some color, i want to remove th
Posted
by anandhinaveen
on Stack Overflow
See other posts from Stack Overflow
or by anandhinaveen
Published on 2010-04-09T05:34:46Z
Indexed on
2010/04/09
6:13 UTC
Read the original article
Hit count: 278
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.
© Stack Overflow or respective owner