@syncfusion/ej2-react-schedule 19.4.55 → 20.1.47

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +25 -11
  2. package/dist/ej2-react-schedule.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +10 -7
  5. package/styles/bootstrap.css +10 -7
  6. package/styles/bootstrap4.css +11 -8
  7. package/styles/bootstrap5-dark.css +20 -19
  8. package/styles/bootstrap5.css +20 -19
  9. package/styles/fabric-dark.css +10 -7
  10. package/styles/fabric.css +10 -7
  11. package/styles/fluent-dark.css +5102 -0
  12. package/styles/fluent-dark.scss +2 -0
  13. package/styles/fluent.css +5103 -0
  14. package/styles/fluent.scss +2 -0
  15. package/styles/highcontrast-light.css +10 -7
  16. package/styles/highcontrast.css +11 -8
  17. package/styles/material-dark.css +10 -7
  18. package/styles/material.css +10 -7
  19. package/styles/recurrence-editor/fluent-dark.css +495 -0
  20. package/styles/recurrence-editor/fluent-dark.scss +1 -0
  21. package/styles/recurrence-editor/fluent.css +495 -0
  22. package/styles/recurrence-editor/fluent.scss +1 -0
  23. package/styles/schedule/bootstrap-dark.css +10 -7
  24. package/styles/schedule/bootstrap.css +10 -7
  25. package/styles/schedule/bootstrap4.css +11 -8
  26. package/styles/schedule/bootstrap5-dark.css +20 -19
  27. package/styles/schedule/bootstrap5.css +20 -19
  28. package/styles/schedule/fabric-dark.css +10 -7
  29. package/styles/schedule/fabric.css +10 -7
  30. package/styles/schedule/fluent-dark.css +4606 -0
  31. package/styles/schedule/fluent-dark.scss +1 -0
  32. package/styles/schedule/fluent.css +4607 -0
  33. package/styles/schedule/fluent.scss +1 -0
  34. package/styles/schedule/highcontrast-light.css +10 -7
  35. package/styles/schedule/highcontrast.css +11 -8
  36. package/styles/schedule/material-dark.css +10 -7
  37. package/styles/schedule/material.css +10 -7
  38. package/styles/schedule/tailwind-dark.css +65 -60
  39. package/styles/schedule/tailwind.css +65 -60
  40. package/styles/tailwind-dark.css +65 -60
  41. package/styles/tailwind.css +65 -60
@@ -0,0 +1,495 @@
1
+ /*! recurrence editor theme wise definitions*/
2
+ /*! Recurrence-Editor component layout */
3
+ .e-recurrenceeditor .e-editor {
4
+ display: -ms-flexbox;
5
+ display: flex;
6
+ -ms-flex-flow: row wrap;
7
+ flex-flow: row wrap;
8
+ margin-left: auto;
9
+ margin-right: auto;
10
+ max-width: 1240px;
11
+ }
12
+
13
+ .e-recurrenceeditor .e-recurrence-table {
14
+ table-layout: fixed;
15
+ width: 100%;
16
+ }
17
+
18
+ .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
19
+ width: 27%;
20
+ }
21
+
22
+ .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
23
+ width: 24%;
24
+ }
25
+
26
+ .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
27
+ display: inline-block;
28
+ font-weight: normal;
29
+ padding: 18px 0 0 8px;
30
+ }
31
+
32
+ .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
33
+ float: none;
34
+ width: 100%;
35
+ }
36
+
37
+ .e-recurrenceeditor .e-recurrence-table .e-week-position {
38
+ min-width: 90px;
39
+ position: relative;
40
+ right: 21px;
41
+ }
42
+
43
+ .e-recurrenceeditor .e-recurrence-table .e-day-position {
44
+ min-width: 120px;
45
+ }
46
+
47
+ .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
48
+ padding-left: 10px;
49
+ }
50
+
51
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
52
+ padding: 0 8px 16px 0;
53
+ }
54
+
55
+ .e-recurrenceeditor .e-form-left {
56
+ padding: 0 8px 16px 0;
57
+ }
58
+
59
+ .e-recurrenceeditor .e-form-right,
60
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
61
+ padding: 0 0 10px 8px;
62
+ }
63
+
64
+ .e-recurrenceeditor .e-input-wrapper {
65
+ float: left;
66
+ width: 50%;
67
+ }
68
+
69
+ .e-recurrenceeditor .e-input-wrapper div {
70
+ margin-bottom: 2.5%;
71
+ }
72
+
73
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
74
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
75
+ padding-right: 0;
76
+ }
77
+
78
+ .e-recurrenceeditor.e-rtl .e-end-on > div,
79
+ .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
80
+ float: right;
81
+ }
82
+
83
+ .e-recurrenceeditor.e-rtl .e-form-left,
84
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
85
+ padding: 0 0 10px 8px;
86
+ }
87
+
88
+ .e-recurrenceeditor.e-rtl .e-form-right,
89
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
90
+ padding: 0 8px 10px 0;
91
+ }
92
+
93
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
94
+ position: relative;
95
+ right: 10px;
96
+ }
97
+
98
+ .e-recurrenceeditor.e-rtl .e-week-position {
99
+ position: relative;
100
+ right: -21px;
101
+ }
102
+
103
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
104
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
105
+ padding-right: 0;
106
+ }
107
+
108
+ .e-recurrenceeditor.e-rtl .e-end-on-label {
109
+ margin-bottom: 5px;
110
+ }
111
+
112
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
113
+ padding-left: 8px;
114
+ padding-right: 0;
115
+ }
116
+
117
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
118
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
119
+ padding-left: 0;
120
+ padding-right: 8px;
121
+ }
122
+
123
+ .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
124
+ width: 0;
125
+ }
126
+
127
+ .e-recurrenceeditor .e-days .e-week-expander-label {
128
+ font-size: 14px;
129
+ font-weight: 400;
130
+ margin-bottom: 8px;
131
+ }
132
+
133
+ .e-recurrenceeditor .e-days button {
134
+ border-radius: 50%;
135
+ -ms-flex-flow: row wrap;
136
+ flex-flow: row wrap;
137
+ height: 35px;
138
+ margin: 0 8px 10px;
139
+ width: 35px;
140
+ }
141
+
142
+ .e-recurrenceeditor .e-hide-recurrence-element {
143
+ display: none;
144
+ }
145
+
146
+ .e-recurrenceeditor .e-half-space {
147
+ width: 20%;
148
+ }
149
+
150
+ .e-recurrenceeditor .e-year-expander {
151
+ margin-bottom: 11px;
152
+ }
153
+
154
+ .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
155
+ margin-bottom: 11px;
156
+ }
157
+
158
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
159
+ margin-top: -3px;
160
+ }
161
+
162
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
163
+ display: none;
164
+ }
165
+
166
+ .e-recurrenceeditor .e-input-wrapper-side {
167
+ float: left;
168
+ padding: 16px 20px 0;
169
+ width: 50%;
170
+ }
171
+
172
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
173
+ float: none;
174
+ font-size: 14px;
175
+ font-weight: 400;
176
+ margin-bottom: 7px;
177
+ padding-right: 16px;
178
+ }
179
+
180
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
181
+ padding-right: 16px;
182
+ }
183
+
184
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
185
+ margin: 0;
186
+ }
187
+
188
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
189
+ font-size: 14px;
190
+ font-weight: 400;
191
+ margin-bottom: 7px;
192
+ padding-right: 16px;
193
+ }
194
+
195
+ .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
196
+ padding-bottom: 6px;
197
+ }
198
+
199
+ .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
200
+ padding-bottom: 12px;
201
+ }
202
+
203
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
204
+ margin-bottom: 11px;
205
+ }
206
+
207
+ .e-bigger .e-recurrenceeditor {
208
+ padding: 0;
209
+ }
210
+
211
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
212
+ padding: 0 12px 11px 0;
213
+ }
214
+
215
+ .e-bigger .e-recurrenceeditor .e-form-left {
216
+ padding: 0 12px 14px 0;
217
+ }
218
+
219
+ .e-bigger .e-recurrenceeditor .e-form-right,
220
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
221
+ padding: 0 0 10px 12px;
222
+ }
223
+
224
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
225
+ right: 24px;
226
+ }
227
+
228
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
229
+ padding-bottom: 6px;
230
+ }
231
+
232
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
233
+ padding-left: 70px;
234
+ }
235
+
236
+ .e-bigger .e-recurrenceeditor .e-week-position {
237
+ min-width: 157px;
238
+ padding-left: 55px;
239
+ padding-right: 0;
240
+ }
241
+
242
+ .e-bigger .e-recurrenceeditor .e-day-position {
243
+ min-width: 183px;
244
+ padding-left: 54px;
245
+ }
246
+
247
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
248
+ font-size: 16px;
249
+ margin-bottom: 0;
250
+ }
251
+
252
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
253
+ padding-right: 5px;
254
+ }
255
+
256
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
257
+ margin-bottom: 0;
258
+ }
259
+
260
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
261
+ font-size: 16px;
262
+ margin-bottom: 8px;
263
+ }
264
+
265
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
266
+ padding-bottom: 12px;
267
+ }
268
+
269
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
270
+ font-size: 16px;
271
+ margin-bottom: 1px;
272
+ }
273
+
274
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
275
+ .e-bigger .e-recurrenceeditor .e-year-expander,
276
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
277
+ margin-bottom: 11px;
278
+ }
279
+
280
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
281
+ width: 0;
282
+ }
283
+
284
+ .e-bigger .e-recurrenceeditor .e-days button {
285
+ height: 40px;
286
+ width: 40px;
287
+ }
288
+
289
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
290
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
291
+ padding: 0 0 10px 12px;
292
+ }
293
+
294
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
295
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
296
+ padding: 0 12px 10px 0;
297
+ }
298
+
299
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
300
+ padding-left: 0;
301
+ padding-right: 64px;
302
+ }
303
+
304
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
305
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
306
+ padding-right: 0;
307
+ }
308
+
309
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
310
+ margin-bottom: 5px;
311
+ }
312
+
313
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
314
+ padding-left: 12px;
315
+ padding-right: 0;
316
+ }
317
+
318
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
319
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
320
+ padding-left: 0;
321
+ padding-right: 12px;
322
+ }
323
+
324
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
325
+ right: 33px;
326
+ }
327
+
328
+ .e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
329
+ padding-left: 46px;
330
+ }
331
+
332
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
333
+ width: 25%;
334
+ }
335
+
336
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
337
+ width: 20%;
338
+ }
339
+
340
+ .e-device .e-recurrenceeditor .e-week-expander-label {
341
+ margin-bottom: 6px;
342
+ }
343
+
344
+ .e-device .e-recurrenceeditor .e-month-expander-label {
345
+ font-size: 12px;
346
+ margin-bottom: 5px;
347
+ }
348
+
349
+ .e-device .e-recurrenceeditor .e-footer-content {
350
+ padding: 12px;
351
+ }
352
+
353
+ .e-device .e-recurrenceeditor .e-form-left,
354
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
355
+ padding: 0 3px 10px 0;
356
+ }
357
+
358
+ .e-device .e-recurrenceeditor .e-form-right,
359
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
360
+ padding: 0 0 10px 3px;
361
+ }
362
+
363
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
364
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
365
+ padding-left: 10px;
366
+ padding-right: 0;
367
+ }
368
+
369
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
370
+ padding-right: 10px;
371
+ }
372
+
373
+ .e-device .e-recurrenceeditor.e-end-on {
374
+ padding-right: 0;
375
+ }
376
+
377
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
378
+ float: none;
379
+ font-size: 12px;
380
+ font-weight: 400;
381
+ margin-bottom: 7px;
382
+ }
383
+
384
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
385
+ padding-right: 0;
386
+ }
387
+
388
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
389
+ padding-right: 0;
390
+ }
391
+
392
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
393
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
394
+ padding-left: 0;
395
+ padding-right: 10px;
396
+ }
397
+
398
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
399
+ padding-left: 0;
400
+ }
401
+
402
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
403
+ padding-left: 16px;
404
+ padding-right: 0;
405
+ }
406
+
407
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
408
+ padding-left: 20px;
409
+ }
410
+
411
+ .e-device .e-recurrenceeditor .e-week-position {
412
+ padding-left: 0;
413
+ padding-right: 0;
414
+ }
415
+
416
+ .e-device .e-recurrenceeditor .e-week-position {
417
+ padding-left: 0;
418
+ }
419
+
420
+ .e-device.e-recurrence-dialog .e-dlg-header-content {
421
+ background: none;
422
+ box-shadow: none;
423
+ padding-bottom: 10px;
424
+ }
425
+
426
+ .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
427
+ margin-bottom: 7px;
428
+ }
429
+
430
+ .e-device.e-recurrence-dialog .e-footer-content {
431
+ padding: 16px 8px;
432
+ }
433
+
434
+ @media (max-width: 580px) {
435
+ .e-recurrenceeditor {
436
+ margin-left: auto;
437
+ margin-right: auto;
438
+ width: 100%;
439
+ }
440
+ .e-recurrenceeditor .e-editor {
441
+ -ms-flex-direction: column;
442
+ flex-direction: column;
443
+ }
444
+ .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
445
+ margin-top: 0;
446
+ }
447
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
448
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
449
+ margin-bottom: 7px;
450
+ }
451
+ .e-recurrenceeditor .e-editor > div {
452
+ margin-top: 20px;
453
+ }
454
+ .e-recurrenceeditor .e-editor > .e-input-wrapper {
455
+ width: 100%;
456
+ }
457
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
458
+ width: 100%;
459
+ }
460
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
461
+ width: 50%;
462
+ }
463
+ .e-recurrenceeditor .e-editor .e-form-left,
464
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
465
+ padding: 0 0 10px;
466
+ }
467
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
468
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
469
+ padding-left: 10px;
470
+ padding-right: 0;
471
+ }
472
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
473
+ padding-right: 10px;
474
+ }
475
+ .e-recurrenceeditor .e-editor .e-form-right,
476
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
477
+ padding-left: 0;
478
+ }
479
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
480
+ width: 100%;
481
+ }
482
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
483
+ width: 100%;
484
+ }
485
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
486
+ padding-right: 0;
487
+ }
488
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
489
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
490
+ padding-left: 0;
491
+ padding-right: 10px;
492
+ }
493
+ }
494
+
495
+ /*! Recurrence-Editor component theme */
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/recurrence-editor/fluent.scss';
@@ -1847,6 +1847,15 @@
1847
1847
  text-decoration: underline;
1848
1848
  }
1849
1849
 
1850
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1851
+ background-color: rgba(0, 0, 0, 0.08);
1852
+ box-shadow: inset 0 0 0 8px #2a2a2a;
1853
+ }
1854
+
1855
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1856
+ background-color: rgba(0, 0, 0, 0.08);
1857
+ }
1858
+
1850
1859
  .e-schedule .e-timeline-year-view .e-event-table {
1851
1860
  position: absolute;
1852
1861
  top: 0;
@@ -2878,13 +2887,6 @@
2878
2887
  min-width: 34px;
2879
2888
  }
2880
2889
 
2881
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2882
- .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,
2883
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2884
- .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 {
2885
- padding: 0;
2886
- }
2887
-
2888
2890
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2889
2891
  .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,
2890
2892
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4015,6 +4017,7 @@
4015
4017
 
4016
4018
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4017
4019
  .e-more-popup-wrapper .e-more-event-content {
4020
+ color: #f0f0f0;
4018
4021
  height: calc(100% - 35px);
4019
4022
  max-height: 150px;
4020
4023
  overflow-y: auto;
@@ -1844,6 +1844,15 @@
1844
1844
  text-decoration: underline;
1845
1845
  }
1846
1846
 
1847
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1848
+ background-color: rgba(0, 0, 0, 0.08);
1849
+ box-shadow: inset 0 0 0 8px #f8f8f8;
1850
+ }
1851
+
1852
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1853
+ background-color: rgba(0, 0, 0, 0.08);
1854
+ }
1855
+
1847
1856
  .e-schedule .e-timeline-year-view .e-event-table {
1848
1857
  position: absolute;
1849
1858
  top: 0;
@@ -2875,13 +2884,6 @@
2875
2884
  min-width: 34px;
2876
2885
  }
2877
2886
 
2878
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2879
- .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,
2880
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2881
- .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 {
2882
- padding: 0;
2883
- }
2884
-
2885
2887
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2886
2888
  .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,
2887
2889
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4013,6 +4015,7 @@
4013
4015
 
4014
4016
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4015
4017
  .e-more-popup-wrapper .e-more-event-content {
4018
+ color: #333;
4016
4019
  height: calc(100% - 35px);
4017
4020
  max-height: 150px;
4018
4021
  overflow-y: auto;
@@ -1818,7 +1818,7 @@
1818
1818
  cursor: default;
1819
1819
  font-weight: 400;
1820
1820
  height: 35px;
1821
- padding: 8px;
1821
+ padding: 0;
1822
1822
  text-align: center;
1823
1823
  }
1824
1824
 
@@ -1850,6 +1850,15 @@
1850
1850
  text-decoration: underline;
1851
1851
  }
1852
1852
 
1853
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
1854
+ background-color: rgba(0, 0, 0, 0.08);
1855
+ box-shadow: inset 0 0 0 8px #f8f9fa;
1856
+ }
1857
+
1858
+ .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
1859
+ background-color: rgba(0, 0, 0, 0.08);
1860
+ }
1861
+
1853
1862
  .e-schedule .e-timeline-year-view .e-event-table {
1854
1863
  position: absolute;
1855
1864
  top: 0;
@@ -2882,13 +2891,6 @@
2882
2891
  min-width: 34px;
2883
2892
  }
2884
2893
 
2885
- .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2886
- .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,
2887
- .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons,
2888
- .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 {
2889
- padding: 0;
2890
- }
2891
-
2892
2894
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
2893
2895
  .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,
2894
2896
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
@@ -4124,6 +4126,7 @@
4124
4126
 
4125
4127
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4126
4128
  .e-more-popup-wrapper .e-more-event-content {
4129
+ color: #212529;
4127
4130
  height: calc(100% - 35px);
4128
4131
  max-height: 150px;
4129
4132
  overflow-y: auto;