vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.4.2.0 vs vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.4.3.0

- old
+ new

@@ -14,11 +14,10 @@ border-radius: 5px; position: absolute; width: 315px; box-sizing: border-box; transition: top cubic-bezier(0, 1, 0.5, 1) 100ms; - z-index: 999; background: #fff; box-shadow: -1px 0 0 #eee, 1px 0 0 #eee, 0 1px 0 #eee, 0 -1px 0 #eee, 0 3px 13px rgba(0,0,0,0.08); } .flatpickr-calendar.open, .flatpickr-calendar.inline { @@ -28,10 +27,11 @@ max-height: 640px; } .flatpickr-calendar.open { display: inline-block; animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1); + z-index: 99999; } .flatpickr-calendar.inline { display: block; position: relative; top: 2px; @@ -39,16 +39,17 @@ .flatpickr-calendar.static { position: absolute; top: calc(100% + 2px); } .flatpickr-calendar.static.open { + z-index: 999; display: block; } .flatpickr-calendar.hasWeeks { width: auto; } -.flatpickr-calendar.dateIsPicked.hasTime .flatpickr-time { +.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time { height: 40px; border-top: 1px solid #eee; } .flatpickr-calendar.noCalendar.hasTime .flatpickr-time { height: auto; @@ -564,10 +565,13 @@ } .flatpickr-month svg { top: 0 !important; } } +.flatpickr-input { + cursor: pointer; +} @-moz-keyframes flatpickrFadeInDown { from { opacity: 0; transform: translate3d(0, -20px, 0); } @@ -652,6 +656,6 @@ border: 0; margin: -1px -1px 0 0; } .hasWeeks .flatpickr-days { border-left: 0; -} \ No newline at end of file +}