Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

22 righe
591 B

  1. .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  2. background-color: #eee;
  3. }
  4. .daterangepicker td.in-range {
  5. background-color: #fbe9eb !important;
  6. color: #24292e !important;
  7. }
  8. .daterangepicker td.in-range:hover {
  9. background-color: #f4bec3 !important;
  10. }
  11. .daterangepicker td.active, .daterangepicker td.active:hover {
  12. background-color: #dc3545 !important;
  13. color: #fff !important;
  14. }
  15. .applyBtn {
  16. color: #fff !important;
  17. background-color: #dc3545 !important;
  18. }
  19. .applyBtn:hover {
  20. background-color: #c42231 !important;
  21. }