#1144 closed defect (fixed)
[patch] admin page assumes black default font color
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The grey from buttons are shown here with white fontcolor which is impossible to read on light grey button colors. This is because I use white font on dark background theme.
If a background color is set, a font color sould also be set, assuming a default value is always wrong :)
Attachments (2)
Change History (6)
by , 20 years ago
| Attachment: | django_admin_css_fix.diff added |
|---|
comment:2 by , 20 years ago
| milestone: | → Version 1.0 |
|---|---|
| Summary: | admin page assumes black default font color → [patch] admin page assumes black default font color |
| Version: | → SVN |
comment:3 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fix