酒店预订平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
306 B

  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. }