@syncfusion/ej2-vue-schedule 19.2.60 → 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 +21 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -10
- package/dist/es6/ej2-vue-schedule.es2015.js +11 -3
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +11 -3
- 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.js +1 -0
- package/src/schedule/schedule.component.d.ts +3 -1
- package/src/schedule/schedule.component.js +10 -3
- 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/fabric-dark.css
CHANGED
|
@@ -226,26 +226,13 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
background: #201f1f;
|
|
230
229
|
overflow: auto;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
234
|
-
background: #201f1f;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
238
|
-
background-color: #414040;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
242
|
-
background: #514f4f;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
232
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
246
233
|
cursor: pointer;
|
|
247
234
|
font-size: 14px;
|
|
248
|
-
text-transform:
|
|
235
|
+
text-transform: initial;
|
|
249
236
|
}
|
|
250
237
|
|
|
251
238
|
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
@@ -266,13 +253,7 @@
|
|
|
266
253
|
padding-top: 3px;
|
|
267
254
|
}
|
|
268
255
|
|
|
269
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
270
|
-
background: #414040;
|
|
271
|
-
border-radius: 0%;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
275
|
-
background: #414040;
|
|
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 {
|
|
276
257
|
border-radius: 0%;
|
|
277
258
|
}
|
|
278
259
|
|
|
@@ -313,16 +294,6 @@
|
|
|
313
294
|
text-transform: initial;
|
|
314
295
|
}
|
|
315
296
|
|
|
316
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
317
|
-
cursor: pointer;
|
|
318
|
-
font-size: 14px;
|
|
319
|
-
text-transform: uppercase;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
323
|
-
padding-left: 0;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
297
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
327
298
|
background: #201f1f;
|
|
328
299
|
border-left: 0;
|
|
@@ -335,7 +306,6 @@
|
|
|
335
306
|
}
|
|
336
307
|
|
|
337
308
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
338
|
-
background: #201f1f;
|
|
339
309
|
border-left: 1px solid #201f1f;
|
|
340
310
|
}
|
|
341
311
|
|
|
@@ -546,6 +516,13 @@
|
|
|
546
516
|
width: 100%;
|
|
547
517
|
}
|
|
548
518
|
|
|
519
|
+
.e-schedule .e-content-placeholder {
|
|
520
|
+
height: 100%;
|
|
521
|
+
position: relative;
|
|
522
|
+
width: 100%;
|
|
523
|
+
z-index: 99999;
|
|
524
|
+
}
|
|
525
|
+
|
|
549
526
|
.e-schedule .e-content-wrap,
|
|
550
527
|
.e-schedule .e-scroll-container {
|
|
551
528
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1740,6 +1717,7 @@
|
|
|
1740
1717
|
border-style: solid;
|
|
1741
1718
|
border-width: 0 1px 1px 0;
|
|
1742
1719
|
color: #dadada;
|
|
1720
|
+
padding: 0;
|
|
1743
1721
|
}
|
|
1744
1722
|
|
|
1745
1723
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1843,7 +1821,7 @@
|
|
|
1843
1821
|
|
|
1844
1822
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1845
1823
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1846
|
-
height:
|
|
1824
|
+
height: 75px;
|
|
1847
1825
|
}
|
|
1848
1826
|
|
|
1849
1827
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2094,13 +2072,6 @@
|
|
|
2094
2072
|
background-color: #414040;
|
|
2095
2073
|
}
|
|
2096
2074
|
|
|
2097
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2098
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2099
|
-
background-color: #414040;
|
|
2100
|
-
border-radius: 50%;
|
|
2101
|
-
color: #fff;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
2075
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2105
2076
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2106
2077
|
overflow: hidden;
|
|
@@ -2124,6 +2095,12 @@
|
|
|
2124
2095
|
height: 42px;
|
|
2125
2096
|
}
|
|
2126
2097
|
|
|
2098
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2099
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2100
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2101
|
+
box-shadow: inset 0 0 0 8px #282727;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2127
2104
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2128
2105
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2129
2106
|
color: #dadada;
|
|
@@ -2210,6 +2187,7 @@
|
|
|
2210
2187
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2211
2188
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2212
2189
|
display: block;
|
|
2190
|
+
line-height: 1.4;
|
|
2213
2191
|
}
|
|
2214
2192
|
|
|
2215
2193
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2386,6 +2364,7 @@
|
|
|
2386
2364
|
|
|
2387
2365
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2388
2366
|
border-right: 1px solid #414040;
|
|
2367
|
+
height: 40px;
|
|
2389
2368
|
padding-top: 8px;
|
|
2390
2369
|
}
|
|
2391
2370
|
|
|
@@ -2541,7 +2520,7 @@
|
|
|
2541
2520
|
padding: 0;
|
|
2542
2521
|
}
|
|
2543
2522
|
|
|
2544
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2523
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2545
2524
|
background: #0074cc;
|
|
2546
2525
|
border-radius: 50%;
|
|
2547
2526
|
height: 6px;
|
|
@@ -3019,20 +2998,10 @@
|
|
|
3019
2998
|
width: 420px;
|
|
3020
2999
|
}
|
|
3021
3000
|
|
|
3022
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
3023
|
-
padding: 2%;
|
|
3024
|
-
}
|
|
3025
|
-
|
|
3026
3001
|
@media screen and (max-width: 767px) {
|
|
3027
3002
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3028
3003
|
width: 289px;
|
|
3029
3004
|
}
|
|
3030
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
3031
|
-
padding: 5%;
|
|
3032
|
-
}
|
|
3033
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
3034
|
-
margin-bottom: 5%;
|
|
3035
|
-
}
|
|
3036
3005
|
}
|
|
3037
3006
|
|
|
3038
3007
|
.e-dialog.e-quick-dialog {
|
|
@@ -3335,10 +3304,6 @@
|
|
|
3335
3304
|
display: none;
|
|
3336
3305
|
}
|
|
3337
3306
|
|
|
3338
|
-
.e-bigger .e-schedule-dialog .e-footer-content {
|
|
3339
|
-
padding-right: 26px;
|
|
3340
|
-
}
|
|
3341
|
-
|
|
3342
3307
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3343
3308
|
margin-left: 20px;
|
|
3344
3309
|
margin-right: 0;
|
|
@@ -3693,7 +3658,6 @@
|
|
|
3693
3658
|
color: #dadada;
|
|
3694
3659
|
font-size: 18px;
|
|
3695
3660
|
padding-right: 13px;
|
|
3696
|
-
padding-top: 4px;
|
|
3697
3661
|
}
|
|
3698
3662
|
|
|
3699
3663
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
@@ -4215,6 +4179,7 @@
|
|
|
4215
4179
|
border-color: #414040;
|
|
4216
4180
|
border-style: solid;
|
|
4217
4181
|
border-width: 0 0 1px 1px;
|
|
4182
|
+
padding: 0;
|
|
4218
4183
|
}
|
|
4219
4184
|
|
|
4220
4185
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4300,6 +4265,7 @@
|
|
|
4300
4265
|
border-style: solid;
|
|
4301
4266
|
border-width: 0 0 1px;
|
|
4302
4267
|
color: #dadada;
|
|
4268
|
+
padding: 0;
|
|
4303
4269
|
}
|
|
4304
4270
|
|
|
4305
4271
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4388,6 +4354,7 @@
|
|
|
4388
4354
|
border-style: solid;
|
|
4389
4355
|
border-width: 0 0 1px 1px;
|
|
4390
4356
|
color: #dadada;
|
|
4357
|
+
padding: 0;
|
|
4391
4358
|
}
|
|
4392
4359
|
|
|
4393
4360
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4396,6 +4363,11 @@
|
|
|
4396
4363
|
color: #dadada;
|
|
4397
4364
|
}
|
|
4398
4365
|
|
|
4366
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4367
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4368
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4399
4371
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4400
4372
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4401
4373
|
background-color: #201f1f;
|
|
@@ -4595,10 +4567,6 @@
|
|
|
4595
4567
|
padding-left: 10px;
|
|
4596
4568
|
}
|
|
4597
4569
|
|
|
4598
|
-
.e-recurrenceeditor .e-icons {
|
|
4599
|
-
height: 0;
|
|
4600
|
-
}
|
|
4601
|
-
|
|
4602
4570
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4603
4571
|
padding: 0 8px 10px 0;
|
|
4604
4572
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -226,22 +226,9 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
background: #fff;
|
|
230
229
|
overflow: auto;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
234
|
-
background: #fff;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
238
|
-
background-color: #f4f4f4;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
242
|
-
background: #b7e0ff;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
232
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
246
233
|
cursor: pointer;
|
|
247
234
|
font-size: 14px;
|
|
@@ -266,13 +253,7 @@
|
|
|
266
253
|
padding-top: 4px;
|
|
267
254
|
}
|
|
268
255
|
|
|
269
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
270
|
-
background: #f4f4f4;
|
|
271
|
-
border-radius: 0%;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
275
|
-
background: #f4f4f4;
|
|
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 {
|
|
276
257
|
border-radius: 0%;
|
|
277
258
|
}
|
|
278
259
|
|
|
@@ -313,16 +294,6 @@
|
|
|
313
294
|
text-transform: initial;
|
|
314
295
|
}
|
|
315
296
|
|
|
316
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
317
|
-
cursor: pointer;
|
|
318
|
-
font-size: 14px;
|
|
319
|
-
text-transform: initial;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
323
|
-
padding-left: 0;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
297
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
327
298
|
background: #fff;
|
|
328
299
|
border-left: 0;
|
|
@@ -335,7 +306,6 @@
|
|
|
335
306
|
}
|
|
336
307
|
|
|
337
308
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
338
|
-
background: #fff;
|
|
339
309
|
border-left: 1px solid #fff;
|
|
340
310
|
}
|
|
341
311
|
|
|
@@ -546,6 +516,13 @@
|
|
|
546
516
|
width: 100%;
|
|
547
517
|
}
|
|
548
518
|
|
|
519
|
+
.e-schedule .e-content-placeholder {
|
|
520
|
+
height: 100%;
|
|
521
|
+
position: relative;
|
|
522
|
+
width: 100%;
|
|
523
|
+
z-index: 99999;
|
|
524
|
+
}
|
|
525
|
+
|
|
549
526
|
.e-schedule .e-content-wrap,
|
|
550
527
|
.e-schedule .e-scroll-container {
|
|
551
528
|
-webkit-overflow-scrolling: touch;
|
|
@@ -1740,6 +1717,7 @@
|
|
|
1740
1717
|
border-style: solid;
|
|
1741
1718
|
border-width: 0 1px 1px 0;
|
|
1742
1719
|
color: #333;
|
|
1720
|
+
padding: 0;
|
|
1743
1721
|
}
|
|
1744
1722
|
|
|
1745
1723
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1843,7 +1821,7 @@
|
|
|
1843
1821
|
|
|
1844
1822
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1845
1823
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1846
|
-
height:
|
|
1824
|
+
height: 75px;
|
|
1847
1825
|
}
|
|
1848
1826
|
|
|
1849
1827
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2094,13 +2072,6 @@
|
|
|
2094
2072
|
background-color: #eaeaea;
|
|
2095
2073
|
}
|
|
2096
2074
|
|
|
2097
|
-
.e-schedule .e-timeline-view .e-resource-cells:focus .e-resource-tree-icon,
|
|
2098
|
-
.e-schedule .e-timeline-month-view .e-resource-cells:focus .e-resource-tree-icon {
|
|
2099
|
-
background-color: #eaeaea;
|
|
2100
|
-
border-radius: 50%;
|
|
2101
|
-
color: #000;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
2075
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2105
2076
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2106
2077
|
overflow: hidden;
|
|
@@ -2124,6 +2095,12 @@
|
|
|
2124
2095
|
height: 42px;
|
|
2125
2096
|
}
|
|
2126
2097
|
|
|
2098
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2099
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2100
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2101
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2127
2104
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2128
2105
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2129
2106
|
color: #333;
|
|
@@ -2210,6 +2187,7 @@
|
|
|
2210
2187
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2211
2188
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2212
2189
|
display: block;
|
|
2190
|
+
line-height: 1.4;
|
|
2213
2191
|
}
|
|
2214
2192
|
|
|
2215
2193
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2386,6 +2364,7 @@
|
|
|
2386
2364
|
|
|
2387
2365
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2388
2366
|
border-right: 1px solid #d0d0d0;
|
|
2367
|
+
height: 40px;
|
|
2389
2368
|
padding-top: 8px;
|
|
2390
2369
|
}
|
|
2391
2370
|
|
|
@@ -2541,7 +2520,7 @@
|
|
|
2541
2520
|
padding: 0;
|
|
2542
2521
|
}
|
|
2543
2522
|
|
|
2544
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2523
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2545
2524
|
background: #0078d6;
|
|
2546
2525
|
border-radius: 50%;
|
|
2547
2526
|
height: 6px;
|
|
@@ -4215,6 +4194,7 @@
|
|
|
4215
4194
|
border-color: #d0d0d0;
|
|
4216
4195
|
border-style: solid;
|
|
4217
4196
|
border-width: 0 0 1px 1px;
|
|
4197
|
+
padding: 0;
|
|
4218
4198
|
}
|
|
4219
4199
|
|
|
4220
4200
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4300,6 +4280,7 @@
|
|
|
4300
4280
|
border-style: solid;
|
|
4301
4281
|
border-width: 0 0 1px;
|
|
4302
4282
|
color: #333;
|
|
4283
|
+
padding: 0;
|
|
4303
4284
|
}
|
|
4304
4285
|
|
|
4305
4286
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4388,6 +4369,7 @@
|
|
|
4388
4369
|
border-style: solid;
|
|
4389
4370
|
border-width: 0 0 1px 1px;
|
|
4390
4371
|
color: #333;
|
|
4372
|
+
padding: 0;
|
|
4391
4373
|
}
|
|
4392
4374
|
|
|
4393
4375
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4396,6 +4378,11 @@
|
|
|
4396
4378
|
color: #333;
|
|
4397
4379
|
}
|
|
4398
4380
|
|
|
4381
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4382
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4383
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4384
|
+
}
|
|
4385
|
+
|
|
4399
4386
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4400
4387
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4401
4388
|
background-color: #fff;
|
|
@@ -4595,10 +4582,6 @@
|
|
|
4595
4582
|
padding-left: 10px;
|
|
4596
4583
|
}
|
|
4597
4584
|
|
|
4598
|
-
.e-recurrenceeditor .e-icons {
|
|
4599
|
-
height: 0;
|
|
4600
|
-
}
|
|
4601
|
-
|
|
4602
4585
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4603
4586
|
padding: 0 8px 10px 0;
|
|
4604
4587
|
}
|
|
@@ -226,24 +226,9 @@
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
background: #fff;
|
|
230
229
|
overflow: auto;
|
|
231
230
|
}
|
|
232
231
|
|
|
233
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn {
|
|
234
|
-
background: #fff;
|
|
235
|
-
border-color: #fff;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus {
|
|
239
|
-
background-color: #ecf;
|
|
240
|
-
border-color: #000;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.e-schedule .e-schedule-toolbar .e-tbar-btn:active {
|
|
244
|
-
background: #400074;
|
|
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: #ecf;
|
|
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: #ecf;
|
|
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,16 +294,6 @@
|
|
|
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: #fff;
|
|
330
299
|
border-left: 0;
|
|
@@ -337,7 +306,6 @@
|
|
|
337
306
|
}
|
|
338
307
|
|
|
339
308
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
340
|
-
background: #fff;
|
|
341
309
|
border-left: 1px solid #400074;
|
|
342
310
|
}
|
|
343
311
|
|
|
@@ -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: #000;
|
|
1720
|
+
padding: 0;
|
|
1745
1721
|
}
|
|
1746
1722
|
|
|
1747
1723
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
@@ -1763,7 +1739,6 @@
|
|
|
1763
1739
|
color: #fff;
|
|
1764
1740
|
margin: 2px;
|
|
1765
1741
|
width: 20px;
|
|
1766
|
-
color: #400074;
|
|
1767
1742
|
}
|
|
1768
1743
|
|
|
1769
1744
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
@@ -1771,10 +1746,6 @@
|
|
|
1771
1746
|
color: #fff;
|
|
1772
1747
|
}
|
|
1773
1748
|
|
|
1774
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
1775
|
-
color: #fff;
|
|
1776
|
-
}
|
|
1777
|
-
|
|
1778
1749
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1779
1750
|
color: #fff;
|
|
1780
1751
|
}
|
|
@@ -1850,7 +1821,7 @@
|
|
|
1850
1821
|
|
|
1851
1822
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1852
1823
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1853
|
-
height:
|
|
1824
|
+
height: 75px;
|
|
1854
1825
|
}
|
|
1855
1826
|
|
|
1856
1827
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
@@ -2101,13 +2072,6 @@
|
|
|
2101
2072
|
background-color: #ecf;
|
|
2102
2073
|
}
|
|
2103
2074
|
|
|
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: #ecf;
|
|
2107
|
-
border-radius: 50%;
|
|
2108
|
-
color: #000;
|
|
2109
|
-
}
|
|
2110
|
-
|
|
2111
2075
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2112
2076
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2113
2077
|
overflow: hidden;
|
|
@@ -2131,6 +2095,12 @@
|
|
|
2131
2095
|
height: 42px;
|
|
2132
2096
|
}
|
|
2133
2097
|
|
|
2098
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2099
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2100
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
2101
|
+
box-shadow: inset 0 0 0 8px #e4e4e4;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2134
2104
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2135
2105
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2136
2106
|
color: #000;
|
|
@@ -2217,6 +2187,7 @@
|
|
|
2217
2187
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2218
2188
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2219
2189
|
display: block;
|
|
2190
|
+
line-height: 1.4;
|
|
2220
2191
|
}
|
|
2221
2192
|
|
|
2222
2193
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
@@ -2393,6 +2364,7 @@
|
|
|
2393
2364
|
|
|
2394
2365
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2395
2366
|
border-right: 1px solid #757575;
|
|
2367
|
+
height: 40px;
|
|
2396
2368
|
padding-top: 8px;
|
|
2397
2369
|
}
|
|
2398
2370
|
|
|
@@ -2548,7 +2520,7 @@
|
|
|
2548
2520
|
padding: 0;
|
|
2549
2521
|
}
|
|
2550
2522
|
|
|
2551
|
-
.e-schedule .e-month-agenda-view .e-appointment-indicator {
|
|
2523
|
+
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2552
2524
|
background: #1c8000;
|
|
2553
2525
|
border-radius: 50%;
|
|
2554
2526
|
height: 6px;
|
|
@@ -3026,20 +2998,10 @@
|
|
|
3026
2998
|
width: 420px;
|
|
3027
2999
|
}
|
|
3028
3000
|
|
|
3029
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
3030
|
-
padding: 2%;
|
|
3031
|
-
}
|
|
3032
|
-
|
|
3033
3001
|
@media screen and (max-width: 767px) {
|
|
3034
3002
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3035
3003
|
width: 289px;
|
|
3036
3004
|
}
|
|
3037
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
3038
|
-
padding: 5%;
|
|
3039
|
-
}
|
|
3040
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
3041
|
-
margin-bottom: 5%;
|
|
3042
|
-
}
|
|
3043
3005
|
}
|
|
3044
3006
|
|
|
3045
3007
|
.e-dialog.e-quick-dialog {
|
|
@@ -3342,10 +3304,6 @@
|
|
|
3342
3304
|
display: none;
|
|
3343
3305
|
}
|
|
3344
3306
|
|
|
3345
|
-
.e-bigger .e-schedule-dialog .e-footer-content {
|
|
3346
|
-
padding-right: 26px;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
3307
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3350
3308
|
margin-left: 20px;
|
|
3351
3309
|
margin-right: 0;
|
|
@@ -3644,7 +3602,6 @@
|
|
|
3644
3602
|
font-weight: 500;
|
|
3645
3603
|
line-height: 1.5;
|
|
3646
3604
|
max-height: 87px;
|
|
3647
|
-
color: #fff;
|
|
3648
3605
|
background-color: rgba(28, 128, 0, 0.3);
|
|
3649
3606
|
border-left: 6px solid #1c8000;
|
|
3650
3607
|
padding: 8px 0 8px 10px;
|
|
@@ -3701,7 +3658,6 @@
|
|
|
3701
3658
|
color: #000;
|
|
3702
3659
|
font-size: 18px;
|
|
3703
3660
|
padding-right: 13px;
|
|
3704
|
-
padding-top: 4px;
|
|
3705
3661
|
}
|
|
3706
3662
|
|
|
3707
3663
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
@@ -3736,7 +3692,6 @@
|
|
|
3736
3692
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3737
3693
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3738
3694
|
right: auto;
|
|
3739
|
-
margin-right: 10px;
|
|
3740
3695
|
}
|
|
3741
3696
|
|
|
3742
3697
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
@@ -3786,7 +3741,6 @@
|
|
|
3786
3741
|
top: 0;
|
|
3787
3742
|
width: 100%;
|
|
3788
3743
|
z-index: 1004;
|
|
3789
|
-
background-color: #fff;
|
|
3790
3744
|
}
|
|
3791
3745
|
|
|
3792
3746
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
@@ -4225,6 +4179,7 @@
|
|
|
4225
4179
|
border-color: #757575;
|
|
4226
4180
|
border-style: solid;
|
|
4227
4181
|
border-width: 0 0 1px 1px;
|
|
4182
|
+
padding: 0;
|
|
4228
4183
|
}
|
|
4229
4184
|
|
|
4230
4185
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
@@ -4310,6 +4265,7 @@
|
|
|
4310
4265
|
border-style: solid;
|
|
4311
4266
|
border-width: 0 0 1px;
|
|
4312
4267
|
color: #000;
|
|
4268
|
+
padding: 0;
|
|
4313
4269
|
}
|
|
4314
4270
|
|
|
4315
4271
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
@@ -4334,7 +4290,6 @@
|
|
|
4334
4290
|
border-radius: 50%;
|
|
4335
4291
|
color: #fff;
|
|
4336
4292
|
width: 20px;
|
|
4337
|
-
color: #400074;
|
|
4338
4293
|
}
|
|
4339
4294
|
|
|
4340
4295
|
.e-schedule .e-month-view .e-selected-cell,
|
|
@@ -4343,11 +4298,6 @@
|
|
|
4343
4298
|
color: #fff;
|
|
4344
4299
|
}
|
|
4345
4300
|
|
|
4346
|
-
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
4347
|
-
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
|
|
4348
|
-
color: #fff;
|
|
4349
|
-
}
|
|
4350
|
-
|
|
4351
4301
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
4352
4302
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
4353
4303
|
color: #fff;
|
|
@@ -4404,6 +4354,7 @@
|
|
|
4404
4354
|
border-style: solid;
|
|
4405
4355
|
border-width: 0 0 1px 1px;
|
|
4406
4356
|
color: #000;
|
|
4357
|
+
padding: 0;
|
|
4407
4358
|
}
|
|
4408
4359
|
|
|
4409
4360
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
@@ -4412,6 +4363,11 @@
|
|
|
4412
4363
|
color: #000;
|
|
4413
4364
|
}
|
|
4414
4365
|
|
|
4366
|
+
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4367
|
+
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4368
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
4369
|
+
}
|
|
4370
|
+
|
|
4415
4371
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4416
4372
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4417
4373
|
background-color: #fff;
|
|
@@ -4611,10 +4567,6 @@
|
|
|
4611
4567
|
padding-left: 10px;
|
|
4612
4568
|
}
|
|
4613
4569
|
|
|
4614
|
-
.e-recurrenceeditor .e-icons {
|
|
4615
|
-
height: 0;
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
4570
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4619
4571
|
padding: 0 8px 10px 0;
|
|
4620
4572
|
}
|