@syncfusion/ej2-angular-schedule 20.4.38-ngcc → 20.4.38
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/README.md +47 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
- package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
- package/esm2020/src/schedule/resources.directive.mjs +58 -0
- package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
- package/esm2020/src/schedule/schedule.component.mjs +283 -0
- package/esm2020/src/schedule/schedule.module.mjs +52 -0
- package/esm2020/src/schedule/views.directive.mjs +126 -0
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/package.json +45 -22
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
- package/src/schedule/headerrows.directive.d.ts +5 -0
- package/src/schedule/resources.directive.d.ts +5 -0
- package/src/schedule/schedule-all.module.d.ts +6 -0
- package/src/schedule/schedule.component.d.ts +3 -0
- package/src/schedule/schedule.module.d.ts +9 -0
- package/src/schedule/views.directive.d.ts +6 -6
- package/styles/bootstrap-dark.css +106 -369
- package/styles/bootstrap.css +104 -368
- package/styles/bootstrap4.css +146 -380
- package/styles/bootstrap5-dark.css +142 -344
- package/styles/bootstrap5.css +142 -344
- package/styles/fabric-dark.css +106 -335
- package/styles/fabric.css +111 -321
- package/styles/fluent-dark.css +107 -400
- package/styles/fluent.css +107 -400
- package/styles/highcontrast-light.css +103 -412
- package/styles/highcontrast.css +118 -404
- package/styles/material-dark.css +115 -367
- package/styles/material.css +115 -409
- package/styles/recurrence-editor/_all.scss +2 -0
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-definition.scss +13 -0
- package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_fluent-definition.scss +13 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
- package/styles/recurrence-editor/_layout.scss +534 -0
- package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_material-definition.scss +13 -0
- package/styles/recurrence-editor/_material3-definition.scss +13 -0
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
- package/styles/recurrence-editor/_theme.scss +1 -0
- package/styles/recurrence-editor/bootstrap-dark.css +33 -142
- package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap.css +33 -142
- package/styles/recurrence-editor/bootstrap.scss +3 -1
- package/styles/recurrence-editor/bootstrap4.css +33 -176
- package/styles/recurrence-editor/bootstrap4.scss +3 -1
- package/styles/recurrence-editor/bootstrap5-dark.css +33 -183
- package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap5.css +33 -183
- package/styles/recurrence-editor/bootstrap5.scss +3 -1
- package/styles/recurrence-editor/fabric-dark.css +33 -118
- package/styles/recurrence-editor/fabric-dark.scss +3 -1
- package/styles/recurrence-editor/fabric.css +33 -111
- package/styles/recurrence-editor/fabric.scss +3 -1
- package/styles/recurrence-editor/fluent-dark.css +33 -163
- package/styles/recurrence-editor/fluent-dark.scss +3 -1
- package/styles/recurrence-editor/fluent.css +33 -163
- package/styles/recurrence-editor/fluent.scss +3 -1
- package/styles/recurrence-editor/highcontrast-light.css +33 -115
- package/styles/recurrence-editor/highcontrast-light.scss +3 -1
- package/styles/recurrence-editor/highcontrast.css +33 -115
- package/styles/recurrence-editor/highcontrast.scss +3 -1
- package/styles/recurrence-editor/material-dark.css +33 -143
- package/styles/recurrence-editor/material-dark.scss +3 -1
- package/styles/recurrence-editor/material.css +33 -168
- package/styles/recurrence-editor/material.scss +3 -1
- package/styles/recurrence-editor/tailwind-dark.css +33 -131
- package/styles/recurrence-editor/tailwind-dark.scss +3 -1
- package/styles/recurrence-editor/tailwind.css +33 -131
- package/styles/recurrence-editor/tailwind.scss +3 -1
- package/styles/schedule/_all.scss +2 -0
- package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
- package/styles/schedule/_bootstrap-definition.scss +213 -0
- package/styles/schedule/_bootstrap4-definition.scss +215 -0
- package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
- package/styles/schedule/_bootstrap5-definition.scss +224 -0
- package/styles/schedule/_fabric-dark-definition.scss +213 -0
- package/styles/schedule/_fabric-definition.scss +213 -0
- package/styles/schedule/_fluent-dark-definition.scss +1 -0
- package/styles/schedule/_fluent-definition.scss +220 -0
- package/styles/schedule/_fusionnew-definition.scss +224 -0
- package/styles/schedule/_highcontrast-definition.scss +214 -0
- package/styles/schedule/_highcontrast-light-definition.scss +214 -0
- package/styles/schedule/_layout.scss +4489 -0
- package/styles/schedule/_material-dark-definition.scss +213 -0
- package/styles/schedule/_material-definition.scss +213 -0
- package/styles/schedule/_material3-definition.scss +224 -0
- package/styles/schedule/_tailwind-dark-definition.scss +1 -0
- package/styles/schedule/_tailwind-definition.scss +217 -0
- package/styles/schedule/_theme.scss +510 -0
- package/styles/schedule/bootstrap-dark.css +73 -332
- package/styles/schedule/bootstrap-dark.scss +5 -1
- package/styles/schedule/bootstrap.css +71 -331
- package/styles/schedule/bootstrap.scss +5 -1
- package/styles/schedule/bootstrap4.css +113 -343
- package/styles/schedule/bootstrap4.scss +5 -1
- package/styles/schedule/bootstrap5-dark.css +109 -307
- package/styles/schedule/bootstrap5-dark.scss +4 -1
- package/styles/schedule/bootstrap5.css +109 -307
- package/styles/schedule/bootstrap5.scss +5 -1
- package/styles/schedule/fabric-dark.css +73 -298
- package/styles/schedule/fabric-dark.scss +5 -1
- package/styles/schedule/fabric.css +78 -284
- package/styles/schedule/fabric.scss +5 -1
- package/styles/schedule/fluent-dark.css +74 -363
- package/styles/schedule/fluent-dark.scss +4 -1
- package/styles/schedule/fluent.css +74 -363
- package/styles/schedule/fluent.scss +5 -1
- package/styles/schedule/highcontrast-light.css +70 -375
- package/styles/schedule/highcontrast-light.scss +5 -1
- package/styles/schedule/highcontrast.css +85 -367
- package/styles/schedule/highcontrast.scss +5 -1
- package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
- package/styles/schedule/icons/_bootstrap.scss +231 -0
- package/styles/schedule/icons/_bootstrap4.scss +231 -0
- package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
- package/styles/schedule/icons/_bootstrap5.scss +231 -0
- package/styles/schedule/icons/_fabric-dark.scss +231 -0
- package/styles/schedule/icons/_fabric.scss +231 -0
- package/styles/schedule/icons/_fluent-dark.scss +1 -0
- package/styles/schedule/icons/_fluent.scss +231 -0
- package/styles/schedule/icons/_fusionnew.scss +231 -0
- package/styles/schedule/icons/_highcontrast-light.scss +231 -0
- package/styles/schedule/icons/_highcontrast.scss +231 -0
- package/styles/schedule/icons/_material-dark.scss +231 -0
- package/styles/schedule/icons/_material.scss +231 -0
- package/styles/schedule/icons/_material3.scss +231 -0
- package/styles/schedule/icons/_tailwind-dark.scss +1 -0
- package/styles/schedule/icons/_tailwind.scss +231 -0
- package/styles/schedule/material-dark.css +82 -330
- package/styles/schedule/material-dark.scss +5 -1
- package/styles/schedule/material.css +82 -372
- package/styles/schedule/material.scss +5 -1
- package/styles/schedule/tailwind-dark.css +111 -246
- package/styles/schedule/tailwind-dark.scss +4 -1
- package/styles/schedule/tailwind.css +111 -246
- package/styles/schedule/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +145 -284
- package/styles/tailwind.css +145 -284
- package/syncfusion-ej2-angular-schedule.d.ts +5 -0
- package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
- package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-schedule.js +0 -788
- package/@syncfusion/ej2-angular-schedule.js.map +0 -1
- package/CHANGELOG.md +0 -1589
- package/dist/ej2-angular-schedule.umd.js +0 -980
- package/dist/ej2-angular-schedule.umd.js.map +0 -1
- package/dist/ej2-angular-schedule.umd.min.js +0 -11
- package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
- package/ej2-angular-schedule.d.ts +0 -6
- package/ej2-angular-schedule.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -1,100 +1,3 @@
|
|
|
1
|
-
/*! TreeView's fabric theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
-
/*! calendar fabric theme variables */
|
|
5
|
-
.e-ddl.e-popup {
|
|
6
|
-
border: 0;
|
|
7
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
8
|
-
margin-top: 1px;
|
|
9
|
-
}
|
|
10
|
-
.e-ddl.e-popup .e-input-group input {
|
|
11
|
-
line-height: 15px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-ddl.e-popup .e-input-group {
|
|
15
|
-
display: -ms-flexbox;
|
|
16
|
-
display: flex;
|
|
17
|
-
width: auto;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
21
|
-
min-height: 26px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
25
|
-
border-left-width: 0;
|
|
26
|
-
border-right-width: 0;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
30
|
-
margin-top: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
34
|
-
font-size: 15px;
|
|
35
|
-
line-height: 45px;
|
|
36
|
-
padding-left: 0;
|
|
37
|
-
text-indent: 16px;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
41
|
-
padding-left: 4px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
45
|
-
padding: 4px 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
49
|
-
height: 38px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
53
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
54
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
55
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
56
|
-
background: transparent;
|
|
57
|
-
color: #333;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
61
|
-
font-size: 14px;
|
|
62
|
-
line-height: 40px;
|
|
63
|
-
padding-left: 0;
|
|
64
|
-
text-indent: 16px;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
68
|
-
padding-left: 4px;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
72
|
-
padding: 0;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
76
|
-
height: 34px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
80
|
-
height: 30px;
|
|
81
|
-
width: 30px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.e-small .e-multi-select-wrapper .e-chips,
|
|
85
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips {
|
|
86
|
-
padding: 0;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent,
|
|
90
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent {
|
|
91
|
-
padding: 0 8px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
95
|
-
margin: 2px 2px 2px 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
1
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
99
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
100
3
|
content: "\e98f";
|
|
@@ -290,7 +193,7 @@
|
|
|
290
193
|
}
|
|
291
194
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
|
|
292
195
|
font-size: 12px;
|
|
293
|
-
|
|
196
|
+
padding-top: 4px;
|
|
294
197
|
}
|
|
295
198
|
.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 {
|
|
296
199
|
border-radius: 0%;
|
|
@@ -311,6 +214,9 @@
|
|
|
311
214
|
font-size: 16px;
|
|
312
215
|
text-transform: initial;
|
|
313
216
|
}
|
|
217
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
218
|
+
padding: 0 12px;
|
|
219
|
+
}
|
|
314
220
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
315
221
|
background: #fff;
|
|
316
222
|
border-left: 0;
|
|
@@ -354,9 +260,6 @@
|
|
|
354
260
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
355
261
|
height: inherit;
|
|
356
262
|
}
|
|
357
|
-
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
358
|
-
padding: 0;
|
|
359
|
-
}
|
|
360
263
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
361
264
|
font-size: 15px;
|
|
362
265
|
}
|
|
@@ -435,7 +338,6 @@
|
|
|
435
338
|
height: 100%;
|
|
436
339
|
position: absolute;
|
|
437
340
|
width: 250px;
|
|
438
|
-
color: #333;
|
|
439
341
|
}
|
|
440
342
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
441
343
|
height: 100%;
|
|
@@ -538,6 +440,7 @@
|
|
|
538
440
|
}
|
|
539
441
|
.e-schedule .e-block-appointment {
|
|
540
442
|
background: rgba(0, 0, 0, 0.08);
|
|
443
|
+
border-radius: 2px;
|
|
541
444
|
color: #a6a6a6;
|
|
542
445
|
cursor: default;
|
|
543
446
|
overflow: hidden;
|
|
@@ -795,15 +698,11 @@
|
|
|
795
698
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
796
699
|
display: table;
|
|
797
700
|
font-size: 13px;
|
|
798
|
-
line-height: unset;
|
|
799
|
-
padding-bottom: 0;
|
|
800
701
|
}
|
|
801
702
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
802
703
|
cursor: pointer;
|
|
803
704
|
display: table;
|
|
804
705
|
font-size: 18px;
|
|
805
|
-
line-height: unset;
|
|
806
|
-
padding-top: 0;
|
|
807
706
|
}
|
|
808
707
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
809
708
|
text-decoration: underline;
|
|
@@ -871,7 +770,6 @@
|
|
|
871
770
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
872
771
|
background: #f4f4f4;
|
|
873
772
|
border-radius: 100%;
|
|
874
|
-
color: #333;
|
|
875
773
|
}
|
|
876
774
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
877
775
|
opacity: 0;
|
|
@@ -1024,7 +922,6 @@
|
|
|
1024
922
|
flex: auto;
|
|
1025
923
|
padding: 0 4px;
|
|
1026
924
|
text-align: left;
|
|
1027
|
-
line-height: unset;
|
|
1028
925
|
}
|
|
1029
926
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1030
927
|
font-size: 13px;
|
|
@@ -1325,9 +1222,6 @@
|
|
|
1325
1222
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1326
1223
|
text-decoration: underline;
|
|
1327
1224
|
}
|
|
1328
|
-
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1329
|
-
margin: 3px 3px 2px;
|
|
1330
|
-
}
|
|
1331
1225
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1332
1226
|
border-left: 1px solid #d0d0d0;
|
|
1333
1227
|
border-right-width: 0;
|
|
@@ -1500,6 +1394,54 @@
|
|
|
1500
1394
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1501
1395
|
transform: rotate(90deg);
|
|
1502
1396
|
}
|
|
1397
|
+
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1398
|
+
background-color: #f8f8f8;
|
|
1399
|
+
border-color: #d0d0d0;
|
|
1400
|
+
border-style: solid;
|
|
1401
|
+
border-width: 0 1px 1px 0;
|
|
1402
|
+
color: #333;
|
|
1403
|
+
padding: 0;
|
|
1404
|
+
}
|
|
1405
|
+
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1406
|
+
background: #eaeaea;
|
|
1407
|
+
color: #333;
|
|
1408
|
+
}
|
|
1409
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1410
|
+
background-color: #fff;
|
|
1411
|
+
}
|
|
1412
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1413
|
+
color: #767676;
|
|
1414
|
+
}
|
|
1415
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1416
|
+
background-color: #0078d6;
|
|
1417
|
+
border-radius: 50%;
|
|
1418
|
+
color: #fff;
|
|
1419
|
+
margin: 2px;
|
|
1420
|
+
width: 20px;
|
|
1421
|
+
}
|
|
1422
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1423
|
+
background-color: #b7e0ff;
|
|
1424
|
+
color: #333;
|
|
1425
|
+
}
|
|
1426
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1427
|
+
color: #333;
|
|
1428
|
+
}
|
|
1429
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1430
|
+
background-color: #b7e0ff;
|
|
1431
|
+
}
|
|
1432
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1433
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1434
|
+
}
|
|
1435
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1436
|
+
cursor: default;
|
|
1437
|
+
opacity: 0.35;
|
|
1438
|
+
}
|
|
1439
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1440
|
+
text-decoration: none;
|
|
1441
|
+
}
|
|
1442
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1443
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1444
|
+
}
|
|
1503
1445
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1504
1446
|
height: 100%;
|
|
1505
1447
|
}
|
|
@@ -1526,7 +1468,6 @@
|
|
|
1526
1468
|
border-bottom: 1px solid #d0d0d0;
|
|
1527
1469
|
border-right: 1px solid #d0d0d0;
|
|
1528
1470
|
text-align: center;
|
|
1529
|
-
color: #767676;
|
|
1530
1471
|
}
|
|
1531
1472
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1532
1473
|
color: #0078d6;
|
|
@@ -1562,6 +1503,13 @@
|
|
|
1562
1503
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1563
1504
|
text-decoration: underline;
|
|
1564
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1507
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1508
|
+
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
1509
|
+
}
|
|
1510
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1511
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1512
|
+
}
|
|
1565
1513
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1566
1514
|
position: absolute;
|
|
1567
1515
|
top: 0;
|
|
@@ -1658,7 +1606,7 @@
|
|
|
1658
1606
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1659
1607
|
text-decoration: underline;
|
|
1660
1608
|
}
|
|
1661
|
-
.e-schedule.e-device .e-year-view .e-
|
|
1609
|
+
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1662
1610
|
max-width: 100%;
|
|
1663
1611
|
min-width: 100%;
|
|
1664
1612
|
}
|
|
@@ -1700,7 +1648,6 @@
|
|
|
1700
1648
|
}
|
|
1701
1649
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1702
1650
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1703
|
-
background-color: #fff;
|
|
1704
1651
|
overflow: inherit;
|
|
1705
1652
|
}
|
|
1706
1653
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -2026,7 +1973,6 @@
|
|
|
2026
1973
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2027
1974
|
border-bottom: 1px solid #d0d0d0;
|
|
2028
1975
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2029
|
-
height: 100%;
|
|
2030
1976
|
}
|
|
2031
1977
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2032
1978
|
border-bottom: 1px solid #d0d0d0;
|
|
@@ -2243,7 +2189,6 @@
|
|
|
2243
2189
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2244
2190
|
display: -ms-flexbox;
|
|
2245
2191
|
display: flex;
|
|
2246
|
-
margin-bottom: 0;
|
|
2247
2192
|
}
|
|
2248
2193
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2249
2194
|
color: #333;
|
|
@@ -2397,10 +2342,6 @@
|
|
|
2397
2342
|
min-width: 32px;
|
|
2398
2343
|
z-index: 0;
|
|
2399
2344
|
}
|
|
2400
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2401
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2402
|
-
font-size: 14px;
|
|
2403
|
-
}
|
|
2404
2345
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2405
2346
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2406
2347
|
line-height: inherit;
|
|
@@ -2442,19 +2383,13 @@
|
|
|
2442
2383
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
2443
2384
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2444
2385
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right {
|
|
2445
|
-
padding:
|
|
2446
|
-
font-size: 14px;
|
|
2386
|
+
padding: 3px 12px 0 0;
|
|
2447
2387
|
}
|
|
2448
2388
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2449
2389
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2450
2390
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2451
2391
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2452
2392
|
height: 25px;
|
|
2453
|
-
padding-top: 0;
|
|
2454
|
-
}
|
|
2455
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2456
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2457
|
-
font-size: 16px;
|
|
2458
2393
|
}
|
|
2459
2394
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2460
2395
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
@@ -2846,6 +2781,9 @@
|
|
|
2846
2781
|
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
2847
2782
|
display: none;
|
|
2848
2783
|
}
|
|
2784
|
+
.e-bigger .e-schedule-dialog .e-footer-content {
|
|
2785
|
+
padding-right: 26px;
|
|
2786
|
+
}
|
|
2849
2787
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
2850
2788
|
margin-left: 20px;
|
|
2851
2789
|
margin-right: 0;
|
|
@@ -3016,7 +2954,6 @@
|
|
|
3016
2954
|
position: absolute;
|
|
3017
2955
|
right: 6px;
|
|
3018
2956
|
top: 4px;
|
|
3019
|
-
padding: 0;
|
|
3020
2957
|
}
|
|
3021
2958
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3022
2959
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
@@ -3043,15 +2980,12 @@
|
|
|
3043
2980
|
width: 100%;
|
|
3044
2981
|
}
|
|
3045
2982
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3046
|
-
margin:
|
|
2983
|
+
margin-bottom: 4px;
|
|
3047
2984
|
}
|
|
3048
2985
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3049
2986
|
font-size: 22px;
|
|
3050
2987
|
height: 40px;
|
|
3051
2988
|
}
|
|
3052
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3053
|
-
background-color: #fff;
|
|
3054
|
-
}
|
|
3055
2989
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3056
2990
|
padding: 5px 5px 2px;
|
|
3057
2991
|
}
|
|
@@ -3095,15 +3029,13 @@
|
|
|
3095
3029
|
padding: 0 18px 8px;
|
|
3096
3030
|
}
|
|
3097
3031
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3098
|
-
background-color: rgba(0, 120, 214, 0.3);
|
|
3099
|
-
border-left: 6px solid #0078d6;
|
|
3100
|
-
border-radius: 2px;
|
|
3101
|
-
color: #333;
|
|
3102
3032
|
cursor: default;
|
|
3103
3033
|
font-size: 20px;
|
|
3104
3034
|
font-weight: 500;
|
|
3105
3035
|
line-height: 1.5;
|
|
3106
3036
|
max-height: 87px;
|
|
3037
|
+
background-color: rgba(0, 120, 214, 0.3);
|
|
3038
|
+
border-left: 6px solid #0078d6;
|
|
3107
3039
|
padding: 8px 0 8px 10px;
|
|
3108
3040
|
}
|
|
3109
3041
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
@@ -3152,7 +3084,8 @@
|
|
|
3152
3084
|
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
|
|
3153
3085
|
color: #767676;
|
|
3154
3086
|
font-size: 18px;
|
|
3155
|
-
padding:
|
|
3087
|
+
padding-right: 13px;
|
|
3088
|
+
padding-top: 4px;
|
|
3156
3089
|
}
|
|
3157
3090
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3158
3091
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
@@ -3182,6 +3115,7 @@
|
|
|
3182
3115
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3183
3116
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3184
3117
|
right: auto;
|
|
3118
|
+
margin-right: 8px;
|
|
3185
3119
|
}
|
|
3186
3120
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
3187
3121
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
|
|
@@ -3193,9 +3127,6 @@
|
|
|
3193
3127
|
right: auto;
|
|
3194
3128
|
text-transform: capitalize;
|
|
3195
3129
|
}
|
|
3196
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3197
|
-
display: block;
|
|
3198
|
-
}
|
|
3199
3130
|
.e-quick-popup-wrapper.e-rtl {
|
|
3200
3131
|
text-align: right;
|
|
3201
3132
|
}
|
|
@@ -3203,6 +3134,10 @@
|
|
|
3203
3134
|
left: 6px;
|
|
3204
3135
|
right: auto;
|
|
3205
3136
|
}
|
|
3137
|
+
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3138
|
+
padding: 8px 18px 8px 8px;
|
|
3139
|
+
text-align: left;
|
|
3140
|
+
}
|
|
3206
3141
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3207
3142
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3208
3143
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3210,17 +3145,9 @@
|
|
|
3210
3145
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3211
3146
|
margin-right: 10px;
|
|
3212
3147
|
}
|
|
3213
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details
|
|
3214
|
-
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3148
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3215
3149
|
margin-left: 8px;
|
|
3216
3150
|
}
|
|
3217
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3218
|
-
padding: 8px 8px 8px 18px;
|
|
3219
|
-
text-align: left;
|
|
3220
|
-
}
|
|
3221
|
-
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3222
|
-
padding: 0 0 0 10px;
|
|
3223
|
-
}
|
|
3224
3151
|
.e-quick-popup-wrapper.e-device {
|
|
3225
3152
|
bottom: 0;
|
|
3226
3153
|
height: 100%;
|
|
@@ -3277,7 +3204,6 @@
|
|
|
3277
3204
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3278
3205
|
background-color: transparent;
|
|
3279
3206
|
border: 0;
|
|
3280
|
-
color: #333;
|
|
3281
3207
|
height: 40px;
|
|
3282
3208
|
width: 40px;
|
|
3283
3209
|
}
|
|
@@ -3309,25 +3235,6 @@
|
|
|
3309
3235
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3310
3236
|
font-size: 24px;
|
|
3311
3237
|
}
|
|
3312
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3313
|
-
padding: 38px 18px 12px;
|
|
3314
|
-
}
|
|
3315
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3316
|
-
padding: 8px 18px 8px 22px;
|
|
3317
|
-
}
|
|
3318
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3319
|
-
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3320
|
-
padding-right: 13px;
|
|
3321
|
-
}
|
|
3322
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3323
|
-
font-size: 16px;
|
|
3324
|
-
}
|
|
3325
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3326
|
-
padding-right: 0;
|
|
3327
|
-
}
|
|
3328
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3329
|
-
padding-right: 13px;
|
|
3330
|
-
}
|
|
3331
3238
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3332
3239
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3333
3240
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
@@ -3348,35 +3255,6 @@
|
|
|
3348
3255
|
padding: 0 5px 0 8px;
|
|
3349
3256
|
}
|
|
3350
3257
|
|
|
3351
|
-
.e-bigger .e-agenda-view .e-appointment {
|
|
3352
|
-
padding: 0 8px;
|
|
3353
|
-
}
|
|
3354
|
-
.e-bigger .e-agenda-view .e-subject {
|
|
3355
|
-
font-size: 16px;
|
|
3356
|
-
}
|
|
3357
|
-
.e-bigger .e-agenda-view .e-date-time {
|
|
3358
|
-
font-size: 14px;
|
|
3359
|
-
}
|
|
3360
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
3361
|
-
font-size: 20px;
|
|
3362
|
-
}
|
|
3363
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
3364
|
-
font-size: 14px;
|
|
3365
|
-
}
|
|
3366
|
-
|
|
3367
|
-
.e-bigger .e-timeline-view .e-resource-text {
|
|
3368
|
-
font-size: 14px;
|
|
3369
|
-
padding-left: 12px;
|
|
3370
|
-
}
|
|
3371
|
-
.e-bigger .e-timeline-view .e-navigate {
|
|
3372
|
-
font-size: 18px;
|
|
3373
|
-
padding: 8px 0 8px 8px;
|
|
3374
|
-
}
|
|
3375
|
-
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
3376
|
-
font-size: 18px;
|
|
3377
|
-
padding: 8px 0 8px 8px;
|
|
3378
|
-
}
|
|
3379
|
-
|
|
3380
3258
|
.e-appointment.e-schedule-event-clone {
|
|
3381
3259
|
background: #0078d6;
|
|
3382
3260
|
border-radius: 2px;
|
|
@@ -3479,7 +3357,8 @@
|
|
|
3479
3357
|
height: calc(100% - 35px);
|
|
3480
3358
|
max-height: 150px;
|
|
3481
3359
|
overflow-y: auto;
|
|
3482
|
-
padding: 10px
|
|
3360
|
+
padding-left: 10px;
|
|
3361
|
+
padding-right: 10px;
|
|
3483
3362
|
}
|
|
3484
3363
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3485
3364
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
@@ -3526,7 +3405,6 @@
|
|
|
3526
3405
|
color: #767676;
|
|
3527
3406
|
cursor: pointer;
|
|
3528
3407
|
height: 25px;
|
|
3529
|
-
padding: unset;
|
|
3530
3408
|
position: absolute;
|
|
3531
3409
|
right: 6px;
|
|
3532
3410
|
width: 25px;
|
|
@@ -3601,14 +3479,6 @@
|
|
|
3601
3479
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
3602
3480
|
max-height: unset;
|
|
3603
3481
|
}
|
|
3604
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
3605
|
-
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
3606
|
-
padding-right: 10px;
|
|
3607
|
-
}
|
|
3608
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
3609
|
-
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
3610
|
-
padding-right: 10px;
|
|
3611
|
-
}
|
|
3612
3482
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
3613
3483
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
3614
3484
|
left: 6px;
|
|
@@ -3626,10 +3496,6 @@
|
|
|
3626
3496
|
border-width: 0;
|
|
3627
3497
|
position: relative;
|
|
3628
3498
|
}
|
|
3629
|
-
.e-schedule .e-header-calendar {
|
|
3630
|
-
background-color: none;
|
|
3631
|
-
box-shadow: none;
|
|
3632
|
-
}
|
|
3633
3499
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3634
3500
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
3635
3501
|
border-left-width: 0;
|
|
@@ -3689,7 +3555,6 @@
|
|
|
3689
3555
|
}
|
|
3690
3556
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3691
3557
|
color: #0078d6;
|
|
3692
|
-
font-weight: normal;
|
|
3693
3558
|
}
|
|
3694
3559
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3695
3560
|
background-color: #f8f8f8;
|
|
@@ -3720,7 +3585,6 @@
|
|
|
3720
3585
|
}
|
|
3721
3586
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3722
3587
|
background-color: #b7e0ff;
|
|
3723
|
-
color: #333;
|
|
3724
3588
|
}
|
|
3725
3589
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3726
3590
|
background-color: #b7e0ff;
|
|
@@ -3728,7 +3592,6 @@
|
|
|
3728
3592
|
}
|
|
3729
3593
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3730
3594
|
background-color: #b7e0ff;
|
|
3731
|
-
color: #333;
|
|
3732
3595
|
}
|
|
3733
3596
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
3734
3597
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -3754,14 +3617,11 @@
|
|
|
3754
3617
|
border-style: solid;
|
|
3755
3618
|
border-width: 0 0 1px;
|
|
3756
3619
|
color: #767676;
|
|
3757
|
-
font-size: none;
|
|
3758
3620
|
text-align: left;
|
|
3759
|
-
text-transform: none;
|
|
3760
3621
|
}
|
|
3761
3622
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3762
3623
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3763
3624
|
color: #0078d6;
|
|
3764
|
-
font-weight: normal;
|
|
3765
3625
|
}
|
|
3766
3626
|
.e-schedule .e-month-view .e-work-cells,
|
|
3767
3627
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
@@ -3797,10 +3657,6 @@
|
|
|
3797
3657
|
background-color: #b7e0ff;
|
|
3798
3658
|
color: #333;
|
|
3799
3659
|
}
|
|
3800
|
-
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
3801
|
-
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
|
|
3802
|
-
color: none;
|
|
3803
|
-
}
|
|
3804
3660
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
3805
3661
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
3806
3662
|
color: #333;
|
|
@@ -3809,9 +3665,6 @@
|
|
|
3809
3665
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3810
3666
|
background-color: #b7e0ff;
|
|
3811
3667
|
}
|
|
3812
|
-
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3813
|
-
overflow: auto;
|
|
3814
|
-
}
|
|
3815
3668
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3816
3669
|
border-width: 0 0 1px 0;
|
|
3817
3670
|
text-align: center;
|
|
@@ -3843,7 +3696,6 @@
|
|
|
3843
3696
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3844
3697
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3845
3698
|
color: #0078d6;
|
|
3846
|
-
font-weight: normal;
|
|
3847
3699
|
}
|
|
3848
3700
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3849
3701
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
@@ -3907,64 +3759,6 @@
|
|
|
3907
3759
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
3908
3760
|
border-left: 1px solid #0078d6;
|
|
3909
3761
|
}
|
|
3910
|
-
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3911
|
-
background-color: #f8f8f8;
|
|
3912
|
-
border-color: #d0d0d0;
|
|
3913
|
-
border-style: solid;
|
|
3914
|
-
border-width: 0 1px 1px 0;
|
|
3915
|
-
color: #333;
|
|
3916
|
-
padding: 0;
|
|
3917
|
-
}
|
|
3918
|
-
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
3919
|
-
background: #eaeaea;
|
|
3920
|
-
color: #333;
|
|
3921
|
-
}
|
|
3922
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
3923
|
-
background-color: #fff;
|
|
3924
|
-
}
|
|
3925
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
3926
|
-
color: #767676;
|
|
3927
|
-
}
|
|
3928
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
3929
|
-
background-color: #0078d6;
|
|
3930
|
-
border-radius: 50%;
|
|
3931
|
-
color: #fff;
|
|
3932
|
-
margin: 2px;
|
|
3933
|
-
width: 20px;
|
|
3934
|
-
}
|
|
3935
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
3936
|
-
background-color: #b7e0ff;
|
|
3937
|
-
color: #333;
|
|
3938
|
-
}
|
|
3939
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
3940
|
-
color: #333;
|
|
3941
|
-
}
|
|
3942
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
3943
|
-
color: #333;
|
|
3944
|
-
}
|
|
3945
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
3946
|
-
background-color: #b7e0ff;
|
|
3947
|
-
}
|
|
3948
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
3949
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3950
|
-
}
|
|
3951
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
3952
|
-
cursor: default;
|
|
3953
|
-
opacity: 0.35;
|
|
3954
|
-
}
|
|
3955
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
3956
|
-
text-decoration: none;
|
|
3957
|
-
}
|
|
3958
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
3959
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3960
|
-
}
|
|
3961
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
3962
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3963
|
-
box-shadow: inset 0 0 0 8px #f8f8f8;
|
|
3964
|
-
}
|
|
3965
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
3966
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
3967
|
-
}
|
|
3968
3762
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3969
3763
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
3970
3764
|
border-right-width: 0;
|