|
| 1 | +/* Chart labels stay dark in dark mode for readability against light label chips */ |
1 | 2 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer .recharts-wrapper text, |
2 | 3 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer .recharts-wrapper tspan { |
3 | 4 | fill: #000 !important; |
4 | 5 | color: #000 !important; |
5 | 6 | text-shadow: 1px 1px 3px rgba(0,0,0,0.25), 0 0 2px #fff; |
6 | 7 | } |
7 | | -/* Chart title stays white, but chart numbers/labels inside the donut graph are black for better contrast */ |
8 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer .recharts-wrapper text, |
9 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer .recharts-wrapper tspan { |
10 | | - fill: #000 !important; |
11 | | - color: #000 !important; |
12 | | -} |
13 | 8 | /* Chart and graph titles/text should be white in dark mode for visibility */ |
14 | 9 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer h3, |
15 | 10 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer p, |
|
73 | 68 | box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4) !important; |
74 | 69 | } |
75 | 70 |
|
76 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .componentBorder { |
77 | | - background-color: #1c2541 !important; |
78 | | - border: none !important; |
79 | | -} |
80 | | - |
81 | 71 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentContainer { |
82 | 72 | background-color: #1c2541 !important; |
83 | 73 | border: none !important; |
|
279 | 269 | } |
280 | 270 |
|
281 | 271 | /* Dark mode dropdown consistency */ |
282 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .reportHeaderActions :global(.dropdown-toggle) { |
283 | | - background-color: #6f42c1 !important; |
284 | | - border-color: #6f42c1 !important; |
285 | | -} |
286 | | - |
287 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .reportHeaderActions :global(.dropdown-menu) { |
288 | | - background-color: #1c2541 !important; |
289 | | - border-color: #6f42c1 !important; |
290 | | -} |
291 | | - |
292 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .reportHeaderActions :global(.dropdown-item) { |
293 | | - background-color: #1c2541 !important; |
294 | | - color: #fff !important; |
295 | | -} |
296 | | - |
297 | | -.containerTotalOrgWrapper:global(.bg-oxford-blue) .reportHeaderActions :global(.dropdown-item):hover { |
298 | | - background-color: #6f42c1 !important; |
299 | | -} |
300 | | - |
301 | 272 | /* Component containers - Clean borderless design */ |
302 | 273 | .componentContainer { |
303 | 274 | margin: 15px 0; |
|
315 | 286 | background-color: #fff; |
316 | 287 | overflow: hidden; |
317 | 288 | } |
| 289 | + |
| 290 | +.componentBorderLoose { |
| 291 | + overflow: visible; |
| 292 | +} |
318 | 293 | .containerTotalOrgWrapper:global(.bg-oxford-blue) .componentBorder { |
319 | 294 | background-color: #1c2541 !important; |
320 | 295 | border: 1.5px solid #2f4157 !important; |
|
0 commit comments