0 Votes

Changes for page Global Dashboard

Last modified by Ryan C on 2025/09/10 18:12

From version 24.1
edited by Ryan C
on 2025/05/15 01:01
Change comment: There is no comment for this version
To version 22.1
edited by Ryan C
on 2025/05/15 00:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,13 @@
1 1  {{html clean="false"}}
2 2  <style>
3 3  .dashboard-column {
4 - background-color: #002a4d !important;
5 - border: 1px solid #004b80;
6 - color: #f0f0f0;
4 + flex: 1;
5 + min-width: 250px;
6 + background-color: #002a4d; /* <- updated to match top panel */
7 + padding: 1em;
8 + border: 1px solid #333;
9 + border-radius: 10px;
7 7  }
8 -</style>
9 9  .cat-race a { color: #00ffff !important; }
10 10  .cat-history a { color: #ffcc66 !important; }
11 11  .cat-discrimination a { color: #ff6666 !important; }