UNPKG

306 BCSSView Raw
1.multiple-select-row-selected {
2 background: lightBlue
3}
4
5.table tbody tr:hover td,
6.table tbody tr:hover th {
7 background-color: transparent;
8}
9
10
11.table-striped tbody tr:nth-child(odd):hover td {
12 background-color: #F9F9F9;
13}
14
15.fixed-table-container tbody .selected td {
16 background: lightBlue;
17}
\No newline at end of file