@syncfusion/ej2-schedule 20.1.50 → 20.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- 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 +8 -2
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +8 -2
- 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 +15 -15
- package/src/schedule/base/schedule.js +1 -1
- package/src/schedule/event-renderer/event-base.js +3 -0
- package/src/schedule/event-renderer/month.js +1 -1
- package/src/schedule/event-renderer/vertical-view.js +3 -0
- package/styles/bootstrap-dark.css +83 -968
- package/styles/bootstrap.css +83 -967
- package/styles/bootstrap4.css +83 -990
- package/styles/bootstrap5-dark.css +83 -988
- package/styles/bootstrap5.css +83 -988
- package/styles/fabric-dark.css +83 -968
- package/styles/fabric.css +83 -970
- package/styles/fluent-dark.css +83 -968
- package/styles/fluent.css +83 -968
- package/styles/highcontrast-light.css +83 -967
- package/styles/highcontrast.css +83 -972
- package/styles/material-dark.css +83 -967
- package/styles/material.css +83 -967
- package/styles/recurrence-editor/bootstrap-dark.css +6 -94
- package/styles/recurrence-editor/bootstrap.css +6 -94
- package/styles/recurrence-editor/bootstrap4.css +6 -94
- package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
- package/styles/recurrence-editor/bootstrap5.css +6 -94
- package/styles/recurrence-editor/fabric-dark.css +6 -94
- package/styles/recurrence-editor/fabric.css +6 -94
- package/styles/recurrence-editor/fluent-dark.css +6 -94
- package/styles/recurrence-editor/fluent.css +6 -94
- package/styles/recurrence-editor/highcontrast-light.css +6 -94
- package/styles/recurrence-editor/highcontrast.css +6 -94
- package/styles/recurrence-editor/material-dark.css +6 -94
- package/styles/recurrence-editor/material.css +6 -94
- package/styles/recurrence-editor/tailwind-dark.css +6 -94
- package/styles/recurrence-editor/tailwind.css +6 -94
- package/styles/schedule/bootstrap-dark.css +78 -875
- package/styles/schedule/bootstrap.css +78 -874
- package/styles/schedule/bootstrap4.css +78 -897
- package/styles/schedule/bootstrap5-dark.css +78 -895
- package/styles/schedule/bootstrap5.css +78 -895
- package/styles/schedule/fabric-dark.css +78 -875
- package/styles/schedule/fabric.css +78 -877
- package/styles/schedule/fluent-dark.css +78 -875
- package/styles/schedule/fluent.css +78 -875
- package/styles/schedule/highcontrast-light.css +78 -874
- package/styles/schedule/highcontrast.css +78 -879
- package/styles/schedule/material-dark.css +78 -874
- package/styles/schedule/material.css +78 -874
- package/styles/schedule/tailwind-dark.css +78 -895
- package/styles/schedule/tailwind.css +78 -895
- package/styles/tailwind-dark.css +83 -988
- package/styles/tailwind.css +83 -988
|
@@ -2,203 +2,158 @@
|
|
|
2
2
|
/*! recurrence editor theme wise definitions*/
|
|
3
3
|
/*! Schedule component's tailwind theme definitions and variables */
|
|
4
4
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
|
-
content:
|
|
5
|
+
content: "\e765";
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-schedule .e-schedule-toolbar .e-icon-next::before {
|
|
9
|
-
content:
|
|
8
|
+
content: "\e748";
|
|
10
9
|
}
|
|
11
|
-
|
|
12
10
|
.e-schedule .e-schedule-toolbar .e-icon-add::before {
|
|
13
|
-
content:
|
|
11
|
+
content: "\e805";
|
|
14
12
|
}
|
|
15
|
-
|
|
16
13
|
.e-schedule .e-schedule-toolbar .e-icon-today::before {
|
|
17
|
-
content:
|
|
14
|
+
content: "\e778";
|
|
18
15
|
}
|
|
19
|
-
|
|
20
16
|
.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before {
|
|
21
|
-
content:
|
|
17
|
+
content: "\e729";
|
|
22
18
|
}
|
|
23
|
-
|
|
24
19
|
.e-schedule .e-schedule-toolbar .e-icon-day::before {
|
|
25
|
-
content:
|
|
20
|
+
content: "\e75e";
|
|
26
21
|
}
|
|
27
|
-
|
|
28
22
|
.e-schedule .e-schedule-toolbar .e-icon-week::before {
|
|
29
|
-
content:
|
|
23
|
+
content: "\e817";
|
|
30
24
|
}
|
|
31
|
-
|
|
32
25
|
.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
|
|
33
|
-
content:
|
|
26
|
+
content: "\e817";
|
|
34
27
|
}
|
|
35
|
-
|
|
36
28
|
.e-schedule .e-schedule-toolbar .e-icon-month::before {
|
|
37
|
-
content:
|
|
29
|
+
content: "\e7c5";
|
|
38
30
|
}
|
|
39
|
-
|
|
40
31
|
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
|
|
41
|
-
content:
|
|
32
|
+
content: "\e75b";
|
|
42
33
|
}
|
|
43
|
-
|
|
44
34
|
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
|
|
45
|
-
content:
|
|
35
|
+
content: "\e74c";
|
|
46
36
|
}
|
|
47
|
-
|
|
48
37
|
.e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
49
|
-
content:
|
|
38
|
+
content: "\e7c5";
|
|
50
39
|
}
|
|
51
|
-
|
|
52
40
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
|
|
53
|
-
content:
|
|
41
|
+
content: "\e876";
|
|
54
42
|
}
|
|
55
|
-
|
|
56
43
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
57
|
-
content:
|
|
44
|
+
content: "\e876";
|
|
58
45
|
}
|
|
59
|
-
|
|
60
46
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
|
|
61
|
-
content:
|
|
47
|
+
content: "\e7da";
|
|
62
48
|
}
|
|
63
|
-
|
|
64
49
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before {
|
|
65
|
-
content:
|
|
50
|
+
content: "\e81f";
|
|
66
51
|
}
|
|
67
|
-
|
|
68
52
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
|
|
69
|
-
content:
|
|
53
|
+
content: "\e720";
|
|
70
54
|
}
|
|
71
|
-
|
|
72
55
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
|
|
73
|
-
content:
|
|
56
|
+
content: "\e876";
|
|
74
57
|
}
|
|
75
|
-
|
|
76
58
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before {
|
|
77
|
-
content:
|
|
59
|
+
content: "\e770";
|
|
78
60
|
}
|
|
79
|
-
|
|
80
61
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
|
|
81
|
-
content:
|
|
62
|
+
content: "\e770";
|
|
82
63
|
}
|
|
83
|
-
|
|
84
64
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before {
|
|
85
|
-
content:
|
|
65
|
+
content: "\e748";
|
|
86
66
|
}
|
|
87
|
-
|
|
88
67
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before {
|
|
89
|
-
content:
|
|
68
|
+
content: "\e765";
|
|
90
69
|
}
|
|
91
|
-
|
|
92
70
|
.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before {
|
|
93
|
-
content:
|
|
71
|
+
content: "\e799";
|
|
94
72
|
}
|
|
95
|
-
|
|
96
73
|
.e-schedule .e-schedule-resource-toolbar .e-icon-next::before {
|
|
97
|
-
content:
|
|
74
|
+
content: "\e748";
|
|
98
75
|
}
|
|
99
|
-
|
|
100
76
|
.e-schedule .e-close-icon::before {
|
|
101
|
-
content:
|
|
77
|
+
content: "\e7e7";
|
|
102
78
|
}
|
|
103
|
-
|
|
104
79
|
.e-schedule .e-block-indicator::before {
|
|
105
|
-
content:
|
|
80
|
+
content: "\e839";
|
|
106
81
|
}
|
|
107
|
-
|
|
108
82
|
.e-schedule .e-appointment .e-recurrence-icon::before {
|
|
109
|
-
content:
|
|
83
|
+
content: "\e772";
|
|
110
84
|
}
|
|
111
|
-
|
|
112
85
|
.e-schedule .e-appointment .e-recurrence-edit-icon::before {
|
|
113
|
-
content:
|
|
86
|
+
content: "\e789";
|
|
114
87
|
}
|
|
115
|
-
|
|
116
88
|
.e-schedule .e-appointment .e-up-icon::before {
|
|
117
|
-
content:
|
|
89
|
+
content: "\e822";
|
|
118
90
|
}
|
|
119
|
-
|
|
120
91
|
.e-schedule .e-appointment .e-down-icon::before {
|
|
121
|
-
content:
|
|
92
|
+
content: "\e7fe";
|
|
122
93
|
}
|
|
123
|
-
|
|
124
94
|
.e-schedule .e-appointment .e-left-icon::before {
|
|
125
|
-
content:
|
|
95
|
+
content: "\e744";
|
|
126
96
|
}
|
|
127
|
-
|
|
128
97
|
.e-schedule .e-appointment .e-right-icon::before {
|
|
129
|
-
content:
|
|
98
|
+
content: "\e7a9";
|
|
130
99
|
}
|
|
131
|
-
|
|
132
100
|
.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before {
|
|
133
|
-
content:
|
|
101
|
+
content: "\e729";
|
|
134
102
|
}
|
|
135
|
-
|
|
136
103
|
.e-schedule.e-rtl .e-appointment .e-left-icon::before {
|
|
137
|
-
content:
|
|
104
|
+
content: "\e7a9";
|
|
138
105
|
}
|
|
139
|
-
|
|
140
106
|
.e-schedule.e-rtl .e-appointment .e-right-icon::before {
|
|
141
|
-
content:
|
|
107
|
+
content: "\e744";
|
|
142
108
|
}
|
|
143
|
-
|
|
144
109
|
.e-schedule .e-resource-tree-icon::before {
|
|
145
|
-
content:
|
|
110
|
+
content: "\e748";
|
|
146
111
|
}
|
|
147
112
|
|
|
148
113
|
.e-schedule-dialog.e-device .e-back-icon::before {
|
|
149
|
-
content:
|
|
114
|
+
content: "\e773";
|
|
150
115
|
}
|
|
151
|
-
|
|
152
116
|
.e-schedule-dialog.e-device .e-save-icon::before {
|
|
153
|
-
content:
|
|
117
|
+
content: "\e7c8";
|
|
154
118
|
}
|
|
155
|
-
|
|
156
119
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
|
|
157
|
-
content:
|
|
120
|
+
content: "\e730";
|
|
158
121
|
}
|
|
159
122
|
|
|
160
123
|
.e-schedule-dialog.e-device.e-rtl .e-back-icon::before {
|
|
161
|
-
content:
|
|
124
|
+
content: "\e7f9";
|
|
162
125
|
}
|
|
163
126
|
|
|
164
127
|
.e-quick-popup-wrapper .e-edit-icon::before {
|
|
165
|
-
content:
|
|
128
|
+
content: "\e730";
|
|
166
129
|
}
|
|
167
|
-
|
|
168
130
|
.e-quick-popup-wrapper .e-delete-icon::before {
|
|
169
|
-
content:
|
|
131
|
+
content: "\e820";
|
|
170
132
|
}
|
|
171
|
-
|
|
172
133
|
.e-quick-popup-wrapper .e-close-icon::before {
|
|
173
|
-
content:
|
|
134
|
+
content: "\e7e7";
|
|
174
135
|
}
|
|
175
|
-
|
|
176
136
|
.e-quick-popup-wrapper .e-time-icon::before {
|
|
177
|
-
content:
|
|
137
|
+
content: "\e705";
|
|
178
138
|
}
|
|
179
|
-
|
|
180
139
|
.e-quick-popup-wrapper .e-location-icon::before {
|
|
181
|
-
content:
|
|
140
|
+
content: "\e756";
|
|
182
141
|
}
|
|
183
|
-
|
|
184
142
|
.e-quick-popup-wrapper .e-time-zone-icon::before {
|
|
185
|
-
content:
|
|
143
|
+
content: "\e804";
|
|
186
144
|
}
|
|
187
|
-
|
|
188
145
|
.e-quick-popup-wrapper .e-description-icon::before {
|
|
189
|
-
content:
|
|
146
|
+
content: "\e7c0";
|
|
190
147
|
}
|
|
191
|
-
|
|
192
148
|
.e-quick-popup-wrapper .e-resource-icon::before {
|
|
193
|
-
content:
|
|
149
|
+
content: "\e7b9";
|
|
194
150
|
}
|
|
195
|
-
|
|
196
151
|
.e-quick-popup-wrapper .e-date-time-icon::before {
|
|
197
|
-
content:
|
|
152
|
+
content: "\e7da";
|
|
198
153
|
}
|
|
199
154
|
|
|
200
155
|
.e-more-popup-wrapper.e-device .e-close-icon::before {
|
|
201
|
-
content:
|
|
156
|
+
content: "\e7e7";
|
|
202
157
|
}
|
|
203
158
|
|
|
204
159
|
/*! schedule component layout */
|
|
@@ -211,7 +166,6 @@
|
|
|
211
166
|
-ms-user-select: none;
|
|
212
167
|
user-select: none;
|
|
213
168
|
}
|
|
214
|
-
|
|
215
169
|
.e-schedule .e-schedule-toolbar {
|
|
216
170
|
background: #f3f4f6;
|
|
217
171
|
border: 0;
|
|
@@ -220,152 +174,106 @@
|
|
|
220
174
|
margin-bottom: 3px;
|
|
221
175
|
min-height: 38px;
|
|
222
176
|
}
|
|
223
|
-
|
|
224
177
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
|
|
225
178
|
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
|
|
226
179
|
color: #4f46e5;
|
|
227
180
|
}
|
|
228
|
-
|
|
229
181
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
230
182
|
cursor: pointer;
|
|
231
183
|
font-size: 14px;
|
|
232
184
|
text-transform: none;
|
|
233
185
|
}
|
|
234
|
-
|
|
235
186
|
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
236
187
|
background: #f3f4f6;
|
|
237
188
|
}
|
|
238
|
-
|
|
239
189
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
240
190
|
height: 38px;
|
|
241
191
|
min-height: 38px;
|
|
242
192
|
}
|
|
243
|
-
|
|
244
193
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
245
194
|
height: inherit;
|
|
246
195
|
}
|
|
247
|
-
|
|
248
196
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
|
|
249
197
|
font-size: 18px;
|
|
250
198
|
padding-top: 0;
|
|
251
199
|
}
|
|
252
|
-
|
|
253
200
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
254
201
|
border-radius: 100%;
|
|
255
202
|
}
|
|
256
|
-
|
|
257
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,
|
|
258
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,
|
|
259
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,
|
|
260
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,
|
|
261
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year,
|
|
262
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,
|
|
263
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,
|
|
264
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,
|
|
265
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,
|
|
266
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,
|
|
267
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,
|
|
268
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,
|
|
269
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,
|
|
270
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,
|
|
271
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,
|
|
272
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
203
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
273
204
|
display: none;
|
|
274
205
|
}
|
|
275
|
-
|
|
276
206
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
|
|
277
207
|
display: none;
|
|
278
208
|
}
|
|
279
|
-
|
|
280
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev,
|
|
281
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
|
|
209
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
|
|
282
210
|
font-size: 18px;
|
|
283
211
|
}
|
|
284
|
-
|
|
285
212
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
286
213
|
border-right: 1px solid #e5e7eb;
|
|
287
214
|
}
|
|
288
|
-
|
|
289
215
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text {
|
|
290
216
|
font-size: 14px;
|
|
291
217
|
text-transform: initial;
|
|
292
218
|
}
|
|
293
|
-
|
|
294
219
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
295
220
|
padding: 0 12px;
|
|
296
221
|
}
|
|
297
|
-
|
|
298
222
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
299
223
|
background: #f3f4f6;
|
|
300
224
|
border-left: 0;
|
|
301
225
|
border-right: 1px solid #e5e7eb;
|
|
302
226
|
}
|
|
303
|
-
|
|
304
227
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
305
228
|
background-color: #e5e7eb;
|
|
306
229
|
color: rgba(79, 70, 229, 0.87);
|
|
307
230
|
}
|
|
308
|
-
|
|
309
231
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
310
232
|
border-left: 1px solid #e5e7eb;
|
|
311
233
|
}
|
|
312
|
-
|
|
313
234
|
.e-schedule .e-schedule-toolbar .e-hor-nav::after {
|
|
314
|
-
content:
|
|
235
|
+
content: "";
|
|
315
236
|
}
|
|
316
|
-
|
|
317
237
|
.e-schedule .e-schedule-toolbar .e-hor-nav:active {
|
|
318
238
|
color: rgba(79, 70, 229, 0.87);
|
|
319
239
|
}
|
|
320
|
-
|
|
321
240
|
.e-schedule .e-schedule-toolbar .e-hor-nav:active::after {
|
|
322
|
-
content:
|
|
241
|
+
content: "";
|
|
323
242
|
}
|
|
324
|
-
|
|
325
243
|
.e-schedule .e-schedule-toolbar .e-hor-nav:hover {
|
|
326
244
|
background: #e5e7eb;
|
|
327
245
|
color: rgba(79, 70, 229, 0.87);
|
|
328
246
|
}
|
|
329
|
-
|
|
330
247
|
.e-schedule .e-schedule-toolbar .e-hor-nav:focus {
|
|
331
248
|
background: #e5e7eb;
|
|
332
249
|
color: rgba(79, 70, 229, 0.87);
|
|
333
250
|
}
|
|
334
|
-
|
|
335
251
|
.e-schedule.e-device .e-schedule-toolbar {
|
|
336
252
|
height: 54px;
|
|
337
253
|
min-height: 54px;
|
|
338
254
|
}
|
|
339
|
-
|
|
340
255
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
341
256
|
height: calc(100% - 20px);
|
|
342
257
|
}
|
|
343
|
-
|
|
344
258
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
345
259
|
height: 54px;
|
|
346
260
|
min-height: 54px;
|
|
347
261
|
}
|
|
348
|
-
|
|
349
262
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
350
263
|
height: inherit;
|
|
351
264
|
}
|
|
352
|
-
|
|
353
265
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
354
266
|
font-size: 16px;
|
|
355
267
|
}
|
|
356
|
-
|
|
357
268
|
.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text {
|
|
358
269
|
font-size: 16px;
|
|
359
270
|
}
|
|
360
|
-
|
|
361
271
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
362
272
|
overflow: auto;
|
|
363
273
|
}
|
|
364
|
-
|
|
365
274
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
366
275
|
overflow: hidden;
|
|
367
276
|
}
|
|
368
|
-
|
|
369
277
|
.e-schedule .e-schedule-resource-toolbar {
|
|
370
278
|
background: #f3f4f6;
|
|
371
279
|
border-bottom: 0;
|
|
@@ -376,69 +284,56 @@
|
|
|
376
284
|
min-height: 38px;
|
|
377
285
|
padding: 10px;
|
|
378
286
|
}
|
|
379
|
-
|
|
380
287
|
.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu {
|
|
381
288
|
color: #6b7280;
|
|
382
289
|
font-size: 14px;
|
|
383
290
|
padding: 7px;
|
|
384
291
|
padding-left: 4px;
|
|
385
292
|
}
|
|
386
|
-
|
|
387
293
|
.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable {
|
|
388
294
|
display: none;
|
|
389
295
|
}
|
|
390
|
-
|
|
391
296
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
|
|
392
297
|
display: -ms-flexbox;
|
|
393
298
|
display: flex;
|
|
394
299
|
}
|
|
395
|
-
|
|
396
300
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name {
|
|
397
301
|
font-size: 14px;
|
|
398
302
|
padding: 5px;
|
|
399
303
|
color: #6b7280;
|
|
400
304
|
}
|
|
401
|
-
|
|
402
305
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) {
|
|
403
|
-
opacity: .6;
|
|
306
|
+
opacity: 0.6;
|
|
404
307
|
}
|
|
405
|
-
|
|
406
308
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
|
|
407
309
|
color: #6b7280;
|
|
408
310
|
font-size: 10px;
|
|
409
311
|
line-height: 18px;
|
|
410
|
-
opacity: .4;
|
|
312
|
+
opacity: 0.4;
|
|
411
313
|
padding: 5px;
|
|
412
314
|
}
|
|
413
|
-
|
|
414
315
|
.e-schedule .e-schedule-resource-toolbar.e-popup-close {
|
|
415
316
|
display: none;
|
|
416
317
|
}
|
|
417
|
-
|
|
418
318
|
.e-schedule .e-schedule-resource-toolbar.e-popup-open {
|
|
419
319
|
display: block;
|
|
420
320
|
}
|
|
421
|
-
|
|
422
321
|
.e-schedule .e-text-ellipsis {
|
|
423
322
|
overflow: hidden;
|
|
424
323
|
text-overflow: ellipsis;
|
|
425
324
|
}
|
|
426
|
-
|
|
427
325
|
.e-schedule .e-text-center {
|
|
428
326
|
text-align: center;
|
|
429
327
|
}
|
|
430
|
-
|
|
431
328
|
.e-schedule .e-table-container {
|
|
432
329
|
display: -ms-inline-flexbox;
|
|
433
330
|
display: inline-flex;
|
|
434
331
|
position: relative;
|
|
435
332
|
vertical-align: top;
|
|
436
333
|
}
|
|
437
|
-
|
|
438
334
|
.e-schedule .e-table-container.e-translate {
|
|
439
|
-
transition: transform .3s ease 0s;
|
|
335
|
+
transition: transform 0.3s ease 0s;
|
|
440
336
|
}
|
|
441
|
-
|
|
442
337
|
.e-schedule .e-resource-tree-popup {
|
|
443
338
|
background: #f9fafb;
|
|
444
339
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
@@ -447,37 +342,32 @@
|
|
|
447
342
|
width: 250px;
|
|
448
343
|
color: #111827;
|
|
449
344
|
}
|
|
450
|
-
|
|
451
345
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
452
346
|
height: 100%;
|
|
453
347
|
overflow-y: auto;
|
|
454
348
|
}
|
|
455
|
-
|
|
456
349
|
.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content {
|
|
457
350
|
padding: 0 0 0 12px;
|
|
458
351
|
}
|
|
459
|
-
|
|
460
352
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
461
353
|
background-color: rgba(107, 114, 128, 0.75);
|
|
462
354
|
height: 100%;
|
|
463
355
|
left: 0;
|
|
464
|
-
opacity: .5;
|
|
356
|
+
opacity: 0.5;
|
|
465
357
|
position: absolute;
|
|
466
358
|
top: 0;
|
|
467
359
|
width: 100%;
|
|
468
360
|
}
|
|
469
|
-
|
|
470
361
|
.e-schedule .e-new-event {
|
|
471
362
|
background-color: #4f46e5;
|
|
472
363
|
border: 1px solid #fff;
|
|
473
364
|
border-radius: 5px;
|
|
474
365
|
height: 100%;
|
|
475
|
-
opacity: .9;
|
|
366
|
+
opacity: 0.9;
|
|
476
367
|
position: relative;
|
|
477
368
|
width: 100%;
|
|
478
369
|
z-index: 1;
|
|
479
370
|
}
|
|
480
|
-
|
|
481
371
|
.e-schedule .e-new-event .e-title {
|
|
482
372
|
color: #fff;
|
|
483
373
|
font-size: 12px;
|
|
@@ -490,7 +380,6 @@
|
|
|
490
380
|
white-space: normal;
|
|
491
381
|
word-wrap: break-word;
|
|
492
382
|
}
|
|
493
|
-
|
|
494
383
|
.e-schedule .e-schedule-table {
|
|
495
384
|
border: 0 none;
|
|
496
385
|
border-collapse: separate;
|
|
@@ -499,7 +388,6 @@
|
|
|
499
388
|
table-layout: fixed;
|
|
500
389
|
width: 100%;
|
|
501
390
|
}
|
|
502
|
-
|
|
503
391
|
.e-schedule .e-schedule-table > tbody > tr > th,
|
|
504
392
|
.e-schedule .e-schedule-table > tbody > tr > td {
|
|
505
393
|
box-sizing: border-box;
|
|
@@ -508,64 +396,51 @@
|
|
|
508
396
|
text-overflow: ellipsis;
|
|
509
397
|
white-space: nowrap;
|
|
510
398
|
}
|
|
511
|
-
|
|
512
399
|
.e-schedule .e-outer-table > tbody > tr > td {
|
|
513
400
|
padding: 0;
|
|
514
401
|
vertical-align: top;
|
|
515
402
|
}
|
|
516
|
-
|
|
517
403
|
.e-schedule .e-content-wrap {
|
|
518
404
|
position: relative;
|
|
519
405
|
}
|
|
520
|
-
|
|
521
406
|
.e-schedule .e-content-wrap .e-day-wrapper {
|
|
522
407
|
width: 100%;
|
|
523
408
|
}
|
|
524
|
-
|
|
525
409
|
.e-schedule .e-content-placeholder {
|
|
526
410
|
height: 100%;
|
|
527
411
|
position: relative;
|
|
528
412
|
width: 100%;
|
|
529
413
|
z-index: 99999;
|
|
530
414
|
}
|
|
531
|
-
|
|
532
415
|
.e-schedule .e-content-wrap,
|
|
533
416
|
.e-schedule .e-scroll-container {
|
|
534
417
|
-webkit-overflow-scrolling: touch;
|
|
535
418
|
overflow: auto;
|
|
536
419
|
}
|
|
537
|
-
|
|
538
420
|
.e-schedule .e-hide-childs > * {
|
|
539
421
|
display: none;
|
|
540
422
|
}
|
|
541
|
-
|
|
542
423
|
.e-schedule .e-recurrence-icon,
|
|
543
424
|
.e-schedule .e-recurrence-edit-icon {
|
|
544
425
|
font-size: 11px;
|
|
545
426
|
}
|
|
546
|
-
|
|
547
427
|
.e-schedule .e-left-icon,
|
|
548
428
|
.e-schedule .e-right-icon {
|
|
549
429
|
font-size: 8px;
|
|
550
430
|
}
|
|
551
|
-
|
|
552
431
|
.e-schedule .e-m-date {
|
|
553
432
|
cursor: pointer;
|
|
554
433
|
font-size: 20px;
|
|
555
434
|
}
|
|
556
|
-
|
|
557
435
|
.e-schedule .e-m-date:hover {
|
|
558
436
|
text-decoration: underline;
|
|
559
437
|
}
|
|
560
|
-
|
|
561
438
|
.e-schedule .e-m-day {
|
|
562
439
|
font-size: 12px;
|
|
563
440
|
}
|
|
564
|
-
|
|
565
441
|
.e-schedule.e-device .e-m-date:hover {
|
|
566
442
|
text-decoration: none;
|
|
567
443
|
}
|
|
568
|
-
|
|
569
444
|
.e-schedule .e-block-appointment {
|
|
570
445
|
background: #f3f4f6;
|
|
571
446
|
border-radius: 2px;
|
|
@@ -574,7 +449,6 @@
|
|
|
574
449
|
overflow: hidden;
|
|
575
450
|
position: absolute;
|
|
576
451
|
}
|
|
577
|
-
|
|
578
452
|
.e-schedule .e-block-appointment .e-subject {
|
|
579
453
|
overflow: hidden;
|
|
580
454
|
overflow-wrap: break-word;
|
|
@@ -582,37 +456,30 @@
|
|
|
582
456
|
white-space: normal;
|
|
583
457
|
word-wrap: break-word;
|
|
584
458
|
}
|
|
585
|
-
|
|
586
459
|
.e-schedule .e-block-indicator {
|
|
587
460
|
color: #111827;
|
|
588
461
|
float: right;
|
|
589
462
|
padding: 0 5px;
|
|
590
463
|
z-index: 1;
|
|
591
464
|
}
|
|
592
|
-
|
|
593
465
|
.e-schedule.e-rtl .e-block-indicator {
|
|
594
466
|
float: left;
|
|
595
467
|
}
|
|
596
|
-
|
|
597
468
|
.e-schedule .e-timeline-view .e-block-indicator,
|
|
598
469
|
.e-schedule .e-timeline-month-view .e-block-indicator {
|
|
599
470
|
position: absolute;
|
|
600
471
|
top: 3px;
|
|
601
472
|
}
|
|
602
|
-
|
|
603
473
|
.e-schedule .e-appointment {
|
|
604
474
|
opacity: 1;
|
|
605
475
|
transition: opacity 100ms linear;
|
|
606
476
|
}
|
|
607
|
-
|
|
608
477
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
609
478
|
display: none;
|
|
610
479
|
}
|
|
611
|
-
|
|
612
480
|
.e-schedule .e-appointment .e-inline-appointment {
|
|
613
481
|
z-index: 1;
|
|
614
482
|
}
|
|
615
|
-
|
|
616
483
|
.e-schedule .e-appointment .e-inline-subject {
|
|
617
484
|
background-color: transparent;
|
|
618
485
|
border: 0;
|
|
@@ -623,50 +490,35 @@
|
|
|
623
490
|
padding-top: 4px;
|
|
624
491
|
width: 100%;
|
|
625
492
|
}
|
|
626
|
-
|
|
627
493
|
.e-schedule .e-appointment.e-event-action {
|
|
628
|
-
opacity: .4;
|
|
494
|
+
opacity: 0.4;
|
|
629
495
|
}
|
|
630
|
-
|
|
631
496
|
.e-schedule .e-appointment.e-allow-select {
|
|
632
497
|
pointer-events: none;
|
|
633
498
|
}
|
|
634
|
-
|
|
635
499
|
.e-schedule .e-read-only {
|
|
636
|
-
opacity: .8;
|
|
500
|
+
opacity: 0.8;
|
|
637
501
|
}
|
|
638
|
-
|
|
639
|
-
.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone),
|
|
640
|
-
.e-schedule.e-event-action .e-block-appointment {
|
|
502
|
+
.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), .e-schedule.e-event-action .e-block-appointment {
|
|
641
503
|
pointer-events: none;
|
|
642
504
|
}
|
|
643
|
-
|
|
644
|
-
.e-schedule.e-event-action .e-drag-clone,
|
|
645
|
-
.e-schedule.e-event-action .e-timeline-view .e-drag-clone {
|
|
505
|
+
.e-schedule.e-event-action .e-drag-clone, .e-schedule.e-event-action .e-timeline-view .e-drag-clone {
|
|
646
506
|
cursor: move;
|
|
647
507
|
}
|
|
648
|
-
|
|
649
508
|
.e-schedule.e-event-action .e-drag-clone .e-top-handler,
|
|
650
|
-
.e-schedule.e-event-action .e-drag-clone .e-bottom-handler,
|
|
651
|
-
.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
|
|
509
|
+
.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, .e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
|
|
652
510
|
.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler {
|
|
653
511
|
pointer-events: none;
|
|
654
512
|
}
|
|
655
|
-
|
|
656
513
|
.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
|
|
657
514
|
cursor: ns-resize;
|
|
658
515
|
}
|
|
659
|
-
|
|
660
|
-
.e-schedule.e-event-action .e-timeline-view .e-resize-clone,
|
|
661
|
-
.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,
|
|
662
|
-
.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
|
|
516
|
+
.e-schedule.e-event-action .e-timeline-view .e-resize-clone, .e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, .e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
|
|
663
517
|
cursor: ew-resize;
|
|
664
518
|
}
|
|
665
|
-
|
|
666
519
|
.e-schedule.e-device .e-appointment {
|
|
667
520
|
overflow: hidden;
|
|
668
521
|
}
|
|
669
|
-
|
|
670
522
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize {
|
|
671
523
|
height: 10px;
|
|
672
524
|
left: 50%;
|
|
@@ -674,7 +526,6 @@
|
|
|
674
526
|
transform: translateX(-50%);
|
|
675
527
|
width: 100%;
|
|
676
528
|
}
|
|
677
|
-
|
|
678
529
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
|
|
679
530
|
border-radius: 50%;
|
|
680
531
|
height: 100%;
|
|
@@ -683,79 +534,63 @@
|
|
|
683
534
|
transform: translateY(-50%);
|
|
684
535
|
width: 10px;
|
|
685
536
|
}
|
|
686
|
-
|
|
687
537
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
|
|
688
538
|
margin-top: -8px;
|
|
689
539
|
}
|
|
690
|
-
|
|
691
540
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize {
|
|
692
541
|
margin-top: 8px;
|
|
693
542
|
}
|
|
694
|
-
|
|
695
543
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize {
|
|
696
544
|
margin-left: -8px;
|
|
697
545
|
}
|
|
698
|
-
|
|
699
546
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize {
|
|
700
547
|
margin-left: 8px;
|
|
701
548
|
}
|
|
702
|
-
|
|
703
549
|
.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-right-handler {
|
|
704
550
|
height: 100%;
|
|
705
551
|
width: 5px;
|
|
706
552
|
}
|
|
707
|
-
|
|
708
553
|
.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler {
|
|
709
554
|
height: 5px;
|
|
710
555
|
width: 100%;
|
|
711
556
|
}
|
|
712
|
-
|
|
713
557
|
.e-schedule .e-event-resize {
|
|
714
558
|
position: absolute;
|
|
715
559
|
}
|
|
716
|
-
|
|
717
560
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
718
561
|
height: 100%;
|
|
719
562
|
width: 10px;
|
|
720
563
|
}
|
|
721
|
-
|
|
722
564
|
.e-schedule .e-event-resize.e-left-handler {
|
|
723
565
|
cursor: ew-resize;
|
|
724
566
|
float: left;
|
|
725
567
|
left: 0;
|
|
726
568
|
}
|
|
727
|
-
|
|
728
569
|
.e-schedule .e-event-resize.e-right-handler {
|
|
729
570
|
cursor: e-resize;
|
|
730
571
|
float: right;
|
|
731
572
|
right: 0;
|
|
732
573
|
}
|
|
733
|
-
|
|
734
574
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
735
575
|
height: 10px;
|
|
736
576
|
width: 100%;
|
|
737
577
|
}
|
|
738
|
-
|
|
739
578
|
.e-schedule .e-event-resize.e-top-handler {
|
|
740
579
|
cursor: ns-resize;
|
|
741
580
|
top: 0;
|
|
742
581
|
}
|
|
743
|
-
|
|
744
582
|
.e-schedule .e-event-resize.e-bottom-handler {
|
|
745
583
|
bottom: 0;
|
|
746
584
|
cursor: ns-resize;
|
|
747
585
|
}
|
|
748
|
-
|
|
749
586
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
750
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
751
588
|
height: 100%;
|
|
752
589
|
}
|
|
753
|
-
|
|
754
590
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
755
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
756
592
|
height: 0 !important;
|
|
757
593
|
}
|
|
758
|
-
|
|
759
594
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
760
595
|
background: #4f46e5;
|
|
761
596
|
border: 1px solid #e5e7eb;
|
|
@@ -768,7 +603,6 @@
|
|
|
768
603
|
overflow: hidden;
|
|
769
604
|
position: absolute;
|
|
770
605
|
}
|
|
771
|
-
|
|
772
606
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
773
607
|
display: -ms-flexbox;
|
|
774
608
|
display: flex;
|
|
@@ -777,13 +611,11 @@
|
|
|
777
611
|
padding: 2px 4px 0 2px;
|
|
778
612
|
text-align: left;
|
|
779
613
|
}
|
|
780
|
-
|
|
781
614
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
|
|
782
615
|
-ms-flex: auto;
|
|
783
616
|
flex: auto;
|
|
784
617
|
overflow: hidden;
|
|
785
618
|
}
|
|
786
|
-
|
|
787
619
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
|
|
788
620
|
font-size: 13px;
|
|
789
621
|
font-weight: 500;
|
|
@@ -796,7 +628,6 @@
|
|
|
796
628
|
white-space: normal;
|
|
797
629
|
word-wrap: break-word;
|
|
798
630
|
}
|
|
799
|
-
|
|
800
631
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time,
|
|
801
632
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location {
|
|
802
633
|
font-size: 11px;
|
|
@@ -804,42 +635,34 @@
|
|
|
804
635
|
padding-top: 1px;
|
|
805
636
|
text-overflow: ellipsis;
|
|
806
637
|
}
|
|
807
|
-
|
|
808
638
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable {
|
|
809
639
|
display: none;
|
|
810
640
|
}
|
|
811
|
-
|
|
812
641
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon,
|
|
813
642
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon {
|
|
814
643
|
line-height: 54px;
|
|
815
644
|
padding: 0 5px;
|
|
816
645
|
}
|
|
817
|
-
|
|
818
646
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,
|
|
819
647
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon {
|
|
820
648
|
line-height: 54px;
|
|
821
649
|
padding: 0 2px;
|
|
822
650
|
}
|
|
823
|
-
|
|
824
651
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
825
652
|
border: 0;
|
|
826
653
|
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);
|
|
827
654
|
}
|
|
828
|
-
|
|
829
655
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
|
|
830
656
|
pointer-events: none;
|
|
831
657
|
}
|
|
832
|
-
|
|
833
658
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper {
|
|
834
659
|
position: absolute;
|
|
835
660
|
width: 0;
|
|
836
661
|
}
|
|
837
|
-
|
|
838
662
|
.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells {
|
|
839
663
|
height: auto;
|
|
840
664
|
vertical-align: top;
|
|
841
665
|
}
|
|
842
|
-
|
|
843
666
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator {
|
|
844
667
|
color: #6b7280;
|
|
845
668
|
cursor: pointer;
|
|
@@ -850,24 +673,19 @@
|
|
|
850
673
|
position: absolute;
|
|
851
674
|
text-overflow: ellipsis;
|
|
852
675
|
}
|
|
853
|
-
|
|
854
676
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
855
677
|
text-decoration: underline;
|
|
856
678
|
}
|
|
857
|
-
|
|
858
679
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
859
680
|
width: 85px;
|
|
860
681
|
}
|
|
861
|
-
|
|
862
682
|
.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
|
|
863
683
|
position: relative;
|
|
864
684
|
}
|
|
865
|
-
|
|
866
685
|
.e-schedule .e-vertical-view .e-date-header-wrap table col,
|
|
867
686
|
.e-schedule .e-vertical-view .e-content-wrap table col {
|
|
868
687
|
width: 36px;
|
|
869
688
|
}
|
|
870
|
-
|
|
871
689
|
.e-schedule .e-vertical-view .e-resource-cells {
|
|
872
690
|
color: #111827;
|
|
873
691
|
font-size: 12px;
|
|
@@ -875,52 +693,43 @@
|
|
|
875
693
|
padding: 8px;
|
|
876
694
|
padding-left: 15px;
|
|
877
695
|
}
|
|
878
|
-
|
|
879
696
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
880
697
|
font-size: 12px;
|
|
881
698
|
height: 60px;
|
|
882
699
|
padding: 8px 8px 0;
|
|
883
700
|
}
|
|
884
|
-
|
|
885
701
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
886
702
|
display: table;
|
|
887
703
|
font-size: 12px;
|
|
888
704
|
line-height: 18px;
|
|
889
705
|
padding-bottom: 4px;
|
|
890
706
|
}
|
|
891
|
-
|
|
892
707
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
893
708
|
cursor: pointer;
|
|
894
709
|
display: table;
|
|
895
710
|
font-size: 16px;
|
|
896
711
|
line-height: 24px;
|
|
897
712
|
}
|
|
898
|
-
|
|
899
713
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
900
714
|
text-decoration: underline;
|
|
901
715
|
}
|
|
902
|
-
|
|
903
716
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day {
|
|
904
717
|
cursor: default;
|
|
905
|
-
opacity: .35;
|
|
718
|
+
opacity: 0.35;
|
|
906
719
|
}
|
|
907
|
-
|
|
908
720
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date {
|
|
909
721
|
cursor: default;
|
|
910
|
-
opacity: .35;
|
|
722
|
+
opacity: 0.35;
|
|
911
723
|
}
|
|
912
|
-
|
|
913
724
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover {
|
|
914
725
|
text-decoration: none;
|
|
915
726
|
}
|
|
916
|
-
|
|
917
727
|
.e-schedule .e-vertical-view .e-row-count-wrapper {
|
|
918
728
|
display: block;
|
|
919
729
|
height: 100%;
|
|
920
730
|
pointer-events: none;
|
|
921
731
|
position: relative;
|
|
922
732
|
}
|
|
923
|
-
|
|
924
733
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator {
|
|
925
734
|
bottom: 0;
|
|
926
735
|
color: #6b7280;
|
|
@@ -933,15 +742,12 @@
|
|
|
933
742
|
text-overflow: ellipsis;
|
|
934
743
|
width: 100%;
|
|
935
744
|
}
|
|
936
|
-
|
|
937
745
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
938
746
|
text-decoration: underline;
|
|
939
747
|
}
|
|
940
|
-
|
|
941
748
|
.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable {
|
|
942
749
|
display: none;
|
|
943
750
|
}
|
|
944
|
-
|
|
945
751
|
.e-schedule .e-vertical-view .e-all-day-appointment-section {
|
|
946
752
|
bottom: 4px;
|
|
947
753
|
color: #6b7280;
|
|
@@ -958,62 +764,49 @@
|
|
|
958
764
|
transition: transform 300ms ease-in-out;
|
|
959
765
|
width: 25px;
|
|
960
766
|
}
|
|
961
|
-
|
|
962
767
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
|
|
963
768
|
display: none;
|
|
964
769
|
}
|
|
965
|
-
|
|
966
770
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
|
|
967
771
|
transform: rotate(0deg);
|
|
968
772
|
}
|
|
969
|
-
|
|
970
773
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
|
|
971
774
|
transform: rotate(180deg);
|
|
972
775
|
}
|
|
973
|
-
|
|
974
776
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
975
777
|
background: #e5e7eb;
|
|
976
778
|
border-radius: 100%;
|
|
977
779
|
}
|
|
978
|
-
|
|
979
780
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
980
781
|
opacity: 0;
|
|
981
782
|
}
|
|
982
|
-
|
|
983
783
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
984
784
|
height: 0;
|
|
985
785
|
padding: 0;
|
|
986
786
|
text-align: center;
|
|
987
787
|
vertical-align: top;
|
|
988
788
|
}
|
|
989
|
-
|
|
990
789
|
.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
|
|
991
790
|
transition: 250ms ease-out;
|
|
992
791
|
}
|
|
993
|
-
|
|
994
792
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
995
793
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
996
794
|
font-size: 12px;
|
|
997
795
|
height: 36px;
|
|
998
796
|
text-align: center;
|
|
999
797
|
}
|
|
1000
|
-
|
|
1001
798
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
1002
799
|
width: 36px;
|
|
1003
800
|
}
|
|
1004
|
-
|
|
1005
801
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
1006
802
|
background-color: #f3f4f6;
|
|
1007
803
|
}
|
|
1008
|
-
|
|
1009
804
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
1010
805
|
background-color: #f3f4f6;
|
|
1011
806
|
}
|
|
1012
|
-
|
|
1013
807
|
.e-schedule .e-vertical-view .e-current-time {
|
|
1014
808
|
font-size: 10px;
|
|
1015
809
|
}
|
|
1016
|
-
|
|
1017
810
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
1018
811
|
.e-schedule .e-vertical-view .e-current-time,
|
|
1019
812
|
.e-schedule .e-vertical-view .e-previous-timeline,
|
|
@@ -1025,44 +818,35 @@
|
|
|
1025
818
|
top: 0;
|
|
1026
819
|
width: 100%;
|
|
1027
820
|
}
|
|
1028
|
-
|
|
1029
821
|
.e-schedule .e-vertical-view .e-previous-timeline,
|
|
1030
822
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
1031
823
|
z-index: 1;
|
|
1032
824
|
}
|
|
1033
|
-
|
|
1034
825
|
.e-schedule .e-vertical-view .e-date-header-wrap {
|
|
1035
826
|
max-height: 300px;
|
|
1036
827
|
overflow: hidden;
|
|
1037
828
|
}
|
|
1038
|
-
|
|
1039
829
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll {
|
|
1040
830
|
border-bottom: 1px solid #e5e7eb;
|
|
1041
831
|
overflow-y: auto;
|
|
1042
832
|
}
|
|
1043
|
-
|
|
1044
833
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells {
|
|
1045
834
|
position: sticky;
|
|
1046
835
|
}
|
|
1047
|
-
|
|
1048
836
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells {
|
|
1049
837
|
position: sticky;
|
|
1050
838
|
top: 0;
|
|
1051
839
|
}
|
|
1052
|
-
|
|
1053
840
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto {
|
|
1054
841
|
max-height: unset;
|
|
1055
842
|
}
|
|
1056
|
-
|
|
1057
843
|
.e-schedule .e-vertical-view .e-time-cells-wrap {
|
|
1058
844
|
overflow: hidden;
|
|
1059
845
|
}
|
|
1060
|
-
|
|
1061
846
|
.e-schedule .e-vertical-view .e-content-wrap,
|
|
1062
847
|
.e-schedule .e-vertical-view .e-time-cells-wrap {
|
|
1063
848
|
position: relative;
|
|
1064
849
|
}
|
|
1065
|
-
|
|
1066
850
|
.e-schedule .e-vertical-view .e-timeline-wrapper,
|
|
1067
851
|
.e-schedule .e-vertical-view .e-day-wrapper,
|
|
1068
852
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper {
|
|
@@ -1071,11 +855,9 @@
|
|
|
1071
855
|
padding: 0;
|
|
1072
856
|
position: relative;
|
|
1073
857
|
}
|
|
1074
|
-
|
|
1075
858
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1076
859
|
cursor: default;
|
|
1077
860
|
}
|
|
1078
|
-
|
|
1079
861
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
|
|
1080
862
|
background: #4f46e5;
|
|
1081
863
|
border: 1px solid #e5e7eb;
|
|
@@ -1087,7 +869,6 @@
|
|
|
1087
869
|
overflow: hidden;
|
|
1088
870
|
position: absolute;
|
|
1089
871
|
}
|
|
1090
|
-
|
|
1091
872
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1092
873
|
display: -ms-flexbox;
|
|
1093
874
|
display: flex;
|
|
@@ -1097,7 +878,6 @@
|
|
|
1097
878
|
overflow: hidden;
|
|
1098
879
|
padding: 1px 0 1px 4px;
|
|
1099
880
|
}
|
|
1100
|
-
|
|
1101
881
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
|
|
1102
882
|
-ms-flex: auto;
|
|
1103
883
|
flex: auto;
|
|
@@ -1106,13 +886,11 @@
|
|
|
1106
886
|
overflow: hidden;
|
|
1107
887
|
text-overflow: ellipsis;
|
|
1108
888
|
}
|
|
1109
|
-
|
|
1110
889
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time {
|
|
1111
890
|
display: block;
|
|
1112
891
|
font-size: 11px;
|
|
1113
892
|
padding: 1px 4px 2px 0;
|
|
1114
893
|
}
|
|
1115
|
-
|
|
1116
894
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,
|
|
1117
895
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1118
896
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,
|
|
@@ -1120,20 +898,16 @@
|
|
|
1120
898
|
line-height: 18px;
|
|
1121
899
|
padding: 0 2px;
|
|
1122
900
|
}
|
|
1123
|
-
|
|
1124
901
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable {
|
|
1125
902
|
display: none;
|
|
1126
903
|
}
|
|
1127
|
-
|
|
1128
904
|
.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 {
|
|
1129
905
|
border: 0;
|
|
1130
906
|
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);
|
|
1131
907
|
}
|
|
1132
|
-
|
|
1133
908
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1134
909
|
cursor: default;
|
|
1135
910
|
}
|
|
1136
|
-
|
|
1137
911
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1138
912
|
background: #4f46e5;
|
|
1139
913
|
border: 1px solid #e5e7eb;
|
|
@@ -1142,7 +916,6 @@
|
|
|
1142
916
|
overflow: hidden;
|
|
1143
917
|
position: absolute;
|
|
1144
918
|
}
|
|
1145
|
-
|
|
1146
919
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1147
920
|
-ms-flex: auto;
|
|
1148
921
|
flex: auto;
|
|
@@ -1150,7 +923,6 @@
|
|
|
1150
923
|
text-align: left;
|
|
1151
924
|
line-height: 18px;
|
|
1152
925
|
}
|
|
1153
|
-
|
|
1154
926
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1155
927
|
font-size: 13px;
|
|
1156
928
|
font-weight: 500;
|
|
@@ -1163,7 +935,6 @@
|
|
|
1163
935
|
white-space: normal;
|
|
1164
936
|
word-wrap: break-word;
|
|
1165
937
|
}
|
|
1166
|
-
|
|
1167
938
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time,
|
|
1168
939
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location {
|
|
1169
940
|
font-size: 11px;
|
|
@@ -1171,15 +942,12 @@
|
|
|
1171
942
|
padding-top: 1px;
|
|
1172
943
|
text-overflow: ellipsis;
|
|
1173
944
|
}
|
|
1174
|
-
|
|
1175
945
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
|
|
1176
946
|
display: block;
|
|
1177
947
|
}
|
|
1178
|
-
|
|
1179
948
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable {
|
|
1180
949
|
display: none;
|
|
1181
950
|
}
|
|
1182
|
-
|
|
1183
951
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
1184
952
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
1185
953
|
bottom: 5px;
|
|
@@ -1191,132 +959,105 @@
|
|
|
1191
959
|
right: 5px;
|
|
1192
960
|
width: auto;
|
|
1193
961
|
}
|
|
1194
|
-
|
|
1195
962
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator {
|
|
1196
963
|
display: block;
|
|
1197
964
|
margin: 0 45%;
|
|
1198
965
|
}
|
|
1199
|
-
|
|
1200
966
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon,
|
|
1201
967
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
|
|
1202
968
|
font-size: 8px;
|
|
1203
969
|
}
|
|
1204
|
-
|
|
1205
970
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon {
|
|
1206
971
|
margin-top: 3px;
|
|
1207
972
|
top: 0;
|
|
1208
973
|
}
|
|
1209
|
-
|
|
1210
974
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
|
|
1211
975
|
bottom: 6px;
|
|
1212
976
|
position: absolute;
|
|
1213
977
|
}
|
|
1214
|
-
|
|
1215
978
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
1216
979
|
border: 0;
|
|
1217
980
|
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);
|
|
1218
981
|
}
|
|
1219
|
-
|
|
1220
982
|
.e-schedule .e-vertical-view.e-day-view .e-header-date {
|
|
1221
983
|
cursor: default;
|
|
1222
984
|
}
|
|
1223
|
-
|
|
1224
985
|
.e-schedule .e-vertical-view.e-day-view .e-header-date:hover {
|
|
1225
986
|
text-decoration: none;
|
|
1226
987
|
}
|
|
1227
|
-
|
|
1228
988
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day {
|
|
1229
989
|
font-size: 14px;
|
|
1230
990
|
}
|
|
1231
|
-
|
|
1232
991
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date {
|
|
1233
992
|
font-size: 18px;
|
|
1234
993
|
}
|
|
1235
|
-
|
|
1236
994
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
1237
995
|
text-decoration: none;
|
|
1238
996
|
}
|
|
1239
|
-
|
|
1240
997
|
.e-schedule.e-device .e-vertical-view .e-left-indent {
|
|
1241
998
|
width: 35px;
|
|
1242
999
|
}
|
|
1243
|
-
|
|
1244
1000
|
.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
1245
1001
|
.e-schedule.e-device .e-vertical-view .e-current-time {
|
|
1246
1002
|
font-size: 9px;
|
|
1247
1003
|
}
|
|
1248
|
-
|
|
1249
1004
|
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
|
|
1250
1005
|
float: left;
|
|
1251
1006
|
width: 35px;
|
|
1252
1007
|
}
|
|
1253
|
-
|
|
1254
1008
|
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
1255
1009
|
font-size: 11px;
|
|
1256
1010
|
}
|
|
1257
|
-
|
|
1258
1011
|
.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1259
1012
|
font-weight: 500;
|
|
1260
1013
|
min-height: auto;
|
|
1261
1014
|
}
|
|
1262
|
-
|
|
1263
1015
|
.e-schedule.e-rtl {
|
|
1264
1016
|
text-align: right;
|
|
1265
1017
|
}
|
|
1266
|
-
|
|
1267
1018
|
.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details {
|
|
1268
1019
|
text-align: right;
|
|
1269
1020
|
}
|
|
1270
|
-
|
|
1271
1021
|
.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1272
1022
|
padding: 1px 4px 1px 0;
|
|
1273
1023
|
}
|
|
1274
|
-
|
|
1275
1024
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1276
1025
|
line-height: 15px;
|
|
1277
1026
|
text-align: right;
|
|
1278
1027
|
}
|
|
1279
|
-
|
|
1280
1028
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1281
1029
|
font-weight: 500;
|
|
1282
1030
|
margin-left: 15px;
|
|
1283
1031
|
margin-right: auto;
|
|
1284
1032
|
}
|
|
1285
|
-
|
|
1286
1033
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
1287
1034
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
1288
1035
|
float: left;
|
|
1289
1036
|
left: 5px;
|
|
1290
1037
|
right: auto;
|
|
1291
1038
|
}
|
|
1292
|
-
|
|
1293
1039
|
.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap {
|
|
1294
1040
|
float: right;
|
|
1295
1041
|
}
|
|
1296
|
-
|
|
1297
1042
|
@media screen and (max-width: 480px) {
|
|
1298
1043
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
1299
1044
|
width: 35px;
|
|
1300
1045
|
}
|
|
1301
1046
|
}
|
|
1302
|
-
|
|
1303
1047
|
.e-schedule .e-month-view .e-left-indent,
|
|
1304
1048
|
.e-schedule .e-month-agenda-view .e-left-indent {
|
|
1305
1049
|
border-right: 1px solid #e5e7eb;
|
|
1306
1050
|
width: 36px;
|
|
1307
1051
|
}
|
|
1308
|
-
|
|
1309
1052
|
.e-schedule .e-month-view .e-week-number-wrapper,
|
|
1310
1053
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper {
|
|
1311
1054
|
overflow: hidden;
|
|
1312
1055
|
position: relative;
|
|
1313
1056
|
}
|
|
1314
|
-
|
|
1315
1057
|
.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table,
|
|
1316
1058
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table {
|
|
1317
1059
|
height: 100%;
|
|
1318
1060
|
}
|
|
1319
|
-
|
|
1320
1061
|
.e-schedule .e-month-view .e-week-number-wrapper .e-week-number,
|
|
1321
1062
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
1322
1063
|
color: #6b7280;
|
|
@@ -1325,32 +1066,26 @@
|
|
|
1325
1066
|
vertical-align: top;
|
|
1326
1067
|
width: 36px;
|
|
1327
1068
|
}
|
|
1328
|
-
|
|
1329
1069
|
.e-schedule .e-month-view .e-content-wrap table tr:last-child td {
|
|
1330
1070
|
border-bottom-width: 0;
|
|
1331
1071
|
}
|
|
1332
|
-
|
|
1333
1072
|
.e-schedule .e-month-view .e-date-header-wrap {
|
|
1334
1073
|
font-size: 14px;
|
|
1335
1074
|
overflow: hidden;
|
|
1336
1075
|
}
|
|
1337
|
-
|
|
1338
1076
|
.e-schedule .e-month-view .e-week-number {
|
|
1339
1077
|
border-bottom: 1px solid #e5e7eb;
|
|
1340
1078
|
border-right: 1px solid #e5e7eb;
|
|
1341
1079
|
height: 70px;
|
|
1342
1080
|
}
|
|
1343
|
-
|
|
1344
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1345
1082
|
display: -ms-flexbox;
|
|
1346
1083
|
display: flex;
|
|
1347
1084
|
font-size: 14px;
|
|
1348
1085
|
}
|
|
1349
|
-
|
|
1350
1086
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
1351
1087
|
width: 36px;
|
|
1352
1088
|
}
|
|
1353
|
-
|
|
1354
1089
|
.e-schedule .e-month-view .e-resource-cells {
|
|
1355
1090
|
color: #111827;
|
|
1356
1091
|
font-size: 14px;
|
|
@@ -1358,45 +1093,36 @@
|
|
|
1358
1093
|
padding: 8px;
|
|
1359
1094
|
padding-left: 15px;
|
|
1360
1095
|
}
|
|
1361
|
-
|
|
1362
1096
|
.e-schedule .e-month-view .e-header-cells {
|
|
1363
1097
|
cursor: default;
|
|
1364
1098
|
font-weight: 400;
|
|
1365
1099
|
height: 34px;
|
|
1366
1100
|
padding: 8px;
|
|
1367
1101
|
}
|
|
1368
|
-
|
|
1369
1102
|
.e-schedule .e-month-view .e-content-table {
|
|
1370
1103
|
height: 100%;
|
|
1371
1104
|
}
|
|
1372
|
-
|
|
1373
1105
|
.e-schedule .e-month-view .e-work-cells {
|
|
1374
1106
|
height: 75px;
|
|
1375
1107
|
vertical-align: top;
|
|
1376
1108
|
width: 36px;
|
|
1377
1109
|
}
|
|
1378
|
-
|
|
1379
1110
|
.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header {
|
|
1380
1111
|
visibility: hidden;
|
|
1381
1112
|
}
|
|
1382
|
-
|
|
1383
1113
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1384
1114
|
background-color: #f3f4f6;
|
|
1385
1115
|
}
|
|
1386
|
-
|
|
1387
1116
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1388
1117
|
cursor: default;
|
|
1389
|
-
opacity: .35;
|
|
1118
|
+
opacity: 0.35;
|
|
1390
1119
|
}
|
|
1391
|
-
|
|
1392
1120
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1393
1121
|
text-decoration: none;
|
|
1394
1122
|
}
|
|
1395
|
-
|
|
1396
1123
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1397
1124
|
background-color: #f3f4f6;
|
|
1398
1125
|
}
|
|
1399
|
-
|
|
1400
1126
|
.e-schedule .e-month-view .e-date-header {
|
|
1401
1127
|
cursor: pointer;
|
|
1402
1128
|
display: table;
|
|
@@ -1405,27 +1131,21 @@
|
|
|
1405
1131
|
margin: 3px 3px 2px;
|
|
1406
1132
|
text-align: center;
|
|
1407
1133
|
}
|
|
1408
|
-
|
|
1409
1134
|
.e-schedule .e-month-view .e-date-header:hover {
|
|
1410
1135
|
text-decoration: underline;
|
|
1411
1136
|
}
|
|
1412
|
-
|
|
1413
1137
|
.e-schedule .e-month-view .e-appointment-wrapper {
|
|
1414
1138
|
position: absolute;
|
|
1415
1139
|
}
|
|
1416
|
-
|
|
1417
1140
|
.e-schedule .e-month-view .e-new-event {
|
|
1418
1141
|
height: calc(100% - 25px);
|
|
1419
1142
|
}
|
|
1420
|
-
|
|
1421
1143
|
.e-schedule .e-month-view .e-block-indicator {
|
|
1422
1144
|
margin-top: -20px;
|
|
1423
1145
|
}
|
|
1424
|
-
|
|
1425
1146
|
.e-schedule .e-month-view .e-inline-appointment {
|
|
1426
1147
|
z-index: 1;
|
|
1427
1148
|
}
|
|
1428
|
-
|
|
1429
1149
|
.e-schedule .e-month-view .e-appointment {
|
|
1430
1150
|
background: #4f46e5;
|
|
1431
1151
|
border: 1px solid #e5e7eb;
|
|
@@ -1438,11 +1158,9 @@
|
|
|
1438
1158
|
overflow: hidden;
|
|
1439
1159
|
position: absolute;
|
|
1440
1160
|
}
|
|
1441
|
-
|
|
1442
1161
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1443
1162
|
display: none;
|
|
1444
1163
|
}
|
|
1445
|
-
|
|
1446
1164
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1447
1165
|
display: -ms-flexbox;
|
|
1448
1166
|
display: flex;
|
|
@@ -1451,7 +1169,6 @@
|
|
|
1451
1169
|
line-height: 18px;
|
|
1452
1170
|
overflow: hidden;
|
|
1453
1171
|
}
|
|
1454
|
-
|
|
1455
1172
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
|
|
1456
1173
|
-ms-flex: auto;
|
|
1457
1174
|
flex: auto;
|
|
@@ -1461,17 +1178,14 @@
|
|
|
1461
1178
|
padding: 1px 2px;
|
|
1462
1179
|
text-overflow: ellipsis;
|
|
1463
1180
|
}
|
|
1464
|
-
|
|
1465
1181
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject {
|
|
1466
1182
|
padding: 4px;
|
|
1467
1183
|
text-align: center;
|
|
1468
1184
|
}
|
|
1469
|
-
|
|
1470
1185
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time {
|
|
1471
1186
|
font-size: 11px;
|
|
1472
1187
|
padding: 1.5px;
|
|
1473
1188
|
}
|
|
1474
|
-
|
|
1475
1189
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,
|
|
1476
1190
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1477
1191
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
@@ -1479,21 +1193,17 @@
|
|
|
1479
1193
|
line-height: 26px;
|
|
1480
1194
|
padding: 0 2px;
|
|
1481
1195
|
}
|
|
1482
|
-
|
|
1483
1196
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
1484
1197
|
border: 0;
|
|
1485
1198
|
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);
|
|
1486
1199
|
}
|
|
1487
|
-
|
|
1488
1200
|
.e-schedule .e-month-view .e-appointment.e-allow-select {
|
|
1489
1201
|
pointer-events: none;
|
|
1490
1202
|
}
|
|
1491
|
-
|
|
1492
1203
|
.e-schedule .e-month-view .e-appointment .e-subject {
|
|
1493
1204
|
padding: 2px;
|
|
1494
1205
|
width: 100%;
|
|
1495
1206
|
}
|
|
1496
|
-
|
|
1497
1207
|
.e-schedule .e-month-view .e-more-indicator {
|
|
1498
1208
|
color: #6b7280;
|
|
1499
1209
|
cursor: pointer;
|
|
@@ -1504,21 +1214,17 @@
|
|
|
1504
1214
|
position: absolute;
|
|
1505
1215
|
text-overflow: ellipsis;
|
|
1506
1216
|
}
|
|
1507
|
-
|
|
1508
1217
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1509
1218
|
text-decoration: underline;
|
|
1510
1219
|
}
|
|
1511
|
-
|
|
1512
1220
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1513
1221
|
border-left: 1px solid #e5e7eb;
|
|
1514
1222
|
border-right-width: 0;
|
|
1515
1223
|
}
|
|
1516
|
-
|
|
1517
1224
|
.e-schedule.e-rtl .e-month-view .e-week-number {
|
|
1518
1225
|
border-left: 1px solid #e5e7eb;
|
|
1519
1226
|
border-right-width: 0;
|
|
1520
1227
|
}
|
|
1521
|
-
|
|
1522
1228
|
.e-schedule .e-year-view .e-calendar-wrapper {
|
|
1523
1229
|
display: -ms-flexbox;
|
|
1524
1230
|
display: flex;
|
|
@@ -1527,7 +1233,6 @@
|
|
|
1527
1233
|
-ms-flex-pack: center;
|
|
1528
1234
|
justify-content: center;
|
|
1529
1235
|
}
|
|
1530
|
-
|
|
1531
1236
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
1532
1237
|
border: 0;
|
|
1533
1238
|
-ms-flex: 0 25%;
|
|
@@ -1536,27 +1241,22 @@
|
|
|
1536
1241
|
min-width: 260px;
|
|
1537
1242
|
padding: 10px;
|
|
1538
1243
|
}
|
|
1539
|
-
|
|
1540
1244
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title {
|
|
1541
1245
|
cursor: default;
|
|
1542
1246
|
}
|
|
1543
|
-
|
|
1544
1247
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1545
1248
|
display: block;
|
|
1546
1249
|
margin: 0 auto;
|
|
1547
1250
|
}
|
|
1548
|
-
|
|
1549
1251
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
1550
1252
|
color: #6b7280;
|
|
1551
1253
|
pointer-events: visible;
|
|
1552
1254
|
-ms-touch-action: auto;
|
|
1553
1255
|
touch-action: auto;
|
|
1554
1256
|
}
|
|
1555
|
-
|
|
1556
1257
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today {
|
|
1557
|
-
opacity: .5;
|
|
1258
|
+
opacity: 0.5;
|
|
1558
1259
|
}
|
|
1559
|
-
|
|
1560
1260
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
|
|
1561
1261
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
|
|
1562
1262
|
background-color: #4f46e5;
|
|
@@ -1566,29 +1266,23 @@
|
|
|
1566
1266
|
position: relative;
|
|
1567
1267
|
width: 5px;
|
|
1568
1268
|
}
|
|
1569
|
-
|
|
1570
1269
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1571
1270
|
background-color: #f3f4f6;
|
|
1572
1271
|
cursor: default;
|
|
1573
1272
|
}
|
|
1574
|
-
|
|
1575
1273
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
|
|
1576
1274
|
cursor: default;
|
|
1577
1275
|
}
|
|
1578
|
-
|
|
1579
1276
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1580
1277
|
background-color: #f3f4f6;
|
|
1581
1278
|
}
|
|
1582
|
-
|
|
1583
1279
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
1584
1280
|
font-size: 14px;
|
|
1585
1281
|
overflow: hidden;
|
|
1586
1282
|
}
|
|
1587
|
-
|
|
1588
1283
|
.e-schedule .e-year-view .e-date-header-wrap table col {
|
|
1589
1284
|
width: 36px;
|
|
1590
1285
|
}
|
|
1591
|
-
|
|
1592
1286
|
.e-schedule .e-year-view .e-date-header-wrap table td {
|
|
1593
1287
|
background-color: #fff;
|
|
1594
1288
|
border-color: #e5e7eb;
|
|
@@ -1597,11 +1291,9 @@
|
|
|
1597
1291
|
color: #374151;
|
|
1598
1292
|
text-align: left;
|
|
1599
1293
|
}
|
|
1600
|
-
|
|
1601
1294
|
.e-schedule .e-year-view .e-date-header-wrap table td:first-child {
|
|
1602
1295
|
border-left-width: 0;
|
|
1603
1296
|
}
|
|
1604
|
-
|
|
1605
1297
|
.e-schedule .e-year-view .e-resource-cells {
|
|
1606
1298
|
color: #111827;
|
|
1607
1299
|
font-size: 14px;
|
|
@@ -1609,35 +1301,28 @@
|
|
|
1609
1301
|
padding: 8px;
|
|
1610
1302
|
padding-left: 15px;
|
|
1611
1303
|
}
|
|
1612
|
-
|
|
1613
1304
|
.e-schedule .e-year-view .e-content-wrap table td:first-child {
|
|
1614
1305
|
border-left-width: 0;
|
|
1615
1306
|
}
|
|
1616
|
-
|
|
1617
1307
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1618
1308
|
max-width: 100%;
|
|
1619
1309
|
min-width: 100%;
|
|
1620
1310
|
}
|
|
1621
|
-
|
|
1622
1311
|
.e-schedule .e-timeline-year-view .e-date-header-wrap,
|
|
1623
1312
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper {
|
|
1624
1313
|
overflow: hidden;
|
|
1625
1314
|
position: relative;
|
|
1626
1315
|
}
|
|
1627
|
-
|
|
1628
1316
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table {
|
|
1629
1317
|
height: 100%;
|
|
1630
1318
|
}
|
|
1631
|
-
|
|
1632
1319
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height {
|
|
1633
1320
|
height: auto;
|
|
1634
1321
|
}
|
|
1635
|
-
|
|
1636
1322
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table col,
|
|
1637
1323
|
.e-schedule .e-timeline-year-view .e-content-wrap table col {
|
|
1638
1324
|
width: 100px;
|
|
1639
1325
|
}
|
|
1640
|
-
|
|
1641
1326
|
.e-schedule .e-timeline-year-view .e-resource-left-td,
|
|
1642
1327
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td {
|
|
1643
1328
|
background-color: #fff;
|
|
@@ -1647,12 +1332,10 @@
|
|
|
1647
1332
|
color: #374151;
|
|
1648
1333
|
text-align: center;
|
|
1649
1334
|
}
|
|
1650
|
-
|
|
1651
1335
|
.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,
|
|
1652
1336
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
|
|
1653
1337
|
color: #4f46e5;
|
|
1654
1338
|
}
|
|
1655
|
-
|
|
1656
1339
|
.e-schedule .e-timeline-year-view .e-resource-text {
|
|
1657
1340
|
color: #111827;
|
|
1658
1341
|
font-size: 13px;
|
|
@@ -1660,22 +1343,18 @@
|
|
|
1660
1343
|
padding: 4px 12px;
|
|
1661
1344
|
text-overflow: ellipsis;
|
|
1662
1345
|
}
|
|
1663
|
-
|
|
1664
1346
|
.e-schedule .e-timeline-year-view .e-resource-left-td {
|
|
1665
1347
|
vertical-align: middle;
|
|
1666
1348
|
width: 200px;
|
|
1667
1349
|
}
|
|
1668
|
-
|
|
1669
1350
|
.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells,
|
|
1670
1351
|
.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells {
|
|
1671
1352
|
height: 40px;
|
|
1672
1353
|
}
|
|
1673
|
-
|
|
1674
1354
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap {
|
|
1675
1355
|
overflow: hidden;
|
|
1676
1356
|
position: relative;
|
|
1677
1357
|
}
|
|
1678
|
-
|
|
1679
1358
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
1680
1359
|
background-color: #f9fafb;
|
|
1681
1360
|
border-color: #e5e7eb;
|
|
@@ -1687,36 +1366,29 @@
|
|
|
1687
1366
|
padding-right: 0;
|
|
1688
1367
|
vertical-align: middle;
|
|
1689
1368
|
}
|
|
1690
|
-
|
|
1691
1369
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
1692
1370
|
background-color: #fff;
|
|
1693
1371
|
}
|
|
1694
|
-
|
|
1695
1372
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
|
|
1696
1373
|
background-color: #f3f4f6;
|
|
1697
1374
|
}
|
|
1698
|
-
|
|
1699
1375
|
.e-schedule .e-timeline-year-view .e-resource-column-table {
|
|
1700
1376
|
height: 100%;
|
|
1701
1377
|
}
|
|
1702
|
-
|
|
1703
1378
|
.e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height {
|
|
1704
1379
|
height: auto;
|
|
1705
1380
|
}
|
|
1706
|
-
|
|
1707
1381
|
.e-schedule .e-timeline-year-view .e-resource-tree-icon {
|
|
1708
1382
|
color: #6b7280;
|
|
1709
1383
|
cursor: pointer;
|
|
1710
1384
|
float: left;
|
|
1711
|
-
font-family:
|
|
1385
|
+
font-family: "e-icons";
|
|
1712
1386
|
font-size: 12px;
|
|
1713
1387
|
padding: 4px 7px;
|
|
1714
1388
|
}
|
|
1715
|
-
|
|
1716
1389
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1717
1390
|
transform: rotate(90deg);
|
|
1718
1391
|
}
|
|
1719
|
-
|
|
1720
1392
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1721
1393
|
background-color: #f9fafb;
|
|
1722
1394
|
border-color: #e5e7eb;
|
|
@@ -1725,20 +1397,16 @@
|
|
|
1725
1397
|
color: #111827;
|
|
1726
1398
|
padding: 0;
|
|
1727
1399
|
}
|
|
1728
|
-
|
|
1729
1400
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1730
1401
|
background: #f3f4f6;
|
|
1731
1402
|
color: #111827;
|
|
1732
1403
|
}
|
|
1733
|
-
|
|
1734
1404
|
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1735
1405
|
background-color: #fff;
|
|
1736
1406
|
}
|
|
1737
|
-
|
|
1738
1407
|
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1739
1408
|
color: #6b7280;
|
|
1740
1409
|
}
|
|
1741
|
-
|
|
1742
1410
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1743
1411
|
background-color: #4f46e5;
|
|
1744
1412
|
border-radius: 50%;
|
|
@@ -1746,77 +1414,60 @@
|
|
|
1746
1414
|
margin: 2px;
|
|
1747
1415
|
width: 20px;
|
|
1748
1416
|
}
|
|
1749
|
-
|
|
1750
1417
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1751
1418
|
background-color: #e5e7eb;
|
|
1752
1419
|
color: #111827;
|
|
1753
1420
|
}
|
|
1754
|
-
|
|
1755
1421
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1756
1422
|
color: #111827;
|
|
1757
1423
|
}
|
|
1758
|
-
|
|
1759
1424
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1760
1425
|
background-color: #e5e7eb;
|
|
1761
1426
|
}
|
|
1762
|
-
|
|
1763
1427
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1764
1428
|
background-color: #f3f4f6;
|
|
1765
1429
|
}
|
|
1766
|
-
|
|
1767
1430
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1768
1431
|
cursor: default;
|
|
1769
|
-
opacity: .35;
|
|
1432
|
+
opacity: 0.35;
|
|
1770
1433
|
}
|
|
1771
|
-
|
|
1772
1434
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1773
1435
|
text-decoration: none;
|
|
1774
1436
|
}
|
|
1775
|
-
|
|
1776
1437
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1777
1438
|
background-color: #f3f4f6;
|
|
1778
1439
|
}
|
|
1779
|
-
|
|
1780
1440
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1781
1441
|
height: 100%;
|
|
1782
1442
|
}
|
|
1783
|
-
|
|
1784
1443
|
.e-schedule .e-timeline-year-view .e-content-table.e-auto-height {
|
|
1785
1444
|
height: auto;
|
|
1786
1445
|
}
|
|
1787
|
-
|
|
1788
1446
|
.e-schedule .e-timeline-year-view .e-left-indent td {
|
|
1789
1447
|
border-color: #e5e7eb;
|
|
1790
1448
|
border-style: solid;
|
|
1791
1449
|
border-width: 0 1px 0 0;
|
|
1792
1450
|
vertical-align: middle;
|
|
1793
1451
|
}
|
|
1794
|
-
|
|
1795
1452
|
.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td {
|
|
1796
1453
|
border-width: 0 1px 1px 0;
|
|
1797
1454
|
}
|
|
1798
|
-
|
|
1799
1455
|
.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent {
|
|
1800
1456
|
padding: 0;
|
|
1801
1457
|
width: 100px;
|
|
1802
1458
|
}
|
|
1803
|
-
|
|
1804
|
-
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent,
|
|
1805
|
-
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
|
|
1459
|
+
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent, .e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
|
|
1806
1460
|
width: 100px;
|
|
1807
1461
|
}
|
|
1808
|
-
|
|
1809
1462
|
.e-schedule .e-timeline-year-view .e-month-header {
|
|
1810
1463
|
border-bottom: 1px solid #e5e7eb;
|
|
1811
1464
|
border-right: 1px solid #e5e7eb;
|
|
1812
1465
|
text-align: center;
|
|
1813
1466
|
color: #374151;
|
|
1814
1467
|
}
|
|
1815
|
-
|
|
1816
1468
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1817
1469
|
color: #4f46e5;
|
|
1818
1470
|
}
|
|
1819
|
-
|
|
1820
1471
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1821
1472
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1822
1473
|
cursor: default;
|
|
@@ -1825,21 +1476,17 @@
|
|
|
1825
1476
|
padding: 0;
|
|
1826
1477
|
text-align: center;
|
|
1827
1478
|
}
|
|
1828
|
-
|
|
1829
1479
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1830
1480
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1831
1481
|
height: 75px;
|
|
1832
1482
|
}
|
|
1833
|
-
|
|
1834
1483
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
1835
1484
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1836
1485
|
width: 100px;
|
|
1837
1486
|
}
|
|
1838
|
-
|
|
1839
1487
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1840
1488
|
vertical-align: top;
|
|
1841
1489
|
}
|
|
1842
|
-
|
|
1843
1490
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header {
|
|
1844
1491
|
cursor: pointer;
|
|
1845
1492
|
display: table;
|
|
@@ -1849,33 +1496,26 @@
|
|
|
1849
1496
|
text-align: center;
|
|
1850
1497
|
width: 10px;
|
|
1851
1498
|
}
|
|
1852
|
-
|
|
1853
1499
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1854
1500
|
text-decoration: underline;
|
|
1855
1501
|
}
|
|
1856
|
-
|
|
1857
1502
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1858
1503
|
background-color: #f3f4f6;
|
|
1859
1504
|
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
1860
1505
|
}
|
|
1861
|
-
|
|
1862
1506
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1863
1507
|
background-color: #f3f4f6;
|
|
1864
1508
|
}
|
|
1865
|
-
|
|
1866
1509
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1867
1510
|
position: absolute;
|
|
1868
1511
|
top: 0;
|
|
1869
1512
|
}
|
|
1870
|
-
|
|
1871
1513
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1872
1514
|
position: absolute;
|
|
1873
1515
|
}
|
|
1874
|
-
|
|
1875
1516
|
.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment {
|
|
1876
1517
|
z-index: 1;
|
|
1877
1518
|
}
|
|
1878
|
-
|
|
1879
1519
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
|
|
1880
1520
|
background: #4f46e5;
|
|
1881
1521
|
border: 1px solid #e5e7eb;
|
|
@@ -1888,11 +1528,9 @@
|
|
|
1888
1528
|
overflow: hidden;
|
|
1889
1529
|
position: absolute;
|
|
1890
1530
|
}
|
|
1891
|
-
|
|
1892
1531
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1893
1532
|
display: none;
|
|
1894
1533
|
}
|
|
1895
|
-
|
|
1896
1534
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1897
1535
|
display: -ms-flexbox;
|
|
1898
1536
|
display: flex;
|
|
@@ -1901,7 +1539,6 @@
|
|
|
1901
1539
|
line-height: 20px;
|
|
1902
1540
|
overflow: hidden;
|
|
1903
1541
|
}
|
|
1904
|
-
|
|
1905
1542
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
|
|
1906
1543
|
-ms-flex: auto;
|
|
1907
1544
|
flex: auto;
|
|
@@ -1911,7 +1548,6 @@
|
|
|
1911
1548
|
padding: 1px 2px;
|
|
1912
1549
|
text-overflow: ellipsis;
|
|
1913
1550
|
}
|
|
1914
|
-
|
|
1915
1551
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,
|
|
1916
1552
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location {
|
|
1917
1553
|
font-size: 11px;
|
|
@@ -1919,41 +1555,33 @@
|
|
|
1919
1555
|
padding: 1.5px;
|
|
1920
1556
|
text-overflow: ellipsis;
|
|
1921
1557
|
}
|
|
1922
|
-
|
|
1923
1558
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable {
|
|
1924
1559
|
display: none;
|
|
1925
1560
|
}
|
|
1926
|
-
|
|
1927
1561
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1928
1562
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1929
1563
|
line-height: 38px;
|
|
1930
1564
|
padding: 0 5px;
|
|
1931
1565
|
}
|
|
1932
|
-
|
|
1933
1566
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1934
1567
|
display: block;
|
|
1935
1568
|
}
|
|
1936
|
-
|
|
1937
1569
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1938
1570
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1939
1571
|
font-size: 10px;
|
|
1940
1572
|
line-height: 38px;
|
|
1941
1573
|
padding-right: 7px;
|
|
1942
1574
|
}
|
|
1943
|
-
|
|
1944
1575
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1945
1576
|
padding-right: 5px;
|
|
1946
1577
|
}
|
|
1947
|
-
|
|
1948
1578
|
.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 {
|
|
1949
1579
|
border: 0;
|
|
1950
1580
|
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);
|
|
1951
1581
|
}
|
|
1952
|
-
|
|
1953
1582
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
|
|
1954
1583
|
pointer-events: none;
|
|
1955
1584
|
}
|
|
1956
|
-
|
|
1957
1585
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
|
|
1958
1586
|
color: #6b7280;
|
|
1959
1587
|
cursor: pointer;
|
|
@@ -1964,53 +1592,44 @@
|
|
|
1964
1592
|
position: absolute;
|
|
1965
1593
|
text-overflow: ellipsis;
|
|
1966
1594
|
}
|
|
1967
|
-
|
|
1968
1595
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1969
1596
|
display: none;
|
|
1970
1597
|
}
|
|
1971
|
-
|
|
1972
1598
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1973
1599
|
text-decoration: underline;
|
|
1974
1600
|
}
|
|
1975
|
-
|
|
1976
1601
|
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1977
1602
|
max-width: 100%;
|
|
1978
1603
|
min-width: 100%;
|
|
1979
1604
|
}
|
|
1980
|
-
|
|
1981
1605
|
.e-schedule .e-timeline-view .e-content-wrap,
|
|
1982
1606
|
.e-schedule .e-timeline-view .e-content-table,
|
|
1983
1607
|
.e-schedule .e-timeline-month-view .e-content-wrap,
|
|
1984
1608
|
.e-schedule .e-timeline-month-view .e-content-table {
|
|
1985
1609
|
height: 100%;
|
|
1986
1610
|
}
|
|
1987
|
-
|
|
1988
1611
|
.e-schedule .e-timeline-view .e-date-header-wrap,
|
|
1989
1612
|
.e-schedule .e-timeline-month-view .e-date-header-wrap {
|
|
1990
1613
|
font-size: 14px;
|
|
1991
1614
|
overflow: hidden;
|
|
1992
1615
|
position: relative;
|
|
1993
1616
|
}
|
|
1994
|
-
|
|
1995
1617
|
.e-schedule .e-timeline-view .e-event-table,
|
|
1996
1618
|
.e-schedule .e-timeline-month-view .e-event-table {
|
|
1997
1619
|
position: absolute;
|
|
1998
1620
|
top: 0;
|
|
1999
1621
|
}
|
|
2000
|
-
|
|
2001
1622
|
.e-schedule .e-timeline-view .e-appointment-container.e-event-container,
|
|
2002
1623
|
.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
|
|
2003
1624
|
height: 60px;
|
|
2004
1625
|
position: relative;
|
|
2005
1626
|
}
|
|
2006
|
-
|
|
2007
1627
|
.e-schedule .e-timeline-view .e-date-header-wrap table col,
|
|
2008
1628
|
.e-schedule .e-timeline-view .e-content-wrap table col,
|
|
2009
1629
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
|
|
2010
1630
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
2011
1631
|
width: 50px;
|
|
2012
1632
|
}
|
|
2013
|
-
|
|
2014
1633
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2015
1634
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2016
1635
|
height: 36px;
|
|
@@ -2019,44 +1638,36 @@
|
|
|
2019
1638
|
text-overflow: ellipsis;
|
|
2020
1639
|
white-space: nowrap;
|
|
2021
1640
|
}
|
|
2022
|
-
|
|
2023
1641
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
2024
1642
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
2025
1643
|
overflow: inherit;
|
|
2026
1644
|
background-color: #f3f4f6;
|
|
2027
1645
|
}
|
|
2028
|
-
|
|
2029
1646
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
2030
1647
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span {
|
|
2031
1648
|
position: relative;
|
|
2032
1649
|
}
|
|
2033
|
-
|
|
2034
1650
|
.e-schedule .e-timeline-view .e-navigate:hover,
|
|
2035
1651
|
.e-schedule .e-timeline-month-view .e-navigate:hover {
|
|
2036
1652
|
cursor: pointer;
|
|
2037
1653
|
text-decoration: underline;
|
|
2038
1654
|
}
|
|
2039
|
-
|
|
2040
1655
|
.e-schedule .e-timeline-view .e-navigate:focus,
|
|
2041
1656
|
.e-schedule .e-timeline-month-view .e-navigate:focus {
|
|
2042
1657
|
text-decoration: underline;
|
|
2043
1658
|
}
|
|
2044
|
-
|
|
2045
1659
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
2046
1660
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
2047
1661
|
height: 60px;
|
|
2048
1662
|
}
|
|
2049
|
-
|
|
2050
1663
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
2051
1664
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
2052
1665
|
background-color: #f3f4f6;
|
|
2053
1666
|
}
|
|
2054
|
-
|
|
2055
1667
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
2056
1668
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
2057
1669
|
background-color: #f3f4f6;
|
|
2058
1670
|
}
|
|
2059
|
-
|
|
2060
1671
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
2061
1672
|
.e-schedule .e-timeline-month-view .e-resource-text {
|
|
2062
1673
|
color: #111827;
|
|
@@ -2065,7 +1676,6 @@
|
|
|
2065
1676
|
padding: 4px 12px;
|
|
2066
1677
|
text-overflow: ellipsis;
|
|
2067
1678
|
}
|
|
2068
|
-
|
|
2069
1679
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
2070
1680
|
.e-schedule .e-timeline-month-view .e-resource-left-td {
|
|
2071
1681
|
background-color: #fff;
|
|
@@ -2076,7 +1686,6 @@
|
|
|
2076
1686
|
vertical-align: middle;
|
|
2077
1687
|
width: 200px;
|
|
2078
1688
|
}
|
|
2079
|
-
|
|
2080
1689
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
2081
1690
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
2082
1691
|
background-color: #f9fafb;
|
|
@@ -2089,73 +1698,59 @@
|
|
|
2089
1698
|
padding-right: 0;
|
|
2090
1699
|
vertical-align: middle;
|
|
2091
1700
|
}
|
|
2092
|
-
|
|
2093
1701
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
2094
1702
|
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
|
|
2095
1703
|
background-color: #f3f4f6;
|
|
2096
1704
|
}
|
|
2097
|
-
|
|
2098
1705
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2099
1706
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2100
1707
|
overflow: hidden;
|
|
2101
1708
|
position: relative;
|
|
2102
1709
|
}
|
|
2103
|
-
|
|
2104
1710
|
.e-schedule .e-timeline-view .e-resource-column-table,
|
|
2105
1711
|
.e-schedule .e-timeline-month-view .e-resource-column-table {
|
|
2106
1712
|
height: 100%;
|
|
2107
1713
|
}
|
|
2108
|
-
|
|
2109
1714
|
.e-schedule .e-timeline-view .e-auto-height,
|
|
2110
1715
|
.e-schedule .e-timeline-month-view .e-auto-height {
|
|
2111
1716
|
height: auto;
|
|
2112
1717
|
}
|
|
2113
|
-
|
|
2114
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
|
|
2115
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2116
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
|
|
1718
|
+
.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
|
|
2117
1719
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2118
1720
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
|
|
2119
1721
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
|
|
2120
1722
|
height: 42px;
|
|
2121
1723
|
}
|
|
2122
|
-
|
|
2123
1724
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2124
1725
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2125
1726
|
background-color: #f3f4f6;
|
|
2126
1727
|
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
2127
1728
|
}
|
|
2128
|
-
|
|
2129
1729
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2130
1730
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2131
1731
|
color: #6b7280;
|
|
2132
1732
|
cursor: pointer;
|
|
2133
1733
|
float: left;
|
|
2134
|
-
font-family:
|
|
1734
|
+
font-family: "e-icons";
|
|
2135
1735
|
font-size: 12px;
|
|
2136
1736
|
padding: 4px 7px;
|
|
2137
1737
|
}
|
|
2138
|
-
|
|
2139
1738
|
.e-schedule .e-timeline-view .e-resource-collapse,
|
|
2140
1739
|
.e-schedule .e-timeline-month-view .e-resource-collapse {
|
|
2141
1740
|
transform: rotate(90deg);
|
|
2142
1741
|
}
|
|
2143
|
-
|
|
2144
1742
|
.e-schedule .e-timeline-view .e-child-node,
|
|
2145
1743
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
2146
1744
|
background-color: #fff;
|
|
2147
1745
|
}
|
|
2148
|
-
|
|
2149
1746
|
.e-schedule .e-timeline-view .e-appointment-wrapper,
|
|
2150
1747
|
.e-schedule .e-timeline-month-view .e-appointment-wrapper {
|
|
2151
1748
|
position: absolute;
|
|
2152
1749
|
}
|
|
2153
|
-
|
|
2154
1750
|
.e-schedule .e-timeline-view .e-inline-appointment,
|
|
2155
1751
|
.e-schedule .e-timeline-month-view .e-inline-appointment {
|
|
2156
1752
|
z-index: 1;
|
|
2157
1753
|
}
|
|
2158
|
-
|
|
2159
1754
|
.e-schedule .e-timeline-view .e-appointment,
|
|
2160
1755
|
.e-schedule .e-timeline-month-view .e-appointment {
|
|
2161
1756
|
background: #4f46e5;
|
|
@@ -2169,7 +1764,6 @@
|
|
|
2169
1764
|
overflow: hidden;
|
|
2170
1765
|
position: absolute;
|
|
2171
1766
|
}
|
|
2172
|
-
|
|
2173
1767
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2174
1768
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2175
1769
|
display: -ms-flexbox;
|
|
@@ -2179,14 +1773,12 @@
|
|
|
2179
1773
|
overflow: hidden;
|
|
2180
1774
|
padding: 0 4px;
|
|
2181
1775
|
}
|
|
2182
|
-
|
|
2183
1776
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
|
|
2184
1777
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
|
|
2185
1778
|
-ms-flex: auto;
|
|
2186
1779
|
flex: auto;
|
|
2187
1780
|
overflow: hidden;
|
|
2188
1781
|
}
|
|
2189
|
-
|
|
2190
1782
|
.e-schedule .e-timeline-view .e-appointment .e-subject,
|
|
2191
1783
|
.e-schedule .e-timeline-month-view .e-appointment .e-subject {
|
|
2192
1784
|
font-size: 13px;
|
|
@@ -2198,7 +1790,6 @@
|
|
|
2198
1790
|
padding-top: 4px;
|
|
2199
1791
|
text-overflow: ellipsis;
|
|
2200
1792
|
}
|
|
2201
|
-
|
|
2202
1793
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2203
1794
|
.e-schedule .e-timeline-view .e-appointment .e-location,
|
|
2204
1795
|
.e-schedule .e-timeline-month-view .e-appointment .e-time,
|
|
@@ -2208,18 +1799,15 @@
|
|
|
2208
1799
|
padding-top: 1px;
|
|
2209
1800
|
text-overflow: ellipsis;
|
|
2210
1801
|
}
|
|
2211
|
-
|
|
2212
1802
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2213
1803
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2214
1804
|
display: block;
|
|
2215
1805
|
line-height: 1.4;
|
|
2216
1806
|
}
|
|
2217
|
-
|
|
2218
1807
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
2219
1808
|
.e-schedule .e-timeline-month-view .e-appointment .e-disable {
|
|
2220
1809
|
display: none;
|
|
2221
1810
|
}
|
|
2222
|
-
|
|
2223
1811
|
.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,
|
|
2224
1812
|
.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,
|
|
2225
1813
|
.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,
|
|
@@ -2227,12 +1815,10 @@
|
|
|
2227
1815
|
line-height: 38px;
|
|
2228
1816
|
padding: 0 5px;
|
|
2229
1817
|
}
|
|
2230
|
-
|
|
2231
1818
|
.e-schedule .e-timeline-view .e-appointment .e-indicator,
|
|
2232
1819
|
.e-schedule .e-timeline-month-view .e-appointment .e-indicator {
|
|
2233
1820
|
display: block;
|
|
2234
1821
|
}
|
|
2235
|
-
|
|
2236
1822
|
.e-schedule .e-timeline-view .e-appointment .e-left-icon,
|
|
2237
1823
|
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
|
|
2238
1824
|
.e-schedule .e-timeline-month-view .e-appointment .e-left-icon,
|
|
@@ -2241,24 +1827,20 @@
|
|
|
2241
1827
|
line-height: 38px;
|
|
2242
1828
|
padding-right: 7px;
|
|
2243
1829
|
}
|
|
2244
|
-
|
|
2245
1830
|
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
|
|
2246
1831
|
.e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
|
|
2247
1832
|
padding-right: 5px;
|
|
2248
1833
|
}
|
|
2249
|
-
|
|
2250
1834
|
.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus,
|
|
2251
1835
|
.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
2252
1836
|
.e-schedule .e-timeline-month-view .e-appointment:focus {
|
|
2253
1837
|
border: 0;
|
|
2254
1838
|
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);
|
|
2255
1839
|
}
|
|
2256
|
-
|
|
2257
1840
|
.e-schedule .e-timeline-view .e-appointment.e-allow-select,
|
|
2258
1841
|
.e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
|
|
2259
1842
|
pointer-events: none;
|
|
2260
1843
|
}
|
|
2261
|
-
|
|
2262
1844
|
.e-schedule .e-timeline-view .e-more-indicator,
|
|
2263
1845
|
.e-schedule .e-timeline-month-view .e-more-indicator {
|
|
2264
1846
|
color: #6b7280;
|
|
@@ -2270,150 +1852,122 @@
|
|
|
2270
1852
|
position: absolute;
|
|
2271
1853
|
text-overflow: ellipsis;
|
|
2272
1854
|
}
|
|
2273
|
-
|
|
2274
1855
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2275
1856
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2276
1857
|
text-decoration: underline;
|
|
2277
1858
|
}
|
|
2278
|
-
|
|
2279
1859
|
.e-schedule .e-timeline-view .e-navigate {
|
|
2280
1860
|
font-size: 14px;
|
|
2281
1861
|
}
|
|
2282
|
-
|
|
2283
1862
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
2284
1863
|
.e-schedule .e-timeline-view .e-current-time {
|
|
2285
1864
|
bottom: 0;
|
|
2286
1865
|
position: absolute;
|
|
2287
1866
|
}
|
|
2288
|
-
|
|
2289
1867
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
2290
1868
|
position: absolute;
|
|
2291
1869
|
top: 0;
|
|
2292
1870
|
}
|
|
2293
|
-
|
|
2294
1871
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
|
|
2295
1872
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
2296
1873
|
width: 70px;
|
|
2297
1874
|
}
|
|
2298
|
-
|
|
2299
1875
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
2300
1876
|
position: absolute;
|
|
2301
1877
|
transform: translateY(0);
|
|
2302
1878
|
}
|
|
2303
|
-
|
|
2304
1879
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
2305
1880
|
position: relative;
|
|
2306
1881
|
}
|
|
2307
|
-
|
|
2308
1882
|
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition {
|
|
2309
1883
|
transition: all 1000ms linear;
|
|
2310
1884
|
}
|
|
2311
|
-
|
|
2312
1885
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
|
|
2313
1886
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,
|
|
2314
1887
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,
|
|
2315
1888
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon {
|
|
2316
1889
|
padding: 0 0 0 5px;
|
|
2317
1890
|
}
|
|
2318
|
-
|
|
2319
1891
|
.e-schedule.e-rtl .e-timeline-view .e-inline-appointment,
|
|
2320
1892
|
.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment {
|
|
2321
1893
|
z-index: 1;
|
|
2322
1894
|
}
|
|
2323
|
-
|
|
2324
1895
|
.e-schedule.e-rtl .e-timeline-view .e-resource-left-td,
|
|
2325
1896
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td {
|
|
2326
1897
|
border-width: 0 0 1px 1px;
|
|
2327
1898
|
}
|
|
2328
|
-
|
|
2329
1899
|
.e-schedule.e-rtl .e-timeline-view .e-resource-cells,
|
|
2330
1900
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells {
|
|
2331
1901
|
border-width: 0 0 1px 1px;
|
|
2332
1902
|
padding-right: 15px;
|
|
2333
1903
|
}
|
|
2334
|
-
|
|
2335
1904
|
.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,
|
|
2336
1905
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon {
|
|
2337
1906
|
float: right;
|
|
2338
1907
|
}
|
|
2339
|
-
|
|
2340
1908
|
.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,
|
|
2341
1909
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2342
1910
|
text-align: right;
|
|
2343
1911
|
}
|
|
2344
|
-
|
|
2345
1912
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2346
1913
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2347
1914
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
2348
1915
|
font-size: 16px;
|
|
2349
1916
|
}
|
|
2350
|
-
|
|
2351
1917
|
.e-schedule.e-device .e-month-view .e-date-header-wrap td,
|
|
2352
1918
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap td,
|
|
2353
1919
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td {
|
|
2354
1920
|
border-left-width: 0;
|
|
2355
1921
|
border-right-width: 0;
|
|
2356
1922
|
}
|
|
2357
|
-
|
|
2358
1923
|
.e-schedule.e-device .e-month-view .e-content-wrap,
|
|
2359
1924
|
.e-schedule.e-device .e-timeline-view .e-content-wrap,
|
|
2360
1925
|
.e-schedule.e-device .e-timeline-month-view .e-content-wrap {
|
|
2361
1926
|
font-size: 14px;
|
|
2362
1927
|
}
|
|
2363
|
-
|
|
2364
1928
|
.e-schedule.e-device .e-month-view .e-date-header:hover,
|
|
2365
1929
|
.e-schedule.e-device .e-timeline-view .e-date-header:hover,
|
|
2366
1930
|
.e-schedule.e-device .e-timeline-month-view .e-date-header:hover {
|
|
2367
1931
|
text-decoration: none;
|
|
2368
1932
|
}
|
|
2369
|
-
|
|
2370
1933
|
.e-schedule.e-device .e-month-view .e-more-indicator,
|
|
2371
1934
|
.e-schedule.e-device .e-timeline-view .e-more-indicator,
|
|
2372
1935
|
.e-schedule.e-device .e-timeline-month-view .e-more-indicator {
|
|
2373
1936
|
font-size: 12px;
|
|
2374
1937
|
}
|
|
2375
|
-
|
|
2376
1938
|
.e-schedule.e-device .e-month-view .e-navigate:hover,
|
|
2377
1939
|
.e-schedule.e-device .e-timeline-view .e-navigate:hover,
|
|
2378
1940
|
.e-schedule.e-device .e-timeline-month-view .e-navigate:hover {
|
|
2379
1941
|
text-decoration: none;
|
|
2380
1942
|
}
|
|
2381
|
-
|
|
2382
1943
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu {
|
|
2383
1944
|
margin-top: 6px;
|
|
2384
1945
|
}
|
|
2385
|
-
|
|
2386
1946
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable {
|
|
2387
1947
|
display: none;
|
|
2388
1948
|
}
|
|
2389
|
-
|
|
2390
1949
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
|
|
2391
1950
|
margin-top: 4px;
|
|
2392
1951
|
}
|
|
2393
|
-
|
|
2394
1952
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2395
1953
|
border-right: 1px solid #e5e7eb;
|
|
2396
1954
|
height: 40px;
|
|
2397
1955
|
padding-top: 8px;
|
|
2398
1956
|
}
|
|
2399
|
-
|
|
2400
1957
|
.e-schedule .e-month-agenda-view .e-wrapper-container {
|
|
2401
1958
|
position: relative;
|
|
2402
1959
|
}
|
|
2403
|
-
|
|
2404
1960
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
|
|
2405
1961
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2406
1962
|
border-bottom: 2px solid #e5e7eb;
|
|
2407
1963
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2408
1964
|
}
|
|
2409
|
-
|
|
2410
1965
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2411
1966
|
border-bottom: 1px solid #e5e7eb;
|
|
2412
1967
|
border-right: 1px solid #e5e7eb;
|
|
2413
1968
|
vertical-align: top;
|
|
2414
1969
|
width: 75px;
|
|
2415
1970
|
}
|
|
2416
|
-
|
|
2417
1971
|
.e-schedule .e-month-agenda-view .e-resource-name {
|
|
2418
1972
|
color: #111827;
|
|
2419
1973
|
font-size: 16px;
|
|
@@ -2422,24 +1976,19 @@
|
|
|
2422
1976
|
padding: 8px;
|
|
2423
1977
|
text-overflow: ellipsis;
|
|
2424
1978
|
}
|
|
2425
|
-
|
|
2426
1979
|
.e-schedule .e-month-agenda-view .e-day-padding {
|
|
2427
1980
|
padding-left: 8px;
|
|
2428
1981
|
}
|
|
2429
|
-
|
|
2430
1982
|
.e-schedule .e-month-agenda-view .e-day-border {
|
|
2431
1983
|
border-bottom: 1px solid #e5e7eb;
|
|
2432
1984
|
}
|
|
2433
|
-
|
|
2434
1985
|
.e-schedule .e-month-agenda-view .e-date-header-wrap {
|
|
2435
1986
|
font-size: 16px;
|
|
2436
1987
|
overflow: hidden;
|
|
2437
1988
|
}
|
|
2438
|
-
|
|
2439
1989
|
.e-schedule .e-month-agenda-view .e-content-wrap {
|
|
2440
1990
|
font-size: 14px;
|
|
2441
1991
|
}
|
|
2442
|
-
|
|
2443
1992
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2444
1993
|
cursor: default;
|
|
2445
1994
|
font-weight: 400;
|
|
@@ -2447,21 +1996,17 @@
|
|
|
2447
1996
|
padding: 5px;
|
|
2448
1997
|
text-align: center;
|
|
2449
1998
|
}
|
|
2450
|
-
|
|
2451
1999
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
2452
2000
|
height: 40px;
|
|
2453
2001
|
position: relative;
|
|
2454
2002
|
vertical-align: top;
|
|
2455
2003
|
}
|
|
2456
|
-
|
|
2457
2004
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2458
2005
|
background-color: #f3f4f6;
|
|
2459
2006
|
}
|
|
2460
|
-
|
|
2461
2007
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2462
2008
|
background-color: #f3f4f6;
|
|
2463
2009
|
}
|
|
2464
|
-
|
|
2465
2010
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
2466
2011
|
height: 24px;
|
|
2467
2012
|
line-height: 24.5px;
|
|
@@ -2469,37 +2014,30 @@
|
|
|
2469
2014
|
text-align: center;
|
|
2470
2015
|
width: 24px;
|
|
2471
2016
|
}
|
|
2472
|
-
|
|
2473
2017
|
.e-schedule .e-month-agenda-view .e-appointment-container {
|
|
2474
2018
|
min-height: 40px;
|
|
2475
2019
|
}
|
|
2476
|
-
|
|
2477
2020
|
.e-schedule .e-month-agenda-view .e-appointment-wrap {
|
|
2478
2021
|
background-color: #fff;
|
|
2479
2022
|
overflow: auto;
|
|
2480
2023
|
padding: 0 8px;
|
|
2481
2024
|
}
|
|
2482
|
-
|
|
2483
2025
|
.e-schedule .e-month-agenda-view .e-appointment {
|
|
2484
2026
|
border-left: 3px solid #4f46e5;
|
|
2485
2027
|
border-right: 0;
|
|
2486
2028
|
cursor: default;
|
|
2487
2029
|
padding: 0 16px;
|
|
2488
2030
|
}
|
|
2489
|
-
|
|
2490
2031
|
.e-schedule .e-month-agenda-view .e-appointment:hover {
|
|
2491
2032
|
background: #f3f4f6;
|
|
2492
2033
|
}
|
|
2493
|
-
|
|
2494
2034
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2495
2035
|
background: #e5e7eb;
|
|
2496
2036
|
}
|
|
2497
|
-
|
|
2498
2037
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2499
2038
|
display: -ms-flexbox;
|
|
2500
2039
|
display: flex;
|
|
2501
2040
|
}
|
|
2502
|
-
|
|
2503
2041
|
.e-schedule .e-month-agenda-view .e-subject {
|
|
2504
2042
|
color: #111827;
|
|
2505
2043
|
font-size: 14px;
|
|
@@ -2507,14 +2045,12 @@
|
|
|
2507
2045
|
overflow: hidden;
|
|
2508
2046
|
text-overflow: ellipsis;
|
|
2509
2047
|
}
|
|
2510
|
-
|
|
2511
2048
|
.e-schedule .e-month-agenda-view .e-recurrence-icon,
|
|
2512
2049
|
.e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
|
|
2513
2050
|
color: #6b7280;
|
|
2514
2051
|
line-height: 26px;
|
|
2515
2052
|
padding: 0 10px;
|
|
2516
2053
|
}
|
|
2517
|
-
|
|
2518
2054
|
.e-schedule .e-month-agenda-view .e-date-time {
|
|
2519
2055
|
color: #6b7280;
|
|
2520
2056
|
font-size: 12px;
|
|
@@ -2522,7 +2058,6 @@
|
|
|
2522
2058
|
overflow: hidden;
|
|
2523
2059
|
text-overflow: ellipsis;
|
|
2524
2060
|
}
|
|
2525
|
-
|
|
2526
2061
|
.e-schedule .e-month-agenda-view .e-location {
|
|
2527
2062
|
color: #6b7280;
|
|
2528
2063
|
font-size: 12px;
|
|
@@ -2531,7 +2066,6 @@
|
|
|
2531
2066
|
padding-left: 8px;
|
|
2532
2067
|
text-overflow: ellipsis;
|
|
2533
2068
|
}
|
|
2534
|
-
|
|
2535
2069
|
.e-schedule .e-month-agenda-view .e-no-event {
|
|
2536
2070
|
color: #6b7280;
|
|
2537
2071
|
cursor: default;
|
|
@@ -2539,16 +2073,13 @@
|
|
|
2539
2073
|
height: 100%;
|
|
2540
2074
|
padding: 8px 4px;
|
|
2541
2075
|
}
|
|
2542
|
-
|
|
2543
2076
|
.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
|
|
2544
2077
|
padding: 16px 0 0;
|
|
2545
2078
|
}
|
|
2546
|
-
|
|
2547
2079
|
.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view {
|
|
2548
2080
|
margin: 0;
|
|
2549
2081
|
padding: 0;
|
|
2550
2082
|
}
|
|
2551
|
-
|
|
2552
2083
|
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2553
2084
|
background: #4f46e5;
|
|
2554
2085
|
border-radius: 50%;
|
|
@@ -2557,22 +2088,18 @@
|
|
|
2557
2088
|
margin: 1px auto;
|
|
2558
2089
|
width: 6px;
|
|
2559
2090
|
}
|
|
2560
|
-
|
|
2561
2091
|
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent {
|
|
2562
2092
|
border-left: 1px solid #e5e7eb;
|
|
2563
2093
|
border-right-width: 0;
|
|
2564
2094
|
}
|
|
2565
|
-
|
|
2566
2095
|
.e-schedule.e-rtl .e-month-agenda-view .e-week-number {
|
|
2567
2096
|
border-left: 1px solid #e5e7eb;
|
|
2568
2097
|
border-right-width: 0;
|
|
2569
2098
|
}
|
|
2570
|
-
|
|
2571
2099
|
.e-schedule.e-rtl .e-month-agenda-view .e-appointment {
|
|
2572
2100
|
border-left: 0;
|
|
2573
2101
|
border-right: 3px solid #4f46e5;
|
|
2574
2102
|
}
|
|
2575
|
-
|
|
2576
2103
|
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
|
|
2577
2104
|
border-bottom: 1px solid #e5e7eb;
|
|
2578
2105
|
border-left: 1px solid #e5e7eb;
|
|
@@ -2580,33 +2107,26 @@
|
|
|
2580
2107
|
vertical-align: top;
|
|
2581
2108
|
width: 75px;
|
|
2582
2109
|
}
|
|
2583
|
-
|
|
2584
2110
|
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2585
2111
|
white-space: normal;
|
|
2586
2112
|
}
|
|
2587
|
-
|
|
2588
2113
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2589
2114
|
padding-right: 8px;
|
|
2590
2115
|
}
|
|
2591
|
-
|
|
2592
2116
|
.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap {
|
|
2593
2117
|
font-size: 16px;
|
|
2594
2118
|
}
|
|
2595
|
-
|
|
2596
2119
|
.e-schedule.e-device .e-month-agenda-view .e-content-wrap {
|
|
2597
2120
|
font-size: 14px;
|
|
2598
2121
|
}
|
|
2599
|
-
|
|
2600
2122
|
.e-schedule .e-agenda-view {
|
|
2601
2123
|
background-color: #fff;
|
|
2602
2124
|
}
|
|
2603
|
-
|
|
2604
2125
|
.e-schedule .e-agenda-view .e-content-wrap table td:first-child,
|
|
2605
2126
|
.e-schedule .e-agenda-view .e-date-column {
|
|
2606
2127
|
vertical-align: top;
|
|
2607
2128
|
width: 75px;
|
|
2608
2129
|
}
|
|
2609
|
-
|
|
2610
2130
|
.e-schedule .e-agenda-view .e-resource-column {
|
|
2611
2131
|
border-bottom: 1px solid #e5e7eb;
|
|
2612
2132
|
border-right: 1px solid #e5e7eb;
|
|
@@ -2614,85 +2134,67 @@
|
|
|
2614
2134
|
vertical-align: top;
|
|
2615
2135
|
width: 75px;
|
|
2616
2136
|
}
|
|
2617
|
-
|
|
2618
2137
|
.e-schedule .e-agenda-view .e-month-header {
|
|
2619
2138
|
background: #4f46e5;
|
|
2620
2139
|
height: 100px;
|
|
2621
2140
|
padding-top: 12px;
|
|
2622
2141
|
vertical-align: top;
|
|
2623
2142
|
}
|
|
2624
|
-
|
|
2625
2143
|
.e-schedule .e-agenda-view .e-month-header .e-date-header {
|
|
2626
2144
|
color: #fff;
|
|
2627
2145
|
font-size: 18px;
|
|
2628
2146
|
}
|
|
2629
|
-
|
|
2630
2147
|
.e-schedule .e-agenda-view .e-day-date-header {
|
|
2631
2148
|
color: #374151;
|
|
2632
2149
|
cursor: default;
|
|
2633
2150
|
padding: 8px 34px 14px 18px;
|
|
2634
2151
|
}
|
|
2635
|
-
|
|
2636
2152
|
.e-schedule .e-agenda-view .e-day-date-header .e-m-date {
|
|
2637
2153
|
font-size: 16px;
|
|
2638
2154
|
}
|
|
2639
|
-
|
|
2640
2155
|
.e-schedule .e-agenda-view .e-day-date-header .e-m-day {
|
|
2641
2156
|
font-size: 12px;
|
|
2642
2157
|
}
|
|
2643
|
-
|
|
2644
2158
|
.e-schedule .e-agenda-view .e-day-date-header.e-current-day {
|
|
2645
2159
|
color: #4f46e5;
|
|
2646
2160
|
}
|
|
2647
|
-
|
|
2648
2161
|
.e-schedule .e-agenda-view .e-day-border {
|
|
2649
2162
|
border-bottom: 1px solid #e5e7eb;
|
|
2650
2163
|
}
|
|
2651
|
-
|
|
2652
2164
|
.e-schedule .e-agenda-view .e-date-border {
|
|
2653
2165
|
border-bottom: 1px solid #e5e7eb;
|
|
2654
2166
|
border-right: 1px solid #e5e7eb;
|
|
2655
2167
|
}
|
|
2656
|
-
|
|
2657
2168
|
.e-schedule .e-agenda-view .e-day-padding {
|
|
2658
2169
|
padding-left: 8px;
|
|
2659
2170
|
}
|
|
2660
|
-
|
|
2661
2171
|
.e-schedule .e-agenda-view .e-date-header {
|
|
2662
2172
|
font-size: 20px;
|
|
2663
2173
|
}
|
|
2664
|
-
|
|
2665
2174
|
.e-schedule .e-agenda-view .e-day-header {
|
|
2666
2175
|
font-size: 12px;
|
|
2667
2176
|
}
|
|
2668
|
-
|
|
2669
2177
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2670
2178
|
display: -ms-flexbox;
|
|
2671
2179
|
display: flex;
|
|
2672
2180
|
margin-bottom: 4px;
|
|
2673
2181
|
}
|
|
2674
|
-
|
|
2675
2182
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2676
2183
|
color: #111827;
|
|
2677
2184
|
}
|
|
2678
|
-
|
|
2679
2185
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
|
|
2680
2186
|
color: #111827;
|
|
2681
2187
|
}
|
|
2682
|
-
|
|
2683
2188
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
|
|
2684
2189
|
color: #111827;
|
|
2685
2190
|
}
|
|
2686
|
-
|
|
2687
2191
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,
|
|
2688
2192
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon {
|
|
2689
2193
|
color: #111827;
|
|
2690
2194
|
}
|
|
2691
|
-
|
|
2692
2195
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
|
|
2693
2196
|
color: #111827;
|
|
2694
2197
|
}
|
|
2695
|
-
|
|
2696
2198
|
.e-schedule .e-agenda-view .e-subject {
|
|
2697
2199
|
color: #111827;
|
|
2698
2200
|
font-size: 14px;
|
|
@@ -2700,7 +2202,6 @@
|
|
|
2700
2202
|
overflow: hidden;
|
|
2701
2203
|
text-overflow: ellipsis;
|
|
2702
2204
|
}
|
|
2703
|
-
|
|
2704
2205
|
.e-schedule .e-agenda-view .e-resource-name {
|
|
2705
2206
|
color: #111827;
|
|
2706
2207
|
font-size: 12px;
|
|
@@ -2709,14 +2210,12 @@
|
|
|
2709
2210
|
padding: 8px;
|
|
2710
2211
|
text-overflow: ellipsis;
|
|
2711
2212
|
}
|
|
2712
|
-
|
|
2713
2213
|
.e-schedule .e-agenda-view .e-recurrence-icon,
|
|
2714
2214
|
.e-schedule .e-agenda-view .e-recurrence-edit-icon {
|
|
2715
2215
|
color: #111827;
|
|
2716
2216
|
line-height: 21px;
|
|
2717
2217
|
padding: 0 10px;
|
|
2718
2218
|
}
|
|
2719
|
-
|
|
2720
2219
|
.e-schedule .e-agenda-view .e-date-time {
|
|
2721
2220
|
color: #6b7280;
|
|
2722
2221
|
font-size: 12px;
|
|
@@ -2724,7 +2223,6 @@
|
|
|
2724
2223
|
overflow: hidden;
|
|
2725
2224
|
text-overflow: ellipsis;
|
|
2726
2225
|
}
|
|
2727
|
-
|
|
2728
2226
|
.e-schedule .e-agenda-view .e-location {
|
|
2729
2227
|
color: #6b7280;
|
|
2730
2228
|
font-size: 12px;
|
|
@@ -2733,38 +2231,31 @@
|
|
|
2733
2231
|
padding-left: 8px;
|
|
2734
2232
|
text-overflow: ellipsis;
|
|
2735
2233
|
}
|
|
2736
|
-
|
|
2737
2234
|
.e-schedule .e-agenda-view .e-agenda-item {
|
|
2738
2235
|
padding: 10px 0;
|
|
2739
2236
|
}
|
|
2740
|
-
|
|
2741
2237
|
.e-schedule .e-agenda-view .e-agenda-parent {
|
|
2742
2238
|
margin: 0;
|
|
2743
2239
|
padding: 0;
|
|
2744
2240
|
}
|
|
2745
|
-
|
|
2746
2241
|
.e-schedule .e-agenda-view .e-appointment {
|
|
2747
2242
|
border-left: 3px solid #4f46e5;
|
|
2748
2243
|
border-right: 0;
|
|
2749
2244
|
cursor: default;
|
|
2750
2245
|
padding: 0 12px;
|
|
2751
2246
|
}
|
|
2752
|
-
|
|
2753
2247
|
.e-schedule .e-agenda-view .e-appointment:hover {
|
|
2754
2248
|
background: #f3f4f6;
|
|
2755
2249
|
}
|
|
2756
|
-
|
|
2757
2250
|
.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
|
|
2758
2251
|
background: #e5e7eb;
|
|
2759
2252
|
}
|
|
2760
|
-
|
|
2761
2253
|
.e-schedule .e-agenda-view .e-appointment.e-template {
|
|
2762
2254
|
display: -ms-inline-flexbox;
|
|
2763
2255
|
display: inline-flex;
|
|
2764
2256
|
-ms-flex-direction: row-reverse;
|
|
2765
2257
|
flex-direction: row-reverse;
|
|
2766
2258
|
}
|
|
2767
|
-
|
|
2768
2259
|
.e-schedule .e-agenda-view .e-no-event {
|
|
2769
2260
|
color: #6b7280;
|
|
2770
2261
|
cursor: default;
|
|
@@ -2772,7 +2263,6 @@
|
|
|
2772
2263
|
line-height: 52px;
|
|
2773
2264
|
padding: 0 11px;
|
|
2774
2265
|
}
|
|
2775
|
-
|
|
2776
2266
|
.e-schedule .e-agenda-view .e-empty-event {
|
|
2777
2267
|
color: #6b7280;
|
|
2778
2268
|
cursor: default;
|
|
@@ -2780,12 +2270,10 @@
|
|
|
2780
2270
|
line-height: 52px;
|
|
2781
2271
|
padding: 0 11px;
|
|
2782
2272
|
}
|
|
2783
|
-
|
|
2784
2273
|
.e-schedule.e-device .e-agenda-view .e-m-date,
|
|
2785
2274
|
.e-schedule.e-device .e-month-agenda-view .e-m-date {
|
|
2786
2275
|
font-size: 18px;
|
|
2787
2276
|
}
|
|
2788
|
-
|
|
2789
2277
|
.e-schedule.e-device .e-agenda-view .e-resource-name,
|
|
2790
2278
|
.e-schedule.e-device .e-agenda-view .e-m-day,
|
|
2791
2279
|
.e-schedule.e-device .e-month-agenda-view .e-resource-name,
|
|
@@ -2793,12 +2281,10 @@
|
|
|
2793
2281
|
color: #111827;
|
|
2794
2282
|
font-size: 14px;
|
|
2795
2283
|
}
|
|
2796
|
-
|
|
2797
2284
|
.e-schedule.e-rtl .e-agenda-view .e-appointment {
|
|
2798
2285
|
border-left: 0;
|
|
2799
2286
|
border-right: 3px solid #4f46e5;
|
|
2800
2287
|
}
|
|
2801
|
-
|
|
2802
2288
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
|
|
2803
2289
|
border-bottom: 1px solid #e5e7eb;
|
|
2804
2290
|
border-left: 1px solid #e5e7eb;
|
|
@@ -2806,15 +2292,12 @@
|
|
|
2806
2292
|
vertical-align: top;
|
|
2807
2293
|
width: 75px;
|
|
2808
2294
|
}
|
|
2809
|
-
|
|
2810
2295
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2811
2296
|
white-space: normal;
|
|
2812
2297
|
}
|
|
2813
|
-
|
|
2814
2298
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2815
2299
|
padding-right: 8px;
|
|
2816
2300
|
}
|
|
2817
|
-
|
|
2818
2301
|
.e-schedule.e-rtl .e-agenda-view .e-date-border {
|
|
2819
2302
|
border-bottom: 1px solid #e5e7eb;
|
|
2820
2303
|
border-left: 1px solid #e5e7eb;
|
|
@@ -2830,66 +2313,54 @@
|
|
|
2830
2313
|
height: 54px;
|
|
2831
2314
|
min-height: 54px;
|
|
2832
2315
|
}
|
|
2833
|
-
|
|
2834
2316
|
.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
2835
2317
|
.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
2836
2318
|
font-size: 16px;
|
|
2837
2319
|
}
|
|
2838
|
-
|
|
2839
2320
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,
|
|
2840
2321
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text {
|
|
2841
2322
|
font-size: 16px;
|
|
2842
2323
|
}
|
|
2843
|
-
|
|
2844
2324
|
.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,
|
|
2845
2325
|
.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow {
|
|
2846
2326
|
font-size: 18px;
|
|
2847
2327
|
}
|
|
2848
|
-
|
|
2849
2328
|
.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,
|
|
2850
2329
|
.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav {
|
|
2851
2330
|
min-height: 54px;
|
|
2852
2331
|
min-width: 32px;
|
|
2853
2332
|
z-index: 0;
|
|
2854
2333
|
}
|
|
2855
|
-
|
|
2856
2334
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2857
2335
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2858
2336
|
font-size: 22px;
|
|
2859
2337
|
}
|
|
2860
|
-
|
|
2861
2338
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2862
2339
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2863
2340
|
line-height: inherit;
|
|
2864
2341
|
}
|
|
2865
|
-
|
|
2866
2342
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,
|
|
2867
2343
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
2868
2344
|
min-height: 54px;
|
|
2869
2345
|
}
|
|
2870
|
-
|
|
2871
2346
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,
|
|
2872
2347
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2873
2348
|
min-height: 54px;
|
|
2874
2349
|
}
|
|
2875
|
-
|
|
2876
2350
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2877
2351
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2878
2352
|
min-width: 34px;
|
|
2879
2353
|
}
|
|
2880
|
-
|
|
2881
2354
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
2882
2355
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2883
2356
|
height: calc(100% - 15px);
|
|
2884
2357
|
margin: 7.5px 3px;
|
|
2885
2358
|
min-height: 38px;
|
|
2886
2359
|
}
|
|
2887
|
-
|
|
2888
2360
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,
|
|
2889
2361
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons {
|
|
2890
2362
|
min-width: 24px;
|
|
2891
2363
|
}
|
|
2892
|
-
|
|
2893
2364
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
|
|
2894
2365
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
2895
2366
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
|
|
@@ -2901,7 +2372,6 @@
|
|
|
2901
2372
|
min-width: 24px;
|
|
2902
2373
|
padding: 10px 8px 6px;
|
|
2903
2374
|
}
|
|
2904
|
-
|
|
2905
2375
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2906
2376
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
2907
2377
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -2909,7 +2379,6 @@
|
|
|
2909
2379
|
padding: 4px 0 0 12px;
|
|
2910
2380
|
font-size: 22px;
|
|
2911
2381
|
}
|
|
2912
|
-
|
|
2913
2382
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2914
2383
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2915
2384
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
@@ -2917,78 +2386,64 @@
|
|
|
2917
2386
|
height: 25px;
|
|
2918
2387
|
padding-bottom: 2px;
|
|
2919
2388
|
}
|
|
2920
|
-
|
|
2921
2389
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2922
2390
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2923
2391
|
font-size: 16px;
|
|
2924
2392
|
}
|
|
2925
|
-
|
|
2926
2393
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2927
2394
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
2928
2395
|
font-size: 14px;
|
|
2929
2396
|
}
|
|
2930
|
-
|
|
2931
2397
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
|
|
2932
2398
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
2933
2399
|
font-size: 14px;
|
|
2934
2400
|
}
|
|
2935
|
-
|
|
2936
2401
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,
|
|
2937
2402
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
2938
2403
|
font-size: 18px;
|
|
2939
2404
|
}
|
|
2940
|
-
|
|
2941
2405
|
.e-bigger .e-schedule .e-vertical-view .e-resource-cells,
|
|
2942
2406
|
.e-bigger.e-schedule .e-vertical-view .e-resource-cells {
|
|
2943
2407
|
font-size: 14px;
|
|
2944
2408
|
}
|
|
2945
|
-
|
|
2946
2409
|
.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
2947
2410
|
.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
2948
2411
|
font-size: 14px;
|
|
2949
2412
|
}
|
|
2950
|
-
|
|
2951
2413
|
.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2952
2414
|
.e-bigger .e-schedule .e-vertical-view .e-current-time,
|
|
2953
2415
|
.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2954
2416
|
.e-bigger.e-schedule .e-vertical-view .e-current-time {
|
|
2955
2417
|
font-size: 12px;
|
|
2956
2418
|
}
|
|
2957
|
-
|
|
2958
2419
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
|
|
2959
2420
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
2960
2421
|
font-size: 11px;
|
|
2961
2422
|
}
|
|
2962
|
-
|
|
2963
2423
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2964
2424
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
|
|
2965
2425
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2966
2426
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time {
|
|
2967
2427
|
font-size: 12px;
|
|
2968
2428
|
}
|
|
2969
|
-
|
|
2970
2429
|
.e-bigger .e-schedule .e-month-view .e-header-cells,
|
|
2971
2430
|
.e-bigger.e-schedule .e-month-view .e-header-cells {
|
|
2972
2431
|
height: 38px;
|
|
2973
2432
|
}
|
|
2974
|
-
|
|
2975
2433
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2976
2434
|
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2977
2435
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2978
2436
|
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2979
2437
|
font-size: 16px;
|
|
2980
2438
|
}
|
|
2981
|
-
|
|
2982
2439
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
2983
2440
|
.e-bigger.e-schedule .e-month-view .e-content-wrap {
|
|
2984
2441
|
font-size: 16px;
|
|
2985
2442
|
}
|
|
2986
|
-
|
|
2987
2443
|
.e-bigger .e-schedule .e-month-view .e-m-date,
|
|
2988
2444
|
.e-bigger.e-schedule .e-month-view .e-m-date {
|
|
2989
2445
|
font-size: 18px;
|
|
2990
2446
|
}
|
|
2991
|
-
|
|
2992
2447
|
.e-bigger .e-schedule .e-month-view .e-resource-name,
|
|
2993
2448
|
.e-bigger .e-schedule .e-month-view .e-m-day,
|
|
2994
2449
|
.e-bigger.e-schedule .e-month-view .e-resource-name,
|
|
@@ -2999,23 +2454,18 @@
|
|
|
2999
2454
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
3000
2455
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3001
2456
|
}
|
|
3002
|
-
|
|
3003
2457
|
.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
3004
2458
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3005
2459
|
}
|
|
3006
|
-
|
|
3007
2460
|
.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
3008
2461
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3009
2462
|
}
|
|
3010
|
-
|
|
3011
2463
|
.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-month-view .e-appointment:focus {
|
|
3012
2464
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3013
2465
|
}
|
|
3014
|
-
|
|
3015
2466
|
.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
3016
2467
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3017
2468
|
}
|
|
3018
|
-
|
|
3019
2469
|
.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,
|
|
3020
2470
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
3021
2471
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus {
|
|
@@ -3044,7 +2494,6 @@
|
|
|
3044
2494
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3045
2495
|
width: 420px;
|
|
3046
2496
|
}
|
|
3047
|
-
|
|
3048
2497
|
@media screen and (max-width: 767px) {
|
|
3049
2498
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3050
2499
|
width: 289px;
|
|
@@ -3057,23 +2506,18 @@
|
|
|
3057
2506
|
user-select: none;
|
|
3058
2507
|
width: 320px;
|
|
3059
2508
|
}
|
|
3060
|
-
|
|
3061
2509
|
.e-dialog.e-quick-dialog .e-disable {
|
|
3062
2510
|
display: none;
|
|
3063
2511
|
}
|
|
3064
|
-
|
|
3065
2512
|
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3066
2513
|
border-bottom: none;
|
|
3067
2514
|
}
|
|
3068
|
-
|
|
3069
2515
|
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3070
2516
|
border-top: none;
|
|
3071
2517
|
}
|
|
3072
|
-
|
|
3073
2518
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3074
2519
|
box-shadow: none;
|
|
3075
2520
|
}
|
|
3076
|
-
|
|
3077
2521
|
.e-dialog.e-quick-dialog.e-rtl {
|
|
3078
2522
|
text-align: right;
|
|
3079
2523
|
}
|
|
@@ -3086,50 +2530,40 @@
|
|
|
3086
2530
|
.e-schedule-dialog .e-disable {
|
|
3087
2531
|
display: none;
|
|
3088
2532
|
}
|
|
3089
|
-
|
|
3090
2533
|
.e-schedule-dialog .e-icon-disable {
|
|
3091
|
-
opacity: .5;
|
|
2534
|
+
opacity: 0.5;
|
|
3092
2535
|
}
|
|
3093
|
-
|
|
3094
2536
|
.e-schedule-dialog .e-dlg-header-content {
|
|
3095
2537
|
padding-bottom: 8px;
|
|
3096
2538
|
}
|
|
3097
|
-
|
|
3098
2539
|
.e-schedule-dialog .e-dlg-content {
|
|
3099
2540
|
padding-bottom: 12px;
|
|
3100
2541
|
position: relative;
|
|
3101
2542
|
background-color: #fff;
|
|
3102
2543
|
}
|
|
3103
|
-
|
|
3104
2544
|
.e-schedule-dialog .e-event-delete {
|
|
3105
2545
|
float: left;
|
|
3106
2546
|
}
|
|
3107
|
-
|
|
3108
2547
|
.e-schedule-dialog .e-subject-container,
|
|
3109
2548
|
.e-schedule-dialog .e-start-container,
|
|
3110
2549
|
.e-schedule-dialog .e-description-label {
|
|
3111
2550
|
padding-right: 8px;
|
|
3112
2551
|
}
|
|
3113
|
-
|
|
3114
2552
|
.e-schedule-dialog .e-start-time-zone-container {
|
|
3115
2553
|
padding-left: 4px;
|
|
3116
2554
|
padding-right: 8px;
|
|
3117
2555
|
}
|
|
3118
|
-
|
|
3119
2556
|
.e-schedule-dialog .e-location-container,
|
|
3120
2557
|
.e-schedule-dialog .e-end-container {
|
|
3121
2558
|
padding-left: 8px;
|
|
3122
2559
|
}
|
|
3123
|
-
|
|
3124
2560
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3125
2561
|
padding-left: 8px;
|
|
3126
2562
|
padding-right: 4px;
|
|
3127
2563
|
}
|
|
3128
|
-
|
|
3129
2564
|
.e-schedule-dialog .e-all-day-container {
|
|
3130
2565
|
padding-right: 16px;
|
|
3131
2566
|
}
|
|
3132
|
-
|
|
3133
2567
|
.e-schedule-dialog .e-time-zone-row {
|
|
3134
2568
|
display: -ms-flexbox;
|
|
3135
2569
|
display: flex;
|
|
@@ -3137,27 +2571,23 @@
|
|
|
3137
2571
|
margin-bottom: 0;
|
|
3138
2572
|
overflow: hidden;
|
|
3139
2573
|
padding-bottom: 0;
|
|
3140
|
-
transition: .3s ease-in-out;
|
|
2574
|
+
transition: 0.3s ease-in-out;
|
|
3141
2575
|
width: 100%;
|
|
3142
2576
|
}
|
|
3143
|
-
|
|
3144
2577
|
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
|
|
3145
2578
|
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
|
|
3146
2579
|
display: none;
|
|
3147
2580
|
transform: translateY(-100%);
|
|
3148
2581
|
}
|
|
3149
|
-
|
|
3150
2582
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3151
2583
|
height: 54px;
|
|
3152
2584
|
margin-bottom: 12px;
|
|
3153
2585
|
}
|
|
3154
|
-
|
|
3155
2586
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
|
|
3156
2587
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
|
|
3157
2588
|
display: block;
|
|
3158
2589
|
transform: translateY(0);
|
|
3159
2590
|
}
|
|
3160
|
-
|
|
3161
2591
|
.e-schedule-dialog .e-title-location-row,
|
|
3162
2592
|
.e-schedule-dialog .e-start-end-row,
|
|
3163
2593
|
.e-schedule-dialog .e-start-input-container,
|
|
@@ -3167,12 +2597,10 @@
|
|
|
3167
2597
|
padding-bottom: 12px;
|
|
3168
2598
|
width: 100%;
|
|
3169
2599
|
}
|
|
3170
|
-
|
|
3171
2600
|
.e-schedule-dialog .e-resources {
|
|
3172
2601
|
padding-bottom: 12px;
|
|
3173
2602
|
width: 100%;
|
|
3174
2603
|
}
|
|
3175
|
-
|
|
3176
2604
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
3177
2605
|
display: -ms-flexbox;
|
|
3178
2606
|
display: flex;
|
|
@@ -3180,7 +2608,6 @@
|
|
|
3180
2608
|
padding-top: 4px;
|
|
3181
2609
|
width: 100%;
|
|
3182
2610
|
}
|
|
3183
|
-
|
|
3184
2611
|
.e-schedule-dialog .e-subject-container,
|
|
3185
2612
|
.e-schedule-dialog .e-location-container,
|
|
3186
2613
|
.e-schedule-dialog .e-start-container,
|
|
@@ -3189,54 +2616,44 @@
|
|
|
3189
2616
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3190
2617
|
width: 50%;
|
|
3191
2618
|
}
|
|
3192
|
-
|
|
3193
2619
|
.e-schedule-dialog .e-description,
|
|
3194
2620
|
.e-schedule-dialog .e-float-input .e-description {
|
|
3195
2621
|
height: 50px;
|
|
3196
2622
|
resize: vertical;
|
|
3197
2623
|
}
|
|
3198
|
-
|
|
3199
2624
|
.e-schedule-dialog .e-repeat-container,
|
|
3200
2625
|
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3201
2626
|
display: none;
|
|
3202
2627
|
}
|
|
3203
|
-
|
|
3204
2628
|
.e-schedule-dialog .e-footer-content {
|
|
3205
2629
|
margin-top: 4px;
|
|
3206
2630
|
}
|
|
3207
|
-
|
|
3208
2631
|
.e-schedule-dialog.e-rtl {
|
|
3209
2632
|
text-align: right;
|
|
3210
2633
|
}
|
|
3211
|
-
|
|
3212
2634
|
.e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3213
2635
|
margin-left: 16px;
|
|
3214
2636
|
margin-right: 0;
|
|
3215
2637
|
}
|
|
3216
|
-
|
|
3217
2638
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3218
2639
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3219
2640
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3220
2641
|
padding-left: 8px;
|
|
3221
2642
|
padding-right: 0;
|
|
3222
2643
|
}
|
|
3223
|
-
|
|
3224
2644
|
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3225
2645
|
padding-left: 8px;
|
|
3226
2646
|
padding-right: 4px;
|
|
3227
2647
|
}
|
|
3228
|
-
|
|
3229
2648
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3230
2649
|
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3231
2650
|
padding-left: 0;
|
|
3232
2651
|
padding-right: 8px;
|
|
3233
2652
|
}
|
|
3234
|
-
|
|
3235
2653
|
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3236
2654
|
padding-left: 4px;
|
|
3237
2655
|
padding-right: 8px;
|
|
3238
2656
|
}
|
|
3239
|
-
|
|
3240
2657
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3241
2658
|
float: right;
|
|
3242
2659
|
}
|
|
@@ -3247,7 +2664,6 @@
|
|
|
3247
2664
|
padding: 0 10px;
|
|
3248
2665
|
text-indent: 10px;
|
|
3249
2666
|
}
|
|
3250
|
-
|
|
3251
2667
|
.e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3252
2668
|
height: 14px;
|
|
3253
2669
|
margin-top: 10px;
|
|
@@ -3257,64 +2673,52 @@
|
|
|
3257
2673
|
.e-bigger .e-ddl.e-popup .e-resource-template {
|
|
3258
2674
|
padding: 0 15px;
|
|
3259
2675
|
}
|
|
3260
|
-
|
|
3261
2676
|
.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3262
2677
|
height: 16px;
|
|
3263
2678
|
margin-top: 14px;
|
|
3264
2679
|
width: 16px;
|
|
3265
2680
|
}
|
|
3266
|
-
|
|
3267
2681
|
.e-bigger .e-schedule-dialog .e-disable {
|
|
3268
2682
|
display: none;
|
|
3269
2683
|
}
|
|
3270
|
-
|
|
3271
2684
|
.e-bigger .e-schedule-dialog .e-dlg-header-content {
|
|
3272
2685
|
padding-bottom: 8px;
|
|
3273
2686
|
}
|
|
3274
|
-
|
|
3275
2687
|
.e-bigger .e-schedule-dialog .e-dlg-content {
|
|
3276
2688
|
padding-bottom: 12px;
|
|
3277
2689
|
position: relative;
|
|
3278
2690
|
}
|
|
3279
|
-
|
|
3280
2691
|
.e-bigger .e-schedule-dialog .e-event-cancel,
|
|
3281
2692
|
.e-bigger .e-schedule-dialog .e-event-delete {
|
|
3282
2693
|
border: none;
|
|
3283
2694
|
box-shadow: none;
|
|
3284
2695
|
}
|
|
3285
|
-
|
|
3286
2696
|
.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
|
|
3287
2697
|
float: left;
|
|
3288
2698
|
margin-left: 0;
|
|
3289
2699
|
}
|
|
3290
|
-
|
|
3291
2700
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3292
2701
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
3293
2702
|
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
|
|
3294
2703
|
.e-bigger .e-schedule-dialog .e-description-label {
|
|
3295
2704
|
padding-right: 12px;
|
|
3296
2705
|
}
|
|
3297
|
-
|
|
3298
2706
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3299
2707
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3300
2708
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3301
2709
|
padding-left: 12px;
|
|
3302
2710
|
}
|
|
3303
|
-
|
|
3304
2711
|
.e-bigger .e-schedule-dialog .e-all-day-container {
|
|
3305
2712
|
padding-right: 16px;
|
|
3306
2713
|
}
|
|
3307
|
-
|
|
3308
2714
|
.e-bigger .e-schedule-dialog .e-time-zone-row {
|
|
3309
2715
|
display: none;
|
|
3310
2716
|
}
|
|
3311
|
-
|
|
3312
2717
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3313
2718
|
display: -ms-flexbox;
|
|
3314
2719
|
display: flex;
|
|
3315
2720
|
height: 64px;
|
|
3316
2721
|
}
|
|
3317
|
-
|
|
3318
2722
|
.e-bigger .e-schedule-dialog .e-title-location-row,
|
|
3319
2723
|
.e-bigger .e-schedule-dialog .e-start-end-row,
|
|
3320
2724
|
.e-bigger .e-schedule-dialog .e-start-input-container,
|
|
@@ -3325,12 +2729,10 @@
|
|
|
3325
2729
|
padding-bottom: 12px;
|
|
3326
2730
|
width: 100%;
|
|
3327
2731
|
}
|
|
3328
|
-
|
|
3329
2732
|
.e-bigger .e-schedule-dialog .e-resources {
|
|
3330
2733
|
padding-bottom: 12px;
|
|
3331
2734
|
width: 100%;
|
|
3332
2735
|
}
|
|
3333
|
-
|
|
3334
2736
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3335
2737
|
display: -ms-flexbox;
|
|
3336
2738
|
display: flex;
|
|
@@ -3338,7 +2740,6 @@
|
|
|
3338
2740
|
padding-top: 0;
|
|
3339
2741
|
width: 100%;
|
|
3340
2742
|
}
|
|
3341
|
-
|
|
3342
2743
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3343
2744
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3344
2745
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
@@ -3347,7 +2748,6 @@
|
|
|
3347
2748
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3348
2749
|
width: 50%;
|
|
3349
2750
|
}
|
|
3350
|
-
|
|
3351
2751
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3352
2752
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3353
2753
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container,
|
|
@@ -3358,29 +2758,24 @@
|
|
|
3358
2758
|
.e-bigger .e-schedule-dialog .e-repeat-container {
|
|
3359
2759
|
padding-top: 0;
|
|
3360
2760
|
}
|
|
3361
|
-
|
|
3362
2761
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3363
2762
|
padding-bottom: 16px;
|
|
3364
2763
|
padding-top: 10px;
|
|
3365
2764
|
}
|
|
3366
|
-
|
|
3367
2765
|
.e-bigger .e-schedule-dialog .e-description,
|
|
3368
2766
|
.e-bigger .e-schedule-dialog .e-float-input .e-description {
|
|
3369
2767
|
height: 50px;
|
|
3370
2768
|
resize: vertical;
|
|
3371
2769
|
}
|
|
3372
|
-
|
|
3373
2770
|
.e-bigger .e-schedule-dialog .e-time-zone-row,
|
|
3374
2771
|
.e-bigger .e-schedule-dialog .e-repeat-container,
|
|
3375
2772
|
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3376
2773
|
display: none;
|
|
3377
2774
|
}
|
|
3378
|
-
|
|
3379
2775
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3380
2776
|
margin-left: 20px;
|
|
3381
2777
|
margin-right: 0;
|
|
3382
2778
|
}
|
|
3383
|
-
|
|
3384
2779
|
.e-bigger .e-schedule-dialog.e-rtl .e-subject-container,
|
|
3385
2780
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-container,
|
|
3386
2781
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
@@ -3388,14 +2783,12 @@
|
|
|
3388
2783
|
padding-left: 12px;
|
|
3389
2784
|
padding-right: 0;
|
|
3390
2785
|
}
|
|
3391
|
-
|
|
3392
2786
|
.e-bigger .e-schedule-dialog.e-rtl .e-location-container,
|
|
3393
2787
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-container,
|
|
3394
2788
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3395
2789
|
padding-left: 0;
|
|
3396
2790
|
padding-right: 12px;
|
|
3397
2791
|
}
|
|
3398
|
-
|
|
3399
2792
|
.e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
|
|
3400
2793
|
float: right;
|
|
3401
2794
|
}
|
|
@@ -3404,13 +2797,11 @@
|
|
|
3404
2797
|
.e-schedule-dialog.e-device .e-dlg-header * {
|
|
3405
2798
|
width: 100%;
|
|
3406
2799
|
}
|
|
3407
|
-
|
|
3408
2800
|
.e-schedule-dialog.e-device .e-dlg-header-content {
|
|
3409
2801
|
background: #fff;
|
|
3410
2802
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
3411
2803
|
margin-bottom: 3px;
|
|
3412
2804
|
}
|
|
3413
|
-
|
|
3414
2805
|
.e-schedule-dialog.e-device .e-title-location-row,
|
|
3415
2806
|
.e-schedule-dialog.e-device .e-start-end-row,
|
|
3416
2807
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
@@ -3418,11 +2809,9 @@
|
|
|
3418
2809
|
.e-schedule-dialog.e-device .e-end-input-container {
|
|
3419
2810
|
display: inline;
|
|
3420
2811
|
}
|
|
3421
|
-
|
|
3422
2812
|
.e-schedule-dialog.e-device .e-time-zone-row.e-enable {
|
|
3423
2813
|
display: inline;
|
|
3424
2814
|
}
|
|
3425
|
-
|
|
3426
2815
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3427
2816
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3428
2817
|
.e-schedule-dialog.e-device .e-start-container,
|
|
@@ -3432,14 +2821,12 @@
|
|
|
3432
2821
|
padding-left: 0;
|
|
3433
2822
|
width: 100%;
|
|
3434
2823
|
}
|
|
3435
|
-
|
|
3436
2824
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3437
2825
|
.e-schedule-dialog.e-device .e-start-container,
|
|
3438
2826
|
.e-schedule-dialog.e-device .e-start-time-zone-container,
|
|
3439
2827
|
.e-schedule-dialog.e-device .e-description-label {
|
|
3440
2828
|
padding-right: 0;
|
|
3441
2829
|
}
|
|
3442
|
-
|
|
3443
2830
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3444
2831
|
.e-schedule-dialog.e-device .e-end-container,
|
|
3445
2832
|
.e-schedule-dialog.e-device .e-end-time-zone-container,
|
|
@@ -3450,41 +2837,33 @@
|
|
|
3450
2837
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3451
2838
|
padding-top: 20px;
|
|
3452
2839
|
}
|
|
3453
|
-
|
|
3454
2840
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3455
2841
|
padding-top: 20px;
|
|
3456
2842
|
}
|
|
3457
|
-
|
|
3458
2843
|
.e-schedule-dialog.e-device .e-resources {
|
|
3459
2844
|
padding-bottom: 0;
|
|
3460
2845
|
padding-top: 20px;
|
|
3461
2846
|
}
|
|
3462
|
-
|
|
3463
2847
|
.e-schedule-dialog.e-device .e-description,
|
|
3464
2848
|
.e-schedule-dialog.e-device .e-float-input .e-description {
|
|
3465
2849
|
height: 60px;
|
|
3466
2850
|
resize: vertical;
|
|
3467
2851
|
}
|
|
3468
|
-
|
|
3469
2852
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3470
2853
|
margin-top: 0;
|
|
3471
2854
|
padding-bottom: 0;
|
|
3472
2855
|
}
|
|
3473
|
-
|
|
3474
2856
|
.e-schedule-dialog.e-device .e-repeat-parent-row {
|
|
3475
2857
|
padding-top: 8px;
|
|
3476
2858
|
}
|
|
3477
|
-
|
|
3478
2859
|
.e-schedule-dialog.e-device .e-all-day-container {
|
|
3479
2860
|
margin-right: 20px;
|
|
3480
2861
|
}
|
|
3481
|
-
|
|
3482
2862
|
.e-schedule-dialog.e-device .e-title-header {
|
|
3483
2863
|
display: -ms-flexbox;
|
|
3484
2864
|
display: flex;
|
|
3485
2865
|
width: 100%;
|
|
3486
2866
|
}
|
|
3487
|
-
|
|
3488
2867
|
.e-schedule-dialog.e-device .e-save-icon,
|
|
3489
2868
|
.e-schedule-dialog.e-device .e-back-icon,
|
|
3490
2869
|
.e-schedule-dialog.e-device .e-forward-icon {
|
|
@@ -3492,62 +2871,50 @@
|
|
|
3492
2871
|
line-height: normal;
|
|
3493
2872
|
color: #6b7280;
|
|
3494
2873
|
}
|
|
3495
|
-
|
|
3496
2874
|
.e-schedule-dialog.e-device .e-save-icon {
|
|
3497
2875
|
text-align: right;
|
|
3498
2876
|
}
|
|
3499
|
-
|
|
3500
2877
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
3501
2878
|
.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3502
2879
|
display: none;
|
|
3503
2880
|
}
|
|
3504
|
-
|
|
3505
2881
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3506
2882
|
display: block;
|
|
3507
2883
|
}
|
|
3508
|
-
|
|
3509
2884
|
.e-schedule-dialog.e-device .e-icon-down-arrow {
|
|
3510
2885
|
font-size: 18px;
|
|
3511
2886
|
}
|
|
3512
|
-
|
|
3513
2887
|
.e-schedule-dialog.e-device.e-rtl .e-save-icon {
|
|
3514
2888
|
text-align: left;
|
|
3515
2889
|
}
|
|
3516
|
-
|
|
3517
2890
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3518
2891
|
margin-left: 20px;
|
|
3519
2892
|
margin-right: 0;
|
|
3520
2893
|
}
|
|
3521
|
-
|
|
3522
2894
|
.e-schedule-dialog.e-device.e-rtl .e-subject-container,
|
|
3523
2895
|
.e-schedule-dialog.e-device.e-rtl .e-start-container,
|
|
3524
2896
|
.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
|
|
3525
2897
|
.e-schedule-dialog.e-device.e-rtl .e-description-label {
|
|
3526
2898
|
padding-left: 0;
|
|
3527
2899
|
}
|
|
3528
|
-
|
|
3529
2900
|
.e-schedule-dialog.e-device.e-rtl .e-location-container,
|
|
3530
2901
|
.e-schedule-dialog.e-device.e-rtl .e-end-container,
|
|
3531
2902
|
.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
|
|
3532
2903
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3533
2904
|
padding-right: 0;
|
|
3534
2905
|
}
|
|
3535
|
-
|
|
3536
2906
|
.e-schedule-dialog.e-device .e-recurrence-container {
|
|
3537
2907
|
position: relative;
|
|
3538
2908
|
}
|
|
3539
|
-
|
|
3540
2909
|
.e-schedule-dialog.e-device .e-recurrence-container.e-hide {
|
|
3541
2910
|
display: none;
|
|
3542
2911
|
}
|
|
3543
|
-
|
|
3544
2912
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
|
|
3545
2913
|
border: 0;
|
|
3546
2914
|
box-shadow: none;
|
|
3547
2915
|
margin: -3px 5px;
|
|
3548
2916
|
position: absolute;
|
|
3549
2917
|
}
|
|
3550
|
-
|
|
3551
2918
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
|
|
3552
2919
|
font-size: 12px;
|
|
3553
2920
|
position: relative;
|
|
@@ -3569,24 +2936,20 @@
|
|
|
3569
2936
|
width: 100%;
|
|
3570
2937
|
border: 1px solid #e5e7eb;
|
|
3571
2938
|
}
|
|
3572
|
-
|
|
3573
2939
|
.e-quick-popup-wrapper .e-hidden {
|
|
3574
2940
|
display: none;
|
|
3575
2941
|
}
|
|
3576
|
-
|
|
3577
2942
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
|
|
3578
2943
|
position: absolute;
|
|
3579
2944
|
right: 6px;
|
|
3580
2945
|
top: 4px;
|
|
3581
2946
|
padding: 2px 8px 0 0;
|
|
3582
2947
|
}
|
|
3583
|
-
|
|
3584
2948
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3585
2949
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3586
2950
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3587
2951
|
color: #6b7280;
|
|
3588
2952
|
}
|
|
3589
|
-
|
|
3590
2953
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3591
2954
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3592
2955
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3595,26 +2958,21 @@
|
|
|
3595
2958
|
background: #e5e7eb;
|
|
3596
2959
|
color: #6b7280;
|
|
3597
2960
|
}
|
|
3598
|
-
|
|
3599
2961
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3600
2962
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3601
2963
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3602
2964
|
font-size: 18px;
|
|
3603
2965
|
}
|
|
3604
|
-
|
|
3605
2966
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3606
2967
|
padding: 40px 18px 12px;
|
|
3607
2968
|
}
|
|
3608
|
-
|
|
3609
2969
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
|
|
3610
2970
|
width: 100%;
|
|
3611
2971
|
}
|
|
3612
|
-
|
|
3613
2972
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3614
2973
|
margin-bottom: 4px;
|
|
3615
2974
|
margin-top: 14px;
|
|
3616
2975
|
}
|
|
3617
|
-
|
|
3618
2976
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3619
2977
|
font-size: 22px;
|
|
3620
2978
|
height: 40px;
|
|
@@ -3622,27 +2980,22 @@
|
|
|
3622
2980
|
line-height: 22px;
|
|
3623
2981
|
padding: 2px 10px;
|
|
3624
2982
|
}
|
|
3625
|
-
|
|
3626
2983
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3627
2984
|
padding: 6px 8px 0 0;
|
|
3628
2985
|
}
|
|
3629
|
-
|
|
3630
2986
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3631
2987
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
|
|
3632
2988
|
display: none;
|
|
3633
2989
|
}
|
|
3634
|
-
|
|
3635
2990
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3636
2991
|
position: relative;
|
|
3637
2992
|
right: 2px;
|
|
3638
2993
|
}
|
|
3639
|
-
|
|
3640
2994
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3641
2995
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3642
2996
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3643
2997
|
color: #6b7280;
|
|
3644
2998
|
}
|
|
3645
|
-
|
|
3646
2999
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3647
3000
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3648
3001
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3651,29 +3004,24 @@
|
|
|
3651
3004
|
background: rgba(255, 255, 255, 0.15);
|
|
3652
3005
|
color: #4f46e5;
|
|
3653
3006
|
}
|
|
3654
|
-
|
|
3655
3007
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3656
3008
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3657
3009
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3658
3010
|
font-size: 18px;
|
|
3659
3011
|
}
|
|
3660
|
-
|
|
3661
3012
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
|
|
3662
3013
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
|
|
3663
3014
|
background: none;
|
|
3664
3015
|
}
|
|
3665
|
-
|
|
3666
3016
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon,
|
|
3667
3017
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon,
|
|
3668
3018
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon,
|
|
3669
3019
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon {
|
|
3670
|
-
opacity: .5;
|
|
3020
|
+
opacity: 0.5;
|
|
3671
3021
|
}
|
|
3672
|
-
|
|
3673
3022
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3674
3023
|
padding: 12px 18px;
|
|
3675
3024
|
}
|
|
3676
|
-
|
|
3677
3025
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3678
3026
|
cursor: default;
|
|
3679
3027
|
font-size: 20px;
|
|
@@ -3686,11 +3034,9 @@
|
|
|
3686
3034
|
border-radius: 4px;
|
|
3687
3035
|
padding: 8px;
|
|
3688
3036
|
}
|
|
3689
|
-
|
|
3690
3037
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
3691
3038
|
padding: 0 18px 12px;
|
|
3692
3039
|
}
|
|
3693
|
-
|
|
3694
3040
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3695
3041
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
3696
3042
|
display: -ms-flexbox;
|
|
@@ -3698,7 +3044,6 @@
|
|
|
3698
3044
|
-ms-flex-pack: end;
|
|
3699
3045
|
justify-content: flex-end;
|
|
3700
3046
|
}
|
|
3701
|
-
|
|
3702
3047
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
|
|
3703
3048
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
|
|
3704
3049
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
|
|
@@ -3708,7 +3053,6 @@
|
|
|
3708
3053
|
background-color: transparent;
|
|
3709
3054
|
border: 0;
|
|
3710
3055
|
}
|
|
3711
|
-
|
|
3712
3056
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
|
|
3713
3057
|
.e-quick-popup-wrapper .e-cell-popup .e-location,
|
|
3714
3058
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone,
|
|
@@ -3724,7 +3068,6 @@
|
|
|
3724
3068
|
display: flex;
|
|
3725
3069
|
padding-top: 12px;
|
|
3726
3070
|
}
|
|
3727
|
-
|
|
3728
3071
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3729
3072
|
.e-quick-popup-wrapper .e-cell-popup .e-location-icon,
|
|
3730
3073
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
|
|
@@ -3741,7 +3084,6 @@
|
|
|
3741
3084
|
font-size: 18px;
|
|
3742
3085
|
padding: 2px 12px 0 0;
|
|
3743
3086
|
}
|
|
3744
|
-
|
|
3745
3087
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3746
3088
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
3747
3089
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
|
|
@@ -3756,52 +3098,42 @@
|
|
|
3756
3098
|
cursor: default;
|
|
3757
3099
|
font-size: 14px;
|
|
3758
3100
|
}
|
|
3759
|
-
|
|
3760
3101
|
.e-quick-popup-wrapper .e-popup-table td:last-child {
|
|
3761
3102
|
padding-top: 0;
|
|
3762
3103
|
}
|
|
3763
|
-
|
|
3764
3104
|
.e-quick-popup-wrapper .e-popup-footer {
|
|
3765
3105
|
display: block;
|
|
3766
3106
|
padding: 8px 18px 8px 18px;
|
|
3767
3107
|
text-align: right;
|
|
3768
3108
|
}
|
|
3769
|
-
|
|
3770
3109
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
|
|
3771
3110
|
margin-right: 8px;
|
|
3772
3111
|
}
|
|
3773
|
-
|
|
3774
3112
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3775
3113
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3776
3114
|
right: auto;
|
|
3777
3115
|
}
|
|
3778
|
-
|
|
3779
3116
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
3780
3117
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
|
|
3781
3118
|
color: #111827;
|
|
3782
3119
|
}
|
|
3783
|
-
|
|
3784
3120
|
.e-quick-popup-wrapper .e-popup-footer .e-event-details {
|
|
3785
3121
|
border: none;
|
|
3786
3122
|
margin-right: 8px;
|
|
3787
3123
|
right: auto;
|
|
3788
3124
|
text-transform: capitalize;
|
|
3789
3125
|
}
|
|
3790
|
-
|
|
3791
3126
|
.e-quick-popup-wrapper.e-rtl {
|
|
3792
3127
|
text-align: right;
|
|
3793
3128
|
}
|
|
3794
|
-
|
|
3795
3129
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
|
|
3796
3130
|
left: 6px;
|
|
3797
3131
|
right: auto;
|
|
3798
3132
|
}
|
|
3799
|
-
|
|
3800
3133
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3801
3134
|
padding: 8px 18px 8px 8px;
|
|
3802
3135
|
text-align: left;
|
|
3803
3136
|
}
|
|
3804
|
-
|
|
3805
3137
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3806
3138
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3807
3139
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3809,27 +3141,21 @@
|
|
|
3809
3141
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3810
3142
|
margin-right: 10px;
|
|
3811
3143
|
}
|
|
3812
|
-
|
|
3813
3144
|
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3814
3145
|
margin-left: 8px;
|
|
3815
3146
|
}
|
|
3816
|
-
|
|
3817
3147
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3818
3148
|
padding: 8px 8px 8px 18px;
|
|
3819
3149
|
}
|
|
3820
|
-
|
|
3821
3150
|
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3822
3151
|
padding: 0 0 0 13px;
|
|
3823
3152
|
}
|
|
3824
|
-
|
|
3825
3153
|
.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3826
3154
|
padding: 0 13px;
|
|
3827
3155
|
}
|
|
3828
|
-
|
|
3829
3156
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3830
3157
|
margin-left: 8px;
|
|
3831
3158
|
}
|
|
3832
|
-
|
|
3833
3159
|
.e-quick-popup-wrapper.e-device {
|
|
3834
3160
|
bottom: 0;
|
|
3835
3161
|
height: 100%;
|
|
@@ -3844,17 +3170,14 @@
|
|
|
3844
3170
|
width: 100%;
|
|
3845
3171
|
z-index: 1004;
|
|
3846
3172
|
}
|
|
3847
|
-
|
|
3848
3173
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3849
3174
|
background-color: #fff;
|
|
3850
3175
|
}
|
|
3851
|
-
|
|
3852
3176
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3853
3177
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3854
3178
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3855
3179
|
opacity: 1;
|
|
3856
3180
|
}
|
|
3857
|
-
|
|
3858
3181
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3859
3182
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3860
3183
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3862,40 +3185,33 @@
|
|
|
3862
3185
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
|
|
3863
3186
|
background: none;
|
|
3864
3187
|
}
|
|
3865
|
-
|
|
3866
3188
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
|
|
3867
3189
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
|
|
3868
3190
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
|
|
3869
3191
|
height: 2.5em;
|
|
3870
3192
|
width: 2.5em;
|
|
3871
3193
|
}
|
|
3872
|
-
|
|
3873
3194
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
|
|
3874
3195
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
|
|
3875
3196
|
display: block;
|
|
3876
3197
|
}
|
|
3877
|
-
|
|
3878
3198
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
|
|
3879
3199
|
margin-left: 0;
|
|
3880
3200
|
margin-right: auto;
|
|
3881
3201
|
-ms-flex-order: -1;
|
|
3882
3202
|
order: -1;
|
|
3883
3203
|
}
|
|
3884
|
-
|
|
3885
3204
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3886
3205
|
padding: 12px 24px;
|
|
3887
3206
|
}
|
|
3888
|
-
|
|
3889
3207
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
|
|
3890
3208
|
padding: 12px 24px;
|
|
3891
3209
|
}
|
|
3892
|
-
|
|
3893
3210
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
|
|
3894
3211
|
display: -ms-flexbox;
|
|
3895
3212
|
display: flex;
|
|
3896
3213
|
padding: 15px;
|
|
3897
3214
|
}
|
|
3898
|
-
|
|
3899
3215
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3900
3216
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3901
3217
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
@@ -3906,7 +3222,6 @@
|
|
|
3906
3222
|
background-color: #fff;
|
|
3907
3223
|
color: #6b7280;
|
|
3908
3224
|
}
|
|
3909
|
-
|
|
3910
3225
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
|
|
3911
3226
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
|
|
3912
3227
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
|
|
@@ -3914,7 +3229,6 @@
|
|
|
3914
3229
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
|
|
3915
3230
|
background: none;
|
|
3916
3231
|
}
|
|
3917
|
-
|
|
3918
3232
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3919
3233
|
font-size: 15px;
|
|
3920
3234
|
font-weight: 500;
|
|
@@ -3923,13 +3237,11 @@
|
|
|
3923
3237
|
padding: 4px 5px;
|
|
3924
3238
|
width: calc(100% - 95px);
|
|
3925
3239
|
}
|
|
3926
|
-
|
|
3927
3240
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
|
|
3928
3241
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
|
|
3929
3242
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
|
|
3930
3243
|
font-size: 14px;
|
|
3931
3244
|
}
|
|
3932
|
-
|
|
3933
3245
|
.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
|
|
3934
3246
|
margin-left: auto;
|
|
3935
3247
|
margin-right: 0;
|
|
@@ -3938,48 +3250,39 @@
|
|
|
3938
3250
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3939
3251
|
font-size: 24px;
|
|
3940
3252
|
}
|
|
3941
|
-
|
|
3942
3253
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3943
3254
|
padding: 48px 24px 16px;
|
|
3944
3255
|
}
|
|
3945
|
-
|
|
3946
3256
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3947
3257
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3948
3258
|
padding-right: 16px;
|
|
3949
3259
|
}
|
|
3950
|
-
|
|
3951
3260
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3952
3261
|
font-size: 16px;
|
|
3953
3262
|
}
|
|
3954
|
-
|
|
3955
3263
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3956
3264
|
padding-right: 0;
|
|
3957
3265
|
}
|
|
3958
|
-
|
|
3959
3266
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3960
3267
|
padding-right: 16px;
|
|
3961
3268
|
}
|
|
3962
|
-
|
|
3963
3269
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3964
3270
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3965
3271
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
3966
3272
|
height: 2em;
|
|
3967
3273
|
width: 2em;
|
|
3968
3274
|
}
|
|
3969
|
-
|
|
3970
3275
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3971
3276
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3972
3277
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3973
3278
|
font-size: 14px;
|
|
3974
3279
|
font-size: 22px;
|
|
3975
3280
|
}
|
|
3976
|
-
|
|
3977
3281
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3978
3282
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3979
3283
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3980
3284
|
font-size: 14px;
|
|
3981
3285
|
}
|
|
3982
|
-
|
|
3983
3286
|
.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3984
3287
|
padding: 0 5px 0 8px;
|
|
3985
3288
|
}
|
|
@@ -3991,19 +3294,15 @@
|
|
|
3991
3294
|
.e-bigger .e-agenda-view .e-appointment {
|
|
3992
3295
|
padding: 7px 16px;
|
|
3993
3296
|
}
|
|
3994
|
-
|
|
3995
3297
|
.e-bigger .e-agenda-view .e-subject {
|
|
3996
3298
|
font-size: 16px;
|
|
3997
3299
|
}
|
|
3998
|
-
|
|
3999
3300
|
.e-bigger .e-agenda-view .e-date-time {
|
|
4000
3301
|
font-size: 14px;
|
|
4001
3302
|
}
|
|
4002
|
-
|
|
4003
3303
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
4004
3304
|
font-size: 20px;
|
|
4005
3305
|
}
|
|
4006
|
-
|
|
4007
3306
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
4008
3307
|
font-size: 14px;
|
|
4009
3308
|
}
|
|
@@ -4012,12 +3311,10 @@
|
|
|
4012
3311
|
font-size: 14px;
|
|
4013
3312
|
padding-left: 12px;
|
|
4014
3313
|
}
|
|
4015
|
-
|
|
4016
3314
|
.e-bigger .e-timeline-view .e-navigate {
|
|
4017
3315
|
font-size: 16px;
|
|
4018
3316
|
padding: 8px 0 8px 8px;
|
|
4019
3317
|
}
|
|
4020
|
-
|
|
4021
3318
|
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
4022
3319
|
font-size: 16px;
|
|
4023
3320
|
padding: 8px 0 8px 8px;
|
|
@@ -4034,11 +3331,9 @@
|
|
|
4034
3331
|
width: 100px;
|
|
4035
3332
|
z-index: 9;
|
|
4036
3333
|
}
|
|
4037
|
-
|
|
4038
3334
|
.e-appointment.e-schedule-event-clone.e-drag-clone {
|
|
4039
3335
|
cursor: move;
|
|
4040
3336
|
}
|
|
4041
|
-
|
|
4042
3337
|
.e-appointment.e-schedule-event-clone .e-recurrence-icon,
|
|
4043
3338
|
.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
|
|
4044
3339
|
.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
|
|
@@ -4047,7 +3342,6 @@
|
|
|
4047
3342
|
.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
|
|
4048
3343
|
display: none;
|
|
4049
3344
|
}
|
|
4050
|
-
|
|
4051
3345
|
.e-appointment.e-schedule-event-clone .e-appointment-details {
|
|
4052
3346
|
-ms-flex: auto;
|
|
4053
3347
|
flex: auto;
|
|
@@ -4055,13 +3349,11 @@
|
|
|
4055
3349
|
padding: 0 4px;
|
|
4056
3350
|
text-align: left;
|
|
4057
3351
|
}
|
|
4058
|
-
|
|
4059
3352
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
4060
3353
|
-ms-flex: auto;
|
|
4061
3354
|
flex: auto;
|
|
4062
3355
|
overflow: hidden;
|
|
4063
3356
|
}
|
|
4064
|
-
|
|
4065
3357
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4066
3358
|
font-size: 13px;
|
|
4067
3359
|
font-weight: 500;
|
|
@@ -4072,22 +3364,18 @@
|
|
|
4072
3364
|
padding-top: 4px;
|
|
4073
3365
|
text-overflow: ellipsis;
|
|
4074
3366
|
}
|
|
4075
|
-
|
|
4076
3367
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4077
3368
|
font-size: 11px;
|
|
4078
3369
|
overflow: hidden;
|
|
4079
3370
|
padding-top: 1px;
|
|
4080
3371
|
text-overflow: ellipsis;
|
|
4081
3372
|
}
|
|
4082
|
-
|
|
4083
3373
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
|
|
4084
3374
|
display: none;
|
|
4085
3375
|
}
|
|
4086
|
-
|
|
4087
3376
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
|
|
4088
3377
|
padding: 3px 2px;
|
|
4089
3378
|
}
|
|
4090
|
-
|
|
4091
3379
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
|
|
4092
3380
|
display: none;
|
|
4093
3381
|
}
|
|
@@ -4095,7 +3383,6 @@
|
|
|
4095
3383
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4096
3384
|
padding: 3px 0 1px 4px;
|
|
4097
3385
|
}
|
|
4098
|
-
|
|
4099
3386
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4100
3387
|
display: none;
|
|
4101
3388
|
}
|
|
@@ -4114,25 +3401,21 @@
|
|
|
4114
3401
|
padding: 8px 0;
|
|
4115
3402
|
width: 225px;
|
|
4116
3403
|
}
|
|
4117
|
-
|
|
4118
3404
|
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
4119
3405
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
4120
3406
|
margin: 0 4px;
|
|
4121
3407
|
}
|
|
4122
|
-
|
|
4123
3408
|
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
4124
3409
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
4125
3410
|
height: 100%;
|
|
4126
3411
|
position: relative;
|
|
4127
3412
|
width: 100%;
|
|
4128
3413
|
}
|
|
4129
|
-
|
|
4130
3414
|
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
4131
3415
|
.e-more-popup-wrapper .e-more-event-header {
|
|
4132
3416
|
height: 35px;
|
|
4133
3417
|
margin: 0 8px 4px 14px;
|
|
4134
3418
|
}
|
|
4135
|
-
|
|
4136
3419
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4137
3420
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4138
3421
|
color: #111827;
|
|
@@ -4143,24 +3426,20 @@
|
|
|
4143
3426
|
padding-right: 10px;
|
|
4144
3427
|
padding: 10px 10px 0;
|
|
4145
3428
|
}
|
|
4146
|
-
|
|
4147
3429
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
4148
3430
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
4149
3431
|
border: 0;
|
|
4150
3432
|
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);
|
|
4151
3433
|
}
|
|
4152
|
-
|
|
4153
3434
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
4154
3435
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
4155
3436
|
height: 100%;
|
|
4156
3437
|
width: calc(100% - 25px);
|
|
4157
3438
|
}
|
|
4158
|
-
|
|
4159
3439
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4160
3440
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4161
3441
|
color: #4f46e5;
|
|
4162
3442
|
}
|
|
4163
|
-
|
|
4164
3443
|
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4165
3444
|
.e-more-popup-wrapper .e-header-day {
|
|
4166
3445
|
color: #111827;
|
|
@@ -4168,7 +3447,6 @@
|
|
|
4168
3447
|
line-height: 1;
|
|
4169
3448
|
padding-bottom: 2px;
|
|
4170
3449
|
}
|
|
4171
|
-
|
|
4172
3450
|
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4173
3451
|
.e-more-popup-wrapper .e-header-date {
|
|
4174
3452
|
color: #111827;
|
|
@@ -4176,18 +3454,15 @@
|
|
|
4176
3454
|
line-height: 1;
|
|
4177
3455
|
max-width: 15%;
|
|
4178
3456
|
}
|
|
4179
|
-
|
|
4180
3457
|
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4181
3458
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4182
3459
|
cursor: pointer;
|
|
4183
3460
|
text-decoration: underline;
|
|
4184
3461
|
}
|
|
4185
|
-
|
|
4186
3462
|
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4187
3463
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4188
3464
|
text-decoration: underline;
|
|
4189
3465
|
}
|
|
4190
|
-
|
|
4191
3466
|
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4192
3467
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4193
3468
|
background-color: transparent;
|
|
@@ -4201,18 +3476,15 @@
|
|
|
4201
3476
|
width: 25px;
|
|
4202
3477
|
padding: 1px;
|
|
4203
3478
|
}
|
|
4204
|
-
|
|
4205
3479
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4206
3480
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4207
3481
|
font-size: 9px;
|
|
4208
3482
|
font-size: 14px;
|
|
4209
3483
|
}
|
|
4210
|
-
|
|
4211
3484
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4212
3485
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4213
3486
|
margin-top: 8px;
|
|
4214
3487
|
}
|
|
4215
|
-
|
|
4216
3488
|
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4217
3489
|
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4218
3490
|
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
@@ -4220,7 +3492,6 @@
|
|
|
4220
3492
|
border-radius: 50%;
|
|
4221
3493
|
color: #6b7280;
|
|
4222
3494
|
}
|
|
4223
|
-
|
|
4224
3495
|
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4225
3496
|
.e-more-popup-wrapper .e-appointment {
|
|
4226
3497
|
background: #4f46e5;
|
|
@@ -4234,7 +3505,6 @@
|
|
|
4234
3505
|
padding: 2px 0;
|
|
4235
3506
|
width: 100%;
|
|
4236
3507
|
}
|
|
4237
|
-
|
|
4238
3508
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4239
3509
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4240
3510
|
color: #fff;
|
|
@@ -4247,7 +3517,6 @@
|
|
|
4247
3517
|
text-overflow: ellipsis;
|
|
4248
3518
|
white-space: nowrap;
|
|
4249
3519
|
}
|
|
4250
|
-
|
|
4251
3520
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4252
3521
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4253
3522
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -4255,14 +3524,12 @@
|
|
|
4255
3524
|
line-height: 26px;
|
|
4256
3525
|
padding: 0 2px;
|
|
4257
3526
|
}
|
|
4258
|
-
|
|
4259
3527
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4260
3528
|
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4261
3529
|
.e-more-popup-wrapper .e-appointment:focus {
|
|
4262
3530
|
border: 0;
|
|
4263
3531
|
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);
|
|
4264
3532
|
}
|
|
4265
|
-
|
|
4266
3533
|
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4267
3534
|
.e-more-popup-wrapper.e-device {
|
|
4268
3535
|
bottom: 0;
|
|
@@ -4276,22 +3543,18 @@
|
|
|
4276
3543
|
width: 100%;
|
|
4277
3544
|
z-index: 1002;
|
|
4278
3545
|
}
|
|
4279
|
-
|
|
4280
3546
|
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4281
3547
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4282
3548
|
max-height: unset;
|
|
4283
3549
|
}
|
|
4284
|
-
|
|
4285
3550
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
4286
3551
|
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
4287
3552
|
padding-right: 10px;
|
|
4288
3553
|
}
|
|
4289
|
-
|
|
4290
3554
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
4291
3555
|
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
4292
3556
|
padding-right: 10px;
|
|
4293
3557
|
}
|
|
4294
|
-
|
|
4295
3558
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4296
3559
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4297
3560
|
left: 6px;
|
|
@@ -4303,32 +3566,26 @@
|
|
|
4303
3566
|
background-color: #fff;
|
|
4304
3567
|
border: 1px solid #e5e7eb;
|
|
4305
3568
|
}
|
|
4306
|
-
|
|
4307
3569
|
.e-schedule .e-date-header-wrap {
|
|
4308
3570
|
border-color: #e5e7eb;
|
|
4309
3571
|
border-style: solid;
|
|
4310
3572
|
border-width: 0;
|
|
4311
3573
|
position: relative;
|
|
4312
3574
|
}
|
|
4313
|
-
|
|
4314
3575
|
.e-schedule .e-header-calendar {
|
|
4315
3576
|
background-color: #fff;
|
|
4316
3577
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4317
3578
|
}
|
|
4318
|
-
|
|
4319
3579
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4320
3580
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
4321
3581
|
border-left-width: 0;
|
|
4322
3582
|
}
|
|
4323
|
-
|
|
4324
3583
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
|
|
4325
3584
|
background-color: #fff;
|
|
4326
3585
|
}
|
|
4327
|
-
|
|
4328
3586
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
|
|
4329
3587
|
background: #f3f4f6;
|
|
4330
3588
|
}
|
|
4331
|
-
|
|
4332
3589
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
|
|
4333
3590
|
background-color: #fff;
|
|
4334
3591
|
border-color: #e5e7eb;
|
|
@@ -4336,11 +3593,9 @@
|
|
|
4336
3593
|
border-width: 0 1px 1px 0;
|
|
4337
3594
|
color: #374151;
|
|
4338
3595
|
}
|
|
4339
|
-
|
|
4340
3596
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
|
|
4341
3597
|
border-bottom-width: 0;
|
|
4342
3598
|
}
|
|
4343
|
-
|
|
4344
3599
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
|
|
4345
3600
|
color: #6b7280;
|
|
4346
3601
|
font-size: 14px;
|
|
@@ -4348,11 +3603,9 @@
|
|
|
4348
3603
|
text-align: center;
|
|
4349
3604
|
vertical-align: top;
|
|
4350
3605
|
}
|
|
4351
|
-
|
|
4352
3606
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
|
|
4353
3607
|
border-bottom-color: transparent;
|
|
4354
3608
|
}
|
|
4355
|
-
|
|
4356
3609
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
|
|
4357
3610
|
background-color: #fff;
|
|
4358
3611
|
border-color: #e5e7eb;
|
|
@@ -4361,11 +3614,9 @@
|
|
|
4361
3614
|
color: #374151;
|
|
4362
3615
|
text-align: left;
|
|
4363
3616
|
}
|
|
4364
|
-
|
|
4365
3617
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
4366
3618
|
border-bottom-width: 0;
|
|
4367
3619
|
}
|
|
4368
|
-
|
|
4369
3620
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4370
3621
|
background-color: #fff;
|
|
4371
3622
|
border-color: #e5e7eb;
|
|
@@ -4374,20 +3625,16 @@
|
|
|
4374
3625
|
color: #6b7280;
|
|
4375
3626
|
background-color: #f3f4f6;
|
|
4376
3627
|
}
|
|
4377
|
-
|
|
4378
3628
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4379
3629
|
border-bottom-color: transparent;
|
|
4380
3630
|
}
|
|
4381
|
-
|
|
4382
3631
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
4383
3632
|
background-color: #fff;
|
|
4384
3633
|
}
|
|
4385
|
-
|
|
4386
3634
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
4387
3635
|
color: #4f46e5;
|
|
4388
3636
|
font-weight: 500;
|
|
4389
3637
|
}
|
|
4390
|
-
|
|
4391
3638
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
4392
3639
|
background-color: #f9fafb;
|
|
4393
3640
|
border-color: #e5e7eb;
|
|
@@ -4395,68 +3642,53 @@
|
|
|
4395
3642
|
border-width: 0 0 1px 1px;
|
|
4396
3643
|
padding: 0;
|
|
4397
3644
|
}
|
|
4398
|
-
|
|
4399
3645
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
4400
3646
|
background: #f3f4f6;
|
|
4401
3647
|
color: #111827;
|
|
4402
3648
|
}
|
|
4403
|
-
|
|
4404
3649
|
.e-schedule .e-vertical-view .e-alternate-cells {
|
|
4405
3650
|
border-bottom-style: dotted;
|
|
4406
3651
|
}
|
|
4407
|
-
|
|
4408
3652
|
.e-schedule .e-vertical-view .e-work-hours {
|
|
4409
3653
|
background-color: #fff;
|
|
4410
3654
|
}
|
|
4411
|
-
|
|
4412
3655
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
4413
3656
|
background-color: #fff;
|
|
4414
3657
|
}
|
|
4415
|
-
|
|
4416
3658
|
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
|
|
4417
3659
|
color: #4f46e5;
|
|
4418
3660
|
}
|
|
4419
|
-
|
|
4420
3661
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
4421
3662
|
background-color: #e5e7eb;
|
|
4422
3663
|
color: #111827;
|
|
4423
3664
|
}
|
|
4424
|
-
|
|
4425
3665
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
4426
3666
|
background-color: #e5e7eb;
|
|
4427
3667
|
}
|
|
4428
|
-
|
|
4429
3668
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
4430
3669
|
background-color: #e5e7eb;
|
|
4431
3670
|
color: #111827;
|
|
4432
3671
|
}
|
|
4433
|
-
|
|
4434
3672
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
4435
3673
|
background-color: #e5e7eb;
|
|
4436
3674
|
}
|
|
4437
|
-
|
|
4438
3675
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
4439
3676
|
.e-schedule .e-vertical-view .e-current-time {
|
|
4440
3677
|
color: #4f46e5;
|
|
4441
3678
|
}
|
|
4442
|
-
|
|
4443
3679
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
4444
3680
|
border-top: 1px solid #4f46e5;
|
|
4445
3681
|
}
|
|
4446
|
-
|
|
4447
3682
|
.e-schedule .e-vertical-view .e-previous-timeline {
|
|
4448
3683
|
border-top: 1px dotted #4f46e5;
|
|
4449
3684
|
}
|
|
4450
|
-
|
|
4451
3685
|
.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
|
|
4452
3686
|
border-bottom-width: 1px;
|
|
4453
3687
|
}
|
|
4454
|
-
|
|
4455
3688
|
.e-schedule .e-month-view .e-date-header-wrap table td:first-child,
|
|
4456
3689
|
.e-schedule .e-month-view .e-content-wrap table td:first-child {
|
|
4457
3690
|
border-left-width: 0;
|
|
4458
3691
|
}
|
|
4459
|
-
|
|
4460
3692
|
.e-schedule .e-month-view .e-date-header-wrap table td,
|
|
4461
3693
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4462
3694
|
background-color: #fff;
|
|
@@ -4469,13 +3701,11 @@
|
|
|
4469
3701
|
text-align: center;
|
|
4470
3702
|
text-transform: uppercase;
|
|
4471
3703
|
}
|
|
4472
|
-
|
|
4473
3704
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
4474
3705
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
4475
3706
|
color: #4f46e5;
|
|
4476
3707
|
font-weight: 500;
|
|
4477
3708
|
}
|
|
4478
|
-
|
|
4479
3709
|
.e-schedule .e-month-view .e-work-cells,
|
|
4480
3710
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4481
3711
|
background-color: #f9fafb;
|
|
@@ -4485,23 +3715,19 @@
|
|
|
4485
3715
|
color: #111827;
|
|
4486
3716
|
padding: 0;
|
|
4487
3717
|
}
|
|
4488
|
-
|
|
4489
3718
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
4490
3719
|
.e-schedule .e-month-agenda-view .e-work-cells:hover {
|
|
4491
3720
|
background: #f3f4f6;
|
|
4492
3721
|
color: #111827;
|
|
4493
3722
|
}
|
|
4494
|
-
|
|
4495
3723
|
.e-schedule .e-month-view .e-work-days,
|
|
4496
3724
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
4497
3725
|
background-color: #fff;
|
|
4498
3726
|
}
|
|
4499
|
-
|
|
4500
3727
|
.e-schedule .e-month-view .e-other-month,
|
|
4501
3728
|
.e-schedule .e-month-agenda-view .e-other-month {
|
|
4502
3729
|
color: #6b7280;
|
|
4503
3730
|
}
|
|
4504
|
-
|
|
4505
3731
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
4506
3732
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4507
3733
|
background-color: #4f46e5;
|
|
@@ -4509,48 +3735,39 @@
|
|
|
4509
3735
|
color: #fff;
|
|
4510
3736
|
width: 20px;
|
|
4511
3737
|
}
|
|
4512
|
-
|
|
4513
3738
|
.e-schedule .e-month-view .e-selected-cell,
|
|
4514
3739
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
4515
3740
|
background-color: #e5e7eb;
|
|
4516
3741
|
color: #111827;
|
|
4517
3742
|
}
|
|
4518
|
-
|
|
4519
3743
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
4520
3744
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
4521
3745
|
color: #111827;
|
|
4522
3746
|
}
|
|
4523
|
-
|
|
4524
3747
|
.e-schedule .e-month-view .e-selected-cell:hover,
|
|
4525
3748
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
4526
3749
|
background-color: #e5e7eb;
|
|
4527
3750
|
}
|
|
4528
|
-
|
|
4529
3751
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4530
3752
|
border-width: 0 0 1px 0;
|
|
4531
3753
|
text-align: center;
|
|
4532
3754
|
}
|
|
4533
|
-
|
|
4534
3755
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4535
3756
|
border-width: 0;
|
|
4536
3757
|
}
|
|
4537
|
-
|
|
4538
3758
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4539
3759
|
width: 24px;
|
|
4540
3760
|
}
|
|
4541
|
-
|
|
4542
3761
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4543
3762
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
4544
3763
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4545
3764
|
.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4546
3765
|
border-left-width: 0;
|
|
4547
3766
|
}
|
|
4548
|
-
|
|
4549
3767
|
.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,
|
|
4550
3768
|
.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td {
|
|
4551
3769
|
border-bottom-width: 0;
|
|
4552
3770
|
}
|
|
4553
|
-
|
|
4554
3771
|
.e-schedule .e-timeline-view .e-date-header-wrap table td,
|
|
4555
3772
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
|
|
4556
3773
|
background-color: #fff;
|
|
@@ -4559,13 +3776,11 @@
|
|
|
4559
3776
|
border-width: 0 0 1px 1px;
|
|
4560
3777
|
color: #374151;
|
|
4561
3778
|
}
|
|
4562
|
-
|
|
4563
3779
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
4564
3780
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
4565
3781
|
color: #4f46e5;
|
|
4566
3782
|
font-weight: 500;
|
|
4567
3783
|
}
|
|
4568
|
-
|
|
4569
3784
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
4570
3785
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
4571
3786
|
background-color: #f9fafb;
|
|
@@ -4575,137 +3790,110 @@
|
|
|
4575
3790
|
color: #111827;
|
|
4576
3791
|
padding: 0;
|
|
4577
3792
|
}
|
|
4578
|
-
|
|
4579
3793
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
4580
3794
|
.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
|
|
4581
3795
|
background: #f3f4f6;
|
|
4582
3796
|
color: #111827;
|
|
4583
3797
|
}
|
|
4584
|
-
|
|
4585
3798
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4586
3799
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4587
3800
|
background-color: #f3f4f6;
|
|
4588
3801
|
}
|
|
4589
|
-
|
|
4590
3802
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4591
3803
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4592
3804
|
background-color: #fff;
|
|
4593
3805
|
}
|
|
4594
|
-
|
|
4595
3806
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
4596
3807
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
4597
3808
|
background-color: #f9fafb;
|
|
4598
3809
|
}
|
|
4599
|
-
|
|
4600
3810
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
4601
3811
|
.e-schedule .e-timeline-month-view .e-selected-cell {
|
|
4602
3812
|
background-color: #e5e7eb;
|
|
4603
3813
|
color: #111827;
|
|
4604
3814
|
}
|
|
4605
|
-
|
|
4606
3815
|
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
|
|
4607
3816
|
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
|
|
4608
3817
|
background-color: #e5e7eb;
|
|
4609
3818
|
}
|
|
4610
|
-
|
|
4611
3819
|
.e-schedule .e-timeline-view .e-work-hours {
|
|
4612
3820
|
background-color: #fff;
|
|
4613
3821
|
}
|
|
4614
|
-
|
|
4615
3822
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
4616
3823
|
background-color: #f9fafb;
|
|
4617
3824
|
}
|
|
4618
|
-
|
|
4619
3825
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
4620
3826
|
background-color: #e5e7eb;
|
|
4621
3827
|
color: #111827;
|
|
4622
3828
|
}
|
|
4623
|
-
|
|
4624
3829
|
.e-schedule .e-timeline-view .e-selected-cell:hover {
|
|
4625
3830
|
background-color: #e5e7eb;
|
|
4626
3831
|
}
|
|
4627
|
-
|
|
4628
3832
|
.e-schedule .e-timeline-view .e-alternate-cells {
|
|
4629
3833
|
border-left-style: dotted;
|
|
4630
3834
|
}
|
|
4631
|
-
|
|
4632
3835
|
.e-schedule .e-timeline-view .e-header-row .e-time-cells {
|
|
4633
3836
|
border-left-width: 0;
|
|
4634
3837
|
}
|
|
4635
|
-
|
|
4636
3838
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
4637
3839
|
.e-schedule .e-timeline-view .e-current-time {
|
|
4638
3840
|
color: #4f46e5;
|
|
4639
3841
|
font-size: 10px;
|
|
4640
3842
|
}
|
|
4641
|
-
|
|
4642
3843
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
4643
3844
|
border-left: 1px solid #4f46e5;
|
|
4644
3845
|
}
|
|
4645
|
-
|
|
4646
3846
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4647
3847
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4648
3848
|
border-right-width: 0;
|
|
4649
3849
|
}
|
|
4650
|
-
|
|
4651
3850
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
4652
3851
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
4653
3852
|
border-width: 0 1px 1px 0;
|
|
4654
3853
|
}
|
|
4655
|
-
|
|
4656
3854
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
|
|
4657
3855
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
|
|
4658
3856
|
border-bottom-width: 0;
|
|
4659
3857
|
}
|
|
4660
|
-
|
|
4661
3858
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
|
|
4662
3859
|
.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
|
|
4663
3860
|
border-width: 0 0 1px 1px;
|
|
4664
3861
|
}
|
|
4665
|
-
|
|
4666
3862
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
|
|
4667
3863
|
.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
|
|
4668
3864
|
border-right-width: 0;
|
|
4669
3865
|
}
|
|
4670
|
-
|
|
4671
3866
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
4672
3867
|
border-width: 0 1px 1px 0;
|
|
4673
3868
|
}
|
|
4674
|
-
|
|
4675
3869
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
4676
3870
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4677
3871
|
border-width: 0 1px 1px 0;
|
|
4678
3872
|
}
|
|
4679
|
-
|
|
4680
3873
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4681
3874
|
border-width: 0;
|
|
4682
3875
|
}
|
|
4683
|
-
|
|
4684
3876
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4685
3877
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
|
|
4686
3878
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4687
3879
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4688
3880
|
border-right-width: 0;
|
|
4689
3881
|
}
|
|
4690
|
-
|
|
4691
3882
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
|
|
4692
3883
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
|
|
4693
3884
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
|
|
4694
3885
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
|
|
4695
3886
|
border-left-width: 0;
|
|
4696
3887
|
}
|
|
4697
|
-
|
|
4698
3888
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
|
|
4699
3889
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
|
|
4700
3890
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
|
|
4701
3891
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
|
|
4702
3892
|
border-width: 0 1px 1px 0;
|
|
4703
3893
|
}
|
|
4704
|
-
|
|
4705
3894
|
.e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
|
|
4706
3895
|
border-right-style: dotted;
|
|
4707
3896
|
}
|
|
4708
|
-
|
|
4709
3897
|
.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
|
|
4710
3898
|
border-right-width: 0;
|
|
4711
3899
|
}
|
|
@@ -4715,28 +3903,23 @@
|
|
|
4715
3903
|
border-color: #fee2e2;
|
|
4716
3904
|
z-index: 1000;
|
|
4717
3905
|
}
|
|
4718
|
-
|
|
4719
3906
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
|
|
4720
3907
|
left: 44%;
|
|
4721
3908
|
}
|
|
4722
|
-
|
|
4723
3909
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4724
3910
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4725
3911
|
border-bottom: 8px solid #fee2e2;
|
|
4726
3912
|
color: #fee2e2;
|
|
4727
3913
|
}
|
|
4728
|
-
|
|
4729
3914
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4730
3915
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4731
3916
|
border-top: 8px solid #fee2e2;
|
|
4732
3917
|
color: #fee2e2;
|
|
4733
3918
|
}
|
|
4734
|
-
|
|
4735
3919
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
4736
3920
|
padding: 3px 6px;
|
|
4737
3921
|
}
|
|
4738
|
-
|
|
4739
3922
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4740
3923
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4741
3924
|
color: #dc2626;
|
|
4742
|
-
}
|
|
3925
|
+
}
|