Child row colour on hover
Child row colour on hover
BJW86
Posts: 30Questions: 11Answers: 0
Is it possible to disable the grey shadow when you hover over the child row?
I have tried through CSS, I can change the colour of the child row when you hover over it but I have been unable to make it so it is just white with no effect on hovering over it. I think something in the theme might be overriding it but I can't seem to get around it.
http://live.datatables.net/vutomave/1/edit
Thanks,
Bruce
This question has an accepted answers - jump to answer
Answers
The easiest way is to remove the
hover
class from the CSS - please see the manual here listing the various classes. This is your updated example here,Colin
Brilliant
Thanks Colin