#1200 closed defect (fixed)
admin page assumes white default background color
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Similar to ticket #1144, the admin page assumes background color is white, which is not the case in all browsers on all platforms. The CSS specification for body in /media/css/global.css should include "background: #FFF;"
Change History (2)
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 18 years ago
Has patch: | set |
---|---|
Needs tests: | set |
Patch needs improvement: | set |
Note:
See TracTickets
for help on using tickets.
(In [1962]) Fixed #1200 -- Admin no longer assumes white default background color. Thanks, boxed at killingar.net