I needed to remove this placeholder as our menu was without icons. First I thought it is impossible, but then I found very helpful thread in telerik forums.
It says you need to apply the following CSS to your form:
.RadMenu_[SkinName] .rmGroup .rmLink
{
padding-left: 0px !important;
}
.RadMenu_[SkinName] .rmGroup .rmLink .rmText
{
padding-left: 5px !important;
}
.RadMenu_[SkinName] .rmGroup
{
border: 1px solid #979797 !important;
background: #f0f0f0 !important;
}
Where [SkinName] stands for the skin of the menu.
By the way - it happens this to be my post #100! ;). Hope I helped someone with all my posts :).
No comments:
Post a Comment