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 worked for me:
.table tbody tr:hover td, .table tbody tr:hover th { background-color: #eeeeea; }