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
try:
.table-hover > tbody > tr.active:hover > th { background-color: #color; }