1 .multiple-select-row-selected {
5 .table tbody tr:hover td,
6 .table tbody tr:hover th {
7 background-color: transparent;
11 .table-striped tbody tr:nth-child(odd):hover td {
12 background-color: #F9F9F9;
15 .fixed-table-container tbody .selected td {
16 background: lightBlue;