|
15 | 15 | display: flex; |
16 | 16 | gap: 20px; |
17 | 17 | margin-bottom: 20px; |
| 18 | + color: #ffffff !important; |
| 19 | + } |
| 20 | + |
| 21 | + .input-group label, |
| 22 | + .input-group div { |
| 23 | + color: #ffffff !important; |
18 | 24 | } |
19 | 25 |
|
20 | 26 | .input-group input { |
21 | 27 | width: 60px; |
22 | 28 | margin-left: 10px; |
23 | 29 | background-color: var(--bg-input); |
24 | 30 | border: 1px solid var(--border-secondary); |
25 | | - color: var(--color-text-primary); |
| 31 | + color: #ffffff !important; |
26 | 32 | padding: 4px; |
27 | 33 | } |
28 | 34 |
|
|
32 | 38 | border-radius: 8px; |
33 | 39 | min-width: 800px; |
34 | 40 | max-width: 1024px; |
35 | | - color: var(--color-text-primary); |
| 41 | + color: #ffffff !important; |
| 42 | + } |
| 43 | + |
| 44 | + .modal-content *, |
| 45 | + .modal-content h2, |
| 46 | + .modal-content h3, |
| 47 | + .modal-content label, |
| 48 | + .modal-content pre, |
| 49 | + .modal-content div { |
| 50 | + color: #ffffff !important; |
36 | 51 | } |
37 | 52 |
|
38 | 53 | .headers-section { |
39 | 54 | display: flex; |
40 | 55 | flex-direction: column; |
41 | 56 | gap: 10px; |
42 | 57 | margin-bottom: 20px; |
| 58 | + color: #ffffff !important; |
43 | 59 | } |
44 | 60 |
|
45 | 61 | .header-group { |
|
51 | 67 | .header-group select { |
52 | 68 | background-color: var(--bg-input); |
53 | 69 | border: 1px solid var(--border-secondary); |
54 | | - color: var(--color-text-primary); |
| 70 | + color: #ffffff !important; |
55 | 71 | padding: 4px; |
56 | 72 | } |
57 | 73 |
|
|
60 | 76 | padding: 10px; |
61 | 77 | border-radius: 4px; |
62 | 78 | margin-bottom: 20px; |
| 79 | + color: #ffffff !important; |
| 80 | + } |
| 81 | + |
| 82 | + .preview * { |
| 83 | + color: #ffffff !important; |
63 | 84 | } |
64 | 85 |
|
65 | 86 | .button-group { |
|
73 | 94 | border: none; |
74 | 95 | border-radius: 4px; |
75 | 96 | cursor: pointer; |
| 97 | + background-color: var(--btn-primary); |
| 98 | + color: #ffffff !important; |
76 | 99 | } |
77 | 100 |
|
78 | 101 | .button-group button:first-child { |
79 | 102 | background-color: var(--btn-primary); |
80 | | - color: var(--color-text-primary); |
| 103 | + color: #ffffff !important; |
| 104 | + } |
| 105 | + |
| 106 | + .modal-content button { |
| 107 | + color: #ffffff !important; |
| 108 | + background-color: var(--btn-primary); |
81 | 109 | } |
82 | 110 |
|
83 | 111 | .project-title { |
|
112 | 140 | max-width: 200px; |
113 | 141 | background-color: var(--bg-input); |
114 | 142 | border: 1px solid var(--border-secondary); |
115 | | - color: var(--color-text-primary); |
| 143 | + color: #ffffff !important; |
116 | 144 | padding: 8px; |
117 | 145 | border-radius: 4px; |
118 | 146 | } |
|
121 | 149 | flex: 0 0 130px; |
122 | 150 | background-color: var(--bg-input); |
123 | 151 | border: 1px solid var(--border-secondary); |
124 | | - color: var(--color-text-primary); |
| 152 | + color: #ffffff !important; |
125 | 153 | padding: 8px; |
126 | 154 | border-radius: 4px; |
127 | 155 | } |
|
130 | 158 | flex: 0 0 80px; |
131 | 159 | background-color: var(--bg-input); |
132 | 160 | border: 1px solid var(--border-secondary); |
133 | | - color: var(--color-text-primary); |
| 161 | + color: #ffffff !important; |
134 | 162 | padding: 8px; |
135 | 163 | border-radius: 4px; |
136 | 164 | } |
|
141 | 169 | max-width: 180px; |
142 | 170 | background-color: var(--bg-input); |
143 | 171 | border: 1px solid var(--border-secondary); |
144 | | - color: var(--color-text-primary); |
| 172 | + color: #ffffff !important; |
145 | 173 | padding: 8px; |
146 | 174 | border-radius: 4px; |
147 | 175 | } |
|
153 | 181 | .task-title{ |
154 | 182 | width: 100%; |
155 | 183 | margin-left: -55px; |
| 184 | + color: #ffffff !important; |
156 | 185 | } |
157 | 186 |
|
158 | 187 | .task-date{ |
159 | 188 | width: 100%; |
160 | 189 | margin-left: -1px; |
| 190 | + color: #ffffff !important; |
161 | 191 | } |
162 | 192 |
|
163 | 193 | .task-select{ |
164 | 194 | width: 100%; |
165 | 195 | margin-left: -30px; |
| 196 | + color: #ffffff !important; |
166 | 197 | } |
167 | 198 |
|
168 | 199 | .task-duration { |
169 | 200 | width: 100%; |
170 | 201 | margin-left: -20px; |
| 202 | + color: #ffffff !important; |
171 | 203 | } |
172 | 204 |
|
173 | 205 | .task-dep { |
174 | 206 | width: 80%; |
175 | 207 | margin-left: -50px; |
| 208 | + color: #ffffff !important; |
176 | 209 | } |
177 | 210 |
|
178 | 211 | .time-headers-section { |
|
192 | 225 | max-width: 1024px; |
193 | 226 | max-height: 80vh; |
194 | 227 | overflow-y: auto; |
195 | | - color: var(--color-text-primary); |
| 228 | + color: #ffffff !important; |
| 229 | +} |
| 230 | + |
| 231 | +.time-modal-content *, |
| 232 | +.time-modal-content h2, |
| 233 | +.time-modal-content h3, |
| 234 | +.time-modal-content label, |
| 235 | +.time-modal-content div { |
| 236 | + color: #ffffff !important; |
196 | 237 | } |
197 | 238 |
|
198 | 239 | .time-task-duration { |
|
260 | 301 | z-index: 10; |
261 | 302 | } |
262 | 303 |
|
| 304 | +.time-generator-buttons button { |
| 305 | + color: #ffffff !important; |
| 306 | + background-color: var(--btn-primary); |
| 307 | +} |
| 308 | + |
263 | 309 | .time-input-container { |
264 | 310 | display: flex; |
265 | 311 | justify-content: space-between; |
|
306 | 352 | border: none; |
307 | 353 | border-radius: 4px; |
308 | 354 | cursor: pointer; |
| 355 | + color: #ffffff !important; |
| 356 | + background-color: var(--btn-primary); |
309 | 357 | } |
310 | 358 |
|
311 | 359 | .time-input { |
|
314 | 362 | padding: 0.5rem; |
315 | 363 | border: 1px solid #ddd; |
316 | 364 | border-radius: 4px; |
| 365 | + background-color: var(--bg-input); |
| 366 | + color: #ffffff !important; |
317 | 367 | } |
318 | 368 |
|
319 | 369 | .time-input-section { |
|
322 | 372 | padding: 0.5rem; |
323 | 373 | border: 1px solid #ddd; |
324 | 374 | border-radius: 4px; |
325 | | - background-color: #c4c2c2; |
| 375 | + background-color: var(--bg-input); |
| 376 | + color: #ffffff !important; |
326 | 377 | } |
327 | 378 |
|
328 | 379 | .time-input-timeline { |
|
331 | 382 | padding: 0.5rem; |
332 | 383 | border: 1px solid #ddd; |
333 | 384 | border-radius: 4px; |
| 385 | + background-color: var(--bg-input); |
| 386 | + color: #ffffff !important; |
334 | 387 | } |
335 | 388 |
|
336 | 389 |
|
|
342 | 395 | border-radius: 4px; |
343 | 396 | resize: none; |
344 | 397 | font-family: inherit; |
| 398 | + background-color: var(--bg-input); |
| 399 | + color: #ffffff !important; |
345 | 400 | } |
346 | 401 |
|
347 | 402 | .time-input-stack { |
|
358 | 413 | border-radius: 4px; |
359 | 414 | cursor: pointer; |
360 | 415 | width: 60%; |
| 416 | + color: #ffffff !important; |
| 417 | + background-color: var(--btn-primary); |
361 | 418 | } |
362 | 419 |
|
363 | 420 | .time-event-row { |
|
0 commit comments