moving-leads-form / src / front / imba2 / app / date.css
date.css
Raw
.flatpickr-mobile:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  .flatpickr-mobile:focus:before,
  .flatpickr-mobile:valid:before {
    content: "" !important;
  }