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