81da76b5f31802759bcc5a6f09f266c5a8d02647
[cashbox.git] /
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 }