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
Give this a try:
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th { background-color: #color; }