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 Bootstrap’s .table-hover class to implement hoverable rows, for example
.table-hover
...