#35314 closed enhancement (fixed)
Background color should be applied to the body element instead of html
Reported by: | michaelarestad | Owned by: | michaelarestad |
---|---|---|---|
Milestone: | 4.6 | Priority: | lowest |
Severity: | trivial | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
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.
In 37321: