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

[Solved] Selected Node's text color

1 Answer 18 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Selva Balaji
Top achievements
Rank 1
Selva Balaji asked on 12 Dec 2012, 08:55 PM
We are using telerik mvc for our application.
Initially, we were using the version "2012.1.419"
Once our solution was upgraded to "2012.3.1018", we had an issue in the tree view node.
Selected Node's text color and background color become black with the latest update.
However initially, it both of them were different and we could see the text easily.
Is it possible to get it back? How do I change the selected node's text color alone?

-Selva

1 Answer, 1 is accepted

Sort by
0
Selva Balaji
Top achievements
Rank 1
answered on 02 Jan 2013, 07:19 PM
I've found out the issue. In "telerik.black.min.css", color property was removed for ".t-state-selected" in the latest release(for black theme).

Version --> 2012.1.419
.t-state-selected {

 background: #1c1c1c;

 border-color: #000;

 color: #00FF00;

 }

 

 Version --> 2012.3.1018

 .t-state-selected

 {

 background: #1c1c1c;

 border-color: #000;

 }

I'm not sure, why it was removed. I've included color property back to resolve this issue.
-Selva

Tags
TreeView
Asked by
Selva Balaji
Top achievements
Rank 1
Answers by
Selva Balaji
Top achievements
Rank 1
Share this question
or