@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
|
@@ -226,24 +226,9 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
background: #000;
|
|
230
229
|
overflow: auto;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
234
|
-
background: #000;
|
|
235
|
-
border-color: #000;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
239
|
-
background-color: #685708;
|
|
240
|
-
border-color: #fff;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
244
|
-
background: #ffd939;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
232
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
248
233
|
cursor: pointer;
|
|
249
234
|
font-size: 14px;
|
|
@@ -268,13 +253,7 @@
|
|
|
268
253
|
padding-top: 4px;
|
|
269
254
|
}
|
|
270
255
|
|
|
271
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
272
|
-
background: #685708;
|
|
273
|
-
border-radius: 0%;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
277
|
-
background: #685708;
|
|
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 {
|
|
278
257
|
border-radius: 0%;
|
|
279
258
|
}
|
|
280
259
|
|
|
@@ -315,20 +294,10 @@
|
|
|
315
294
|
text-transform: initial;
|
|
316
295
|
}
|
|
317
296
|
|
|
318
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
319
|
-
cursor: pointer;
|
|
320
|
-
font-size: 14px;
|
|
321
|
-
text-transform: uppercase;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
325
|
-
padding-left: 0;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
297
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
329
298
|
background: #000;
|
|
330
299
|
border-left: 0;
|
|
331
|
-
border-right: 1px solid #
|
|
300
|
+
border-right: 1px solid #969696;
|
|
332
301
|
}
|
|
333
302
|
|
|
334
303
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
@@ -337,8 +306,7 @@
|
|
|
337
306
|
}
|
|
338
307
|
|
|
339
308
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
340
|
-
|
|
341
|
-
border-left: 1px solid #ffd939;
|
|
309
|
+
border-left: 1px solid #969696;
|
|
342
310
|
}
|
|
343
311
|
|
|
344
312
|
.e-schedule .e-schedule-toolbar .e-hor-nav::after {
|
|
@@ -548,6 +516,13 @@
|
|
|
548
516
|
width: 100%;
|
|
549
517
|
}
|
|
550
518
|
|
|
519
|
+
.e-schedule .e-content-placeholder {
|
|
520
|
+
height: 100%;
|
|
521
|
+
position: relative;
|
|
522
|
+
width: 100%;
|
|
523
|
+
z-index: 99999;
|
|
524
|
+
}
|
|
525
|
+
|
|
551
526
|
.e-schedule .e-content-wrap,
|
|
552
527
|
.e-schedule .e-scroll-container {
|
|
553
528
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1742,6 +1717,7 @@
|
|
|
1742
1717
|
border-style: solid;
|
|
1743
1718
|
border-width: 0 1px 1px 0;
|
|
1744
1719
|
color: #fff;
|
|
1720
|
+
padding: 0;
|
|
1745
1721
|
}
|
|
1746
1722
|
|
|
1747
1723
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1850,7 +1826,7 @@
|
|
|
1850
1826
|
|
|
1851
1827
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1852
1828
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1853
|
-
height:
|
|
1829
|
+
height: 75px;
|
|
1854
1830
|
}
|
|
1855
1831
|
|
|
1856
1832
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2101,13 +2077,6 @@
|
|
|
2101
2077
|
background-color: #685708;
|
|
2102
2078
|
}
|
|
2103
2079
|
|
|
2104
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2105
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2106
|
-
background-color: #685708;
|
|
2107
|
-
border-radius: 50%;
|
|
2108
|
-
color: #fff;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
2080
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2112
2081
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2113
2082
|
overflow: hidden;
|
|
@@ -2131,6 +2100,12 @@
|
|
|
2131
2100
|
height: 42px;
|
|
2132
2101
|
}
|
|
2133
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 #1a1a1a;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2134
2109
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2135
2110
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2136
2111
|
color: #fff;
|
|
@@ -2217,6 +2192,7 @@
|
|
|
2217
2192
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2218
2193
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2219
2194
|
display: block;
|
|
2195
|
+
line-height: 1.4;
|
|
2220
2196
|
}
|
|
2221
2197
|
|
|
2222
2198
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2393,6 +2369,7 @@
|
|
|
2393
2369
|
|
|
2394
2370
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2395
2371
|
border-right: 1px solid #969696;
|
|
2372
|
+
height: 40px;
|
|
2396
2373
|
padding-top: 8px;
|
|
2397
2374
|
}
|
|
2398
2375
|
|
|
@@ -2548,7 +2525,7 @@
|
|
|
2548
2525
|
padding: 0;
|
|
2549
2526
|
}
|
|
2550
2527
|
|
|
2551
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2528
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2552
2529
|
background: #1c8000;
|
|
2553
2530
|
border-radius: 50%;
|
|
2554
2531
|
height: 6px;
|
|
@@ -4225,6 +4202,7 @@
|
|
|
4225
4202
|
border-color: #969696;
|
|
4226
4203
|
border-style: solid;
|
|
4227
4204
|
border-width: 0 0 1px 1px;
|
|
4205
|
+
padding: 0;
|
|
4228
4206
|
}
|
|
4229
4207
|
|
|
4230
4208
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4310,6 +4288,7 @@
|
|
|
4310
4288
|
border-style: solid;
|
|
4311
4289
|
border-width: 0 0 1px;
|
|
4312
4290
|
color: #fff;
|
|
4291
|
+
padding: 0;
|
|
4313
4292
|
}
|
|
4314
4293
|
|
|
4315
4294
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4404,6 +4383,7 @@
|
|
|
4404
4383
|
border-style: solid;
|
|
4405
4384
|
border-width: 0 0 1px 1px;
|
|
4406
4385
|
color: #fff;
|
|
4386
|
+
padding: 0;
|
|
4407
4387
|
}
|
|
4408
4388
|
|
|
4409
4389
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4412,6 +4392,11 @@
|
|
|
4412
4392
|
color: #fff;
|
|
4413
4393
|
}
|
|
4414
4394
|
|
|
4395
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4396
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4397
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4415
4400
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4416
4401
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4417
4402
|
background-color: #000;
|
|
@@ -223,26 +223,13 @@
|
|
|
223
223
|
|
|
224
224
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
|
|
225
225
|
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
|
|
226
|
-
color: #
|
|
226
|
+
color: #00b0ff;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
230
|
-
background: #212121;
|
|
231
230
|
overflow: auto;
|
|
232
231
|
}
|
|
233
232
|
|
|
234
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
235
|
-
background: #212121;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
239
|
-
background-color: rgba(255, 255, 255, 0.1);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
243
|
-
background: #757575;
|
|
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;
|
|
@@ -267,13 +254,7 @@
|
|
|
267
254
|
padding-top: 0;
|
|
268
255
|
}
|
|
269
256
|
|
|
270
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
271
|
-
background: rgba(255, 255, 255, 0.1);
|
|
272
|
-
border-radius: 0%;
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
276
|
-
background: rgba(255, 255, 255, 0.1);
|
|
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 {
|
|
277
258
|
border-radius: 0%;
|
|
278
259
|
}
|
|
279
260
|
|
|
@@ -314,16 +295,6 @@
|
|
|
314
295
|
text-transform: initial;
|
|
315
296
|
}
|
|
316
297
|
|
|
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
298
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
328
299
|
background: #212121;
|
|
329
300
|
border-left: 0;
|
|
@@ -336,7 +307,6 @@
|
|
|
336
307
|
}
|
|
337
308
|
|
|
338
309
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
339
|
-
background: #212121;
|
|
340
310
|
border-left: 1px solid #616161;
|
|
341
311
|
}
|
|
342
312
|
|
|
@@ -547,6 +517,13 @@
|
|
|
547
517
|
width: 100%;
|
|
548
518
|
}
|
|
549
519
|
|
|
520
|
+
.e-schedule .e-content-placeholder {
|
|
521
|
+
height: 100%;
|
|
522
|
+
position: relative;
|
|
523
|
+
width: 100%;
|
|
524
|
+
z-index: 99999;
|
|
525
|
+
}
|
|
526
|
+
|
|
550
527
|
.e-schedule .e-content-wrap,
|
|
551
528
|
.e-schedule .e-scroll-container {
|
|
552
529
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1668,7 +1645,7 @@
|
|
|
1668
1645
|
|
|
1669
1646
|
.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,
|
|
1670
1647
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
|
|
1671
|
-
color: #
|
|
1648
|
+
color: #00b0ff;
|
|
1672
1649
|
}
|
|
1673
1650
|
|
|
1674
1651
|
.e-schedule .e-timeline-year-view .e-resource-text {
|
|
@@ -1741,6 +1718,7 @@
|
|
|
1741
1718
|
border-style: solid;
|
|
1742
1719
|
border-width: 0 1px 1px 0;
|
|
1743
1720
|
color: #fff;
|
|
1721
|
+
padding: 0;
|
|
1744
1722
|
}
|
|
1745
1723
|
|
|
1746
1724
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1757,7 +1735,7 @@
|
|
|
1757
1735
|
}
|
|
1758
1736
|
|
|
1759
1737
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1760
|
-
background-color: #
|
|
1738
|
+
background-color: #00b0ff;
|
|
1761
1739
|
border-radius: 50%;
|
|
1762
1740
|
color: #000;
|
|
1763
1741
|
margin: 2px;
|
|
@@ -1830,7 +1808,7 @@
|
|
|
1830
1808
|
}
|
|
1831
1809
|
|
|
1832
1810
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1833
|
-
color: #
|
|
1811
|
+
color: #00b0ff;
|
|
1834
1812
|
}
|
|
1835
1813
|
|
|
1836
1814
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
@@ -1844,7 +1822,7 @@
|
|
|
1844
1822
|
|
|
1845
1823
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1846
1824
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1847
|
-
height:
|
|
1825
|
+
height: 75px;
|
|
1848
1826
|
}
|
|
1849
1827
|
|
|
1850
1828
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2095,13 +2073,6 @@
|
|
|
2095
2073
|
background-color: #616161;
|
|
2096
2074
|
}
|
|
2097
2075
|
|
|
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: #757575;
|
|
2101
|
-
border-radius: 50%;
|
|
2102
|
-
color: #fff;
|
|
2103
|
-
}
|
|
2104
|
-
|
|
2105
2076
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2106
2077
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2107
2078
|
overflow: hidden;
|
|
@@ -2125,6 +2096,12 @@
|
|
|
2125
2096
|
height: 42px;
|
|
2126
2097
|
}
|
|
2127
2098
|
|
|
2099
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2100
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2101
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2102
|
+
box-shadow: inset 0 0 0 8px #424242;
|
|
2103
|
+
}
|
|
2104
|
+
|
|
2128
2105
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2129
2106
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2130
2107
|
color: #fff;
|
|
@@ -2211,6 +2188,7 @@
|
|
|
2211
2188
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2212
2189
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2213
2190
|
display: block;
|
|
2191
|
+
line-height: 1.4;
|
|
2214
2192
|
}
|
|
2215
2193
|
|
|
2216
2194
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2387,6 +2365,7 @@
|
|
|
2387
2365
|
|
|
2388
2366
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2389
2367
|
border-right: 1px solid #616161;
|
|
2368
|
+
height: 40px;
|
|
2390
2369
|
padding-top: 8px;
|
|
2391
2370
|
}
|
|
2392
2371
|
|
|
@@ -2542,7 +2521,7 @@
|
|
|
2542
2521
|
padding: 0;
|
|
2543
2522
|
}
|
|
2544
2523
|
|
|
2545
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2524
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2546
2525
|
background: #3f51b5;
|
|
2547
2526
|
border-radius: 50%;
|
|
2548
2527
|
height: 6px;
|
|
@@ -2631,7 +2610,7 @@
|
|
|
2631
2610
|
}
|
|
2632
2611
|
|
|
2633
2612
|
.e-schedule .e-agenda-view .e-day-date-header.e-current-day {
|
|
2634
|
-
color: #
|
|
2613
|
+
color: #00b0ff;
|
|
2635
2614
|
}
|
|
2636
2615
|
|
|
2637
2616
|
.e-schedule .e-agenda-view .e-day-border {
|
|
@@ -3326,10 +3305,6 @@
|
|
|
3326
3305
|
display: none;
|
|
3327
3306
|
}
|
|
3328
3307
|
|
|
3329
|
-
.e-bigger .e-schedule-dialog .e-footer-content {
|
|
3330
|
-
padding-top: 8px;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
3308
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3334
3309
|
margin-left: 20px;
|
|
3335
3310
|
margin-right: 0;
|
|
@@ -3520,6 +3495,7 @@
|
|
|
3520
3495
|
-ms-user-select: none;
|
|
3521
3496
|
user-select: none;
|
|
3522
3497
|
width: 100%;
|
|
3498
|
+
border: 1px solid #e0e0e0;
|
|
3523
3499
|
}
|
|
3524
3500
|
|
|
3525
3501
|
.e-quick-popup-wrapper .e-hidden {
|
|
@@ -3563,15 +3539,11 @@
|
|
|
3563
3539
|
|
|
3564
3540
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3565
3541
|
margin-bottom: 4px;
|
|
3566
|
-
margin-bottom: 8px;
|
|
3567
3542
|
}
|
|
3568
3543
|
|
|
3569
3544
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3570
3545
|
font-size: 22px;
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3574
|
-
background-color: #3f51b5;
|
|
3546
|
+
height: 40px;
|
|
3575
3547
|
}
|
|
3576
3548
|
|
|
3577
3549
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
@@ -3581,7 +3553,11 @@
|
|
|
3581
3553
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3582
3554
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
|
|
3583
3555
|
display: none;
|
|
3584
|
-
|
|
3556
|
+
}
|
|
3557
|
+
|
|
3558
|
+
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3559
|
+
position: relative;
|
|
3560
|
+
right: 2px;
|
|
3585
3561
|
}
|
|
3586
3562
|
|
|
3587
3563
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
@@ -3627,7 +3603,9 @@
|
|
|
3627
3603
|
font-weight: 500;
|
|
3628
3604
|
line-height: 1.5;
|
|
3629
3605
|
max-height: 87px;
|
|
3630
|
-
color:
|
|
3606
|
+
background-color: rgba(63, 81, 181, 0.3);
|
|
3607
|
+
border-left: 6px solid #3f51b5;
|
|
3608
|
+
padding: 8px 0 8px 10px;
|
|
3631
3609
|
}
|
|
3632
3610
|
|
|
3633
3611
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
@@ -3706,7 +3684,6 @@
|
|
|
3706
3684
|
display: block;
|
|
3707
3685
|
padding: 8px 18px 8px 22px;
|
|
3708
3686
|
text-align: right;
|
|
3709
|
-
padding-right: 4px;
|
|
3710
3687
|
}
|
|
3711
3688
|
|
|
3712
3689
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
|
|
@@ -3731,10 +3708,6 @@
|
|
|
3731
3708
|
text-transform: uppercase;
|
|
3732
3709
|
}
|
|
3733
3710
|
|
|
3734
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3735
|
-
display: none;
|
|
3736
|
-
}
|
|
3737
|
-
|
|
3738
3711
|
.e-quick-popup-wrapper.e-rtl {
|
|
3739
3712
|
text-align: right;
|
|
3740
3713
|
}
|
|
@@ -3772,6 +3745,10 @@
|
|
|
3772
3745
|
z-index: 1004;
|
|
3773
3746
|
}
|
|
3774
3747
|
|
|
3748
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3749
|
+
background-color: #303030;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3775
3752
|
.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,
|
|
3776
3753
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3777
3754
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3780,6 +3757,13 @@
|
|
|
3780
3757
|
background: none;
|
|
3781
3758
|
}
|
|
3782
3759
|
|
|
3760
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
|
|
3761
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
|
|
3762
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
|
|
3763
|
+
height: 2.5em;
|
|
3764
|
+
width: 2.5em;
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3783
3767
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
|
|
3784
3768
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
|
|
3785
3769
|
display: block;
|
|
@@ -3794,7 +3778,6 @@
|
|
|
3794
3778
|
|
|
3795
3779
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3796
3780
|
padding: 12px 24px;
|
|
3797
|
-
padding: 24px;
|
|
3798
3781
|
}
|
|
3799
3782
|
|
|
3800
3783
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
|
|
@@ -3848,6 +3831,13 @@
|
|
|
3848
3831
|
font-size: 24px;
|
|
3849
3832
|
}
|
|
3850
3833
|
|
|
3834
|
+
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3835
|
+
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3836
|
+
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
3837
|
+
height: 2em;
|
|
3838
|
+
width: 2em;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3851
3841
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3852
3842
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3853
3843
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
@@ -3862,7 +3852,6 @@
|
|
|
3862
3852
|
|
|
3863
3853
|
.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3864
3854
|
padding: 0 5px 0 8px;
|
|
3865
|
-
padding: 5px 5px 0 8px;
|
|
3866
3855
|
}
|
|
3867
3856
|
|
|
3868
3857
|
.e-appointment.e-schedule-event-clone {
|
|
@@ -3990,7 +3979,7 @@
|
|
|
3990
3979
|
}
|
|
3991
3980
|
|
|
3992
3981
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
3993
|
-
color: #
|
|
3982
|
+
color: #00b0ff;
|
|
3994
3983
|
}
|
|
3995
3984
|
|
|
3996
3985
|
.e-more-popup-wrapper .e-header-day {
|
|
@@ -4184,7 +4173,7 @@
|
|
|
4184
4173
|
}
|
|
4185
4174
|
|
|
4186
4175
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
4187
|
-
color: #
|
|
4176
|
+
color: #00b0ff;
|
|
4188
4177
|
}
|
|
4189
4178
|
|
|
4190
4179
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
@@ -4192,6 +4181,7 @@
|
|
|
4192
4181
|
border-color: #616161;
|
|
4193
4182
|
border-style: solid;
|
|
4194
4183
|
border-width: 0 0 1px 1px;
|
|
4184
|
+
padding: 0;
|
|
4195
4185
|
}
|
|
4196
4186
|
|
|
4197
4187
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4212,7 +4202,7 @@
|
|
|
4212
4202
|
}
|
|
4213
4203
|
|
|
4214
4204
|
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
|
|
4215
|
-
color: #
|
|
4205
|
+
color: #00b0ff;
|
|
4216
4206
|
}
|
|
4217
4207
|
|
|
4218
4208
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
@@ -4235,15 +4225,15 @@
|
|
|
4235
4225
|
|
|
4236
4226
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
4237
4227
|
.e-schedule .e-vertical-view .e-current-time {
|
|
4238
|
-
color: #
|
|
4228
|
+
color: #00b0ff;
|
|
4239
4229
|
}
|
|
4240
4230
|
|
|
4241
4231
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
4242
|
-
border-top: 1px solid #
|
|
4232
|
+
border-top: 1px solid #00b0ff;
|
|
4243
4233
|
}
|
|
4244
4234
|
|
|
4245
4235
|
.e-schedule .e-vertical-view .e-previous-timeline {
|
|
4246
|
-
border-top: 1px dotted #
|
|
4236
|
+
border-top: 1px dotted #00b0ff;
|
|
4247
4237
|
}
|
|
4248
4238
|
|
|
4249
4239
|
.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
|
|
@@ -4267,7 +4257,7 @@
|
|
|
4267
4257
|
|
|
4268
4258
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
4269
4259
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
4270
|
-
color: #
|
|
4260
|
+
color: #00b0ff;
|
|
4271
4261
|
}
|
|
4272
4262
|
|
|
4273
4263
|
.e-schedule .e-month-view .e-work-cells,
|
|
@@ -4277,6 +4267,7 @@
|
|
|
4277
4267
|
border-style: solid;
|
|
4278
4268
|
border-width: 0 0 1px 1px;
|
|
4279
4269
|
color: #fff;
|
|
4270
|
+
padding: 0;
|
|
4280
4271
|
}
|
|
4281
4272
|
|
|
4282
4273
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4297,7 +4288,7 @@
|
|
|
4297
4288
|
|
|
4298
4289
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
4299
4290
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4300
|
-
background-color: #
|
|
4291
|
+
background-color: #00b0ff;
|
|
4301
4292
|
border-radius: 50%;
|
|
4302
4293
|
color: #000;
|
|
4303
4294
|
width: 20px;
|
|
@@ -4355,7 +4346,7 @@
|
|
|
4355
4346
|
|
|
4356
4347
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
4357
4348
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
4358
|
-
color: #
|
|
4349
|
+
color: #00b0ff;
|
|
4359
4350
|
}
|
|
4360
4351
|
|
|
4361
4352
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
@@ -4365,6 +4356,7 @@
|
|
|
4365
4356
|
border-style: solid;
|
|
4366
4357
|
border-width: 0 0 1px 1px;
|
|
4367
4358
|
color: #fff;
|
|
4359
|
+
padding: 0;
|
|
4368
4360
|
}
|
|
4369
4361
|
|
|
4370
4362
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4373,6 +4365,11 @@
|
|
|
4373
4365
|
color: #fff;
|
|
4374
4366
|
}
|
|
4375
4367
|
|
|
4368
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4369
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4370
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4376
4373
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4377
4374
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4378
4375
|
background-color: #303030;
|
|
@@ -4421,12 +4418,12 @@
|
|
|
4421
4418
|
|
|
4422
4419
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
4423
4420
|
.e-schedule .e-timeline-view .e-current-time {
|
|
4424
|
-
color: #
|
|
4421
|
+
color: #00b0ff;
|
|
4425
4422
|
font-size: 11px;
|
|
4426
4423
|
}
|
|
4427
4424
|
|
|
4428
4425
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
4429
|
-
border-left: 1px solid #
|
|
4426
|
+
border-left: 1px solid #00b0ff;
|
|
4430
4427
|
}
|
|
4431
4428
|
|
|
4432
4429
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|