flatpickr 2.5.6.0 → 2.5.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/flatpickr/version.rb +1 -1
- data/vendor/assets/javascripts/flatpickr.js +39 -30
- data/vendor/assets/javascripts/flatpickr/l10n/lt.js +1 -1
- data/vendor/assets/stylesheets/flatpickr.css +2 -2
- data/vendor/assets/stylesheets/flatpickr/themes/airbnb.css +39 -36
- data/vendor/assets/stylesheets/flatpickr/themes/confetti.css +38 -37
- data/vendor/assets/stylesheets/flatpickr/themes/dark.css +39 -36
- data/vendor/assets/stylesheets/flatpickr/themes/{base16_flat.css → light.css} +96 -78
- data/vendor/assets/stylesheets/flatpickr/themes/material_blue.css +38 -37
- data/vendor/assets/stylesheets/flatpickr/themes/material_green.css +38 -37
- data/vendor/assets/stylesheets/flatpickr/themes/material_orange.css +38 -37
- data/vendor/assets/stylesheets/flatpickr/themes/material_red.css +38 -37
- metadata +3 -3
@@ -18,8 +18,7 @@
|
|
18
18
|
box-sizing: border-box;
|
19
19
|
-ms-touch-action: manipulation;
|
20
20
|
touch-action: manipulation;
|
21
|
-
|
22
|
-
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);
|
21
|
+
box-shadow: 0 3px 13px rgba(0,0,0,0.08);
|
23
22
|
}
|
24
23
|
.flatpickr-calendar.open,
|
25
24
|
.flatpickr-calendar.inline {
|
@@ -33,8 +32,8 @@
|
|
33
32
|
z-index: 99999;
|
34
33
|
}
|
35
34
|
.flatpickr-calendar.animate.open {
|
36
|
-
-webkit-animation:
|
37
|
-
animation:
|
35
|
+
-webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
36
|
+
animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
38
37
|
}
|
39
38
|
.flatpickr-calendar.inline {
|
40
39
|
display: block;
|
@@ -63,7 +62,13 @@
|
|
63
62
|
}
|
64
63
|
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
|
65
64
|
height: 40px;
|
66
|
-
border-top: 1px solid #
|
65
|
+
border-top: 1px solid #eceef1;
|
66
|
+
}
|
67
|
+
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-innerContainer {
|
68
|
+
border-bottom: 0;
|
69
|
+
}
|
70
|
+
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
|
71
|
+
border: 1px solid #eceef1;
|
67
72
|
}
|
68
73
|
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
|
69
74
|
height: auto;
|
@@ -97,20 +102,20 @@
|
|
97
102
|
bottom: 100%;
|
98
103
|
}
|
99
104
|
.flatpickr-calendar.arrowTop:before {
|
100
|
-
border-bottom-color: #
|
105
|
+
border-bottom-color: #eceef1;
|
101
106
|
}
|
102
107
|
.flatpickr-calendar.arrowTop:after {
|
103
|
-
border-bottom-color:
|
108
|
+
border-bottom-color: #eceef1;
|
104
109
|
}
|
105
110
|
.flatpickr-calendar.arrowBottom:before,
|
106
111
|
.flatpickr-calendar.arrowBottom:after {
|
107
112
|
top: 100%;
|
108
113
|
}
|
109
114
|
.flatpickr-calendar.arrowBottom:before {
|
110
|
-
border-top-color: #
|
115
|
+
border-top-color: #eceef1;
|
111
116
|
}
|
112
117
|
.flatpickr-calendar.arrowBottom:after {
|
113
|
-
border-top-color:
|
118
|
+
border-top-color: #eceef1;
|
114
119
|
}
|
115
120
|
.flatpickr-calendar:focus {
|
116
121
|
outline: 0;
|
@@ -120,9 +125,10 @@
|
|
120
125
|
display: inline-block;
|
121
126
|
}
|
122
127
|
.flatpickr-month {
|
123
|
-
|
124
|
-
|
125
|
-
|
128
|
+
border-radius: 5px 5px 0 0;
|
129
|
+
background: #eceef1;
|
130
|
+
color: #5a6171;
|
131
|
+
fill: #5a6171;
|
126
132
|
height: 28px;
|
127
133
|
line-height: 1;
|
128
134
|
text-align: center;
|
@@ -182,7 +188,7 @@
|
|
182
188
|
/*rtl:end:ignore*/
|
183
189
|
.flatpickr-prev-month:hover,
|
184
190
|
.flatpickr-next-month:hover {
|
185
|
-
color: #
|
191
|
+
color: #bbb;
|
186
192
|
}
|
187
193
|
.flatpickr-prev-month:hover svg,
|
188
194
|
.flatpickr-next-month:hover svg {
|
@@ -217,14 +223,14 @@
|
|
217
223
|
line-height: 50%;
|
218
224
|
opacity: 0;
|
219
225
|
cursor: pointer;
|
220
|
-
border: 1px solid rgba(
|
226
|
+
border: 1px solid rgba(72,72,72,0.05);
|
221
227
|
box-sizing: border-box;
|
222
228
|
}
|
223
229
|
.numInputWrapper span:hover {
|
224
|
-
background: rgba(
|
230
|
+
background: rgba(0,0,0,0.1);
|
225
231
|
}
|
226
232
|
.numInputWrapper span:active {
|
227
|
-
background: rgba(
|
233
|
+
background: rgba(0,0,0,0.2);
|
228
234
|
}
|
229
235
|
.numInputWrapper span:after {
|
230
236
|
display: block;
|
@@ -239,7 +245,7 @@
|
|
239
245
|
.numInputWrapper span.arrowUp:after {
|
240
246
|
border-left: 4px solid transparent;
|
241
247
|
border-right: 4px solid transparent;
|
242
|
-
border-bottom: 4px solid rgba(
|
248
|
+
border-bottom: 4px solid rgba(72,72,72,0.6);
|
243
249
|
}
|
244
250
|
.numInputWrapper span.arrowDown {
|
245
251
|
top: 50%;
|
@@ -247,17 +253,17 @@
|
|
247
253
|
.numInputWrapper span.arrowDown:after {
|
248
254
|
border-left: 4px solid transparent;
|
249
255
|
border-right: 4px solid transparent;
|
250
|
-
border-top: 4px solid rgba(
|
256
|
+
border-top: 4px solid rgba(72,72,72,0.6);
|
251
257
|
}
|
252
258
|
.numInputWrapper span svg {
|
253
259
|
width: inherit;
|
254
260
|
height: auto;
|
255
261
|
}
|
256
262
|
.numInputWrapper span svg path {
|
257
|
-
fill: rgba(
|
263
|
+
fill: rgba(90,97,113,0.5);
|
258
264
|
}
|
259
265
|
.numInputWrapper:hover {
|
260
|
-
background: rgba(
|
266
|
+
background: rgba(0,0,0,0.05);
|
261
267
|
}
|
262
268
|
.numInputWrapper:hover span {
|
263
269
|
opacity: 1;
|
@@ -270,7 +276,7 @@
|
|
270
276
|
position: absolute;
|
271
277
|
width: 75%;
|
272
278
|
left: 12.5%;
|
273
|
-
padding:
|
279
|
+
padding: 4.2px 0 0 0;
|
274
280
|
line-height: 1;
|
275
281
|
height: 28px;
|
276
282
|
display: inline-block;
|
@@ -281,26 +287,26 @@
|
|
281
287
|
.flatpickr-current-month.slideLeft {
|
282
288
|
-webkit-transform: translate3d(-100%, 0px, 0px);
|
283
289
|
transform: translate3d(-100%, 0px, 0px);
|
284
|
-
-webkit-animation:
|
285
|
-
animation:
|
290
|
+
-webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
291
|
+
animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
286
292
|
}
|
287
293
|
.flatpickr-current-month.slideLeftNew {
|
288
294
|
-webkit-transform: translate3d(100%, 0px, 0px);
|
289
295
|
transform: translate3d(100%, 0px, 0px);
|
290
|
-
-webkit-animation:
|
291
|
-
animation:
|
296
|
+
-webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
297
|
+
animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
292
298
|
}
|
293
299
|
.flatpickr-current-month.slideRight {
|
294
300
|
-webkit-transform: translate3d(100%, 0px, 0px);
|
295
301
|
transform: translate3d(100%, 0px, 0px);
|
296
|
-
-webkit-animation:
|
297
|
-
animation:
|
302
|
+
-webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
303
|
+
animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
298
304
|
}
|
299
305
|
.flatpickr-current-month.slideRightNew {
|
300
306
|
-webkit-transform: translate3d(0, 0, 0px);
|
301
307
|
transform: translate3d(0, 0, 0px);
|
302
|
-
-webkit-animation:
|
303
|
-
animation:
|
308
|
+
-webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
309
|
+
animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
304
310
|
}
|
305
311
|
.flatpickr-current-month span.cur-month {
|
306
312
|
font-family: inherit;
|
@@ -311,7 +317,7 @@
|
|
311
317
|
padding: 0;
|
312
318
|
}
|
313
319
|
.flatpickr-current-month span.cur-month:hover {
|
314
|
-
background: rgba(
|
320
|
+
background: rgba(0,0,0,0.05);
|
315
321
|
}
|
316
322
|
.flatpickr-current-month .numInputWrapper {
|
317
323
|
width: 6ch;
|
@@ -319,10 +325,10 @@
|
|
319
325
|
display: inline-block;
|
320
326
|
}
|
321
327
|
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
|
322
|
-
border-bottom-color: #
|
328
|
+
border-bottom-color: #5a6171;
|
323
329
|
}
|
324
330
|
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
|
325
|
-
border-top-color: #
|
331
|
+
border-top-color: #5a6171;
|
326
332
|
}
|
327
333
|
.flatpickr-current-month input.cur-year {
|
328
334
|
background: transparent;
|
@@ -347,12 +353,12 @@
|
|
347
353
|
.flatpickr-current-month input.cur-year[disabled],
|
348
354
|
.flatpickr-current-month input.cur-year[disabled]:hover {
|
349
355
|
font-size: 100%;
|
350
|
-
color: rgba(
|
356
|
+
color: rgba(90,97,113,0.5);
|
351
357
|
background: transparent;
|
352
358
|
pointer-events: none;
|
353
359
|
}
|
354
360
|
.flatpickr-weekdays {
|
355
|
-
background:
|
361
|
+
background: #eceef1;
|
356
362
|
text-align: center;
|
357
363
|
overflow: hidden;
|
358
364
|
width: 315px;
|
@@ -367,17 +373,16 @@
|
|
367
373
|
span.flatpickr-weekday {
|
368
374
|
cursor: default;
|
369
375
|
font-size: 90%;
|
370
|
-
|
376
|
+
background: #eceef1;
|
377
|
+
color: #5a6171;
|
371
378
|
line-height: 1;
|
372
379
|
margin: 0;
|
373
|
-
background: transparent;
|
374
380
|
text-align: center;
|
375
381
|
display: block;
|
376
382
|
-webkit-flex: 1;
|
377
383
|
-ms-flex: 1;
|
378
384
|
flex: 1;
|
379
385
|
font-weight: bolder;
|
380
|
-
margin: 0;
|
381
386
|
}
|
382
387
|
.dayContainer,
|
383
388
|
.flatpickr-weeks {
|
@@ -390,6 +395,8 @@ span.flatpickr-weekday {
|
|
390
395
|
display: -ms-flexbox;
|
391
396
|
display: flex;
|
392
397
|
width: 315px;
|
398
|
+
border-left: 1px solid #eceef1;
|
399
|
+
border-right: 1px solid #eceef1;
|
393
400
|
}
|
394
401
|
.flatpickr-days:focus {
|
395
402
|
outline: 0;
|
@@ -417,8 +424,8 @@ span.flatpickr-weekday {
|
|
417
424
|
opacity: 1;
|
418
425
|
}
|
419
426
|
.flatpickr-calendar.animate .dayContainer.slideLeft {
|
420
|
-
-webkit-animation:
|
421
|
-
animation:
|
427
|
+
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
428
|
+
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
422
429
|
}
|
423
430
|
.flatpickr-calendar.animate .dayContainer.slideLeft,
|
424
431
|
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
|
@@ -426,25 +433,25 @@ span.flatpickr-weekday {
|
|
426
433
|
transform: translate3d(-100%, 0px, 0px);
|
427
434
|
}
|
428
435
|
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
|
429
|
-
-webkit-animation:
|
430
|
-
animation:
|
436
|
+
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
437
|
+
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
431
438
|
}
|
432
439
|
.flatpickr-calendar.animate .dayContainer.slideRight {
|
433
|
-
-webkit-animation:
|
434
|
-
animation:
|
440
|
+
-webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
441
|
+
animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
435
442
|
-webkit-transform: translate3d(100%, 0px, 0px);
|
436
443
|
transform: translate3d(100%, 0px, 0px);
|
437
444
|
}
|
438
445
|
.flatpickr-calendar.animate .dayContainer.slideRightNew {
|
439
|
-
-webkit-animation:
|
440
|
-
animation:
|
446
|
+
-webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
447
|
+
animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
|
441
448
|
}
|
442
449
|
.flatpickr-day {
|
443
450
|
background: none;
|
444
451
|
border: 1px solid transparent;
|
445
452
|
border-radius: 150px;
|
446
453
|
box-sizing: border-box;
|
447
|
-
color: #
|
454
|
+
color: #484848;
|
448
455
|
cursor: pointer;
|
449
456
|
font-weight: 400;
|
450
457
|
width: 14.2857143%;
|
@@ -476,16 +483,16 @@ span.flatpickr-weekday {
|
|
476
483
|
.flatpickr-day.nextMonthDay:focus {
|
477
484
|
cursor: pointer;
|
478
485
|
outline: 0;
|
479
|
-
background: #
|
480
|
-
border-color: #
|
486
|
+
background: #e2e2e2;
|
487
|
+
border-color: #e2e2e2;
|
481
488
|
}
|
482
489
|
.flatpickr-day.today {
|
483
|
-
border-color: #
|
490
|
+
border-color: #bbb;
|
484
491
|
}
|
485
492
|
.flatpickr-day.today:hover,
|
486
493
|
.flatpickr-day.today:focus {
|
487
|
-
border-color: #
|
488
|
-
background: #
|
494
|
+
border-color: #bbb;
|
495
|
+
background: #bbb;
|
489
496
|
color: #fff;
|
490
497
|
}
|
491
498
|
.flatpickr-day.selected,
|
@@ -506,10 +513,10 @@ span.flatpickr-weekday {
|
|
506
513
|
.flatpickr-day.selected.nextMonthDay,
|
507
514
|
.flatpickr-day.startRange.nextMonthDay,
|
508
515
|
.flatpickr-day.endRange.nextMonthDay {
|
509
|
-
background: #
|
516
|
+
background: #ff5a5f;
|
510
517
|
box-shadow: none;
|
511
|
-
color: #
|
512
|
-
border-color: #
|
518
|
+
color: #fff;
|
519
|
+
border-color: #ff5a5f;
|
513
520
|
}
|
514
521
|
.flatpickr-day.selected.startRange,
|
515
522
|
.flatpickr-day.startRange.startRange,
|
@@ -524,7 +531,7 @@ span.flatpickr-weekday {
|
|
524
531
|
.flatpickr-day.selected.startRange + .endRange,
|
525
532
|
.flatpickr-day.startRange.startRange + .endRange,
|
526
533
|
.flatpickr-day.endRange.startRange + .endRange {
|
527
|
-
box-shadow: -10px 0 0 #
|
534
|
+
box-shadow: -10px 0 0 #ff5a5f;
|
528
535
|
}
|
529
536
|
.flatpickr-day.selected.startRange.endRange,
|
530
537
|
.flatpickr-day.startRange.startRange.endRange,
|
@@ -533,7 +540,7 @@ span.flatpickr-weekday {
|
|
533
540
|
}
|
534
541
|
.flatpickr-day.inRange {
|
535
542
|
border-radius: 0;
|
536
|
-
box-shadow: -5px 0 0 #
|
543
|
+
box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
|
537
544
|
}
|
538
545
|
.flatpickr-day.disabled,
|
539
546
|
.flatpickr-day.disabled:hover {
|
@@ -546,14 +553,14 @@ span.flatpickr-weekday {
|
|
546
553
|
.flatpickr-day.notAllowed,
|
547
554
|
.flatpickr-day.notAllowed.prevMonthDay,
|
548
555
|
.flatpickr-day.notAllowed.nextMonthDay {
|
549
|
-
color: rgba(
|
556
|
+
color: rgba(72,72,72,0.3);
|
550
557
|
background: transparent;
|
551
558
|
border-color: transparent;
|
552
559
|
cursor: default;
|
553
560
|
}
|
554
561
|
.flatpickr-day.week.selected {
|
555
562
|
border-radius: 0;
|
556
|
-
box-shadow: -5px 0 0 #
|
563
|
+
box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
|
557
564
|
}
|
558
565
|
.rangeMode .flatpickr-day {
|
559
566
|
margin-top: 1px;
|
@@ -564,7 +571,7 @@ span.flatpickr-weekday {
|
|
564
571
|
}
|
565
572
|
.flatpickr-weekwrapper .flatpickr-weeks {
|
566
573
|
padding: 0 12px;
|
567
|
-
|
574
|
+
border-left: 1px solid #eceef1;
|
568
575
|
}
|
569
576
|
.flatpickr-weekwrapper .flatpickr-weekday {
|
570
577
|
float: none;
|
@@ -583,6 +590,8 @@ span.flatpickr-weekday {
|
|
583
590
|
display: flex;
|
584
591
|
box-sizing: border-box;
|
585
592
|
overflow: hidden;
|
593
|
+
background: #fff;
|
594
|
+
border-bottom: 1px solid #eceef1;
|
586
595
|
}
|
587
596
|
.flatpickr-rContainer {
|
588
597
|
display: inline-block;
|
@@ -601,6 +610,8 @@ span.flatpickr-weekday {
|
|
601
610
|
display: -webkit-flex;
|
602
611
|
display: -ms-flexbox;
|
603
612
|
display: flex;
|
613
|
+
background: #fff;
|
614
|
+
border-radius: 0 0 5px 5px;
|
604
615
|
}
|
605
616
|
.flatpickr-time:after {
|
606
617
|
content: "";
|
@@ -616,10 +627,10 @@ span.flatpickr-weekday {
|
|
616
627
|
float: left;
|
617
628
|
}
|
618
629
|
.flatpickr-time .numInputWrapper span.arrowUp:after {
|
619
|
-
border-bottom-color: #
|
630
|
+
border-bottom-color: #484848;
|
620
631
|
}
|
621
632
|
.flatpickr-time .numInputWrapper span.arrowDown:after {
|
622
|
-
border-top-color: #
|
633
|
+
border-top-color: #484848;
|
623
634
|
}
|
624
635
|
.flatpickr-time.hasSeconds .numInputWrapper {
|
625
636
|
width: 26%;
|
@@ -638,7 +649,7 @@ span.flatpickr-weekday {
|
|
638
649
|
height: inherit;
|
639
650
|
line-height: inherit;
|
640
651
|
cursor: pointer;
|
641
|
-
color: #
|
652
|
+
color: #484848;
|
642
653
|
font-size: 14px;
|
643
654
|
position: relative;
|
644
655
|
box-sizing: border-box;
|
@@ -660,13 +671,17 @@ span.flatpickr-weekday {
|
|
660
671
|
display: inline-block;
|
661
672
|
float: left;
|
662
673
|
line-height: inherit;
|
663
|
-
color: #
|
674
|
+
color: #484848;
|
664
675
|
font-weight: bold;
|
665
676
|
width: 2%;
|
666
677
|
-webkit-user-select: none;
|
667
678
|
-moz-user-select: none;
|
668
679
|
-ms-user-select: none;
|
669
680
|
user-select: none;
|
681
|
+
-webkit-align-self: center;
|
682
|
+
-ms-flex-item-align: center;
|
683
|
+
-ms-grid-row-align: center;
|
684
|
+
align-self: center;
|
670
685
|
}
|
671
686
|
.flatpickr-time .flatpickr-am-pm {
|
672
687
|
outline: 0;
|
@@ -677,12 +692,12 @@ span.flatpickr-weekday {
|
|
677
692
|
}
|
678
693
|
.flatpickr-time .flatpickr-am-pm:hover,
|
679
694
|
.flatpickr-time .flatpickr-am-pm:focus {
|
680
|
-
background: #
|
695
|
+
background: #ececec;
|
681
696
|
}
|
682
697
|
.flatpickr-input[readonly] {
|
683
698
|
cursor: pointer;
|
684
699
|
}
|
685
|
-
@-webkit-keyframes
|
700
|
+
@-webkit-keyframes fpFadeInDown {
|
686
701
|
from {
|
687
702
|
opacity: 0;
|
688
703
|
-webkit-transform: translate3d(0, -20px, 0);
|
@@ -694,7 +709,7 @@ span.flatpickr-weekday {
|
|
694
709
|
transform: translate3d(0, 0, 0);
|
695
710
|
}
|
696
711
|
}
|
697
|
-
@keyframes
|
712
|
+
@keyframes fpFadeInDown {
|
698
713
|
from {
|
699
714
|
opacity: 0;
|
700
715
|
-webkit-transform: translate3d(0, -20px, 0);
|
@@ -706,7 +721,7 @@ span.flatpickr-weekday {
|
|
706
721
|
transform: translate3d(0, 0, 0);
|
707
722
|
}
|
708
723
|
}
|
709
|
-
@-webkit-keyframes
|
724
|
+
@-webkit-keyframes fpSlideLeft {
|
710
725
|
from {
|
711
726
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
712
727
|
transform: translate3d(0px, 0px, 0px);
|
@@ -716,7 +731,7 @@ span.flatpickr-weekday {
|
|
716
731
|
transform: translate3d(-100%, 0px, 0px);
|
717
732
|
}
|
718
733
|
}
|
719
|
-
@keyframes
|
734
|
+
@keyframes fpSlideLeft {
|
720
735
|
from {
|
721
736
|
-webkit-transform: translate3d(0px, 0px, 0px);
|
722
737
|
transform: translate3d(0px, 0px, 0px);
|
@@ -726,7 +741,7 @@ span.flatpickr-weekday {
|
|
726
741
|
transform: translate3d(-100%, 0px, 0px);
|
727
742
|
}
|
728
743
|
}
|
729
|
-
@-webkit-keyframes
|
744
|
+
@-webkit-keyframes fpSlideLeftNew {
|
730
745
|
from {
|
731
746
|
-webkit-transform: translate3d(100%, 0px, 0px);
|
732
747
|
transform: translate3d(100%, 0px, 0px);
|
@@ -736,7 +751,7 @@ span.flatpickr-weekday {
|
|
736
751
|
transform: translate3d(0px, 0px, 0px);
|
737
752
|
}
|
738
753
|
}
|
739
|
-
@keyframes
|
754
|
+
@keyframes fpSlideLeftNew {
|
740
755
|
from {
|
741
756
|
-webkit-transform: translate3d(100%, 0px, 0px);
|
742
757
|
transform: translate3d(100%, 0px, 0px);
|
@@ -746,7 +761,7 @@ span.flatpickr-weekday {
|
|
746
761
|
transform: translate3d(0px, 0px, 0px);
|
747
762
|
}
|
748
763
|
}
|
749
|
-
@-webkit-keyframes
|
764
|
+
@-webkit-keyframes fpSlideRight {
|
750
765
|
from {
|
751
766
|
-webkit-transform: translate3d(0, 0, 0px);
|
752
767
|
transform: translate3d(0, 0, 0px);
|
@@ -756,7 +771,7 @@ span.flatpickr-weekday {
|
|
756
771
|
transform: translate3d(100%, 0px, 0px);
|
757
772
|
}
|
758
773
|
}
|
759
|
-
@keyframes
|
774
|
+
@keyframes fpSlideRight {
|
760
775
|
from {
|
761
776
|
-webkit-transform: translate3d(0, 0, 0px);
|
762
777
|
transform: translate3d(0, 0, 0px);
|
@@ -766,7 +781,7 @@ span.flatpickr-weekday {
|
|
766
781
|
transform: translate3d(100%, 0px, 0px);
|
767
782
|
}
|
768
783
|
}
|
769
|
-
@-webkit-keyframes
|
784
|
+
@-webkit-keyframes fpSlideRightNew {
|
770
785
|
from {
|
771
786
|
-webkit-transform: translate3d(-100%, 0, 0px);
|
772
787
|
transform: translate3d(-100%, 0, 0px);
|
@@ -776,7 +791,7 @@ span.flatpickr-weekday {
|
|
776
791
|
transform: translate3d(0, 0, 0px);
|
777
792
|
}
|
778
793
|
}
|
779
|
-
@keyframes
|
794
|
+
@keyframes fpSlideRightNew {
|
780
795
|
from {
|
781
796
|
-webkit-transform: translate3d(-100%, 0, 0px);
|
782
797
|
transform: translate3d(-100%, 0, 0px);
|
@@ -786,7 +801,7 @@ span.flatpickr-weekday {
|
|
786
801
|
transform: translate3d(0, 0, 0px);
|
787
802
|
}
|
788
803
|
}
|
789
|
-
@-webkit-keyframes
|
804
|
+
@-webkit-keyframes fpFadeOut {
|
790
805
|
from {
|
791
806
|
opacity: 1;
|
792
807
|
}
|
@@ -794,7 +809,7 @@ span.flatpickr-weekday {
|
|
794
809
|
opacity: 0;
|
795
810
|
}
|
796
811
|
}
|
797
|
-
@keyframes
|
812
|
+
@keyframes fpFadeOut {
|
798
813
|
from {
|
799
814
|
opacity: 1;
|
800
815
|
}
|
@@ -802,7 +817,7 @@ span.flatpickr-weekday {
|
|
802
817
|
opacity: 0;
|
803
818
|
}
|
804
819
|
}
|
805
|
-
@-webkit-keyframes
|
820
|
+
@-webkit-keyframes fpFadeIn {
|
806
821
|
from {
|
807
822
|
opacity: 0;
|
808
823
|
}
|
@@ -810,7 +825,7 @@ span.flatpickr-weekday {
|
|
810
825
|
opacity: 1;
|
811
826
|
}
|
812
827
|
}
|
813
|
-
@keyframes
|
828
|
+
@keyframes fpFadeIn {
|
814
829
|
from {
|
815
830
|
opacity: 0;
|
816
831
|
}
|
@@ -818,3 +833,6 @@ span.flatpickr-weekday {
|
|
818
833
|
opacity: 1;
|
819
834
|
}
|
820
835
|
}
|
836
|
+
span.flatpickr-day.selected {
|
837
|
+
font-weight: bold;
|
838
|
+
}
|