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