@syncfusion/ej2-angular-calendars 19.4.55 → 20.1.52
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.
- package/CHANGELOG.md +0 -14
- package/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +82 -31
- package/styles/bootstrap.css +82 -31
- package/styles/bootstrap4.css +82 -31
- package/styles/bootstrap5-dark.css +140 -45
- package/styles/bootstrap5.css +134 -39
- package/styles/calendar/bootstrap-dark.css +9 -5
- package/styles/calendar/bootstrap.css +9 -5
- package/styles/calendar/bootstrap4.css +9 -5
- package/styles/calendar/bootstrap5-dark.css +62 -14
- package/styles/calendar/bootstrap5.css +58 -10
- package/styles/calendar/fabric-dark.css +4 -0
- package/styles/calendar/fabric.css +4 -0
- package/styles/calendar/fluent-dark.css +1189 -0
- package/styles/calendar/fluent-dark.scss +1 -0
- package/styles/calendar/fluent.css +1189 -0
- package/styles/calendar/fluent.scss +1 -0
- package/styles/calendar/highcontrast-light.css +4 -0
- package/styles/calendar/highcontrast.css +4 -0
- package/styles/calendar/material-dark.css +4 -0
- package/styles/calendar/material.css +4 -0
- package/styles/calendar/tailwind-dark.css +158 -34
- package/styles/calendar/tailwind.css +158 -34
- package/styles/datepicker/bootstrap-dark.css +12 -2
- package/styles/datepicker/bootstrap.css +12 -2
- package/styles/datepicker/bootstrap4.css +12 -2
- package/styles/datepicker/bootstrap5-dark.css +12 -2
- package/styles/datepicker/bootstrap5.css +12 -2
- package/styles/datepicker/fabric-dark.css +12 -2
- package/styles/datepicker/fabric.css +12 -2
- package/styles/datepicker/fluent-dark.css +189 -0
- package/styles/datepicker/fluent-dark.scss +1 -0
- package/styles/datepicker/fluent.css +189 -0
- package/styles/datepicker/fluent.scss +1 -0
- package/styles/datepicker/highcontrast-light.css +12 -2
- package/styles/datepicker/highcontrast.css +12 -2
- package/styles/datepicker/material-dark.css +12 -2
- package/styles/datepicker/material.css +12 -2
- package/styles/datepicker/tailwind-dark.css +15 -5
- package/styles/datepicker/tailwind.css +15 -5
- package/styles/daterangepicker/bootstrap-dark.css +60 -24
- package/styles/daterangepicker/bootstrap.css +60 -24
- package/styles/daterangepicker/bootstrap4.css +60 -24
- package/styles/daterangepicker/bootstrap5-dark.css +65 -29
- package/styles/daterangepicker/bootstrap5.css +63 -27
- package/styles/daterangepicker/fabric-dark.css +60 -24
- package/styles/daterangepicker/fabric.css +60 -24
- package/styles/daterangepicker/fluent-dark.css +1055 -0
- package/styles/daterangepicker/fluent-dark.scss +1 -0
- package/styles/daterangepicker/fluent.css +1055 -0
- package/styles/daterangepicker/fluent.scss +1 -0
- package/styles/daterangepicker/highcontrast-light.css +60 -24
- package/styles/daterangepicker/highcontrast.css +60 -24
- package/styles/daterangepicker/material-dark.css +60 -24
- package/styles/daterangepicker/material.css +60 -24
- package/styles/daterangepicker/tailwind-dark.css +137 -93
- package/styles/daterangepicker/tailwind.css +137 -93
- package/styles/datetimepicker/fluent-dark.css +205 -0
- package/styles/datetimepicker/fluent-dark.scss +1 -0
- package/styles/datetimepicker/fluent.css +205 -0
- package/styles/datetimepicker/fluent.scss +1 -0
- package/styles/datetimepicker/tailwind-dark.css +1 -1
- package/styles/datetimepicker/tailwind.css +1 -1
- package/styles/fabric-dark.css +77 -26
- package/styles/fabric.css +77 -26
- package/styles/fluent-dark.css +2864 -0
- package/styles/fluent-dark.scss +5 -0
- package/styles/fluent.css +2864 -0
- package/styles/fluent.scss +5 -0
- package/styles/highcontrast-light.css +77 -26
- package/styles/highcontrast.css +77 -26
- package/styles/material-dark.css +77 -26
- package/styles/material.css +77 -26
- package/styles/tailwind-dark.css +316 -137
- package/styles/tailwind.css +316 -137
- package/styles/timepicker/bootstrap-dark.css +1 -0
- package/styles/timepicker/bootstrap.css +1 -0
- package/styles/timepicker/bootstrap4.css +1 -0
- package/styles/timepicker/bootstrap5-dark.css +1 -0
- package/styles/timepicker/bootstrap5.css +1 -0
- package/styles/timepicker/fabric-dark.css +1 -0
- package/styles/timepicker/fabric.css +1 -0
- package/styles/timepicker/fluent-dark.css +222 -0
- package/styles/timepicker/fluent-dark.scss +1 -0
- package/styles/timepicker/fluent.css +222 -0
- package/styles/timepicker/fluent.scss +1 -0
- package/styles/timepicker/highcontrast-light.css +1 -0
- package/styles/timepicker/highcontrast.css +1 -0
- package/styles/timepicker/material-dark.css +1 -0
- package/styles/timepicker/material.css +1 -0
- package/styles/timepicker/tailwind-dark.css +5 -4
- package/styles/timepicker/tailwind.css +5 -4
package/styles/bootstrap5.css
CHANGED
|
@@ -245,7 +245,7 @@ ejs-calendar {
|
|
|
245
245
|
|
|
246
246
|
.e-calendar .e-header .e-title,
|
|
247
247
|
.e-bigger.e-small .e-calendar .e-header .e-title {
|
|
248
|
-
margin-left:
|
|
248
|
+
margin-left: 2px;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
.e-calendar .e-header .e-prev:hover,
|
|
@@ -288,6 +288,7 @@ ejs-calendar {
|
|
|
288
288
|
|
|
289
289
|
.e-calendar,
|
|
290
290
|
.e-bigger.e-small .e-calendar {
|
|
291
|
+
border-spacing: 0;
|
|
291
292
|
max-width: 242px;
|
|
292
293
|
min-width: 240px;
|
|
293
294
|
padding: 0;
|
|
@@ -318,7 +319,7 @@ ejs-calendar {
|
|
|
318
319
|
.e-calendar.e-rtl .e-header .e-title,
|
|
319
320
|
.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
|
|
320
321
|
text-align: right;
|
|
321
|
-
text-indent:
|
|
322
|
+
text-indent: 12px;
|
|
322
323
|
}
|
|
323
324
|
|
|
324
325
|
.e-calendar .e-header,
|
|
@@ -363,7 +364,7 @@ ejs-calendar {
|
|
|
363
364
|
|
|
364
365
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
365
366
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
366
|
-
line-height:
|
|
367
|
+
line-height: 32px;
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
.e-calendar .e-content.e-year table,
|
|
@@ -427,6 +428,11 @@ ejs-calendar {
|
|
|
427
428
|
width: 100%;
|
|
428
429
|
}
|
|
429
430
|
|
|
431
|
+
.e-calendar.e-rtl .e-header .e-title,
|
|
432
|
+
.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title {
|
|
433
|
+
text-indent: 12px;
|
|
434
|
+
}
|
|
435
|
+
|
|
430
436
|
.e-small.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
431
437
|
.e-small.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
432
438
|
font-size: 14px;
|
|
@@ -437,6 +443,17 @@ ejs-calendar {
|
|
|
437
443
|
padding: 0 12px 12px 12px;
|
|
438
444
|
}
|
|
439
445
|
|
|
446
|
+
.e-small.e-bigger.e-calendar .e-content span.e-day,
|
|
447
|
+
.e-small.e-bigger .e-calendar .e-content span.e-day {
|
|
448
|
+
height: 34px;
|
|
449
|
+
width: 34px;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.e-small.e-bigger.e-calendar .e-header .e-title,
|
|
453
|
+
.e-small.e-bigger .e-calendar .e-header .e-title {
|
|
454
|
+
margin-left: 5px;
|
|
455
|
+
}
|
|
456
|
+
|
|
440
457
|
.e-bigger.e-calendar,
|
|
441
458
|
*.e-bigger .e-calendar {
|
|
442
459
|
max-width: 292px;
|
|
@@ -539,7 +556,7 @@ ejs-calendar {
|
|
|
539
556
|
|
|
540
557
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
541
558
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
542
|
-
line-height:
|
|
559
|
+
line-height: 38px;
|
|
543
560
|
}
|
|
544
561
|
|
|
545
562
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
@@ -579,6 +596,16 @@ ejs-calendar {
|
|
|
579
596
|
padding: 16px;
|
|
580
597
|
}
|
|
581
598
|
|
|
599
|
+
.e-bigger.e-calendar .e-header .e-title,
|
|
600
|
+
*.e-bigger .e-calendar .e-header .e-title {
|
|
601
|
+
margin-left: 5px;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.e-bigger.e-calendar.e-rtl .e-header .e-title,
|
|
605
|
+
*.e-bigger .e-calendar.e-rtl .e-header .e-title {
|
|
606
|
+
text-indent: 15px;
|
|
607
|
+
}
|
|
608
|
+
|
|
582
609
|
.e-small.e-calendar,
|
|
583
610
|
.e-small .e-calendar {
|
|
584
611
|
max-width: 200px;
|
|
@@ -602,7 +629,7 @@ ejs-calendar {
|
|
|
602
629
|
|
|
603
630
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
604
631
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
605
|
-
line-height:
|
|
632
|
+
line-height: 26px;
|
|
606
633
|
}
|
|
607
634
|
|
|
608
635
|
.e-small.e-calendar .e-content.e-month td,
|
|
@@ -627,6 +654,11 @@ ejs-calendar {
|
|
|
627
654
|
line-height: 22px;
|
|
628
655
|
}
|
|
629
656
|
|
|
657
|
+
.e-small.e-calendar.e-rtl .e-header .e-title,
|
|
658
|
+
.e-small .e-calendar.e-rtl .e-header .e-title {
|
|
659
|
+
text-indent: 12px;
|
|
660
|
+
}
|
|
661
|
+
|
|
630
662
|
.e-small.e-calendar .e-header .e-icon-container .e-prev,
|
|
631
663
|
.e-small.e-calendar .e-header .e-icon-container .e-next,
|
|
632
664
|
.e-small .e-calendar .e-header .e-icon-container .e-prev,
|
|
@@ -641,6 +673,18 @@ ejs-calendar {
|
|
|
641
673
|
height: 24px;
|
|
642
674
|
}
|
|
643
675
|
|
|
676
|
+
.e-small.e-calendar .e-header .e-title,
|
|
677
|
+
.e-small .e-calendar .e-header .e-title {
|
|
678
|
+
margin-left: 0;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
.e-small.e-calendar .e-content.e-year td > span.e-day,
|
|
682
|
+
.e-small.e-calendar .e-content.e-decade td > span.e-day,
|
|
683
|
+
.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
684
|
+
.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
685
|
+
width: 46px;
|
|
686
|
+
}
|
|
687
|
+
|
|
644
688
|
.e-calendar .e-btn.e-today.e-flat.e-disabled,
|
|
645
689
|
.e-calendar .e-btn.e-today.e-flat.e-disabled:hover,
|
|
646
690
|
.e-calendar .e-btn.e-today.e-flat.e-disabled:active,
|
|
@@ -821,6 +865,7 @@ ejs-calendar {
|
|
|
821
865
|
background: #e9ecef;
|
|
822
866
|
border: none;
|
|
823
867
|
border-radius: 4px;
|
|
868
|
+
box-shadow: none;
|
|
824
869
|
}
|
|
825
870
|
|
|
826
871
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
@@ -836,15 +881,17 @@ ejs-calendar {
|
|
|
836
881
|
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
|
|
837
882
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
838
883
|
background: none;
|
|
839
|
-
border:
|
|
884
|
+
border: none;
|
|
840
885
|
border-radius: 4px;
|
|
886
|
+
box-shadow: inset 2px 0 #0d6efd, inset 0 2px #0d6efd, inset -2px 0 #0d6efd, inset 0 -2px #0d6efd;
|
|
841
887
|
color: #0d6efd;
|
|
842
888
|
}
|
|
843
889
|
|
|
844
890
|
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
|
|
845
891
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
846
892
|
background: #e9ecef;
|
|
847
|
-
border:
|
|
893
|
+
border: none;
|
|
894
|
+
box-shadow: inset 1px 0 #0d6efd, inset 0 1px #0d6efd, inset -1px 0 #0d6efd, inset 0 -1px #0d6efd;
|
|
848
895
|
color: #343a40;
|
|
849
896
|
}
|
|
850
897
|
|
|
@@ -865,15 +912,15 @@ ejs-calendar {
|
|
|
865
912
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
|
|
866
913
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
|
|
867
914
|
background-color: #e9ecef;
|
|
868
|
-
border:
|
|
915
|
+
border: none;
|
|
869
916
|
color: #343a40;
|
|
870
917
|
}
|
|
871
918
|
|
|
872
919
|
.e-calendar .e-content td.e-today.e-selected span.e-day,
|
|
873
920
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
|
|
874
921
|
background-color: #0d6efd;
|
|
875
|
-
border:
|
|
876
|
-
box-shadow:
|
|
922
|
+
border: none;
|
|
923
|
+
box-shadow: inset 1px 0 #0d6efd, inset 0 1px #0d6efd, inset -1px 0 #0d6efd, inset 0 -1px #0d6efd;
|
|
877
924
|
color: #fff;
|
|
878
925
|
}
|
|
879
926
|
|
|
@@ -1008,6 +1055,7 @@ ejs-calendar {
|
|
|
1008
1055
|
.e-calendar .e-btn.e-today.e-flat.e-primary,
|
|
1009
1056
|
.e-calendar .e-css.e-btn.e-today.e-flat.e-primary {
|
|
1010
1057
|
background-color: #0d6efd;
|
|
1058
|
+
border: 0;
|
|
1011
1059
|
border-color: #0d6efd;
|
|
1012
1060
|
color: #fff;
|
|
1013
1061
|
}
|
|
@@ -1214,6 +1262,7 @@ ejs-calendar {
|
|
|
1214
1262
|
}
|
|
1215
1263
|
|
|
1216
1264
|
.e-timepicker.e-popup {
|
|
1265
|
+
background-color: #fff;
|
|
1217
1266
|
border: 1px solid #dee2e6;
|
|
1218
1267
|
border-radius: 6px;
|
|
1219
1268
|
box-shadow: none;
|
|
@@ -1418,13 +1467,23 @@ ejs-calendar {
|
|
|
1418
1467
|
}
|
|
1419
1468
|
|
|
1420
1469
|
.e-datepicker.e-popup-wrapper,
|
|
1421
|
-
.e-bigger.e-small .e-datepicker.e-popup-wrapper
|
|
1470
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1471
|
+
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
1472
|
+
.e-small .e-datepicker.e-popup-wrapper,
|
|
1473
|
+
.e-bigger.e-small.e-datepicker.e-popup-wrapper,
|
|
1474
|
+
.e-bigger.e-datepicker.e-popup-wrapper,
|
|
1475
|
+
.e-small.e-datepicker.e-popup-wrapper {
|
|
1422
1476
|
border: 1px solid #dee2e6;
|
|
1423
1477
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
1424
1478
|
}
|
|
1425
1479
|
|
|
1426
1480
|
.e-datepicker .e-calendar,
|
|
1427
|
-
.e-bigger.e-small .e-datepicker .e-calendar
|
|
1481
|
+
.e-bigger.e-small .e-datepicker .e-calendar,
|
|
1482
|
+
.e-bigger .e-datepicker .e-calendar,
|
|
1483
|
+
.e-small .e-datepicker .e-calendar,
|
|
1484
|
+
.e-bigger.e-small.e-datepicker .e-calendar,
|
|
1485
|
+
.e-bigger.e-datepicker .e-calendar,
|
|
1486
|
+
.e-small.e-datepicker .e-calendar {
|
|
1428
1487
|
background-color: #fff;
|
|
1429
1488
|
border: none;
|
|
1430
1489
|
}
|
|
@@ -1633,11 +1692,11 @@ ejs-calendar {
|
|
|
1633
1692
|
.e-daterangepicker.e-popup .e-calendar .e-header .e-title,
|
|
1634
1693
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title {
|
|
1635
1694
|
cursor: pointer;
|
|
1695
|
+
line-height: 24px;
|
|
1696
|
+
width: auto;
|
|
1636
1697
|
float: none;
|
|
1637
1698
|
font-weight: normal;
|
|
1638
|
-
line-height: 24px;
|
|
1639
1699
|
margin-left: 0;
|
|
1640
|
-
width: auto;
|
|
1641
1700
|
}
|
|
1642
1701
|
|
|
1643
1702
|
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
|
|
@@ -1843,7 +1902,7 @@ ejs-calendar {
|
|
|
1843
1902
|
|
|
1844
1903
|
.e-bigger .e-daterangepicker.e-range-modal,
|
|
1845
1904
|
*.e-device.e-daterangepicker.e-range-modal {
|
|
1846
|
-
background-color:
|
|
1905
|
+
background-color: #fff;
|
|
1847
1906
|
height: 100%;
|
|
1848
1907
|
left: 0;
|
|
1849
1908
|
opacity: .5;
|
|
@@ -2207,39 +2266,46 @@ ejs-calendar {
|
|
|
2207
2266
|
}
|
|
2208
2267
|
|
|
2209
2268
|
.e-daterangepicker.e-popup,
|
|
2210
|
-
.e-bigger.e-small .e-daterangepicker.e-popup
|
|
2269
|
+
.e-bigger.e-small .e-daterangepicker.e-popup,
|
|
2270
|
+
.e-bigger.e-small.e-daterangepicker.e-popup {
|
|
2211
2271
|
background: #fff;
|
|
2212
2272
|
}
|
|
2213
2273
|
|
|
2214
2274
|
.e-daterangepicker.e-popup .e-calendar,
|
|
2215
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar
|
|
2275
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar,
|
|
2276
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar {
|
|
2216
2277
|
background-color: #fff;
|
|
2217
2278
|
}
|
|
2218
2279
|
|
|
2219
2280
|
.e-daterangepicker.e-popup .e-calendar .e-header .e-title,
|
|
2220
2281
|
.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover,
|
|
2221
2282
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title,
|
|
2222
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover
|
|
2283
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover,
|
|
2284
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-header .e-title,
|
|
2285
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover {
|
|
2223
2286
|
color: #343a40;
|
|
2224
2287
|
text-decoration: none;
|
|
2225
2288
|
}
|
|
2226
2289
|
|
|
2227
2290
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,
|
|
2228
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover
|
|
2229
|
-
|
|
2291
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover,
|
|
2292
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover {
|
|
2293
|
+
background-color: #dee2e6;
|
|
2230
2294
|
color: #343a40;
|
|
2231
2295
|
}
|
|
2232
2296
|
|
|
2233
2297
|
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2234
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span
|
|
2298
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2299
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span {
|
|
2235
2300
|
background-color: #e9ecef;
|
|
2236
2301
|
border: 1px solid #0d6efd;
|
|
2237
2302
|
color: #212529;
|
|
2238
2303
|
}
|
|
2239
2304
|
|
|
2240
2305
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
|
|
2241
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span
|
|
2242
|
-
|
|
2306
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span,
|
|
2307
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span {
|
|
2308
|
+
background: #dee2e6;
|
|
2243
2309
|
border: none;
|
|
2244
2310
|
color: #343a40;
|
|
2245
2311
|
}
|
|
@@ -2249,7 +2315,10 @@ ejs-calendar {
|
|
|
2249
2315
|
.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
|
|
2250
2316
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,
|
|
2251
2317
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
|
|
2252
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day
|
|
2318
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
|
|
2319
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day,
|
|
2320
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day,
|
|
2321
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day {
|
|
2253
2322
|
background-color: #ced4da;
|
|
2254
2323
|
border: none;
|
|
2255
2324
|
color: #343a40;
|
|
@@ -2262,12 +2331,17 @@ ejs-calendar {
|
|
|
2262
2331
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day,
|
|
2263
2332
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
|
|
2264
2333
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,
|
|
2265
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day
|
|
2334
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day,
|
|
2335
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day,
|
|
2336
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day,
|
|
2337
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day,
|
|
2338
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day {
|
|
2266
2339
|
border: 1px solid #0d6efd;
|
|
2267
2340
|
}
|
|
2268
2341
|
|
|
2269
2342
|
.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,
|
|
2270
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day
|
|
2343
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day,
|
|
2344
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day {
|
|
2271
2345
|
border: 1px solid #0d6efd;
|
|
2272
2346
|
}
|
|
2273
2347
|
|
|
@@ -2282,7 +2356,13 @@ ejs-calendar {
|
|
|
2282
2356
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,
|
|
2283
2357
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,
|
|
2284
2358
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
|
|
2285
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span
|
|
2359
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span,
|
|
2360
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
|
|
2361
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2362
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span,
|
|
2363
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day,
|
|
2364
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
|
|
2365
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span {
|
|
2286
2366
|
background-color: #fff;
|
|
2287
2367
|
border: none;
|
|
2288
2368
|
color: #495057;
|
|
@@ -2291,7 +2371,9 @@ ejs-calendar {
|
|
|
2291
2371
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
|
|
2292
2372
|
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
|
|
2293
2373
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
|
|
2294
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected
|
|
2374
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected,
|
|
2375
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover,
|
|
2376
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected {
|
|
2295
2377
|
background-color: #fff;
|
|
2296
2378
|
border: none;
|
|
2297
2379
|
color: #495057;
|
|
@@ -2300,36 +2382,43 @@ ejs-calendar {
|
|
|
2300
2382
|
.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
|
|
2301
2383
|
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
|
|
2302
2384
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
|
|
2303
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day
|
|
2385
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day,
|
|
2386
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day,
|
|
2387
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day {
|
|
2304
2388
|
background-color: #0d6efd;
|
|
2305
2389
|
color: #fff;
|
|
2306
2390
|
}
|
|
2307
2391
|
|
|
2308
2392
|
.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,
|
|
2309
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day
|
|
2393
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day,
|
|
2394
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day {
|
|
2310
2395
|
background-color: #0d6efd;
|
|
2311
2396
|
color: #fff;
|
|
2312
2397
|
}
|
|
2313
2398
|
|
|
2314
2399
|
.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,
|
|
2315
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span
|
|
2400
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span,
|
|
2401
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span {
|
|
2316
2402
|
color: #fff;
|
|
2317
2403
|
}
|
|
2318
2404
|
|
|
2319
2405
|
.e-daterangepicker.e-popup .e-presets,
|
|
2320
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets
|
|
2406
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets,
|
|
2407
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-presets {
|
|
2321
2408
|
background-color: #fff;
|
|
2322
2409
|
color: #212529;
|
|
2323
2410
|
}
|
|
2324
2411
|
|
|
2325
2412
|
.e-daterangepicker.e-popup .e-presets .e-list-item.e-active,
|
|
2326
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active
|
|
2413
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active,
|
|
2414
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-presets .e-list-item.e-active {
|
|
2327
2415
|
background-color: transparent;
|
|
2328
2416
|
color: #0d6efd;
|
|
2329
2417
|
}
|
|
2330
2418
|
|
|
2331
2419
|
.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,
|
|
2332
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover
|
|
2420
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover,
|
|
2421
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover {
|
|
2333
2422
|
background-color: #e9ecef;
|
|
2334
2423
|
color: #212529;
|
|
2335
2424
|
}
|
|
@@ -2337,27 +2426,33 @@ ejs-calendar {
|
|
|
2337
2426
|
.e-daterangepicker.e-popup .e-start-label,
|
|
2338
2427
|
.e-daterangepicker.e-popup .e-end-label,
|
|
2339
2428
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label,
|
|
2340
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label
|
|
2429
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label,
|
|
2430
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-start-label,
|
|
2431
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-end-label {
|
|
2341
2432
|
color: #495057;
|
|
2342
2433
|
}
|
|
2343
2434
|
|
|
2344
2435
|
.e-daterangepicker.e-popup .e-change-icon,
|
|
2345
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon
|
|
2436
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon,
|
|
2437
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-change-icon {
|
|
2346
2438
|
color: #6c757d;
|
|
2347
2439
|
}
|
|
2348
2440
|
|
|
2349
2441
|
.e-daterangepicker.e-popup .e-day-span,
|
|
2350
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span
|
|
2442
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span,
|
|
2443
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-day-span {
|
|
2351
2444
|
color: #6c757d;
|
|
2352
2445
|
}
|
|
2353
2446
|
|
|
2354
2447
|
.e-daterangepicker.e-popup .e-separator,
|
|
2355
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator
|
|
2448
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator,
|
|
2449
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-separator {
|
|
2356
2450
|
background-color: #dee2e6;
|
|
2357
2451
|
}
|
|
2358
2452
|
|
|
2359
2453
|
.e-daterangepicker.e-popup .e-footer,
|
|
2360
|
-
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer
|
|
2454
|
+
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer,
|
|
2455
|
+
.e-bigger.e-small.e-daterangepicker.e-popup .e-footer {
|
|
2361
2456
|
background-color: #fff;
|
|
2362
2457
|
}
|
|
2363
2458
|
|
|
@@ -287,6 +287,7 @@ ejs-calendar {
|
|
|
287
287
|
|
|
288
288
|
.e-calendar,
|
|
289
289
|
.e-bigger.e-small .e-calendar {
|
|
290
|
+
border-spacing: 0;
|
|
290
291
|
max-width: 262px;
|
|
291
292
|
min-width: 256px;
|
|
292
293
|
padding: 12px;
|
|
@@ -820,6 +821,7 @@ ejs-calendar {
|
|
|
820
821
|
background: #484848;
|
|
821
822
|
border: none;
|
|
822
823
|
border-radius: 4px;
|
|
824
|
+
box-shadow: none;
|
|
823
825
|
}
|
|
824
826
|
|
|
825
827
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
@@ -835,15 +837,17 @@ ejs-calendar {
|
|
|
835
837
|
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
|
|
836
838
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
837
839
|
background: none;
|
|
838
|
-
border:
|
|
840
|
+
border: none;
|
|
839
841
|
border-radius: 4px;
|
|
842
|
+
box-shadow: inset 1px 0 #0070f0, inset 0 1px #0070f0, inset -1px 0 #0070f0, inset 0 -1px #0070f0;
|
|
840
843
|
color: #fff;
|
|
841
844
|
}
|
|
842
845
|
|
|
843
846
|
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
|
|
844
847
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
845
848
|
background: #313131;
|
|
846
|
-
border:
|
|
849
|
+
border: none;
|
|
850
|
+
box-shadow: inset 1px 0 #0070f0, inset 0 1px #0070f0, inset -1px 0 #0070f0, inset 0 -1px #0070f0;
|
|
847
851
|
color: #f0f0f0;
|
|
848
852
|
}
|
|
849
853
|
|
|
@@ -864,15 +868,15 @@ ejs-calendar {
|
|
|
864
868
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
|
|
865
869
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
|
|
866
870
|
background-color: #484848;
|
|
867
|
-
border:
|
|
871
|
+
border: none;
|
|
868
872
|
color: #fff;
|
|
869
873
|
}
|
|
870
874
|
|
|
871
875
|
.e-calendar .e-content td.e-today.e-selected span.e-day,
|
|
872
876
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
|
|
873
877
|
background-color: #0070f0;
|
|
874
|
-
border:
|
|
875
|
-
box-shadow:
|
|
878
|
+
border: none;
|
|
879
|
+
box-shadow: inset 1px 0 #0070f0, inset 0 1px #0070f0, inset -1px 0 #0070f0, inset 0 -1px #0070f0;
|
|
876
880
|
color: #fff;
|
|
877
881
|
}
|
|
878
882
|
|
|
@@ -288,6 +288,7 @@ ejs-calendar {
|
|
|
288
288
|
|
|
289
289
|
.e-calendar,
|
|
290
290
|
.e-bigger.e-small .e-calendar {
|
|
291
|
+
border-spacing: 0;
|
|
291
292
|
max-width: 262px;
|
|
292
293
|
min-width: 256px;
|
|
293
294
|
padding: 12px;
|
|
@@ -821,6 +822,7 @@ ejs-calendar {
|
|
|
821
822
|
background: #e6e6e6;
|
|
822
823
|
border: none;
|
|
823
824
|
border-radius: 4px;
|
|
825
|
+
box-shadow: none;
|
|
824
826
|
}
|
|
825
827
|
|
|
826
828
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
@@ -836,15 +838,17 @@ ejs-calendar {
|
|
|
836
838
|
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
|
|
837
839
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
838
840
|
background: none;
|
|
839
|
-
border:
|
|
841
|
+
border: none;
|
|
840
842
|
border-radius: 4px;
|
|
843
|
+
box-shadow: inset 1px 0 #317ab9, inset 0 1px #317ab9, inset -1px 0 #317ab9, inset 0 -1px #317ab9;
|
|
841
844
|
color: #333;
|
|
842
845
|
}
|
|
843
846
|
|
|
844
847
|
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
|
|
845
848
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
846
849
|
background: #e6e6e6;
|
|
847
|
-
border:
|
|
850
|
+
border: none;
|
|
851
|
+
box-shadow: inset 1px 0 #317ab9, inset 0 1px #317ab9, inset -1px 0 #317ab9, inset 0 -1px #317ab9;
|
|
848
852
|
color: #333;
|
|
849
853
|
}
|
|
850
854
|
|
|
@@ -865,15 +869,15 @@ ejs-calendar {
|
|
|
865
869
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
|
|
866
870
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
|
|
867
871
|
background-color: #e6e6e6;
|
|
868
|
-
border:
|
|
872
|
+
border: none;
|
|
869
873
|
color: #333;
|
|
870
874
|
}
|
|
871
875
|
|
|
872
876
|
.e-calendar .e-content td.e-today.e-selected span.e-day,
|
|
873
877
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
|
|
874
878
|
background-color: #317ab9;
|
|
875
|
-
border:
|
|
876
|
-
box-shadow:
|
|
879
|
+
border: none;
|
|
880
|
+
box-shadow: inset 1px 0 #317ab9, inset 0 1px #317ab9, inset -1px 0 #317ab9, inset 0 -1px #317ab9;
|
|
877
881
|
color: #fff;
|
|
878
882
|
}
|
|
879
883
|
|
|
@@ -288,6 +288,7 @@ ejs-calendar {
|
|
|
288
288
|
|
|
289
289
|
.e-calendar,
|
|
290
290
|
.e-bigger.e-small .e-calendar {
|
|
291
|
+
border-spacing: 0;
|
|
291
292
|
max-width: 262px;
|
|
292
293
|
min-width: 256px;
|
|
293
294
|
padding: 0;
|
|
@@ -821,6 +822,7 @@ ejs-calendar {
|
|
|
821
822
|
background: #f2f4f6;
|
|
822
823
|
border: none;
|
|
823
824
|
border-radius: 4px;
|
|
825
|
+
box-shadow: none;
|
|
824
826
|
}
|
|
825
827
|
|
|
826
828
|
.e-calendar .e-content td.e-focused-date:hover span.e-day,
|
|
@@ -836,15 +838,17 @@ ejs-calendar {
|
|
|
836
838
|
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
|
|
837
839
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
838
840
|
background: #fff;
|
|
839
|
-
border:
|
|
841
|
+
border: none;
|
|
840
842
|
border-radius: 4px;
|
|
843
|
+
box-shadow: inset 1px 0 #007bff, inset 0 1px #007bff, inset -1px 0 #007bff, inset 0 -1px #007bff;
|
|
841
844
|
color: #212529;
|
|
842
845
|
}
|
|
843
846
|
|
|
844
847
|
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
|
|
845
848
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
|
|
846
849
|
background: #f2f4f6;
|
|
847
|
-
border:
|
|
850
|
+
border: none;
|
|
851
|
+
box-shadow: inset 1px 0 #007bff, inset 0 1px #007bff, inset -1px 0 #007bff, inset 0 -1px #007bff;
|
|
848
852
|
color: #212529;
|
|
849
853
|
}
|
|
850
854
|
|
|
@@ -865,15 +869,15 @@ ejs-calendar {
|
|
|
865
869
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day,
|
|
866
870
|
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day {
|
|
867
871
|
background-color: #f2f4f6;
|
|
868
|
-
border:
|
|
872
|
+
border: none;
|
|
869
873
|
color: #212529;
|
|
870
874
|
}
|
|
871
875
|
|
|
872
876
|
.e-calendar .e-content td.e-today.e-selected span.e-day,
|
|
873
877
|
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day {
|
|
874
878
|
background-color: #007bff;
|
|
875
|
-
border:
|
|
876
|
-
box-shadow:
|
|
879
|
+
border: none;
|
|
880
|
+
box-shadow: inset 1px 0 #007bff, inset 0 1px #007bff, inset -1px 0 #007bff, inset 0 -1px #007bff;
|
|
877
881
|
color: #fff;
|
|
878
882
|
}
|
|
879
883
|
|