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

Text color

2 Answers 68 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 13 Feb 2012, 11:22 AM
Hi,

When I load a page using the Office 2010 Blue skin if there is a radgrid and a radtreelist on it, they both use different text colours.  The grid uses the dark blue while the treelist uses black as the text colour.

I've had a quick look at other skins but they seem to use black on both.

Could these be aligned so that they match each other please?  

In the meantime I have used the following CSS to fix my issue.

.RadTreeList_Office2010Blue,
.RadTreeList_Office2010Blue .rtlHeader,
.RadTreeList_Office2010Blue .rtlHeader a
{
    color:#384e73 ! important;
}

Regards,

Jon

2 Answers, 1 is accepted

Sort by
0
Galin
Telerik team
answered on 15 Feb 2012, 05:47 PM
Hello Jon,

Thank you for your suggestion.

I will forward it to our developers. In the meantime, I recommend you to use this CSS rule without !important

div.RadTreeList_Office2010Blue .rtlHeader,
div.RadTreeList_Office2010Blue .rtlHeader a,
div.RadTreeList_Office2010Blue,
div.rtlCEdit div.RadTreeList_Office2010Blue
{
    color: #384e73;
}

I hope this helps.

Regards,
Galin
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Jon
Top achievements
Rank 1
answered on 17 Feb 2012, 03:28 PM
Hi Galin,

OK will do - seems to work just fine.

Best Regards,

Jon
Tags
TreeList
Asked by
Jon
Top achievements
Rank 1
Answers by
Galin
Telerik team
Jon
Top achievements
Rank 1
Share this question
or