I have a radgrid and all of my link buttons, hyperlinks are defaulting to the color black regardless of that css I apply. What am I missing?
I have the grid assigned cssclass="RadGrid" and in my css I have:
The font-size is being applied but not the color.
Please help!!
Thanks,
Paula
I have the grid assigned cssclass="RadGrid" and in my css I have:
.RadGrid a
{
color: #990000;
}
.RadGrid a:hover, .RadGrid a:visited
{
font-size: 15px;
color: #990000;
}
The font-size is being applied but not the color.
Please help!!
Thanks,
Paula