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.
Regards,
Jon
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_Office
2010
Blue,
.RadTreeList_Office
2010
Blue .rtlHeader,
.RadTreeList_Office
2010
Blue .rtlHeader a
{
color
:
#384e73
! important;
}
Regards,
Jon