Actions
Feature #41500
closedSwap odd and even table row background colors
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
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
Actions