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