@syncfusion/ej2-react-gantt 20.1.55 → 20.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist/ej2-react-gantt.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/gantt/adddialogfields-directive.d.ts +3 -1
- package/src/gantt/columns-directive.d.ts +3 -1
- package/src/gantt/dayworkingtime-directive.d.ts +3 -1
- package/src/gantt/editdialogfields-directive.d.ts +3 -1
- package/src/gantt/eventmarkers-directive.d.ts +3 -1
- package/src/gantt/holidays-directive.d.ts +3 -1
- package/styles/bootstrap-dark.css +262 -379
- package/styles/bootstrap.css +264 -387
- package/styles/bootstrap4.css +276 -433
- package/styles/bootstrap5-dark.css +264 -382
- package/styles/bootstrap5.css +264 -382
- package/styles/fabric-dark.css +262 -377
- package/styles/fabric.css +265 -380
- package/styles/fluent-dark.css +262 -378
- package/styles/fluent.css +262 -378
- package/styles/gantt/bootstrap-dark.css +262 -379
- package/styles/gantt/bootstrap.css +264 -387
- package/styles/gantt/bootstrap4.css +276 -433
- package/styles/gantt/bootstrap5-dark.css +264 -382
- package/styles/gantt/bootstrap5.css +264 -382
- package/styles/gantt/fabric-dark.css +262 -377
- package/styles/gantt/fabric.css +265 -380
- package/styles/gantt/fluent-dark.css +262 -378
- package/styles/gantt/fluent.css +262 -378
- package/styles/gantt/highcontrast-light.css +230 -364
- package/styles/gantt/highcontrast.css +265 -414
- package/styles/gantt/material-dark.css +266 -371
- package/styles/gantt/material.css +267 -373
- package/styles/gantt/tailwind-dark.css +264 -370
- package/styles/gantt/tailwind.css +264 -370
- package/styles/highcontrast-light.css +230 -364
- package/styles/highcontrast.css +265 -414
- package/styles/material-dark.css +266 -371
- package/styles/material.css +267 -373
- package/styles/tailwind-dark.css +264 -370
- package/styles/tailwind.css +264 -370
package/styles/highcontrast.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -11,21 +12,17 @@
|
|
|
11
12
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
13
|
margin-top: 1px;
|
|
13
14
|
}
|
|
14
|
-
|
|
15
15
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
16
16
|
background-color: #000;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
18
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
20
19
|
color: #ffd939;
|
|
21
20
|
}
|
|
22
|
-
|
|
23
21
|
.e-ddl.e-popup .e-input-group {
|
|
24
22
|
display: -ms-flexbox;
|
|
25
23
|
display: flex;
|
|
26
24
|
width: auto;
|
|
27
25
|
}
|
|
28
|
-
|
|
29
26
|
.e-ddl.e-popup .e-input-group input {
|
|
30
27
|
line-height: 15px;
|
|
31
28
|
}
|
|
@@ -36,62 +33,46 @@
|
|
|
36
33
|
margin: 5px;
|
|
37
34
|
min-width: 20px;
|
|
38
35
|
}
|
|
39
|
-
|
|
40
36
|
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
41
37
|
font-size: 10px;
|
|
42
38
|
}
|
|
43
|
-
|
|
44
39
|
.e-ddl.e-popup .e-filter-parent {
|
|
45
40
|
border-left-width: 0;
|
|
46
41
|
border-right-width: 0;
|
|
47
42
|
}
|
|
48
|
-
|
|
49
43
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
50
44
|
border-color: #fff;
|
|
51
45
|
}
|
|
52
|
-
|
|
53
46
|
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
54
47
|
margin-top: 0;
|
|
55
48
|
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
58
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
59
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
49
|
+
.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 {
|
|
60
50
|
font-size: 15px;
|
|
61
51
|
line-height: 45px;
|
|
62
52
|
padding-left: 0;
|
|
63
53
|
text-indent: 16px;
|
|
64
54
|
}
|
|
65
|
-
|
|
66
55
|
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
67
56
|
padding-left: 4px;
|
|
68
57
|
}
|
|
69
|
-
|
|
70
58
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
71
59
|
padding: 4px 0;
|
|
72
60
|
}
|
|
73
|
-
|
|
74
61
|
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
75
62
|
height: 46px;
|
|
76
63
|
}
|
|
77
|
-
|
|
78
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
79
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
80
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
64
|
+
.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 {
|
|
81
65
|
font-size: 14px;
|
|
82
66
|
line-height: 40px;
|
|
83
67
|
padding-left: 0;
|
|
84
68
|
text-indent: 16px;
|
|
85
69
|
}
|
|
86
|
-
|
|
87
70
|
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
88
71
|
padding-left: 4px;
|
|
89
72
|
}
|
|
90
|
-
|
|
91
73
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
92
74
|
padding: 0;
|
|
93
75
|
}
|
|
94
|
-
|
|
95
76
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
96
77
|
height: 34px;
|
|
97
78
|
}
|
|
@@ -100,96 +81,78 @@
|
|
|
100
81
|
color: #fff;
|
|
101
82
|
top: 12px;
|
|
102
83
|
}
|
|
103
|
-
|
|
104
84
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
105
85
|
color: #969696;
|
|
106
86
|
font-family: inherit;
|
|
107
87
|
font-size: 14px;
|
|
108
88
|
font-style: italic;
|
|
109
89
|
}
|
|
110
|
-
|
|
111
90
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
112
91
|
color: #969696;
|
|
113
92
|
font-family: inherit;
|
|
114
93
|
font-size: 14px;
|
|
115
94
|
font-style: italic;
|
|
116
95
|
}
|
|
117
|
-
|
|
118
96
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
119
97
|
color: #969696;
|
|
120
98
|
font-family: inherit;
|
|
121
99
|
font-size: 14px;
|
|
122
100
|
font-style: italic;
|
|
123
101
|
}
|
|
124
|
-
|
|
125
102
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
126
103
|
color: #969696;
|
|
127
104
|
font-family: inherit;
|
|
128
105
|
font-size: 14px;
|
|
129
106
|
font-style: italic;
|
|
130
107
|
}
|
|
131
|
-
|
|
132
108
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
|
|
133
109
|
color: #fff;
|
|
134
110
|
}
|
|
135
|
-
|
|
136
111
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
|
|
137
112
|
color: #fff;
|
|
138
113
|
}
|
|
139
|
-
|
|
140
114
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
141
115
|
line-height: 26px;
|
|
142
116
|
top: 0;
|
|
143
117
|
}
|
|
144
|
-
|
|
145
118
|
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
146
119
|
-webkit-text-fill-color: #fff;
|
|
147
120
|
color: #fff;
|
|
148
121
|
}
|
|
149
|
-
|
|
150
122
|
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
151
123
|
-webkit-text-fill-color: #fff;
|
|
152
124
|
color: #fff;
|
|
153
125
|
}
|
|
154
|
-
|
|
155
|
-
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
126
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
156
127
|
color: #fff;
|
|
157
128
|
height: 100%;
|
|
158
129
|
min-height: 28px;
|
|
159
130
|
}
|
|
160
|
-
|
|
161
|
-
.e-multi-select-wrapper .e-searcher input[type='text']::selection {
|
|
131
|
+
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
|
|
162
132
|
background-color: #ffd939;
|
|
163
133
|
}
|
|
164
134
|
|
|
165
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon,
|
|
166
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
135
|
+
.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 {
|
|
167
136
|
padding-left: 0;
|
|
168
137
|
}
|
|
169
|
-
|
|
170
138
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
171
139
|
border-bottom: 1px solid #fff;
|
|
172
140
|
}
|
|
173
|
-
|
|
174
141
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
|
|
175
142
|
background-color: #ffd939;
|
|
176
143
|
}
|
|
177
|
-
|
|
178
144
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
|
|
179
145
|
border: 2px solid #ffd939;
|
|
180
146
|
}
|
|
181
|
-
|
|
182
147
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
|
|
183
148
|
border-bottom: 2px solid #fff;
|
|
184
149
|
border-left: 2px solid #fff;
|
|
185
150
|
border-right: 2px solid #fff;
|
|
186
151
|
border-top: 2px solid #fff;
|
|
187
152
|
}
|
|
188
|
-
|
|
189
153
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
|
|
190
154
|
border: 2px solid #685708;
|
|
191
155
|
}
|
|
192
|
-
|
|
193
156
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
|
|
194
157
|
background-color: #fff;
|
|
195
158
|
border-bottom: 1px solid #fff;
|
|
@@ -197,15 +160,12 @@
|
|
|
197
160
|
border-right: 1px solid #fff;
|
|
198
161
|
border-top: 1px solid #fff;
|
|
199
162
|
}
|
|
200
|
-
|
|
201
163
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
|
|
202
164
|
border: 2px solid #fff;
|
|
203
165
|
}
|
|
204
|
-
|
|
205
166
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
|
|
206
167
|
border: 2px solid #000;
|
|
207
168
|
}
|
|
208
|
-
|
|
209
169
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
|
|
210
170
|
border: 2px solid #ffd939;
|
|
211
171
|
}
|
|
@@ -228,7 +188,6 @@
|
|
|
228
188
|
transform: rotate(360deg);
|
|
229
189
|
}
|
|
230
190
|
}
|
|
231
|
-
|
|
232
191
|
@keyframes fabric-spinner-rotate {
|
|
233
192
|
0% {
|
|
234
193
|
transform: rotate(0);
|
|
@@ -237,156 +196,324 @@
|
|
|
237
196
|
transform: rotate(360deg);
|
|
238
197
|
}
|
|
239
198
|
}
|
|
240
|
-
|
|
241
199
|
.e-gantt .e-add::before {
|
|
242
|
-
content:
|
|
200
|
+
content: "\e7d5";
|
|
243
201
|
}
|
|
244
|
-
|
|
245
202
|
.e-gantt .e-edit::before {
|
|
246
|
-
content:
|
|
203
|
+
content: "\e97c";
|
|
247
204
|
}
|
|
248
|
-
|
|
249
205
|
.e-gantt .e-delete::before {
|
|
250
|
-
content:
|
|
206
|
+
content: "\e965";
|
|
251
207
|
}
|
|
252
|
-
|
|
253
208
|
.e-gantt .e-cancel::before {
|
|
254
|
-
content:
|
|
209
|
+
content: "\e953";
|
|
255
210
|
}
|
|
256
|
-
|
|
257
211
|
.e-gantt .e-save::before {
|
|
258
|
-
content:
|
|
212
|
+
content: "\e954";
|
|
259
213
|
}
|
|
260
|
-
|
|
261
214
|
.e-gantt .e-update::before {
|
|
262
|
-
content:
|
|
215
|
+
content: "\e735";
|
|
263
216
|
}
|
|
264
|
-
|
|
265
217
|
.e-gantt .e-search-icon::before {
|
|
266
|
-
content:
|
|
218
|
+
content: "\ebe6";
|
|
267
219
|
}
|
|
268
|
-
|
|
269
220
|
.e-gantt .e-cancel-icon::before {
|
|
270
|
-
content:
|
|
221
|
+
content: "\e953";
|
|
271
222
|
}
|
|
272
|
-
|
|
273
223
|
.e-gantt .e-notes-info::before {
|
|
274
|
-
content:
|
|
224
|
+
content: "🛈";
|
|
275
225
|
}
|
|
276
|
-
|
|
277
226
|
.e-gantt .e-expandall::before {
|
|
278
|
-
content:
|
|
227
|
+
content: "\e557";
|
|
279
228
|
}
|
|
280
|
-
|
|
281
229
|
.e-gantt .e-collapseall::before {
|
|
282
|
-
content:
|
|
230
|
+
content: "\e558";
|
|
283
231
|
}
|
|
284
|
-
|
|
285
232
|
.e-gantt .e-prevtimespan::before {
|
|
286
|
-
content:
|
|
233
|
+
content: "\e85b";
|
|
287
234
|
}
|
|
288
|
-
|
|
289
235
|
.e-gantt .e-nexttimespan::before {
|
|
290
|
-
content:
|
|
236
|
+
content: "\e85f";
|
|
291
237
|
}
|
|
292
|
-
|
|
293
238
|
.e-gantt .e-left-resize-gripper::before,
|
|
294
239
|
.e-gantt .e-right-resize-gripper::before {
|
|
295
|
-
content:
|
|
240
|
+
content: "\ebef";
|
|
296
241
|
}
|
|
297
|
-
|
|
298
242
|
.e-gantt .e-zoomin::before {
|
|
299
|
-
content:
|
|
243
|
+
content: "\e349";
|
|
300
244
|
}
|
|
301
|
-
|
|
302
245
|
.e-gantt .e-zoomout::before {
|
|
303
|
-
content:
|
|
246
|
+
content: "\e351";
|
|
304
247
|
}
|
|
305
|
-
|
|
306
248
|
.e-gantt .e-zoomtofit::before {
|
|
307
|
-
content:
|
|
249
|
+
content: "\e657";
|
|
308
250
|
}
|
|
309
|
-
|
|
310
251
|
.e-gantt .e-add-above::before {
|
|
311
|
-
content:
|
|
252
|
+
content: "\e658";
|
|
312
253
|
}
|
|
313
|
-
|
|
314
254
|
.e-gantt .e-csvexport::before {
|
|
315
|
-
content:
|
|
255
|
+
content: "\e241";
|
|
316
256
|
}
|
|
317
|
-
|
|
318
257
|
.e-gantt .e-excelexport::before {
|
|
319
|
-
content:
|
|
258
|
+
content: "\e242";
|
|
320
259
|
}
|
|
321
|
-
|
|
322
260
|
.e-gantt .e-pdfexport::before {
|
|
323
|
-
content:
|
|
261
|
+
content: "\e240";
|
|
324
262
|
}
|
|
325
|
-
|
|
326
263
|
.e-gantt .e-indent::before {
|
|
327
|
-
content:
|
|
264
|
+
content: "\e33f";
|
|
328
265
|
}
|
|
329
|
-
|
|
330
266
|
.e-gantt .e-outdent::before {
|
|
331
|
-
content:
|
|
267
|
+
content: "\e35d";
|
|
332
268
|
}
|
|
333
|
-
|
|
334
269
|
.e-gantt .e-add-below::before {
|
|
335
|
-
content:
|
|
270
|
+
content: "\e659";
|
|
336
271
|
}
|
|
337
272
|
|
|
338
273
|
.e-gantt.e-device .e-backarrowspan::before,
|
|
339
274
|
.e-gantt.e-device .e-icon-dlg-close::before {
|
|
340
|
-
content:
|
|
275
|
+
content: "\e85b";
|
|
341
276
|
}
|
|
342
|
-
|
|
343
277
|
.e-gantt.e-device .e-left-resize-gripper::before,
|
|
344
278
|
.e-gantt.e-device .e-right-resize-gripper::before {
|
|
345
|
-
content:
|
|
279
|
+
content: "\e903";
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
283
|
+
content: "\e85b";
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
287
|
+
content: "\e85f";
|
|
346
288
|
}
|
|
347
289
|
|
|
348
290
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
349
291
|
height: 64px;
|
|
350
292
|
}
|
|
351
|
-
|
|
352
293
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
353
294
|
height: 32px;
|
|
354
295
|
}
|
|
355
|
-
|
|
296
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
297
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
298
|
+
padding-left: 10px;
|
|
299
|
+
padding-right: 10px;
|
|
300
|
+
width: 30px;
|
|
301
|
+
}
|
|
302
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
303
|
+
border-radius: 4px !important;
|
|
304
|
+
font-size: 12px !important;
|
|
305
|
+
height: 26px !important;
|
|
306
|
+
padding: 4px 11px 4px 8px !important;
|
|
307
|
+
top: 36px !important;
|
|
308
|
+
}
|
|
309
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
310
|
+
border-bottom: 6px solid transparent;
|
|
311
|
+
border-right: 6px solid transparent;
|
|
312
|
+
border-right-color: #FFF;
|
|
313
|
+
border-top: 6px solid transparent;
|
|
314
|
+
top: 43px !important;
|
|
315
|
+
}
|
|
316
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
317
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
318
|
+
content: "\e92c";
|
|
319
|
+
}
|
|
320
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
321
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
322
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
323
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
324
|
+
border-radius: 50%;
|
|
325
|
+
display: inline-block;
|
|
326
|
+
position: absolute;
|
|
327
|
+
}
|
|
328
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
329
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
330
|
+
border-style: solid;
|
|
331
|
+
border-width: 1px;
|
|
332
|
+
box-sizing: content-box;
|
|
333
|
+
cursor: pointer;
|
|
334
|
+
display: inline-block;
|
|
335
|
+
}
|
|
336
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
337
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
338
|
+
background-color: #ffd939;
|
|
339
|
+
border-color: #000;
|
|
340
|
+
}
|
|
341
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
342
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
343
|
+
background-color: #ffd939;
|
|
344
|
+
border-color: #000;
|
|
345
|
+
outline: 2px solid #685708;
|
|
346
|
+
}
|
|
356
347
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
357
348
|
height: 63px !important;
|
|
358
349
|
}
|
|
359
|
-
|
|
350
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
351
|
+
background-color: #000000;
|
|
352
|
+
border-color: #000000;
|
|
353
|
+
color: #F9FAFB;
|
|
354
|
+
font-size: 12px;
|
|
355
|
+
line-height: 18px;
|
|
356
|
+
padding: 0 8px 0 0;
|
|
357
|
+
}
|
|
358
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
359
|
+
background-color: #000000;
|
|
360
|
+
border-color: #000000;
|
|
361
|
+
color: #F9FAFB;
|
|
362
|
+
font-size: 12px;
|
|
363
|
+
line-height: 18px;
|
|
364
|
+
padding: 0 0 0 8px;
|
|
365
|
+
}
|
|
366
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
367
|
+
padding: 3px !important;
|
|
368
|
+
}
|
|
369
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
370
|
+
padding: 20px 0 0 !important;
|
|
371
|
+
}
|
|
372
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
373
|
+
padding: 0 16px !important;
|
|
374
|
+
}
|
|
360
375
|
.e-bigger .e-columnmenu {
|
|
361
376
|
top: 45px;
|
|
362
377
|
}
|
|
363
|
-
|
|
378
|
+
.e-bigger .e-gantt-dialog {
|
|
379
|
+
border-radius: 6px;
|
|
380
|
+
width: 554px !important;
|
|
381
|
+
}
|
|
364
382
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
365
|
-
padding: 16px
|
|
383
|
+
padding: 16px 9px 0 18px;
|
|
366
384
|
}
|
|
367
|
-
|
|
368
385
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
369
|
-
padding: 16px 18px 0
|
|
386
|
+
padding: 16px 18px 0 9px;
|
|
370
387
|
}
|
|
371
|
-
|
|
372
388
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
373
|
-
padding: 16px 18px 0
|
|
389
|
+
padding: 16px 18px 0 9px;
|
|
390
|
+
}
|
|
391
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
392
|
+
height: 241px !important;
|
|
393
|
+
}
|
|
394
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
395
|
+
height: 78px !important;
|
|
396
|
+
}
|
|
397
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
398
|
+
border-bottom: 0 !important;
|
|
399
|
+
}
|
|
400
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
401
|
+
border-radius: 0 !important;
|
|
402
|
+
}
|
|
403
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
404
|
+
border-radius: 6px 6px 0px 0px;
|
|
405
|
+
padding-bottom: 4px;
|
|
406
|
+
}
|
|
407
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
408
|
+
border-radius: 50%;
|
|
409
|
+
height: auto !important;
|
|
410
|
+
width: auto !important;
|
|
411
|
+
}
|
|
412
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
413
|
+
margin-left: 6px !important;
|
|
414
|
+
}
|
|
415
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
416
|
+
font-size: 16px !important;
|
|
417
|
+
}
|
|
418
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
419
|
+
width: 250px !important;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-predecessor-tooltip {
|
|
422
|
+
background-color: #000000;
|
|
423
|
+
}
|
|
424
|
+
.e-bigger .e-predecessor-dialog {
|
|
425
|
+
background-color: #1a1a1a;
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
428
|
+
background-color: #1a1a1a;
|
|
429
|
+
padding: 10px 9px 9px 14px !important;
|
|
430
|
+
}
|
|
431
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
432
|
+
padding: 16px 4px 12px 18px !important;
|
|
433
|
+
}
|
|
434
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
435
|
+
left: 2px !important;
|
|
436
|
+
}
|
|
437
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
438
|
+
font-size: 12px !important;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
441
|
+
height: 76px !important;
|
|
442
|
+
padding: 19px 18px 19px 16px !important;
|
|
443
|
+
}
|
|
444
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
445
|
+
margin-left: 12px;
|
|
446
|
+
}
|
|
447
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
448
|
+
line-height: 28px;
|
|
449
|
+
}
|
|
450
|
+
.e-bigger .e-tab .e-content {
|
|
451
|
+
height: 241px !important;
|
|
452
|
+
}
|
|
453
|
+
.e-bigger .e-filter-popup {
|
|
454
|
+
width: 307px !important;
|
|
455
|
+
}
|
|
456
|
+
.e-bigger .e-dlg-content {
|
|
457
|
+
border-radius: 0px !important;
|
|
458
|
+
padding: 20px 18px 0px 18px !important;
|
|
459
|
+
}
|
|
460
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
461
|
+
font-size: 14px;
|
|
462
|
+
line-height: 22px;
|
|
463
|
+
}
|
|
464
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
465
|
+
font-size: 14px;
|
|
466
|
+
line-height: 22px;
|
|
467
|
+
}
|
|
468
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
469
|
+
height: 38px !important;
|
|
470
|
+
}
|
|
471
|
+
.e-bigger .e-left-btn:disabled {
|
|
472
|
+
color: #757575 !important;
|
|
473
|
+
}
|
|
474
|
+
.e-bigger .e-right-btn:disabled {
|
|
475
|
+
color: #757575 !important;
|
|
476
|
+
}
|
|
477
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
478
|
+
min-width: 36px !important;
|
|
479
|
+
}
|
|
480
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
481
|
+
min-height: 38px !important;
|
|
482
|
+
min-width: 35.82px !important;
|
|
483
|
+
}
|
|
484
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
485
|
+
min-height: 38px !important;
|
|
486
|
+
min-width: 35.82px !important;
|
|
487
|
+
}
|
|
488
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
489
|
+
min-height: 38px !important;
|
|
490
|
+
min-width: 35.82px !important;
|
|
491
|
+
}
|
|
492
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
493
|
+
height: 40px;
|
|
494
|
+
}
|
|
495
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
496
|
+
font-size: 16px !important;
|
|
497
|
+
}
|
|
498
|
+
.e-bigger .e-btn.e-flat {
|
|
499
|
+
line-height: 24px;
|
|
500
|
+
padding: 6px 16px 6px 15px !important;
|
|
501
|
+
}
|
|
502
|
+
.e-bigger .e-btn.e-primary {
|
|
503
|
+
padding: 6px 21px 6px 23px !important;
|
|
374
504
|
}
|
|
375
505
|
|
|
376
506
|
.e-gantt {
|
|
377
507
|
display: block;
|
|
378
508
|
width: 100%;
|
|
379
509
|
}
|
|
380
|
-
|
|
381
510
|
.e-gantt .e-cloneproperties {
|
|
382
511
|
padding: 4px 5px;
|
|
383
512
|
}
|
|
384
|
-
|
|
385
513
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
386
514
|
left: -5px;
|
|
387
515
|
position: relative;
|
|
388
516
|
}
|
|
389
|
-
|
|
390
517
|
.e-gantt .e-cloneproperties {
|
|
391
518
|
border-style: solid;
|
|
392
519
|
border-width: 1px;
|
|
@@ -404,127 +531,101 @@
|
|
|
404
531
|
white-space: nowrap;
|
|
405
532
|
z-index: 100;
|
|
406
533
|
}
|
|
407
|
-
|
|
408
534
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
409
535
|
border-spacing: 0;
|
|
410
536
|
font-size: 12px;
|
|
411
537
|
font-weight: normal;
|
|
412
538
|
overflow: visible;
|
|
413
539
|
}
|
|
414
|
-
|
|
415
540
|
.e-gantt .e-cloneproperties .e-bothganttlines {
|
|
416
541
|
border-width: 1px 0 0 1px;
|
|
417
542
|
}
|
|
418
|
-
|
|
419
543
|
.e-gantt .e-draganddrop {
|
|
420
544
|
border-width: 0 1px 1px;
|
|
421
545
|
font-weight: normal;
|
|
422
546
|
padding: 0;
|
|
423
547
|
}
|
|
424
|
-
|
|
425
548
|
.e-gantt .e-draganddrop .e-rowcell {
|
|
426
|
-
opacity: .95;
|
|
549
|
+
opacity: 0.95;
|
|
427
550
|
}
|
|
428
|
-
|
|
429
551
|
.e-gantt .e-cloneproperties.e-draganddrop table {
|
|
430
552
|
border-spacing: 0;
|
|
431
553
|
}
|
|
432
|
-
|
|
433
554
|
.e-gantt .e-icons.e-errorelem {
|
|
434
555
|
display: inline-block;
|
|
435
556
|
padding-left: 10px;
|
|
436
557
|
vertical-align: middle;
|
|
437
558
|
}
|
|
438
|
-
|
|
439
559
|
.e-gantt .e-errorelem::before {
|
|
440
560
|
color: #e3165b;
|
|
441
|
-
content:
|
|
561
|
+
content: "\e22a";
|
|
442
562
|
transform: rotate(180deg);
|
|
443
563
|
}
|
|
444
|
-
|
|
445
|
-
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
|
|
446
|
-
.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
564
|
+
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
447
565
|
border-bottom: 0;
|
|
448
566
|
border-right: 1px solid #969696;
|
|
449
567
|
border-top: 1px solid #969696;
|
|
450
568
|
}
|
|
451
|
-
|
|
452
569
|
.e-gantt .e-gantt-toolbar {
|
|
453
570
|
border-bottom-left-radius: 0;
|
|
454
571
|
border-bottom-right-radius: 0;
|
|
455
572
|
border-style: solid;
|
|
456
573
|
border-width: 1px 1px 0;
|
|
457
574
|
}
|
|
458
|
-
|
|
459
575
|
.e-gantt .e-flmenu-valuediv {
|
|
460
576
|
padding-top: 24px;
|
|
461
577
|
}
|
|
462
|
-
|
|
463
578
|
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
|
464
579
|
margin: 0;
|
|
465
580
|
}
|
|
466
|
-
|
|
467
581
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
468
582
|
overflow: hidden !important;
|
|
469
583
|
}
|
|
470
|
-
|
|
471
584
|
.e-gantt .e-temp-content {
|
|
472
585
|
border-left: 1px solid;
|
|
473
586
|
}
|
|
474
|
-
|
|
475
587
|
.e-gantt .e-tab {
|
|
476
588
|
border: 0;
|
|
477
589
|
}
|
|
478
|
-
|
|
479
590
|
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
480
591
|
border-color: transparent;
|
|
481
592
|
}
|
|
482
|
-
|
|
483
593
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
484
594
|
border-width: 0;
|
|
485
595
|
}
|
|
486
|
-
|
|
487
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
488
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
489
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
490
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-
|
|
491
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
596
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
597
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
598
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
599
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
600
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
492
601
|
background-color: transparent;
|
|
493
602
|
}
|
|
494
|
-
|
|
495
603
|
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
|
|
496
604
|
border-bottom-style: solid;
|
|
497
605
|
border-bottom-width: 1px;
|
|
498
606
|
height: 45px;
|
|
499
607
|
}
|
|
500
|
-
|
|
501
608
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
502
609
|
border-right-width: 0 !important;
|
|
503
610
|
}
|
|
504
|
-
|
|
505
611
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
506
612
|
border-top-style: none;
|
|
507
613
|
border-top-width: 0;
|
|
508
614
|
padding-right: 0 !important;
|
|
509
615
|
}
|
|
510
|
-
|
|
511
616
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
512
617
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
513
618
|
height: 63px !important;
|
|
514
619
|
}
|
|
515
|
-
|
|
516
620
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
517
621
|
overflow-x: scroll !important;
|
|
518
622
|
}
|
|
519
|
-
|
|
520
623
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
521
624
|
width: calc(100% + 17px);
|
|
522
625
|
}
|
|
523
|
-
|
|
524
626
|
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
|
|
525
627
|
text-align: center;
|
|
526
628
|
}
|
|
527
|
-
|
|
528
629
|
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
|
|
529
630
|
display: inline-block;
|
|
530
631
|
font-size: 18px;
|
|
@@ -532,41 +633,35 @@
|
|
|
532
633
|
line-height: 10px;
|
|
533
634
|
vertical-align: middle;
|
|
534
635
|
}
|
|
535
|
-
|
|
536
636
|
.e-gantt .e-gantt-chart {
|
|
537
637
|
height: 100%;
|
|
538
638
|
overflow: hidden;
|
|
539
639
|
position: relative;
|
|
540
640
|
width: 100%;
|
|
541
641
|
}
|
|
542
|
-
|
|
543
642
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
544
643
|
border-right: 0 solid;
|
|
545
644
|
}
|
|
546
|
-
|
|
547
645
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
548
646
|
-webkit-overflow-scrolling: touch;
|
|
549
647
|
overflow-x: scroll;
|
|
550
648
|
overflow-y: auto;
|
|
551
649
|
position: relative;
|
|
552
650
|
}
|
|
553
|
-
|
|
554
651
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
|
|
555
652
|
position: absolute;
|
|
556
653
|
}
|
|
557
|
-
|
|
558
654
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
|
|
559
655
|
position: absolute;
|
|
560
656
|
}
|
|
561
|
-
|
|
562
657
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
658
|
+
height: 100%;
|
|
563
659
|
position: absolute;
|
|
564
660
|
}
|
|
565
|
-
|
|
566
661
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
662
|
+
height: 100%;
|
|
567
663
|
position: absolute;
|
|
568
664
|
}
|
|
569
|
-
|
|
570
665
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
571
666
|
border-bottom-style: solid;
|
|
572
667
|
border-right-width: 0;
|
|
@@ -574,12 +669,10 @@
|
|
|
574
669
|
position: relative;
|
|
575
670
|
z-index: 6;
|
|
576
671
|
}
|
|
577
|
-
|
|
578
672
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
579
673
|
border-left: 0;
|
|
580
674
|
padding: 0 3px;
|
|
581
675
|
}
|
|
582
|
-
|
|
583
676
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
584
677
|
border-collapse: collapse;
|
|
585
678
|
border-spacing: 0;
|
|
@@ -588,7 +681,6 @@
|
|
|
588
681
|
margin: 0;
|
|
589
682
|
padding: 0;
|
|
590
683
|
}
|
|
591
|
-
|
|
592
684
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
593
685
|
border-collapse: collapse;
|
|
594
686
|
box-sizing: border-box;
|
|
@@ -596,12 +688,10 @@
|
|
|
596
688
|
transform: scale(1);
|
|
597
689
|
white-space: nowrap;
|
|
598
690
|
}
|
|
599
|
-
|
|
600
691
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
601
692
|
display: -ms-inline-flexbox;
|
|
602
693
|
display: inline-flex;
|
|
603
694
|
}
|
|
604
|
-
|
|
605
695
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
606
696
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
607
697
|
border-spacing: 0;
|
|
@@ -622,7 +712,6 @@
|
|
|
622
712
|
user-select: none;
|
|
623
713
|
white-space: nowrap;
|
|
624
714
|
}
|
|
625
|
-
|
|
626
715
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
|
|
627
716
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
|
|
628
717
|
box-sizing: border-box;
|
|
@@ -632,13 +721,11 @@
|
|
|
632
721
|
text-overflow: ellipsis;
|
|
633
722
|
white-space: nowrap;
|
|
634
723
|
}
|
|
635
|
-
|
|
636
724
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
637
725
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
638
726
|
padding-left: 8px;
|
|
639
727
|
text-align: left;
|
|
640
728
|
}
|
|
641
|
-
|
|
642
729
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
643
730
|
border-bottom-style: solid;
|
|
644
731
|
border-bottom-width: 1px;
|
|
@@ -646,37 +733,30 @@
|
|
|
646
733
|
border-spacing: 0;
|
|
647
734
|
box-sizing: border-box;
|
|
648
735
|
}
|
|
649
|
-
|
|
650
736
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
651
737
|
border-spacing: 0;
|
|
652
738
|
}
|
|
653
|
-
|
|
654
739
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
655
740
|
border-top-color: transparent;
|
|
656
741
|
}
|
|
657
|
-
|
|
658
742
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
659
743
|
border-collapse: separate;
|
|
660
744
|
border-style: solid;
|
|
661
745
|
border-width: 1px 0 0;
|
|
662
746
|
}
|
|
663
|
-
|
|
664
747
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
|
|
665
748
|
font-size: 0;
|
|
666
749
|
padding: 0;
|
|
667
750
|
}
|
|
668
|
-
|
|
669
751
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
|
|
670
752
|
border-bottom-width: 1px;
|
|
671
753
|
}
|
|
672
|
-
|
|
673
754
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
674
755
|
border-right-style: solid;
|
|
675
756
|
border-right-width: 1px;
|
|
676
757
|
height: 100%;
|
|
677
758
|
position: absolute;
|
|
678
759
|
}
|
|
679
|
-
|
|
680
760
|
.e-gantt .e-gantt-chart .e-taskbar-main-container {
|
|
681
761
|
cursor: move;
|
|
682
762
|
display: inline-block;
|
|
@@ -684,7 +764,6 @@
|
|
|
684
764
|
vertical-align: middle;
|
|
685
765
|
z-index: 3;
|
|
686
766
|
}
|
|
687
|
-
|
|
688
767
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
689
768
|
-ms-flex-align: center;
|
|
690
769
|
align-items: center;
|
|
@@ -696,7 +775,6 @@
|
|
|
696
775
|
text-overflow: ellipsis;
|
|
697
776
|
white-space: nowrap;
|
|
698
777
|
}
|
|
699
|
-
|
|
700
778
|
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
|
|
701
779
|
-ms-flex-align: center;
|
|
702
780
|
align-items: center;
|
|
@@ -709,16 +787,13 @@
|
|
|
709
787
|
text-overflow: ellipsis;
|
|
710
788
|
white-space: nowrap;
|
|
711
789
|
}
|
|
712
|
-
|
|
713
790
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
714
791
|
display: inline-block;
|
|
715
792
|
}
|
|
716
|
-
|
|
717
793
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
718
794
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
719
795
|
overflow: hidden;
|
|
720
796
|
}
|
|
721
|
-
|
|
722
797
|
.e-gantt .e-gantt-chart .e-left-label-inner-div {
|
|
723
798
|
-ms-flex-align: center;
|
|
724
799
|
align-items: center;
|
|
@@ -728,21 +803,18 @@
|
|
|
728
803
|
justify-content: flex-end;
|
|
729
804
|
width: 100%;
|
|
730
805
|
}
|
|
731
|
-
|
|
732
806
|
.e-gantt .e-gantt-chart .e-label {
|
|
733
807
|
margin: 3px;
|
|
734
808
|
overflow: hidden;
|
|
735
809
|
text-overflow: ellipsis;
|
|
736
810
|
white-space: nowrap;
|
|
737
811
|
}
|
|
738
|
-
|
|
739
812
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
740
813
|
background-color: transparent;
|
|
741
814
|
display: inline-block;
|
|
742
815
|
margin: 0;
|
|
743
816
|
position: absolute;
|
|
744
817
|
}
|
|
745
|
-
|
|
746
818
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
747
819
|
-ms-flex-align: center;
|
|
748
820
|
align-items: center;
|
|
@@ -752,7 +824,6 @@
|
|
|
752
824
|
outline: none;
|
|
753
825
|
overflow: hidden;
|
|
754
826
|
}
|
|
755
|
-
|
|
756
827
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
757
828
|
display: inline-block;
|
|
758
829
|
font-size: 13px;
|
|
@@ -761,7 +832,6 @@
|
|
|
761
832
|
position: absolute;
|
|
762
833
|
text-overflow: ellipsis;
|
|
763
834
|
}
|
|
764
|
-
|
|
765
835
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
|
|
766
836
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
|
|
767
837
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
|
|
@@ -772,18 +842,15 @@
|
|
|
772
842
|
display: inline-block;
|
|
773
843
|
width: 100%;
|
|
774
844
|
}
|
|
775
|
-
|
|
776
845
|
.e-gantt .e-gantt-chart .e-manualparent-main-container {
|
|
777
846
|
background-color: transparent;
|
|
778
847
|
cursor: move;
|
|
779
848
|
margin-top: -5px;
|
|
780
849
|
position: absolute;
|
|
781
850
|
}
|
|
782
|
-
|
|
783
851
|
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
|
|
784
852
|
margin-top: 3px;
|
|
785
853
|
}
|
|
786
|
-
|
|
787
854
|
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
|
|
788
855
|
border-color: inherit;
|
|
789
856
|
border-top-style: dotted;
|
|
@@ -795,7 +862,6 @@
|
|
|
795
862
|
top: 50%;
|
|
796
863
|
width: 98%;
|
|
797
864
|
}
|
|
798
|
-
|
|
799
865
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
800
866
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
801
867
|
border-spacing: 0;
|
|
@@ -805,28 +871,23 @@
|
|
|
805
871
|
padding: 0;
|
|
806
872
|
z-index: 3;
|
|
807
873
|
}
|
|
808
|
-
|
|
809
874
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
810
875
|
z-index: 3;
|
|
811
876
|
}
|
|
812
|
-
|
|
813
877
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
|
|
814
878
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
815
879
|
box-sizing: border-box;
|
|
816
880
|
text-align: right;
|
|
817
881
|
}
|
|
818
|
-
|
|
819
882
|
.e-gantt .e-gantt-chart .e-chart-scroll-container,
|
|
820
883
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
821
884
|
-webkit-user-select: none;
|
|
822
885
|
-ms-user-select: none;
|
|
823
886
|
user-select: none;
|
|
824
887
|
}
|
|
825
|
-
|
|
826
888
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
827
889
|
line-height: initial;
|
|
828
890
|
}
|
|
829
|
-
|
|
830
891
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
831
892
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
832
893
|
display: inline-block;
|
|
@@ -835,7 +896,6 @@
|
|
|
835
896
|
width: 10px;
|
|
836
897
|
z-index: 4;
|
|
837
898
|
}
|
|
838
|
-
|
|
839
899
|
.e-gantt .e-gantt-chart .e-child-progress-resizer {
|
|
840
900
|
display: inline-block;
|
|
841
901
|
height: 15px;
|
|
@@ -844,62 +904,53 @@
|
|
|
844
904
|
width: 20px;
|
|
845
905
|
z-index: 5;
|
|
846
906
|
}
|
|
847
|
-
|
|
848
907
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
|
|
849
908
|
cursor: col-resize;
|
|
850
909
|
}
|
|
851
|
-
|
|
852
910
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
853
|
-
border-style: solid;
|
|
854
911
|
border-width: 1px;
|
|
855
912
|
box-sizing: content-box;
|
|
856
913
|
cursor: col-resize;
|
|
857
914
|
height: 2px;
|
|
858
915
|
position: absolute;
|
|
859
916
|
top: 7px;
|
|
860
|
-
width: 12px;
|
|
861
917
|
}
|
|
862
|
-
|
|
863
918
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
864
919
|
border-bottom-style: solid;
|
|
865
|
-
border-bottom-width:
|
|
920
|
+
border-bottom-width: 8px;
|
|
866
921
|
border-left: 7px solid transparent;
|
|
867
922
|
border-right: 7px solid transparent;
|
|
868
923
|
cursor: col-resize;
|
|
869
924
|
height: 0;
|
|
870
|
-
left:
|
|
925
|
+
left: 0;
|
|
871
926
|
position: absolute;
|
|
872
927
|
top: -7px;
|
|
873
928
|
width: 0;
|
|
874
929
|
}
|
|
875
|
-
|
|
876
930
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
877
931
|
border-bottom-style: solid;
|
|
878
|
-
border-bottom-width:
|
|
932
|
+
border-bottom-width: 8px;
|
|
879
933
|
border-left: 6px solid transparent;
|
|
880
934
|
border-right: 6px solid transparent;
|
|
881
935
|
cursor: col-resize;
|
|
882
936
|
height: 0;
|
|
883
|
-
left:
|
|
937
|
+
left: 1px;
|
|
884
938
|
position: absolute;
|
|
885
|
-
top: -
|
|
939
|
+
top: -7px;
|
|
886
940
|
width: 0;
|
|
887
941
|
}
|
|
888
|
-
|
|
889
942
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
890
943
|
border-radius: 2px;
|
|
891
944
|
box-sizing: border-box;
|
|
892
945
|
position: absolute;
|
|
893
946
|
z-index: 2;
|
|
894
947
|
}
|
|
895
|
-
|
|
896
948
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
897
949
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
898
950
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
899
951
|
border-style: none solid solid;
|
|
900
952
|
border-top: 0;
|
|
901
953
|
}
|
|
902
|
-
|
|
903
954
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
904
955
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
905
956
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
@@ -909,19 +960,16 @@
|
|
|
909
960
|
border-left-color: transparent;
|
|
910
961
|
border-right-color: transparent;
|
|
911
962
|
}
|
|
912
|
-
|
|
913
963
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
914
964
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
|
|
915
965
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
916
966
|
border-bottom: 0;
|
|
917
967
|
border-style: solid solid none;
|
|
918
968
|
}
|
|
919
|
-
|
|
920
969
|
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
921
970
|
position: absolute;
|
|
922
971
|
z-index: 2;
|
|
923
972
|
}
|
|
924
|
-
|
|
925
973
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
926
974
|
display: inline;
|
|
927
975
|
font-weight: normal;
|
|
@@ -932,11 +980,9 @@
|
|
|
932
980
|
vertical-align: middle;
|
|
933
981
|
white-space: nowrap;
|
|
934
982
|
}
|
|
935
|
-
|
|
936
983
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
937
984
|
overflow: hidden;
|
|
938
985
|
}
|
|
939
|
-
|
|
940
986
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
941
987
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
942
988
|
-ms-flex-align: center;
|
|
@@ -945,44 +991,37 @@
|
|
|
945
991
|
display: -ms-inline-flexbox;
|
|
946
992
|
display: inline-flex;
|
|
947
993
|
}
|
|
948
|
-
|
|
949
994
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
950
995
|
display: inline-block;
|
|
951
996
|
position: absolute;
|
|
952
997
|
}
|
|
953
|
-
|
|
954
998
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
955
999
|
position: absolute;
|
|
956
1000
|
transform: rotate(-90deg);
|
|
957
1001
|
white-space: nowrap;
|
|
958
1002
|
width: 0;
|
|
959
1003
|
}
|
|
960
|
-
|
|
961
1004
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
962
1005
|
display: inline-block;
|
|
963
1006
|
position: absolute;
|
|
964
1007
|
z-index: 0;
|
|
965
1008
|
}
|
|
966
|
-
|
|
967
1009
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
|
|
968
1010
|
border-bottom-left-radius: 0px;
|
|
969
1011
|
border-top-left-radius: 0px;
|
|
970
1012
|
position: absolute;
|
|
971
1013
|
}
|
|
972
|
-
|
|
973
1014
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
|
|
974
1015
|
border-bottom-right-radius: 0px;
|
|
975
1016
|
border-top-right-radius: 0px;
|
|
976
1017
|
position: absolute;
|
|
977
1018
|
}
|
|
978
|
-
|
|
979
1019
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
980
1020
|
border-left: 1px dashed;
|
|
981
1021
|
position: absolute;
|
|
982
1022
|
width: 1px;
|
|
983
1023
|
z-index: 2;
|
|
984
1024
|
}
|
|
985
|
-
|
|
986
1025
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
987
1026
|
border-radius: 3px;
|
|
988
1027
|
font-weight: 500;
|
|
@@ -996,7 +1035,6 @@
|
|
|
996
1035
|
width: auto;
|
|
997
1036
|
z-index: 2;
|
|
998
1037
|
}
|
|
999
|
-
|
|
1000
1038
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1001
1039
|
border-bottom: 5px solid transparent;
|
|
1002
1040
|
border-right: 5px solid;
|
|
@@ -1006,52 +1044,42 @@
|
|
|
1006
1044
|
top: 60px;
|
|
1007
1045
|
width: 0;
|
|
1008
1046
|
}
|
|
1009
|
-
|
|
1010
1047
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1011
1048
|
border-radius: 0;
|
|
1012
1049
|
border-style: none;
|
|
1013
1050
|
display: inline-block;
|
|
1014
1051
|
}
|
|
1015
|
-
|
|
1016
1052
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1017
1053
|
border-left-style: solid;
|
|
1018
1054
|
border-left-width: 10px;
|
|
1019
1055
|
}
|
|
1020
|
-
|
|
1021
1056
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1022
1057
|
border-right-style: solid;
|
|
1023
1058
|
border-right-width: 10px;
|
|
1024
1059
|
}
|
|
1025
|
-
|
|
1026
1060
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
|
|
1027
1061
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1028
1062
|
border-bottom: 5px solid transparent;
|
|
1029
1063
|
border-top: 5px solid transparent;
|
|
1030
1064
|
}
|
|
1031
|
-
|
|
1032
1065
|
.e-gantt .e-gantt-chart .e-connector-line-container {
|
|
1033
1066
|
z-index: 5;
|
|
1034
1067
|
}
|
|
1035
|
-
|
|
1036
1068
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
1037
1069
|
z-index: 1;
|
|
1038
1070
|
}
|
|
1039
|
-
|
|
1040
1071
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1041
1072
|
outline: 1px solid;
|
|
1042
1073
|
}
|
|
1043
|
-
|
|
1044
1074
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1045
1075
|
z-index: 100;
|
|
1046
1076
|
}
|
|
1047
|
-
|
|
1048
1077
|
.e-gantt .e-gantt-chart .e-connectortouchpoint {
|
|
1049
1078
|
background-color: transparent;
|
|
1050
1079
|
display: block;
|
|
1051
1080
|
position: absolute;
|
|
1052
1081
|
z-index: 5;
|
|
1053
1082
|
}
|
|
1054
|
-
|
|
1055
1083
|
.e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
1056
1084
|
.e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
1057
1085
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
@@ -1060,7 +1088,6 @@
|
|
|
1060
1088
|
display: inline-block;
|
|
1061
1089
|
position: absolute;
|
|
1062
1090
|
}
|
|
1063
|
-
|
|
1064
1091
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1065
1092
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1066
1093
|
border-style: solid;
|
|
@@ -1069,11 +1096,9 @@
|
|
|
1069
1096
|
cursor: pointer;
|
|
1070
1097
|
display: inline-block;
|
|
1071
1098
|
}
|
|
1072
|
-
|
|
1073
1099
|
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
1074
1100
|
cursor: no-drop;
|
|
1075
1101
|
}
|
|
1076
|
-
|
|
1077
1102
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
|
|
1078
1103
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1079
1104
|
background-color: #989A9C;
|
|
@@ -1085,29 +1110,24 @@
|
|
|
1085
1110
|
position: absolute;
|
|
1086
1111
|
width: 10px;
|
|
1087
1112
|
}
|
|
1088
|
-
|
|
1089
1113
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
|
|
1090
1114
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1091
1115
|
border-bottom-color: #989A9C;
|
|
1092
1116
|
}
|
|
1093
|
-
|
|
1094
1117
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1095
1118
|
cursor: e-resize;
|
|
1096
1119
|
margin-left: -8px;
|
|
1097
1120
|
}
|
|
1098
|
-
|
|
1099
1121
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
|
|
1100
1122
|
margin-left: 0;
|
|
1101
1123
|
}
|
|
1102
|
-
|
|
1103
1124
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
|
|
1104
1125
|
background: #989A9C;
|
|
1105
1126
|
margin-top: 3px;
|
|
1106
1127
|
position: absolute;
|
|
1107
1128
|
}
|
|
1108
|
-
|
|
1109
1129
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1110
|
-
font-family:
|
|
1130
|
+
font-family: "e-icons";
|
|
1111
1131
|
font-size: 13px;
|
|
1112
1132
|
font-style: normal;
|
|
1113
1133
|
font-variant: normal;
|
|
@@ -1116,7 +1136,6 @@
|
|
|
1116
1136
|
text-transform: none;
|
|
1117
1137
|
vertical-align: middle;
|
|
1118
1138
|
}
|
|
1119
|
-
|
|
1120
1139
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1121
1140
|
outline: 1px solid;
|
|
1122
1141
|
outline-offset: 2px;
|
|
@@ -1125,11 +1144,9 @@
|
|
|
1125
1144
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1126
1145
|
padding-left: 13px;
|
|
1127
1146
|
}
|
|
1128
|
-
|
|
1129
1147
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1130
1148
|
display: block;
|
|
1131
1149
|
}
|
|
1132
|
-
|
|
1133
1150
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1134
1151
|
border-style: solid;
|
|
1135
1152
|
border-width: 0px;
|
|
@@ -1142,96 +1159,75 @@
|
|
|
1142
1159
|
.e-gantt-dialog {
|
|
1143
1160
|
border: 0;
|
|
1144
1161
|
}
|
|
1145
|
-
|
|
1146
1162
|
.e-gantt-dialog .e-gridform .e-table {
|
|
1147
1163
|
border-spacing: 0;
|
|
1148
1164
|
}
|
|
1149
|
-
|
|
1150
1165
|
.e-gantt-dialog .e-item {
|
|
1151
1166
|
height: 241px;
|
|
1152
1167
|
}
|
|
1153
|
-
|
|
1154
1168
|
.e-gantt-dialog .e-dependent-div {
|
|
1155
1169
|
border-bottom-width: 1px;
|
|
1156
1170
|
}
|
|
1157
|
-
|
|
1158
1171
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1159
1172
|
opacity: initial;
|
|
1160
1173
|
}
|
|
1161
|
-
|
|
1162
1174
|
.e-gantt-dialog .e-toolbar {
|
|
1163
1175
|
border-top-width: 0;
|
|
1164
1176
|
}
|
|
1165
|
-
|
|
1166
1177
|
.e-gantt-dialog .e-resource-div {
|
|
1167
1178
|
border-bottom-width: 1px;
|
|
1168
1179
|
}
|
|
1169
|
-
|
|
1170
1180
|
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1171
1181
|
border-top-width: 0;
|
|
1172
1182
|
}
|
|
1173
|
-
|
|
1174
1183
|
.e-gantt-dialog .e-edit-form-row {
|
|
1175
1184
|
height: 241px;
|
|
1176
1185
|
overflow-y: auto;
|
|
1177
1186
|
}
|
|
1178
|
-
|
|
1179
1187
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1180
1188
|
float: left;
|
|
1181
1189
|
padding: 16px 18px 0 18px;
|
|
1182
1190
|
width: 50%;
|
|
1183
1191
|
}
|
|
1184
|
-
|
|
1185
1192
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1186
1193
|
float: left;
|
|
1187
1194
|
padding: 16px 16px 0 0;
|
|
1188
1195
|
width: 50%;
|
|
1189
1196
|
}
|
|
1190
|
-
|
|
1191
1197
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1192
1198
|
padding: 16px 16px 0 0;
|
|
1193
1199
|
}
|
|
1194
|
-
|
|
1195
1200
|
.e-gantt-dialog .e-edit-form-column {
|
|
1196
1201
|
height: 75px;
|
|
1197
1202
|
}
|
|
1198
|
-
|
|
1199
1203
|
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1200
1204
|
height: 161px;
|
|
1201
1205
|
}
|
|
1202
|
-
|
|
1203
1206
|
.e-gantt-dialog .e-resource-div .e-content {
|
|
1204
1207
|
height: 202px;
|
|
1205
1208
|
}
|
|
1206
|
-
|
|
1207
1209
|
.e-gantt-dialog .e-richtexteditor {
|
|
1208
1210
|
border-bottom-width: 1px;
|
|
1209
1211
|
height: 241px !important;
|
|
1210
1212
|
overflow: hidden;
|
|
1211
1213
|
}
|
|
1212
|
-
|
|
1213
1214
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1214
1215
|
border-top: 0;
|
|
1215
1216
|
}
|
|
1216
|
-
|
|
1217
1217
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1218
1218
|
border-bottom-width: 0px;
|
|
1219
1219
|
height: 200px;
|
|
1220
1220
|
}
|
|
1221
|
-
|
|
1222
1221
|
.e-gantt-dialog > .e-dlg-content {
|
|
1223
1222
|
padding: 0 !important;
|
|
1224
1223
|
}
|
|
1225
|
-
|
|
1226
1224
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1227
1225
|
border-bottom: 0 !important;
|
|
1228
1226
|
}
|
|
1229
|
-
|
|
1230
1227
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1231
1228
|
border-radius: 0px;
|
|
1232
1229
|
padding-bottom: 4px;
|
|
1233
1230
|
}
|
|
1234
|
-
|
|
1235
1231
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1236
1232
|
border-radius: 50%;
|
|
1237
1233
|
height: auto !important;
|
|
@@ -1239,7 +1235,7 @@
|
|
|
1239
1235
|
}
|
|
1240
1236
|
|
|
1241
1237
|
.e-icon-rowselect::before {
|
|
1242
|
-
content:
|
|
1238
|
+
content: "\e930";
|
|
1243
1239
|
}
|
|
1244
1240
|
|
|
1245
1241
|
.e-ganttpopup {
|
|
@@ -1251,12 +1247,10 @@
|
|
|
1251
1247
|
user-select: none;
|
|
1252
1248
|
z-index: 99999;
|
|
1253
1249
|
}
|
|
1254
|
-
|
|
1255
1250
|
.e-ganttpopup .e-rowselect {
|
|
1256
1251
|
line-height: 18px;
|
|
1257
1252
|
text-indent: 7%;
|
|
1258
1253
|
}
|
|
1259
|
-
|
|
1260
1254
|
.e-ganttpopup span {
|
|
1261
1255
|
border: 1px solid transparent;
|
|
1262
1256
|
cursor: pointer;
|
|
@@ -1265,7 +1259,6 @@
|
|
|
1265
1259
|
padding: 4px;
|
|
1266
1260
|
width: 26px;
|
|
1267
1261
|
}
|
|
1268
|
-
|
|
1269
1262
|
.e-ganttpopup .e-content {
|
|
1270
1263
|
border-radius: 4px;
|
|
1271
1264
|
border-style: solid;
|
|
@@ -1273,18 +1266,16 @@
|
|
|
1273
1266
|
font-size: 14px;
|
|
1274
1267
|
padding: 4px;
|
|
1275
1268
|
}
|
|
1276
|
-
|
|
1277
1269
|
.e-ganttpopup .e-tail::after,
|
|
1278
1270
|
.e-ganttpopup .e-tail::before,
|
|
1279
1271
|
.e-ganttpopup .e-ganttpopup {
|
|
1280
1272
|
border: 10px solid transparent;
|
|
1281
|
-
content:
|
|
1273
|
+
content: "";
|
|
1282
1274
|
height: 0;
|
|
1283
1275
|
left: 8px;
|
|
1284
1276
|
position: absolute;
|
|
1285
1277
|
width: 0;
|
|
1286
1278
|
}
|
|
1287
|
-
|
|
1288
1279
|
.e-ganttpopup .e-downtail::after {
|
|
1289
1280
|
top: 34px;
|
|
1290
1281
|
}
|
|
@@ -1298,7 +1289,7 @@
|
|
|
1298
1289
|
}
|
|
1299
1290
|
|
|
1300
1291
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1301
|
-
content:
|
|
1292
|
+
content: "";
|
|
1302
1293
|
}
|
|
1303
1294
|
|
|
1304
1295
|
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
@@ -1316,140 +1307,115 @@
|
|
|
1316
1307
|
padding: 16px 18px 0 18px;
|
|
1317
1308
|
width: 100%;
|
|
1318
1309
|
}
|
|
1319
|
-
|
|
1320
1310
|
.e-gantt.e-device .e-edit-form-row {
|
|
1321
1311
|
height: auto;
|
|
1322
1312
|
}
|
|
1323
|
-
|
|
1324
1313
|
.e-gantt.e-device .e-adaptive-searchbar {
|
|
1325
1314
|
padding: 5px 10px;
|
|
1326
1315
|
width: 90%;
|
|
1327
1316
|
}
|
|
1328
|
-
|
|
1329
1317
|
.e-gantt.e-device .e-backarrowspan {
|
|
1330
1318
|
font-size: 16px;
|
|
1331
1319
|
padding: 5px 10px;
|
|
1332
1320
|
}
|
|
1333
|
-
|
|
1334
1321
|
.e-gantt.e-device .e-gantt-dialog {
|
|
1335
1322
|
max-height: none;
|
|
1336
1323
|
}
|
|
1337
|
-
|
|
1338
1324
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
|
|
1339
1325
|
float: left;
|
|
1340
1326
|
left: -4px;
|
|
1341
1327
|
}
|
|
1342
|
-
|
|
1343
1328
|
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
|
|
1344
1329
|
font-size: 16px;
|
|
1345
1330
|
}
|
|
1346
|
-
|
|
1347
1331
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
|
|
1348
1332
|
display: inline-block;
|
|
1349
1333
|
}
|
|
1350
|
-
|
|
1351
1334
|
.e-gantt.e-device .e-toolbar-item {
|
|
1352
1335
|
padding: 7px;
|
|
1353
1336
|
}
|
|
1354
|
-
|
|
1355
1337
|
.e-gantt.e-device .e-toolbar .e-icons {
|
|
1356
1338
|
font-size: 18px;
|
|
1357
1339
|
}
|
|
1358
|
-
|
|
1359
1340
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1360
1341
|
font-size: 12px;
|
|
1361
1342
|
}
|
|
1362
|
-
|
|
1363
1343
|
.e-gantt.e-device .e-right-resize-gripper,
|
|
1364
1344
|
.e-gantt.e-device .e-left-resize-gripper {
|
|
1365
1345
|
border: 7px solid;
|
|
1366
1346
|
z-index: -1;
|
|
1367
1347
|
}
|
|
1368
|
-
|
|
1369
1348
|
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1370
1349
|
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1371
1350
|
font-size: 14px;
|
|
1372
1351
|
margin-left: -7px;
|
|
1373
1352
|
}
|
|
1374
|
-
|
|
1375
1353
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1376
1354
|
height: 100%;
|
|
1377
1355
|
}
|
|
1378
|
-
|
|
1379
1356
|
.e-gantt.e-device .e-resource-div .e-content {
|
|
1380
1357
|
height: 100%;
|
|
1381
1358
|
}
|
|
1382
|
-
|
|
1383
1359
|
.e-gantt.e-device .e-richtexteditor {
|
|
1384
1360
|
height: 100%;
|
|
1385
1361
|
}
|
|
1386
|
-
|
|
1387
1362
|
.e-gantt.e-device .e-richtexteditor .e-rte-content {
|
|
1388
1363
|
height: 100%;
|
|
1389
1364
|
}
|
|
1390
1365
|
|
|
1366
|
+
.e-predecessor-tooltip {
|
|
1367
|
+
visibility: hidden;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1391
1370
|
/*! Gantt theme */
|
|
1392
1371
|
.e-gantt .e-gantt-splitter {
|
|
1393
1372
|
border-color: #969696;
|
|
1394
1373
|
border-radius: 0px;
|
|
1395
1374
|
}
|
|
1396
|
-
|
|
1397
1375
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1398
1376
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
1399
|
-
opacity: .95;
|
|
1377
|
+
opacity: 0.95;
|
|
1400
1378
|
overflow: visible;
|
|
1401
1379
|
}
|
|
1402
|
-
|
|
1403
1380
|
.e-gantt .e-cloneproperties {
|
|
1404
1381
|
background-color: #ffd939;
|
|
1405
1382
|
border-color: #969696;
|
|
1406
1383
|
color: #000;
|
|
1407
1384
|
}
|
|
1408
|
-
|
|
1409
1385
|
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
|
|
1410
1386
|
color: #fff;
|
|
1411
1387
|
}
|
|
1412
|
-
|
|
1413
1388
|
.e-gantt .e-cloneproperties.e-draganddrop table,
|
|
1414
1389
|
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
|
|
1415
1390
|
background-color: #000;
|
|
1416
1391
|
height: 30px;
|
|
1417
1392
|
}
|
|
1418
|
-
|
|
1419
1393
|
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
|
|
1420
1394
|
border-top-left-radius: 0px;
|
|
1421
1395
|
border-top-right-radius: 0px;
|
|
1422
1396
|
}
|
|
1423
|
-
|
|
1424
1397
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1425
|
-
box-shadow: 0 0 0 1px
|
|
1398
|
+
box-shadow: 0 0 0 1px white inset !important;
|
|
1426
1399
|
}
|
|
1427
|
-
|
|
1428
1400
|
.e-gantt .e-temp-content {
|
|
1429
1401
|
border-color: #969696;
|
|
1430
1402
|
}
|
|
1431
|
-
|
|
1432
1403
|
.e-gantt .e-splitter-box {
|
|
1433
1404
|
border-color: #969696;
|
|
1434
1405
|
}
|
|
1435
|
-
|
|
1436
1406
|
.e-gantt .e-gantt-temp-header {
|
|
1437
1407
|
border-color: #969696;
|
|
1438
1408
|
}
|
|
1439
|
-
|
|
1440
1409
|
.e-gantt .e-gantt-chart-pane {
|
|
1441
1410
|
border-color: #969696;
|
|
1442
1411
|
}
|
|
1443
|
-
|
|
1444
1412
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1445
1413
|
height: 45px !important;
|
|
1446
1414
|
}
|
|
1447
|
-
|
|
1448
1415
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1449
1416
|
background: rgba(255, 217, 57, 0.7);
|
|
1450
1417
|
opacity: 1;
|
|
1451
1418
|
}
|
|
1452
|
-
|
|
1453
1419
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1454
1420
|
background: #000;
|
|
1455
1421
|
border-bottom-color: #969696;
|
|
@@ -1458,470 +1424,368 @@
|
|
|
1458
1424
|
color: #fff;
|
|
1459
1425
|
height: 64px;
|
|
1460
1426
|
}
|
|
1461
|
-
|
|
1462
1427
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
1463
1428
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1464
1429
|
border-color: #969696;
|
|
1465
1430
|
color: #fff;
|
|
1466
1431
|
}
|
|
1467
|
-
|
|
1468
1432
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1469
1433
|
height: 46px;
|
|
1470
1434
|
line-height: 46px;
|
|
1471
1435
|
}
|
|
1472
|
-
|
|
1473
1436
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1474
1437
|
height: 46px !important;
|
|
1475
1438
|
}
|
|
1476
|
-
|
|
1477
1439
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1478
1440
|
height: 32px;
|
|
1479
1441
|
}
|
|
1480
|
-
|
|
1481
1442
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
1482
1443
|
background-color: #000;
|
|
1483
1444
|
border-color: #969696;
|
|
1484
1445
|
}
|
|
1485
|
-
|
|
1486
1446
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
1487
1447
|
border-spacing: 0;
|
|
1488
1448
|
}
|
|
1489
|
-
|
|
1490
1449
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1491
1450
|
border-top-color: #969696;
|
|
1492
1451
|
}
|
|
1493
|
-
|
|
1494
1452
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1495
|
-
color:
|
|
1453
|
+
color: rgb(0, 0, 0);
|
|
1496
1454
|
}
|
|
1497
|
-
|
|
1498
1455
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1499
1456
|
border-bottom-color: #969696;
|
|
1500
1457
|
}
|
|
1501
|
-
|
|
1502
1458
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1503
1459
|
border-color: #969696;
|
|
1504
1460
|
}
|
|
1505
|
-
|
|
1506
1461
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1507
1462
|
outline-color: #969696;
|
|
1508
1463
|
}
|
|
1509
|
-
|
|
1510
1464
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1511
1465
|
background-color: #6e06f1;
|
|
1512
1466
|
border: 1px solid #fff;
|
|
1513
1467
|
border-radius: 0px;
|
|
1514
1468
|
}
|
|
1515
|
-
|
|
1516
1469
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
1517
1470
|
border: 1px solid #fff;
|
|
1518
1471
|
border-bottom: 0;
|
|
1519
1472
|
border-top: 0;
|
|
1520
1473
|
}
|
|
1521
|
-
|
|
1522
1474
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
|
|
1523
1475
|
width: 0px !important;
|
|
1524
1476
|
}
|
|
1525
|
-
|
|
1526
1477
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
|
|
1527
1478
|
background-color: #3e047d;
|
|
1528
1479
|
}
|
|
1529
|
-
|
|
1530
1480
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
|
|
1531
1481
|
display: none;
|
|
1532
1482
|
}
|
|
1533
|
-
|
|
1534
1483
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
|
|
1535
1484
|
display: none;
|
|
1536
1485
|
}
|
|
1537
|
-
|
|
1538
1486
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1539
1487
|
background-color: #007d01;
|
|
1540
1488
|
border: 1px solid #fff;
|
|
1541
1489
|
border-radius: 0px;
|
|
1542
1490
|
}
|
|
1543
|
-
|
|
1544
1491
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1545
1492
|
background-color: #005201;
|
|
1546
1493
|
border: 0px;
|
|
1547
1494
|
border-radius: 0px;
|
|
1548
1495
|
}
|
|
1549
|
-
|
|
1550
1496
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1551
1497
|
background-color: #3e047d;
|
|
1552
1498
|
border: 0px;
|
|
1553
1499
|
border-radius: 4px;
|
|
1554
1500
|
}
|
|
1555
|
-
|
|
1556
1501
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1557
1502
|
background-color: #4731FE;
|
|
1558
1503
|
border: 1px solid #FFFFFF;
|
|
1559
1504
|
}
|
|
1560
|
-
|
|
1561
1505
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1562
1506
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1563
1507
|
}
|
|
1564
|
-
|
|
1565
1508
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1566
1509
|
background-color: #1B00F7;
|
|
1567
1510
|
border: 0px;
|
|
1568
1511
|
}
|
|
1569
|
-
|
|
1570
1512
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1571
1513
|
background: #333;
|
|
1572
1514
|
}
|
|
1573
|
-
|
|
1574
1515
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1575
1516
|
color: #fff;
|
|
1576
1517
|
font-size: 13px;
|
|
1577
1518
|
}
|
|
1578
|
-
|
|
1579
1519
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1580
1520
|
background: #1a1a1a;
|
|
1581
1521
|
}
|
|
1582
|
-
|
|
1583
1522
|
.e-gantt .e-gantt-chart .e-weekend-header-cell {
|
|
1584
1523
|
background: #1a1a1a;
|
|
1585
1524
|
}
|
|
1586
|
-
|
|
1587
1525
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1588
1526
|
border: 2px solid #FC7A05;
|
|
1589
1527
|
width: 5px;
|
|
1590
1528
|
z-index: 6;
|
|
1591
1529
|
}
|
|
1592
|
-
|
|
1593
1530
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1594
1531
|
border-left-color: #29c400;
|
|
1595
1532
|
}
|
|
1596
|
-
|
|
1597
1533
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1598
1534
|
background-color: #fff;
|
|
1599
1535
|
color: #000;
|
|
1600
1536
|
font-size: 12px;
|
|
1601
1537
|
}
|
|
1602
|
-
|
|
1603
1538
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1604
1539
|
border-right-color: #fff;
|
|
1605
1540
|
}
|
|
1606
|
-
|
|
1607
1541
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1608
1542
|
background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%);
|
|
1609
1543
|
background-color: rgba(255, 207, 6, 0.2);
|
|
1610
1544
|
border: 0px;
|
|
1611
1545
|
border-radius: 0px;
|
|
1612
1546
|
}
|
|
1613
|
-
|
|
1614
1547
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
|
|
1615
1548
|
border-bottom-color: rgba(51, 51, 51, 0.6);
|
|
1616
1549
|
}
|
|
1617
|
-
|
|
1618
1550
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
|
|
1619
1551
|
border-top-color: rgba(51, 51, 51, 0.6);
|
|
1620
1552
|
}
|
|
1621
|
-
|
|
1622
1553
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1623
1554
|
background: #222;
|
|
1624
1555
|
}
|
|
1625
|
-
|
|
1626
1556
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1627
1557
|
border-bottom-color: #222;
|
|
1628
1558
|
}
|
|
1629
|
-
|
|
1630
1559
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
1631
1560
|
display: block;
|
|
1632
1561
|
z-index: 5;
|
|
1633
1562
|
}
|
|
1634
|
-
|
|
1635
1563
|
.e-gantt .e-gantt-chart .e-line {
|
|
1636
1564
|
border-color: #29c400;
|
|
1637
1565
|
}
|
|
1638
|
-
|
|
1639
1566
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1640
1567
|
border-left-color: #29c400;
|
|
1641
1568
|
}
|
|
1642
|
-
|
|
1643
1569
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1644
1570
|
border-right-color: #29c400;
|
|
1645
1571
|
}
|
|
1646
|
-
|
|
1647
1572
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
|
|
1648
1573
|
border-left-color: #29c400;
|
|
1649
1574
|
}
|
|
1650
|
-
|
|
1651
1575
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
|
|
1652
1576
|
border-right-color: #29c400;
|
|
1653
1577
|
}
|
|
1654
|
-
|
|
1655
1578
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1656
1579
|
border-color: #29c400;
|
|
1657
1580
|
outline-color: #29c400;
|
|
1658
1581
|
}
|
|
1659
|
-
|
|
1660
1582
|
.e-gantt .e-gantt-chart .e-gantt-false-line {
|
|
1661
1583
|
border-top-color: #29c400;
|
|
1662
1584
|
}
|
|
1663
|
-
|
|
1664
1585
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1665
1586
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1666
|
-
background-color: #
|
|
1587
|
+
background-color: #ffd939;
|
|
1667
1588
|
border-color: #000;
|
|
1668
1589
|
}
|
|
1669
|
-
|
|
1670
1590
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
1671
1591
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
1672
1592
|
background-color: #000;
|
|
1673
1593
|
border-color: #ffd939;
|
|
1674
1594
|
}
|
|
1675
|
-
|
|
1676
1595
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
1677
1596
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
1678
1597
|
color: rgba(255, 255, 255, 0.87);
|
|
1679
1598
|
font-size: 13px;
|
|
1680
1599
|
}
|
|
1681
|
-
|
|
1682
1600
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1683
1601
|
color: #fff;
|
|
1684
1602
|
font-size: 13px;
|
|
1685
1603
|
padding-right: 25px;
|
|
1686
1604
|
}
|
|
1687
|
-
|
|
1688
1605
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1689
1606
|
color: #fff;
|
|
1690
1607
|
font-size: 13px;
|
|
1691
1608
|
margin-left: 25px;
|
|
1692
1609
|
}
|
|
1693
|
-
|
|
1694
1610
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1695
1611
|
margin-left: 25px;
|
|
1696
1612
|
}
|
|
1697
|
-
|
|
1698
1613
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1699
1614
|
padding-right: 25px;
|
|
1700
1615
|
}
|
|
1701
|
-
|
|
1702
1616
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1703
1617
|
margin-left: 2px;
|
|
1704
1618
|
}
|
|
1705
|
-
|
|
1706
1619
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1707
1620
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1708
1621
|
height: 8px;
|
|
1709
1622
|
width: 12px;
|
|
1710
1623
|
}
|
|
1711
|
-
|
|
1712
1624
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1713
1625
|
left: -12px;
|
|
1714
1626
|
}
|
|
1715
|
-
|
|
1716
1627
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
|
|
1717
1628
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1718
1629
|
border-right: transparent;
|
|
1719
1630
|
border-width: 3px;
|
|
1720
1631
|
}
|
|
1721
|
-
|
|
1722
1632
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1723
1633
|
border-bottom-left-radius: 0px;
|
|
1724
1634
|
border-bottom-right-radius: 2px;
|
|
1725
1635
|
border-top-left-radius: 0px;
|
|
1726
1636
|
border-top-right-radius: 2px;
|
|
1727
1637
|
}
|
|
1728
|
-
|
|
1729
1638
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1730
1639
|
border-bottom-left-radius: 2px;
|
|
1731
1640
|
border-top-left-radius: 2px;
|
|
1732
1641
|
}
|
|
1733
|
-
|
|
1734
1642
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1735
1643
|
color: #fff;
|
|
1736
1644
|
font-size: 12px;
|
|
1737
1645
|
}
|
|
1738
|
-
|
|
1739
1646
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1740
1647
|
color: #fff;
|
|
1741
1648
|
}
|
|
1742
|
-
|
|
1743
1649
|
.e-gantt .e-gantt-chart .e-milestone-top {
|
|
1744
1650
|
border-bottom-color: #fff;
|
|
1745
1651
|
}
|
|
1746
|
-
|
|
1747
1652
|
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1748
1653
|
border-top-color: #fff;
|
|
1749
1654
|
}
|
|
1750
|
-
|
|
1751
1655
|
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1752
1656
|
border-bottom-color: #005201;
|
|
1753
1657
|
}
|
|
1754
|
-
|
|
1755
1658
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1756
1659
|
border-top-color: #005201;
|
|
1757
1660
|
}
|
|
1758
|
-
|
|
1759
1661
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
1760
1662
|
border-bottom-color: #989A9C;
|
|
1761
1663
|
}
|
|
1762
|
-
|
|
1763
1664
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1764
1665
|
border-top-color: #989A9C;
|
|
1765
1666
|
}
|
|
1766
|
-
|
|
1767
1667
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1768
1668
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1769
1669
|
}
|
|
1770
|
-
|
|
1771
1670
|
.e-gantt .e-gantt-chart .e-label {
|
|
1772
1671
|
color: #fff;
|
|
1773
1672
|
font-size: 13px;
|
|
1774
1673
|
}
|
|
1775
|
-
|
|
1776
1674
|
.e-gantt .e-gantt-chart .e-active {
|
|
1777
1675
|
background: rgba(255, 217, 57, 0.7);
|
|
1778
1676
|
color: #000;
|
|
1779
1677
|
opacity: 1;
|
|
1780
1678
|
}
|
|
1781
|
-
|
|
1782
1679
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
1783
1680
|
color: #000;
|
|
1784
1681
|
}
|
|
1785
|
-
|
|
1786
1682
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1787
1683
|
background-color: #ff7d1a;
|
|
1788
1684
|
}
|
|
1789
|
-
|
|
1790
1685
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1791
1686
|
border-bottom-color: #ff7d1a;
|
|
1792
1687
|
}
|
|
1793
|
-
|
|
1794
1688
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1795
1689
|
border-top-color: #ff7d1a;
|
|
1796
1690
|
}
|
|
1797
|
-
|
|
1798
1691
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1799
1692
|
border-bottom-color: #e0e0e0;
|
|
1800
1693
|
}
|
|
1801
|
-
|
|
1802
1694
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
1803
1695
|
border-top-color: #fff;
|
|
1804
1696
|
}
|
|
1805
|
-
|
|
1806
1697
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1807
1698
|
border-top-color: #e0e0e0;
|
|
1808
1699
|
}
|
|
1809
|
-
|
|
1810
1700
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1811
1701
|
background-color: #fff;
|
|
1812
1702
|
border-color: #e0e0e0;
|
|
1813
1703
|
}
|
|
1814
|
-
|
|
1815
1704
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
1816
1705
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1817
1706
|
border-color: #000;
|
|
1818
1707
|
}
|
|
1819
|
-
|
|
1820
1708
|
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1821
1709
|
border-radius: 4px;
|
|
1822
1710
|
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1823
1711
|
}
|
|
1824
|
-
|
|
1825
1712
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1826
1713
|
background: #1a1a1a;
|
|
1827
1714
|
border: #1a1a1a;
|
|
1828
1715
|
}
|
|
1829
|
-
|
|
1830
1716
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1831
1717
|
background-color: transparent;
|
|
1832
1718
|
border: transparent;
|
|
1833
1719
|
}
|
|
1834
|
-
|
|
1835
1720
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1836
1721
|
color: transparent;
|
|
1837
1722
|
}
|
|
1838
|
-
|
|
1839
1723
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1840
1724
|
color: transparent !important;
|
|
1841
1725
|
}
|
|
1842
|
-
|
|
1843
1726
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1844
1727
|
border-color: #8A8A8A !important;
|
|
1845
1728
|
}
|
|
1846
|
-
|
|
1847
1729
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1848
1730
|
border-left-color: #8A8A8A !important;
|
|
1849
1731
|
}
|
|
1850
|
-
|
|
1851
1732
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1852
1733
|
border-right-color: #8A8A8A !important;
|
|
1853
1734
|
}
|
|
1854
|
-
|
|
1855
1735
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1856
1736
|
background: #D5D5D5 !important;
|
|
1857
1737
|
border: #D5D5D5 !important;
|
|
1858
1738
|
}
|
|
1859
|
-
|
|
1860
1739
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1861
1740
|
background-color: transparent !important;
|
|
1862
1741
|
border: transparent !important;
|
|
1863
1742
|
}
|
|
1864
|
-
|
|
1865
1743
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1866
1744
|
border-bottom-color: #D5D5D5 !important;
|
|
1867
1745
|
}
|
|
1868
|
-
|
|
1869
1746
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1870
1747
|
border-top-color: #D5D5D5 !important;
|
|
1871
1748
|
}
|
|
1872
|
-
|
|
1873
1749
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1874
1750
|
background-color: #8A8A8A !important;
|
|
1875
1751
|
border: #8A8A8A !important;
|
|
1876
1752
|
}
|
|
1877
|
-
|
|
1878
1753
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1879
1754
|
background-color: transparent !important;
|
|
1880
1755
|
border: transparent !important;
|
|
1881
1756
|
}
|
|
1882
|
-
|
|
1883
1757
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1884
1758
|
background: #3e047d !important;
|
|
1885
1759
|
border: #3e047d !important;
|
|
1886
1760
|
}
|
|
1887
|
-
|
|
1888
1761
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1889
1762
|
border-bottom-color: #3e047d !important;
|
|
1890
1763
|
}
|
|
1891
|
-
|
|
1892
1764
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1893
1765
|
border-top-color: #3e047d !important;
|
|
1894
1766
|
}
|
|
1895
|
-
|
|
1896
1767
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1897
1768
|
background: #a662fb !important;
|
|
1898
1769
|
border: #a662fb !important;
|
|
1899
1770
|
}
|
|
1900
|
-
|
|
1901
1771
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1902
1772
|
border-bottom-color: #a662fb !important;
|
|
1903
1773
|
}
|
|
1904
|
-
|
|
1905
1774
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1906
1775
|
border-top-color: #a662fb !important;
|
|
1907
1776
|
}
|
|
1908
|
-
|
|
1909
1777
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1910
1778
|
border-color: #3e047d !important;
|
|
1911
1779
|
}
|
|
1912
|
-
|
|
1913
1780
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1914
1781
|
border-left-color: #3e047d !important;
|
|
1915
1782
|
}
|
|
1916
|
-
|
|
1917
1783
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1918
1784
|
border-right-color: #3e047d !important;
|
|
1919
1785
|
}
|
|
1920
|
-
|
|
1921
1786
|
.e-gantt .e-icons {
|
|
1922
1787
|
color: #fff;
|
|
1923
1788
|
}
|
|
1924
|
-
|
|
1925
1789
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
1926
1790
|
color: #fff !important;
|
|
1927
1791
|
}
|
|
@@ -1929,47 +1793,36 @@
|
|
|
1929
1793
|
.e-gantt-dialog .e-dlg-header {
|
|
1930
1794
|
color: #000;
|
|
1931
1795
|
}
|
|
1932
|
-
|
|
1933
1796
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1934
1797
|
background: #ffd939;
|
|
1935
1798
|
}
|
|
1936
|
-
|
|
1937
1799
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1938
1800
|
color: #000;
|
|
1939
1801
|
}
|
|
1940
|
-
|
|
1941
1802
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
1942
1803
|
background-color: rgba(104, 87, 8, 0.4);
|
|
1943
1804
|
}
|
|
1944
|
-
|
|
1945
1805
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
1946
1806
|
color: #000;
|
|
1947
1807
|
}
|
|
1948
|
-
|
|
1949
1808
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1950
1809
|
background: #ffd939;
|
|
1951
1810
|
}
|
|
1952
|
-
|
|
1953
1811
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1954
1812
|
background: #000;
|
|
1955
1813
|
}
|
|
1956
|
-
|
|
1957
1814
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
1958
1815
|
background-color: transparent;
|
|
1959
1816
|
}
|
|
1960
|
-
|
|
1961
1817
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
1962
1818
|
color: #000;
|
|
1963
1819
|
}
|
|
1964
|
-
|
|
1965
1820
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1966
1821
|
border-color: transparent;
|
|
1967
1822
|
}
|
|
1968
|
-
|
|
1969
1823
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
1970
1824
|
color: rgba(0, 0, 0, 0.7);
|
|
1971
1825
|
}
|
|
1972
|
-
|
|
1973
1826
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
1974
1827
|
background: transparent;
|
|
1975
1828
|
border-bottom: 0px;
|
|
@@ -1977,7 +1830,6 @@
|
|
|
1977
1830
|
border-bottom-right-radius: 0px;
|
|
1978
1831
|
border-color: transparent;
|
|
1979
1832
|
}
|
|
1980
|
-
|
|
1981
1833
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
1982
1834
|
color: black;
|
|
1983
1835
|
}
|
|
@@ -1987,7 +1839,6 @@
|
|
|
1987
1839
|
border-color: #9e9e9e;
|
|
1988
1840
|
color: #eee;
|
|
1989
1841
|
}
|
|
1990
|
-
|
|
1991
1842
|
.e-gantt.e-device .e-backarrowspan {
|
|
1992
1843
|
color: #000;
|
|
1993
|
-
}
|
|
1844
|
+
}
|