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

.RadTreeView_WebBlue css

1 Answer 35 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 16 Nov 2008, 11:55 AM
Hi,

I am using the webblue skin for my treeview, how do i stop nodes with a navigateurl showing as blue, and when selected, as purple.
(working similar to how normal hyperlink colours work)... ?

I want my nodes to be black when not selected, selected, or visited. What is the css value for this please ?

Many Thanks
Mark :-)

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 17 Nov 2008, 12:54 PM
Hi Mark,

Please use the following css style to set the color of text of the nodes:

<style type="text/css">
.RadTreeView_WebBlue,
.RadTreeView_WebBlue a.rtIn,
.RadTreeView_WebBlue .rtEdit .rtIn input {
color:#000000 !important;
}
</style>

Greetings,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Mark
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or