#35314 closed enhancement (fixed)
Background color should be applied to the body element instead of html
| Reported by: | michaelarestad | Owned by: | michaelarestad |
|---|---|---|---|
| Priority: | lowest | Milestone: | 4.6 |
| Component: | Administration | Version: | |
| Severity: | trivial | Keywords: | has-patch |
| Cc: | Focuses: | ui, administration |
Description
Currently, the background colour for the admin is applied to html rather than body. This is not ideal. When applied to body, html inherits the colour. I know it sounds backwards, but that's how it works.
If a plugin attempts to add a background colour to body, there will be occasions when both the html background colour and the body background colour are visible at the same time.
I think simply using body is more flexible. I have included a patch.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 37321: