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
.table-hover tbody tr:hover td { background: #ffffff; }