Hi,
I'm trying to override the default background color for the selected row in a grid when using the Transparent built in skin.
The simple reason is that the dfeulat selected row color is horrendous!
Anyway, to test whether i can get the selected row colour changed in my CSS file i used the following style:
I used the red color for test purposes as this highlighted the issue a bit clearer than the light grey that i actually want to use. The color is changed in the selected row but there remains a second dark color in the selected row background which is overpowering & looks like a shading of black. I can't find a CSS or setting to remove this black shading.
Please see the attached picture.
I just want to change the default selected row colour to a light grey colour without a second colour or shade appearing.
Can anyone help with this?
regards,
Shuja
I'm trying to override the default background color for the selected row in a grid when using the Transparent built in skin.
The simple reason is that the dfeulat selected row color is horrendous!
Anyway, to test whether i can get the selected row colour changed in my CSS file i used the following style:
.RadGrid_Transparent .rgSelectedRow td
{
background-color: Red !important;
}
I used the red color for test purposes as this highlighted the issue a bit clearer than the light grey that i actually want to use. The color is changed in the selected row but there remains a second dark color in the selected row background which is overpowering & looks like a shading of black. I can't find a CSS or setting to remove this black shading.
Please see the attached picture.
I just want to change the default selected row colour to a light grey colour without a second colour or shade appearing.
Can anyone help with this?
regards,
Shuja