@syncfusion/ej2-gantt 20.1.55 → 20.1.56
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 +9 -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 +4 -4
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +4 -4
- 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 +12 -12
- package/src/gantt/actions/edit.js +1 -1
- package/src/gantt/actions/pdf-export.js +1 -1
- package/src/gantt/base/task-processor.js +1 -1
- package/src/gantt/renderer/chart-rows.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,115 +1,77 @@
|
|
|
1
1
|
.e-richtexteditor {
|
|
2
2
|
border-radius: 4px;
|
|
3
3
|
}
|
|
4
|
-
|
|
5
4
|
.e-richtexteditor .e-rte-toolbar {
|
|
6
5
|
border-top-left-radius: 4px;
|
|
7
6
|
border-top-right-radius: 4px;
|
|
8
7
|
}
|
|
9
|
-
|
|
10
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
11
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons,
|
|
12
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons,
|
|
13
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons,
|
|
14
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
8
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
15
9
|
color: #fff;
|
|
16
10
|
}
|
|
17
|
-
|
|
18
11
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn {
|
|
19
12
|
border-radius: 4px;
|
|
20
13
|
}
|
|
21
|
-
|
|
22
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active,
|
|
23
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn,
|
|
24
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn,
|
|
25
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
14
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
|
|
26
15
|
border: 1px solid #4e555b;
|
|
27
16
|
}
|
|
28
|
-
|
|
29
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover,
|
|
30
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover {
|
|
17
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover {
|
|
31
18
|
border: 1px solid #545b62;
|
|
32
19
|
}
|
|
33
|
-
|
|
34
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus,
|
|
35
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus {
|
|
20
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus {
|
|
36
21
|
border: 1px solid #6c757d;
|
|
37
22
|
}
|
|
38
|
-
|
|
39
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn,
|
|
40
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
23
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn {
|
|
41
24
|
border: 1px solid transparent;
|
|
42
25
|
}
|
|
43
|
-
|
|
44
26
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active {
|
|
45
27
|
border-radius: 4px;
|
|
46
28
|
}
|
|
47
|
-
|
|
48
29
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons {
|
|
49
30
|
color: #fff;
|
|
50
31
|
}
|
|
51
|
-
|
|
52
32
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
53
33
|
padding: 0 2px;
|
|
54
34
|
}
|
|
55
|
-
|
|
56
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active,
|
|
57
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus,
|
|
58
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
35
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover {
|
|
59
36
|
border: 1px solid transparent;
|
|
60
37
|
padding: 0 2px;
|
|
61
38
|
}
|
|
62
|
-
|
|
63
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn,
|
|
64
|
-
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
39
|
+
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn {
|
|
65
40
|
border: 1px solid transparent;
|
|
66
41
|
padding-bottom: 1px;
|
|
67
42
|
padding-top: 1px;
|
|
68
43
|
}
|
|
69
|
-
|
|
70
44
|
.e-richtexteditor .e-rte-content {
|
|
71
45
|
border-bottom-left-radius: 4px;
|
|
72
46
|
border-bottom-right-radius: 4px;
|
|
73
47
|
}
|
|
74
|
-
|
|
75
48
|
.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open {
|
|
76
49
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
77
50
|
border-radius: 4px;
|
|
78
51
|
}
|
|
79
|
-
|
|
80
52
|
.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open .e-insert-table-btn .e-btn-icon.e-icons {
|
|
81
53
|
color: #fff;
|
|
82
54
|
}
|
|
83
|
-
|
|
84
|
-
.e-richtexteditor .e-rte-content .e-content,
|
|
85
|
-
.e-richtexteditor .e-source-content .e-content {
|
|
55
|
+
.e-richtexteditor .e-rte-content .e-content, .e-richtexteditor .e-source-content .e-content {
|
|
86
56
|
font-size: 14px;
|
|
87
57
|
}
|
|
88
58
|
|
|
89
59
|
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item.e-toolbar-popup .e-tbar-btn {
|
|
90
60
|
padding: 0 5px;
|
|
91
61
|
}
|
|
92
|
-
|
|
93
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active,
|
|
94
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover {
|
|
62
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover {
|
|
95
63
|
padding-left: 5px;
|
|
96
64
|
padding-right: 5px;
|
|
97
65
|
}
|
|
98
|
-
|
|
99
66
|
.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items {
|
|
100
67
|
border: 1px solid transparent;
|
|
101
68
|
padding-left: 5px;
|
|
102
69
|
padding-right: 5px;
|
|
103
70
|
}
|
|
104
|
-
|
|
105
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
|
|
106
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
107
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
71
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn {
|
|
108
72
|
padding: 0 5px;
|
|
109
73
|
}
|
|
110
|
-
|
|
111
|
-
.e-bigger .e-richtexteditor .e-rte-content .e-content,
|
|
112
|
-
.e-bigger .e-richtexteditor .e-source-content .e-content {
|
|
74
|
+
.e-bigger .e-richtexteditor .e-rte-content .e-content, .e-bigger .e-richtexteditor .e-source-content .e-content {
|
|
113
75
|
font-size: 16px;
|
|
114
76
|
}
|
|
115
77
|
|
|
@@ -122,7 +84,6 @@
|
|
|
122
84
|
min-height: 26px;
|
|
123
85
|
min-width: 26px;
|
|
124
86
|
}
|
|
125
|
-
|
|
126
87
|
.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret {
|
|
127
88
|
font-size: 8px;
|
|
128
89
|
}
|
|
@@ -132,7 +93,6 @@
|
|
|
132
93
|
min-height: 26px;
|
|
133
94
|
min-width: 32px;
|
|
134
95
|
}
|
|
135
|
-
|
|
136
96
|
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret {
|
|
137
97
|
font-size: 10px;
|
|
138
98
|
}
|
|
@@ -145,7 +105,6 @@
|
|
|
145
105
|
padding-left: 1px;
|
|
146
106
|
padding-right: 1px;
|
|
147
107
|
}
|
|
148
|
-
|
|
149
108
|
.e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-backgroundcolor-dropdown:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-backgroundcolor-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-fontcolor-dropdown:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-fontcolor-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-numberformatlist-dropdown:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-numberformatlist-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-bulletformatlist-dropdown:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-bulletformatlist-dropdown.e-active:hover,
|
|
150
109
|
.e-bigger .e-rte-toolbar.e-extended-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-backgroundcolor-dropdown:hover,
|
|
151
110
|
.e-bigger .e-rte-toolbar.e-extended-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-backgroundcolor-dropdown.e-active:hover,
|
|
@@ -186,7 +145,6 @@
|
|
|
186
145
|
padding-bottom: 0;
|
|
187
146
|
padding-top: 0;
|
|
188
147
|
}
|
|
189
|
-
|
|
190
148
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
191
149
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
192
150
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn.e-active,
|
|
@@ -260,7 +218,6 @@
|
|
|
260
218
|
padding-bottom: 0;
|
|
261
219
|
padding-top: 0;
|
|
262
220
|
}
|
|
263
|
-
|
|
264
221
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-active,
|
|
265
222
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-active,
|
|
266
223
|
.e-rte-toolbar .e-toolbar-items .e-rte-numberformatlist-dropdown.e-active,
|
|
@@ -293,11 +250,9 @@
|
|
|
293
250
|
box-shadow: none;
|
|
294
251
|
margin-top: 3px;
|
|
295
252
|
}
|
|
296
|
-
|
|
297
253
|
.e-popup.e-ddl .e-input-group {
|
|
298
254
|
width: auto;
|
|
299
255
|
}
|
|
300
|
-
|
|
301
256
|
.e-popup.e-ddl .e-input-group input {
|
|
302
257
|
line-height: 15px;
|
|
303
258
|
}
|
|
@@ -311,7 +266,6 @@
|
|
|
311
266
|
display: flex;
|
|
312
267
|
width: auto;
|
|
313
268
|
}
|
|
314
|
-
|
|
315
269
|
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
316
270
|
border: 0;
|
|
317
271
|
}
|
|
@@ -327,8 +281,7 @@
|
|
|
327
281
|
text-indent: 24px;
|
|
328
282
|
}
|
|
329
283
|
|
|
330
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
331
|
-
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
284
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
332
285
|
font-size: 14px;
|
|
333
286
|
line-height: 32px;
|
|
334
287
|
padding-left: 0;
|
|
@@ -343,8 +296,7 @@
|
|
|
343
296
|
padding: 4px 0;
|
|
344
297
|
}
|
|
345
298
|
|
|
346
|
-
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
347
|
-
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
299
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
348
300
|
font-size: 16px;
|
|
349
301
|
height: 36px;
|
|
350
302
|
}
|
|
@@ -409,9 +361,7 @@
|
|
|
409
361
|
font-size: 10px;
|
|
410
362
|
}
|
|
411
363
|
|
|
412
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
413
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
414
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
364
|
+
.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 {
|
|
415
365
|
font-size: 14px;
|
|
416
366
|
line-height: 34px;
|
|
417
367
|
padding-left: 0;
|
|
@@ -426,8 +376,7 @@
|
|
|
426
376
|
padding: 4px 0;
|
|
427
377
|
}
|
|
428
378
|
|
|
429
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
430
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
379
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
431
380
|
height: 30px;
|
|
432
381
|
}
|
|
433
382
|
|
|
@@ -526,7 +475,6 @@
|
|
|
526
475
|
transform: rotate(360deg);
|
|
527
476
|
}
|
|
528
477
|
}
|
|
529
|
-
|
|
530
478
|
@keyframes fabric-spinner-rotate {
|
|
531
479
|
0% {
|
|
532
480
|
transform: rotate(0);
|
|
@@ -535,138 +483,107 @@
|
|
|
535
483
|
transform: rotate(360deg);
|
|
536
484
|
}
|
|
537
485
|
}
|
|
538
|
-
|
|
539
486
|
.e-gantt .e-add::before {
|
|
540
|
-
content:
|
|
487
|
+
content: "\e759";
|
|
541
488
|
}
|
|
542
|
-
|
|
543
489
|
.e-gantt .e-edit::before {
|
|
544
|
-
content:
|
|
490
|
+
content: "\e78f";
|
|
545
491
|
}
|
|
546
|
-
|
|
547
492
|
.e-gantt .e-delete::before {
|
|
548
|
-
content:
|
|
493
|
+
content: "\e773";
|
|
549
494
|
}
|
|
550
|
-
|
|
551
495
|
.e-gantt .e-cancel::before {
|
|
552
|
-
content:
|
|
496
|
+
content: "\e745";
|
|
553
497
|
}
|
|
554
|
-
|
|
555
498
|
.e-gantt .e-save::before {
|
|
556
|
-
content:
|
|
499
|
+
content: "\e74d";
|
|
557
500
|
}
|
|
558
|
-
|
|
559
501
|
.e-gantt .e-update::before {
|
|
560
|
-
content:
|
|
502
|
+
content: "\e74d";
|
|
561
503
|
}
|
|
562
|
-
|
|
563
504
|
.e-gantt .e-search-icon::before {
|
|
564
|
-
content:
|
|
505
|
+
content: "\e724";
|
|
565
506
|
}
|
|
566
|
-
|
|
567
507
|
.e-gantt .e-cancel-icon::before {
|
|
568
|
-
content:
|
|
508
|
+
content: "\e745";
|
|
569
509
|
}
|
|
570
|
-
|
|
571
510
|
.e-gantt .e-notes-info::before {
|
|
572
|
-
content:
|
|
511
|
+
content: "\e760";
|
|
573
512
|
}
|
|
574
|
-
|
|
575
513
|
.e-gantt .e-left-resize-gripper::before,
|
|
576
514
|
.e-gantt .e-right-resize-gripper::before {
|
|
577
|
-
content:
|
|
515
|
+
content: "\e781";
|
|
578
516
|
}
|
|
579
|
-
|
|
580
517
|
.e-gantt .e-expandall::before {
|
|
581
|
-
content:
|
|
518
|
+
content: "\e7db";
|
|
582
519
|
}
|
|
583
|
-
|
|
584
520
|
.e-gantt .e-collapseall::before {
|
|
585
|
-
content:
|
|
521
|
+
content: "\e7dc";
|
|
586
522
|
}
|
|
587
|
-
|
|
588
523
|
.e-gantt .e-prevtimespan::before {
|
|
589
|
-
content:
|
|
524
|
+
content: "\e7c1";
|
|
590
525
|
}
|
|
591
|
-
|
|
592
526
|
.e-gantt .e-nexttimespan::before {
|
|
593
|
-
content:
|
|
527
|
+
content: "\e7ce";
|
|
594
528
|
}
|
|
595
|
-
|
|
596
529
|
.e-gantt .e-zoomin::before {
|
|
597
|
-
content:
|
|
530
|
+
content: "\e70a";
|
|
598
531
|
}
|
|
599
|
-
|
|
600
532
|
.e-gantt .e-zoomout::before {
|
|
601
|
-
content:
|
|
533
|
+
content: "\e74a";
|
|
602
534
|
}
|
|
603
|
-
|
|
604
535
|
.e-gantt .e-zoomtofit::before {
|
|
605
|
-
content:
|
|
536
|
+
content: "\e657";
|
|
606
537
|
}
|
|
607
|
-
|
|
608
538
|
.e-gantt .e-csvexport::before {
|
|
609
|
-
content:
|
|
539
|
+
content: "\e725";
|
|
610
540
|
}
|
|
611
|
-
|
|
612
541
|
.e-gantt .e-excelexport::before {
|
|
613
|
-
content:
|
|
542
|
+
content: "\e74e";
|
|
614
543
|
}
|
|
615
|
-
|
|
616
544
|
.e-gantt .e-pdfexport::before {
|
|
617
|
-
content:
|
|
545
|
+
content: "\e727";
|
|
618
546
|
}
|
|
619
|
-
|
|
620
547
|
.e-gantt .e-indent::before {
|
|
621
|
-
content:
|
|
548
|
+
content: "\e702";
|
|
622
549
|
}
|
|
623
|
-
|
|
624
550
|
.e-gantt .e-outdent::before {
|
|
625
|
-
content:
|
|
551
|
+
content: "\e722";
|
|
626
552
|
}
|
|
627
|
-
|
|
628
553
|
.e-gantt .e-add-above::before {
|
|
629
|
-
content:
|
|
554
|
+
content: "\e658";
|
|
630
555
|
}
|
|
631
|
-
|
|
632
556
|
.e-gantt .e-add-below::before {
|
|
633
|
-
content:
|
|
557
|
+
content: "\e659";
|
|
634
558
|
}
|
|
635
559
|
|
|
636
560
|
.e-gantt.e-device .e-backarrowspan::before,
|
|
637
561
|
.e-gantt.e-device .e-icon-dlg-close::before {
|
|
638
|
-
content:
|
|
562
|
+
content: "\e85b";
|
|
639
563
|
}
|
|
640
|
-
|
|
641
564
|
.e-gantt.e-device .e-left-resize-gripper::before,
|
|
642
565
|
.e-gantt.e-device .e-right-resize-gripper::before {
|
|
643
|
-
content:
|
|
566
|
+
content: "\e903";
|
|
644
567
|
}
|
|
645
568
|
|
|
646
569
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
647
570
|
height: 64px;
|
|
648
571
|
}
|
|
649
|
-
|
|
650
572
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
651
573
|
height: 32px;
|
|
652
574
|
}
|
|
653
|
-
|
|
654
575
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
655
576
|
height: 63px !important;
|
|
656
577
|
}
|
|
657
|
-
|
|
658
578
|
.e-bigger .e-columnmenu {
|
|
659
579
|
top: 38px;
|
|
660
580
|
}
|
|
661
|
-
|
|
662
581
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
663
582
|
padding: 16px 18px 0 18px;
|
|
664
583
|
}
|
|
665
|
-
|
|
666
584
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
667
585
|
padding: 16px 18px 0 0;
|
|
668
586
|
}
|
|
669
|
-
|
|
670
587
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
671
588
|
padding: 16px 18px 0 0;
|
|
672
589
|
}
|
|
@@ -675,16 +592,13 @@
|
|
|
675
592
|
display: block;
|
|
676
593
|
width: 100%;
|
|
677
594
|
}
|
|
678
|
-
|
|
679
595
|
.e-gantt .e-cloneproperties {
|
|
680
596
|
padding: 2px 8px 1px;
|
|
681
597
|
}
|
|
682
|
-
|
|
683
598
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
684
599
|
left: -5px;
|
|
685
600
|
position: relative;
|
|
686
601
|
}
|
|
687
|
-
|
|
688
602
|
.e-gantt .e-cloneproperties {
|
|
689
603
|
border-style: solid;
|
|
690
604
|
border-width: 1px;
|
|
@@ -702,127 +616,101 @@
|
|
|
702
616
|
white-space: nowrap;
|
|
703
617
|
z-index: 100;
|
|
704
618
|
}
|
|
705
|
-
|
|
706
619
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
707
620
|
border-spacing: 0;
|
|
708
621
|
font-size: 12px;
|
|
709
622
|
font-weight: normal;
|
|
710
623
|
overflow: visible;
|
|
711
624
|
}
|
|
712
|
-
|
|
713
625
|
.e-gantt .e-cloneproperties .e-bothganttlines {
|
|
714
626
|
border-width: 1px 0 0 1px;
|
|
715
627
|
}
|
|
716
|
-
|
|
717
628
|
.e-gantt .e-draganddrop {
|
|
718
629
|
border-width: 0 1px 1px;
|
|
719
630
|
font-weight: normal;
|
|
720
631
|
padding: 0;
|
|
721
632
|
}
|
|
722
|
-
|
|
723
633
|
.e-gantt .e-draganddrop .e-rowcell {
|
|
724
|
-
opacity: .95;
|
|
634
|
+
opacity: 0.95;
|
|
725
635
|
}
|
|
726
|
-
|
|
727
636
|
.e-gantt .e-cloneproperties.e-draganddrop table {
|
|
728
637
|
border-spacing: 0;
|
|
729
638
|
}
|
|
730
|
-
|
|
731
639
|
.e-gantt .e-icons.e-errorelem {
|
|
732
640
|
display: inline-block;
|
|
733
641
|
padding-left: 10px;
|
|
734
642
|
vertical-align: middle;
|
|
735
643
|
}
|
|
736
|
-
|
|
737
644
|
.e-gantt .e-errorelem::before {
|
|
738
645
|
color: #e3165b;
|
|
739
|
-
content:
|
|
646
|
+
content: "\e22a";
|
|
740
647
|
transform: rotate(180deg);
|
|
741
648
|
}
|
|
742
|
-
|
|
743
|
-
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
|
|
744
|
-
.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
649
|
+
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
745
650
|
border-bottom: 0;
|
|
746
651
|
border-right: 1px solid #dee2e6;
|
|
747
652
|
border-top: 1px solid #dee2e6;
|
|
748
653
|
}
|
|
749
|
-
|
|
750
654
|
.e-gantt .e-gantt-toolbar {
|
|
751
655
|
border-bottom-left-radius: 0;
|
|
752
656
|
border-bottom-right-radius: 0;
|
|
753
657
|
border-style: solid;
|
|
754
658
|
border-width: 1px 1px 0;
|
|
755
659
|
}
|
|
756
|
-
|
|
757
660
|
.e-gantt .e-flmenu-valuediv {
|
|
758
661
|
padding-top: 16px;
|
|
759
662
|
}
|
|
760
|
-
|
|
761
663
|
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
|
762
664
|
margin: 0;
|
|
763
665
|
}
|
|
764
|
-
|
|
765
666
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
766
667
|
overflow: hidden !important;
|
|
767
668
|
}
|
|
768
|
-
|
|
769
669
|
.e-gantt .e-temp-content {
|
|
770
670
|
border-left: 1px solid;
|
|
771
671
|
}
|
|
772
|
-
|
|
773
672
|
.e-gantt .e-tab {
|
|
774
673
|
border: 0;
|
|
775
674
|
}
|
|
776
|
-
|
|
777
675
|
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
778
676
|
border-color: transparent;
|
|
779
677
|
}
|
|
780
|
-
|
|
781
678
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
782
679
|
border-width: 0;
|
|
783
680
|
}
|
|
784
|
-
|
|
785
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
786
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
787
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
788
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-
|
|
789
|
-
.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) {
|
|
681
|
+
.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),
|
|
682
|
+
.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),
|
|
683
|
+
.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),
|
|
684
|
+
.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),
|
|
685
|
+
.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) {
|
|
790
686
|
background-color: transparent;
|
|
791
687
|
}
|
|
792
|
-
|
|
793
688
|
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
|
|
794
689
|
border-bottom-style: solid;
|
|
795
690
|
border-bottom-width: 1px;
|
|
796
691
|
height: 45px;
|
|
797
692
|
}
|
|
798
|
-
|
|
799
693
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
800
694
|
border-right-width: 0 !important;
|
|
801
695
|
}
|
|
802
|
-
|
|
803
696
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
804
697
|
border-top-style: none;
|
|
805
698
|
border-top-width: 0;
|
|
806
699
|
padding-right: 0 !important;
|
|
807
700
|
}
|
|
808
|
-
|
|
809
701
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
810
702
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
811
703
|
height: 63px !important;
|
|
812
704
|
}
|
|
813
|
-
|
|
814
705
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
815
706
|
overflow-x: scroll !important;
|
|
816
707
|
}
|
|
817
|
-
|
|
818
708
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
819
709
|
width: calc(100% + 17px);
|
|
820
710
|
}
|
|
821
|
-
|
|
822
711
|
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
|
|
823
712
|
text-align: center;
|
|
824
713
|
}
|
|
825
|
-
|
|
826
714
|
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
|
|
827
715
|
display: inline-block;
|
|
828
716
|
font-size: 18px;
|
|
@@ -830,41 +718,33 @@
|
|
|
830
718
|
line-height: 10px;
|
|
831
719
|
vertical-align: middle;
|
|
832
720
|
}
|
|
833
|
-
|
|
834
721
|
.e-gantt .e-gantt-chart {
|
|
835
722
|
height: 100%;
|
|
836
723
|
overflow: hidden;
|
|
837
724
|
position: relative;
|
|
838
725
|
width: 100%;
|
|
839
726
|
}
|
|
840
|
-
|
|
841
727
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
842
728
|
border-right: 0 solid;
|
|
843
729
|
}
|
|
844
|
-
|
|
845
730
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
846
731
|
-webkit-overflow-scrolling: touch;
|
|
847
732
|
overflow-x: scroll;
|
|
848
733
|
overflow-y: auto;
|
|
849
734
|
position: relative;
|
|
850
735
|
}
|
|
851
|
-
|
|
852
736
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
|
|
853
737
|
position: absolute;
|
|
854
738
|
}
|
|
855
|
-
|
|
856
739
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
|
|
857
740
|
position: absolute;
|
|
858
741
|
}
|
|
859
|
-
|
|
860
742
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
861
743
|
position: absolute;
|
|
862
744
|
}
|
|
863
|
-
|
|
864
745
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
865
746
|
position: absolute;
|
|
866
747
|
}
|
|
867
|
-
|
|
868
748
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
869
749
|
border-bottom-style: solid;
|
|
870
750
|
border-right-width: 0;
|
|
@@ -872,12 +752,10 @@
|
|
|
872
752
|
position: relative;
|
|
873
753
|
z-index: 6;
|
|
874
754
|
}
|
|
875
|
-
|
|
876
755
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
877
756
|
border-left: 0;
|
|
878
757
|
padding: 0 3px;
|
|
879
758
|
}
|
|
880
|
-
|
|
881
759
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
882
760
|
border-collapse: collapse;
|
|
883
761
|
border-spacing: 0;
|
|
@@ -886,7 +764,6 @@
|
|
|
886
764
|
margin: 0;
|
|
887
765
|
padding: 0;
|
|
888
766
|
}
|
|
889
|
-
|
|
890
767
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
891
768
|
border-collapse: collapse;
|
|
892
769
|
box-sizing: border-box;
|
|
@@ -894,12 +771,10 @@
|
|
|
894
771
|
transform: scale(1);
|
|
895
772
|
white-space: nowrap;
|
|
896
773
|
}
|
|
897
|
-
|
|
898
774
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
899
775
|
display: -ms-inline-flexbox;
|
|
900
776
|
display: inline-flex;
|
|
901
777
|
}
|
|
902
|
-
|
|
903
778
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
904
779
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
905
780
|
border-spacing: 0;
|
|
@@ -920,7 +795,6 @@
|
|
|
920
795
|
user-select: none;
|
|
921
796
|
white-space: nowrap;
|
|
922
797
|
}
|
|
923
|
-
|
|
924
798
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
|
|
925
799
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
|
|
926
800
|
box-sizing: border-box;
|
|
@@ -930,13 +804,11 @@
|
|
|
930
804
|
text-overflow: ellipsis;
|
|
931
805
|
white-space: nowrap;
|
|
932
806
|
}
|
|
933
|
-
|
|
934
807
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
935
808
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
936
809
|
padding-left: 8px;
|
|
937
810
|
text-align: left;
|
|
938
811
|
}
|
|
939
|
-
|
|
940
812
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
941
813
|
border-bottom-style: solid;
|
|
942
814
|
border-bottom-width: 1px;
|
|
@@ -944,37 +816,30 @@
|
|
|
944
816
|
border-spacing: 0;
|
|
945
817
|
box-sizing: border-box;
|
|
946
818
|
}
|
|
947
|
-
|
|
948
819
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
949
820
|
border-spacing: 0;
|
|
950
821
|
}
|
|
951
|
-
|
|
952
822
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
953
823
|
border-top-color: transparent;
|
|
954
824
|
}
|
|
955
|
-
|
|
956
825
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
957
826
|
border-collapse: separate;
|
|
958
827
|
border-style: solid;
|
|
959
828
|
border-width: 1px 0 0;
|
|
960
829
|
}
|
|
961
|
-
|
|
962
830
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
|
|
963
831
|
font-size: 0;
|
|
964
832
|
padding: 0;
|
|
965
833
|
}
|
|
966
|
-
|
|
967
834
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
|
|
968
835
|
border-bottom-width: 1px;
|
|
969
836
|
}
|
|
970
|
-
|
|
971
837
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
972
838
|
border-right-style: solid;
|
|
973
839
|
border-right-width: 1px;
|
|
974
840
|
height: 100%;
|
|
975
841
|
position: absolute;
|
|
976
842
|
}
|
|
977
|
-
|
|
978
843
|
.e-gantt .e-gantt-chart .e-taskbar-main-container {
|
|
979
844
|
cursor: move;
|
|
980
845
|
display: inline-block;
|
|
@@ -982,7 +847,6 @@
|
|
|
982
847
|
vertical-align: middle;
|
|
983
848
|
z-index: 3;
|
|
984
849
|
}
|
|
985
|
-
|
|
986
850
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
987
851
|
-ms-flex-align: center;
|
|
988
852
|
align-items: center;
|
|
@@ -994,7 +858,6 @@
|
|
|
994
858
|
text-overflow: ellipsis;
|
|
995
859
|
white-space: nowrap;
|
|
996
860
|
}
|
|
997
|
-
|
|
998
861
|
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
|
|
999
862
|
-ms-flex-align: center;
|
|
1000
863
|
align-items: center;
|
|
@@ -1007,16 +870,13 @@
|
|
|
1007
870
|
text-overflow: ellipsis;
|
|
1008
871
|
white-space: nowrap;
|
|
1009
872
|
}
|
|
1010
|
-
|
|
1011
873
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1012
874
|
display: inline-block;
|
|
1013
875
|
}
|
|
1014
|
-
|
|
1015
876
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
1016
877
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1017
878
|
overflow: hidden;
|
|
1018
879
|
}
|
|
1019
|
-
|
|
1020
880
|
.e-gantt .e-gantt-chart .e-left-label-inner-div {
|
|
1021
881
|
-ms-flex-align: center;
|
|
1022
882
|
align-items: center;
|
|
@@ -1026,21 +886,18 @@
|
|
|
1026
886
|
justify-content: flex-end;
|
|
1027
887
|
width: 100%;
|
|
1028
888
|
}
|
|
1029
|
-
|
|
1030
889
|
.e-gantt .e-gantt-chart .e-label {
|
|
1031
890
|
margin: 3px;
|
|
1032
891
|
overflow: hidden;
|
|
1033
892
|
text-overflow: ellipsis;
|
|
1034
893
|
white-space: nowrap;
|
|
1035
894
|
}
|
|
1036
|
-
|
|
1037
895
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1038
896
|
background-color: transparent;
|
|
1039
897
|
display: inline-block;
|
|
1040
898
|
margin: 0;
|
|
1041
899
|
position: absolute;
|
|
1042
900
|
}
|
|
1043
|
-
|
|
1044
901
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
1045
902
|
-ms-flex-align: center;
|
|
1046
903
|
align-items: center;
|
|
@@ -1050,7 +907,6 @@
|
|
|
1050
907
|
outline: none;
|
|
1051
908
|
overflow: hidden;
|
|
1052
909
|
}
|
|
1053
|
-
|
|
1054
910
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
1055
911
|
display: inline-block;
|
|
1056
912
|
font-size: 13px;
|
|
@@ -1059,7 +915,6 @@
|
|
|
1059
915
|
position: absolute;
|
|
1060
916
|
text-overflow: ellipsis;
|
|
1061
917
|
}
|
|
1062
|
-
|
|
1063
918
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
|
|
1064
919
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
|
|
1065
920
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
|
|
@@ -1070,18 +925,15 @@
|
|
|
1070
925
|
display: inline-block;
|
|
1071
926
|
width: 100%;
|
|
1072
927
|
}
|
|
1073
|
-
|
|
1074
928
|
.e-gantt .e-gantt-chart .e-manualparent-main-container {
|
|
1075
929
|
background-color: transparent;
|
|
1076
930
|
cursor: move;
|
|
1077
931
|
margin-top: -5px;
|
|
1078
932
|
position: absolute;
|
|
1079
933
|
}
|
|
1080
|
-
|
|
1081
934
|
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
|
|
1082
935
|
margin-top: 3px;
|
|
1083
936
|
}
|
|
1084
|
-
|
|
1085
937
|
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
|
|
1086
938
|
border-color: inherit;
|
|
1087
939
|
border-top-style: dotted;
|
|
@@ -1093,7 +945,6 @@
|
|
|
1093
945
|
top: 50%;
|
|
1094
946
|
width: 98%;
|
|
1095
947
|
}
|
|
1096
|
-
|
|
1097
948
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
1098
949
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1099
950
|
border-spacing: 0;
|
|
@@ -1103,28 +954,23 @@
|
|
|
1103
954
|
padding: 0;
|
|
1104
955
|
z-index: 3;
|
|
1105
956
|
}
|
|
1106
|
-
|
|
1107
957
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1108
958
|
z-index: 3;
|
|
1109
959
|
}
|
|
1110
|
-
|
|
1111
960
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
|
|
1112
961
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1113
962
|
box-sizing: border-box;
|
|
1114
963
|
text-align: right;
|
|
1115
964
|
}
|
|
1116
|
-
|
|
1117
965
|
.e-gantt .e-gantt-chart .e-chart-scroll-container,
|
|
1118
966
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
1119
967
|
-webkit-user-select: none;
|
|
1120
968
|
-ms-user-select: none;
|
|
1121
969
|
user-select: none;
|
|
1122
970
|
}
|
|
1123
|
-
|
|
1124
971
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
1125
972
|
line-height: initial;
|
|
1126
973
|
}
|
|
1127
|
-
|
|
1128
974
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
1129
975
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
1130
976
|
display: inline-block;
|
|
@@ -1133,7 +979,6 @@
|
|
|
1133
979
|
width: 10px;
|
|
1134
980
|
z-index: 4;
|
|
1135
981
|
}
|
|
1136
|
-
|
|
1137
982
|
.e-gantt .e-gantt-chart .e-child-progress-resizer {
|
|
1138
983
|
display: inline-block;
|
|
1139
984
|
height: 15px;
|
|
@@ -1142,11 +987,9 @@
|
|
|
1142
987
|
width: 20px;
|
|
1143
988
|
z-index: 5;
|
|
1144
989
|
}
|
|
1145
|
-
|
|
1146
990
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
|
|
1147
991
|
cursor: col-resize;
|
|
1148
992
|
}
|
|
1149
|
-
|
|
1150
993
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1151
994
|
border-style: solid;
|
|
1152
995
|
border-width: 1px;
|
|
@@ -1157,7 +1000,6 @@
|
|
|
1157
1000
|
top: 7px;
|
|
1158
1001
|
width: 12px;
|
|
1159
1002
|
}
|
|
1160
|
-
|
|
1161
1003
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1162
1004
|
border-bottom-style: solid;
|
|
1163
1005
|
border-bottom-width: 6px;
|
|
@@ -1170,7 +1012,6 @@
|
|
|
1170
1012
|
top: -7px;
|
|
1171
1013
|
width: 0;
|
|
1172
1014
|
}
|
|
1173
|
-
|
|
1174
1015
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1175
1016
|
border-bottom-style: solid;
|
|
1176
1017
|
border-bottom-width: 6px;
|
|
@@ -1183,21 +1024,18 @@
|
|
|
1183
1024
|
top: -6px;
|
|
1184
1025
|
width: 0;
|
|
1185
1026
|
}
|
|
1186
|
-
|
|
1187
1027
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1188
1028
|
border-radius: 2px;
|
|
1189
1029
|
box-sizing: border-box;
|
|
1190
1030
|
position: absolute;
|
|
1191
1031
|
z-index: 2;
|
|
1192
1032
|
}
|
|
1193
|
-
|
|
1194
1033
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
1195
1034
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
1196
1035
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
1197
1036
|
border-style: none solid solid;
|
|
1198
1037
|
border-top: 0;
|
|
1199
1038
|
}
|
|
1200
|
-
|
|
1201
1039
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
1202
1040
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
1203
1041
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
@@ -1207,19 +1045,16 @@
|
|
|
1207
1045
|
border-left-color: transparent;
|
|
1208
1046
|
border-right-color: transparent;
|
|
1209
1047
|
}
|
|
1210
|
-
|
|
1211
1048
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
1212
1049
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
|
|
1213
1050
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1214
1051
|
border-bottom: 0;
|
|
1215
1052
|
border-style: solid solid none;
|
|
1216
1053
|
}
|
|
1217
|
-
|
|
1218
1054
|
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1219
1055
|
position: absolute;
|
|
1220
1056
|
z-index: 2;
|
|
1221
1057
|
}
|
|
1222
|
-
|
|
1223
1058
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1224
1059
|
display: inline;
|
|
1225
1060
|
font-weight: normal;
|
|
@@ -1230,11 +1065,9 @@
|
|
|
1230
1065
|
vertical-align: middle;
|
|
1231
1066
|
white-space: nowrap;
|
|
1232
1067
|
}
|
|
1233
|
-
|
|
1234
1068
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1235
1069
|
overflow: hidden;
|
|
1236
1070
|
}
|
|
1237
|
-
|
|
1238
1071
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1239
1072
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
1240
1073
|
-ms-flex-align: center;
|
|
@@ -1243,44 +1076,37 @@
|
|
|
1243
1076
|
display: -ms-inline-flexbox;
|
|
1244
1077
|
display: inline-flex;
|
|
1245
1078
|
}
|
|
1246
|
-
|
|
1247
1079
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1248
1080
|
display: inline-block;
|
|
1249
1081
|
position: absolute;
|
|
1250
1082
|
}
|
|
1251
|
-
|
|
1252
1083
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1253
1084
|
position: absolute;
|
|
1254
1085
|
transform: rotate(-90deg);
|
|
1255
1086
|
white-space: nowrap;
|
|
1256
1087
|
width: 0;
|
|
1257
1088
|
}
|
|
1258
|
-
|
|
1259
1089
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1260
1090
|
display: inline-block;
|
|
1261
1091
|
position: absolute;
|
|
1262
1092
|
z-index: 0;
|
|
1263
1093
|
}
|
|
1264
|
-
|
|
1265
1094
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
|
|
1266
1095
|
border-bottom-left-radius: 2px;
|
|
1267
1096
|
border-top-left-radius: 2px;
|
|
1268
1097
|
position: absolute;
|
|
1269
1098
|
}
|
|
1270
|
-
|
|
1271
1099
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
|
|
1272
1100
|
border-bottom-right-radius: 2px;
|
|
1273
1101
|
border-top-right-radius: 2px;
|
|
1274
1102
|
position: absolute;
|
|
1275
1103
|
}
|
|
1276
|
-
|
|
1277
1104
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1278
1105
|
border-left: 1px dashed;
|
|
1279
1106
|
position: absolute;
|
|
1280
1107
|
width: 1px;
|
|
1281
1108
|
z-index: 2;
|
|
1282
1109
|
}
|
|
1283
|
-
|
|
1284
1110
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1285
1111
|
border-radius: 3px;
|
|
1286
1112
|
font-weight: 500;
|
|
@@ -1294,7 +1120,6 @@
|
|
|
1294
1120
|
width: auto;
|
|
1295
1121
|
z-index: 2;
|
|
1296
1122
|
}
|
|
1297
|
-
|
|
1298
1123
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1299
1124
|
border-bottom: 5px solid transparent;
|
|
1300
1125
|
border-right: 5px solid;
|
|
@@ -1304,52 +1129,42 @@
|
|
|
1304
1129
|
top: 56px;
|
|
1305
1130
|
width: 0;
|
|
1306
1131
|
}
|
|
1307
|
-
|
|
1308
1132
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1309
1133
|
border-radius: 0;
|
|
1310
1134
|
border-style: none;
|
|
1311
1135
|
display: inline-block;
|
|
1312
1136
|
}
|
|
1313
|
-
|
|
1314
1137
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1315
1138
|
border-left-style: solid;
|
|
1316
1139
|
border-left-width: 10px;
|
|
1317
1140
|
}
|
|
1318
|
-
|
|
1319
1141
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1320
1142
|
border-right-style: solid;
|
|
1321
1143
|
border-right-width: 10px;
|
|
1322
1144
|
}
|
|
1323
|
-
|
|
1324
1145
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
|
|
1325
1146
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1326
1147
|
border-bottom: 5px solid transparent;
|
|
1327
1148
|
border-top: 5px solid transparent;
|
|
1328
1149
|
}
|
|
1329
|
-
|
|
1330
1150
|
.e-gantt .e-gantt-chart .e-connector-line-container {
|
|
1331
1151
|
z-index: 5;
|
|
1332
1152
|
}
|
|
1333
|
-
|
|
1334
1153
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
1335
1154
|
z-index: 1;
|
|
1336
1155
|
}
|
|
1337
|
-
|
|
1338
1156
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1339
1157
|
outline: 1px solid;
|
|
1340
1158
|
}
|
|
1341
|
-
|
|
1342
1159
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1343
1160
|
z-index: 100;
|
|
1344
1161
|
}
|
|
1345
|
-
|
|
1346
1162
|
.e-gantt .e-gantt-chart .e-connectortouchpoint {
|
|
1347
1163
|
background-color: transparent;
|
|
1348
1164
|
display: block;
|
|
1349
1165
|
position: absolute;
|
|
1350
1166
|
z-index: 5;
|
|
1351
1167
|
}
|
|
1352
|
-
|
|
1353
1168
|
.e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
1354
1169
|
.e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
1355
1170
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
@@ -1358,7 +1173,6 @@
|
|
|
1358
1173
|
display: inline-block;
|
|
1359
1174
|
position: absolute;
|
|
1360
1175
|
}
|
|
1361
|
-
|
|
1362
1176
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1363
1177
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1364
1178
|
border-style: solid;
|
|
@@ -1367,11 +1181,9 @@
|
|
|
1367
1181
|
cursor: pointer;
|
|
1368
1182
|
display: inline-block;
|
|
1369
1183
|
}
|
|
1370
|
-
|
|
1371
1184
|
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
1372
1185
|
cursor: no-drop;
|
|
1373
1186
|
}
|
|
1374
|
-
|
|
1375
1187
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
|
|
1376
1188
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1377
1189
|
background-color: #989A9C;
|
|
@@ -1383,29 +1195,24 @@
|
|
|
1383
1195
|
position: absolute;
|
|
1384
1196
|
width: 10px;
|
|
1385
1197
|
}
|
|
1386
|
-
|
|
1387
1198
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
|
|
1388
1199
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1389
1200
|
border-bottom-color: #989A9C;
|
|
1390
1201
|
}
|
|
1391
|
-
|
|
1392
1202
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1393
1203
|
cursor: e-resize;
|
|
1394
1204
|
margin-left: -8px;
|
|
1395
1205
|
}
|
|
1396
|
-
|
|
1397
1206
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
|
|
1398
1207
|
margin-left: 0;
|
|
1399
1208
|
}
|
|
1400
|
-
|
|
1401
1209
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
|
|
1402
1210
|
background: #989A9C;
|
|
1403
1211
|
margin-top: 3px;
|
|
1404
1212
|
position: absolute;
|
|
1405
1213
|
}
|
|
1406
|
-
|
|
1407
1214
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1408
|
-
font-family:
|
|
1215
|
+
font-family: "e-icons";
|
|
1409
1216
|
font-size: 13px;
|
|
1410
1217
|
font-style: normal;
|
|
1411
1218
|
font-variant: normal;
|
|
@@ -1414,7 +1221,6 @@
|
|
|
1414
1221
|
text-transform: none;
|
|
1415
1222
|
vertical-align: middle;
|
|
1416
1223
|
}
|
|
1417
|
-
|
|
1418
1224
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1419
1225
|
outline: 1px solid;
|
|
1420
1226
|
outline-offset: 2px;
|
|
@@ -1423,11 +1229,9 @@
|
|
|
1423
1229
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1424
1230
|
padding-left: 12px;
|
|
1425
1231
|
}
|
|
1426
|
-
|
|
1427
1232
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1428
1233
|
display: block;
|
|
1429
1234
|
}
|
|
1430
|
-
|
|
1431
1235
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1432
1236
|
border-style: solid;
|
|
1433
1237
|
border-width: 1px;
|
|
@@ -1440,96 +1244,75 @@
|
|
|
1440
1244
|
.e-gantt-dialog {
|
|
1441
1245
|
border: 0;
|
|
1442
1246
|
}
|
|
1443
|
-
|
|
1444
1247
|
.e-gantt-dialog .e-gridform .e-table {
|
|
1445
1248
|
border-spacing: 0;
|
|
1446
1249
|
}
|
|
1447
|
-
|
|
1448
1250
|
.e-gantt-dialog .e-item {
|
|
1449
1251
|
height: 241px;
|
|
1450
1252
|
}
|
|
1451
|
-
|
|
1452
1253
|
.e-gantt-dialog .e-dependent-div {
|
|
1453
1254
|
border-bottom-width: 0px;
|
|
1454
1255
|
}
|
|
1455
|
-
|
|
1456
1256
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1457
1257
|
opacity: initial;
|
|
1458
1258
|
}
|
|
1459
|
-
|
|
1460
1259
|
.e-gantt-dialog .e-toolbar {
|
|
1461
1260
|
border-top-width: 0;
|
|
1462
1261
|
}
|
|
1463
|
-
|
|
1464
1262
|
.e-gantt-dialog .e-resource-div {
|
|
1465
1263
|
border-bottom-width: 0px;
|
|
1466
1264
|
}
|
|
1467
|
-
|
|
1468
1265
|
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1469
1266
|
border-top-width: 0;
|
|
1470
1267
|
}
|
|
1471
|
-
|
|
1472
1268
|
.e-gantt-dialog .e-edit-form-row {
|
|
1473
1269
|
height: 241px;
|
|
1474
1270
|
overflow-y: auto;
|
|
1475
1271
|
}
|
|
1476
|
-
|
|
1477
1272
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1478
1273
|
float: left;
|
|
1479
1274
|
padding: 16px 18px 0 18px;
|
|
1480
1275
|
width: 50%;
|
|
1481
1276
|
}
|
|
1482
|
-
|
|
1483
1277
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1484
1278
|
float: left;
|
|
1485
1279
|
padding: 16px 16px 0 0;
|
|
1486
1280
|
width: 50%;
|
|
1487
1281
|
}
|
|
1488
|
-
|
|
1489
1282
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1490
1283
|
padding: 16px 16px 0 0;
|
|
1491
1284
|
}
|
|
1492
|
-
|
|
1493
1285
|
.e-gantt-dialog .e-edit-form-column {
|
|
1494
1286
|
height: 75px;
|
|
1495
1287
|
}
|
|
1496
|
-
|
|
1497
1288
|
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1498
1289
|
height: 161px;
|
|
1499
1290
|
}
|
|
1500
|
-
|
|
1501
1291
|
.e-gantt-dialog .e-resource-div .e-content {
|
|
1502
1292
|
height: 202px;
|
|
1503
1293
|
}
|
|
1504
|
-
|
|
1505
1294
|
.e-gantt-dialog .e-richtexteditor {
|
|
1506
1295
|
border-bottom-width: 0px;
|
|
1507
1296
|
height: 241px !important;
|
|
1508
1297
|
overflow: hidden;
|
|
1509
1298
|
}
|
|
1510
|
-
|
|
1511
1299
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1512
1300
|
border-top: 0;
|
|
1513
1301
|
}
|
|
1514
|
-
|
|
1515
1302
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1516
1303
|
border-bottom-width: 0px;
|
|
1517
1304
|
height: 200px;
|
|
1518
1305
|
}
|
|
1519
|
-
|
|
1520
1306
|
.e-gantt-dialog > .e-dlg-content {
|
|
1521
1307
|
padding: 0 !important;
|
|
1522
1308
|
}
|
|
1523
|
-
|
|
1524
1309
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1525
1310
|
border-bottom: 0 !important;
|
|
1526
1311
|
}
|
|
1527
|
-
|
|
1528
1312
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1529
1313
|
border-radius: 3px 3px 0px 0px;
|
|
1530
1314
|
padding-bottom: 20px;
|
|
1531
1315
|
}
|
|
1532
|
-
|
|
1533
1316
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1534
1317
|
border-radius: 50%;
|
|
1535
1318
|
height: auto !important;
|
|
@@ -1537,7 +1320,7 @@
|
|
|
1537
1320
|
}
|
|
1538
1321
|
|
|
1539
1322
|
.e-icon-rowselect::before {
|
|
1540
|
-
content:
|
|
1323
|
+
content: "\e930";
|
|
1541
1324
|
}
|
|
1542
1325
|
|
|
1543
1326
|
.e-ganttpopup {
|
|
@@ -1549,12 +1332,10 @@
|
|
|
1549
1332
|
user-select: none;
|
|
1550
1333
|
z-index: 99999;
|
|
1551
1334
|
}
|
|
1552
|
-
|
|
1553
1335
|
.e-ganttpopup .e-rowselect {
|
|
1554
1336
|
line-height: 18px;
|
|
1555
1337
|
text-indent: 7%;
|
|
1556
1338
|
}
|
|
1557
|
-
|
|
1558
1339
|
.e-ganttpopup span {
|
|
1559
1340
|
border: 1px solid transparent;
|
|
1560
1341
|
cursor: pointer;
|
|
@@ -1563,7 +1344,6 @@
|
|
|
1563
1344
|
padding: 4px;
|
|
1564
1345
|
width: 26px;
|
|
1565
1346
|
}
|
|
1566
|
-
|
|
1567
1347
|
.e-ganttpopup .e-content {
|
|
1568
1348
|
border-radius: 4px;
|
|
1569
1349
|
border-style: solid;
|
|
@@ -1571,18 +1351,16 @@
|
|
|
1571
1351
|
font-size: 14px;
|
|
1572
1352
|
padding: 4px;
|
|
1573
1353
|
}
|
|
1574
|
-
|
|
1575
1354
|
.e-ganttpopup .e-tail::after,
|
|
1576
1355
|
.e-ganttpopup .e-tail::before,
|
|
1577
1356
|
.e-ganttpopup .e-ganttpopup {
|
|
1578
1357
|
border: 10px solid transparent;
|
|
1579
|
-
content:
|
|
1358
|
+
content: "";
|
|
1580
1359
|
height: 0;
|
|
1581
1360
|
left: 8px;
|
|
1582
1361
|
position: absolute;
|
|
1583
1362
|
width: 0;
|
|
1584
1363
|
}
|
|
1585
|
-
|
|
1586
1364
|
.e-ganttpopup .e-downtail::after {
|
|
1587
1365
|
top: 34px;
|
|
1588
1366
|
}
|
|
@@ -1596,7 +1374,7 @@
|
|
|
1596
1374
|
}
|
|
1597
1375
|
|
|
1598
1376
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1599
|
-
content:
|
|
1377
|
+
content: "";
|
|
1600
1378
|
}
|
|
1601
1379
|
|
|
1602
1380
|
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
@@ -1614,74 +1392,58 @@
|
|
|
1614
1392
|
padding: 16px 18px 0 18px;
|
|
1615
1393
|
width: 100%;
|
|
1616
1394
|
}
|
|
1617
|
-
|
|
1618
1395
|
.e-gantt.e-device .e-edit-form-row {
|
|
1619
1396
|
height: auto;
|
|
1620
1397
|
}
|
|
1621
|
-
|
|
1622
1398
|
.e-gantt.e-device .e-adaptive-searchbar {
|
|
1623
1399
|
padding: 5px 10px;
|
|
1624
1400
|
width: 90%;
|
|
1625
1401
|
}
|
|
1626
|
-
|
|
1627
1402
|
.e-gantt.e-device .e-backarrowspan {
|
|
1628
1403
|
font-size: 16px;
|
|
1629
1404
|
padding: 5px 10px;
|
|
1630
1405
|
}
|
|
1631
|
-
|
|
1632
1406
|
.e-gantt.e-device .e-gantt-dialog {
|
|
1633
1407
|
max-height: none;
|
|
1634
1408
|
}
|
|
1635
|
-
|
|
1636
1409
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
|
|
1637
1410
|
float: left;
|
|
1638
1411
|
left: -4px;
|
|
1639
1412
|
}
|
|
1640
|
-
|
|
1641
1413
|
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
|
|
1642
1414
|
font-size: 16px;
|
|
1643
1415
|
}
|
|
1644
|
-
|
|
1645
1416
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
|
|
1646
1417
|
display: inline-block;
|
|
1647
1418
|
}
|
|
1648
|
-
|
|
1649
1419
|
.e-gantt.e-device .e-toolbar-item {
|
|
1650
1420
|
padding: 7px;
|
|
1651
1421
|
}
|
|
1652
|
-
|
|
1653
1422
|
.e-gantt.e-device .e-toolbar .e-icons {
|
|
1654
1423
|
font-size: 18px;
|
|
1655
1424
|
}
|
|
1656
|
-
|
|
1657
1425
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1658
1426
|
font-size: 12px;
|
|
1659
1427
|
}
|
|
1660
|
-
|
|
1661
1428
|
.e-gantt.e-device .e-right-resize-gripper,
|
|
1662
1429
|
.e-gantt.e-device .e-left-resize-gripper {
|
|
1663
1430
|
border: 7px solid;
|
|
1664
1431
|
z-index: -1;
|
|
1665
1432
|
}
|
|
1666
|
-
|
|
1667
1433
|
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1668
1434
|
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1669
1435
|
font-size: 14px;
|
|
1670
1436
|
margin-left: -7px;
|
|
1671
1437
|
}
|
|
1672
|
-
|
|
1673
1438
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1674
1439
|
height: 100%;
|
|
1675
1440
|
}
|
|
1676
|
-
|
|
1677
1441
|
.e-gantt.e-device .e-resource-div .e-content {
|
|
1678
1442
|
height: 100%;
|
|
1679
1443
|
}
|
|
1680
|
-
|
|
1681
1444
|
.e-gantt.e-device .e-richtexteditor {
|
|
1682
1445
|
height: 100%;
|
|
1683
1446
|
}
|
|
1684
|
-
|
|
1685
1447
|
.e-gantt.e-device .e-richtexteditor .e-rte-content {
|
|
1686
1448
|
height: 100%;
|
|
1687
1449
|
}
|
|
@@ -1691,63 +1453,50 @@
|
|
|
1691
1453
|
border-color: #dee2e6;
|
|
1692
1454
|
border-radius: 0px;
|
|
1693
1455
|
}
|
|
1694
|
-
|
|
1695
1456
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1696
1457
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1697
|
-
opacity: .95;
|
|
1458
|
+
opacity: 0.95;
|
|
1698
1459
|
overflow: visible;
|
|
1699
1460
|
}
|
|
1700
|
-
|
|
1701
1461
|
.e-gantt .e-cloneproperties {
|
|
1702
1462
|
background-color: #fff;
|
|
1703
1463
|
border-color: #ddd;
|
|
1704
1464
|
color: #212529;
|
|
1705
1465
|
}
|
|
1706
|
-
|
|
1707
1466
|
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
|
|
1708
1467
|
color: #212529;
|
|
1709
1468
|
}
|
|
1710
|
-
|
|
1711
1469
|
.e-gantt .e-cloneproperties.e-draganddrop table,
|
|
1712
1470
|
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
|
|
1713
1471
|
background-color: #fff;
|
|
1714
1472
|
height: 30px;
|
|
1715
1473
|
}
|
|
1716
|
-
|
|
1717
1474
|
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
|
|
1718
1475
|
border-top-left-radius: 0px;
|
|
1719
1476
|
border-top-right-radius: 0px;
|
|
1720
1477
|
}
|
|
1721
|
-
|
|
1722
1478
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1723
1479
|
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1724
1480
|
}
|
|
1725
|
-
|
|
1726
1481
|
.e-gantt .e-temp-content {
|
|
1727
1482
|
border-color: #dee2e6;
|
|
1728
1483
|
}
|
|
1729
|
-
|
|
1730
1484
|
.e-gantt .e-splitter-box {
|
|
1731
1485
|
border-color: #dee2e6;
|
|
1732
1486
|
}
|
|
1733
|
-
|
|
1734
1487
|
.e-gantt .e-gantt-temp-header {
|
|
1735
1488
|
border-color: #dee2e6;
|
|
1736
1489
|
}
|
|
1737
|
-
|
|
1738
1490
|
.e-gantt .e-gantt-chart-pane {
|
|
1739
1491
|
border-color: #dee2e6;
|
|
1740
1492
|
}
|
|
1741
|
-
|
|
1742
1493
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1743
1494
|
height: 45px !important;
|
|
1744
1495
|
}
|
|
1745
|
-
|
|
1746
1496
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1747
1497
|
background: rgba(0, 123, 255, 0.16);
|
|
1748
1498
|
opacity: 1;
|
|
1749
1499
|
}
|
|
1750
|
-
|
|
1751
1500
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1752
1501
|
background: #fff;
|
|
1753
1502
|
border-bottom-color: #dee2e6;
|
|
@@ -1756,470 +1505,368 @@
|
|
|
1756
1505
|
color: #212529;
|
|
1757
1506
|
height: 64px;
|
|
1758
1507
|
}
|
|
1759
|
-
|
|
1760
1508
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
1761
1509
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1762
1510
|
border-color: #dee2e6;
|
|
1763
1511
|
color: #212529;
|
|
1764
1512
|
}
|
|
1765
|
-
|
|
1766
1513
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1767
1514
|
height: 47px;
|
|
1768
1515
|
line-height: 47px;
|
|
1769
1516
|
}
|
|
1770
|
-
|
|
1771
1517
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1772
1518
|
height: 47px !important;
|
|
1773
1519
|
}
|
|
1774
|
-
|
|
1775
1520
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1776
1521
|
height: 32px;
|
|
1777
1522
|
}
|
|
1778
|
-
|
|
1779
1523
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
1780
1524
|
background-color: #fff;
|
|
1781
1525
|
border-color: #dee2e6;
|
|
1782
1526
|
}
|
|
1783
|
-
|
|
1784
1527
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
1785
1528
|
border-spacing: 0;
|
|
1786
1529
|
}
|
|
1787
|
-
|
|
1788
1530
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1789
1531
|
border-top-color: #dee2e6;
|
|
1790
1532
|
}
|
|
1791
|
-
|
|
1792
1533
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1793
|
-
color:
|
|
1534
|
+
color: rgb(0, 0, 0);
|
|
1794
1535
|
}
|
|
1795
|
-
|
|
1796
1536
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1797
1537
|
border-bottom-color: #dee2e6;
|
|
1798
1538
|
}
|
|
1799
|
-
|
|
1800
1539
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1801
1540
|
border-color: #e0e0e0;
|
|
1802
1541
|
}
|
|
1803
|
-
|
|
1804
1542
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1805
1543
|
outline-color: #66afe9;
|
|
1806
1544
|
}
|
|
1807
|
-
|
|
1808
1545
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1809
1546
|
background-color: #007bff;
|
|
1810
1547
|
border: 1px solid #0056b3;
|
|
1811
1548
|
border-radius: 4px;
|
|
1812
1549
|
}
|
|
1813
|
-
|
|
1814
1550
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
1815
1551
|
border: 1px solid #fff;
|
|
1816
1552
|
border-bottom: 0;
|
|
1817
1553
|
border-top: 0;
|
|
1818
1554
|
}
|
|
1819
|
-
|
|
1820
1555
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
|
|
1821
1556
|
width: 0px !important;
|
|
1822
1557
|
}
|
|
1823
|
-
|
|
1824
1558
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
|
|
1825
1559
|
background-color: #0056b3;
|
|
1826
1560
|
}
|
|
1827
|
-
|
|
1828
1561
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
|
|
1829
1562
|
display: none;
|
|
1830
1563
|
}
|
|
1831
|
-
|
|
1832
1564
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
|
|
1833
1565
|
display: none;
|
|
1834
1566
|
}
|
|
1835
|
-
|
|
1836
1567
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1837
1568
|
background-color: #6c757d;
|
|
1838
1569
|
border: 1px solid #495057;
|
|
1839
1570
|
border-radius: 4px;
|
|
1840
1571
|
}
|
|
1841
|
-
|
|
1842
1572
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1843
1573
|
background-color: #495057;
|
|
1844
1574
|
border: 0px;
|
|
1845
1575
|
border-radius: 4px;
|
|
1846
1576
|
}
|
|
1847
|
-
|
|
1848
1577
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1849
1578
|
background-color: #0056b3;
|
|
1850
1579
|
border: 0px;
|
|
1851
1580
|
border-radius: 4px;
|
|
1852
1581
|
}
|
|
1853
|
-
|
|
1854
1582
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1855
1583
|
background-color: #8553F1;
|
|
1856
1584
|
border: 1px solid #6628EE;
|
|
1857
1585
|
}
|
|
1858
|
-
|
|
1859
1586
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1860
1587
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #8553F1 30%, #8553F1 70%, #8553F1 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1861
1588
|
}
|
|
1862
|
-
|
|
1863
1589
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1864
1590
|
background-color: #6628EE;
|
|
1865
1591
|
border: 0px;
|
|
1866
1592
|
}
|
|
1867
|
-
|
|
1868
1593
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1869
1594
|
background: #e9ecef;
|
|
1870
1595
|
}
|
|
1871
|
-
|
|
1872
1596
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1873
1597
|
color: #212529;
|
|
1874
1598
|
font-size: 13px;
|
|
1875
1599
|
}
|
|
1876
|
-
|
|
1877
1600
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1878
1601
|
background: #f8f9fa;
|
|
1879
1602
|
}
|
|
1880
|
-
|
|
1881
1603
|
.e-gantt .e-gantt-chart .e-weekend-header-cell {
|
|
1882
1604
|
background: #f8f9fa;
|
|
1883
1605
|
}
|
|
1884
|
-
|
|
1885
1606
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1886
1607
|
border: 2px solid #FC7A05;
|
|
1887
1608
|
width: 5px;
|
|
1888
1609
|
z-index: 6;
|
|
1889
1610
|
}
|
|
1890
|
-
|
|
1891
1611
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1892
1612
|
border-left-color: #007bff;
|
|
1893
1613
|
}
|
|
1894
|
-
|
|
1895
1614
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1896
1615
|
background-color: #ffc107;
|
|
1897
1616
|
color: #000;
|
|
1898
1617
|
font-size: 14px;
|
|
1899
1618
|
}
|
|
1900
|
-
|
|
1901
1619
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1902
1620
|
border-right-color: #ffc107;
|
|
1903
1621
|
}
|
|
1904
|
-
|
|
1905
1622
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1906
1623
|
background: linear-gradient(to right, rgba(0, 123, 255, 0.2), #007bff 30%, #007bff 70%, #007bff 70%, rgba(0, 123, 255, 0.2) 100%);
|
|
1907
1624
|
background-color: rgba(0, 123, 255, 0.2);
|
|
1908
1625
|
border: 0px;
|
|
1909
1626
|
border-radius: 4px;
|
|
1910
1627
|
}
|
|
1911
|
-
|
|
1912
1628
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
|
|
1913
1629
|
border-bottom-color: #495057;
|
|
1914
1630
|
}
|
|
1915
|
-
|
|
1916
1631
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
|
|
1917
1632
|
border-top-color: #495057;
|
|
1918
1633
|
}
|
|
1919
|
-
|
|
1920
1634
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1921
1635
|
background: #222;
|
|
1922
1636
|
}
|
|
1923
|
-
|
|
1924
1637
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1925
1638
|
border-bottom-color: #222;
|
|
1926
1639
|
}
|
|
1927
|
-
|
|
1928
1640
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
1929
1641
|
display: block;
|
|
1930
1642
|
z-index: 5;
|
|
1931
1643
|
}
|
|
1932
|
-
|
|
1933
1644
|
.e-gantt .e-gantt-chart .e-line {
|
|
1934
1645
|
border-color: #0056b3;
|
|
1935
1646
|
}
|
|
1936
|
-
|
|
1937
1647
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1938
1648
|
border-left-color: #0056b3;
|
|
1939
1649
|
}
|
|
1940
|
-
|
|
1941
1650
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1942
1651
|
border-right-color: #0056b3;
|
|
1943
1652
|
}
|
|
1944
|
-
|
|
1945
1653
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
|
|
1946
1654
|
border-left-color: #0056b3;
|
|
1947
1655
|
}
|
|
1948
|
-
|
|
1949
1656
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
|
|
1950
1657
|
border-right-color: #0056b3;
|
|
1951
1658
|
}
|
|
1952
|
-
|
|
1953
1659
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1954
1660
|
border-color: #0056b3;
|
|
1955
1661
|
outline-color: #0056b3;
|
|
1956
1662
|
}
|
|
1957
|
-
|
|
1958
1663
|
.e-gantt .e-gantt-chart .e-gantt-false-line {
|
|
1959
1664
|
border-top-color: #0056b3;
|
|
1960
1665
|
}
|
|
1961
|
-
|
|
1962
1666
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1963
1667
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1964
1668
|
background-color: #333;
|
|
1965
1669
|
border-color: #fff;
|
|
1966
1670
|
}
|
|
1967
|
-
|
|
1968
1671
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
1969
1672
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
1970
1673
|
background-color: white;
|
|
1971
1674
|
border-color: #0056b3;
|
|
1972
1675
|
}
|
|
1973
|
-
|
|
1974
1676
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
1975
1677
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
1976
1678
|
color: #212529;
|
|
1977
1679
|
font-size: 13px;
|
|
1978
1680
|
}
|
|
1979
|
-
|
|
1980
1681
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1981
1682
|
color: #212529;
|
|
1982
1683
|
font-size: 14px;
|
|
1983
1684
|
padding-right: 25px;
|
|
1984
1685
|
}
|
|
1985
|
-
|
|
1986
1686
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1987
1687
|
color: #212529;
|
|
1988
1688
|
font-size: 14px;
|
|
1989
1689
|
margin-left: 25px;
|
|
1990
1690
|
}
|
|
1991
|
-
|
|
1992
1691
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1993
1692
|
margin-left: 25px;
|
|
1994
1693
|
}
|
|
1995
|
-
|
|
1996
1694
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1997
1695
|
padding-right: 25px;
|
|
1998
1696
|
}
|
|
1999
|
-
|
|
2000
1697
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
2001
1698
|
margin-left: 2px;
|
|
2002
1699
|
}
|
|
2003
|
-
|
|
2004
1700
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
2005
1701
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
2006
1702
|
height: 8px;
|
|
2007
1703
|
width: 12px;
|
|
2008
1704
|
}
|
|
2009
|
-
|
|
2010
1705
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
2011
1706
|
left: -12px;
|
|
2012
1707
|
}
|
|
2013
|
-
|
|
2014
1708
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
|
|
2015
1709
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
2016
1710
|
border-right: transparent;
|
|
2017
1711
|
border-width: 3px;
|
|
2018
1712
|
}
|
|
2019
|
-
|
|
2020
1713
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
2021
1714
|
border-bottom-left-radius: 0px;
|
|
2022
1715
|
border-bottom-right-radius: 2px;
|
|
2023
1716
|
border-top-left-radius: 0px;
|
|
2024
1717
|
border-top-right-radius: 2px;
|
|
2025
1718
|
}
|
|
2026
|
-
|
|
2027
1719
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
2028
1720
|
border-bottom-left-radius: 2px;
|
|
2029
1721
|
border-top-left-radius: 2px;
|
|
2030
1722
|
}
|
|
2031
|
-
|
|
2032
1723
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
2033
1724
|
color: #fff;
|
|
2034
1725
|
font-size: 12px;
|
|
2035
1726
|
}
|
|
2036
|
-
|
|
2037
1727
|
.e-gantt .e-gantt-chart .e-icon {
|
|
2038
1728
|
color: #fff;
|
|
2039
1729
|
}
|
|
2040
|
-
|
|
2041
1730
|
.e-gantt .e-gantt-chart .e-milestone-top {
|
|
2042
1731
|
border-bottom-color: #495057;
|
|
2043
1732
|
}
|
|
2044
|
-
|
|
2045
1733
|
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
2046
1734
|
border-top-color: #495057;
|
|
2047
1735
|
}
|
|
2048
|
-
|
|
2049
1736
|
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
2050
1737
|
border-bottom-color: #495057;
|
|
2051
1738
|
}
|
|
2052
|
-
|
|
2053
1739
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
2054
1740
|
border-top-color: #495057;
|
|
2055
1741
|
}
|
|
2056
|
-
|
|
2057
1742
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
2058
1743
|
border-bottom-color: #989A9C;
|
|
2059
1744
|
}
|
|
2060
|
-
|
|
2061
1745
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
2062
1746
|
border-top-color: #989A9C;
|
|
2063
1747
|
}
|
|
2064
|
-
|
|
2065
1748
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
2066
1749
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
2067
1750
|
}
|
|
2068
|
-
|
|
2069
1751
|
.e-gantt .e-gantt-chart .e-label {
|
|
2070
1752
|
color: #212529;
|
|
2071
1753
|
font-size: 14px;
|
|
2072
1754
|
}
|
|
2073
|
-
|
|
2074
1755
|
.e-gantt .e-gantt-chart .e-active {
|
|
2075
1756
|
background: rgba(0, 123, 255, 0.16);
|
|
2076
1757
|
color: #333;
|
|
2077
1758
|
opacity: 1;
|
|
2078
1759
|
}
|
|
2079
|
-
|
|
2080
1760
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
2081
1761
|
color: #333;
|
|
2082
1762
|
}
|
|
2083
|
-
|
|
2084
1763
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
2085
1764
|
background-color: #ffc107;
|
|
2086
1765
|
}
|
|
2087
|
-
|
|
2088
1766
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
2089
1767
|
border-bottom-color: #ffc107;
|
|
2090
1768
|
}
|
|
2091
|
-
|
|
2092
1769
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
2093
1770
|
border-top-color: #ffc107;
|
|
2094
1771
|
}
|
|
2095
|
-
|
|
2096
1772
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
2097
1773
|
border-bottom-color: #e0e0e0;
|
|
2098
1774
|
}
|
|
2099
|
-
|
|
2100
1775
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
2101
1776
|
border-top-color: #fff;
|
|
2102
1777
|
}
|
|
2103
|
-
|
|
2104
1778
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
2105
1779
|
border-top-color: #e0e0e0;
|
|
2106
1780
|
}
|
|
2107
|
-
|
|
2108
1781
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
2109
1782
|
background-color: #fff;
|
|
2110
1783
|
border-color: #e0e0e0;
|
|
2111
1784
|
}
|
|
2112
|
-
|
|
2113
1785
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
2114
1786
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
2115
1787
|
border-color: #000;
|
|
2116
1788
|
}
|
|
2117
|
-
|
|
2118
1789
|
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
2119
1790
|
border-radius: 4px;
|
|
2120
1791
|
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
2121
1792
|
}
|
|
2122
|
-
|
|
2123
1793
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
2124
1794
|
background: #1a1a1a;
|
|
2125
1795
|
border: #1a1a1a;
|
|
2126
1796
|
}
|
|
2127
|
-
|
|
2128
1797
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
2129
1798
|
background-color: transparent;
|
|
2130
1799
|
border: transparent;
|
|
2131
1800
|
}
|
|
2132
|
-
|
|
2133
1801
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
2134
1802
|
color: transparent;
|
|
2135
1803
|
}
|
|
2136
|
-
|
|
2137
1804
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
2138
1805
|
color: transparent !important;
|
|
2139
1806
|
}
|
|
2140
|
-
|
|
2141
1807
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
2142
1808
|
border-color: #8A8A8A !important;
|
|
2143
1809
|
}
|
|
2144
|
-
|
|
2145
1810
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
2146
1811
|
border-left-color: #8A8A8A !important;
|
|
2147
1812
|
}
|
|
2148
|
-
|
|
2149
1813
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
2150
1814
|
border-right-color: #8A8A8A !important;
|
|
2151
1815
|
}
|
|
2152
|
-
|
|
2153
1816
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
2154
1817
|
background: #D5D5D5 !important;
|
|
2155
1818
|
border: #D5D5D5 !important;
|
|
2156
1819
|
}
|
|
2157
|
-
|
|
2158
1820
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
2159
1821
|
background-color: transparent !important;
|
|
2160
1822
|
border: transparent !important;
|
|
2161
1823
|
}
|
|
2162
|
-
|
|
2163
1824
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
2164
1825
|
border-bottom-color: #D5D5D5 !important;
|
|
2165
1826
|
}
|
|
2166
|
-
|
|
2167
1827
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
2168
1828
|
border-top-color: #D5D5D5 !important;
|
|
2169
1829
|
}
|
|
2170
|
-
|
|
2171
1830
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
2172
1831
|
background-color: #8A8A8A !important;
|
|
2173
1832
|
border: #8A8A8A !important;
|
|
2174
1833
|
}
|
|
2175
|
-
|
|
2176
1834
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
2177
1835
|
background-color: transparent !important;
|
|
2178
1836
|
border: transparent !important;
|
|
2179
1837
|
}
|
|
2180
|
-
|
|
2181
1838
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
2182
1839
|
background: #0056b3 !important;
|
|
2183
1840
|
border: #0056b3 !important;
|
|
2184
1841
|
}
|
|
2185
|
-
|
|
2186
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
2187
1843
|
border-bottom-color: #0056b3 !important;
|
|
2188
1844
|
}
|
|
2189
|
-
|
|
2190
1845
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
2191
1846
|
border-top-color: #0056b3 !important;
|
|
2192
1847
|
}
|
|
2193
|
-
|
|
2194
1848
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
2195
1849
|
background: #66b0ff !important;
|
|
2196
1850
|
border: #66b0ff !important;
|
|
2197
1851
|
}
|
|
2198
|
-
|
|
2199
1852
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
2200
1853
|
border-bottom-color: #66b0ff !important;
|
|
2201
1854
|
}
|
|
2202
|
-
|
|
2203
1855
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
2204
1856
|
border-top-color: #66b0ff !important;
|
|
2205
1857
|
}
|
|
2206
|
-
|
|
2207
1858
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
2208
1859
|
border-color: #0056b3 !important;
|
|
2209
1860
|
}
|
|
2210
|
-
|
|
2211
1861
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
2212
1862
|
border-left-color: #0056b3 !important;
|
|
2213
1863
|
}
|
|
2214
|
-
|
|
2215
1864
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
2216
1865
|
border-right-color: #0056b3 !important;
|
|
2217
1866
|
}
|
|
2218
|
-
|
|
2219
1867
|
.e-gantt .e-icons {
|
|
2220
1868
|
color: rgba(0, 0, 0, 0.87);
|
|
2221
1869
|
}
|
|
2222
|
-
|
|
2223
1870
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
2224
1871
|
color: #212529 !important;
|
|
2225
1872
|
}
|
|
@@ -2227,47 +1874,36 @@
|
|
|
2227
1874
|
.e-gantt-dialog .e-dlg-header {
|
|
2228
1875
|
color: #fff;
|
|
2229
1876
|
}
|
|
2230
|
-
|
|
2231
1877
|
.e-gantt-dialog .e-dlg-header-content {
|
|
2232
1878
|
background: #007bff;
|
|
2233
1879
|
}
|
|
2234
|
-
|
|
2235
1880
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
2236
1881
|
color: rgba(255, 255, 255, 0.75);
|
|
2237
1882
|
}
|
|
2238
|
-
|
|
2239
1883
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
2240
1884
|
background-color: transparent;
|
|
2241
1885
|
}
|
|
2242
|
-
|
|
2243
1886
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
2244
1887
|
color: white;
|
|
2245
1888
|
}
|
|
2246
|
-
|
|
2247
1889
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
2248
1890
|
background: #007bff;
|
|
2249
1891
|
}
|
|
2250
|
-
|
|
2251
1892
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
2252
1893
|
background: transparent;
|
|
2253
1894
|
}
|
|
2254
|
-
|
|
2255
1895
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2256
1896
|
background-color: #fff;
|
|
2257
1897
|
}
|
|
2258
|
-
|
|
2259
1898
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
2260
1899
|
color: #495057;
|
|
2261
1900
|
}
|
|
2262
|
-
|
|
2263
1901
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2264
1902
|
border-color: transparent;
|
|
2265
1903
|
}
|
|
2266
|
-
|
|
2267
1904
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2268
1905
|
color: #fff;
|
|
2269
1906
|
}
|
|
2270
|
-
|
|
2271
1907
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
2272
1908
|
background: transparent;
|
|
2273
1909
|
border-bottom: 0px;
|
|
@@ -2275,7 +1911,6 @@
|
|
|
2275
1911
|
border-bottom-right-radius: 0px;
|
|
2276
1912
|
border-color: #dee2e6;
|
|
2277
1913
|
}
|
|
2278
|
-
|
|
2279
1914
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
2280
1915
|
color: #fff;
|
|
2281
1916
|
}
|
|
@@ -2285,7 +1920,6 @@
|
|
|
2285
1920
|
border-color: #9e9e9e;
|
|
2286
1921
|
color: #eee;
|
|
2287
1922
|
}
|
|
2288
|
-
|
|
2289
1923
|
.e-gantt.e-device .e-backarrowspan {
|
|
2290
1924
|
color: #000;
|
|
2291
|
-
}
|
|
1925
|
+
}
|