I have a table with class \'table-hover\'. The default hover over color is a white / light grey. How do I change this color?
I\'ve tried overwriting the default by ad
This was the most simple way to do it imo and it worked for me.
.table-hover tbody tr:hover td { background: aqua; }
Not sure why you would want to change the heading color to the same hover color as the rows but if you do then you can use the above solutions. If you just want t