datepicker.less 345 B

12345678910111213141516171819202122
  1. .box {
  2. .datepicker-inline {
  3. &,
  4. .datepicker-days {
  5. &,
  6. > table {
  7. width: 100%;
  8. td {
  9. &:hover {
  10. background-color: rgba(255, 255, 255, .3);
  11. }
  12. &.day {
  13. &.old,
  14. &.new {
  15. color: #777;
  16. }
  17. }
  18. }
  19. }
  20. }
  21. }
  22. }