#210 closed defect (fixed)
Some tables are unreadable due to white text on white background
| Reported by: | anonymous | Owned by: | Wilson Miner |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | |
| Severity: | normal | Keywords: | css |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
At least for me :).
The body { color: white; } CSS declaration gets inherited by unclassed table cells and makes text unreadable in certain cases (eg, the argument list tables). table { color: #000;} fixes it.
Change History (2)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Added this rule to fix.
#content-main table { color:#000; }