@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,168 +1,3 @@
|
|
|
1
|
-
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
-
/*! calendar bootstrap5 theme variables */
|
|
5
|
-
.e-popup.e-ddl {
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
box-shadow: none;
|
|
8
|
-
margin-top: 1px;
|
|
9
|
-
}
|
|
10
|
-
.e-popup.e-ddl .e-input-group {
|
|
11
|
-
width: auto;
|
|
12
|
-
}
|
|
13
|
-
.e-popup.e-ddl .e-input-group input {
|
|
14
|
-
line-height: 15px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
18
|
-
min-height: 26px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
22
|
-
display: -ms-flexbox;
|
|
23
|
-
display: flex;
|
|
24
|
-
width: auto;
|
|
25
|
-
}
|
|
26
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
27
|
-
border: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
31
|
-
margin-top: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
35
|
-
font-size: 16px;
|
|
36
|
-
line-height: 32px;
|
|
37
|
-
padding-left: 0;
|
|
38
|
-
text-indent: 16px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
42
|
-
font-size: 14px;
|
|
43
|
-
line-height: 32px;
|
|
44
|
-
padding-left: 0;
|
|
45
|
-
text-indent: 16px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
49
|
-
min-height: 40px;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
53
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
54
|
-
background: transparent;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
58
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
59
|
-
background: #1b1a19;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
63
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
64
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
65
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
66
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
67
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
68
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
69
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
70
|
-
background: none;
|
|
71
|
-
color: #a19f9d;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
75
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
76
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
77
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
78
|
-
background: transparent;
|
|
79
|
-
color: #a19f9d;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
83
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
84
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
85
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
86
|
-
border: 0;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
90
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
91
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
92
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
93
|
-
box-shadow: none;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
97
|
-
background: none;
|
|
98
|
-
display: -ms-flexbox;
|
|
99
|
-
display: flex;
|
|
100
|
-
position: relative;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
104
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
105
|
-
background: #252423;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
109
|
-
font-size: 14px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
113
|
-
font-size: 16px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.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 {
|
|
117
|
-
font-size: 14px;
|
|
118
|
-
line-height: 34px;
|
|
119
|
-
padding-left: 0;
|
|
120
|
-
text-indent: 16px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.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 {
|
|
124
|
-
height: 30px;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
128
|
-
min-height: 34px;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
132
|
-
line-height: 30px;
|
|
133
|
-
top: 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
137
|
-
border-radius: 0 4px 4px 0;
|
|
138
|
-
border-right-width: 0;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
142
|
-
border-left-width: 0;
|
|
143
|
-
border-radius: 4px 0 0 4px;
|
|
144
|
-
border-right-width: 1px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
148
|
-
height: 32px;
|
|
149
|
-
width: 32px;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
153
|
-
height: 24px;
|
|
154
|
-
width: 24px;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
158
|
-
color: #f3f2f1;
|
|
159
|
-
height: 100%;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
163
|
-
border-left-width: 0;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
1
|
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
167
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
168
3
|
content: "\e765";
|
|
@@ -358,7 +193,6 @@
|
|
|
358
193
|
}
|
|
359
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 {
|
|
360
195
|
font-size: 16px;
|
|
361
|
-
margin-top: 4px;
|
|
362
196
|
}
|
|
363
197
|
.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 {
|
|
364
198
|
border-radius: 4px;
|
|
@@ -422,9 +256,6 @@
|
|
|
422
256
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
423
257
|
height: inherit;
|
|
424
258
|
}
|
|
425
|
-
.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 {
|
|
426
|
-
padding: 4px 6px;
|
|
427
|
-
}
|
|
428
259
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
429
260
|
font-size: 16px;
|
|
430
261
|
}
|
|
@@ -503,15 +334,11 @@
|
|
|
503
334
|
height: 100%;
|
|
504
335
|
position: absolute;
|
|
505
336
|
width: 250px;
|
|
506
|
-
color: #f3f2f1;
|
|
507
337
|
}
|
|
508
338
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
509
339
|
height: 100%;
|
|
510
340
|
overflow-y: auto;
|
|
511
341
|
}
|
|
512
|
-
.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content {
|
|
513
|
-
padding: 0 12px 0 20px;
|
|
514
|
-
}
|
|
515
342
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
516
343
|
background-color: rgba(0, 0, 0, 0.4);
|
|
517
344
|
height: 100%;
|
|
@@ -606,6 +433,7 @@
|
|
|
606
433
|
}
|
|
607
434
|
.e-schedule .e-block-appointment {
|
|
608
435
|
background: #252423;
|
|
436
|
+
border-radius: 2px;
|
|
609
437
|
color: #c8c6c4;
|
|
610
438
|
cursor: default;
|
|
611
439
|
overflow: hidden;
|
|
@@ -863,14 +691,11 @@
|
|
|
863
691
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
864
692
|
display: table;
|
|
865
693
|
font-size: 12px;
|
|
866
|
-
line-height: unset;
|
|
867
|
-
padding-bottom: 0;
|
|
868
694
|
}
|
|
869
695
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
870
696
|
cursor: pointer;
|
|
871
697
|
display: table;
|
|
872
698
|
font-size: 16px;
|
|
873
|
-
line-height: unset;
|
|
874
699
|
padding-top: 4px;
|
|
875
700
|
}
|
|
876
701
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
@@ -939,7 +764,6 @@
|
|
|
939
764
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
940
765
|
background: #292827;
|
|
941
766
|
border-radius: 100%;
|
|
942
|
-
color: #a19f9d;
|
|
943
767
|
}
|
|
944
768
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
945
769
|
opacity: 0;
|
|
@@ -1092,7 +916,6 @@
|
|
|
1092
916
|
flex: auto;
|
|
1093
917
|
padding: 0 4px;
|
|
1094
918
|
text-align: left;
|
|
1095
|
-
line-height: unset;
|
|
1096
919
|
}
|
|
1097
920
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1098
921
|
font-size: 13px;
|
|
@@ -1393,9 +1216,6 @@
|
|
|
1393
1216
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1394
1217
|
text-decoration: underline;
|
|
1395
1218
|
}
|
|
1396
|
-
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1397
|
-
margin: 3px 3px 2px;
|
|
1398
|
-
}
|
|
1399
1219
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1400
1220
|
border-left: 1px solid #292827;
|
|
1401
1221
|
border-right-width: 0;
|
|
@@ -1568,6 +1388,54 @@
|
|
|
1568
1388
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1569
1389
|
transform: rotate(90deg);
|
|
1570
1390
|
}
|
|
1391
|
+
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1392
|
+
background-color: #201f1e;
|
|
1393
|
+
border-color: #292827;
|
|
1394
|
+
border-style: solid;
|
|
1395
|
+
border-width: 0 1px 1px 0;
|
|
1396
|
+
color: #f3f2f1;
|
|
1397
|
+
padding: 0;
|
|
1398
|
+
}
|
|
1399
|
+
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1400
|
+
background: #252423;
|
|
1401
|
+
color: #f3f2f1;
|
|
1402
|
+
}
|
|
1403
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1404
|
+
background-color: #1b1a19;
|
|
1405
|
+
}
|
|
1406
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1407
|
+
color: #a19f9d;
|
|
1408
|
+
}
|
|
1409
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1410
|
+
background-color: #0078d4;
|
|
1411
|
+
border-radius: 50%;
|
|
1412
|
+
color: #1b1a19;
|
|
1413
|
+
margin: 2px;
|
|
1414
|
+
width: 20px;
|
|
1415
|
+
}
|
|
1416
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1417
|
+
background-color: #292827;
|
|
1418
|
+
color: #f3f2f1;
|
|
1419
|
+
}
|
|
1420
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1421
|
+
color: #f3f2f1;
|
|
1422
|
+
}
|
|
1423
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1424
|
+
background-color: #292827;
|
|
1425
|
+
}
|
|
1426
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1427
|
+
background-color: #252423;
|
|
1428
|
+
}
|
|
1429
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1430
|
+
cursor: default;
|
|
1431
|
+
opacity: 0.35;
|
|
1432
|
+
}
|
|
1433
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1434
|
+
text-decoration: none;
|
|
1435
|
+
}
|
|
1436
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1437
|
+
background-color: #252423;
|
|
1438
|
+
}
|
|
1571
1439
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1572
1440
|
height: 100%;
|
|
1573
1441
|
}
|
|
@@ -1594,7 +1462,6 @@
|
|
|
1594
1462
|
border-bottom: 1px solid #292827;
|
|
1595
1463
|
border-right: 1px solid #292827;
|
|
1596
1464
|
text-align: center;
|
|
1597
|
-
color: #d2d0ce;
|
|
1598
1465
|
}
|
|
1599
1466
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1600
1467
|
color: #0078d4;
|
|
@@ -1630,6 +1497,13 @@
|
|
|
1630
1497
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1631
1498
|
text-decoration: underline;
|
|
1632
1499
|
}
|
|
1500
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1501
|
+
background-color: #252423;
|
|
1502
|
+
box-shadow: inset 0 0 0 8px #201f1e;
|
|
1503
|
+
}
|
|
1504
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1505
|
+
background-color: #252423;
|
|
1506
|
+
}
|
|
1633
1507
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1634
1508
|
position: absolute;
|
|
1635
1509
|
top: 0;
|
|
@@ -1726,7 +1600,7 @@
|
|
|
1726
1600
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1727
1601
|
text-decoration: underline;
|
|
1728
1602
|
}
|
|
1729
|
-
.e-schedule.e-device .e-year-view .e-
|
|
1603
|
+
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1730
1604
|
max-width: 100%;
|
|
1731
1605
|
min-width: 100%;
|
|
1732
1606
|
}
|
|
@@ -1768,7 +1642,6 @@
|
|
|
1768
1642
|
}
|
|
1769
1643
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1770
1644
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1771
|
-
background-color: #1b1a19;
|
|
1772
1645
|
overflow: inherit;
|
|
1773
1646
|
}
|
|
1774
1647
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -2094,7 +1967,6 @@
|
|
|
2094
1967
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2095
1968
|
border-bottom: 2px solid #292827;
|
|
2096
1969
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2097
|
-
height: 100%;
|
|
2098
1970
|
}
|
|
2099
1971
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2100
1972
|
border-bottom: 1px solid #292827;
|
|
@@ -2311,7 +2183,6 @@
|
|
|
2311
2183
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2312
2184
|
display: -ms-flexbox;
|
|
2313
2185
|
display: flex;
|
|
2314
|
-
margin-bottom: 0;
|
|
2315
2186
|
}
|
|
2316
2187
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2317
2188
|
color: #f3f2f1;
|
|
@@ -2465,10 +2336,6 @@
|
|
|
2465
2336
|
min-width: 32px;
|
|
2466
2337
|
z-index: 0;
|
|
2467
2338
|
}
|
|
2468
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2469
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2470
|
-
font-size: 18px;
|
|
2471
|
-
}
|
|
2472
2339
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2473
2340
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2474
2341
|
line-height: inherit;
|
|
@@ -2506,23 +2373,11 @@
|
|
|
2506
2373
|
min-width: 24px;
|
|
2507
2374
|
padding: 8px;
|
|
2508
2375
|
}
|
|
2509
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2510
|
-
.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,
|
|
2511
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2512
|
-
.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 {
|
|
2513
|
-
padding: 4px 6px 6px;
|
|
2514
|
-
font-size: 18px;
|
|
2515
|
-
}
|
|
2516
2376
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2517
2377
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2518
2378
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2519
2379
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2520
2380
|
height: 25px;
|
|
2521
|
-
padding-top: 3px;
|
|
2522
|
-
}
|
|
2523
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2524
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2525
|
-
font-size: 14px;
|
|
2526
2381
|
}
|
|
2527
2382
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2528
2383
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
@@ -2628,19 +2483,10 @@
|
|
|
2628
2483
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2629
2484
|
width: 420px;
|
|
2630
2485
|
}
|
|
2631
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2632
|
-
padding: 0 24px 24px;
|
|
2633
|
-
}
|
|
2634
2486
|
@media screen and (max-width: 767px) {
|
|
2635
2487
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2636
2488
|
width: 289px;
|
|
2637
2489
|
}
|
|
2638
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2639
|
-
padding: 5%;
|
|
2640
|
-
}
|
|
2641
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
2642
|
-
margin-bottom: 5%;
|
|
2643
|
-
}
|
|
2644
2490
|
}
|
|
2645
2491
|
|
|
2646
2492
|
.e-dialog.e-quick-dialog {
|
|
@@ -2817,7 +2663,7 @@
|
|
|
2817
2663
|
}
|
|
2818
2664
|
.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
2819
2665
|
height: 16px;
|
|
2820
|
-
margin-top:
|
|
2666
|
+
margin-top: 14px;
|
|
2821
2667
|
width: 16px;
|
|
2822
2668
|
}
|
|
2823
2669
|
.e-bigger .e-schedule-dialog .e-disable {
|
|
@@ -3084,7 +2930,6 @@
|
|
|
3084
2930
|
position: absolute;
|
|
3085
2931
|
right: 6px;
|
|
3086
2932
|
top: 4px;
|
|
3087
|
-
padding: 0;
|
|
3088
2933
|
}
|
|
3089
2934
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3090
2935
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
@@ -3111,15 +2956,12 @@
|
|
|
3111
2956
|
width: 100%;
|
|
3112
2957
|
}
|
|
3113
2958
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3114
|
-
margin:
|
|
2959
|
+
margin-bottom: 4px;
|
|
3115
2960
|
}
|
|
3116
2961
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3117
2962
|
font-size: 22px;
|
|
3118
2963
|
height: 40px;
|
|
3119
2964
|
}
|
|
3120
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3121
|
-
background-color: #252423;
|
|
3122
|
-
}
|
|
3123
2965
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3124
2966
|
padding: 6px 8px 0 0;
|
|
3125
2967
|
}
|
|
@@ -3163,19 +3005,17 @@
|
|
|
3163
3005
|
padding: 14px 24px;
|
|
3164
3006
|
}
|
|
3165
3007
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3166
|
-
background-color: rgba(0, 120, 212, 0.3);
|
|
3167
|
-
border-left: 6px solid #0078d4;
|
|
3168
|
-
border-radius: 2px;
|
|
3169
|
-
color: #f3f2f1;
|
|
3170
3008
|
cursor: default;
|
|
3171
3009
|
font-size: 20px;
|
|
3172
3010
|
font-weight: 500;
|
|
3173
3011
|
line-height: 1.5;
|
|
3174
3012
|
max-height: 87px;
|
|
3013
|
+
background-color: rgba(0, 120, 212, 0.3);
|
|
3014
|
+
border-left: 6px solid #0078d4;
|
|
3175
3015
|
padding: 8px 0 8px 10px;
|
|
3176
3016
|
}
|
|
3177
3017
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
3178
|
-
padding: 0
|
|
3018
|
+
padding: 0 18px 12px;
|
|
3179
3019
|
}
|
|
3180
3020
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3181
3021
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
@@ -3220,7 +3060,7 @@
|
|
|
3220
3060
|
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
|
|
3221
3061
|
color: #a19f9d;
|
|
3222
3062
|
font-size: 18px;
|
|
3223
|
-
padding:
|
|
3063
|
+
padding-right: 12px;
|
|
3224
3064
|
}
|
|
3225
3065
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3226
3066
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
@@ -3261,9 +3101,6 @@
|
|
|
3261
3101
|
right: auto;
|
|
3262
3102
|
text-transform: capitalize;
|
|
3263
3103
|
}
|
|
3264
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3265
|
-
display: block;
|
|
3266
|
-
}
|
|
3267
3104
|
.e-quick-popup-wrapper.e-rtl {
|
|
3268
3105
|
text-align: right;
|
|
3269
3106
|
}
|
|
@@ -3271,6 +3108,10 @@
|
|
|
3271
3108
|
left: 6px;
|
|
3272
3109
|
right: auto;
|
|
3273
3110
|
}
|
|
3111
|
+
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3112
|
+
padding: 8px 18px 8px 8px;
|
|
3113
|
+
text-align: left;
|
|
3114
|
+
}
|
|
3274
3115
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3275
3116
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3276
3117
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3278,17 +3119,9 @@
|
|
|
3278
3119
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3279
3120
|
margin-right: 10px;
|
|
3280
3121
|
}
|
|
3281
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details
|
|
3282
|
-
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3122
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3283
3123
|
margin-left: 8px;
|
|
3284
3124
|
}
|
|
3285
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3286
|
-
padding: 8px 8px 8px 18px;
|
|
3287
|
-
text-align: left;
|
|
3288
|
-
}
|
|
3289
|
-
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3290
|
-
padding: 0 0 0 10px;
|
|
3291
|
-
}
|
|
3292
3125
|
.e-quick-popup-wrapper.e-device {
|
|
3293
3126
|
bottom: 0;
|
|
3294
3127
|
height: 100%;
|
|
@@ -3345,7 +3178,6 @@
|
|
|
3345
3178
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3346
3179
|
background-color: transparent;
|
|
3347
3180
|
border: 0;
|
|
3348
|
-
color: #f3f2f1;
|
|
3349
3181
|
height: 40px;
|
|
3350
3182
|
width: 40px;
|
|
3351
3183
|
}
|
|
@@ -3377,35 +3209,19 @@
|
|
|
3377
3209
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3378
3210
|
font-size: 24px;
|
|
3379
3211
|
}
|
|
3380
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3381
|
-
padding: 40px 18px 12px;
|
|
3382
|
-
}
|
|
3383
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3384
|
-
padding: 8px 18px 8px 18px;
|
|
3385
|
-
}
|
|
3386
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3387
|
-
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3388
|
-
padding-right: 13px;
|
|
3389
|
-
}
|
|
3390
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3391
|
-
font-size: 16px;
|
|
3392
|
-
}
|
|
3393
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3394
|
-
padding-right: 0;
|
|
3395
|
-
}
|
|
3396
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3397
|
-
padding-right: 13px;
|
|
3398
|
-
}
|
|
3399
3212
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3400
3213
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3401
3214
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
3402
3215
|
height: 2em;
|
|
3403
3216
|
width: 2em;
|
|
3404
3217
|
}
|
|
3218
|
+
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3219
|
+
padding: 16px 28px;
|
|
3220
|
+
}
|
|
3405
3221
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3406
3222
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3407
3223
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3408
|
-
font-size:
|
|
3224
|
+
font-size: 14px;
|
|
3409
3225
|
}
|
|
3410
3226
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3411
3227
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
@@ -3419,31 +3235,6 @@
|
|
|
3419
3235
|
.e-bigger .e-agenda-view .e-appointment {
|
|
3420
3236
|
padding: 0 16px;
|
|
3421
3237
|
}
|
|
3422
|
-
.e-bigger .e-agenda-view .e-subject {
|
|
3423
|
-
font-size: 16px;
|
|
3424
|
-
}
|
|
3425
|
-
.e-bigger .e-agenda-view .e-date-time {
|
|
3426
|
-
font-size: 14px;
|
|
3427
|
-
}
|
|
3428
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
3429
|
-
font-size: 20px;
|
|
3430
|
-
}
|
|
3431
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
3432
|
-
font-size: 14px;
|
|
3433
|
-
}
|
|
3434
|
-
|
|
3435
|
-
.e-bigger .e-timeline-view .e-resource-text {
|
|
3436
|
-
font-size: 14px;
|
|
3437
|
-
padding-left: 12px;
|
|
3438
|
-
}
|
|
3439
|
-
.e-bigger .e-timeline-view .e-navigate {
|
|
3440
|
-
font-size: 16px;
|
|
3441
|
-
padding: 8px 0 8px 8px;
|
|
3442
|
-
}
|
|
3443
|
-
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
3444
|
-
font-size: 16px;
|
|
3445
|
-
padding: 8px 0 8px 8px;
|
|
3446
|
-
}
|
|
3447
3238
|
|
|
3448
3239
|
.e-appointment.e-schedule-event-clone {
|
|
3449
3240
|
background: #0078d4;
|
|
@@ -3547,7 +3338,8 @@
|
|
|
3547
3338
|
height: calc(100% - 35px);
|
|
3548
3339
|
max-height: 150px;
|
|
3549
3340
|
overflow-y: auto;
|
|
3550
|
-
padding: 10px
|
|
3341
|
+
padding-left: 10px;
|
|
3342
|
+
padding-right: 10px;
|
|
3551
3343
|
}
|
|
3552
3344
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3553
3345
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
@@ -3594,7 +3386,6 @@
|
|
|
3594
3386
|
color: #a19f9d;
|
|
3595
3387
|
cursor: pointer;
|
|
3596
3388
|
height: 25px;
|
|
3597
|
-
padding: unset;
|
|
3598
3389
|
position: absolute;
|
|
3599
3390
|
right: 6px;
|
|
3600
3391
|
width: 25px;
|
|
@@ -3669,14 +3460,6 @@
|
|
|
3669
3460
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
3670
3461
|
max-height: unset;
|
|
3671
3462
|
}
|
|
3672
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
3673
|
-
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
3674
|
-
padding-right: 10px;
|
|
3675
|
-
}
|
|
3676
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
3677
|
-
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
3678
|
-
padding-right: 10px;
|
|
3679
|
-
}
|
|
3680
3463
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
3681
3464
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
3682
3465
|
left: 6px;
|
|
@@ -3757,7 +3540,6 @@
|
|
|
3757
3540
|
}
|
|
3758
3541
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3759
3542
|
color: #0078d4;
|
|
3760
|
-
font-weight: normal;
|
|
3761
3543
|
}
|
|
3762
3544
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3763
3545
|
background-color: #201f1e;
|
|
@@ -3788,7 +3570,6 @@
|
|
|
3788
3570
|
}
|
|
3789
3571
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3790
3572
|
background-color: #292827;
|
|
3791
|
-
color: #f3f2f1;
|
|
3792
3573
|
}
|
|
3793
3574
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3794
3575
|
background-color: #292827;
|
|
@@ -3796,7 +3577,6 @@
|
|
|
3796
3577
|
}
|
|
3797
3578
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3798
3579
|
background-color: #292827;
|
|
3799
|
-
color: #f3f2f1;
|
|
3800
3580
|
}
|
|
3801
3581
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
3802
3582
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -3822,14 +3602,11 @@
|
|
|
3822
3602
|
border-style: solid;
|
|
3823
3603
|
border-width: 0 0 1px 1px;
|
|
3824
3604
|
color: #d2d0ce;
|
|
3825
|
-
font-size: none;
|
|
3826
3605
|
text-align: left;
|
|
3827
|
-
text-transform: none;
|
|
3828
3606
|
}
|
|
3829
3607
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3830
3608
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3831
3609
|
color: #0078d4;
|
|
3832
|
-
font-weight: normal;
|
|
3833
3610
|
}
|
|
3834
3611
|
.e-schedule .e-month-view .e-work-cells,
|
|
3835
3612
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
@@ -3865,10 +3642,6 @@
|
|
|
3865
3642
|
background-color: #292827;
|
|
3866
3643
|
color: #f3f2f1;
|
|
3867
3644
|
}
|
|
3868
|
-
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
3869
|
-
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
|
|
3870
|
-
color: none;
|
|
3871
|
-
}
|
|
3872
3645
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
3873
3646
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
3874
3647
|
color: #f3f2f1;
|
|
@@ -3877,9 +3650,6 @@
|
|
|
3877
3650
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3878
3651
|
background-color: #292827;
|
|
3879
3652
|
}
|
|
3880
|
-
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3881
|
-
overflow: auto;
|
|
3882
|
-
}
|
|
3883
3653
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3884
3654
|
border-width: 0 0 1px 0;
|
|
3885
3655
|
text-align: center;
|
|
@@ -3911,7 +3681,6 @@
|
|
|
3911
3681
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3912
3682
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3913
3683
|
color: #0078d4;
|
|
3914
|
-
font-weight: normal;
|
|
3915
3684
|
}
|
|
3916
3685
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3917
3686
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
@@ -3975,64 +3744,6 @@
|
|
|
3975
3744
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
3976
3745
|
border-left: 1px solid #0078d4;
|
|
3977
3746
|
}
|
|
3978
|
-
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3979
|
-
background-color: #201f1e;
|
|
3980
|
-
border-color: #292827;
|
|
3981
|
-
border-style: solid;
|
|
3982
|
-
border-width: 0 1px 1px 0;
|
|
3983
|
-
color: #f3f2f1;
|
|
3984
|
-
padding: 0;
|
|
3985
|
-
}
|
|
3986
|
-
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
3987
|
-
background: #252423;
|
|
3988
|
-
color: #f3f2f1;
|
|
3989
|
-
}
|
|
3990
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
3991
|
-
background-color: #1b1a19;
|
|
3992
|
-
}
|
|
3993
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
3994
|
-
color: #a19f9d;
|
|
3995
|
-
}
|
|
3996
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
3997
|
-
background-color: #0078d4;
|
|
3998
|
-
border-radius: 50%;
|
|
3999
|
-
color: #1b1a19;
|
|
4000
|
-
margin: 2px;
|
|
4001
|
-
width: 20px;
|
|
4002
|
-
}
|
|
4003
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
4004
|
-
background-color: #292827;
|
|
4005
|
-
color: #f3f2f1;
|
|
4006
|
-
}
|
|
4007
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
4008
|
-
color: #f3f2f1;
|
|
4009
|
-
}
|
|
4010
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
4011
|
-
color: #f3f2f1;
|
|
4012
|
-
}
|
|
4013
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
4014
|
-
background-color: #292827;
|
|
4015
|
-
}
|
|
4016
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
4017
|
-
background-color: #252423;
|
|
4018
|
-
}
|
|
4019
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
4020
|
-
cursor: default;
|
|
4021
|
-
opacity: 0.35;
|
|
4022
|
-
}
|
|
4023
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
4024
|
-
text-decoration: none;
|
|
4025
|
-
}
|
|
4026
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
4027
|
-
background-color: #252423;
|
|
4028
|
-
}
|
|
4029
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4030
|
-
background-color: #252423;
|
|
4031
|
-
box-shadow: inset 0 0 0 8px #201f1e;
|
|
4032
|
-
}
|
|
4033
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4034
|
-
background-color: #252423;
|
|
4035
|
-
}
|
|
4036
3747
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4037
3748
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4038
3749
|
border-right-width: 0;
|