The following CSS is not affecting <tr class="header"> which has class header
CSS
table.table-bordered tr:hover{ background-color: #C0C0A9; } table.table-bordered tr { background-color: #C0C0D9; } What can I change there in order to affect
Please anyone can help me