@syncfusion/ej2-vue-schedule 20.4.53 → 21.1.35

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 (49) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  3. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-schedule.es2015.js +401 -543
  5. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js +440 -628
  7. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-schedule.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -28
  11. package/src/recurrence-editor/recurrenceeditor.component.js +101 -130
  12. package/src/schedule/headerrows.directive.d.ts +2 -12
  13. package/src/schedule/headerrows.directive.js +22 -71
  14. package/src/schedule/resources.directive.d.ts +2 -12
  15. package/src/schedule/resources.directive.js +22 -71
  16. package/src/schedule/schedule.component.d.ts +3 -70
  17. package/src/schedule/schedule.component.js +258 -286
  18. package/src/schedule/views.directive.d.ts +2 -12
  19. package/src/schedule/views.directive.js +22 -71
  20. package/styles/bootstrap-dark.css +99 -89
  21. package/styles/bootstrap.css +99 -89
  22. package/styles/bootstrap4.css +99 -89
  23. package/styles/bootstrap5-dark.css +110 -100
  24. package/styles/bootstrap5.css +110 -100
  25. package/styles/fabric-dark.css +98 -88
  26. package/styles/fabric.css +98 -88
  27. package/styles/fluent-dark.css +109 -99
  28. package/styles/fluent.css +109 -99
  29. package/styles/highcontrast-light.css +98 -88
  30. package/styles/highcontrast.css +98 -88
  31. package/styles/material-dark.css +98 -88
  32. package/styles/material.css +98 -88
  33. package/styles/schedule/bootstrap-dark.css +99 -89
  34. package/styles/schedule/bootstrap.css +99 -89
  35. package/styles/schedule/bootstrap4.css +99 -89
  36. package/styles/schedule/bootstrap5-dark.css +110 -100
  37. package/styles/schedule/bootstrap5.css +110 -100
  38. package/styles/schedule/fabric-dark.css +98 -88
  39. package/styles/schedule/fabric.css +98 -88
  40. package/styles/schedule/fluent-dark.css +109 -99
  41. package/styles/schedule/fluent.css +109 -99
  42. package/styles/schedule/highcontrast-light.css +98 -88
  43. package/styles/schedule/highcontrast.css +98 -88
  44. package/styles/schedule/material-dark.css +98 -88
  45. package/styles/schedule/material.css +98 -88
  46. package/styles/schedule/tailwind-dark.css +106 -96
  47. package/styles/schedule/tailwind.css +106 -96
  48. package/styles/tailwind-dark.css +106 -96
  49. package/styles/tailwind.css +106 -96
@@ -344,7 +344,6 @@
344
344
  user-select: none;
345
345
  }
346
346
  .e-schedule .e-schedule-toolbar {
347
- background: #fff;
348
347
  border: 0;
349
348
  border-bottom: 1px solid #757575;
350
349
  box-shadow: none;
@@ -360,13 +359,17 @@
360
359
  font-size: 14px;
361
360
  text-transform: uppercase;
362
361
  }
363
- .e-schedule .e-schedule-toolbar .e-toolbar-items {
364
- background: #fff;
365
- }
366
362
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
367
363
  height: 43px;
368
364
  min-height: 43px;
369
365
  }
366
+ .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
367
+ border: none;
368
+ border-radius: 0;
369
+ }
370
+ .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
371
+ border: none;
372
+ }
370
373
  .e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
371
374
  height: inherit;
372
375
  }
@@ -394,12 +397,11 @@
394
397
  text-transform: initial;
395
398
  }
396
399
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
397
- background: #fff;
398
400
  border-left: 0;
399
401
  border-right: 1px solid #400074;
400
402
  }
401
403
  .e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
402
- background-color: #ecf;
404
+ background: #ecf;
403
405
  color: #000;
404
406
  }
405
407
  .e-schedule .e-schedule-toolbar .e-hor-nav {
@@ -433,6 +435,10 @@
433
435
  height: 56px;
434
436
  min-height: 56px;
435
437
  }
438
+ .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
439
+ border: none;
440
+ border-radius: 0;
441
+ }
436
442
  .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
437
443
  height: inherit;
438
444
  }
@@ -527,7 +533,7 @@
527
533
  padding: 0 0 0 12px;
528
534
  }
529
535
  .e-schedule .e-resource-tree-popup-overlay.e-enable {
530
- background-color: #383838;
536
+ background: #383838;
531
537
  height: 100%;
532
538
  left: 0;
533
539
  opacity: 0.5;
@@ -536,7 +542,7 @@
536
542
  width: 100%;
537
543
  }
538
544
  .e-schedule .e-new-event {
539
- background-color: #1c8000;
545
+ background: #1c8000;
540
546
  border: 1px solid #fff;
541
547
  border-radius: 5px;
542
548
  height: 100%;
@@ -657,7 +663,7 @@
657
663
  z-index: 1;
658
664
  }
659
665
  .e-schedule .e-appointment .e-inline-subject {
660
- background-color: transparent;
666
+ background: transparent;
661
667
  border: 0;
662
668
  color: #fff;
663
669
  font-size: 13px;
@@ -977,17 +983,17 @@
977
983
  width: 36px;
978
984
  }
979
985
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
980
- background-color: rgba(0, 0, 0, 0.08);
986
+ background: rgba(0, 0, 0, 0.08);
981
987
  }
982
988
  .e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
983
- background-color: rgba(0, 0, 0, 0.08);
989
+ background: rgba(0, 0, 0, 0.08);
984
990
  }
985
991
  .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
986
- background-color: rgba(0, 0, 0, 0.08);
992
+ background: rgba(0, 0, 0, 0.08);
987
993
  box-shadow: inset 0 0 0 8px #e4e4e4;
988
994
  }
989
995
  .e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
990
- background-color: rgba(0, 0, 0, 0.08);
996
+ background: rgba(0, 0, 0, 0.08);
991
997
  }
992
998
  .e-schedule .e-vertical-view .e-current-time {
993
999
  font-size: 12px;
@@ -1294,7 +1300,7 @@
1294
1300
  visibility: hidden;
1295
1301
  }
1296
1302
  .e-schedule .e-month-view .e-work-cells.e-disable-dates {
1297
- background-color: rgba(0, 0, 0, 0.08);
1303
+ background: rgba(0, 0, 0, 0.08);
1298
1304
  }
1299
1305
  .e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
1300
1306
  cursor: default;
@@ -1304,14 +1310,14 @@
1304
1310
  text-decoration: none;
1305
1311
  }
1306
1312
  .e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
1307
- background-color: rgba(0, 0, 0, 0.08);
1313
+ background: rgba(0, 0, 0, 0.08);
1308
1314
  }
1309
1315
  .e-schedule .e-month-view.e-virtual-mask .e-work-cells {
1310
- background-color: rgba(0, 0, 0, 0.08);
1316
+ background: rgba(0, 0, 0, 0.08);
1311
1317
  box-shadow: inset 0 0 0 8px #e4e4e4;
1312
1318
  }
1313
1319
  .e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
1314
- background-color: rgba(0, 0, 0, 0.08);
1320
+ background: rgba(0, 0, 0, 0.08);
1315
1321
  }
1316
1322
  .e-schedule .e-month-view .e-date-header {
1317
1323
  cursor: pointer;
@@ -1452,7 +1458,7 @@
1452
1458
  }
1453
1459
  .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
1454
1460
  .e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
1455
- background-color: #1c8000;
1461
+ background: #1c8000;
1456
1462
  border-radius: 50%;
1457
1463
  height: 5px;
1458
1464
  margin: -6px auto 0;
@@ -1460,14 +1466,14 @@
1460
1466
  width: 5px;
1461
1467
  }
1462
1468
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
1463
- background-color: rgba(0, 0, 0, 0.08);
1469
+ background: rgba(0, 0, 0, 0.08);
1464
1470
  cursor: default;
1465
1471
  }
1466
1472
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
1467
1473
  cursor: default;
1468
1474
  }
1469
1475
  .e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
1470
- background-color: rgba(0, 0, 0, 0.08);
1476
+ background: rgba(0, 0, 0, 0.08);
1471
1477
  }
1472
1478
  .e-schedule .e-year-view .e-date-header-wrap {
1473
1479
  font-size: 13px;
@@ -1477,7 +1483,7 @@
1477
1483
  width: 36px;
1478
1484
  }
1479
1485
  .e-schedule .e-year-view .e-date-header-wrap table td {
1480
- background-color: #fff;
1486
+ background: #fff;
1481
1487
  border-color: #757575;
1482
1488
  border-style: solid;
1483
1489
  border-width: 0 0 1px;
@@ -1518,7 +1524,7 @@
1518
1524
  }
1519
1525
  .e-schedule .e-timeline-year-view .e-resource-left-td,
1520
1526
  .e-schedule .e-timeline-year-view .e-date-header-wrap table td {
1521
- background-color: #fff;
1527
+ background: #fff;
1522
1528
  border-color: #757575;
1523
1529
  border-style: solid;
1524
1530
  border-width: 0 1px 1px 0;
@@ -1549,7 +1555,7 @@
1549
1555
  position: relative;
1550
1556
  }
1551
1557
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
1552
- background-color: #e4e4e4;
1558
+ background: #e4e4e4;
1553
1559
  border-color: #757575;
1554
1560
  border-style: solid;
1555
1561
  border-width: 0 1px 1px 0;
@@ -1560,10 +1566,10 @@
1560
1566
  vertical-align: middle;
1561
1567
  }
1562
1568
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
1563
- background-color: #fff;
1569
+ background: #fff;
1564
1570
  }
1565
1571
  .e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
1566
- background-color: #ecf;
1572
+ background: #ecf;
1567
1573
  }
1568
1574
  .e-schedule .e-timeline-year-view .e-resource-column-table {
1569
1575
  height: 100%;
@@ -1782,7 +1788,7 @@
1782
1788
  }
1783
1789
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
1784
1790
  .e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
1785
- background-color: #fff;
1791
+ background: #fff;
1786
1792
  overflow: inherit;
1787
1793
  }
1788
1794
  .e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
@@ -1804,11 +1810,11 @@
1804
1810
  }
1805
1811
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
1806
1812
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
1807
- background-color: rgba(0, 0, 0, 0.08);
1813
+ background: rgba(0, 0, 0, 0.08);
1808
1814
  }
1809
1815
  .e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
1810
1816
  .e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
1811
- background-color: rgba(0, 0, 0, 0.08);
1817
+ background: rgba(0, 0, 0, 0.08);
1812
1818
  }
1813
1819
  .e-schedule .e-timeline-view .e-resource-text,
1814
1820
  .e-schedule .e-timeline-month-view .e-resource-text {
@@ -1820,7 +1826,7 @@
1820
1826
  }
1821
1827
  .e-schedule .e-timeline-view .e-resource-left-td,
1822
1828
  .e-schedule .e-timeline-month-view .e-resource-left-td {
1823
- background-color: #fff;
1829
+ background: #fff;
1824
1830
  border-color: #757575;
1825
1831
  border-style: solid;
1826
1832
  border-width: 0 1px 1px 0;
@@ -1830,7 +1836,7 @@
1830
1836
  }
1831
1837
  .e-schedule .e-timeline-view .e-resource-cells,
1832
1838
  .e-schedule .e-timeline-month-view .e-resource-cells {
1833
- background-color: #e4e4e4;
1839
+ background: #e4e4e4;
1834
1840
  border-color: #757575;
1835
1841
  border-style: solid;
1836
1842
  border-width: 0 1px 1px 0;
@@ -1842,7 +1848,7 @@
1842
1848
  }
1843
1849
  .e-schedule .e-timeline-view .e-resource-cells:focus,
1844
1850
  .e-schedule .e-timeline-month-view .e-resource-cells:focus {
1845
- background-color: #ecf;
1851
+ background: #ecf;
1846
1852
  }
1847
1853
  .e-schedule .e-timeline-view .e-resource-column-wrap,
1848
1854
  .e-schedule .e-timeline-month-view .e-resource-column-wrap {
@@ -1865,7 +1871,7 @@
1865
1871
  }
1866
1872
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
1867
1873
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
1868
- background-color: rgba(0, 0, 0, 0.08);
1874
+ background: rgba(0, 0, 0, 0.08);
1869
1875
  box-shadow: inset 0 0 0 8px #e4e4e4;
1870
1876
  }
1871
1877
  .e-schedule .e-timeline-view .e-resource-tree-icon,
@@ -1883,7 +1889,7 @@
1883
1889
  }
1884
1890
  .e-schedule .e-timeline-view .e-child-node,
1885
1891
  .e-schedule .e-timeline-month-view .e-child-node {
1886
- background-color: #fff;
1892
+ background: #fff;
1887
1893
  }
1888
1894
  .e-schedule .e-timeline-view .e-appointment-wrapper,
1889
1895
  .e-schedule .e-timeline-month-view .e-appointment-wrapper {
@@ -2150,10 +2156,10 @@
2150
2156
  vertical-align: top;
2151
2157
  }
2152
2158
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
2153
- background-color: rgba(0, 0, 0, 0.08);
2159
+ background: rgba(0, 0, 0, 0.08);
2154
2160
  }
2155
2161
  .e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
2156
- background-color: rgba(0, 0, 0, 0.08);
2162
+ background: rgba(0, 0, 0, 0.08);
2157
2163
  }
2158
2164
  .e-schedule .e-month-agenda-view .e-date-header {
2159
2165
  height: 24px;
@@ -2166,7 +2172,7 @@
2166
2172
  min-height: 40px;
2167
2173
  }
2168
2174
  .e-schedule .e-month-agenda-view .e-appointment-wrap {
2169
- background-color: #e4e4e4;
2175
+ background: #e4e4e4;
2170
2176
  overflow: auto;
2171
2177
  padding: 0 8px;
2172
2178
  }
@@ -2268,7 +2274,7 @@
2268
2274
  font-size: 14px;
2269
2275
  }
2270
2276
  .e-schedule .e-agenda-view {
2271
- background-color: #e4e4e4;
2277
+ background: #e4e4e4;
2272
2278
  }
2273
2279
  .e-schedule .e-agenda-view .e-content-wrap table td:first-child,
2274
2280
  .e-schedule .e-agenda-view .e-date-column {
@@ -2516,7 +2522,6 @@
2516
2522
  height: auto;
2517
2523
  line-height: 25px;
2518
2524
  margin: 4px 0;
2519
- min-height: 50px;
2520
2525
  min-width: 34px;
2521
2526
  padding: 0 1.5px;
2522
2527
  }
@@ -2531,7 +2536,6 @@
2531
2536
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
2532
2537
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
2533
2538
  .e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
2534
- height: 25px;
2535
2539
  padding-top: 0;
2536
2540
  }
2537
2541
  .e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
@@ -3035,6 +3039,8 @@
3035
3039
  }
3036
3040
  .e-schedule-dialog.e-device .e-repeat-container {
3037
3041
  display: block;
3042
+ padding-right: 35px;
3043
+ padding-left: 0;
3038
3044
  }
3039
3045
  .e-schedule-dialog.e-device .e-icon-down-arrow {
3040
3046
  font-size: 12px;
@@ -3058,6 +3064,10 @@
3058
3064
  .e-schedule-dialog.e-device.e-rtl .e-all-day-container {
3059
3065
  padding-right: 0;
3060
3066
  }
3067
+ .e-schedule-dialog.e-device.e-rtl .e-repeat-container {
3068
+ padding-left: 35px;
3069
+ padding-right: 0;
3070
+ }
3061
3071
  .e-schedule-dialog.e-device .e-recurrence-container {
3062
3072
  position: relative;
3063
3073
  }
@@ -3078,7 +3088,7 @@
3078
3088
 
3079
3089
  /*! schedule quick popup */
3080
3090
  .e-quick-popup-wrapper {
3081
- background-color: #e4e4e4;
3091
+ background: #e4e4e4;
3082
3092
  border-radius: 2px;
3083
3093
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
3084
3094
  color: #000;
@@ -3132,7 +3142,7 @@
3132
3142
  height: 40px;
3133
3143
  }
3134
3144
  .e-quick-popup-wrapper .e-event-popup .e-popup-header {
3135
- background-color: #e4e4e4;
3145
+ background: #e4e4e4;
3136
3146
  }
3137
3147
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
3138
3148
  padding: 5px 5px 2px;
@@ -3177,7 +3187,7 @@
3177
3187
  padding: 0 18px 8px;
3178
3188
  }
3179
3189
  .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
3180
- background-color: rgba(28, 128, 0, 0.3);
3190
+ background: rgba(28, 128, 0, 0.3);
3181
3191
  border-left: 6px solid #1c8000;
3182
3192
  border-radius: 2px;
3183
3193
  color: #fff;
@@ -3204,7 +3214,7 @@
3204
3214
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
3205
3215
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
3206
3216
  .e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
3207
- background-color: transparent;
3217
+ background: transparent;
3208
3218
  border: 0;
3209
3219
  }
3210
3220
  .e-quick-popup-wrapper .e-cell-popup .e-date-time,
@@ -3318,7 +3328,7 @@
3318
3328
  z-index: 1004;
3319
3329
  }
3320
3330
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
3321
- background-color: #e4e4e4;
3331
+ background: #e4e4e4;
3322
3332
  }
3323
3333
  .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,
3324
3334
  .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
@@ -3357,7 +3367,7 @@
3357
3367
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
3358
3368
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
3359
3369
  .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
3360
- background-color: transparent;
3370
+ background: transparent;
3361
3371
  border: 0;
3362
3372
  color: #000;
3363
3373
  height: 40px;
@@ -3532,7 +3542,7 @@
3532
3542
 
3533
3543
  .e-bigger .e-more-popup-wrapper,
3534
3544
  .e-more-popup-wrapper {
3535
- background-color: #e4e4e4;
3545
+ background: #e4e4e4;
3536
3546
  border: 1px solid #e0e0e0;
3537
3547
  border-radius: 2px;
3538
3548
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
@@ -3602,7 +3612,7 @@
3602
3612
  }
3603
3613
  .e-bigger .e-more-popup-wrapper .e-more-event-close,
3604
3614
  .e-more-popup-wrapper .e-more-event-close {
3605
- background-color: transparent;
3615
+ background: transparent;
3606
3616
  border: 0;
3607
3617
  box-shadow: none;
3608
3618
  color: #000;
@@ -3624,7 +3634,7 @@
3624
3634
  .e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
3625
3635
  .e-more-popup-wrapper .e-more-event-close:focus,
3626
3636
  .e-more-popup-wrapper .e-more-event-close:hover {
3627
- background-color: #ecf;
3637
+ background: #ecf;
3628
3638
  border-radius: 50%;
3629
3639
  color: #000;
3630
3640
  }
@@ -3699,7 +3709,7 @@
3699
3709
 
3700
3710
  /*! schedule component theme */
3701
3711
  .e-schedule {
3702
- background-color: #fff;
3712
+ background: #fff;
3703
3713
  border: 1px solid #757575;
3704
3714
  }
3705
3715
  .e-schedule .e-date-header-wrap {
@@ -3717,13 +3727,13 @@
3717
3727
  border-left-width: 0;
3718
3728
  }
3719
3729
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
3720
- background-color: #fff;
3730
+ background: #fff;
3721
3731
  }
3722
3732
  .e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
3723
3733
  background: #ecf;
3724
3734
  }
3725
3735
  .e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
3726
- background-color: #fff;
3736
+ background: #fff;
3727
3737
  border-color: #757575;
3728
3738
  border-style: solid;
3729
3739
  border-width: 0 1px 1px 0;
@@ -3743,7 +3753,7 @@
3743
3753
  border-bottom-color: transparent;
3744
3754
  }
3745
3755
  .e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
3746
- background-color: #fff;
3756
+ background: #fff;
3747
3757
  border-color: #757575;
3748
3758
  border-style: solid;
3749
3759
  border-width: 0 0 1px 1px;
@@ -3754,7 +3764,7 @@
3754
3764
  border-bottom-width: 0;
3755
3765
  }
3756
3766
  .e-schedule .e-vertical-view .e-time-cells-wrap table td {
3757
- background-color: #fff;
3767
+ background: #fff;
3758
3768
  border-color: #757575;
3759
3769
  border-style: solid;
3760
3770
  border-width: 0 1px 1px 0;
@@ -3767,14 +3777,14 @@
3767
3777
  border-bottom-color: #757575;
3768
3778
  }
3769
3779
  .e-schedule .e-vertical-view .e-header-cells {
3770
- background-color: #fff;
3780
+ background: #fff;
3771
3781
  }
3772
3782
  .e-schedule .e-vertical-view .e-header-cells.e-current-day {
3773
3783
  color: #400074;
3774
3784
  font-weight: normal;
3775
3785
  }
3776
3786
  .e-schedule .e-vertical-view .e-work-cells {
3777
- background-color: #e4e4e4;
3787
+ background: #e4e4e4;
3778
3788
  border-color: #757575;
3779
3789
  border-style: solid;
3780
3790
  border-width: 0 0 1px 1px;
@@ -3788,28 +3798,28 @@
3788
3798
  border-bottom-style: dashed;
3789
3799
  }
3790
3800
  .e-schedule .e-vertical-view .e-work-hours {
3791
- background-color: #fff;
3801
+ background: #fff;
3792
3802
  }
3793
3803
  .e-schedule .e-vertical-view .e-all-day-cells {
3794
- background-color: #fff;
3804
+ background: #fff;
3795
3805
  }
3796
3806
  .e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
3797
3807
  color: #400074;
3798
3808
  }
3799
3809
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
3800
- background-color: #400074;
3810
+ background: #400074;
3801
3811
  color: #000;
3802
3812
  }
3803
3813
  .e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
3804
- background-color: #400074;
3814
+ background: #400074;
3805
3815
  color: #000;
3806
3816
  }
3807
3817
  .e-schedule .e-vertical-view .e-selected-cell {
3808
- background-color: #400074;
3818
+ background: #400074;
3809
3819
  color: #000;
3810
3820
  }
3811
3821
  .e-schedule .e-vertical-view .e-selected-cell:hover {
3812
- background-color: #400074;
3822
+ background: #400074;
3813
3823
  color: #000;
3814
3824
  }
3815
3825
  .e-schedule .e-vertical-view .e-clone-time-indicator,
@@ -3831,7 +3841,7 @@
3831
3841
  }
3832
3842
  .e-schedule .e-month-view .e-date-header-wrap table td,
3833
3843
  .e-schedule .e-month-agenda-view .e-date-header-wrap table td {
3834
- background-color: #fff;
3844
+ background: #fff;
3835
3845
  border-color: #757575;
3836
3846
  border-style: solid;
3837
3847
  border-width: 0 0 1px;
@@ -3847,7 +3857,7 @@
3847
3857
  }
3848
3858
  .e-schedule .e-month-view .e-work-cells,
3849
3859
  .e-schedule .e-month-agenda-view .e-work-cells {
3850
- background-color: #e4e4e4;
3860
+ background: #e4e4e4;
3851
3861
  border-color: #757575;
3852
3862
  border-style: solid;
3853
3863
  border-width: 0 0 1px;
@@ -3861,7 +3871,7 @@
3861
3871
  }
3862
3872
  .e-schedule .e-month-view .e-work-days,
3863
3873
  .e-schedule .e-month-agenda-view .e-work-days {
3864
- background-color: #fff;
3874
+ background: #fff;
3865
3875
  }
3866
3876
  .e-schedule .e-month-view .e-other-month,
3867
3877
  .e-schedule .e-month-agenda-view .e-other-month {
@@ -3869,14 +3879,14 @@
3869
3879
  }
3870
3880
  .e-schedule .e-month-view .e-current-date .e-date-header,
3871
3881
  .e-schedule .e-month-agenda-view .e-current-date .e-date-header {
3872
- background-color: transparent;
3882
+ background: transparent;
3873
3883
  border-radius: 50%;
3874
3884
  color: #fff;
3875
3885
  width: 20px;
3876
3886
  }
3877
3887
  .e-schedule .e-month-view .e-selected-cell,
3878
3888
  .e-schedule .e-month-agenda-view .e-selected-cell {
3879
- background-color: #400074;
3889
+ background: #400074;
3880
3890
  color: #fff;
3881
3891
  }
3882
3892
  .e-schedule .e-month-view .e-selected-cell .e-date-header,
@@ -3889,7 +3899,7 @@
3889
3899
  }
3890
3900
  .e-schedule .e-month-view .e-selected-cell:hover,
3891
3901
  .e-schedule .e-month-agenda-view .e-selected-cell:hover {
3892
- background-color: #400074;
3902
+ background: #400074;
3893
3903
  }
3894
3904
  .e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
3895
3905
  overflow: auto;
@@ -3916,7 +3926,7 @@
3916
3926
  }
3917
3927
  .e-schedule .e-timeline-view .e-date-header-wrap table td,
3918
3928
  .e-schedule .e-timeline-month-view .e-date-header-wrap table td {
3919
- background-color: #fff;
3929
+ background: #fff;
3920
3930
  border-color: #757575;
3921
3931
  border-style: solid;
3922
3932
  border-width: 0 0 1px 1px;
@@ -3929,7 +3939,7 @@
3929
3939
  }
3930
3940
  .e-schedule .e-timeline-view .e-work-cells,
3931
3941
  .e-schedule .e-timeline-month-view .e-work-cells {
3932
- background-color: #e4e4e4;
3942
+ background: #e4e4e4;
3933
3943
  border-color: #757575;
3934
3944
  border-style: solid;
3935
3945
  border-width: 0 0 1px 1px;
@@ -3943,37 +3953,37 @@
3943
3953
  }
3944
3954
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
3945
3955
  .e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
3946
- background-color: rgba(0, 0, 0, 0.08);
3956
+ background: rgba(0, 0, 0, 0.08);
3947
3957
  }
3948
3958
  .e-schedule .e-timeline-view .e-work-days,
3949
3959
  .e-schedule .e-timeline-month-view .e-work-days {
3950
- background-color: #fff;
3960
+ background: #fff;
3951
3961
  }
3952
3962
  .e-schedule .e-timeline-view .e-resource-group-cells,
3953
3963
  .e-schedule .e-timeline-month-view .e-resource-group-cells {
3954
- background-color: #e4e4e4;
3964
+ background: #e4e4e4;
3955
3965
  }
3956
3966
  .e-schedule .e-timeline-view .e-selected-cell,
3957
3967
  .e-schedule .e-timeline-month-view .e-selected-cell {
3958
- background-color: #400074;
3968
+ background: #400074;
3959
3969
  color: #fff;
3960
3970
  }
3961
3971
  .e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
3962
3972
  .e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
3963
- background-color: #400074;
3973
+ background: #400074;
3964
3974
  }
3965
3975
  .e-schedule .e-timeline-view .e-work-hours {
3966
- background-color: #fff;
3976
+ background: #fff;
3967
3977
  }
3968
3978
  .e-schedule .e-timeline-view .e-resource-group-cells {
3969
- background-color: #e4e4e4;
3979
+ background: #e4e4e4;
3970
3980
  }
3971
3981
  .e-schedule .e-timeline-view .e-selected-cell {
3972
- background-color: #400074;
3982
+ background: #400074;
3973
3983
  color: #000;
3974
3984
  }
3975
3985
  .e-schedule .e-timeline-view .e-selected-cell:hover {
3976
- background-color: #400074;
3986
+ background: #400074;
3977
3987
  }
3978
3988
  .e-schedule .e-timeline-view .e-alternate-cells {
3979
3989
  border-left-style: dashed;
@@ -3990,7 +4000,7 @@
3990
4000
  border-left: 1px solid #400074;
3991
4001
  }
3992
4002
  .e-schedule .e-timeline-year-view .e-work-cells {
3993
- background-color: #e4e4e4;
4003
+ background: #e4e4e4;
3994
4004
  border-color: #757575;
3995
4005
  border-style: solid;
3996
4006
  border-width: 0 1px 1px 0;
@@ -4002,20 +4012,20 @@
4002
4012
  color: #000;
4003
4013
  }
4004
4014
  .e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
4005
- background-color: #fff;
4015
+ background: #fff;
4006
4016
  }
4007
4017
  .e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
4008
4018
  color: #4f4f4f;
4009
4019
  }
4010
4020
  .e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
4011
- background-color: transparent;
4021
+ background: transparent;
4012
4022
  border-radius: 50%;
4013
4023
  color: #fff;
4014
4024
  margin: 2px;
4015
4025
  width: 20px;
4016
4026
  }
4017
4027
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
4018
- background-color: #400074;
4028
+ background: #400074;
4019
4029
  color: #fff;
4020
4030
  }
4021
4031
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
@@ -4025,10 +4035,10 @@
4025
4035
  color: #fff;
4026
4036
  }
4027
4037
  .e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
4028
- background-color: #400074;
4038
+ background: #400074;
4029
4039
  }
4030
4040
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
4031
- background-color: rgba(0, 0, 0, 0.08);
4041
+ background: rgba(0, 0, 0, 0.08);
4032
4042
  }
4033
4043
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
4034
4044
  cursor: default;
@@ -4038,14 +4048,14 @@
4038
4048
  text-decoration: none;
4039
4049
  }
4040
4050
  .e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
4041
- background-color: rgba(0, 0, 0, 0.08);
4051
+ background: rgba(0, 0, 0, 0.08);
4042
4052
  }
4043
4053
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
4044
- background-color: rgba(0, 0, 0, 0.08);
4054
+ background: rgba(0, 0, 0, 0.08);
4045
4055
  box-shadow: inset 0 0 0 8px #e4e4e4;
4046
4056
  }
4047
4057
  .e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
4048
- background-color: rgba(0, 0, 0, 0.08);
4058
+ background: rgba(0, 0, 0, 0.08);
4049
4059
  }
4050
4060
  .e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
4051
4061
  .e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
@@ -4107,7 +4117,7 @@
4107
4117
  }
4108
4118
 
4109
4119
  .e-tooltip-wrap.e-schedule-error {
4110
- background-color: #b30900;
4120
+ background: #b30900;
4111
4121
  border-color: #b30900;
4112
4122
  z-index: 1000;
4113
4123
  }