vendor/assets/stylesheets/flatpickr/rtl/themes/base16_flat.rtl.css in flatpickr-2.4.2.0 vs vendor/assets/stylesheets/flatpickr/rtl/themes/base16_flat.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: rgba(239,239,239,0.95);
box-shadow: -1px 0 0 #e3e3e3, 1px 0 0 #e3e3e3, 0 1px 0 #e3e3e3, 0 -1px 0 #e3e3e3, 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 #e3e3e3;
}
.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);
}
@@ -603,6 +607,6 @@
}
to {
opacity: 1;
transform: none;
}
-}
\ No newline at end of file
+}