@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,186 +1,3 @@
|
|
|
1
|
-
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
-
/*! calendar fabric theme variables */
|
|
5
|
-
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
6
|
-
height: 36px;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
10
|
-
min-height: 26px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-ddl.e-popup {
|
|
14
|
-
border: 0;
|
|
15
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
16
|
-
margin-top: 1px;
|
|
17
|
-
}
|
|
18
|
-
.e-ddl.e-popup .e-content.e-nodata {
|
|
19
|
-
background-color: #000;
|
|
20
|
-
}
|
|
21
|
-
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
22
|
-
color: #ffd939;
|
|
23
|
-
}
|
|
24
|
-
.e-ddl.e-popup .e-input-group {
|
|
25
|
-
display: -ms-flexbox;
|
|
26
|
-
display: flex;
|
|
27
|
-
width: auto;
|
|
28
|
-
}
|
|
29
|
-
.e-ddl.e-popup .e-input-group input {
|
|
30
|
-
line-height: 15px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
34
|
-
border-radius: 20px;
|
|
35
|
-
height: 20px;
|
|
36
|
-
margin: 5px;
|
|
37
|
-
min-width: 20px;
|
|
38
|
-
}
|
|
39
|
-
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
40
|
-
font-size: 10px;
|
|
41
|
-
}
|
|
42
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
43
|
-
border-left-width: 0;
|
|
44
|
-
border-right-width: 0;
|
|
45
|
-
}
|
|
46
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
47
|
-
border-color: #fff;
|
|
48
|
-
}
|
|
49
|
-
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
50
|
-
margin-top: 0;
|
|
51
|
-
}
|
|
52
|
-
.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 {
|
|
53
|
-
font-size: 15px;
|
|
54
|
-
line-height: 45px;
|
|
55
|
-
padding-left: 0;
|
|
56
|
-
text-indent: 16px;
|
|
57
|
-
}
|
|
58
|
-
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
59
|
-
padding-left: 4px;
|
|
60
|
-
}
|
|
61
|
-
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
62
|
-
padding: 4px 0;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
65
|
-
height: 46px;
|
|
66
|
-
}
|
|
67
|
-
.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 {
|
|
68
|
-
font-size: 14px;
|
|
69
|
-
line-height: 40px;
|
|
70
|
-
padding-left: 0;
|
|
71
|
-
text-indent: 16px;
|
|
72
|
-
}
|
|
73
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
74
|
-
padding-left: 4px;
|
|
75
|
-
}
|
|
76
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
77
|
-
padding: 0;
|
|
78
|
-
}
|
|
79
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
80
|
-
height: 34px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
84
|
-
color: #fff;
|
|
85
|
-
top: 12px;
|
|
86
|
-
}
|
|
87
|
-
.e-multiselect .e-multi-select-wrapper input {
|
|
88
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
89
|
-
}
|
|
90
|
-
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
91
|
-
color: #969696;
|
|
92
|
-
font-family: inherit;
|
|
93
|
-
font-size: 14px;
|
|
94
|
-
font-style: italic;
|
|
95
|
-
}
|
|
96
|
-
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
97
|
-
color: #969696;
|
|
98
|
-
font-family: inherit;
|
|
99
|
-
font-size: 14px;
|
|
100
|
-
font-style: italic;
|
|
101
|
-
}
|
|
102
|
-
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
103
|
-
color: #969696;
|
|
104
|
-
font-family: inherit;
|
|
105
|
-
font-size: 14px;
|
|
106
|
-
font-style: italic;
|
|
107
|
-
}
|
|
108
|
-
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
109
|
-
color: #969696;
|
|
110
|
-
font-family: inherit;
|
|
111
|
-
font-size: 14px;
|
|
112
|
-
font-style: italic;
|
|
113
|
-
}
|
|
114
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
|
|
115
|
-
color: #fff;
|
|
116
|
-
}
|
|
117
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
|
|
118
|
-
color: #fff;
|
|
119
|
-
}
|
|
120
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
121
|
-
line-height: 26px;
|
|
122
|
-
top: 0;
|
|
123
|
-
}
|
|
124
|
-
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
125
|
-
-webkit-text-fill-color: #fff;
|
|
126
|
-
color: #fff;
|
|
127
|
-
}
|
|
128
|
-
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
129
|
-
-webkit-text-fill-color: #fff;
|
|
130
|
-
color: #fff;
|
|
131
|
-
}
|
|
132
|
-
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
133
|
-
color: #fff;
|
|
134
|
-
height: 100%;
|
|
135
|
-
min-height: 28px;
|
|
136
|
-
}
|
|
137
|
-
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
|
|
138
|
-
background-color: #ffd939;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
142
|
-
padding-left: 0;
|
|
143
|
-
}
|
|
144
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
145
|
-
border-bottom: 1px solid #fff;
|
|
146
|
-
}
|
|
147
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
|
|
148
|
-
background-color: #ffd939;
|
|
149
|
-
}
|
|
150
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
|
|
151
|
-
border: 2px solid #ffd939;
|
|
152
|
-
}
|
|
153
|
-
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
|
|
154
|
-
border-bottom: 2px solid #fff;
|
|
155
|
-
border-left: 2px solid #fff;
|
|
156
|
-
border-right: 2px solid #fff;
|
|
157
|
-
border-top: 2px solid #fff;
|
|
158
|
-
}
|
|
159
|
-
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
|
|
160
|
-
border: 2px solid #685708;
|
|
161
|
-
}
|
|
162
|
-
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
|
|
163
|
-
background-color: #fff;
|
|
164
|
-
border-bottom: 1px solid #fff;
|
|
165
|
-
border-left: 1px solid #fff;
|
|
166
|
-
border-right: 1px solid #fff;
|
|
167
|
-
border-top: 1px solid #fff;
|
|
168
|
-
}
|
|
169
|
-
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
|
|
170
|
-
border: 2px solid #fff;
|
|
171
|
-
}
|
|
172
|
-
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
|
|
173
|
-
border: 2px solid #000;
|
|
174
|
-
}
|
|
175
|
-
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
|
|
176
|
-
border: 2px solid #ffd939;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
180
|
-
height: 30px;
|
|
181
|
-
width: 30px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
1
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
185
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
186
3
|
content: "\e98f";
|
|
@@ -376,7 +193,7 @@
|
|
|
376
193
|
}
|
|
377
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 {
|
|
378
195
|
font-size: 12px;
|
|
379
|
-
|
|
196
|
+
padding-top: 4px;
|
|
380
197
|
}
|
|
381
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 {
|
|
382
199
|
border-radius: 0%;
|
|
@@ -397,6 +214,9 @@
|
|
|
397
214
|
font-size: 16px;
|
|
398
215
|
text-transform: initial;
|
|
399
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
|
+
}
|
|
400
220
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
401
221
|
background: #000;
|
|
402
222
|
border-left: 0;
|
|
@@ -440,9 +260,6 @@
|
|
|
440
260
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
441
261
|
height: inherit;
|
|
442
262
|
}
|
|
443
|
-
.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 {
|
|
444
|
-
padding: 0;
|
|
445
|
-
}
|
|
446
263
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
447
264
|
font-size: 15px;
|
|
448
265
|
}
|
|
@@ -521,7 +338,6 @@
|
|
|
521
338
|
height: 100%;
|
|
522
339
|
position: absolute;
|
|
523
340
|
width: 250px;
|
|
524
|
-
color: #fff;
|
|
525
341
|
}
|
|
526
342
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
527
343
|
height: 100%;
|
|
@@ -624,6 +440,7 @@
|
|
|
624
440
|
}
|
|
625
441
|
.e-schedule .e-block-appointment {
|
|
626
442
|
background: rgba(255, 255, 255, 0.2);
|
|
443
|
+
border-radius: 2px;
|
|
627
444
|
color: #bfbfbf;
|
|
628
445
|
cursor: default;
|
|
629
446
|
overflow: hidden;
|
|
@@ -881,15 +698,11 @@
|
|
|
881
698
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
882
699
|
display: table;
|
|
883
700
|
font-size: 13px;
|
|
884
|
-
line-height: unset;
|
|
885
|
-
padding-bottom: 0;
|
|
886
701
|
}
|
|
887
702
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
888
703
|
cursor: pointer;
|
|
889
704
|
display: table;
|
|
890
705
|
font-size: 18px;
|
|
891
|
-
line-height: unset;
|
|
892
|
-
padding-top: 0;
|
|
893
706
|
}
|
|
894
707
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
895
708
|
text-decoration: underline;
|
|
@@ -957,7 +770,6 @@
|
|
|
957
770
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
958
771
|
background: #685708;
|
|
959
772
|
border-radius: 100%;
|
|
960
|
-
color: #fff;
|
|
961
773
|
}
|
|
962
774
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
963
775
|
opacity: 0;
|
|
@@ -1110,7 +922,6 @@
|
|
|
1110
922
|
flex: auto;
|
|
1111
923
|
padding: 0 4px;
|
|
1112
924
|
text-align: left;
|
|
1113
|
-
line-height: unset;
|
|
1114
925
|
}
|
|
1115
926
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1116
927
|
font-size: 13px;
|
|
@@ -1411,9 +1222,6 @@
|
|
|
1411
1222
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1412
1223
|
text-decoration: underline;
|
|
1413
1224
|
}
|
|
1414
|
-
.e-schedule.e-rtl .e-month-view .e-date-header {
|
|
1415
|
-
margin: 3px 3px 2px;
|
|
1416
|
-
}
|
|
1417
1225
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1418
1226
|
border-left: 1px solid #969696;
|
|
1419
1227
|
border-right-width: 0;
|
|
@@ -1586,6 +1394,57 @@
|
|
|
1586
1394
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1587
1395
|
transform: rotate(90deg);
|
|
1588
1396
|
}
|
|
1397
|
+
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1398
|
+
background-color: #1a1a1a;
|
|
1399
|
+
border-color: #969696;
|
|
1400
|
+
border-style: solid;
|
|
1401
|
+
border-width: 0 1px 1px 0;
|
|
1402
|
+
color: #fff;
|
|
1403
|
+
padding: 0;
|
|
1404
|
+
}
|
|
1405
|
+
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1406
|
+
background: #685708;
|
|
1407
|
+
color: #fff;
|
|
1408
|
+
}
|
|
1409
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1410
|
+
background-color: #000;
|
|
1411
|
+
}
|
|
1412
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1413
|
+
color: #969696;
|
|
1414
|
+
}
|
|
1415
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1416
|
+
background-color: transparent;
|
|
1417
|
+
border-radius: 50%;
|
|
1418
|
+
color: #ffd939;
|
|
1419
|
+
margin: 2px;
|
|
1420
|
+
width: 20px;
|
|
1421
|
+
}
|
|
1422
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1423
|
+
background-color: #ffd939;
|
|
1424
|
+
color: #000;
|
|
1425
|
+
}
|
|
1426
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
1427
|
+
color: #000;
|
|
1428
|
+
}
|
|
1429
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1430
|
+
color: #000;
|
|
1431
|
+
}
|
|
1432
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1433
|
+
background-color: #ffd939;
|
|
1434
|
+
}
|
|
1435
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1436
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1437
|
+
}
|
|
1438
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1439
|
+
cursor: default;
|
|
1440
|
+
opacity: 0.35;
|
|
1441
|
+
}
|
|
1442
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1443
|
+
text-decoration: none;
|
|
1444
|
+
}
|
|
1445
|
+
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1446
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1447
|
+
}
|
|
1589
1448
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1590
1449
|
height: 100%;
|
|
1591
1450
|
}
|
|
@@ -1612,7 +1471,6 @@
|
|
|
1612
1471
|
border-bottom: 1px solid #969696;
|
|
1613
1472
|
border-right: 1px solid #969696;
|
|
1614
1473
|
text-align: center;
|
|
1615
|
-
color: #fff;
|
|
1616
1474
|
}
|
|
1617
1475
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1618
1476
|
color: #ffd939;
|
|
@@ -1648,6 +1506,13 @@
|
|
|
1648
1506
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1649
1507
|
text-decoration: underline;
|
|
1650
1508
|
}
|
|
1509
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1510
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1511
|
+
box-shadow: inset 0 0 0 8px #1a1a1a;
|
|
1512
|
+
}
|
|
1513
|
+
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1514
|
+
background-color: rgba(0, 0, 0, 0.08);
|
|
1515
|
+
}
|
|
1651
1516
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1652
1517
|
position: absolute;
|
|
1653
1518
|
top: 0;
|
|
@@ -1744,7 +1609,7 @@
|
|
|
1744
1609
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1745
1610
|
text-decoration: underline;
|
|
1746
1611
|
}
|
|
1747
|
-
.e-schedule.e-device .e-year-view .e-
|
|
1612
|
+
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1748
1613
|
max-width: 100%;
|
|
1749
1614
|
min-width: 100%;
|
|
1750
1615
|
}
|
|
@@ -1786,7 +1651,6 @@
|
|
|
1786
1651
|
}
|
|
1787
1652
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
1788
1653
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
1789
|
-
background-color: #000;
|
|
1790
1654
|
overflow: inherit;
|
|
1791
1655
|
}
|
|
1792
1656
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
@@ -2112,7 +1976,6 @@
|
|
|
2112
1976
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2113
1977
|
border-bottom: 1px solid #969696;
|
|
2114
1978
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2115
|
-
height: 100%;
|
|
2116
1979
|
}
|
|
2117
1980
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2118
1981
|
border-bottom: 1px solid #969696;
|
|
@@ -2329,7 +2192,6 @@
|
|
|
2329
2192
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2330
2193
|
display: -ms-flexbox;
|
|
2331
2194
|
display: flex;
|
|
2332
|
-
margin-bottom: 0;
|
|
2333
2195
|
}
|
|
2334
2196
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2335
2197
|
color: #000;
|
|
@@ -2483,10 +2345,6 @@
|
|
|
2483
2345
|
min-width: 32px;
|
|
2484
2346
|
z-index: 0;
|
|
2485
2347
|
}
|
|
2486
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2487
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2488
|
-
font-size: 14px;
|
|
2489
|
-
}
|
|
2490
2348
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2491
2349
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2492
2350
|
line-height: inherit;
|
|
@@ -2528,19 +2386,13 @@
|
|
|
2528
2386
|
.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,
|
|
2529
2387
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2530
2388
|
.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 {
|
|
2531
|
-
padding:
|
|
2532
|
-
font-size: 14px;
|
|
2389
|
+
padding: 3px 12px 0 0;
|
|
2533
2390
|
}
|
|
2534
2391
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2535
2392
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2536
2393
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2537
2394
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon {
|
|
2538
2395
|
height: 25px;
|
|
2539
|
-
padding-top: 0;
|
|
2540
|
-
}
|
|
2541
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2542
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2543
|
-
font-size: 16px;
|
|
2544
2396
|
}
|
|
2545
2397
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2546
2398
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
@@ -2932,6 +2784,9 @@
|
|
|
2932
2784
|
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
2933
2785
|
display: none;
|
|
2934
2786
|
}
|
|
2787
|
+
.e-bigger .e-schedule-dialog .e-footer-content {
|
|
2788
|
+
padding-right: 26px;
|
|
2789
|
+
}
|
|
2935
2790
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
2936
2791
|
margin-left: 20px;
|
|
2937
2792
|
margin-right: 0;
|
|
@@ -3102,7 +2957,6 @@
|
|
|
3102
2957
|
position: absolute;
|
|
3103
2958
|
right: 6px;
|
|
3104
2959
|
top: 4px;
|
|
3105
|
-
padding: 0;
|
|
3106
2960
|
}
|
|
3107
2961
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3108
2962
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
@@ -3129,15 +2983,12 @@
|
|
|
3129
2983
|
width: 100%;
|
|
3130
2984
|
}
|
|
3131
2985
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3132
|
-
margin:
|
|
2986
|
+
margin-bottom: 4px;
|
|
3133
2987
|
}
|
|
3134
2988
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3135
2989
|
font-size: 22px;
|
|
3136
2990
|
height: 40px;
|
|
3137
2991
|
}
|
|
3138
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
|
|
3139
|
-
background-color: #000;
|
|
3140
|
-
}
|
|
3141
2992
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3142
2993
|
padding: 5px 5px 2px;
|
|
3143
2994
|
}
|
|
@@ -3181,15 +3032,14 @@
|
|
|
3181
3032
|
padding: 0 18px 8px;
|
|
3182
3033
|
}
|
|
3183
3034
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3184
|
-
background-color: rgba(28, 128, 0, 0.3);
|
|
3185
|
-
border-left: 6px solid #1c8000;
|
|
3186
|
-
border-radius: 2px;
|
|
3187
|
-
color: #fff;
|
|
3188
3035
|
cursor: default;
|
|
3189
3036
|
font-size: 20px;
|
|
3190
3037
|
font-weight: 500;
|
|
3191
3038
|
line-height: 1.5;
|
|
3192
3039
|
max-height: 87px;
|
|
3040
|
+
color: #fff;
|
|
3041
|
+
background-color: rgba(28, 128, 0, 0.3);
|
|
3042
|
+
border-left: 6px solid #1c8000;
|
|
3193
3043
|
padding: 8px 0 8px 10px;
|
|
3194
3044
|
}
|
|
3195
3045
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
@@ -3238,7 +3088,8 @@
|
|
|
3238
3088
|
.e-quick-popup-wrapper .e-event-popup .e-resource-icon {
|
|
3239
3089
|
color: #fff;
|
|
3240
3090
|
font-size: 18px;
|
|
3241
|
-
padding:
|
|
3091
|
+
padding-right: 13px;
|
|
3092
|
+
padding-top: 4px;
|
|
3242
3093
|
}
|
|
3243
3094
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3244
3095
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
@@ -3268,6 +3119,7 @@
|
|
|
3268
3119
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3269
3120
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3270
3121
|
right: auto;
|
|
3122
|
+
margin-right: 10px;
|
|
3271
3123
|
}
|
|
3272
3124
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
3273
3125
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
|
|
@@ -3279,9 +3131,6 @@
|
|
|
3279
3131
|
right: auto;
|
|
3280
3132
|
text-transform: capitalize;
|
|
3281
3133
|
}
|
|
3282
|
-
.e-quick-popup-wrapper .e-event-popup .e-popup-footer {
|
|
3283
|
-
display: block;
|
|
3284
|
-
}
|
|
3285
3134
|
.e-quick-popup-wrapper.e-rtl {
|
|
3286
3135
|
text-align: right;
|
|
3287
3136
|
}
|
|
@@ -3289,6 +3138,10 @@
|
|
|
3289
3138
|
left: 6px;
|
|
3290
3139
|
right: auto;
|
|
3291
3140
|
}
|
|
3141
|
+
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3142
|
+
padding: 8px 18px 8px 8px;
|
|
3143
|
+
text-align: left;
|
|
3144
|
+
}
|
|
3292
3145
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3293
3146
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3294
3147
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3296,17 +3149,9 @@
|
|
|
3296
3149
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3297
3150
|
margin-right: 10px;
|
|
3298
3151
|
}
|
|
3299
|
-
.e-quick-popup-wrapper.e-rtl .e-event-details
|
|
3300
|
-
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3152
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3301
3153
|
margin-left: 8px;
|
|
3302
3154
|
}
|
|
3303
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3304
|
-
padding: 8px 8px 8px 18px;
|
|
3305
|
-
text-align: left;
|
|
3306
|
-
}
|
|
3307
|
-
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3308
|
-
padding: 0 0 0 10px;
|
|
3309
|
-
}
|
|
3310
3155
|
.e-quick-popup-wrapper.e-device {
|
|
3311
3156
|
bottom: 0;
|
|
3312
3157
|
height: 100%;
|
|
@@ -3320,6 +3165,7 @@
|
|
|
3320
3165
|
top: 0;
|
|
3321
3166
|
width: 100%;
|
|
3322
3167
|
z-index: 1004;
|
|
3168
|
+
background-color: #000;
|
|
3323
3169
|
}
|
|
3324
3170
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3325
3171
|
background-color: #1a1a1a;
|
|
@@ -3363,7 +3209,6 @@
|
|
|
3363
3209
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
3364
3210
|
background-color: transparent;
|
|
3365
3211
|
border: 0;
|
|
3366
|
-
color: #fff;
|
|
3367
3212
|
height: 40px;
|
|
3368
3213
|
width: 40px;
|
|
3369
3214
|
}
|
|
@@ -3395,25 +3240,6 @@
|
|
|
3395
3240
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3396
3241
|
font-size: 24px;
|
|
3397
3242
|
}
|
|
3398
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3399
|
-
padding: 38px 18px 12px;
|
|
3400
|
-
}
|
|
3401
|
-
.e-bigger .e-quick-popup-wrapper .e-popup-footer {
|
|
3402
|
-
padding: 8px 18px 8px 22px;
|
|
3403
|
-
}
|
|
3404
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3405
|
-
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3406
|
-
padding-right: 13px;
|
|
3407
|
-
}
|
|
3408
|
-
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3409
|
-
font-size: 16px;
|
|
3410
|
-
}
|
|
3411
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3412
|
-
padding-right: 0;
|
|
3413
|
-
}
|
|
3414
|
-
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3415
|
-
padding-right: 13px;
|
|
3416
|
-
}
|
|
3417
3243
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3418
3244
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3419
3245
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
@@ -3434,35 +3260,6 @@
|
|
|
3434
3260
|
padding: 0 5px 0 8px;
|
|
3435
3261
|
}
|
|
3436
3262
|
|
|
3437
|
-
.e-bigger .e-agenda-view .e-appointment {
|
|
3438
|
-
padding: 0 8px;
|
|
3439
|
-
}
|
|
3440
|
-
.e-bigger .e-agenda-view .e-subject {
|
|
3441
|
-
font-size: 16px;
|
|
3442
|
-
}
|
|
3443
|
-
.e-bigger .e-agenda-view .e-date-time {
|
|
3444
|
-
font-size: 14px;
|
|
3445
|
-
}
|
|
3446
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
3447
|
-
font-size: 20px;
|
|
3448
|
-
}
|
|
3449
|
-
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
3450
|
-
font-size: 14px;
|
|
3451
|
-
}
|
|
3452
|
-
|
|
3453
|
-
.e-bigger .e-timeline-view .e-resource-text {
|
|
3454
|
-
font-size: 14px;
|
|
3455
|
-
padding-left: 12px;
|
|
3456
|
-
}
|
|
3457
|
-
.e-bigger .e-timeline-view .e-navigate {
|
|
3458
|
-
font-size: 18px;
|
|
3459
|
-
padding: 8px 0 8px 8px;
|
|
3460
|
-
}
|
|
3461
|
-
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
3462
|
-
font-size: 18px;
|
|
3463
|
-
padding: 8px 0 8px 8px;
|
|
3464
|
-
}
|
|
3465
|
-
|
|
3466
3263
|
.e-appointment.e-schedule-event-clone {
|
|
3467
3264
|
background: #1c8000;
|
|
3468
3265
|
border-radius: 2px;
|
|
@@ -3565,7 +3362,8 @@
|
|
|
3565
3362
|
height: calc(100% - 35px);
|
|
3566
3363
|
max-height: 150px;
|
|
3567
3364
|
overflow-y: auto;
|
|
3568
|
-
padding: 10px
|
|
3365
|
+
padding-left: 10px;
|
|
3366
|
+
padding-right: 10px;
|
|
3569
3367
|
}
|
|
3570
3368
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3571
3369
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
@@ -3612,7 +3410,6 @@
|
|
|
3612
3410
|
color: #fff;
|
|
3613
3411
|
cursor: pointer;
|
|
3614
3412
|
height: 25px;
|
|
3615
|
-
padding: unset;
|
|
3616
3413
|
position: absolute;
|
|
3617
3414
|
right: 6px;
|
|
3618
3415
|
width: 25px;
|
|
@@ -3687,14 +3484,6 @@
|
|
|
3687
3484
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
3688
3485
|
max-height: unset;
|
|
3689
3486
|
}
|
|
3690
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
3691
|
-
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
3692
|
-
padding-right: 10px;
|
|
3693
|
-
}
|
|
3694
|
-
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
3695
|
-
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
3696
|
-
padding-right: 10px;
|
|
3697
|
-
}
|
|
3698
3487
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
3699
3488
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
3700
3489
|
left: 6px;
|
|
@@ -3712,10 +3501,6 @@
|
|
|
3712
3501
|
border-width: 0;
|
|
3713
3502
|
position: relative;
|
|
3714
3503
|
}
|
|
3715
|
-
.e-schedule .e-header-calendar {
|
|
3716
|
-
background-color: none;
|
|
3717
|
-
box-shadow: none;
|
|
3718
|
-
}
|
|
3719
3504
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
3720
3505
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
3721
3506
|
border-left-width: 0;
|
|
@@ -3775,7 +3560,6 @@
|
|
|
3775
3560
|
}
|
|
3776
3561
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
3777
3562
|
color: #ffd939;
|
|
3778
|
-
font-weight: normal;
|
|
3779
3563
|
}
|
|
3780
3564
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
3781
3565
|
background-color: #1a1a1a;
|
|
@@ -3806,7 +3590,6 @@
|
|
|
3806
3590
|
}
|
|
3807
3591
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
3808
3592
|
background-color: #ffd939;
|
|
3809
|
-
color: #fff;
|
|
3810
3593
|
}
|
|
3811
3594
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
3812
3595
|
background-color: #ffd939;
|
|
@@ -3814,7 +3597,6 @@
|
|
|
3814
3597
|
}
|
|
3815
3598
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
3816
3599
|
background-color: #ffd939;
|
|
3817
|
-
color: #fff;
|
|
3818
3600
|
}
|
|
3819
3601
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
3820
3602
|
.e-schedule .e-vertical-view .e-current-time {
|
|
@@ -3840,14 +3622,11 @@
|
|
|
3840
3622
|
border-style: solid;
|
|
3841
3623
|
border-width: 0 0 1px;
|
|
3842
3624
|
color: #fff;
|
|
3843
|
-
font-size: none;
|
|
3844
3625
|
text-align: left;
|
|
3845
|
-
text-transform: none;
|
|
3846
3626
|
}
|
|
3847
3627
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
3848
3628
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
3849
3629
|
color: #ffd939;
|
|
3850
|
-
font-weight: normal;
|
|
3851
3630
|
}
|
|
3852
3631
|
.e-schedule .e-month-view .e-work-cells,
|
|
3853
3632
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
@@ -3875,8 +3654,9 @@
|
|
|
3875
3654
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
3876
3655
|
background-color: transparent;
|
|
3877
3656
|
border-radius: 50%;
|
|
3878
|
-
color: #
|
|
3657
|
+
color: #000;
|
|
3879
3658
|
width: 20px;
|
|
3659
|
+
color: #ffd939;
|
|
3880
3660
|
}
|
|
3881
3661
|
.e-schedule .e-month-view .e-selected-cell,
|
|
3882
3662
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
@@ -3895,9 +3675,6 @@
|
|
|
3895
3675
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
3896
3676
|
background-color: #ffd939;
|
|
3897
3677
|
}
|
|
3898
|
-
.e-schedule .e-month-agenda-view .e-content-wrap .e-table-container {
|
|
3899
|
-
overflow: auto;
|
|
3900
|
-
}
|
|
3901
3678
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
3902
3679
|
border-width: 0 0 1px 0;
|
|
3903
3680
|
text-align: center;
|
|
@@ -3929,7 +3706,6 @@
|
|
|
3929
3706
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
3930
3707
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
3931
3708
|
color: #ffd939;
|
|
3932
|
-
font-weight: normal;
|
|
3933
3709
|
}
|
|
3934
3710
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
3935
3711
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
@@ -3993,64 +3769,6 @@
|
|
|
3993
3769
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
3994
3770
|
border-left: 1px solid #ffd939;
|
|
3995
3771
|
}
|
|
3996
|
-
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
3997
|
-
background-color: #1a1a1a;
|
|
3998
|
-
border-color: #969696;
|
|
3999
|
-
border-style: solid;
|
|
4000
|
-
border-width: 0 1px 1px 0;
|
|
4001
|
-
color: #fff;
|
|
4002
|
-
padding: 0;
|
|
4003
|
-
}
|
|
4004
|
-
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
4005
|
-
background: #685708;
|
|
4006
|
-
color: #fff;
|
|
4007
|
-
}
|
|
4008
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
4009
|
-
background-color: #000;
|
|
4010
|
-
}
|
|
4011
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
4012
|
-
color: #969696;
|
|
4013
|
-
}
|
|
4014
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
4015
|
-
background-color: transparent;
|
|
4016
|
-
border-radius: 50%;
|
|
4017
|
-
color: #ffd939;
|
|
4018
|
-
margin: 2px;
|
|
4019
|
-
width: 20px;
|
|
4020
|
-
}
|
|
4021
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
4022
|
-
background-color: #ffd939;
|
|
4023
|
-
color: #000;
|
|
4024
|
-
}
|
|
4025
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header {
|
|
4026
|
-
color: #000;
|
|
4027
|
-
}
|
|
4028
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
4029
|
-
color: #000;
|
|
4030
|
-
}
|
|
4031
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
4032
|
-
background-color: #ffd939;
|
|
4033
|
-
}
|
|
4034
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
4035
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
4036
|
-
}
|
|
4037
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
4038
|
-
cursor: default;
|
|
4039
|
-
opacity: 0.35;
|
|
4040
|
-
}
|
|
4041
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
4042
|
-
text-decoration: none;
|
|
4043
|
-
}
|
|
4044
|
-
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
4045
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
4046
|
-
}
|
|
4047
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
4048
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
4049
|
-
box-shadow: inset 0 0 0 8px #1a1a1a;
|
|
4050
|
-
}
|
|
4051
|
-
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
4052
|
-
background-color: rgba(0, 0, 0, 0.08);
|
|
4053
|
-
}
|
|
4054
3772
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4055
3773
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4056
3774
|
border-right-width: 0;
|