@syncfusion/ej2-angular-schedule 20.2.45 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +8 -11
- package/styles/bootstrap.css +8 -11
- package/styles/bootstrap4.css +8 -11
- package/styles/bootstrap5-dark.css +8 -12
- package/styles/bootstrap5.css +8 -12
- package/styles/fabric-dark.css +8 -11
- package/styles/fabric.css +8 -11
- package/styles/fluent-dark.css +6 -11
- package/styles/fluent.css +6 -11
- package/styles/highcontrast-light.css +8 -11
- package/styles/highcontrast.css +8 -11
- package/styles/material-dark.css +8 -11
- package/styles/material.css +8 -11
- package/styles/recurrence-editor/_all.scss +1 -1
- package/styles/recurrence-editor/_fabric-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_layout.scss +7 -5
- package/styles/schedule/_all.scss +1 -1
- package/styles/schedule/_bootstrap4-definition.scss +1 -0
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_fusionnew-definition.scss +1 -1
- package/styles/schedule/_layout.scss +24 -39
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_theme.scss +10 -5
- package/styles/schedule/bootstrap-dark.css +8 -11
- package/styles/schedule/bootstrap.css +8 -11
- package/styles/schedule/bootstrap4.css +8 -11
- package/styles/schedule/bootstrap5-dark.css +8 -12
- package/styles/schedule/bootstrap5.css +8 -12
- package/styles/schedule/fabric-dark.css +8 -11
- package/styles/schedule/fabric.css +8 -11
- package/styles/schedule/fluent-dark.css +6 -11
- package/styles/schedule/fluent.css +6 -11
- package/styles/schedule/highcontrast-light.css +8 -11
- package/styles/schedule/highcontrast.css +8 -11
- package/styles/schedule/icons/_bootstrap5.scss +1 -0
- package/styles/schedule/icons/_fluent.scss +1 -0
- package/styles/schedule/icons/_fusionnew.scss +1 -0
- package/styles/schedule/icons/_material3.scss +1 -0
- package/styles/schedule/icons/_tailwind.scss +1 -0
- package/styles/schedule/material-dark.css +8 -11
- package/styles/schedule/material.css +8 -11
- package/styles/schedule/tailwind-dark.css +8 -11
- package/styles/schedule/tailwind.css +8 -11
- package/styles/tailwind-dark.css +8 -11
- package/styles/tailwind.css +8 -11
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
@include export-module('schedule-theme') {
|
|
2
|
-
|
|
1
|
+
@include export-module('schedule-theme') {
|
|
3
2
|
/*! schedule component theme */
|
|
4
3
|
.e-schedule {
|
|
5
4
|
background-color: $schedule-header-bg-color;
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
&.e-resource-cells {
|
|
58
57
|
border-bottom-color: transparent;
|
|
59
58
|
}
|
|
60
|
-
|
|
59
|
+
}
|
|
61
60
|
|
|
62
61
|
.e-date-header-wrap table tbody td {
|
|
63
62
|
background-color: $schedule-header-bg-color;
|
|
@@ -65,6 +64,9 @@
|
|
|
65
64
|
border-style: $border-type;
|
|
66
65
|
border-width: $schedule-vertical-work-cells-border;
|
|
67
66
|
color: $schedule-header-font-color;
|
|
67
|
+
@if ($schedule-skin != 'FluentUI') {
|
|
68
|
+
text-align: left;
|
|
69
|
+
}
|
|
68
70
|
|
|
69
71
|
&.e-header-cells {
|
|
70
72
|
border-bottom-width: 0;
|
|
@@ -173,7 +175,7 @@
|
|
|
173
175
|
|
|
174
176
|
.e-previous-timeline {
|
|
175
177
|
border-top: 1px dotted $schedule-active-border-color;
|
|
176
|
-
|
|
178
|
+
}
|
|
177
179
|
|
|
178
180
|
&.e-by-date {
|
|
179
181
|
.e-date-header-wrap table tbody td {
|
|
@@ -181,7 +183,7 @@
|
|
|
181
183
|
border-bottom-width: 1px;
|
|
182
184
|
}
|
|
183
185
|
}
|
|
184
|
-
|
|
186
|
+
}
|
|
185
187
|
}
|
|
186
188
|
|
|
187
189
|
.e-month-view {
|
|
@@ -199,6 +201,9 @@
|
|
|
199
201
|
border-style: $border-type;
|
|
200
202
|
border-width: $schedule-month-work-cells-border;
|
|
201
203
|
color: $schedule-header-font-color;
|
|
204
|
+
@if ($schedule-skin != 'FluentUI') {
|
|
205
|
+
text-align: left;
|
|
206
|
+
}
|
|
202
207
|
|
|
203
208
|
@if ($schedule-skin == 'tailwind') {
|
|
204
209
|
font-size: 12px;
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
.e-schedule .e-content-wrap,
|
|
413
413
|
.e-schedule .e-scroll-container {
|
|
414
|
-
-webkit-overflow-scrolling: touch;
|
|
414
|
+
-webkit-overflow-scrolling: touch;
|
|
415
415
|
overflow: auto;
|
|
416
416
|
}
|
|
417
417
|
.e-schedule .e-hide-childs > * {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
}
|
|
587
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
589
|
-
height: 0 !important;
|
|
589
|
+
height: 0 !important;
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #0070f0;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1088
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1089
|
+
font-weight: 400;
|
|
1090
1090
|
height: 30px;
|
|
1091
1091
|
padding: 3px;
|
|
1092
1092
|
}
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1462
1462
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1463
1463
|
cursor: default;
|
|
1464
|
-
font-weight:
|
|
1464
|
+
font-weight: 400;
|
|
1465
1465
|
height: 30px;
|
|
1466
1466
|
padding: 0;
|
|
1467
1467
|
text-align: center;
|
|
@@ -1865,14 +1865,9 @@
|
|
|
1865
1865
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1866
1866
|
width: 70px;
|
|
1867
1867
|
}
|
|
1868
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1869
|
-
transform: translateX(0);
|
|
1870
|
-
}
|
|
1871
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1872
|
-
transform: translateY(0);
|
|
1873
|
-
}
|
|
1874
1868
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1875
1869
|
position: absolute;
|
|
1870
|
+
transform: translateY(0);
|
|
1876
1871
|
}
|
|
1877
1872
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1878
1873
|
position: relative;
|
|
@@ -1989,7 +1984,7 @@
|
|
|
1989
1984
|
}
|
|
1990
1985
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1991
1986
|
cursor: default;
|
|
1992
|
-
font-weight:
|
|
1987
|
+
font-weight: 400;
|
|
1993
1988
|
height: 30px;
|
|
1994
1989
|
padding: 5px;
|
|
1995
1990
|
text-align: center;
|
|
@@ -3503,6 +3498,7 @@
|
|
|
3503
3498
|
border-style: solid;
|
|
3504
3499
|
border-width: 0 0 1px 1px;
|
|
3505
3500
|
color: #f0f0f0;
|
|
3501
|
+
text-align: left;
|
|
3506
3502
|
}
|
|
3507
3503
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3508
3504
|
border-bottom-width: 0;
|
|
@@ -3587,6 +3583,7 @@
|
|
|
3587
3583
|
border-style: solid;
|
|
3588
3584
|
border-width: 0 0 1px 1px;
|
|
3589
3585
|
color: #f0f0f0;
|
|
3586
|
+
text-align: left;
|
|
3590
3587
|
}
|
|
3591
3588
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3592
3589
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
}
|
|
410
410
|
.e-schedule .e-content-wrap,
|
|
411
411
|
.e-schedule .e-scroll-container {
|
|
412
|
-
-webkit-overflow-scrolling: touch;
|
|
412
|
+
-webkit-overflow-scrolling: touch;
|
|
413
413
|
overflow: auto;
|
|
414
414
|
}
|
|
415
415
|
.e-schedule .e-hide-childs > * {
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
}
|
|
585
585
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
586
586
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
587
|
-
height: 0 !important;
|
|
587
|
+
height: 0 !important;
|
|
588
588
|
}
|
|
589
589
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
590
590
|
background: #317ab9;
|
|
@@ -1084,7 +1084,7 @@
|
|
|
1084
1084
|
}
|
|
1085
1085
|
.e-schedule .e-month-view .e-header-cells {
|
|
1086
1086
|
cursor: default;
|
|
1087
|
-
font-weight:
|
|
1087
|
+
font-weight: 400;
|
|
1088
1088
|
height: 30px;
|
|
1089
1089
|
padding: 3px;
|
|
1090
1090
|
}
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1460
1460
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1461
1461
|
cursor: default;
|
|
1462
|
-
font-weight:
|
|
1462
|
+
font-weight: 400;
|
|
1463
1463
|
height: 30px;
|
|
1464
1464
|
padding: 0;
|
|
1465
1465
|
text-align: center;
|
|
@@ -1863,14 +1863,9 @@
|
|
|
1863
1863
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1864
1864
|
width: 70px;
|
|
1865
1865
|
}
|
|
1866
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1867
|
-
transform: translateX(0);
|
|
1868
|
-
}
|
|
1869
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1870
|
-
transform: translateY(0);
|
|
1871
|
-
}
|
|
1872
1866
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1873
1867
|
position: absolute;
|
|
1868
|
+
transform: translateY(0);
|
|
1874
1869
|
}
|
|
1875
1870
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1876
1871
|
position: relative;
|
|
@@ -1987,7 +1982,7 @@
|
|
|
1987
1982
|
}
|
|
1988
1983
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1989
1984
|
cursor: default;
|
|
1990
|
-
font-weight:
|
|
1985
|
+
font-weight: 400;
|
|
1991
1986
|
height: 30px;
|
|
1992
1987
|
padding: 5px;
|
|
1993
1988
|
text-align: center;
|
|
@@ -3502,6 +3497,7 @@
|
|
|
3502
3497
|
border-style: solid;
|
|
3503
3498
|
border-width: 0 0 1px 1px;
|
|
3504
3499
|
color: #333;
|
|
3500
|
+
text-align: left;
|
|
3505
3501
|
}
|
|
3506
3502
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3507
3503
|
border-bottom-width: 0;
|
|
@@ -3586,6 +3582,7 @@
|
|
|
3586
3582
|
border-style: solid;
|
|
3587
3583
|
border-width: 0 0 1px 1px;
|
|
3588
3584
|
color: #333;
|
|
3585
|
+
text-align: left;
|
|
3589
3586
|
}
|
|
3590
3587
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3591
3588
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
}
|
|
408
408
|
.e-schedule .e-content-wrap,
|
|
409
409
|
.e-schedule .e-scroll-container {
|
|
410
|
-
-webkit-overflow-scrolling: touch;
|
|
410
|
+
-webkit-overflow-scrolling: touch;
|
|
411
411
|
overflow: auto;
|
|
412
412
|
}
|
|
413
413
|
.e-schedule .e-hide-childs > * {
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
}
|
|
582
582
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
583
583
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
584
|
-
height: 0 !important;
|
|
584
|
+
height: 0 !important;
|
|
585
585
|
}
|
|
586
586
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
587
587
|
background: #007bff;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1088
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1089
|
+
font-weight: 400;
|
|
1090
1090
|
height: 35px;
|
|
1091
1091
|
padding: 8px;
|
|
1092
1092
|
}
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1465
1465
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1466
1466
|
cursor: default;
|
|
1467
|
-
font-weight:
|
|
1467
|
+
font-weight: 400;
|
|
1468
1468
|
height: 35px;
|
|
1469
1469
|
padding: 0;
|
|
1470
1470
|
text-align: center;
|
|
@@ -1868,14 +1868,9 @@
|
|
|
1868
1868
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1869
1869
|
width: 60px;
|
|
1870
1870
|
}
|
|
1871
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1872
|
-
transform: translateX(0);
|
|
1873
|
-
}
|
|
1874
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1875
|
-
transform: translateY(0);
|
|
1876
|
-
}
|
|
1877
1871
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1878
1872
|
position: absolute;
|
|
1873
|
+
transform: translateY(0);
|
|
1879
1874
|
}
|
|
1880
1875
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1881
1876
|
position: relative;
|
|
@@ -1992,7 +1987,7 @@
|
|
|
1992
1987
|
}
|
|
1993
1988
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1994
1989
|
cursor: default;
|
|
1995
|
-
font-weight:
|
|
1990
|
+
font-weight: 400;
|
|
1996
1991
|
height: 35px;
|
|
1997
1992
|
padding: 5px;
|
|
1998
1993
|
text-align: center;
|
|
@@ -3604,6 +3599,7 @@
|
|
|
3604
3599
|
border-style: solid;
|
|
3605
3600
|
border-width: 0 0 1px 1px;
|
|
3606
3601
|
color: #212529;
|
|
3602
|
+
text-align: left;
|
|
3607
3603
|
}
|
|
3608
3604
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3609
3605
|
border-bottom-width: 0;
|
|
@@ -3689,6 +3685,7 @@
|
|
|
3689
3685
|
border-style: solid;
|
|
3690
3686
|
border-width: 0 0 1px 1px;
|
|
3691
3687
|
color: #212529;
|
|
3688
|
+
text-align: left;
|
|
3692
3689
|
}
|
|
3693
3690
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3694
3691
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -415,7 +414,7 @@
|
|
|
415
414
|
}
|
|
416
415
|
.e-schedule .e-content-wrap,
|
|
417
416
|
.e-schedule .e-scroll-container {
|
|
418
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch;
|
|
419
418
|
overflow: auto;
|
|
420
419
|
}
|
|
421
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -590,7 +589,7 @@
|
|
|
590
589
|
}
|
|
591
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
592
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
593
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important;
|
|
594
593
|
}
|
|
595
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
596
595
|
background: #0d6efd;
|
|
@@ -1094,7 +1093,7 @@
|
|
|
1094
1093
|
}
|
|
1095
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1096
1095
|
cursor: default;
|
|
1097
|
-
font-weight:
|
|
1096
|
+
font-weight: 400;
|
|
1098
1097
|
height: 34px;
|
|
1099
1098
|
padding: 8px;
|
|
1100
1099
|
}
|
|
@@ -1470,7 +1469,7 @@
|
|
|
1470
1469
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1471
1470
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1472
1471
|
cursor: default;
|
|
1473
|
-
font-weight:
|
|
1472
|
+
font-weight: 400;
|
|
1474
1473
|
height: 34px;
|
|
1475
1474
|
padding: 0;
|
|
1476
1475
|
text-align: center;
|
|
@@ -1875,14 +1874,9 @@
|
|
|
1875
1874
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1876
1875
|
width: 70px;
|
|
1877
1876
|
}
|
|
1878
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1879
|
-
transform: translateX(0);
|
|
1880
|
-
}
|
|
1881
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1882
|
-
transform: translateY(0);
|
|
1883
|
-
}
|
|
1884
1877
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1885
1878
|
position: absolute;
|
|
1879
|
+
transform: translateY(0);
|
|
1886
1880
|
}
|
|
1887
1881
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1888
1882
|
position: relative;
|
|
@@ -1999,7 +1993,7 @@
|
|
|
1999
1993
|
}
|
|
2000
1994
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2001
1995
|
cursor: default;
|
|
2002
|
-
font-weight:
|
|
1996
|
+
font-weight: 400;
|
|
2003
1997
|
height: 34px;
|
|
2004
1998
|
padding: 5px;
|
|
2005
1999
|
text-align: center;
|
|
@@ -3621,6 +3615,7 @@
|
|
|
3621
3615
|
border-style: solid;
|
|
3622
3616
|
border-width: 0 0 1px 1px;
|
|
3623
3617
|
color: #e9ecef;
|
|
3618
|
+
text-align: left;
|
|
3624
3619
|
}
|
|
3625
3620
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3626
3621
|
border-bottom-width: 0;
|
|
@@ -3705,6 +3700,7 @@
|
|
|
3705
3700
|
border-style: solid;
|
|
3706
3701
|
border-width: 0 0 1px 1px;
|
|
3707
3702
|
color: #e9ecef;
|
|
3703
|
+
text-align: left;
|
|
3708
3704
|
}
|
|
3709
3705
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3710
3706
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -415,7 +414,7 @@
|
|
|
415
414
|
}
|
|
416
415
|
.e-schedule .e-content-wrap,
|
|
417
416
|
.e-schedule .e-scroll-container {
|
|
418
|
-
-webkit-overflow-scrolling: touch;
|
|
417
|
+
-webkit-overflow-scrolling: touch;
|
|
419
418
|
overflow: auto;
|
|
420
419
|
}
|
|
421
420
|
.e-schedule .e-hide-childs > * {
|
|
@@ -590,7 +589,7 @@
|
|
|
590
589
|
}
|
|
591
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
592
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
593
|
-
height: 0 !important;
|
|
592
|
+
height: 0 !important;
|
|
594
593
|
}
|
|
595
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
596
595
|
background: #0d6efd;
|
|
@@ -1094,7 +1093,7 @@
|
|
|
1094
1093
|
}
|
|
1095
1094
|
.e-schedule .e-month-view .e-header-cells {
|
|
1096
1095
|
cursor: default;
|
|
1097
|
-
font-weight:
|
|
1096
|
+
font-weight: 400;
|
|
1098
1097
|
height: 34px;
|
|
1099
1098
|
padding: 8px;
|
|
1100
1099
|
}
|
|
@@ -1470,7 +1469,7 @@
|
|
|
1470
1469
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1471
1470
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1472
1471
|
cursor: default;
|
|
1473
|
-
font-weight:
|
|
1472
|
+
font-weight: 400;
|
|
1474
1473
|
height: 34px;
|
|
1475
1474
|
padding: 0;
|
|
1476
1475
|
text-align: center;
|
|
@@ -1875,14 +1874,9 @@
|
|
|
1875
1874
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1876
1875
|
width: 70px;
|
|
1877
1876
|
}
|
|
1878
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1879
|
-
transform: translateX(0);
|
|
1880
|
-
}
|
|
1881
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1882
|
-
transform: translateY(0);
|
|
1883
|
-
}
|
|
1884
1877
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1885
1878
|
position: absolute;
|
|
1879
|
+
transform: translateY(0);
|
|
1886
1880
|
}
|
|
1887
1881
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1888
1882
|
position: relative;
|
|
@@ -1999,7 +1993,7 @@
|
|
|
1999
1993
|
}
|
|
2000
1994
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2001
1995
|
cursor: default;
|
|
2002
|
-
font-weight:
|
|
1996
|
+
font-weight: 400;
|
|
2003
1997
|
height: 34px;
|
|
2004
1998
|
padding: 5px;
|
|
2005
1999
|
text-align: center;
|
|
@@ -3621,6 +3615,7 @@
|
|
|
3621
3615
|
border-style: solid;
|
|
3622
3616
|
border-width: 0 0 1px 1px;
|
|
3623
3617
|
color: #343a40;
|
|
3618
|
+
text-align: left;
|
|
3624
3619
|
}
|
|
3625
3620
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3626
3621
|
border-bottom-width: 0;
|
|
@@ -3705,6 +3700,7 @@
|
|
|
3705
3700
|
border-style: solid;
|
|
3706
3701
|
border-width: 0 0 1px 1px;
|
|
3707
3702
|
color: #343a40;
|
|
3703
|
+
text-align: left;
|
|
3708
3704
|
}
|
|
3709
3705
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3710
3706
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
.e-schedule .e-content-wrap,
|
|
413
413
|
.e-schedule .e-scroll-container {
|
|
414
|
-
-webkit-overflow-scrolling: touch;
|
|
414
|
+
-webkit-overflow-scrolling: touch;
|
|
415
415
|
overflow: auto;
|
|
416
416
|
}
|
|
417
417
|
.e-schedule .e-hide-childs > * {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
}
|
|
587
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
589
|
-
height: 0 !important;
|
|
589
|
+
height: 0 !important;
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #0074cc;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1088
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1089
|
+
font-weight: 400;
|
|
1090
1090
|
height: 30px;
|
|
1091
1091
|
padding: 3px;
|
|
1092
1092
|
}
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1462
1462
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1463
1463
|
cursor: default;
|
|
1464
|
-
font-weight:
|
|
1464
|
+
font-weight: 400;
|
|
1465
1465
|
height: 30px;
|
|
1466
1466
|
padding: 0;
|
|
1467
1467
|
text-align: center;
|
|
@@ -1865,14 +1865,9 @@
|
|
|
1865
1865
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1866
1866
|
width: 70px;
|
|
1867
1867
|
}
|
|
1868
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1869
|
-
transform: translateX(0);
|
|
1870
|
-
}
|
|
1871
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1872
|
-
transform: translateY(0);
|
|
1873
|
-
}
|
|
1874
1868
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1875
1869
|
position: absolute;
|
|
1870
|
+
transform: translateY(0);
|
|
1876
1871
|
}
|
|
1877
1872
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1878
1873
|
position: relative;
|
|
@@ -1989,7 +1984,7 @@
|
|
|
1989
1984
|
}
|
|
1990
1985
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1991
1986
|
cursor: default;
|
|
1992
|
-
font-weight:
|
|
1987
|
+
font-weight: 400;
|
|
1993
1988
|
height: 30px;
|
|
1994
1989
|
padding: 5px;
|
|
1995
1990
|
text-align: center;
|
|
@@ -3504,6 +3499,7 @@
|
|
|
3504
3499
|
border-style: solid;
|
|
3505
3500
|
border-width: 0 0 1px 1px;
|
|
3506
3501
|
color: #c8c8c8;
|
|
3502
|
+
text-align: left;
|
|
3507
3503
|
}
|
|
3508
3504
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3509
3505
|
border-bottom-width: 0;
|
|
@@ -3588,6 +3584,7 @@
|
|
|
3588
3584
|
border-style: solid;
|
|
3589
3585
|
border-width: 0 0 1px;
|
|
3590
3586
|
color: #c8c8c8;
|
|
3587
|
+
text-align: left;
|
|
3591
3588
|
}
|
|
3592
3589
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3593
3590
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
}
|
|
412
412
|
.e-schedule .e-content-wrap,
|
|
413
413
|
.e-schedule .e-scroll-container {
|
|
414
|
-
-webkit-overflow-scrolling: touch;
|
|
414
|
+
-webkit-overflow-scrolling: touch;
|
|
415
415
|
overflow: auto;
|
|
416
416
|
}
|
|
417
417
|
.e-schedule .e-hide-childs > * {
|
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
}
|
|
587
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
588
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
589
|
-
height: 0 !important;
|
|
589
|
+
height: 0 !important;
|
|
590
590
|
}
|
|
591
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
592
592
|
background: #0078d6;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
}
|
|
1087
1087
|
.e-schedule .e-month-view .e-header-cells {
|
|
1088
1088
|
cursor: default;
|
|
1089
|
-
font-weight:
|
|
1089
|
+
font-weight: 400;
|
|
1090
1090
|
height: 30px;
|
|
1091
1091
|
padding: 3px;
|
|
1092
1092
|
}
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1462
1462
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1463
1463
|
cursor: default;
|
|
1464
|
-
font-weight:
|
|
1464
|
+
font-weight: 400;
|
|
1465
1465
|
height: 30px;
|
|
1466
1466
|
padding: 0;
|
|
1467
1467
|
text-align: center;
|
|
@@ -1865,14 +1865,9 @@
|
|
|
1865
1865
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1866
1866
|
width: 70px;
|
|
1867
1867
|
}
|
|
1868
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1869
|
-
transform: translateX(0);
|
|
1870
|
-
}
|
|
1871
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1872
|
-
transform: translateY(0);
|
|
1873
|
-
}
|
|
1874
1868
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1875
1869
|
position: absolute;
|
|
1870
|
+
transform: translateY(0);
|
|
1876
1871
|
}
|
|
1877
1872
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1878
1873
|
position: relative;
|
|
@@ -1989,7 +1984,7 @@
|
|
|
1989
1984
|
}
|
|
1990
1985
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1991
1986
|
cursor: default;
|
|
1992
|
-
font-weight:
|
|
1987
|
+
font-weight: 400;
|
|
1993
1988
|
height: 30px;
|
|
1994
1989
|
padding: 5px;
|
|
1995
1990
|
text-align: center;
|
|
@@ -3518,6 +3513,7 @@
|
|
|
3518
3513
|
border-style: solid;
|
|
3519
3514
|
border-width: 0 0 1px 1px;
|
|
3520
3515
|
color: #767676;
|
|
3516
|
+
text-align: left;
|
|
3521
3517
|
}
|
|
3522
3518
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
3523
3519
|
border-bottom-width: 0;
|
|
@@ -3602,6 +3598,7 @@
|
|
|
3602
3598
|
border-style: solid;
|
|
3603
3599
|
border-width: 0 0 1px;
|
|
3604
3600
|
color: #767676;
|
|
3601
|
+
text-align: left;
|
|
3605
3602
|
}
|
|
3606
3603
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3607
3604
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
}
|
|
405
405
|
.e-schedule .e-content-wrap,
|
|
406
406
|
.e-schedule .e-scroll-container {
|
|
407
|
-
-webkit-overflow-scrolling: touch;
|
|
407
|
+
-webkit-overflow-scrolling: touch;
|
|
408
408
|
overflow: auto;
|
|
409
409
|
}
|
|
410
410
|
.e-schedule .e-hide-childs > * {
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
}
|
|
580
580
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
581
581
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
582
|
-
height: 0 !important;
|
|
582
|
+
height: 0 !important;
|
|
583
583
|
}
|
|
584
584
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
585
585
|
background: #0078d4;
|
|
@@ -1080,7 +1080,7 @@
|
|
|
1080
1080
|
}
|
|
1081
1081
|
.e-schedule .e-month-view .e-header-cells {
|
|
1082
1082
|
cursor: default;
|
|
1083
|
-
font-weight:
|
|
1083
|
+
font-weight: 400;
|
|
1084
1084
|
height: 34px;
|
|
1085
1085
|
padding: 3px;
|
|
1086
1086
|
}
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1456
1456
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1457
1457
|
cursor: default;
|
|
1458
|
-
font-weight:
|
|
1458
|
+
font-weight: 400;
|
|
1459
1459
|
height: 34px;
|
|
1460
1460
|
padding: 0;
|
|
1461
1461
|
text-align: center;
|
|
@@ -1859,14 +1859,9 @@
|
|
|
1859
1859
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
1860
1860
|
width: 70px;
|
|
1861
1861
|
}
|
|
1862
|
-
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
1863
|
-
transform: translateX(0);
|
|
1864
|
-
}
|
|
1865
|
-
.e-schedule .e-virtual-scroll.e-timeline-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-month-view .e-content-table, .e-schedule .e-virtual-scroll.e-timeline-year-view.e-vertical .e-content-table {
|
|
1866
|
-
transform: translateY(0);
|
|
1867
|
-
}
|
|
1868
1862
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
1869
1863
|
position: absolute;
|
|
1864
|
+
transform: translateY(0);
|
|
1870
1865
|
}
|
|
1871
1866
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
1872
1867
|
position: relative;
|
|
@@ -1983,7 +1978,7 @@
|
|
|
1983
1978
|
}
|
|
1984
1979
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
1985
1980
|
cursor: default;
|
|
1986
|
-
font-weight:
|
|
1981
|
+
font-weight: 400;
|
|
1987
1982
|
height: 34px;
|
|
1988
1983
|
padding: 5px;
|
|
1989
1984
|
text-align: center;
|