datepicker.styl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. // Datepicker
  2. //---------------------------------------
  3. .idealforms input.datepicker.open
  4. border-bottom-color: transparent
  5. border-radius: 0
  6. border-radius: top radius
  7. .ui-datepicker
  8. display: none
  9. box-sizing: border-box
  10. width: input-width
  11. margin-top: -2px
  12. padding: .75em
  13. background: white
  14. border: 1px solid #999
  15. border-radius: bottom radius
  16. box-shadow: 0 1px 2px rgba(black, .2)
  17. .ui-datepicker-header
  18. position: relative
  19. padding: .2em 0
  20. margin-bottom: .75em
  21. font-weight: bold
  22. .ui-datepicker-title
  23. text-align: center
  24. .ui-datepicker-prev
  25. .ui-datepicker-next
  26. text-indent: -9999px
  27. width: 16px
  28. height: 16px
  29. position: absolute
  30. cursor: pointer
  31. user-select: none
  32. background: url(../img/datepicker.png) 0 0
  33. &:active
  34. margin-top: 1px
  35. .ui-datepicker-next
  36. background-position: -16px 0
  37. .ui-datepicker-prev
  38. left: 8px
  39. .ui-datepicker-next
  40. right: 8px
  41. .ui-datepicker-calendar
  42. width: 100%
  43. border-collapse: collapse
  44. table-layout: fixed
  45. td
  46. padding: .25em 0
  47. text-align: center
  48. a
  49. display: block
  50. text-decoration: none
  51. color: gray
  52. &:hover
  53. color: valid
  54. font-weight: bold
  55. .ui-datepicker-today a
  56. margin: 0 .25em
  57. background: #eee
  58. border-radius: radius