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
For me @pvskisteak5 answer has caused a "flicker-effect". To fix this, add the following:
.table-hover tbody tr:hover, .table-hover tbody tr:hover td, .table-hover tbody tr:hover th{ background:#22313F !important; color:#fff !important; }