Hi!
I'm trying to change the default blue header background of the radgrid (used by the vista theme), by overriding the class in a css, but I can not get it to work :(
I have added the following lines to my css:
.rgHeader
{
background: #e2e2e2;
}
The background is still blue...
But if I add the following lines:
.rgHeader a
{
background: #e2e2e2;
}
The background of the header text changes (i'm using sorting)
There were no problems changing the styles for Pager, footer and commandbar, its just the header that doesn't work :(
Regards,
Per
I'm trying to change the default blue header background of the radgrid (used by the vista theme), by overriding the class in a css, but I can not get it to work :(
I have added the following lines to my css:
.rgHeader
{
background: #e2e2e2;
}
The background is still blue...
But if I add the following lines:
.rgHeader a
{
background: #e2e2e2;
}
The background of the header text changes (i'm using sorting)
There were no problems changing the styles for Pager, footer and commandbar, its just the header that doesn't work :(
Regards,
Per