vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.4.4.0 vs vendor/assets/stylesheets/flatpickr/rtl/themes/airbnb.rtl.css in flatpickr-2.4.5.0
- old
+ new
@@ -313,12 +313,15 @@
outline: 0;
text-align: right;
width: 315px;
box-sizing: border-box;
display: inline-block;
+ display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
+ -ms-flex-wrap: wrap;
+ -ms-flex-pack: justify;
justify-content: space-around;
}
.flatpickr-day {
background: none;
border: 1px solid transparent;
@@ -564,10 +567,10 @@
}
.flatpickr-month svg {
top: 0 !important;
}
}
-.flatpickr-input {
+.flatpickr-input[readonly] {
cursor: pointer;
}
@-moz-keyframes flatpickrFadeInDown {
from {
opacity: 0;