This is a migrated thread and some comments may be shown as answers.

Remove underline while hovering on Nodes

4 Answers 96 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
FISCAL
Top achievements
Rank 1
FISCAL asked on 26 Jul 2010, 12:51 PM
Hi,

How can I remove the underline from the tree nodes while hovering over?

Many thanks.
MG

4 Answers, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 29 Jul 2010, 03:48 PM
Hi M G,

I am not sure, what exactly do you mean by "underline"? Could you, please, specify or maybe post a screenshot of this look?
Thanks!


Regards,
Nikolay Tsenkov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
FISCAL
Top achievements
Rank 1
answered on 29 Jul 2010, 04:29 PM
Hi Nikolay,

Please see the screenshot.

Many thanks.

MG
0
Accepted
Kamen Bundev
Telerik team
answered on 30 Jul 2010, 01:43 PM
Hi M G,

Add this CSS to your page to remove it:
div.RadTreeView li.rtLI .rtHover .rtIn
{
    text-decoration: none;
}

Sincerely yours,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
FISCAL
Top achievements
Rank 1
answered on 30 Jul 2010, 03:56 PM
Thank to both of you!

Cheers,
MG
Tags
TreeView
Asked by
FISCAL
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
FISCAL
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or