confirmDate.css 261 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 .flatpickr-confirm { height: 40px; max-height: 0px; visibility: hidden; display: flex; justify-content: center; align-items: center; cursor: pointer; background: rgba(0,0,0,0.06) } .flatpickr-confirm.visible { max-height: 40px; visibility: visible }