I need a Panel bar with item“s height arround 30px (mainly because then icons used). To achieve this I have declared the following css:
So far, so good.
The problem appears when an item is selected. The background bitmap do not covers all the item (see atached image).
How can I figure out this situation?
Regards
.RadPanelBar .rpText, .RadPanelBar .rpLink, .RadPanelBar .rpSelected, .rpLevel1 li { height: 30px!important; display: block!important; padding-bottom: 0px!important; line-height:30px!important; min-height:30px!important; }The problem appears when an item is selected. The background bitmap do not covers all the item (see atached image).
How can I figure out this situation?
Regards
