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