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

Change Link Visited color in treeview

1 Answer 47 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Patrick Stovall
Top achievements
Rank 1
Patrick Stovall asked on 10 Jul 2008, 06:37 PM
How do I change the visited color of a link (when navigateurl is populated) within the treeview.  I can't seem to find anything in the css file for it.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 Jul 2008, 07:58 AM
Hello Patrick Stovall,

You can use the pseudo-class :visited to change the color of a link to indicate that it is visited. For example:

.RadTreeView a:visited 
   colorred

Regards,
Simon
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Patrick Stovall
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or