@syncfusion/ej2-react-gantt 23.2.7 → 24.1.43

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