@syncfusion/ej2-schedule 25.2.7 → 26.1.35
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/.eslintrc.json +3 -2
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +331 -332
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +392 -407
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +17 -16
- package/src/recurrence-editor/date-generator.js +1 -0
- package/src/recurrence-editor/recurrence-editor.d.ts +8 -8
- package/src/recurrence-editor/recurrence-editor.js +1 -2
- package/src/schedule/actions/drag.js +2 -1
- package/src/schedule/actions/keyboard.js +1 -1
- package/src/schedule/actions/virtual-scroll.js +2 -1
- package/src/schedule/base/interface.js +0 -1
- package/src/schedule/base/schedule-model.d.ts +11 -11
- package/src/schedule/base/schedule.d.ts +11 -11
- package/src/schedule/base/schedule.js +22 -9
- package/src/schedule/base/util.js +1 -1
- package/src/schedule/event-renderer/event-base.js +5 -3
- package/src/schedule/event-renderer/timeline-view.js +4 -2
- package/src/schedule/event-renderer/year.js +2 -1
- package/src/schedule/exports/calendar-import.js +1 -2
- package/src/schedule/models/toolbar-model.d.ts +2 -2
- package/src/schedule/popups/event-window.js +1 -1
- package/src/schedule/renderer/header-renderer.js +6 -4
- package/src/schedule/renderer/vertical-view.js +3 -0
- package/src/schedule/renderer/view-base.js +8 -4
- package/styles/bootstrap-dark.css +236 -147
- package/styles/bootstrap-dark.scss +19 -2
- package/styles/bootstrap.css +237 -148
- package/styles/bootstrap.scss +19 -2
- package/styles/bootstrap4.css +239 -153
- package/styles/bootstrap4.scss +19 -2
- package/styles/bootstrap5-dark.css +229 -144
- package/styles/bootstrap5-dark.scss +19 -2
- package/styles/bootstrap5.css +229 -144
- package/styles/bootstrap5.scss +19 -2
- package/styles/fabric-dark.css +234 -146
- package/styles/fabric-dark.scss +19 -2
- package/styles/fabric.css +234 -146
- package/styles/fabric.scss +19 -2
- package/styles/fluent-dark.css +229 -142
- package/styles/fluent-dark.scss +19 -2
- package/styles/fluent.css +229 -142
- package/styles/fluent.scss +19 -2
- package/styles/fluent2.css +5932 -0
- package/styles/fluent2.scss +19 -0
- package/styles/highcontrast-light.css +229 -138
- package/styles/highcontrast-light.scss +19 -2
- package/styles/highcontrast.css +229 -138
- package/styles/highcontrast.scss +19 -2
- package/styles/material-dark.css +273 -155
- package/styles/material-dark.scss +19 -2
- package/styles/material.css +285 -156
- package/styles/material.scss +19 -2
- package/styles/material3-dark.css +278 -154
- package/styles/material3-dark.scss +19 -2
- package/styles/material3.css +278 -154
- package/styles/material3.scss +19 -2
- package/styles/recurrence-editor/_bds-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +14 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fabric-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent2-definition.scss +14 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -1
- package/styles/recurrence-editor/_layout.scss +1 -17
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -1
- package/styles/recurrence-editor/bootstrap-dark.css +21 -23
- package/styles/recurrence-editor/bootstrap.css +21 -23
- package/styles/recurrence-editor/bootstrap4.css +22 -23
- package/styles/recurrence-editor/bootstrap5-dark.css +22 -23
- package/styles/recurrence-editor/bootstrap5.css +22 -23
- package/styles/recurrence-editor/fabric-dark.css +19 -22
- package/styles/recurrence-editor/fabric.css +19 -22
- package/styles/recurrence-editor/fluent-dark.css +22 -23
- package/styles/recurrence-editor/fluent.css +22 -23
- package/styles/recurrence-editor/fluent2.css +1534 -0
- package/styles/recurrence-editor/fluent2.scss +8 -0
- package/styles/recurrence-editor/highcontrast-light.css +19 -22
- package/styles/recurrence-editor/highcontrast.css +19 -22
- package/styles/recurrence-editor/material-dark.css +32 -26
- package/styles/recurrence-editor/material.css +32 -26
- package/styles/recurrence-editor/material3-dark.css +33 -27
- package/styles/recurrence-editor/material3.css +33 -27
- package/styles/recurrence-editor/tailwind-dark.css +32 -26
- package/styles/recurrence-editor/tailwind.css +32 -26
- package/styles/schedule/_bds-definition.scss +0 -15
- package/styles/schedule/_bootstrap-dark-definition.scss +4 -19
- package/styles/schedule/_bootstrap-definition.scss +4 -19
- package/styles/schedule/_bootstrap4-definition.scss +3 -18
- package/styles/schedule/_bootstrap5-definition.scss +1 -22
- package/styles/schedule/_bootstrap5.3-definition.scss +273 -0
- package/styles/schedule/_fabric-dark-definition.scss +4 -17
- package/styles/schedule/_fabric-definition.scss +4 -19
- package/styles/schedule/_fluent-definition.scss +0 -14
- package/styles/schedule/_fluent2-definition.scss +273 -0
- package/styles/schedule/_fusionnew-definition.scss +0 -21
- package/styles/schedule/_highcontrast-definition.scss +1 -16
- package/styles/schedule/_highcontrast-light-definition.scss +1 -16
- package/styles/schedule/_layout.scss +83 -130
- package/styles/schedule/_material-dark-definition.scss +5 -20
- package/styles/schedule/_material-definition.scss +4 -19
- package/styles/schedule/_material3-definition.scss +1 -23
- package/styles/schedule/_tailwind-definition.scss +0 -16
- package/styles/schedule/_theme.scss +14 -2
- package/styles/schedule/bootstrap-dark.css +220 -126
- package/styles/schedule/bootstrap.css +221 -127
- package/styles/schedule/bootstrap4.css +223 -132
- package/styles/schedule/bootstrap5-dark.css +213 -123
- package/styles/schedule/bootstrap5.css +213 -123
- package/styles/schedule/fabric-dark.css +218 -125
- package/styles/schedule/fabric.css +218 -125
- package/styles/schedule/fluent-dark.css +213 -121
- package/styles/schedule/fluent.css +213 -121
- package/styles/schedule/fluent2.css +5536 -0
- package/styles/schedule/fluent2.scss +16 -0
- package/styles/schedule/highcontrast-light.css +213 -117
- package/styles/schedule/highcontrast.css +213 -117
- package/styles/schedule/icons/_bds.scss +6 -21
- package/styles/schedule/icons/_bootstrap-dark.scss +4 -16
- package/styles/schedule/icons/_bootstrap.scss +4 -16
- package/styles/schedule/icons/_bootstrap4.scss +8 -26
- package/styles/schedule/icons/_bootstrap5.3.scss +220 -0
- package/styles/schedule/icons/_bootstrap5.scss +7 -22
- package/styles/schedule/icons/_fabric-dark.scss +5 -17
- package/styles/schedule/icons/_fabric.scss +5 -17
- package/styles/schedule/icons/_fluent.scss +7 -22
- package/styles/schedule/icons/_fluent2.scss +220 -0
- package/styles/schedule/icons/_fusionnew.scss +7 -22
- package/styles/schedule/icons/_highcontrast-light.scss +5 -17
- package/styles/schedule/icons/_highcontrast.scss +5 -17
- package/styles/schedule/icons/_material-dark.scss +5 -17
- package/styles/schedule/icons/_material.scss +5 -17
- package/styles/schedule/icons/_material3.scss +7 -22
- package/styles/schedule/icons/_tailwind.scss +7 -22
- package/styles/schedule/material-dark.css +257 -134
- package/styles/schedule/material.css +269 -135
- package/styles/schedule/material3-dark.css +262 -133
- package/styles/schedule/material3.css +262 -133
- package/styles/schedule/tailwind-dark.css +223 -124
- package/styles/schedule/tailwind.css +223 -124
- package/styles/tailwind-dark.css +239 -145
- package/styles/tailwind-dark.scss +19 -2
- package/styles/tailwind.css +239 -145
- package/styles/tailwind.scss +19 -2
- package/CHANGELOG.md +0 -1932
|
@@ -3,13 +3,21 @@
|
|
|
3
3
|
/* stylelint-disable property-no-vendor-prefix */
|
|
4
4
|
/*! calendar tailwind theme variables */
|
|
5
5
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
6
|
-
transform: rotate(0deg);
|
|
6
|
+
-webkit-transform: rotate(0deg);
|
|
7
|
+
transform: rotate(0deg);
|
|
8
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
9
|
+
transition: -webkit-transform 300ms ease;
|
|
7
10
|
transition: transform 300ms ease;
|
|
11
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
11
|
-
transform: rotate(180deg);
|
|
15
|
+
-webkit-transform: rotate(180deg);
|
|
16
|
+
transform: rotate(180deg);
|
|
17
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
18
|
+
transition: -webkit-transform 300ms ease;
|
|
12
19
|
transition: transform 300ms ease;
|
|
20
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
13
21
|
}
|
|
14
22
|
|
|
15
23
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -26,13 +34,15 @@
|
|
|
26
34
|
}
|
|
27
35
|
|
|
28
36
|
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
29
|
-
animation: none;
|
|
37
|
+
-webkit-animation: none;
|
|
38
|
+
animation: none;
|
|
30
39
|
}
|
|
31
40
|
|
|
32
41
|
.e-ddl.e-popup {
|
|
33
42
|
border: 0;
|
|
34
43
|
border-radius: 4px;
|
|
35
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
44
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
45
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
36
46
|
margin-top: 4px;
|
|
37
47
|
}
|
|
38
48
|
|
|
@@ -71,7 +81,8 @@
|
|
|
71
81
|
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
72
82
|
background: #374151;
|
|
73
83
|
border-width: 0;
|
|
74
|
-
box-shadow: none;
|
|
84
|
+
-webkit-box-shadow: none;
|
|
85
|
+
box-shadow: none;
|
|
75
86
|
margin-bottom: 0;
|
|
76
87
|
}
|
|
77
88
|
|
|
@@ -128,7 +139,6 @@
|
|
|
128
139
|
height: 100%;
|
|
129
140
|
}
|
|
130
141
|
|
|
131
|
-
/*! Schedule component's tailwind theme definitions and variables */
|
|
132
142
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
133
143
|
content: "\e765";
|
|
134
144
|
}
|
|
@@ -147,13 +157,10 @@
|
|
|
147
157
|
.e-schedule .e-schedule-toolbar .e-icon-day::before {
|
|
148
158
|
content: "\e75e";
|
|
149
159
|
}
|
|
150
|
-
.e-schedule .e-schedule-toolbar .e-icon-week::before {
|
|
160
|
+
.e-schedule .e-schedule-toolbar .e-icon-week::before, .e-schedule .e-schedule-toolbar .e-icon-workweek::before {
|
|
151
161
|
content: "\e817";
|
|
152
162
|
}
|
|
153
|
-
.e-schedule .e-schedule-toolbar .e-icon-
|
|
154
|
-
content: "\e817";
|
|
155
|
-
}
|
|
156
|
-
.e-schedule .e-schedule-toolbar .e-icon-month::before {
|
|
163
|
+
.e-schedule .e-schedule-toolbar .e-icon-month::before, .e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
157
164
|
content: "\e7c5";
|
|
158
165
|
}
|
|
159
166
|
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
|
|
@@ -162,13 +169,7 @@
|
|
|
162
169
|
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
|
|
163
170
|
content: "\e74c";
|
|
164
171
|
}
|
|
165
|
-
.e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
166
|
-
content: "\e7c5";
|
|
167
|
-
}
|
|
168
|
-
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
|
|
169
|
-
content: "\e876";
|
|
170
|
-
}
|
|
171
|
-
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
172
|
+
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before, .e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
|
|
172
173
|
content: "\e876";
|
|
173
174
|
}
|
|
174
175
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
|
|
@@ -180,12 +181,7 @@
|
|
|
180
181
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
|
|
181
182
|
content: "\e720";
|
|
182
183
|
}
|
|
183
|
-
.e-schedule .e-schedule-toolbar .e-
|
|
184
|
-
content: "\e876";
|
|
185
|
-
}
|
|
186
|
-
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before {
|
|
187
|
-
content: "\e770";
|
|
188
|
-
}
|
|
184
|
+
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before,
|
|
189
185
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
|
|
190
186
|
content: "\e770";
|
|
191
187
|
}
|
|
@@ -287,20 +283,21 @@
|
|
|
287
283
|
content: "\e7e7";
|
|
288
284
|
}
|
|
289
285
|
|
|
290
|
-
/*! schedule component layout */
|
|
291
286
|
.e-schedule {
|
|
292
287
|
display: block;
|
|
293
288
|
outline: medium none;
|
|
294
289
|
overflow: hidden;
|
|
295
290
|
position: relative;
|
|
296
291
|
-webkit-user-select: none;
|
|
292
|
+
-moz-user-select: none;
|
|
297
293
|
-ms-user-select: none;
|
|
298
294
|
user-select: none;
|
|
299
295
|
}
|
|
300
296
|
.e-schedule .e-schedule-toolbar {
|
|
301
297
|
border: 0;
|
|
302
298
|
border-bottom: 0;
|
|
303
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
299
|
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
300
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
304
301
|
margin-bottom: 3px;
|
|
305
302
|
min-height: 38px;
|
|
306
303
|
}
|
|
@@ -397,6 +394,12 @@
|
|
|
397
394
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items {
|
|
398
395
|
height: 54px;
|
|
399
396
|
}
|
|
397
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
398
|
+
display: none;
|
|
399
|
+
}
|
|
400
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today {
|
|
401
|
+
display: block;
|
|
402
|
+
}
|
|
400
403
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
401
404
|
height: 54px;
|
|
402
405
|
min-height: 54px;
|
|
@@ -440,7 +443,9 @@
|
|
|
440
443
|
.e-schedule .e-schedule-resource-toolbar {
|
|
441
444
|
background: #374151;
|
|
442
445
|
border-bottom: 0;
|
|
443
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
446
|
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
447
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
448
|
+
display: -webkit-box;
|
|
444
449
|
display: -ms-flexbox;
|
|
445
450
|
display: flex;
|
|
446
451
|
margin-bottom: 3px;
|
|
@@ -457,6 +462,7 @@
|
|
|
457
462
|
display: none;
|
|
458
463
|
}
|
|
459
464
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
|
|
465
|
+
display: -webkit-box;
|
|
460
466
|
display: -ms-flexbox;
|
|
461
467
|
display: flex;
|
|
462
468
|
}
|
|
@@ -489,17 +495,22 @@
|
|
|
489
495
|
text-align: center;
|
|
490
496
|
}
|
|
491
497
|
.e-schedule .e-table-container {
|
|
498
|
+
display: -webkit-inline-box;
|
|
492
499
|
display: -ms-inline-flexbox;
|
|
493
500
|
display: inline-flex;
|
|
494
501
|
position: relative;
|
|
495
502
|
vertical-align: top;
|
|
496
503
|
}
|
|
497
504
|
.e-schedule .e-table-container.e-translate {
|
|
505
|
+
-webkit-transition: -webkit-transform 0.1s ease 0s;
|
|
506
|
+
transition: -webkit-transform 0.1s ease 0s;
|
|
498
507
|
transition: transform 0.1s ease 0s;
|
|
508
|
+
transition: transform 0.1s ease 0s, -webkit-transform 0.1s ease 0s;
|
|
499
509
|
}
|
|
500
510
|
.e-schedule .e-resource-tree-popup {
|
|
501
511
|
background: #232e3e;
|
|
502
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
512
|
+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
513
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
503
514
|
height: 100%;
|
|
504
515
|
position: absolute;
|
|
505
516
|
width: 250px;
|
|
@@ -553,7 +564,8 @@
|
|
|
553
564
|
}
|
|
554
565
|
.e-schedule .e-schedule-table > tbody > tr > th,
|
|
555
566
|
.e-schedule .e-schedule-table > tbody > tr > td {
|
|
556
|
-
box-sizing: border-box;
|
|
567
|
+
-webkit-box-sizing: border-box;
|
|
568
|
+
box-sizing: border-box;
|
|
557
569
|
font-weight: normal;
|
|
558
570
|
overflow: hidden;
|
|
559
571
|
text-overflow: ellipsis;
|
|
@@ -634,6 +646,7 @@
|
|
|
634
646
|
}
|
|
635
647
|
.e-schedule .e-appointment {
|
|
636
648
|
opacity: 1;
|
|
649
|
+
-webkit-transition: opacity 100ms linear;
|
|
637
650
|
transition: opacity 100ms linear;
|
|
638
651
|
}
|
|
639
652
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
@@ -685,7 +698,8 @@
|
|
|
685
698
|
height: 10px;
|
|
686
699
|
left: 50%;
|
|
687
700
|
position: absolute;
|
|
688
|
-
transform: translateX(-50%);
|
|
701
|
+
-webkit-transform: translateX(-50%);
|
|
702
|
+
transform: translateX(-50%);
|
|
689
703
|
width: 100%;
|
|
690
704
|
}
|
|
691
705
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
|
|
@@ -693,7 +707,8 @@
|
|
|
693
707
|
height: 100%;
|
|
694
708
|
position: absolute;
|
|
695
709
|
top: 50%;
|
|
696
|
-
transform: translateY(-50%);
|
|
710
|
+
-webkit-transform: translateY(-50%);
|
|
711
|
+
transform: translateY(-50%);
|
|
697
712
|
width: 10px;
|
|
698
713
|
}
|
|
699
714
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
|
|
@@ -762,24 +777,28 @@
|
|
|
762
777
|
border: 1px solid #4b5563;
|
|
763
778
|
border-radius: 2px;
|
|
764
779
|
color: #000;
|
|
780
|
+
display: -webkit-box;
|
|
765
781
|
display: -ms-flexbox;
|
|
766
782
|
display: flex;
|
|
767
|
-
height: 54px;
|
|
768
|
-
margin-bottom: 2px;
|
|
769
783
|
overflow: hidden;
|
|
770
784
|
position: absolute;
|
|
785
|
+
height: 54px;
|
|
786
|
+
margin-bottom: 2px;
|
|
771
787
|
}
|
|
772
788
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
789
|
+
display: -webkit-box;
|
|
773
790
|
display: -ms-flexbox;
|
|
774
791
|
display: flex;
|
|
775
|
-
-
|
|
776
|
-
flex: auto;
|
|
792
|
+
-webkit-box-flex: 1;
|
|
793
|
+
-ms-flex: auto;
|
|
794
|
+
flex: auto;
|
|
777
795
|
padding: 2px 4px 0 2px;
|
|
778
796
|
text-align: left;
|
|
779
797
|
}
|
|
780
798
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
|
|
781
|
-
-
|
|
782
|
-
flex: auto;
|
|
799
|
+
-webkit-box-flex: 1;
|
|
800
|
+
-ms-flex: auto;
|
|
801
|
+
flex: auto;
|
|
783
802
|
overflow: hidden;
|
|
784
803
|
}
|
|
785
804
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
|
|
@@ -816,7 +835,8 @@
|
|
|
816
835
|
}
|
|
817
836
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
818
837
|
border: 0;
|
|
819
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
838
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
839
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
820
840
|
}
|
|
821
841
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
|
|
822
842
|
pointer-events: none;
|
|
@@ -927,18 +947,24 @@
|
|
|
927
947
|
margin: 0 auto;
|
|
928
948
|
position: absolute;
|
|
929
949
|
right: 0;
|
|
930
|
-
transform: rotate(0deg);
|
|
950
|
+
-webkit-transform: rotate(0deg);
|
|
951
|
+
transform: rotate(0deg);
|
|
952
|
+
-webkit-transition: -webkit-transform 300ms ease-in-out;
|
|
953
|
+
transition: -webkit-transform 300ms ease-in-out;
|
|
931
954
|
transition: transform 300ms ease-in-out;
|
|
955
|
+
transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
|
|
932
956
|
width: 25px;
|
|
933
957
|
}
|
|
934
958
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
|
|
935
959
|
display: none;
|
|
936
960
|
}
|
|
937
961
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
|
|
938
|
-
transform: rotate(0deg);
|
|
962
|
+
-webkit-transform: rotate(0deg);
|
|
963
|
+
transform: rotate(0deg);
|
|
939
964
|
}
|
|
940
965
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
|
|
941
|
-
transform: rotate(180deg);
|
|
966
|
+
-webkit-transform: rotate(180deg);
|
|
967
|
+
transform: rotate(180deg);
|
|
942
968
|
}
|
|
943
969
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
944
970
|
background: #4b5563;
|
|
@@ -955,6 +981,7 @@
|
|
|
955
981
|
vertical-align: top;
|
|
956
982
|
}
|
|
957
983
|
.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
|
|
984
|
+
-webkit-transition: 250ms ease-out;
|
|
958
985
|
transition: 250ms ease-out;
|
|
959
986
|
}
|
|
960
987
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
@@ -974,7 +1001,8 @@
|
|
|
974
1001
|
}
|
|
975
1002
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
976
1003
|
background: #374151;
|
|
977
|
-
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1004
|
+
-webkit-box-shadow: inset 0 0 0 8px #232e3e;
|
|
1005
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
978
1006
|
}
|
|
979
1007
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
980
1008
|
background: #374151;
|
|
@@ -1041,24 +1069,28 @@
|
|
|
1041
1069
|
border: 1px solid #4b5563;
|
|
1042
1070
|
border-radius: 2px;
|
|
1043
1071
|
color: #000;
|
|
1072
|
+
display: -webkit-box;
|
|
1044
1073
|
display: -ms-flexbox;
|
|
1045
1074
|
display: flex;
|
|
1046
|
-
height: 26px;
|
|
1047
1075
|
overflow: hidden;
|
|
1048
1076
|
position: absolute;
|
|
1077
|
+
height: 26px;
|
|
1049
1078
|
}
|
|
1050
1079
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1080
|
+
display: -webkit-box;
|
|
1051
1081
|
display: -ms-flexbox;
|
|
1052
1082
|
display: flex;
|
|
1053
|
-
-
|
|
1054
|
-
flex: auto;
|
|
1083
|
+
-webkit-box-flex: 1;
|
|
1084
|
+
-ms-flex: auto;
|
|
1085
|
+
flex: auto;
|
|
1055
1086
|
line-height: 18px;
|
|
1056
1087
|
overflow: hidden;
|
|
1057
1088
|
padding: 1px 0 1px 4px;
|
|
1058
1089
|
}
|
|
1059
1090
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
|
|
1060
|
-
-
|
|
1061
|
-
flex: auto;
|
|
1091
|
+
-webkit-box-flex: 1;
|
|
1092
|
+
-ms-flex: auto;
|
|
1093
|
+
flex: auto;
|
|
1062
1094
|
font-size: 13px;
|
|
1063
1095
|
font-weight: 500;
|
|
1064
1096
|
overflow: hidden;
|
|
@@ -1081,7 +1113,8 @@
|
|
|
1081
1113
|
}
|
|
1082
1114
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
1083
1115
|
border: 0;
|
|
1084
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1116
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1117
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1085
1118
|
}
|
|
1086
1119
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1087
1120
|
cursor: default;
|
|
@@ -1095,8 +1128,9 @@
|
|
|
1095
1128
|
position: absolute;
|
|
1096
1129
|
}
|
|
1097
1130
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1098
|
-
-
|
|
1099
|
-
flex: auto;
|
|
1131
|
+
-webkit-box-flex: 1;
|
|
1132
|
+
-ms-flex: auto;
|
|
1133
|
+
flex: auto;
|
|
1100
1134
|
padding: 0 4px;
|
|
1101
1135
|
text-align: left;
|
|
1102
1136
|
line-height: 18px;
|
|
@@ -1155,7 +1189,8 @@
|
|
|
1155
1189
|
}
|
|
1156
1190
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
1157
1191
|
border: 0;
|
|
1158
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1192
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1193
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1159
1194
|
}
|
|
1160
1195
|
.e-schedule .e-vertical-view.e-day-view .e-header-date {
|
|
1161
1196
|
cursor: default;
|
|
@@ -1301,7 +1336,8 @@
|
|
|
1301
1336
|
}
|
|
1302
1337
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1303
1338
|
background: #374151;
|
|
1304
|
-
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1339
|
+
-webkit-box-shadow: inset 0 0 0 8px #232e3e;
|
|
1340
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1305
1341
|
}
|
|
1306
1342
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1307
1343
|
background: #374151;
|
|
@@ -1334,27 +1370,31 @@
|
|
|
1334
1370
|
border: 1px solid #4b5563;
|
|
1335
1371
|
border-radius: 2px;
|
|
1336
1372
|
color: #000;
|
|
1337
|
-
|
|
1373
|
+
display: -webkit-box;
|
|
1338
1374
|
display: -ms-flexbox;
|
|
1339
1375
|
display: flex;
|
|
1340
|
-
height: 26px;
|
|
1341
1376
|
overflow: hidden;
|
|
1342
1377
|
position: absolute;
|
|
1378
|
+
cursor: default;
|
|
1379
|
+
height: 26px;
|
|
1343
1380
|
}
|
|
1344
1381
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1345
1382
|
display: none;
|
|
1346
1383
|
}
|
|
1347
1384
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1385
|
+
display: -webkit-box;
|
|
1348
1386
|
display: -ms-flexbox;
|
|
1349
1387
|
display: flex;
|
|
1350
|
-
-
|
|
1351
|
-
flex: auto;
|
|
1388
|
+
-webkit-box-flex: 1;
|
|
1389
|
+
-ms-flex: auto;
|
|
1390
|
+
flex: auto;
|
|
1352
1391
|
line-height: 18px;
|
|
1353
1392
|
overflow: hidden;
|
|
1354
1393
|
}
|
|
1355
1394
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
|
|
1356
|
-
-
|
|
1357
|
-
flex: auto;
|
|
1395
|
+
-webkit-box-flex: 1;
|
|
1396
|
+
-ms-flex: auto;
|
|
1397
|
+
flex: auto;
|
|
1358
1398
|
font-size: 13px;
|
|
1359
1399
|
font-weight: 500;
|
|
1360
1400
|
overflow: hidden;
|
|
@@ -1378,7 +1418,8 @@
|
|
|
1378
1418
|
}
|
|
1379
1419
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
1380
1420
|
border: 0;
|
|
1381
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1421
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1422
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1382
1423
|
}
|
|
1383
1424
|
.e-schedule .e-month-view .e-appointment.e-allow-select {
|
|
1384
1425
|
pointer-events: none;
|
|
@@ -1403,26 +1444,26 @@
|
|
|
1403
1444
|
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1404
1445
|
margin: 3px 3px 2px;
|
|
1405
1446
|
}
|
|
1406
|
-
.e-schedule.e-rtl .e-month-view .e-left-indent
|
|
1407
|
-
border-left: 1px solid #4b5563;
|
|
1408
|
-
border-right-width: 0;
|
|
1409
|
-
}
|
|
1447
|
+
.e-schedule.e-rtl .e-month-view .e-left-indent,
|
|
1410
1448
|
.e-schedule.e-rtl .e-month-view .e-week-number {
|
|
1411
1449
|
border-left: 1px solid #4b5563;
|
|
1412
1450
|
border-right-width: 0;
|
|
1413
1451
|
}
|
|
1414
1452
|
.e-schedule .e-year-view .e-calendar-wrapper {
|
|
1453
|
+
display: -webkit-box;
|
|
1415
1454
|
display: -ms-flexbox;
|
|
1416
1455
|
display: flex;
|
|
1417
1456
|
-ms-flex-wrap: wrap;
|
|
1418
1457
|
flex-wrap: wrap;
|
|
1419
|
-
-
|
|
1420
|
-
|
|
1458
|
+
-webkit-box-pack: center;
|
|
1459
|
+
-ms-flex-pack: center;
|
|
1460
|
+
justify-content: center;
|
|
1421
1461
|
}
|
|
1422
1462
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
1423
1463
|
border: 0;
|
|
1424
|
-
-
|
|
1425
|
-
flex: 0 25%;
|
|
1464
|
+
-webkit-box-flex: 0;
|
|
1465
|
+
-ms-flex: 0 25%;
|
|
1466
|
+
flex: 0 25%;
|
|
1426
1467
|
max-width: 100%;
|
|
1427
1468
|
min-width: 260px;
|
|
1428
1469
|
padding: 10px;
|
|
@@ -1573,7 +1614,8 @@
|
|
|
1573
1614
|
padding: 4px 7px;
|
|
1574
1615
|
}
|
|
1575
1616
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1576
|
-
transform: rotate(90deg);
|
|
1617
|
+
-webkit-transform: rotate(90deg);
|
|
1618
|
+
transform: rotate(90deg);
|
|
1577
1619
|
}
|
|
1578
1620
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1579
1621
|
height: 100%;
|
|
@@ -1656,27 +1698,31 @@
|
|
|
1656
1698
|
border: 1px solid #4b5563;
|
|
1657
1699
|
border-radius: 2px;
|
|
1658
1700
|
color: #000;
|
|
1659
|
-
|
|
1701
|
+
display: -webkit-box;
|
|
1660
1702
|
display: -ms-flexbox;
|
|
1661
1703
|
display: flex;
|
|
1662
|
-
height: 26px;
|
|
1663
1704
|
overflow: hidden;
|
|
1664
1705
|
position: absolute;
|
|
1706
|
+
cursor: default;
|
|
1707
|
+
height: 26px;
|
|
1665
1708
|
}
|
|
1666
1709
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1667
1710
|
display: none;
|
|
1668
1711
|
}
|
|
1669
1712
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1713
|
+
display: -webkit-box;
|
|
1670
1714
|
display: -ms-flexbox;
|
|
1671
1715
|
display: flex;
|
|
1672
|
-
-
|
|
1673
|
-
flex: auto;
|
|
1716
|
+
-webkit-box-flex: 1;
|
|
1717
|
+
-ms-flex: auto;
|
|
1718
|
+
flex: auto;
|
|
1674
1719
|
line-height: 20px;
|
|
1675
1720
|
overflow: hidden;
|
|
1676
1721
|
}
|
|
1677
1722
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
|
|
1678
|
-
-
|
|
1679
|
-
flex: auto;
|
|
1723
|
+
-webkit-box-flex: 1;
|
|
1724
|
+
-ms-flex: auto;
|
|
1725
|
+
flex: auto;
|
|
1680
1726
|
font-size: 13px;
|
|
1681
1727
|
font-weight: 500;
|
|
1682
1728
|
overflow: hidden;
|
|
@@ -1705,7 +1751,8 @@
|
|
|
1705
1751
|
}
|
|
1706
1752
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1707
1753
|
border: 0;
|
|
1708
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1754
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1755
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1709
1756
|
}
|
|
1710
1757
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
|
|
1711
1758
|
pointer-events: none;
|
|
@@ -1852,7 +1899,8 @@
|
|
|
1852
1899
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
1853
1900
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
1854
1901
|
background: #374151;
|
|
1855
|
-
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1902
|
+
-webkit-box-shadow: inset 0 0 0 8px #232e3e;
|
|
1903
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
1856
1904
|
}
|
|
1857
1905
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
1858
1906
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
@@ -1865,7 +1913,8 @@
|
|
|
1865
1913
|
}
|
|
1866
1914
|
.e-schedule .e-timeline-view .e-resource-collapse,
|
|
1867
1915
|
.e-schedule .e-timeline-month-view .e-resource-collapse {
|
|
1868
|
-
transform: rotate(90deg);
|
|
1916
|
+
-webkit-transform: rotate(90deg);
|
|
1917
|
+
transform: rotate(90deg);
|
|
1869
1918
|
}
|
|
1870
1919
|
.e-schedule .e-timeline-view .e-child-node,
|
|
1871
1920
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
@@ -1885,26 +1934,30 @@
|
|
|
1885
1934
|
border: 1px solid #4b5563;
|
|
1886
1935
|
border-radius: 2px;
|
|
1887
1936
|
color: #000;
|
|
1888
|
-
|
|
1937
|
+
display: -webkit-box;
|
|
1889
1938
|
display: -ms-flexbox;
|
|
1890
1939
|
display: flex;
|
|
1891
|
-
height: 38px;
|
|
1892
1940
|
overflow: hidden;
|
|
1893
1941
|
position: absolute;
|
|
1942
|
+
cursor: default;
|
|
1943
|
+
height: 38px;
|
|
1894
1944
|
}
|
|
1895
1945
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
1896
1946
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
1947
|
+
display: -webkit-box;
|
|
1897
1948
|
display: -ms-flexbox;
|
|
1898
1949
|
display: flex;
|
|
1899
|
-
-
|
|
1900
|
-
flex: auto;
|
|
1950
|
+
-webkit-box-flex: 1;
|
|
1951
|
+
-ms-flex: auto;
|
|
1952
|
+
flex: auto;
|
|
1901
1953
|
overflow: hidden;
|
|
1902
1954
|
padding: 0 4px;
|
|
1903
1955
|
}
|
|
1904
1956
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
|
|
1905
1957
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
|
|
1906
|
-
-
|
|
1907
|
-
flex: auto;
|
|
1958
|
+
-webkit-box-flex: 1;
|
|
1959
|
+
-ms-flex: auto;
|
|
1960
|
+
flex: auto;
|
|
1908
1961
|
overflow: hidden;
|
|
1909
1962
|
}
|
|
1910
1963
|
.e-schedule .e-timeline-view .e-appointment .e-subject,
|
|
@@ -1963,7 +2016,8 @@
|
|
|
1963
2016
|
.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
1964
2017
|
.e-schedule .e-timeline-month-view .e-appointment:focus {
|
|
1965
2018
|
border: 0;
|
|
1966
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2019
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
2020
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1967
2021
|
}
|
|
1968
2022
|
.e-schedule .e-timeline-view .e-appointment.e-allow-select,
|
|
1969
2023
|
.e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
|
|
@@ -2001,10 +2055,12 @@
|
|
|
2001
2055
|
width: 70px;
|
|
2002
2056
|
}
|
|
2003
2057
|
.e-schedule .e-virtual-scroll.e-vertical-view .e-content-table, .e-schedule .e-virtual-scroll.e-month-view .e-content-table {
|
|
2004
|
-
transform: translateX(0);
|
|
2058
|
+
-webkit-transform: translateX(0);
|
|
2059
|
+
transform: translateX(0);
|
|
2005
2060
|
}
|
|
2006
2061
|
.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 {
|
|
2007
|
-
transform: translateY(0);
|
|
2062
|
+
-webkit-transform: translateY(0);
|
|
2063
|
+
transform: translateY(0);
|
|
2008
2064
|
}
|
|
2009
2065
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
2010
2066
|
position: absolute;
|
|
@@ -2014,6 +2070,7 @@
|
|
|
2014
2070
|
}
|
|
2015
2071
|
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition,
|
|
2016
2072
|
.e-schedule .e-virtual-scroll .e-resource-column-wrap.e-transition {
|
|
2073
|
+
-webkit-transition: all 1000ms linear;
|
|
2017
2074
|
transition: all 1000ms linear;
|
|
2018
2075
|
}
|
|
2019
2076
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
|
|
@@ -2094,14 +2151,15 @@
|
|
|
2094
2151
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
|
|
2095
2152
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2096
2153
|
border-bottom: 2px solid #4b5563;
|
|
2097
|
-
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2154
|
+
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2155
|
+
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2098
2156
|
height: 100%;
|
|
2099
2157
|
}
|
|
2100
2158
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2101
2159
|
border-bottom: 1px solid #4b5563;
|
|
2102
|
-
border-right: 1px solid #4b5563;
|
|
2103
2160
|
vertical-align: top;
|
|
2104
2161
|
width: 75px;
|
|
2162
|
+
border-right: 1px solid #4b5563;
|
|
2105
2163
|
}
|
|
2106
2164
|
.e-schedule .e-month-agenda-view .e-resource-name {
|
|
2107
2165
|
color: #fff;
|
|
@@ -2170,12 +2228,16 @@
|
|
|
2170
2228
|
background: #6b7280;
|
|
2171
2229
|
}
|
|
2172
2230
|
.e-schedule .e-month-agenda-view .e-appointment.e-template {
|
|
2231
|
+
display: -webkit-inline-box;
|
|
2173
2232
|
display: -ms-inline-flexbox;
|
|
2174
2233
|
display: inline-flex;
|
|
2175
|
-
-
|
|
2176
|
-
|
|
2234
|
+
-webkit-box-orient: horizontal;
|
|
2235
|
+
-webkit-box-direction: reverse;
|
|
2236
|
+
-ms-flex-direction: row-reverse;
|
|
2237
|
+
flex-direction: row-reverse;
|
|
2177
2238
|
}
|
|
2178
2239
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2240
|
+
display: -webkit-box;
|
|
2179
2241
|
display: -ms-flexbox;
|
|
2180
2242
|
display: flex;
|
|
2181
2243
|
}
|
|
@@ -2229,10 +2291,7 @@
|
|
|
2229
2291
|
margin: 1px auto;
|
|
2230
2292
|
width: 6px;
|
|
2231
2293
|
}
|
|
2232
|
-
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent
|
|
2233
|
-
border-left: 1px solid #4b5563;
|
|
2234
|
-
border-right-width: 0;
|
|
2235
|
-
}
|
|
2294
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent,
|
|
2236
2295
|
.e-schedule.e-rtl .e-month-agenda-view .e-week-number {
|
|
2237
2296
|
border-left: 1px solid #4b5563;
|
|
2238
2297
|
border-right-width: 0;
|
|
@@ -2270,10 +2329,10 @@
|
|
|
2270
2329
|
}
|
|
2271
2330
|
.e-schedule .e-agenda-view .e-resource-column {
|
|
2272
2331
|
border-bottom: 1px solid #4b5563;
|
|
2273
|
-
border-right: 1px solid #4b5563;
|
|
2274
|
-
color: #d1d5db;
|
|
2275
2332
|
vertical-align: top;
|
|
2276
2333
|
width: 75px;
|
|
2334
|
+
color: #d1d5db;
|
|
2335
|
+
border-right: 1px solid #4b5563;
|
|
2277
2336
|
}
|
|
2278
2337
|
.e-schedule .e-agenda-view .e-month-header {
|
|
2279
2338
|
background: #22d3ee;
|
|
@@ -2316,6 +2375,7 @@
|
|
|
2316
2375
|
font-size: 12px;
|
|
2317
2376
|
}
|
|
2318
2377
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2378
|
+
display: -webkit-box;
|
|
2319
2379
|
display: -ms-flexbox;
|
|
2320
2380
|
display: flex;
|
|
2321
2381
|
margin-bottom: 4px;
|
|
@@ -2392,10 +2452,13 @@
|
|
|
2392
2452
|
background: #6b7280;
|
|
2393
2453
|
}
|
|
2394
2454
|
.e-schedule .e-agenda-view .e-appointment.e-template {
|
|
2455
|
+
display: -webkit-inline-box;
|
|
2395
2456
|
display: -ms-inline-flexbox;
|
|
2396
2457
|
display: inline-flex;
|
|
2397
|
-
-
|
|
2398
|
-
|
|
2458
|
+
-webkit-box-orient: horizontal;
|
|
2459
|
+
-webkit-box-direction: reverse;
|
|
2460
|
+
-ms-flex-direction: row-reverse;
|
|
2461
|
+
flex-direction: row-reverse;
|
|
2399
2462
|
}
|
|
2400
2463
|
.e-schedule .e-agenda-view .e-no-event {
|
|
2401
2464
|
color: #9ca3af;
|
|
@@ -2427,9 +2490,9 @@
|
|
|
2427
2490
|
border-right: 3px solid #22d3ee;
|
|
2428
2491
|
}
|
|
2429
2492
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
|
|
2430
|
-
border-bottom: 1px solid #4b5563;
|
|
2431
2493
|
border-left: 1px solid #4b5563;
|
|
2432
2494
|
border-right: 0;
|
|
2495
|
+
border-bottom: 1px solid #4b5563;
|
|
2433
2496
|
vertical-align: top;
|
|
2434
2497
|
width: 75px;
|
|
2435
2498
|
}
|
|
@@ -2654,6 +2717,7 @@
|
|
|
2654
2717
|
|
|
2655
2718
|
.e-dialog.e-quick-dialog {
|
|
2656
2719
|
-webkit-user-select: none;
|
|
2720
|
+
-moz-user-select: none;
|
|
2657
2721
|
-ms-user-select: none;
|
|
2658
2722
|
user-select: none;
|
|
2659
2723
|
width: 320px;
|
|
@@ -2668,7 +2732,8 @@
|
|
|
2668
2732
|
border-top: none;
|
|
2669
2733
|
}
|
|
2670
2734
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
2671
|
-
box-shadow: none;
|
|
2735
|
+
-webkit-box-shadow: none;
|
|
2736
|
+
box-shadow: none;
|
|
2672
2737
|
}
|
|
2673
2738
|
.e-dialog.e-quick-dialog.e-rtl {
|
|
2674
2739
|
text-align: right;
|
|
@@ -2716,19 +2781,22 @@
|
|
|
2716
2781
|
padding-right: 16px;
|
|
2717
2782
|
}
|
|
2718
2783
|
.e-schedule-dialog .e-time-zone-row {
|
|
2784
|
+
display: -webkit-box;
|
|
2719
2785
|
display: -ms-flexbox;
|
|
2720
2786
|
display: flex;
|
|
2721
2787
|
height: 0;
|
|
2722
2788
|
margin-bottom: 0;
|
|
2723
2789
|
overflow: hidden;
|
|
2724
2790
|
padding-bottom: 0;
|
|
2791
|
+
-webkit-transition: 0.3s ease-in-out;
|
|
2725
2792
|
transition: 0.3s ease-in-out;
|
|
2726
2793
|
width: 100%;
|
|
2727
2794
|
}
|
|
2728
2795
|
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
|
|
2729
2796
|
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
|
|
2730
2797
|
display: none;
|
|
2731
|
-
transform: translateY(-100%);
|
|
2798
|
+
-webkit-transform: translateY(-100%);
|
|
2799
|
+
transform: translateY(-100%);
|
|
2732
2800
|
}
|
|
2733
2801
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
2734
2802
|
height: 54px;
|
|
@@ -2737,12 +2805,14 @@
|
|
|
2737
2805
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
|
|
2738
2806
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
|
|
2739
2807
|
display: block;
|
|
2740
|
-
transform: translateY(0);
|
|
2808
|
+
-webkit-transform: translateY(0);
|
|
2809
|
+
transform: translateY(0);
|
|
2741
2810
|
}
|
|
2742
2811
|
.e-schedule-dialog .e-title-location-row,
|
|
2743
2812
|
.e-schedule-dialog .e-start-end-row,
|
|
2744
2813
|
.e-schedule-dialog .e-start-input-container,
|
|
2745
2814
|
.e-schedule-dialog .e-end-input-container {
|
|
2815
|
+
display: -webkit-box;
|
|
2746
2816
|
display: -ms-flexbox;
|
|
2747
2817
|
display: flex;
|
|
2748
2818
|
padding-bottom: 12px;
|
|
@@ -2753,6 +2823,7 @@
|
|
|
2753
2823
|
width: 100%;
|
|
2754
2824
|
}
|
|
2755
2825
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
2826
|
+
display: -webkit-box;
|
|
2756
2827
|
display: -ms-flexbox;
|
|
2757
2828
|
display: flex;
|
|
2758
2829
|
padding-bottom: 12px;
|
|
@@ -2823,6 +2894,7 @@
|
|
|
2823
2894
|
}
|
|
2824
2895
|
}
|
|
2825
2896
|
.e-ddl.e-popup .e-resource-template {
|
|
2897
|
+
display: -webkit-box;
|
|
2826
2898
|
display: -ms-flexbox;
|
|
2827
2899
|
display: flex;
|
|
2828
2900
|
padding: 0 10px;
|
|
@@ -2855,7 +2927,8 @@
|
|
|
2855
2927
|
.e-bigger .e-schedule-dialog .e-event-cancel,
|
|
2856
2928
|
.e-bigger .e-schedule-dialog .e-event-delete {
|
|
2857
2929
|
border: none;
|
|
2858
|
-
box-shadow: none;
|
|
2930
|
+
-webkit-box-shadow: none;
|
|
2931
|
+
box-shadow: none;
|
|
2859
2932
|
}
|
|
2860
2933
|
.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
|
|
2861
2934
|
float: left;
|
|
@@ -2879,6 +2952,7 @@
|
|
|
2879
2952
|
display: none;
|
|
2880
2953
|
}
|
|
2881
2954
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
2955
|
+
display: -webkit-box;
|
|
2882
2956
|
display: -ms-flexbox;
|
|
2883
2957
|
display: flex;
|
|
2884
2958
|
height: 64px;
|
|
@@ -2888,6 +2962,7 @@
|
|
|
2888
2962
|
.e-bigger .e-schedule-dialog .e-start-input-container,
|
|
2889
2963
|
.e-bigger .e-schedule-dialog .e-end-input-container,
|
|
2890
2964
|
.e-bigger .e-schedule-dialog .e-time-zone-row {
|
|
2965
|
+
display: -webkit-box;
|
|
2891
2966
|
display: -ms-flexbox;
|
|
2892
2967
|
display: flex;
|
|
2893
2968
|
padding-bottom: 12px;
|
|
@@ -2898,6 +2973,7 @@
|
|
|
2898
2973
|
width: 100%;
|
|
2899
2974
|
}
|
|
2900
2975
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
2976
|
+
display: -webkit-box;
|
|
2901
2977
|
display: -ms-flexbox;
|
|
2902
2978
|
display: flex;
|
|
2903
2979
|
padding-bottom: 20px;
|
|
@@ -2963,7 +3039,8 @@
|
|
|
2963
3039
|
}
|
|
2964
3040
|
.e-schedule-dialog.e-device .e-dlg-header-content {
|
|
2965
3041
|
background: #1f2937;
|
|
2966
|
-
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
3042
|
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
3043
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
2967
3044
|
margin-bottom: 3px;
|
|
2968
3045
|
}
|
|
2969
3046
|
.e-schedule-dialog.e-device .e-title-location-row,
|
|
@@ -3024,6 +3101,7 @@
|
|
|
3024
3101
|
margin-right: 20px;
|
|
3025
3102
|
}
|
|
3026
3103
|
.e-schedule-dialog.e-device .e-title-header {
|
|
3104
|
+
display: -webkit-box;
|
|
3027
3105
|
display: -ms-flexbox;
|
|
3028
3106
|
display: flex;
|
|
3029
3107
|
width: 100%;
|
|
@@ -3089,7 +3167,8 @@
|
|
|
3089
3167
|
}
|
|
3090
3168
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
|
|
3091
3169
|
border: 0;
|
|
3092
|
-
box-shadow: none;
|
|
3170
|
+
-webkit-box-shadow: none;
|
|
3171
|
+
box-shadow: none;
|
|
3093
3172
|
margin: -3px 5px;
|
|
3094
3173
|
position: absolute;
|
|
3095
3174
|
}
|
|
@@ -3103,12 +3182,14 @@
|
|
|
3103
3182
|
.e-quick-popup-wrapper {
|
|
3104
3183
|
background: #1f2937;
|
|
3105
3184
|
border-radius: 6px;
|
|
3106
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3185
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3186
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3107
3187
|
color: #fff;
|
|
3108
3188
|
max-width: 365px;
|
|
3109
3189
|
min-width: 320px;
|
|
3110
3190
|
opacity: 1;
|
|
3111
3191
|
-webkit-user-select: none;
|
|
3192
|
+
-moz-user-select: none;
|
|
3112
3193
|
-ms-user-select: none;
|
|
3113
3194
|
user-select: none;
|
|
3114
3195
|
width: 100%;
|
|
@@ -3216,10 +3297,12 @@
|
|
|
3216
3297
|
}
|
|
3217
3298
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3218
3299
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
3300
|
+
display: -webkit-box;
|
|
3219
3301
|
display: -ms-flexbox;
|
|
3220
3302
|
display: flex;
|
|
3221
|
-
-
|
|
3222
|
-
|
|
3303
|
+
-webkit-box-pack: end;
|
|
3304
|
+
-ms-flex-pack: end;
|
|
3305
|
+
justify-content: flex-end;
|
|
3223
3306
|
}
|
|
3224
3307
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
|
|
3225
3308
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
|
|
@@ -3241,6 +3324,7 @@
|
|
|
3241
3324
|
.e-quick-popup-wrapper .e-event-popup .e-description,
|
|
3242
3325
|
.e-quick-popup-wrapper .e-event-popup .e-resource {
|
|
3243
3326
|
color: #fff;
|
|
3327
|
+
display: -webkit-box;
|
|
3244
3328
|
display: -ms-flexbox;
|
|
3245
3329
|
display: flex;
|
|
3246
3330
|
padding-top: 12px;
|
|
@@ -3363,8 +3447,9 @@
|
|
|
3363
3447
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
|
|
3364
3448
|
margin-left: 0;
|
|
3365
3449
|
margin-right: auto;
|
|
3366
|
-
-
|
|
3367
|
-
order: -1;
|
|
3450
|
+
-webkit-box-ordinal-group: 0;
|
|
3451
|
+
-ms-flex-order: -1;
|
|
3452
|
+
order: -1;
|
|
3368
3453
|
}
|
|
3369
3454
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3370
3455
|
padding: 12px 24px;
|
|
@@ -3373,6 +3458,7 @@
|
|
|
3373
3458
|
padding: 12px 24px;
|
|
3374
3459
|
}
|
|
3375
3460
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
|
|
3461
|
+
display: -webkit-box;
|
|
3376
3462
|
display: -ms-flexbox;
|
|
3377
3463
|
display: flex;
|
|
3378
3464
|
padding: 15px;
|
|
@@ -3506,8 +3592,10 @@
|
|
|
3506
3592
|
.e-appointment.e-schedule-event-clone {
|
|
3507
3593
|
background: #22d3ee;
|
|
3508
3594
|
border-radius: 2px;
|
|
3509
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3595
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3596
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3510
3597
|
color: #000;
|
|
3598
|
+
display: -webkit-box;
|
|
3511
3599
|
display: -ms-flexbox;
|
|
3512
3600
|
display: flex;
|
|
3513
3601
|
height: 38px;
|
|
@@ -3526,15 +3614,17 @@
|
|
|
3526
3614
|
display: none;
|
|
3527
3615
|
}
|
|
3528
3616
|
.e-appointment.e-schedule-event-clone .e-appointment-details {
|
|
3529
|
-
-
|
|
3530
|
-
flex: auto;
|
|
3617
|
+
-webkit-box-flex: 1;
|
|
3618
|
+
-ms-flex: auto;
|
|
3619
|
+
flex: auto;
|
|
3531
3620
|
overflow: hidden;
|
|
3532
3621
|
padding: 0 4px;
|
|
3533
3622
|
text-align: left;
|
|
3534
3623
|
}
|
|
3535
3624
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
3536
|
-
-
|
|
3537
|
-
flex: auto;
|
|
3625
|
+
-webkit-box-flex: 1;
|
|
3626
|
+
-ms-flex: auto;
|
|
3627
|
+
flex: auto;
|
|
3538
3628
|
overflow: hidden;
|
|
3539
3629
|
}
|
|
3540
3630
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
@@ -3579,7 +3669,8 @@
|
|
|
3579
3669
|
background: #1f2937;
|
|
3580
3670
|
border: 1px solid #4b5563;
|
|
3581
3671
|
border-radius: 6px;
|
|
3582
|
-
box-shadow: none;
|
|
3672
|
+
-webkit-box-shadow: none;
|
|
3673
|
+
box-shadow: none;
|
|
3583
3674
|
opacity: 1;
|
|
3584
3675
|
padding: 8px 0;
|
|
3585
3676
|
width: 225px;
|
|
@@ -3610,7 +3701,8 @@
|
|
|
3610
3701
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3611
3702
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3612
3703
|
border: 0;
|
|
3613
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3704
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3705
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3614
3706
|
}
|
|
3615
3707
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3616
3708
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
@@ -3648,7 +3740,8 @@
|
|
|
3648
3740
|
.e-more-popup-wrapper .e-more-event-close {
|
|
3649
3741
|
background: transparent;
|
|
3650
3742
|
border: 0;
|
|
3651
|
-
box-shadow: none;
|
|
3743
|
+
-webkit-box-shadow: none;
|
|
3744
|
+
box-shadow: none;
|
|
3652
3745
|
color: #d1d5db;
|
|
3653
3746
|
cursor: pointer;
|
|
3654
3747
|
height: 25px;
|
|
@@ -3677,6 +3770,7 @@
|
|
|
3677
3770
|
background: #22d3ee;
|
|
3678
3771
|
border-radius: 2px;
|
|
3679
3772
|
color: #000;
|
|
3773
|
+
display: -webkit-box;
|
|
3680
3774
|
display: -ms-flexbox;
|
|
3681
3775
|
display: flex;
|
|
3682
3776
|
height: 26px;
|
|
@@ -3688,8 +3782,9 @@
|
|
|
3688
3782
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
3689
3783
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
3690
3784
|
color: #000;
|
|
3691
|
-
-
|
|
3692
|
-
flex: auto;
|
|
3785
|
+
-webkit-box-flex: 1;
|
|
3786
|
+
-ms-flex: auto;
|
|
3787
|
+
flex: auto;
|
|
3693
3788
|
font-size: 13px;
|
|
3694
3789
|
font-weight: 500;
|
|
3695
3790
|
overflow: hidden;
|
|
@@ -3723,7 +3818,8 @@
|
|
|
3723
3818
|
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
3724
3819
|
.e-more-popup-wrapper .e-appointment:focus {
|
|
3725
3820
|
border: 0;
|
|
3726
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3821
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3822
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3727
3823
|
}
|
|
3728
3824
|
.e-bigger .e-more-popup-wrapper.e-device,
|
|
3729
3825
|
.e-more-popup-wrapper.e-device {
|
|
@@ -3756,7 +3852,6 @@
|
|
|
3756
3852
|
right: auto;
|
|
3757
3853
|
}
|
|
3758
3854
|
|
|
3759
|
-
/*! schedule component theme */
|
|
3760
3855
|
.e-schedule {
|
|
3761
3856
|
background: #1f2937;
|
|
3762
3857
|
border: 1px solid #4b5563;
|
|
@@ -3769,7 +3864,8 @@
|
|
|
3769
3864
|
}
|
|
3770
3865
|
.e-schedule .e-header-calendar {
|
|
3771
3866
|
background-color: #374151;
|
|
3772
|
-
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3867
|
+
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3868
|
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
3773
3869
|
}
|
|
3774
3870
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3775
3871
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
@@ -3933,6 +4029,8 @@
|
|
|
3933
4029
|
color: #000;
|
|
3934
4030
|
min-width: 20px;
|
|
3935
4031
|
padding: 0 4px;
|
|
4032
|
+
width: -webkit-fit-content;
|
|
4033
|
+
width: -moz-fit-content;
|
|
3936
4034
|
width: fit-content;
|
|
3937
4035
|
}
|
|
3938
4036
|
.e-schedule .e-month-view .e-selected-cell,
|
|
@@ -4103,7 +4201,8 @@
|
|
|
4103
4201
|
}
|
|
4104
4202
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4105
4203
|
background: #374151;
|
|
4106
|
-
box-shadow: inset 0 0 0 8px #232e3e;
|
|
4204
|
+
-webkit-box-shadow: inset 0 0 0 8px #232e3e;
|
|
4205
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
4107
4206
|
}
|
|
4108
4207
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4109
4208
|
background: #374151;
|