vendor/assets/stylesheets/flatpickr/rtl/themes/material_red.rtl.css in flatpickr-2.4.4.0 vs vendor/assets/stylesheets/flatpickr/rtl/themes/material_red.rtl.css in flatpickr-2.4.5.0

- old
+ new

@@ -319,12 +319,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; border-left: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; } .flatpickr-day { @@ -577,10 +580,10 @@ } .flatpickr-month svg { top: 0 !important; } } -.flatpickr-input { +.flatpickr-input[readonly] { cursor: pointer; } @-moz-keyframes flatpickrFadeInDown { from { opacity: 0;