datepicker.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .datepicker table tr td.active:focus,
  2. .datepicker table tr td.active.highlighted:focus,
  3. .datepicker table tr td.active.focus,
  4. .datepicker table tr td.active.highlighted.focus {
  5. color: #fff;
  6. background-color: #1B98E0;
  7. border-color: #1B98E0;
  8. }
  9. .datepicker table tr td.active:hover,
  10. .datepicker table tr td.active.highlighted:hover {
  11. color: #fff;
  12. background-color: #1B98E0;
  13. border-color: #1B98E0;
  14. }
  15. .datepicker table tr td.active:active,
  16. .datepicker table tr td.active.highlighted:active,
  17. .datepicker table tr td.active.active,
  18. .datepicker table tr td.active.highlighted.active {
  19. color: #fff;
  20. background-color: #1B98E0;
  21. border-color: #1B98E0;
  22. }
  23. .datepicker table tr td.active:active:hover,
  24. .datepicker table tr td.active.highlighted:active:hover,
  25. .datepicker table tr td.active.active:hover,
  26. .datepicker table tr td.active.highlighted.active:hover,
  27. .datepicker table tr td.active:active:focus,
  28. .datepicker table tr td.active.highlighted:active:focus,
  29. .datepicker table tr td.active.active:focus,
  30. .datepicker table tr td.active.highlighted.active:focus,
  31. .datepicker table tr td.active:active.focus,
  32. .datepicker table tr td.active.highlighted:active.focus,
  33. .datepicker table tr td.active.active.focus,
  34. .datepicker table tr td.active.highlighted.active.focus {
  35. color: #fff;
  36. background-color: #1B98E0;
  37. border-color: #1B98E0;
  38. }
  39. .datepicker table tr td span.active:focus,
  40. .datepicker table tr td span.active:hover:focus,
  41. .datepicker table tr td span.active.disabled:focus,
  42. .datepicker table tr td span.active.disabled:hover:focus,
  43. .datepicker table tr td span.active.focus,
  44. .datepicker table tr td span.active:hover.focus,
  45. .datepicker table tr td span.active.disabled.focus,
  46. .datepicker table tr td span.active.disabled:hover.focus {
  47. color: #fff;
  48. background-color: #1B98E0;
  49. border-color: #1B98E0;
  50. }
  51. .datepicker table tr td span.active:hover,
  52. .datepicker table tr td span.active:hover:hover,
  53. .datepicker table tr td span.active.disabled:hover,
  54. .datepicker table tr td span.active.disabled:hover:hover {
  55. color: #fff;
  56. background-color: #1B98E0;
  57. border-color: #1B98E0;
  58. }
  59. .datepicker table tr td span.active:active,
  60. .datepicker table tr td span.active:hover:active,
  61. .datepicker table tr td span.active.disabled:active,
  62. .datepicker table tr td span.active.disabled:hover:active,
  63. .datepicker table tr td span.active.active,
  64. .datepicker table tr td span.active:hover.active,
  65. .datepicker table tr td span.active.disabled.active,
  66. .datepicker table tr td span.active.disabled:hover.active {
  67. color: #fff;
  68. background-color: #1B98E0;
  69. border-color: #1B98E0;
  70. }
  71. .datepicker table tr td span.active:active:hover,
  72. .datepicker table tr td span.active:hover:active:hover,
  73. .datepicker table tr td span.active.disabled:active:hover,
  74. .datepicker table tr td span.active.disabled:hover:active:hover,
  75. .datepicker table tr td span.active.active:hover,
  76. .datepicker table tr td span.active:hover.active:hover,
  77. .datepicker table tr td span.active.disabled.active:hover,
  78. .datepicker table tr td span.active.disabled:hover.active:hover,
  79. .datepicker table tr td span.active:active:focus,
  80. .datepicker table tr td span.active:hover:active:focus,
  81. .datepicker table tr td span.active.disabled:active:focus,
  82. .datepicker table tr td span.active.disabled:hover:active:focus,
  83. .datepicker table tr td span.active.active:focus,
  84. .datepicker table tr td span.active:hover.active:focus,
  85. .datepicker table tr td span.active.disabled.active:focus,
  86. .datepicker table tr td span.active.disabled:hover.active:focus,
  87. .datepicker table tr td span.active:active.focus,
  88. .datepicker table tr td span.active:hover:active.focus,
  89. .datepicker table tr td span.active.disabled:active.focus,
  90. .datepicker table tr td span.active.disabled:hover:active.focus,
  91. .datepicker table tr td span.active.active.focus,
  92. .datepicker table tr td span.active:hover.active.focus,
  93. .datepicker table tr td span.active.disabled.active.focus,
  94. .datepicker table tr td span.active.disabled:hover.active.focus {
  95. color: #fff;
  96. background-color: #1B98E0;
  97. border-color: #1B98E0;
  98. }