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