Thank you but I am cannot make it applied. What am i missing:
table#Schedule_Grid td.selected { background-color: 5B1F1F; color: #FFFFFF; } table#Schedule_Grid tr.selected { background-color: red; color: #FFFFFF; }Schedule_Grid is the ID which i assign to the ElementID property of the grid.
However the styles i use to round the webpanel corners work fine:
#rcorners1 { border-radius: 10px; }
#rcorners2 { border-radius: 20px; }