Feature #41500
closedSwap odd and even table row background colors
0%
Description
Currently, odd-numbered rows in tables such as issues list and spent time list have a grey background, and even-numbered rows have a white background. This can result in a darker appearance when the table has a few rows, as the gray rows become more prominent. Additionally, the gray first row immediately follows the dark gray header, creating a visually heavy transition.
The attached patch swaps the background colors of even and odd table rows.
When a table has a few rows, it results in a darker appearance:
After swapping odd and even table row background colors:
When a table does not have a header, the first row looks like a header:
After swapping odd and even table row background colors:
Files
Related issues
Updated by Go MAEDA about 1 month ago
- Target version changed from Candidate for next major release to 6.0.0
Setting the target version to 6.0.0.
Updated by Go MAEDA about 1 month ago
- Blocked by Patch #41509: Replace "even" and "odd" CSS classes with "this-month" and "other-month" for calendar days added
Updated by Go MAEDA about 1 month ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r23152.