bootstrap-table-multiple-selection-row.css 306 B

1234567891011121314151617
  1. .multiple-select-row-selected {
  2. background: lightBlue
  3. }
  4. .table tbody tr:hover td,
  5. .table tbody tr:hover th {
  6. background-color: transparent;
  7. }
  8. .table-striped tbody tr:nth-child(odd):hover td {
  9. background-color: #F9F9F9;
  10. }
  11. .fixed-table-container tbody .selected td {
  12. background: lightBlue;
  13. }