@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,190 +1,3 @@
|
|
|
1
|
-
/*! Toolbar's bootstrap5 theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
4
|
-
/* stylelint-disable */
|
|
5
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
6
|
-
/*! calendar bootstrap5 theme variables */
|
|
7
|
-
.e-popup.e-ddl {
|
|
8
|
-
border-radius: 4px;
|
|
9
|
-
box-shadow: none;
|
|
10
|
-
margin-top: 3px;
|
|
11
|
-
}
|
|
12
|
-
.e-popup.e-ddl .e-input-group {
|
|
13
|
-
width: auto;
|
|
14
|
-
}
|
|
15
|
-
.e-popup.e-ddl .e-input-group input {
|
|
16
|
-
line-height: 15px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
20
|
-
min-height: 26px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
24
|
-
display: -ms-flexbox;
|
|
25
|
-
display: flex;
|
|
26
|
-
width: auto;
|
|
27
|
-
}
|
|
28
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
29
|
-
border: 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
33
|
-
margin-top: 0;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
37
|
-
font-size: 16px;
|
|
38
|
-
line-height: 32px;
|
|
39
|
-
padding-left: 0;
|
|
40
|
-
text-indent: 16px;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
44
|
-
font-size: 14px;
|
|
45
|
-
line-height: 32px;
|
|
46
|
-
padding-left: 0;
|
|
47
|
-
text-indent: 16px;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
51
|
-
padding-left: 0;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
55
|
-
font-size: 16px;
|
|
56
|
-
height: 36px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
60
|
-
min-height: 40px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
64
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
65
|
-
background: transparent;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
69
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
70
|
-
background: #343a40;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
74
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
75
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
76
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
77
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
78
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
79
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
80
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
81
|
-
background: transparent;
|
|
82
|
-
color: #adb5bd;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
86
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
87
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
88
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
89
|
-
background: transparent;
|
|
90
|
-
color: #adb5bd;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
94
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
95
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
96
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
97
|
-
background: #343a40;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
101
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
102
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
103
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
104
|
-
border: 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
108
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
109
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
110
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
111
|
-
box-shadow: none;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
115
|
-
background: transparent;
|
|
116
|
-
display: -ms-flexbox;
|
|
117
|
-
display: flex;
|
|
118
|
-
position: relative;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
122
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
123
|
-
background: #212529;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
127
|
-
font-size: 14px;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
131
|
-
font-size: 16px;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.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 {
|
|
135
|
-
font-size: 14px;
|
|
136
|
-
line-height: 34px;
|
|
137
|
-
padding-left: 0;
|
|
138
|
-
text-indent: 16px;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
142
|
-
padding-left: 4px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.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 {
|
|
146
|
-
height: 30px;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
150
|
-
min-height: 34px;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
154
|
-
line-height: 30px;
|
|
155
|
-
top: 0;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
159
|
-
border-radius: 0 2px 2px 0;
|
|
160
|
-
border-right-width: 0;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
164
|
-
border-left-width: 0;
|
|
165
|
-
border-radius: 4px 0 0 4px;
|
|
166
|
-
border-right-width: 1px;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
170
|
-
height: 32px;
|
|
171
|
-
width: 32px;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
175
|
-
height: 24px;
|
|
176
|
-
width: 24px;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
180
|
-
color: #fff;
|
|
181
|
-
height: 100%;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
185
|
-
border-left-width: 0;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
1
|
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
189
2
|
/* stylelint-disable */
|
|
190
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
@@ -364,6 +177,12 @@
|
|
|
364
177
|
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
|
|
365
178
|
color: #0d6efd;
|
|
366
179
|
}
|
|
180
|
+
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-tbar-btn-text,
|
|
181
|
+
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-icons, .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-tbar-btn-text,
|
|
182
|
+
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-icons, .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-tbar-btn-text,
|
|
183
|
+
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-icons {
|
|
184
|
+
color: #fff;
|
|
185
|
+
}
|
|
367
186
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
368
187
|
cursor: pointer;
|
|
369
188
|
font-size: 14px;
|
|
@@ -381,7 +200,6 @@
|
|
|
381
200
|
}
|
|
382
201
|
.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 {
|
|
383
202
|
font-size: 18px;
|
|
384
|
-
margin-top: 2px;
|
|
385
203
|
}
|
|
386
204
|
.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 {
|
|
387
205
|
border-radius: 4px;
|
|
@@ -445,9 +263,6 @@
|
|
|
445
263
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
446
264
|
height: inherit;
|
|
447
265
|
}
|
|
448
|
-
.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 {
|
|
449
|
-
padding: 4px 6px;
|
|
450
|
-
}
|
|
451
266
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
452
267
|
font-size: 16px;
|
|
453
268
|
}
|
|
@@ -629,6 +444,7 @@
|
|
|
629
444
|
}
|
|
630
445
|
.e-schedule .e-block-appointment {
|
|
631
446
|
background: #343a40;
|
|
447
|
+
border-radius: 2px;
|
|
632
448
|
color: #ced4da;
|
|
633
449
|
cursor: default;
|
|
634
450
|
overflow: hidden;
|
|
@@ -894,7 +710,6 @@
|
|
|
894
710
|
display: table;
|
|
895
711
|
font-size: 16px;
|
|
896
712
|
line-height: 24px;
|
|
897
|
-
padding-top: 0;
|
|
898
713
|
}
|
|
899
714
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
900
715
|
text-decoration: underline;
|
|
@@ -962,7 +777,6 @@
|
|
|
962
777
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
963
778
|
background: #495057;
|
|
964
779
|
border-radius: 100%;
|
|
965
|
-
color: #adb5bd;
|
|
966
780
|
}
|
|
967
781
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
968
782
|
opacity: 0;
|
|
@@ -1416,9 +1230,6 @@
|
|
|
1416
1230
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1417
1231
|
text-decoration: underline;
|
|
1418
1232
|
}
|
|
1419
|
-
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1420
|
-
margin: 3px 3px 2px;
|
|
1421
|
-
}
|
|
1422
1233
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1423
1234
|
border-left: 1px solid #444c54;
|
|
1424
1235
|
border-right-width: 0;
|
|
@@ -1591,6 +1402,54 @@
|
|
|
1591
1402
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1592
1403
|
transform: rotate(90deg);
|
|
1593
1404
|
}
|
|
1405
|
+
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1406
|
+
background-color: #282d31;
|
|
1407
|
+
border-color: #444c54;
|
|
1408
|
+
border-style: solid;
|
|
1409
|
+
border-width: 0 1px 1px 0;
|
|
1410
|
+
color: #fff;
|
|
1411
|
+
padding: 0;
|
|
1412
|
+
}
|
|
1413
|
+
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1414
|
+
background: #23282c;
|
|
1415
|
+
color: #fff;
|
|
1416
|
+
}
|
|
1417
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1418
|
+
background-color: #212529;
|
|
1419
|
+
}
|
|
1420
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1421
|
+
color: #ced4da;
|
|
1422
|
+
}
|
|
1423
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1424
|
+
background-color: #0d6efd;
|
|
1425
|
+
border-radius: 50%;
|
|
1426
|
+
color: #212529;
|
|
1427
|
+
margin: 2px;
|
|
1428
|
+
width: 20px;
|
|
1429
|
+
}
|
|
1430
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1431
|
+
background-color: #343a40;
|
|
1432
|
+
color: #fff;
|
|
1433
|
+
}
|
|
1434
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1435
|
+
color: #fff;
|
|
1436
|
+
}
|
|
1437
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1438
|
+
background-color: #343a40;
|
|
1439
|
+
}
|
|
1440
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1441
|
+
background-color: #343a40;
|
|
1442
|
+
}
|
|
1443
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1444
|
+
cursor: default;
|
|
1445
|
+
opacity: 0.35;
|
|
1446
|
+
}
|
|
1447
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1448
|
+
text-decoration: none;
|
|
1449
|
+
}
|
|
1450
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1451
|
+
background-color: #343a40;
|
|
1452
|
+
}
|
|
1594
1453
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1595
1454
|
height: 100%;
|
|
1596
1455
|
}
|
|
@@ -1653,6 +1512,13 @@
|
|
|
1653
1512
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1654
1513
|
text-decoration: underline;
|
|
1655
1514
|
}
|
|
1515
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1516
|
+
background-color: #343a40;
|
|
1517
|
+
box-shadow: inset 0 0 0 8px #282d31;
|
|
1518
|
+
}
|
|
1519
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1520
|
+
background-color: #343a40;
|
|
1521
|
+
}
|
|
1656
1522
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1657
1523
|
position: absolute;
|
|
1658
1524
|
top: 0;
|
|
@@ -1749,7 +1615,7 @@
|
|
|
1749
1615
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1750
1616
|
text-decoration: underline;
|
|
1751
1617
|
}
|
|
1752
|
-
.e-schedule.e-device .e-year-view .e-
|
|
1618
|
+
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1753
1619
|
max-width: 100%;
|
|
1754
1620
|
min-width: 100%;
|
|
1755
1621
|
}
|
|
@@ -1791,8 +1657,8 @@
|
|
|
1791
1657
|
}
|
|
1792
1658
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1793
1659
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1794
|
-
background-color: #282d31;
|
|
1795
1660
|
overflow: inherit;
|
|
1661
|
+
background-color: #282d31;
|
|
1796
1662
|
}
|
|
1797
1663
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
1798
1664
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span {
|
|
@@ -2117,7 +1983,6 @@
|
|
|
2117
1983
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2118
1984
|
border-bottom: 2px solid #444c54;
|
|
2119
1985
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2120
|
-
height: 100%;
|
|
2121
1986
|
}
|
|
2122
1987
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2123
1988
|
border-bottom: 1px solid #444c54;
|
|
@@ -2533,7 +2398,7 @@
|
|
|
2533
2398
|
.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,
|
|
2534
2399
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2535
2400
|
.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 {
|
|
2536
|
-
padding:
|
|
2401
|
+
padding: 4px 0 0 12px;
|
|
2537
2402
|
font-size: 22px;
|
|
2538
2403
|
}
|
|
2539
2404
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
@@ -2651,19 +2516,10 @@
|
|
|
2651
2516
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2652
2517
|
width: 420px;
|
|
2653
2518
|
}
|
|
2654
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2655
|
-
padding: 12px;
|
|
2656
|
-
}
|
|
2657
2519
|
@media screen and (max-width: 767px) {
|
|
2658
2520
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2659
2521
|
width: 289px;
|
|
2660
2522
|
}
|
|
2661
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2662
|
-
padding: 5%;
|
|
2663
|
-
}
|
|
2664
|
-
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
2665
|
-
margin-bottom: 5%;
|
|
2666
|
-
}
|
|
2667
2523
|
}
|
|
2668
2524
|
|
|
2669
2525
|
.e-dialog.e-quick-dialog {
|
|
@@ -2705,6 +2561,7 @@
|
|
|
2705
2561
|
.e-schedule-dialog .e-dlg-content {
|
|
2706
2562
|
padding-bottom: 12px;
|
|
2707
2563
|
position: relative;
|
|
2564
|
+
background-color: #212529;
|
|
2708
2565
|
}
|
|
2709
2566
|
.e-schedule-dialog .e-event-delete {
|
|
2710
2567
|
float: left;
|
|
@@ -2840,7 +2697,7 @@
|
|
|
2840
2697
|
}
|
|
2841
2698
|
.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
2842
2699
|
height: 16px;
|
|
2843
|
-
margin-top:
|
|
2700
|
+
margin-top: 14px;
|
|
2844
2701
|
width: 16px;
|
|
2845
2702
|
}
|
|
2846
2703
|
.e-bigger .e-schedule-dialog .e-disable {
|
|
@@ -3034,6 +2891,7 @@
|
|
|
3034
2891
|
.e-schedule-dialog.e-device .e-forward-icon {
|
|
3035
2892
|
cursor: pointer;
|
|
3036
2893
|
line-height: normal;
|
|
2894
|
+
color: #adb5bd;
|
|
3037
2895
|
}
|
|
3038
2896
|
.e-schedule-dialog.e-device .e-save-icon {
|
|
3039
2897
|
text-align: right;
|
|
@@ -3134,14 +2992,15 @@
|
|
|
3134
2992
|
width: 100%;
|
|
3135
2993
|
}
|
|
3136
2994
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3137
|
-
margin:
|
|
2995
|
+
margin-bottom: 4px;
|
|
2996
|
+
margin-top: 14px;
|
|
3138
2997
|
}
|
|
3139
2998
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3140
2999
|
font-size: 22px;
|
|
3000
|
+
height: 40px;
|
|
3141
3001
|
height: 30px;
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
background-color: #212529;
|
|
3002
|
+
line-height: 22px;
|
|
3003
|
+
padding: 2px 10px;
|
|
3145
3004
|
}
|
|
3146
3005
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3147
3006
|
padding: 6px 8px 0 0;
|
|
@@ -3186,15 +3045,15 @@
|
|
|
3186
3045
|
padding: 12px 18px;
|
|
3187
3046
|
}
|
|
3188
3047
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3189
|
-
background-color: rgba(13, 110, 253, 0.3);
|
|
3190
|
-
border-left: 6px solid #0d6efd;
|
|
3191
|
-
border-radius: 4px;
|
|
3192
|
-
color: #fff;
|
|
3193
3048
|
cursor: default;
|
|
3194
3049
|
font-size: 20px;
|
|
3195
3050
|
font-weight: 500;
|
|
3196
3051
|
line-height: 1.5;
|
|
3197
3052
|
max-height: 87px;
|
|
3053
|
+
background-color: rgba(13, 110, 253, 0.3);
|
|
3054
|
+
border-left: 6px solid #0d6efd;
|
|
3055
|
+
padding: 8px 0 8px 10px;
|
|
3056
|
+
border-radius: 4px;
|
|
3198
3057
|
padding: 8px;
|
|
3199
3058
|
}
|
|
3200
3059
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
@@ -3242,6 +3101,8 @@
|
|
|
3242
3101
|
.e-quick-popup-wrapper .e-event-popup .e-description-icon,
|
|
3243
3102
|
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
|
|
3244
3103
|
color: #ced4da;
|
|
3104
|
+
font-size: 18px;
|
|
3105
|
+
padding-right: 13px;
|
|
3245
3106
|
font-size: 16px;
|
|
3246
3107
|
padding: 2px 10px 0 0;
|
|
3247
3108
|
}
|
|
@@ -3284,9 +3145,6 @@
|
|
|
3284
3145
|
right: auto;
|
|
3285
3146
|
text-transform: capitalize;
|
|
3286
3147
|
}
|
|
3287
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3288
|
-
display: block;
|
|
3289
|
-
}
|
|
3290
3148
|
.e-quick-popup-wrapper.e-rtl {
|
|
3291
3149
|
text-align: right;
|
|
3292
3150
|
}
|
|
@@ -3294,6 +3152,10 @@
|
|
|
3294
3152
|
left: 6px;
|
|
3295
3153
|
right: auto;
|
|
3296
3154
|
}
|
|
3155
|
+
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3156
|
+
padding: 8px 18px 8px 8px;
|
|
3157
|
+
text-align: left;
|
|
3158
|
+
}
|
|
3297
3159
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3298
3160
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3299
3161
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3301,16 +3163,20 @@
|
|
|
3301
3163
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3302
3164
|
margin-right: 10px;
|
|
3303
3165
|
}
|
|
3304
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details
|
|
3305
|
-
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3166
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3306
3167
|
margin-left: 8px;
|
|
3307
3168
|
}
|
|
3308
3169
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3309
3170
|
padding: 8px 8px 8px 18px;
|
|
3310
|
-
text-align: left;
|
|
3311
3171
|
}
|
|
3312
3172
|
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3313
|
-
padding: 0 0 0
|
|
3173
|
+
padding: 0 0 0 13px;
|
|
3174
|
+
}
|
|
3175
|
+
.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3176
|
+
padding: 0 13px;
|
|
3177
|
+
}
|
|
3178
|
+
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3179
|
+
margin-left: 8px;
|
|
3314
3180
|
}
|
|
3315
3181
|
.e-quick-popup-wrapper.e-device {
|
|
3316
3182
|
bottom: 0;
|
|
@@ -3329,6 +3195,11 @@
|
|
|
3329
3195
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3330
3196
|
background-color: #212529;
|
|
3331
3197
|
}
|
|
3198
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3199
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3200
|
+
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3201
|
+
opacity: 1;
|
|
3202
|
+
}
|
|
3332
3203
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3333
3204
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3334
3205
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3366,11 +3237,12 @@
|
|
|
3366
3237
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3367
3238
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3368
3239
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3369
|
-
background-color:
|
|
3240
|
+
background-color: transparent;
|
|
3370
3241
|
border: 0;
|
|
3371
|
-
color: #adb5bd;
|
|
3372
3242
|
height: 40px;
|
|
3373
3243
|
width: 40px;
|
|
3244
|
+
background-color: #212529;
|
|
3245
|
+
color: #adb5bd;
|
|
3374
3246
|
}
|
|
3375
3247
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
|
|
3376
3248
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
|
|
@@ -3403,9 +3275,6 @@
|
|
|
3403
3275
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3404
3276
|
padding: 48px 24px 16px;
|
|
3405
3277
|
}
|
|
3406
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3407
|
-
padding: 8px 18px 8px 18px;
|
|
3408
|
-
}
|
|
3409
3278
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3410
3279
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3411
3280
|
padding-right: 16px;
|
|
@@ -3428,6 +3297,7 @@
|
|
|
3428
3297
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3429
3298
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3430
3299
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3300
|
+
font-size: 14px;
|
|
3431
3301
|
font-size: 22px;
|
|
3432
3302
|
}
|
|
3433
3303
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
@@ -3439,9 +3309,10 @@
|
|
|
3439
3309
|
padding: 0 5px 0 8px;
|
|
3440
3310
|
}
|
|
3441
3311
|
|
|
3442
|
-
.e-bigger .e-
|
|
3443
|
-
padding:
|
|
3312
|
+
.e-bigger .e-more-popup-wrapper {
|
|
3313
|
+
padding: 12px 2px 16px;
|
|
3444
3314
|
}
|
|
3315
|
+
|
|
3445
3316
|
.e-bigger .e-agenda-view .e-subject {
|
|
3446
3317
|
font-size: 16px;
|
|
3447
3318
|
}
|
|
@@ -3570,6 +3441,8 @@
|
|
|
3570
3441
|
height: calc(100% - 35px);
|
|
3571
3442
|
max-height: 150px;
|
|
3572
3443
|
overflow-y: auto;
|
|
3444
|
+
padding-left: 10px;
|
|
3445
|
+
padding-right: 10px;
|
|
3573
3446
|
padding: 10px 10px 0;
|
|
3574
3447
|
}
|
|
3575
3448
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
@@ -3617,13 +3490,13 @@
|
|
|
3617
3490
|
color: #adb5bd;
|
|
3618
3491
|
cursor: pointer;
|
|
3619
3492
|
height: 25px;
|
|
3620
|
-
padding: unset;
|
|
3621
3493
|
position: absolute;
|
|
3622
3494
|
right: 6px;
|
|
3623
3495
|
width: 25px;
|
|
3624
3496
|
}
|
|
3625
3497
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
3626
3498
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
3499
|
+
font-size: 9px;
|
|
3627
3500
|
font-size: 14px;
|
|
3628
3501
|
}
|
|
3629
3502
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
@@ -3763,24 +3636,21 @@
|
|
|
3763
3636
|
border-bottom-width: 0;
|
|
3764
3637
|
}
|
|
3765
3638
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
3766
|
-
background-color: #
|
|
3639
|
+
background-color: #212529;
|
|
3767
3640
|
border-color: #444c54;
|
|
3768
3641
|
border-style: solid;
|
|
3769
3642
|
border-width: 0 1px 1px 0;
|
|
3770
3643
|
color: #ced4da;
|
|
3644
|
+
background-color: #343a40;
|
|
3771
3645
|
}
|
|
3772
3646
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
3773
3647
|
border-bottom-color: transparent;
|
|
3774
3648
|
}
|
|
3775
|
-
.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells {
|
|
3776
|
-
border-bottom-color: none;
|
|
3777
|
-
}
|
|
3778
3649
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
3779
3650
|
background-color: #212529;
|
|
3780
3651
|
}
|
|
3781
3652
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3782
3653
|
color: #0d6efd;
|
|
3783
|
-
font-weight: normal;
|
|
3784
3654
|
}
|
|
3785
3655
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3786
3656
|
background-color: #282d31;
|
|
@@ -3845,14 +3715,11 @@
|
|
|
3845
3715
|
border-style: solid;
|
|
3846
3716
|
border-width: 0 0 1px 1px;
|
|
3847
3717
|
color: #e9ecef;
|
|
3848
|
-
font-size: none;
|
|
3849
3718
|
text-align: left;
|
|
3850
|
-
text-transform: none;
|
|
3851
3719
|
}
|
|
3852
3720
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3853
3721
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3854
3722
|
color: #0d6efd;
|
|
3855
|
-
font-weight: normal;
|
|
3856
3723
|
}
|
|
3857
3724
|
.e-schedule .e-month-view .e-work-cells,
|
|
3858
3725
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
@@ -3867,6 +3734,7 @@
|
|
|
3867
3734
|
.e-schedule .e-month-agenda-view .e-work-cells:hover {
|
|
3868
3735
|
background: #23282c;
|
|
3869
3736
|
color: #fff;
|
|
3737
|
+
color: #fff;
|
|
3870
3738
|
}
|
|
3871
3739
|
.e-schedule .e-month-view .e-work-days,
|
|
3872
3740
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
@@ -3888,10 +3756,6 @@
|
|
|
3888
3756
|
background-color: #343a40;
|
|
3889
3757
|
color: #fff;
|
|
3890
3758
|
}
|
|
3891
|
-
.e-schedule .e-month-view .e-selected-cell .e-date-header,
|
|
3892
|
-
.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header {
|
|
3893
|
-
color: none;
|
|
3894
|
-
}
|
|
3895
3759
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
3896
3760
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
3897
3761
|
color: #fff;
|
|
@@ -3900,9 +3764,6 @@
|
|
|
3900
3764
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3901
3765
|
background-color: #343a40;
|
|
3902
3766
|
}
|
|
3903
|
-
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3904
|
-
overflow: auto;
|
|
3905
|
-
}
|
|
3906
3767
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3907
3768
|
border-width: 0 0 1px 0;
|
|
3908
3769
|
text-align: center;
|
|
@@ -3934,7 +3795,6 @@
|
|
|
3934
3795
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3935
3796
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3936
3797
|
color: #0d6efd;
|
|
3937
|
-
font-weight: normal;
|
|
3938
3798
|
}
|
|
3939
3799
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3940
3800
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
@@ -3998,64 +3858,6 @@
|
|
|
3998
3858
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
3999
3859
|
border-left: 1px solid #0d6efd;
|
|
4000
3860
|
}
|
|
4001
|
-
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
4002
|
-
background-color: #282d31;
|
|
4003
|
-
border-color: #444c54;
|
|
4004
|
-
border-style: solid;
|
|
4005
|
-
border-width: 0 1px 1px 0;
|
|
4006
|
-
color: #fff;
|
|
4007
|
-
padding: 0;
|
|
4008
|
-
}
|
|
4009
|
-
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
4010
|
-
background: #23282c;
|
|
4011
|
-
color: #fff;
|
|
4012
|
-
}
|
|
4013
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
4014
|
-
background-color: #212529;
|
|
4015
|
-
}
|
|
4016
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
4017
|
-
color: #ced4da;
|
|
4018
|
-
}
|
|
4019
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
4020
|
-
background-color: #0d6efd;
|
|
4021
|
-
border-radius: 50%;
|
|
4022
|
-
color: #212529;
|
|
4023
|
-
margin: 2px;
|
|
4024
|
-
width: 20px;
|
|
4025
|
-
}
|
|
4026
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
4027
|
-
background-color: #343a40;
|
|
4028
|
-
color: #fff;
|
|
4029
|
-
}
|
|
4030
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
4031
|
-
color: #fff;
|
|
4032
|
-
}
|
|
4033
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
4034
|
-
color: #fff;
|
|
4035
|
-
}
|
|
4036
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
4037
|
-
background-color: #343a40;
|
|
4038
|
-
}
|
|
4039
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
4040
|
-
background-color: #343a40;
|
|
4041
|
-
}
|
|
4042
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
4043
|
-
cursor: default;
|
|
4044
|
-
opacity: 0.35;
|
|
4045
|
-
}
|
|
4046
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
4047
|
-
text-decoration: none;
|
|
4048
|
-
}
|
|
4049
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
4050
|
-
background-color: #343a40;
|
|
4051
|
-
}
|
|
4052
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4053
|
-
background-color: #343a40;
|
|
4054
|
-
box-shadow: inset 0 0 0 8px #282d31;
|
|
4055
|
-
}
|
|
4056
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4057
|
-
background-color: #343a40;
|
|
4058
|
-
}
|
|
4059
3861
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4060
3862
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4061
3863
|
border-right-width: 0;
|