@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
package/styles/tailwind-dark.css
CHANGED
|
@@ -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
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
4
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
@@ -227,27 +226,10 @@
|
|
|
227
226
|
color: #22d3ee;
|
|
228
227
|
}
|
|
229
228
|
|
|
230
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn-text,
|
|
231
|
-
.e-schedule .e-schedule-toolbar .e-icons {
|
|
232
|
-
font-weight: 500;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
229
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
236
230
|
overflow: auto;
|
|
237
231
|
}
|
|
238
232
|
|
|
239
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
240
|
-
background: #374151;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
244
|
-
background-color: #4b5563;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
248
|
-
background: #6b7280;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
233
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
252
234
|
cursor: pointer;
|
|
253
235
|
font-size: 14px;
|
|
@@ -272,13 +254,7 @@
|
|
|
272
254
|
padding-top: 0;
|
|
273
255
|
}
|
|
274
256
|
|
|
275
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
276
|
-
background: #4b5563;
|
|
277
|
-
border-radius: 100%;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
281
|
-
background: #4b5563;
|
|
257
|
+
.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 {
|
|
282
258
|
border-radius: 100%;
|
|
283
259
|
}
|
|
284
260
|
|
|
@@ -319,14 +295,7 @@
|
|
|
319
295
|
text-transform: initial;
|
|
320
296
|
}
|
|
321
297
|
|
|
322
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
323
|
-
cursor: pointer;
|
|
324
|
-
font-size: 14px;
|
|
325
|
-
text-transform: none;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
298
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
329
|
-
padding-left: 0;
|
|
330
299
|
padding: 0 12px;
|
|
331
300
|
}
|
|
332
301
|
|
|
@@ -342,8 +311,6 @@
|
|
|
342
311
|
}
|
|
343
312
|
|
|
344
313
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
345
|
-
background: #374151;
|
|
346
|
-
font-size: 18px;
|
|
347
314
|
border-left: 1px solid #4b5563;
|
|
348
315
|
}
|
|
349
316
|
|
|
@@ -491,7 +458,7 @@
|
|
|
491
458
|
}
|
|
492
459
|
|
|
493
460
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
494
|
-
background-color:
|
|
461
|
+
background-color: rgba(107, 114, 128, 0.75);
|
|
495
462
|
height: 100%;
|
|
496
463
|
left: 0;
|
|
497
464
|
opacity: .5;
|
|
@@ -555,6 +522,13 @@
|
|
|
555
522
|
width: 100%;
|
|
556
523
|
}
|
|
557
524
|
|
|
525
|
+
.e-schedule .e-content-placeholder {
|
|
526
|
+
height: 100%;
|
|
527
|
+
position: relative;
|
|
528
|
+
width: 100%;
|
|
529
|
+
z-index: 99999;
|
|
530
|
+
}
|
|
531
|
+
|
|
558
532
|
.e-schedule .e-content-wrap,
|
|
559
533
|
.e-schedule .e-scroll-container {
|
|
560
534
|
-webkit-overflow-scrolling: touch;
|
|
@@ -593,7 +567,7 @@
|
|
|
593
567
|
}
|
|
594
568
|
|
|
595
569
|
.e-schedule .e-block-appointment {
|
|
596
|
-
background: #
|
|
570
|
+
background: #374151;
|
|
597
571
|
border-radius: 2px;
|
|
598
572
|
color: #fff;
|
|
599
573
|
cursor: default;
|
|
@@ -882,7 +856,7 @@
|
|
|
882
856
|
}
|
|
883
857
|
|
|
884
858
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
885
|
-
width:
|
|
859
|
+
width: 85px;
|
|
886
860
|
}
|
|
887
861
|
|
|
888
862
|
.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
|
|
@@ -1029,11 +1003,11 @@
|
|
|
1029
1003
|
}
|
|
1030
1004
|
|
|
1031
1005
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
1032
|
-
background-color: #
|
|
1006
|
+
background-color: #374151;
|
|
1033
1007
|
}
|
|
1034
1008
|
|
|
1035
1009
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
1036
|
-
background-color: #
|
|
1010
|
+
background-color: #374151;
|
|
1037
1011
|
}
|
|
1038
1012
|
|
|
1039
1013
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -1398,7 +1372,7 @@
|
|
|
1398
1372
|
}
|
|
1399
1373
|
|
|
1400
1374
|
.e-schedule .e-month-view .e-work-cells {
|
|
1401
|
-
height:
|
|
1375
|
+
height: 75px;
|
|
1402
1376
|
vertical-align: top;
|
|
1403
1377
|
width: 36px;
|
|
1404
1378
|
}
|
|
@@ -1408,7 +1382,7 @@
|
|
|
1408
1382
|
}
|
|
1409
1383
|
|
|
1410
1384
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1411
|
-
background-color: #
|
|
1385
|
+
background-color: #374151;
|
|
1412
1386
|
}
|
|
1413
1387
|
|
|
1414
1388
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
@@ -1421,7 +1395,7 @@
|
|
|
1421
1395
|
}
|
|
1422
1396
|
|
|
1423
1397
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1424
|
-
background-color: #
|
|
1398
|
+
background-color: #374151;
|
|
1425
1399
|
}
|
|
1426
1400
|
|
|
1427
1401
|
.e-schedule .e-month-view .e-date-header {
|
|
@@ -1595,7 +1569,7 @@
|
|
|
1595
1569
|
}
|
|
1596
1570
|
|
|
1597
1571
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1598
|
-
background-color: #
|
|
1572
|
+
background-color: #374151;
|
|
1599
1573
|
cursor: default;
|
|
1600
1574
|
}
|
|
1601
1575
|
|
|
@@ -1604,7 +1578,7 @@
|
|
|
1604
1578
|
}
|
|
1605
1579
|
|
|
1606
1580
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1607
|
-
background-color: #
|
|
1581
|
+
background-color: #374151;
|
|
1608
1582
|
}
|
|
1609
1583
|
|
|
1610
1584
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
@@ -1756,6 +1730,7 @@
|
|
|
1756
1730
|
border-style: solid;
|
|
1757
1731
|
border-width: 0 1px 1px 0;
|
|
1758
1732
|
color: #fff;
|
|
1733
|
+
padding: 0;
|
|
1759
1734
|
}
|
|
1760
1735
|
|
|
1761
1736
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1793,7 +1768,7 @@
|
|
|
1793
1768
|
}
|
|
1794
1769
|
|
|
1795
1770
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1796
|
-
background-color: #
|
|
1771
|
+
background-color: #374151;
|
|
1797
1772
|
}
|
|
1798
1773
|
|
|
1799
1774
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
@@ -1806,7 +1781,7 @@
|
|
|
1806
1781
|
}
|
|
1807
1782
|
|
|
1808
1783
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1809
|
-
background-color: #
|
|
1784
|
+
background-color: #374151;
|
|
1810
1785
|
}
|
|
1811
1786
|
|
|
1812
1787
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
@@ -1860,7 +1835,7 @@
|
|
|
1860
1835
|
|
|
1861
1836
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1862
1837
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1863
|
-
height:
|
|
1838
|
+
height: 75px;
|
|
1864
1839
|
}
|
|
1865
1840
|
|
|
1866
1841
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2067,12 +2042,12 @@
|
|
|
2067
2042
|
|
|
2068
2043
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
2069
2044
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
2070
|
-
background-color: #
|
|
2045
|
+
background-color: #374151;
|
|
2071
2046
|
}
|
|
2072
2047
|
|
|
2073
2048
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
2074
2049
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
2075
|
-
background-color: #
|
|
2050
|
+
background-color: #374151;
|
|
2076
2051
|
}
|
|
2077
2052
|
|
|
2078
2053
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
@@ -2115,13 +2090,6 @@
|
|
|
2115
2090
|
background-color: #4b5563;
|
|
2116
2091
|
}
|
|
2117
2092
|
|
|
2118
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2119
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2120
|
-
background-color: #6b7280;
|
|
2121
|
-
border-radius: 50%;
|
|
2122
|
-
color: #d1d5db;
|
|
2123
|
-
}
|
|
2124
|
-
|
|
2125
2093
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2126
2094
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2127
2095
|
overflow: hidden;
|
|
@@ -2145,6 +2113,12 @@
|
|
|
2145
2113
|
height: 42px;
|
|
2146
2114
|
}
|
|
2147
2115
|
|
|
2116
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2117
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2118
|
+
background-color: #374151;
|
|
2119
|
+
box-shadow: inset 0 0 0 8px #232e3e;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2148
2122
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2149
2123
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2150
2124
|
color: #d1d5db;
|
|
@@ -2231,6 +2205,7 @@
|
|
|
2231
2205
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2232
2206
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2233
2207
|
display: block;
|
|
2208
|
+
line-height: 1.4;
|
|
2234
2209
|
}
|
|
2235
2210
|
|
|
2236
2211
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2407,6 +2382,7 @@
|
|
|
2407
2382
|
|
|
2408
2383
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2409
2384
|
border-right: 1px solid #4b5563;
|
|
2385
|
+
height: 40px;
|
|
2410
2386
|
padding-top: 8px;
|
|
2411
2387
|
}
|
|
2412
2388
|
|
|
@@ -2468,11 +2444,11 @@
|
|
|
2468
2444
|
}
|
|
2469
2445
|
|
|
2470
2446
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2471
|
-
background-color: #
|
|
2447
|
+
background-color: #374151;
|
|
2472
2448
|
}
|
|
2473
2449
|
|
|
2474
2450
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2475
|
-
background-color: #
|
|
2451
|
+
background-color: #374151;
|
|
2476
2452
|
}
|
|
2477
2453
|
|
|
2478
2454
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
@@ -2564,7 +2540,7 @@
|
|
|
2564
2540
|
padding: 0;
|
|
2565
2541
|
}
|
|
2566
2542
|
|
|
2567
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2543
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2568
2544
|
background: #22d3ee;
|
|
2569
2545
|
border-radius: 50%;
|
|
2570
2546
|
height: 6px;
|
|
@@ -2929,6 +2905,7 @@
|
|
|
2929
2905
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2930
2906
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2931
2907
|
height: 25px;
|
|
2908
|
+
padding-bottom: 2px;
|
|
2932
2909
|
}
|
|
2933
2910
|
|
|
2934
2911
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
@@ -4000,10 +3977,6 @@
|
|
|
4000
3977
|
font-size: 14px;
|
|
4001
3978
|
}
|
|
4002
3979
|
|
|
4003
|
-
.e-bigger .e-timeline-view .e-resource-cells {
|
|
4004
|
-
padding: 14px 0 14px 12px;
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
3980
|
.e-bigger .e-timeline-view .e-resource-text {
|
|
4008
3981
|
font-size: 14px;
|
|
4009
3982
|
padding-left: 12px;
|
|
@@ -4182,6 +4155,7 @@
|
|
|
4182
4155
|
position: absolute;
|
|
4183
4156
|
right: 6px;
|
|
4184
4157
|
width: 25px;
|
|
4158
|
+
padding: 1px;
|
|
4185
4159
|
}
|
|
4186
4160
|
|
|
4187
4161
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
@@ -4360,6 +4334,7 @@
|
|
|
4360
4334
|
border-color: #4b5563;
|
|
4361
4335
|
border-style: solid;
|
|
4362
4336
|
border-width: 0 0 1px 1px;
|
|
4337
|
+
padding: 0;
|
|
4363
4338
|
}
|
|
4364
4339
|
|
|
4365
4340
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4449,6 +4424,7 @@
|
|
|
4449
4424
|
border-style: solid;
|
|
4450
4425
|
border-width: 0 0 1px 1px;
|
|
4451
4426
|
color: #fff;
|
|
4427
|
+
padding: 0;
|
|
4452
4428
|
}
|
|
4453
4429
|
|
|
4454
4430
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4538,6 +4514,7 @@
|
|
|
4538
4514
|
border-style: solid;
|
|
4539
4515
|
border-width: 0 0 1px 1px;
|
|
4540
4516
|
color: #fff;
|
|
4517
|
+
padding: 0;
|
|
4541
4518
|
}
|
|
4542
4519
|
|
|
4543
4520
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4546,6 +4523,11 @@
|
|
|
4546
4523
|
color: #fff;
|
|
4547
4524
|
}
|
|
4548
4525
|
|
|
4526
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4527
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4528
|
+
background-color: #374151;
|
|
4529
|
+
}
|
|
4530
|
+
|
|
4549
4531
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4550
4532
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4551
4533
|
background-color: #1f2937;
|
|
@@ -4670,8 +4652,8 @@
|
|
|
4670
4652
|
}
|
|
4671
4653
|
|
|
4672
4654
|
.e-tooltip-wrap.e-schedule-error {
|
|
4673
|
-
background-color: #
|
|
4674
|
-
border-color: #
|
|
4655
|
+
background-color: #fee2e2;
|
|
4656
|
+
border-color: #fee2e2;
|
|
4675
4657
|
z-index: 1000;
|
|
4676
4658
|
}
|
|
4677
4659
|
|
|
@@ -4681,14 +4663,14 @@
|
|
|
4681
4663
|
|
|
4682
4664
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4683
4665
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4684
|
-
border-bottom: 8px solid #
|
|
4685
|
-
color: #
|
|
4666
|
+
border-bottom: 8px solid #fee2e2;
|
|
4667
|
+
color: #fee2e2;
|
|
4686
4668
|
}
|
|
4687
4669
|
|
|
4688
4670
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4689
4671
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4690
|
-
border-top: 8px solid #
|
|
4691
|
-
color: #
|
|
4672
|
+
border-top: 8px solid #fee2e2;
|
|
4673
|
+
color: #fee2e2;
|
|
4692
4674
|
}
|
|
4693
4675
|
|
|
4694
4676
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
@@ -4697,7 +4679,7 @@
|
|
|
4697
4679
|
|
|
4698
4680
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4699
4681
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4700
|
-
color: #
|
|
4682
|
+
color: #f87171;
|
|
4701
4683
|
}
|
|
4702
4684
|
|
|
4703
4685
|
/*! recurrence editor theme wise definitions*/
|
|
@@ -4745,10 +4727,6 @@
|
|
|
4745
4727
|
padding-left: 10px;
|
|
4746
4728
|
}
|
|
4747
4729
|
|
|
4748
|
-
.e-recurrenceeditor .e-icons {
|
|
4749
|
-
height: 0;
|
|
4750
|
-
}
|
|
4751
|
-
|
|
4752
4730
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4753
4731
|
padding: 0 8px 16px 0;
|
|
4754
4732
|
}
|