@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.
- package/CHANGELOG.md +15 -0
- package/dist/ej2-vue-schedule.umd.min.js +2 -2
- package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +401 -543
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +440 -628
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +9 -9
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -28
- package/src/recurrence-editor/recurrenceeditor.component.js +101 -130
- package/src/schedule/headerrows.directive.d.ts +2 -12
- package/src/schedule/headerrows.directive.js +22 -71
- package/src/schedule/resources.directive.d.ts +2 -12
- package/src/schedule/resources.directive.js +22 -71
- package/src/schedule/schedule.component.d.ts +3 -70
- package/src/schedule/schedule.component.js +258 -286
- package/src/schedule/views.directive.d.ts +2 -12
- package/src/schedule/views.directive.js +22 -71
- package/styles/bootstrap-dark.css +99 -89
- package/styles/bootstrap.css +99 -89
- package/styles/bootstrap4.css +99 -89
- package/styles/bootstrap5-dark.css +110 -100
- package/styles/bootstrap5.css +110 -100
- package/styles/fabric-dark.css +98 -88
- package/styles/fabric.css +98 -88
- package/styles/fluent-dark.css +109 -99
- package/styles/fluent.css +109 -99
- package/styles/highcontrast-light.css +98 -88
- package/styles/highcontrast.css +98 -88
- package/styles/material-dark.css +98 -88
- package/styles/material.css +98 -88
- package/styles/schedule/bootstrap-dark.css +99 -89
- package/styles/schedule/bootstrap.css +99 -89
- package/styles/schedule/bootstrap4.css +99 -89
- package/styles/schedule/bootstrap5-dark.css +110 -100
- package/styles/schedule/bootstrap5.css +110 -100
- package/styles/schedule/fabric-dark.css +98 -88
- package/styles/schedule/fabric.css +98 -88
- package/styles/schedule/fluent-dark.css +109 -99
- package/styles/schedule/fluent.css +109 -99
- package/styles/schedule/highcontrast-light.css +98 -88
- package/styles/schedule/highcontrast.css +98 -88
- package/styles/schedule/material-dark.css +98 -88
- package/styles/schedule/material.css +98 -88
- package/styles/schedule/tailwind-dark.css +106 -96
- package/styles/schedule/tailwind.css +106 -96
- package/styles/tailwind-dark.css +106 -96
- package/styles/tailwind.css +106 -96
package/styles/fluent.css
CHANGED
|
@@ -330,7 +330,6 @@
|
|
|
330
330
|
user-select: none;
|
|
331
331
|
}
|
|
332
332
|
.e-schedule .e-schedule-toolbar {
|
|
333
|
-
background: #fff;
|
|
334
333
|
border: 0;
|
|
335
334
|
border-bottom: 1px solid #edebe9;
|
|
336
335
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
@@ -346,13 +345,17 @@
|
|
|
346
345
|
font-size: 14px;
|
|
347
346
|
text-transform: none;
|
|
348
347
|
}
|
|
349
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
350
|
-
background: #fff;
|
|
351
|
-
}
|
|
352
348
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
353
349
|
height: 38px;
|
|
354
350
|
min-height: 38px;
|
|
355
351
|
}
|
|
352
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
|
|
353
|
+
border: none;
|
|
354
|
+
border-radius: 0;
|
|
355
|
+
}
|
|
356
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
|
|
357
|
+
border: none;
|
|
358
|
+
}
|
|
356
359
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
357
360
|
height: inherit;
|
|
358
361
|
}
|
|
@@ -380,12 +383,11 @@
|
|
|
380
383
|
text-transform: initial;
|
|
381
384
|
}
|
|
382
385
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
383
|
-
background: #fff;
|
|
384
386
|
border-left: 0;
|
|
385
387
|
border-right: 1px solid #edebe9;
|
|
386
388
|
}
|
|
387
389
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
388
|
-
background
|
|
390
|
+
background: #edebe9;
|
|
389
391
|
color: rgba(0, 120, 212, 0.87);
|
|
390
392
|
}
|
|
391
393
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
@@ -419,6 +421,10 @@
|
|
|
419
421
|
height: 54px;
|
|
420
422
|
min-height: 54px;
|
|
421
423
|
}
|
|
424
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right .e-toolbar-item .e-tbar-btn {
|
|
425
|
+
border: none;
|
|
426
|
+
border-radius: 0;
|
|
427
|
+
}
|
|
422
428
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
423
429
|
height: inherit;
|
|
424
430
|
}
|
|
@@ -513,7 +519,7 @@
|
|
|
513
519
|
padding: 0 12px 0 20px;
|
|
514
520
|
}
|
|
515
521
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
516
|
-
background
|
|
522
|
+
background: rgba(0, 0, 0, 0.4);
|
|
517
523
|
height: 100%;
|
|
518
524
|
left: 0;
|
|
519
525
|
opacity: 0.5;
|
|
@@ -522,7 +528,7 @@
|
|
|
522
528
|
width: 100%;
|
|
523
529
|
}
|
|
524
530
|
.e-schedule .e-new-event {
|
|
525
|
-
background
|
|
531
|
+
background: #0078d4;
|
|
526
532
|
border: 1px solid #fff;
|
|
527
533
|
border-radius: 5px;
|
|
528
534
|
height: 100%;
|
|
@@ -585,7 +591,7 @@
|
|
|
585
591
|
}
|
|
586
592
|
.e-schedule .e-recurrence-icon,
|
|
587
593
|
.e-schedule .e-recurrence-edit-icon {
|
|
588
|
-
font-size:
|
|
594
|
+
font-size: 12px;
|
|
589
595
|
}
|
|
590
596
|
.e-schedule .e-left-icon,
|
|
591
597
|
.e-schedule .e-right-icon {
|
|
@@ -643,7 +649,7 @@
|
|
|
643
649
|
z-index: 1;
|
|
644
650
|
}
|
|
645
651
|
.e-schedule .e-appointment .e-inline-subject {
|
|
646
|
-
background
|
|
652
|
+
background: transparent;
|
|
647
653
|
border: 0;
|
|
648
654
|
color: #fff;
|
|
649
655
|
font-size: 13px;
|
|
@@ -963,17 +969,17 @@
|
|
|
963
969
|
width: 36px;
|
|
964
970
|
}
|
|
965
971
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
966
|
-
background
|
|
972
|
+
background: #f3f2f1;
|
|
967
973
|
}
|
|
968
974
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
969
|
-
background
|
|
975
|
+
background: #f3f2f1;
|
|
970
976
|
}
|
|
971
977
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells {
|
|
972
|
-
background
|
|
978
|
+
background: #f3f2f1;
|
|
973
979
|
box-shadow: inset 0 0 0 8px #faf9f8;
|
|
974
980
|
}
|
|
975
981
|
.e-schedule .e-vertical-view.e-virtual-mask .e-work-cells:hover {
|
|
976
|
-
background
|
|
982
|
+
background: #f3f2f1;
|
|
977
983
|
}
|
|
978
984
|
.e-schedule .e-vertical-view .e-current-time {
|
|
979
985
|
font-size: 10px;
|
|
@@ -1177,7 +1183,7 @@
|
|
|
1177
1183
|
width: 35px;
|
|
1178
1184
|
}
|
|
1179
1185
|
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
1180
|
-
font-size:
|
|
1186
|
+
font-size: 12px;
|
|
1181
1187
|
}
|
|
1182
1188
|
.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1183
1189
|
font-weight: 500;
|
|
@@ -1247,7 +1253,7 @@
|
|
|
1247
1253
|
.e-schedule .e-month-view .e-week-number {
|
|
1248
1254
|
border-bottom: 1px solid #edebe9;
|
|
1249
1255
|
border-right: 1px solid #edebe9;
|
|
1250
|
-
height:
|
|
1256
|
+
height: 80px;
|
|
1251
1257
|
}
|
|
1252
1258
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1253
1259
|
font-size: 14px;
|
|
@@ -1280,7 +1286,7 @@
|
|
|
1280
1286
|
visibility: hidden;
|
|
1281
1287
|
}
|
|
1282
1288
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1283
|
-
background
|
|
1289
|
+
background: #f3f2f1;
|
|
1284
1290
|
}
|
|
1285
1291
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1286
1292
|
cursor: default;
|
|
@@ -1290,14 +1296,14 @@
|
|
|
1290
1296
|
text-decoration: none;
|
|
1291
1297
|
}
|
|
1292
1298
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1293
|
-
background
|
|
1299
|
+
background: #f3f2f1;
|
|
1294
1300
|
}
|
|
1295
1301
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells {
|
|
1296
|
-
background
|
|
1302
|
+
background: #f3f2f1;
|
|
1297
1303
|
box-shadow: inset 0 0 0 8px #faf9f8;
|
|
1298
1304
|
}
|
|
1299
1305
|
.e-schedule .e-month-view.e-virtual-mask .e-work-cells:hover {
|
|
1300
|
-
background
|
|
1306
|
+
background: #f3f2f1;
|
|
1301
1307
|
}
|
|
1302
1308
|
.e-schedule .e-month-view .e-date-header {
|
|
1303
1309
|
cursor: pointer;
|
|
@@ -1438,7 +1444,7 @@
|
|
|
1438
1444
|
}
|
|
1439
1445
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
|
|
1440
1446
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
|
|
1441
|
-
background
|
|
1447
|
+
background: #0078d4;
|
|
1442
1448
|
border-radius: 50%;
|
|
1443
1449
|
height: 5px;
|
|
1444
1450
|
margin: -6px auto 0;
|
|
@@ -1446,14 +1452,14 @@
|
|
|
1446
1452
|
width: 5px;
|
|
1447
1453
|
}
|
|
1448
1454
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1449
|
-
background
|
|
1455
|
+
background: #f3f2f1;
|
|
1450
1456
|
cursor: default;
|
|
1451
1457
|
}
|
|
1452
1458
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
|
|
1453
1459
|
cursor: default;
|
|
1454
1460
|
}
|
|
1455
1461
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1456
|
-
background
|
|
1462
|
+
background: #f3f2f1;
|
|
1457
1463
|
}
|
|
1458
1464
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
1459
1465
|
font-size: 14px;
|
|
@@ -1463,7 +1469,7 @@
|
|
|
1463
1469
|
width: 36px;
|
|
1464
1470
|
}
|
|
1465
1471
|
.e-schedule .e-year-view .e-date-header-wrap table td {
|
|
1466
|
-
background
|
|
1472
|
+
background: #fff;
|
|
1467
1473
|
border-color: #edebe9;
|
|
1468
1474
|
border-style: solid;
|
|
1469
1475
|
border-width: 0 0 1px 1px;
|
|
@@ -1504,7 +1510,7 @@
|
|
|
1504
1510
|
}
|
|
1505
1511
|
.e-schedule .e-timeline-year-view .e-resource-left-td,
|
|
1506
1512
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td {
|
|
1507
|
-
background
|
|
1513
|
+
background: #fff;
|
|
1508
1514
|
border-color: #edebe9;
|
|
1509
1515
|
border-style: solid;
|
|
1510
1516
|
border-width: 0 1px 1px 0;
|
|
@@ -1535,7 +1541,7 @@
|
|
|
1535
1541
|
position: relative;
|
|
1536
1542
|
}
|
|
1537
1543
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
1538
|
-
background
|
|
1544
|
+
background: #faf9f8;
|
|
1539
1545
|
border-color: #edebe9;
|
|
1540
1546
|
border-style: solid;
|
|
1541
1547
|
border-width: 0 1px 1px 0;
|
|
@@ -1546,10 +1552,10 @@
|
|
|
1546
1552
|
vertical-align: middle;
|
|
1547
1553
|
}
|
|
1548
1554
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
1549
|
-
background
|
|
1555
|
+
background: #fff;
|
|
1550
1556
|
}
|
|
1551
1557
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
|
|
1552
|
-
background
|
|
1558
|
+
background: #f3f2f1;
|
|
1553
1559
|
}
|
|
1554
1560
|
.e-schedule .e-timeline-year-view .e-resource-column-table {
|
|
1555
1561
|
height: 100%;
|
|
@@ -1768,7 +1774,7 @@
|
|
|
1768
1774
|
}
|
|
1769
1775
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1770
1776
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1771
|
-
background
|
|
1777
|
+
background: #fff;
|
|
1772
1778
|
overflow: inherit;
|
|
1773
1779
|
}
|
|
1774
1780
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -1790,11 +1796,11 @@
|
|
|
1790
1796
|
}
|
|
1791
1797
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
1792
1798
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
1793
|
-
background
|
|
1799
|
+
background: #f3f2f1;
|
|
1794
1800
|
}
|
|
1795
1801
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
1796
1802
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
1797
|
-
background
|
|
1803
|
+
background: #f3f2f1;
|
|
1798
1804
|
}
|
|
1799
1805
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
1800
1806
|
.e-schedule .e-timeline-month-view .e-resource-text {
|
|
@@ -1806,7 +1812,7 @@
|
|
|
1806
1812
|
}
|
|
1807
1813
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
1808
1814
|
.e-schedule .e-timeline-month-view .e-resource-left-td {
|
|
1809
|
-
background
|
|
1815
|
+
background: #fff;
|
|
1810
1816
|
border-color: #edebe9;
|
|
1811
1817
|
border-style: solid;
|
|
1812
1818
|
border-width: 0 1px 1px 0;
|
|
@@ -1816,7 +1822,7 @@
|
|
|
1816
1822
|
}
|
|
1817
1823
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
1818
1824
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
1819
|
-
background
|
|
1825
|
+
background: #faf9f8;
|
|
1820
1826
|
border-color: #edebe9;
|
|
1821
1827
|
border-style: solid;
|
|
1822
1828
|
border-width: 0 1px 1px 0;
|
|
@@ -1828,7 +1834,7 @@
|
|
|
1828
1834
|
}
|
|
1829
1835
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
1830
1836
|
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
|
|
1831
|
-
background
|
|
1837
|
+
background: #f3f2f1;
|
|
1832
1838
|
}
|
|
1833
1839
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
1834
1840
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
@@ -1851,7 +1857,7 @@
|
|
|
1851
1857
|
}
|
|
1852
1858
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
1853
1859
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
1854
|
-
background
|
|
1860
|
+
background: #f3f2f1;
|
|
1855
1861
|
box-shadow: inset 0 0 0 8px #faf9f8;
|
|
1856
1862
|
}
|
|
1857
1863
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
@@ -1869,7 +1875,7 @@
|
|
|
1869
1875
|
}
|
|
1870
1876
|
.e-schedule .e-timeline-view .e-child-node,
|
|
1871
1877
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
1872
|
-
background
|
|
1878
|
+
background: #fff;
|
|
1873
1879
|
}
|
|
1874
1880
|
.e-schedule .e-timeline-view .e-appointment-wrapper,
|
|
1875
1881
|
.e-schedule .e-timeline-month-view .e-appointment-wrapper {
|
|
@@ -2136,10 +2142,10 @@
|
|
|
2136
2142
|
vertical-align: top;
|
|
2137
2143
|
}
|
|
2138
2144
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2139
|
-
background
|
|
2145
|
+
background: #f3f2f1;
|
|
2140
2146
|
}
|
|
2141
2147
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2142
|
-
background
|
|
2148
|
+
background: #f3f2f1;
|
|
2143
2149
|
}
|
|
2144
2150
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
2145
2151
|
height: 24px;
|
|
@@ -2152,7 +2158,7 @@
|
|
|
2152
2158
|
min-height: 40px;
|
|
2153
2159
|
}
|
|
2154
2160
|
.e-schedule .e-month-agenda-view .e-appointment-wrap {
|
|
2155
|
-
background
|
|
2161
|
+
background: #fff;
|
|
2156
2162
|
overflow: auto;
|
|
2157
2163
|
padding: 0 8px;
|
|
2158
2164
|
}
|
|
@@ -2254,7 +2260,7 @@
|
|
|
2254
2260
|
font-size: 14px;
|
|
2255
2261
|
}
|
|
2256
2262
|
.e-schedule .e-agenda-view {
|
|
2257
|
-
background
|
|
2263
|
+
background: #fff;
|
|
2258
2264
|
}
|
|
2259
2265
|
.e-schedule .e-agenda-view .e-content-wrap table td:first-child,
|
|
2260
2266
|
.e-schedule .e-agenda-view .e-date-column {
|
|
@@ -2502,7 +2508,6 @@
|
|
|
2502
2508
|
height: auto;
|
|
2503
2509
|
line-height: 25px;
|
|
2504
2510
|
margin: 4px 0;
|
|
2505
|
-
min-height: 24px;
|
|
2506
2511
|
min-width: 24px;
|
|
2507
2512
|
padding: 8px;
|
|
2508
2513
|
}
|
|
@@ -2517,7 +2522,6 @@
|
|
|
2517
2522
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2518
2523
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2519
2524
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2520
|
-
height: 25px;
|
|
2521
2525
|
padding-top: 3px;
|
|
2522
2526
|
}
|
|
2523
2527
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
@@ -2552,7 +2556,7 @@
|
|
|
2552
2556
|
}
|
|
2553
2557
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
|
|
2554
2558
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
2555
|
-
font-size:
|
|
2559
|
+
font-size: 12px;
|
|
2556
2560
|
}
|
|
2557
2561
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2558
2562
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
|
|
@@ -3021,6 +3025,8 @@
|
|
|
3021
3025
|
}
|
|
3022
3026
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3023
3027
|
display: block;
|
|
3028
|
+
padding-right: 35px;
|
|
3029
|
+
padding-left: 0;
|
|
3024
3030
|
}
|
|
3025
3031
|
.e-schedule-dialog.e-device .e-icon-down-arrow {
|
|
3026
3032
|
font-size: 16px;
|
|
@@ -3044,6 +3050,10 @@
|
|
|
3044
3050
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3045
3051
|
padding-right: 0;
|
|
3046
3052
|
}
|
|
3053
|
+
.e-schedule-dialog.e-device.e-rtl .e-repeat-container {
|
|
3054
|
+
padding-left: 35px;
|
|
3055
|
+
padding-right: 0;
|
|
3056
|
+
}
|
|
3047
3057
|
.e-schedule-dialog.e-device .e-recurrence-container {
|
|
3048
3058
|
position: relative;
|
|
3049
3059
|
}
|
|
@@ -3064,7 +3074,7 @@
|
|
|
3064
3074
|
|
|
3065
3075
|
/*! schedule quick popup */
|
|
3066
3076
|
.e-quick-popup-wrapper {
|
|
3067
|
-
background
|
|
3077
|
+
background: #fff;
|
|
3068
3078
|
border-radius: 2px;
|
|
3069
3079
|
box-shadow: 0 25.6px 57.6px 0 rgba(0, 0, 0, 0.22), 0 4.8px 14.4px 0 rgba(0, 0, 0, 0.18), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0);
|
|
3070
3080
|
color: #201f1e;
|
|
@@ -3102,7 +3112,7 @@
|
|
|
3102
3112
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3103
3113
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3104
3114
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3105
|
-
font-size:
|
|
3115
|
+
font-size: 12px;
|
|
3106
3116
|
}
|
|
3107
3117
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3108
3118
|
padding: 40px 18px 12px;
|
|
@@ -3118,7 +3128,7 @@
|
|
|
3118
3128
|
height: 40px;
|
|
3119
3129
|
}
|
|
3120
3130
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3121
|
-
background
|
|
3131
|
+
background: #fff;
|
|
3122
3132
|
}
|
|
3123
3133
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3124
3134
|
padding: 6px 8px 0 0;
|
|
@@ -3147,7 +3157,7 @@
|
|
|
3147
3157
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3148
3158
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3149
3159
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3150
|
-
font-size:
|
|
3160
|
+
font-size: 12px;
|
|
3151
3161
|
}
|
|
3152
3162
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
|
|
3153
3163
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
|
|
@@ -3163,7 +3173,7 @@
|
|
|
3163
3173
|
padding: 14px 24px;
|
|
3164
3174
|
}
|
|
3165
3175
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3166
|
-
background
|
|
3176
|
+
background: rgba(0, 120, 212, 0.3);
|
|
3167
3177
|
border-left: 6px solid #0078d4;
|
|
3168
3178
|
border-radius: 2px;
|
|
3169
3179
|
color: #201f1e;
|
|
@@ -3190,7 +3200,7 @@
|
|
|
3190
3200
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit,
|
|
3191
3201
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete,
|
|
3192
3202
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close {
|
|
3193
|
-
background
|
|
3203
|
+
background: transparent;
|
|
3194
3204
|
border: 0;
|
|
3195
3205
|
}
|
|
3196
3206
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
|
|
@@ -3304,7 +3314,7 @@
|
|
|
3304
3314
|
z-index: 1004;
|
|
3305
3315
|
}
|
|
3306
3316
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3307
|
-
background
|
|
3317
|
+
background: #fff;
|
|
3308
3318
|
}
|
|
3309
3319
|
.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,
|
|
3310
3320
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
@@ -3343,7 +3353,7 @@
|
|
|
3343
3353
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3344
3354
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3345
3355
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3346
|
-
background
|
|
3356
|
+
background: transparent;
|
|
3347
3357
|
border: 0;
|
|
3348
3358
|
color: #201f1e;
|
|
3349
3359
|
height: 40px;
|
|
@@ -3518,7 +3528,7 @@
|
|
|
3518
3528
|
|
|
3519
3529
|
.e-bigger .e-more-popup-wrapper,
|
|
3520
3530
|
.e-more-popup-wrapper {
|
|
3521
|
-
background
|
|
3531
|
+
background: #fff;
|
|
3522
3532
|
border: 1px solid #edebe9;
|
|
3523
3533
|
border-radius: 2px;
|
|
3524
3534
|
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
|
|
@@ -3588,7 +3598,7 @@
|
|
|
3588
3598
|
}
|
|
3589
3599
|
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
3590
3600
|
.e-more-popup-wrapper .e-more-event-close {
|
|
3591
|
-
background
|
|
3601
|
+
background: transparent;
|
|
3592
3602
|
border: 0;
|
|
3593
3603
|
box-shadow: none;
|
|
3594
3604
|
color: #605e5c;
|
|
@@ -3601,7 +3611,7 @@
|
|
|
3601
3611
|
}
|
|
3602
3612
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
3603
3613
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
3604
|
-
font-size:
|
|
3614
|
+
font-size: 10px;
|
|
3605
3615
|
}
|
|
3606
3616
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
3607
3617
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
@@ -3610,7 +3620,7 @@
|
|
|
3610
3620
|
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
3611
3621
|
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
3612
3622
|
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
3613
|
-
background
|
|
3623
|
+
background: #f3f2f1;
|
|
3614
3624
|
border-radius: 50%;
|
|
3615
3625
|
color: #605e5c;
|
|
3616
3626
|
}
|
|
@@ -3685,7 +3695,7 @@
|
|
|
3685
3695
|
|
|
3686
3696
|
/*! schedule component theme */
|
|
3687
3697
|
.e-schedule {
|
|
3688
|
-
background
|
|
3698
|
+
background: #fff;
|
|
3689
3699
|
border: 1px solid #edebe9;
|
|
3690
3700
|
}
|
|
3691
3701
|
.e-schedule .e-date-header-wrap {
|
|
@@ -3703,13 +3713,13 @@
|
|
|
3703
3713
|
border-left-width: 0;
|
|
3704
3714
|
}
|
|
3705
3715
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
|
|
3706
|
-
background
|
|
3716
|
+
background: #fff;
|
|
3707
3717
|
}
|
|
3708
3718
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
|
|
3709
3719
|
background: #f3f2f1;
|
|
3710
3720
|
}
|
|
3711
3721
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
|
|
3712
|
-
background
|
|
3722
|
+
background: #fff;
|
|
3713
3723
|
border-color: #edebe9;
|
|
3714
3724
|
border-style: solid;
|
|
3715
3725
|
border-width: 0 1px 1px 0;
|
|
@@ -3729,7 +3739,7 @@
|
|
|
3729
3739
|
border-bottom-color: transparent;
|
|
3730
3740
|
}
|
|
3731
3741
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
|
|
3732
|
-
background
|
|
3742
|
+
background: #fff;
|
|
3733
3743
|
border-color: #edebe9;
|
|
3734
3744
|
border-style: solid;
|
|
3735
3745
|
border-width: 0 0 1px 1px;
|
|
@@ -3740,7 +3750,7 @@
|
|
|
3740
3750
|
border-bottom-width: 0;
|
|
3741
3751
|
}
|
|
3742
3752
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
3743
|
-
background
|
|
3753
|
+
background: #fff;
|
|
3744
3754
|
border-color: #edebe9;
|
|
3745
3755
|
border-style: solid;
|
|
3746
3756
|
border-width: 0 1px 1px 0;
|
|
@@ -3753,14 +3763,14 @@
|
|
|
3753
3763
|
border-bottom-color: #edebe9;
|
|
3754
3764
|
}
|
|
3755
3765
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
3756
|
-
background
|
|
3766
|
+
background: #fff;
|
|
3757
3767
|
}
|
|
3758
3768
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3759
3769
|
color: #0078d4;
|
|
3760
|
-
font-weight:
|
|
3770
|
+
font-weight: 400;
|
|
3761
3771
|
}
|
|
3762
3772
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3763
|
-
background
|
|
3773
|
+
background: #faf9f8;
|
|
3764
3774
|
border-color: #edebe9;
|
|
3765
3775
|
border-style: solid;
|
|
3766
3776
|
border-width: 0 0 1px 1px;
|
|
@@ -3774,28 +3784,28 @@
|
|
|
3774
3784
|
border-bottom-style: dotted;
|
|
3775
3785
|
}
|
|
3776
3786
|
.e-schedule .e-vertical-view .e-work-hours {
|
|
3777
|
-
background
|
|
3787
|
+
background: #fff;
|
|
3778
3788
|
}
|
|
3779
3789
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
3780
|
-
background
|
|
3790
|
+
background: #fff;
|
|
3781
3791
|
}
|
|
3782
3792
|
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
|
|
3783
3793
|
color: #0078d4;
|
|
3784
3794
|
}
|
|
3785
3795
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
3786
|
-
background
|
|
3796
|
+
background: #edebe9;
|
|
3787
3797
|
color: #201f1e;
|
|
3788
3798
|
}
|
|
3789
3799
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3790
|
-
background
|
|
3800
|
+
background: #edebe9;
|
|
3791
3801
|
color: #201f1e;
|
|
3792
3802
|
}
|
|
3793
3803
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3794
|
-
background
|
|
3804
|
+
background: #edebe9;
|
|
3795
3805
|
color: #201f1e;
|
|
3796
3806
|
}
|
|
3797
3807
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3798
|
-
background
|
|
3808
|
+
background: #edebe9;
|
|
3799
3809
|
color: #201f1e;
|
|
3800
3810
|
}
|
|
3801
3811
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
@@ -3817,23 +3827,23 @@
|
|
|
3817
3827
|
}
|
|
3818
3828
|
.e-schedule .e-month-view .e-date-header-wrap table td,
|
|
3819
3829
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3820
|
-
background
|
|
3830
|
+
background: #fff;
|
|
3821
3831
|
border-color: #edebe9;
|
|
3822
3832
|
border-style: solid;
|
|
3823
3833
|
border-width: 0 0 1px 1px;
|
|
3824
3834
|
color: #323130;
|
|
3825
|
-
font-size:
|
|
3835
|
+
font-size: 14px;
|
|
3826
3836
|
text-align: left;
|
|
3827
3837
|
text-transform: none;
|
|
3828
3838
|
}
|
|
3829
3839
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3830
3840
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3831
3841
|
color: #0078d4;
|
|
3832
|
-
font-weight:
|
|
3842
|
+
font-weight: 400;
|
|
3833
3843
|
}
|
|
3834
3844
|
.e-schedule .e-month-view .e-work-cells,
|
|
3835
3845
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
3836
|
-
background
|
|
3846
|
+
background: #faf9f8;
|
|
3837
3847
|
border-color: #edebe9;
|
|
3838
3848
|
border-style: solid;
|
|
3839
3849
|
border-width: 0 0 1px 1px;
|
|
@@ -3847,7 +3857,7 @@
|
|
|
3847
3857
|
}
|
|
3848
3858
|
.e-schedule .e-month-view .e-work-days,
|
|
3849
3859
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
3850
|
-
background
|
|
3860
|
+
background: #fff;
|
|
3851
3861
|
}
|
|
3852
3862
|
.e-schedule .e-month-view .e-other-month,
|
|
3853
3863
|
.e-schedule .e-month-agenda-view .e-other-month {
|
|
@@ -3855,14 +3865,14 @@
|
|
|
3855
3865
|
}
|
|
3856
3866
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
3857
3867
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3858
|
-
background
|
|
3868
|
+
background: #0078d4;
|
|
3859
3869
|
border-radius: 50%;
|
|
3860
3870
|
color: #fff;
|
|
3861
3871
|
width: 20px;
|
|
3862
3872
|
}
|
|
3863
3873
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3864
3874
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
3865
|
-
background
|
|
3875
|
+
background: #edebe9;
|
|
3866
3876
|
color: #201f1e;
|
|
3867
3877
|
}
|
|
3868
3878
|
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
@@ -3875,7 +3885,7 @@
|
|
|
3875
3885
|
}
|
|
3876
3886
|
.e-schedule .e-month-view .e-selected-cell:hover,
|
|
3877
3887
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3878
|
-
background
|
|
3888
|
+
background: #edebe9;
|
|
3879
3889
|
}
|
|
3880
3890
|
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3881
3891
|
overflow: auto;
|
|
@@ -3902,7 +3912,7 @@
|
|
|
3902
3912
|
}
|
|
3903
3913
|
.e-schedule .e-timeline-view .e-date-header-wrap table td,
|
|
3904
3914
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
|
|
3905
|
-
background
|
|
3915
|
+
background: #fff;
|
|
3906
3916
|
border-color: #edebe9;
|
|
3907
3917
|
border-style: solid;
|
|
3908
3918
|
border-width: 0 0 1px 1px;
|
|
@@ -3911,11 +3921,11 @@
|
|
|
3911
3921
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3912
3922
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3913
3923
|
color: #0078d4;
|
|
3914
|
-
font-weight:
|
|
3924
|
+
font-weight: 400;
|
|
3915
3925
|
}
|
|
3916
3926
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3917
3927
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
3918
|
-
background
|
|
3928
|
+
background: #faf9f8;
|
|
3919
3929
|
border-color: #edebe9;
|
|
3920
3930
|
border-style: solid;
|
|
3921
3931
|
border-width: 0 0 1px 1px;
|
|
@@ -3929,37 +3939,37 @@
|
|
|
3929
3939
|
}
|
|
3930
3940
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
3931
3941
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
3932
|
-
background
|
|
3942
|
+
background: #f3f2f1;
|
|
3933
3943
|
}
|
|
3934
3944
|
.e-schedule .e-timeline-view .e-work-days,
|
|
3935
3945
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
3936
|
-
background
|
|
3946
|
+
background: #fff;
|
|
3937
3947
|
}
|
|
3938
3948
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
3939
3949
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
3940
|
-
background
|
|
3950
|
+
background: #faf9f8;
|
|
3941
3951
|
}
|
|
3942
3952
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
3943
3953
|
.e-schedule .e-timeline-month-view .e-selected-cell {
|
|
3944
|
-
background
|
|
3954
|
+
background: #edebe9;
|
|
3945
3955
|
color: #201f1e;
|
|
3946
3956
|
}
|
|
3947
3957
|
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
|
|
3948
3958
|
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
|
|
3949
|
-
background
|
|
3959
|
+
background: #edebe9;
|
|
3950
3960
|
}
|
|
3951
3961
|
.e-schedule .e-timeline-view .e-work-hours {
|
|
3952
|
-
background
|
|
3962
|
+
background: #fff;
|
|
3953
3963
|
}
|
|
3954
3964
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
3955
|
-
background
|
|
3965
|
+
background: #faf9f8;
|
|
3956
3966
|
}
|
|
3957
3967
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
3958
|
-
background
|
|
3968
|
+
background: #edebe9;
|
|
3959
3969
|
color: #201f1e;
|
|
3960
3970
|
}
|
|
3961
3971
|
.e-schedule .e-timeline-view .e-selected-cell:hover {
|
|
3962
|
-
background
|
|
3972
|
+
background: #edebe9;
|
|
3963
3973
|
}
|
|
3964
3974
|
.e-schedule .e-timeline-view .e-alternate-cells {
|
|
3965
3975
|
border-left-style: dotted;
|
|
@@ -3976,7 +3986,7 @@
|
|
|
3976
3986
|
border-left: 1px solid #0078d4;
|
|
3977
3987
|
}
|
|
3978
3988
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3979
|
-
background
|
|
3989
|
+
background: #faf9f8;
|
|
3980
3990
|
border-color: #edebe9;
|
|
3981
3991
|
border-style: solid;
|
|
3982
3992
|
border-width: 0 1px 1px 0;
|
|
@@ -3988,20 +3998,20 @@
|
|
|
3988
3998
|
color: #201f1e;
|
|
3989
3999
|
}
|
|
3990
4000
|
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
3991
|
-
background
|
|
4001
|
+
background: #fff;
|
|
3992
4002
|
}
|
|
3993
4003
|
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
3994
4004
|
color: #605e5c;
|
|
3995
4005
|
}
|
|
3996
4006
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
3997
|
-
background
|
|
4007
|
+
background: #0078d4;
|
|
3998
4008
|
border-radius: 50%;
|
|
3999
4009
|
color: #fff;
|
|
4000
4010
|
margin: 2px;
|
|
4001
4011
|
width: 20px;
|
|
4002
4012
|
}
|
|
4003
4013
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
4004
|
-
background
|
|
4014
|
+
background: #edebe9;
|
|
4005
4015
|
color: #201f1e;
|
|
4006
4016
|
}
|
|
4007
4017
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
@@ -4011,10 +4021,10 @@
|
|
|
4011
4021
|
color: #201f1e;
|
|
4012
4022
|
}
|
|
4013
4023
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
4014
|
-
background
|
|
4024
|
+
background: #edebe9;
|
|
4015
4025
|
}
|
|
4016
4026
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
4017
|
-
background
|
|
4027
|
+
background: #f3f2f1;
|
|
4018
4028
|
}
|
|
4019
4029
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
4020
4030
|
cursor: default;
|
|
@@ -4024,14 +4034,14 @@
|
|
|
4024
4034
|
text-decoration: none;
|
|
4025
4035
|
}
|
|
4026
4036
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
4027
|
-
background
|
|
4037
|
+
background: #f3f2f1;
|
|
4028
4038
|
}
|
|
4029
4039
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4030
|
-
background
|
|
4040
|
+
background: #f3f2f1;
|
|
4031
4041
|
box-shadow: inset 0 0 0 8px #faf9f8;
|
|
4032
4042
|
}
|
|
4033
4043
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4034
|
-
background
|
|
4044
|
+
background: #f3f2f1;
|
|
4035
4045
|
}
|
|
4036
4046
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4037
4047
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
@@ -4093,7 +4103,7 @@
|
|
|
4093
4103
|
}
|
|
4094
4104
|
|
|
4095
4105
|
.e-tooltip-wrap.e-schedule-error {
|
|
4096
|
-
background
|
|
4106
|
+
background: #fed9cc;
|
|
4097
4107
|
border-color: #fed9cc;
|
|
4098
4108
|
z-index: 1000;
|
|
4099
4109
|
}
|