jsp
<table id="tableList" class="table table-hover"></table>
css
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: blue;
}
jsp
<table id="tableList" class="table table-hover"></table>
css
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: blue;
}