@syncfusion/ej2-vue-schedule 19.2.55 → 19.3.43
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 +38 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +58 -4
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +62 -4
- 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 -8
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +2 -0
- package/src/recurrence-editor/recurrenceeditor.component.js +27 -1
- package/src/schedule/schedule.component.d.ts +5 -1
- package/src/schedule/schedule.component.js +36 -4
- package/styles/bootstrap-dark.css +47 -65
- package/styles/bootstrap.css +27 -44
- package/styles/bootstrap4.css +27 -43
- package/styles/bootstrap5-dark.css +5172 -0
- package/styles/bootstrap5-dark.scss +2 -0
- package/styles/bootstrap5.css +5173 -0
- package/styles/bootstrap5.scss +2 -0
- package/styles/fabric-dark.css +28 -60
- package/styles/fabric.css +27 -44
- package/styles/highcontrast-light.css +27 -75
- package/styles/highcontrast.css +29 -48
- package/styles/material-dark.css +71 -78
- package/styles/material.css +31 -44
- package/styles/recurrence-editor/bootstrap-dark.css +0 -4
- package/styles/recurrence-editor/bootstrap.css +0 -4
- package/styles/recurrence-editor/bootstrap4.css +0 -4
- package/styles/recurrence-editor/bootstrap5-dark.css +479 -0
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
- package/styles/recurrence-editor/bootstrap5.css +479 -0
- package/styles/recurrence-editor/bootstrap5.scss +1 -0
- package/styles/recurrence-editor/fabric-dark.css +0 -4
- package/styles/recurrence-editor/fabric.css +0 -4
- package/styles/recurrence-editor/highcontrast-light.css +0 -4
- package/styles/recurrence-editor/highcontrast.css +0 -4
- package/styles/recurrence-editor/material-dark.css +0 -4
- package/styles/recurrence-editor/material.css +0 -4
- package/styles/recurrence-editor/tailwind-dark.css +0 -4
- package/styles/recurrence-editor/tailwind.css +0 -4
- package/styles/schedule/bootstrap-dark.css +47 -61
- package/styles/schedule/bootstrap.css +27 -40
- package/styles/schedule/bootstrap4.css +27 -39
- package/styles/schedule/bootstrap5-dark.css +4692 -0
- package/styles/schedule/bootstrap5-dark.scss +1 -0
- package/styles/schedule/bootstrap5.css +4693 -0
- package/styles/schedule/bootstrap5.scss +1 -0
- package/styles/schedule/fabric-dark.css +28 -56
- package/styles/schedule/fabric.css +27 -40
- package/styles/schedule/highcontrast-light.css +27 -71
- package/styles/schedule/highcontrast.css +29 -44
- package/styles/schedule/material-dark.css +71 -74
- package/styles/schedule/material.css +31 -40
- package/styles/schedule/tailwind-dark.css +52 -70
- package/styles/schedule/tailwind.css +52 -69
- package/styles/tailwind-dark.css +52 -74
- package/styles/tailwind.css +52 -73
|
@@ -227,28 +227,19 @@
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
230
|
-
background: #fafafa;
|
|
231
230
|
overflow: auto;
|
|
232
231
|
}
|
|
233
232
|
|
|
234
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
235
|
-
background: #fafafa;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
239
|
-
background-color: #e0e0e0;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
243
|
-
background: #e0e0e0;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
233
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
247
234
|
cursor: pointer;
|
|
248
235
|
font-size: 13px;
|
|
249
236
|
text-transform: uppercase;
|
|
250
237
|
}
|
|
251
238
|
|
|
239
|
+
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
240
|
+
background: #e0e0e0;
|
|
241
|
+
}
|
|
242
|
+
|
|
252
243
|
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
253
244
|
background: #fafafa;
|
|
254
245
|
}
|
|
@@ -267,13 +258,7 @@
|
|
|
267
258
|
padding-top: 0;
|
|
268
259
|
}
|
|
269
260
|
|
|
270
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
271
|
-
background: #e0e0e0;
|
|
272
|
-
border-radius: 100%;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
276
|
-
background: #e0e0e0;
|
|
261
|
+
.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 {
|
|
277
262
|
border-radius: 100%;
|
|
278
263
|
}
|
|
279
264
|
|
|
@@ -314,16 +299,6 @@
|
|
|
314
299
|
text-transform: initial;
|
|
315
300
|
}
|
|
316
301
|
|
|
317
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
318
|
-
cursor: pointer;
|
|
319
|
-
font-size: 13px;
|
|
320
|
-
text-transform: uppercase;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
324
|
-
padding-left: 0;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
302
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
328
303
|
background: #fafafa;
|
|
329
304
|
border-left: 0;
|
|
@@ -336,7 +311,6 @@
|
|
|
336
311
|
}
|
|
337
312
|
|
|
338
313
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
339
|
-
background: #fafafa;
|
|
340
314
|
border-left: 1px solid #f5f5f5;
|
|
341
315
|
}
|
|
342
316
|
|
|
@@ -547,6 +521,13 @@
|
|
|
547
521
|
width: 100%;
|
|
548
522
|
}
|
|
549
523
|
|
|
524
|
+
.e-schedule .e-content-placeholder {
|
|
525
|
+
height: 100%;
|
|
526
|
+
position: relative;
|
|
527
|
+
width: 100%;
|
|
528
|
+
z-index: 99999;
|
|
529
|
+
}
|
|
530
|
+
|
|
550
531
|
.e-schedule .e-content-wrap,
|
|
551
532
|
.e-schedule .e-scroll-container {
|
|
552
533
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1741,6 +1722,7 @@
|
|
|
1741
1722
|
border-style: solid;
|
|
1742
1723
|
border-width: 0 1px 1px 0;
|
|
1743
1724
|
color: rgba(0, 0, 0, 0.87);
|
|
1725
|
+
padding: 0;
|
|
1744
1726
|
}
|
|
1745
1727
|
|
|
1746
1728
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1844,7 +1826,7 @@
|
|
|
1844
1826
|
|
|
1845
1827
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1846
1828
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1847
|
-
height:
|
|
1829
|
+
height: 75px;
|
|
1848
1830
|
}
|
|
1849
1831
|
|
|
1850
1832
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2095,13 +2077,6 @@
|
|
|
2095
2077
|
background-color: #f5f5f5;
|
|
2096
2078
|
}
|
|
2097
2079
|
|
|
2098
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2099
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2100
|
-
background-color: #e0e0e0;
|
|
2101
|
-
border-radius: 50%;
|
|
2102
|
-
color: #000;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
2080
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2106
2081
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2107
2082
|
overflow: hidden;
|
|
@@ -2125,6 +2100,12 @@
|
|
|
2125
2100
|
height: 42px;
|
|
2126
2101
|
}
|
|
2127
2102
|
|
|
2103
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2104
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2105
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2106
|
+
box-shadow: inset 0 0 0 8px #fafafa;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2128
2109
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2129
2110
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2130
2111
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -2211,6 +2192,7 @@
|
|
|
2211
2192
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2212
2193
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2213
2194
|
display: block;
|
|
2195
|
+
line-height: 1.4;
|
|
2214
2196
|
}
|
|
2215
2197
|
|
|
2216
2198
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2387,6 +2369,7 @@
|
|
|
2387
2369
|
|
|
2388
2370
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2389
2371
|
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
|
2372
|
+
height: 40px;
|
|
2390
2373
|
padding-top: 8px;
|
|
2391
2374
|
}
|
|
2392
2375
|
|
|
@@ -2542,7 +2525,7 @@
|
|
|
2542
2525
|
padding: 0;
|
|
2543
2526
|
}
|
|
2544
2527
|
|
|
2545
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2528
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2546
2529
|
background: #3f51b5;
|
|
2547
2530
|
border-radius: 50%;
|
|
2548
2531
|
height: 6px;
|
|
@@ -4192,6 +4175,7 @@
|
|
|
4192
4175
|
border-color: rgba(0, 0, 0, 0.12);
|
|
4193
4176
|
border-style: solid;
|
|
4194
4177
|
border-width: 0 0 1px 1px;
|
|
4178
|
+
padding: 0;
|
|
4195
4179
|
}
|
|
4196
4180
|
|
|
4197
4181
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4277,6 +4261,7 @@
|
|
|
4277
4261
|
border-style: solid;
|
|
4278
4262
|
border-width: 0 0 1px 1px;
|
|
4279
4263
|
color: rgba(0, 0, 0, 0.87);
|
|
4264
|
+
padding: 0;
|
|
4280
4265
|
}
|
|
4281
4266
|
|
|
4282
4267
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4365,6 +4350,7 @@
|
|
|
4365
4350
|
border-style: solid;
|
|
4366
4351
|
border-width: 0 0 1px 1px;
|
|
4367
4352
|
color: rgba(0, 0, 0, 0.87);
|
|
4353
|
+
padding: 0;
|
|
4368
4354
|
}
|
|
4369
4355
|
|
|
4370
4356
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4373,6 +4359,11 @@
|
|
|
4373
4359
|
color: #000;
|
|
4374
4360
|
}
|
|
4375
4361
|
|
|
4362
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4363
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4364
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4365
|
+
}
|
|
4366
|
+
|
|
4376
4367
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4377
4368
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4378
4369
|
background-color: #fff;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
2
|
/*! Schedule component's tailwind theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: '\e70f';
|
|
@@ -226,27 +225,10 @@
|
|
|
226
225
|
color: #22d3ee;
|
|
227
226
|
}
|
|
228
227
|
|
|
229
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn-text,
|
|
230
|
-
.e-schedule .e-schedule-toolbar .e-icons {
|
|
231
|
-
font-weight: 500;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
235
229
|
overflow: auto;
|
|
236
230
|
}
|
|
237
231
|
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
239
|
-
background: #374151;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
243
|
-
background-color: #4b5563;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
247
|
-
background: #6b7280;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
232
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
251
233
|
cursor: pointer;
|
|
252
234
|
font-size: 14px;
|
|
@@ -271,13 +253,7 @@
|
|
|
271
253
|
padding-top: 0;
|
|
272
254
|
}
|
|
273
255
|
|
|
274
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
275
|
-
background: #4b5563;
|
|
276
|
-
border-radius: 100%;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
280
|
-
background: #4b5563;
|
|
256
|
+
.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 {
|
|
281
257
|
border-radius: 100%;
|
|
282
258
|
}
|
|
283
259
|
|
|
@@ -318,14 +294,7 @@
|
|
|
318
294
|
text-transform: initial;
|
|
319
295
|
}
|
|
320
296
|
|
|
321
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
322
|
-
cursor: pointer;
|
|
323
|
-
font-size: 14px;
|
|
324
|
-
text-transform: none;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
297
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
328
|
-
padding-left: 0;
|
|
329
298
|
padding: 0 12px;
|
|
330
299
|
}
|
|
331
300
|
|
|
@@ -341,8 +310,6 @@
|
|
|
341
310
|
}
|
|
342
311
|
|
|
343
312
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
344
|
-
background: #374151;
|
|
345
|
-
font-size: 18px;
|
|
346
313
|
border-left: 1px solid #4b5563;
|
|
347
314
|
}
|
|
348
315
|
|
|
@@ -490,7 +457,7 @@
|
|
|
490
457
|
}
|
|
491
458
|
|
|
492
459
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
493
|
-
background-color:
|
|
460
|
+
background-color: rgba(107, 114, 128, 0.75);
|
|
494
461
|
height: 100%;
|
|
495
462
|
left: 0;
|
|
496
463
|
opacity: .5;
|
|
@@ -554,6 +521,13 @@
|
|
|
554
521
|
width: 100%;
|
|
555
522
|
}
|
|
556
523
|
|
|
524
|
+
.e-schedule .e-content-placeholder {
|
|
525
|
+
height: 100%;
|
|
526
|
+
position: relative;
|
|
527
|
+
width: 100%;
|
|
528
|
+
z-index: 99999;
|
|
529
|
+
}
|
|
530
|
+
|
|
557
531
|
.e-schedule .e-content-wrap,
|
|
558
532
|
.e-schedule .e-scroll-container {
|
|
559
533
|
-webkit-overflow-scrolling: touch;
|
|
@@ -592,7 +566,7 @@
|
|
|
592
566
|
}
|
|
593
567
|
|
|
594
568
|
.e-schedule .e-block-appointment {
|
|
595
|
-
background: #
|
|
569
|
+
background: #374151;
|
|
596
570
|
border-radius: 2px;
|
|
597
571
|
color: #fff;
|
|
598
572
|
cursor: default;
|
|
@@ -881,7 +855,7 @@
|
|
|
881
855
|
}
|
|
882
856
|
|
|
883
857
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
884
|
-
width:
|
|
858
|
+
width: 85px;
|
|
885
859
|
}
|
|
886
860
|
|
|
887
861
|
.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
|
|
@@ -1028,11 +1002,11 @@
|
|
|
1028
1002
|
}
|
|
1029
1003
|
|
|
1030
1004
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
1031
|
-
background-color: #
|
|
1005
|
+
background-color: #374151;
|
|
1032
1006
|
}
|
|
1033
1007
|
|
|
1034
1008
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
1035
|
-
background-color: #
|
|
1009
|
+
background-color: #374151;
|
|
1036
1010
|
}
|
|
1037
1011
|
|
|
1038
1012
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -1397,7 +1371,7 @@
|
|
|
1397
1371
|
}
|
|
1398
1372
|
|
|
1399
1373
|
.e-schedule .e-month-view .e-work-cells {
|
|
1400
|
-
height:
|
|
1374
|
+
height: 75px;
|
|
1401
1375
|
vertical-align: top;
|
|
1402
1376
|
width: 36px;
|
|
1403
1377
|
}
|
|
@@ -1407,7 +1381,7 @@
|
|
|
1407
1381
|
}
|
|
1408
1382
|
|
|
1409
1383
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1410
|
-
background-color: #
|
|
1384
|
+
background-color: #374151;
|
|
1411
1385
|
}
|
|
1412
1386
|
|
|
1413
1387
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
@@ -1420,7 +1394,7 @@
|
|
|
1420
1394
|
}
|
|
1421
1395
|
|
|
1422
1396
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1423
|
-
background-color: #
|
|
1397
|
+
background-color: #374151;
|
|
1424
1398
|
}
|
|
1425
1399
|
|
|
1426
1400
|
.e-schedule .e-month-view .e-date-header {
|
|
@@ -1594,7 +1568,7 @@
|
|
|
1594
1568
|
}
|
|
1595
1569
|
|
|
1596
1570
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1597
|
-
background-color: #
|
|
1571
|
+
background-color: #374151;
|
|
1598
1572
|
cursor: default;
|
|
1599
1573
|
}
|
|
1600
1574
|
|
|
@@ -1603,7 +1577,7 @@
|
|
|
1603
1577
|
}
|
|
1604
1578
|
|
|
1605
1579
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1606
|
-
background-color: #
|
|
1580
|
+
background-color: #374151;
|
|
1607
1581
|
}
|
|
1608
1582
|
|
|
1609
1583
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
@@ -1755,6 +1729,7 @@
|
|
|
1755
1729
|
border-style: solid;
|
|
1756
1730
|
border-width: 0 1px 1px 0;
|
|
1757
1731
|
color: #fff;
|
|
1732
|
+
padding: 0;
|
|
1758
1733
|
}
|
|
1759
1734
|
|
|
1760
1735
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1792,7 +1767,7 @@
|
|
|
1792
1767
|
}
|
|
1793
1768
|
|
|
1794
1769
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1795
|
-
background-color: #
|
|
1770
|
+
background-color: #374151;
|
|
1796
1771
|
}
|
|
1797
1772
|
|
|
1798
1773
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
@@ -1805,7 +1780,7 @@
|
|
|
1805
1780
|
}
|
|
1806
1781
|
|
|
1807
1782
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1808
|
-
background-color: #
|
|
1783
|
+
background-color: #374151;
|
|
1809
1784
|
}
|
|
1810
1785
|
|
|
1811
1786
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
@@ -1859,7 +1834,7 @@
|
|
|
1859
1834
|
|
|
1860
1835
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1861
1836
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1862
|
-
height:
|
|
1837
|
+
height: 75px;
|
|
1863
1838
|
}
|
|
1864
1839
|
|
|
1865
1840
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2066,12 +2041,12 @@
|
|
|
2066
2041
|
|
|
2067
2042
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
2068
2043
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
2069
|
-
background-color: #
|
|
2044
|
+
background-color: #374151;
|
|
2070
2045
|
}
|
|
2071
2046
|
|
|
2072
2047
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
2073
2048
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
2074
|
-
background-color: #
|
|
2049
|
+
background-color: #374151;
|
|
2075
2050
|
}
|
|
2076
2051
|
|
|
2077
2052
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
@@ -2114,13 +2089,6 @@
|
|
|
2114
2089
|
background-color: #4b5563;
|
|
2115
2090
|
}
|
|
2116
2091
|
|
|
2117
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2118
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2119
|
-
background-color: #6b7280;
|
|
2120
|
-
border-radius: 50%;
|
|
2121
|
-
color: #d1d5db;
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
2092
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2125
2093
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2126
2094
|
overflow: hidden;
|
|
@@ -2144,6 +2112,12 @@
|
|
|
2144
2112
|
height: 42px;
|
|
2145
2113
|
}
|
|
2146
2114
|
|
|
2115
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2116
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2117
|
+
background-color: #374151;
|
|
2118
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2147
2121
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2148
2122
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2149
2123
|
color: #d1d5db;
|
|
@@ -2230,6 +2204,7 @@
|
|
|
2230
2204
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2231
2205
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2232
2206
|
display: block;
|
|
2207
|
+
line-height: 1.4;
|
|
2233
2208
|
}
|
|
2234
2209
|
|
|
2235
2210
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2406,6 +2381,7 @@
|
|
|
2406
2381
|
|
|
2407
2382
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2408
2383
|
border-right: 1px solid #4b5563;
|
|
2384
|
+
height: 40px;
|
|
2409
2385
|
padding-top: 8px;
|
|
2410
2386
|
}
|
|
2411
2387
|
|
|
@@ -2467,11 +2443,11 @@
|
|
|
2467
2443
|
}
|
|
2468
2444
|
|
|
2469
2445
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2470
|
-
background-color: #
|
|
2446
|
+
background-color: #374151;
|
|
2471
2447
|
}
|
|
2472
2448
|
|
|
2473
2449
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2474
|
-
background-color: #
|
|
2450
|
+
background-color: #374151;
|
|
2475
2451
|
}
|
|
2476
2452
|
|
|
2477
2453
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
@@ -2563,7 +2539,7 @@
|
|
|
2563
2539
|
padding: 0;
|
|
2564
2540
|
}
|
|
2565
2541
|
|
|
2566
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2542
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2567
2543
|
background: #22d3ee;
|
|
2568
2544
|
border-radius: 50%;
|
|
2569
2545
|
height: 6px;
|
|
@@ -2928,6 +2904,7 @@
|
|
|
2928
2904
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2929
2905
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2930
2906
|
height: 25px;
|
|
2907
|
+
padding-bottom: 2px;
|
|
2931
2908
|
}
|
|
2932
2909
|
|
|
2933
2910
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
@@ -3999,10 +3976,6 @@
|
|
|
3999
3976
|
font-size: 14px;
|
|
4000
3977
|
}
|
|
4001
3978
|
|
|
4002
|
-
.e-bigger .e-timeline-view .e-resource-cells {
|
|
4003
|
-
padding: 14px 0 14px 12px;
|
|
4004
|
-
}
|
|
4005
|
-
|
|
4006
3979
|
.e-bigger .e-timeline-view .e-resource-text {
|
|
4007
3980
|
font-size: 14px;
|
|
4008
3981
|
padding-left: 12px;
|
|
@@ -4181,6 +4154,7 @@
|
|
|
4181
4154
|
position: absolute;
|
|
4182
4155
|
right: 6px;
|
|
4183
4156
|
width: 25px;
|
|
4157
|
+
padding: 1px;
|
|
4184
4158
|
}
|
|
4185
4159
|
|
|
4186
4160
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
@@ -4359,6 +4333,7 @@
|
|
|
4359
4333
|
border-color: #4b5563;
|
|
4360
4334
|
border-style: solid;
|
|
4361
4335
|
border-width: 0 0 1px 1px;
|
|
4336
|
+
padding: 0;
|
|
4362
4337
|
}
|
|
4363
4338
|
|
|
4364
4339
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4448,6 +4423,7 @@
|
|
|
4448
4423
|
border-style: solid;
|
|
4449
4424
|
border-width: 0 0 1px 1px;
|
|
4450
4425
|
color: #fff;
|
|
4426
|
+
padding: 0;
|
|
4451
4427
|
}
|
|
4452
4428
|
|
|
4453
4429
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4537,6 +4513,7 @@
|
|
|
4537
4513
|
border-style: solid;
|
|
4538
4514
|
border-width: 0 0 1px 1px;
|
|
4539
4515
|
color: #fff;
|
|
4516
|
+
padding: 0;
|
|
4540
4517
|
}
|
|
4541
4518
|
|
|
4542
4519
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4545,6 +4522,11 @@
|
|
|
4545
4522
|
color: #fff;
|
|
4546
4523
|
}
|
|
4547
4524
|
|
|
4525
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4526
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4527
|
+
background-color: #374151;
|
|
4528
|
+
}
|
|
4529
|
+
|
|
4548
4530
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4549
4531
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4550
4532
|
background-color: #1f2937;
|
|
@@ -4669,8 +4651,8 @@
|
|
|
4669
4651
|
}
|
|
4670
4652
|
|
|
4671
4653
|
.e-tooltip-wrap.e-schedule-error {
|
|
4672
|
-
background-color: #
|
|
4673
|
-
border-color: #
|
|
4654
|
+
background-color: #fee2e2;
|
|
4655
|
+
border-color: #fee2e2;
|
|
4674
4656
|
z-index: 1000;
|
|
4675
4657
|
}
|
|
4676
4658
|
|
|
@@ -4680,14 +4662,14 @@
|
|
|
4680
4662
|
|
|
4681
4663
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4682
4664
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4683
|
-
border-bottom: 8px solid #
|
|
4684
|
-
color: #
|
|
4665
|
+
border-bottom: 8px solid #fee2e2;
|
|
4666
|
+
color: #fee2e2;
|
|
4685
4667
|
}
|
|
4686
4668
|
|
|
4687
4669
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4688
4670
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4689
|
-
border-top: 8px solid #
|
|
4690
|
-
color: #
|
|
4671
|
+
border-top: 8px solid #fee2e2;
|
|
4672
|
+
color: #fee2e2;
|
|
4691
4673
|
}
|
|
4692
4674
|
|
|
4693
4675
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
@@ -4696,5 +4678,5 @@
|
|
|
4696
4678
|
|
|
4697
4679
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4698
4680
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4699
|
-
color: #
|
|
4681
|
+
color: #f87171;
|
|
4700
4682
|
}
|