@syncfusion/ej2-angular-calendars 21.2.10-ngcc → 22.1.34-ngcc
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/@syncfusion/ej2-angular-calendars.es5.js +4 -4
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js +4 -4
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +7 -63
- package/dist/ej2-angular-calendars.umd.js +5 -5
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +2 -2
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/ej2-angular-calendars.metadata.json +1 -1
- package/license +10 -0
- 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 +715 -19
- package/styles/bootstrap.css +711 -15
- package/styles/bootstrap4.css +711 -16
- package/styles/bootstrap5-dark.css +708 -12
- package/styles/bootstrap5.css +708 -12
- package/styles/calendar/bootstrap-dark.css +3 -2
- package/styles/calendar/bootstrap.css +2 -1
- package/styles/calendar/bootstrap4.css +3 -2
- package/styles/calendar/bootstrap5-dark.css +2 -1
- package/styles/calendar/bootstrap5.css +2 -1
- package/styles/calendar/fabric-dark.css +2 -1
- package/styles/calendar/fabric.css +2 -1
- package/styles/calendar/fluent-dark.css +2 -1
- package/styles/calendar/fluent.css +2 -1
- package/styles/calendar/highcontrast-light.css +2 -1
- package/styles/calendar/highcontrast.css +2 -1
- package/styles/calendar/material-dark.css +2 -1
- package/styles/calendar/material.css +3 -2
- package/styles/calendar/material3-dark.css +895 -0
- package/styles/calendar/material3-dark.scss +2 -0
- package/styles/calendar/material3.css +951 -0
- package/styles/calendar/material3.scss +2 -0
- package/styles/calendar/tailwind-dark.css +2 -1
- package/styles/calendar/tailwind.css +2 -1
- package/styles/datepicker/bootstrap-dark.css +262 -8
- package/styles/datepicker/bootstrap.css +262 -8
- package/styles/datepicker/bootstrap4.css +261 -8
- package/styles/datepicker/bootstrap5-dark.css +259 -5
- package/styles/datepicker/bootstrap5.css +259 -5
- package/styles/datepicker/fabric-dark.css +255 -8
- package/styles/datepicker/fabric.css +255 -8
- package/styles/datepicker/fluent-dark.css +258 -5
- package/styles/datepicker/fluent.css +258 -5
- package/styles/datepicker/highcontrast-light.css +260 -7
- package/styles/datepicker/highcontrast.css +260 -7
- package/styles/datepicker/material-dark.css +252 -5
- package/styles/datepicker/material.css +204 -40
- package/styles/datepicker/material3-dark.css +510 -0
- package/styles/datepicker/material3-dark.scss +2 -0
- package/styles/datepicker/material3.css +566 -0
- package/styles/datepicker/material3.scss +2 -0
- package/styles/datepicker/tailwind-dark.css +258 -5
- package/styles/datepicker/tailwind.css +258 -5
- package/styles/daterangepicker/bootstrap-dark.css +358 -7
- package/styles/daterangepicker/bootstrap.css +355 -4
- package/styles/daterangepicker/bootstrap4.css +355 -4
- package/styles/daterangepicker/bootstrap5-dark.css +355 -4
- package/styles/daterangepicker/bootstrap5.css +355 -4
- package/styles/daterangepicker/fabric-dark.css +355 -4
- package/styles/daterangepicker/fabric.css +355 -4
- package/styles/daterangepicker/fluent-dark.css +356 -5
- package/styles/daterangepicker/fluent.css +356 -5
- package/styles/daterangepicker/highcontrast-light.css +355 -4
- package/styles/daterangepicker/highcontrast.css +355 -4
- package/styles/daterangepicker/material-dark.css +355 -4
- package/styles/daterangepicker/material.css +309 -70
- package/styles/daterangepicker/material3-dark.css +1330 -0
- package/styles/daterangepicker/material3-dark.scss +2 -0
- package/styles/daterangepicker/material3.css +1386 -0
- package/styles/daterangepicker/material3.scss +2 -0
- package/styles/daterangepicker/tailwind-dark.css +355 -4
- package/styles/daterangepicker/tailwind.css +355 -4
- package/styles/datetimepicker/bootstrap-dark.css +8 -2
- package/styles/datetimepicker/bootstrap.css +8 -2
- package/styles/datetimepicker/bootstrap4.css +8 -2
- package/styles/datetimepicker/bootstrap5-dark.css +8 -2
- package/styles/datetimepicker/bootstrap5.css +8 -2
- package/styles/datetimepicker/fabric-dark.css +8 -2
- package/styles/datetimepicker/fabric.css +8 -2
- package/styles/datetimepicker/fluent-dark.css +8 -2
- package/styles/datetimepicker/fluent.css +8 -2
- package/styles/datetimepicker/highcontrast-light.css +8 -2
- package/styles/datetimepicker/highcontrast.css +8 -2
- package/styles/datetimepicker/material-dark.css +8 -2
- package/styles/datetimepicker/material.css +8 -2
- package/styles/datetimepicker/material3-dark.css +283 -0
- package/styles/datetimepicker/material3-dark.scss +2 -0
- package/styles/datetimepicker/material3.css +339 -0
- package/styles/datetimepicker/material3.scss +2 -0
- package/styles/datetimepicker/tailwind-dark.css +8 -2
- package/styles/datetimepicker/tailwind.css +8 -2
- package/styles/fabric-dark.css +704 -15
- package/styles/fabric.css +704 -15
- package/styles/fluent-dark.css +708 -13
- package/styles/fluent.css +708 -13
- package/styles/highcontrast-light.css +709 -14
- package/styles/highcontrast.css +709 -14
- package/styles/material-dark.css +701 -12
- package/styles/material.css +608 -114
- package/styles/material3-dark.css +3403 -0
- package/styles/material3-dark.scss +6 -0
- package/styles/material3.css +3679 -0
- package/styles/material3.scss +6 -0
- package/styles/tailwind-dark.css +707 -12
- package/styles/tailwind.css +707 -12
- package/styles/timepicker/bootstrap-dark.css +84 -0
- package/styles/timepicker/bootstrap.css +84 -0
- package/styles/timepicker/bootstrap4.css +84 -0
- package/styles/timepicker/bootstrap5-dark.css +84 -0
- package/styles/timepicker/bootstrap5.css +84 -0
- package/styles/timepicker/fabric-dark.css +84 -0
- package/styles/timepicker/fabric.css +84 -0
- package/styles/timepicker/fluent-dark.css +84 -0
- package/styles/timepicker/fluent.css +84 -0
- package/styles/timepicker/highcontrast-light.css +84 -0
- package/styles/timepicker/highcontrast.css +84 -0
- package/styles/timepicker/material-dark.css +84 -0
- package/styles/timepicker/material.css +84 -0
- package/styles/timepicker/material3-dark.css +382 -0
- package/styles/timepicker/material3-dark.scss +2 -0
- package/styles/timepicker/material3.css +438 -0
- package/styles/timepicker/material3.scss +2 -0
- package/styles/timepicker/tailwind-dark.css +84 -0
- package/styles/timepicker/tailwind.css +84 -0
|
@@ -158,7 +158,7 @@ ejs-calendar {
|
|
|
158
158
|
.e-calendar .e-content td.e-other-month > span.e-day, .e-calendar .e-content td.e-other-year > span.e-day,
|
|
159
159
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
160
160
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
161
|
-
display: block;
|
|
161
|
+
display: inline-block;
|
|
162
162
|
font-weight: normal;
|
|
163
163
|
}
|
|
164
164
|
.e-calendar .e-content tr.e-month-hide,
|
|
@@ -484,6 +484,7 @@ ejs-calendar {
|
|
|
484
484
|
max-width: 262px;
|
|
485
485
|
min-width: 256px;
|
|
486
486
|
padding: 10px;
|
|
487
|
+
min-height: 220px;
|
|
487
488
|
}
|
|
488
489
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
489
490
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -767,9 +768,9 @@ ejs-calendar {
|
|
|
767
768
|
.e-calendar .e-content td:focus span.e-day,
|
|
768
769
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
769
770
|
background-color: #484848;
|
|
771
|
+
color: #f0f0f0;
|
|
770
772
|
border: none;
|
|
771
773
|
border-radius: 4px;
|
|
772
|
-
color: #f0f0f0;
|
|
773
774
|
}
|
|
774
775
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
775
776
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -485,6 +485,7 @@ ejs-calendar {
|
|
|
485
485
|
max-width: 262px;
|
|
486
486
|
min-width: 256px;
|
|
487
487
|
padding: 10px;
|
|
488
|
+
min-height: 220px;
|
|
488
489
|
}
|
|
489
490
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
490
491
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -768,9 +769,9 @@ ejs-calendar {
|
|
|
768
769
|
.e-calendar .e-content td:focus span.e-day,
|
|
769
770
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
770
771
|
background-color: #e6e6e6;
|
|
772
|
+
color: #333;
|
|
771
773
|
border: none;
|
|
772
774
|
border-radius: 4px;
|
|
773
|
-
color: #333;
|
|
774
775
|
}
|
|
775
776
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
776
777
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -368,7 +368,7 @@ ejs-calendar {
|
|
|
368
368
|
.e-bigger.e-calendar,
|
|
369
369
|
*.e-bigger .e-calendar {
|
|
370
370
|
max-width: 310px;
|
|
371
|
-
min-width:
|
|
371
|
+
min-width: 300px;
|
|
372
372
|
padding: 0;
|
|
373
373
|
}
|
|
374
374
|
.e-bigger.e-calendar.e-calendar-day-header-lg,
|
|
@@ -485,6 +485,7 @@ ejs-calendar {
|
|
|
485
485
|
max-width: 262px;
|
|
486
486
|
min-width: 256px;
|
|
487
487
|
padding: 0;
|
|
488
|
+
min-height: 220px;
|
|
488
489
|
}
|
|
489
490
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
490
491
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -768,9 +769,9 @@ ejs-calendar {
|
|
|
768
769
|
.e-calendar .e-content td:focus span.e-day,
|
|
769
770
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
770
771
|
background-color: #f2f4f6;
|
|
772
|
+
color: #212529;
|
|
771
773
|
border: none;
|
|
772
774
|
border-radius: 4px;
|
|
773
|
-
color: #212529;
|
|
774
775
|
}
|
|
775
776
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
776
777
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -509,6 +509,7 @@ ejs-calendar {
|
|
|
509
509
|
max-width: 200px;
|
|
510
510
|
min-width: 200px;
|
|
511
511
|
padding: 0;
|
|
512
|
+
min-height: 220px;
|
|
512
513
|
}
|
|
513
514
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
514
515
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -805,9 +806,9 @@ ejs-calendar {
|
|
|
805
806
|
.e-calendar .e-content td:focus span.e-day,
|
|
806
807
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
807
808
|
background-color: #31373d;
|
|
809
|
+
color: #fff;
|
|
808
810
|
border: none;
|
|
809
811
|
border-radius: 4px;
|
|
810
|
-
color: #fff;
|
|
811
812
|
}
|
|
812
813
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
813
814
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -509,6 +509,7 @@ ejs-calendar {
|
|
|
509
509
|
max-width: 200px;
|
|
510
510
|
min-width: 200px;
|
|
511
511
|
padding: 0;
|
|
512
|
+
min-height: 220px;
|
|
512
513
|
}
|
|
513
514
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
514
515
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -805,9 +806,9 @@ ejs-calendar {
|
|
|
805
806
|
.e-calendar .e-content td:focus span.e-day,
|
|
806
807
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
807
808
|
background-color: #e9ecef;
|
|
809
|
+
color: #212529;
|
|
808
810
|
border: none;
|
|
809
811
|
border-radius: 4px;
|
|
810
|
-
color: #212529;
|
|
811
812
|
}
|
|
812
813
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
813
814
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -494,6 +494,7 @@ ejs-calendar {
|
|
|
494
494
|
max-width: 232px;
|
|
495
495
|
min-width: 232px;
|
|
496
496
|
padding: 0;
|
|
497
|
+
min-height: 220px;
|
|
497
498
|
}
|
|
498
499
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
499
500
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -773,9 +774,9 @@ ejs-calendar {
|
|
|
773
774
|
.e-calendar .e-content td:focus span.e-day,
|
|
774
775
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
775
776
|
background-color: #414040;
|
|
777
|
+
color: #dadada;
|
|
776
778
|
border: none;
|
|
777
779
|
border-radius: 0;
|
|
778
|
-
color: #dadada;
|
|
779
780
|
}
|
|
780
781
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
781
782
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -495,6 +495,7 @@ ejs-calendar {
|
|
|
495
495
|
max-width: 232px;
|
|
496
496
|
min-width: 232px;
|
|
497
497
|
padding: 0;
|
|
498
|
+
min-height: 220px;
|
|
498
499
|
}
|
|
499
500
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
500
501
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -778,9 +779,9 @@ ejs-calendar {
|
|
|
778
779
|
.e-calendar .e-content td:focus span.e-day,
|
|
779
780
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
780
781
|
background-color: #deecf9;
|
|
782
|
+
color: #333;
|
|
781
783
|
border: none;
|
|
782
784
|
border-radius: 0;
|
|
783
|
-
color: #333;
|
|
784
785
|
}
|
|
785
786
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
786
787
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -508,6 +508,7 @@ ejs-calendar {
|
|
|
508
508
|
max-width: 194px;
|
|
509
509
|
min-width: 194px;
|
|
510
510
|
padding: 0;
|
|
511
|
+
min-height: 220px;
|
|
511
512
|
}
|
|
512
513
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
513
514
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -817,9 +818,9 @@ ejs-calendar {
|
|
|
817
818
|
.e-calendar .e-content td:focus span.e-day,
|
|
818
819
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
819
820
|
background-color: #3b3a39;
|
|
821
|
+
color: #f3f2f1;
|
|
820
822
|
border: none;
|
|
821
823
|
border-radius: 0;
|
|
822
|
-
color: #f3f2f1;
|
|
823
824
|
border-radius: 50%;
|
|
824
825
|
}
|
|
825
826
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
@@ -508,6 +508,7 @@ ejs-calendar {
|
|
|
508
508
|
max-width: 194px;
|
|
509
509
|
min-width: 194px;
|
|
510
510
|
padding: 0;
|
|
511
|
+
min-height: 220px;
|
|
511
512
|
}
|
|
512
513
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
513
514
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -817,9 +818,9 @@ ejs-calendar {
|
|
|
817
818
|
.e-calendar .e-content td:focus span.e-day,
|
|
818
819
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
819
820
|
background-color: #edebe9;
|
|
821
|
+
color: #201f1e;
|
|
820
822
|
border: none;
|
|
821
823
|
border-radius: 0;
|
|
822
|
-
color: #201f1e;
|
|
823
824
|
border-radius: 50%;
|
|
824
825
|
}
|
|
825
826
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
@@ -485,6 +485,7 @@ ejs-calendar {
|
|
|
485
485
|
max-width: 232px;
|
|
486
486
|
min-width: 232px;
|
|
487
487
|
padding: 0;
|
|
488
|
+
min-height: 220px;
|
|
488
489
|
}
|
|
489
490
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
490
491
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -768,9 +769,9 @@ ejs-calendar {
|
|
|
768
769
|
.e-calendar .e-content td:focus span.e-day,
|
|
769
770
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
770
771
|
background-color: #ccc;
|
|
772
|
+
color: #000;
|
|
771
773
|
border: 1px dashed #000;
|
|
772
774
|
border-radius: 0;
|
|
773
|
-
color: #000;
|
|
774
775
|
}
|
|
775
776
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
776
777
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -495,6 +495,7 @@ ejs-calendar {
|
|
|
495
495
|
max-width: 232px;
|
|
496
496
|
min-width: 232px;
|
|
497
497
|
padding: 0;
|
|
498
|
+
min-height: 220px;
|
|
498
499
|
}
|
|
499
500
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
500
501
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -778,9 +779,9 @@ ejs-calendar {
|
|
|
778
779
|
.e-calendar .e-content td:focus span.e-day,
|
|
779
780
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
780
781
|
background-color: #333;
|
|
782
|
+
color: #fff;
|
|
781
783
|
border: 1px dashed #fff;
|
|
782
784
|
border-radius: 0;
|
|
783
|
-
color: #fff;
|
|
784
785
|
}
|
|
785
786
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
786
787
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -495,6 +495,7 @@ ejs-calendar {
|
|
|
495
495
|
max-width: 246px;
|
|
496
496
|
min-width: 240px;
|
|
497
497
|
padding: 0;
|
|
498
|
+
min-height: 220px;
|
|
498
499
|
}
|
|
499
500
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
500
501
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -778,9 +779,9 @@ ejs-calendar {
|
|
|
778
779
|
.e-calendar .e-content td:focus span.e-day,
|
|
779
780
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
780
781
|
background-color: rgba(255, 255, 255, 0.1);
|
|
782
|
+
color: #fff;
|
|
781
783
|
border: none;
|
|
782
784
|
border-radius: 50%;
|
|
783
|
-
color: #fff;
|
|
784
785
|
}
|
|
785
786
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
786
787
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|
|
@@ -315,7 +315,7 @@ ejs-calendar {
|
|
|
315
315
|
}
|
|
316
316
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
317
317
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
318
|
-
line-height:
|
|
318
|
+
line-height: 30px;
|
|
319
319
|
}
|
|
320
320
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
321
321
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -496,6 +496,7 @@ ejs-calendar {
|
|
|
496
496
|
max-width: 246px;
|
|
497
497
|
min-width: 240px;
|
|
498
498
|
padding: 0;
|
|
499
|
+
min-height: 220px;
|
|
499
500
|
}
|
|
500
501
|
.e-small.e-calendar.e-calendar-day-header-lg,
|
|
501
502
|
.e-small .e-calendar.e-calendar-day-header-lg {
|
|
@@ -779,9 +780,9 @@ ejs-calendar {
|
|
|
779
780
|
.e-calendar .e-content td:focus span.e-day,
|
|
780
781
|
.e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
|
|
781
782
|
background-color: #eee;
|
|
783
|
+
color: rgba(0, 0, 0, 0.87);
|
|
782
784
|
border: none;
|
|
783
785
|
border-radius: 50%;
|
|
784
|
-
color: rgba(0, 0, 0, 0.87);
|
|
785
786
|
}
|
|
786
787
|
.e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
|
|
787
788
|
.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
|