Opened 9 years ago
Closed 8 years ago
#38004 closed defect (bug) (fixed)
Light scheme background color mismatch
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
The admin body
color is #f1f1f1
, as declared in common.css
In css/colors/_variables.scss
, $body-background
matches this value by default.
Of the 8 admin color schemes, only Light attempts to change this value (to #f5f5f5
).
However, css/colors/_admin.scss
, that color is applied to the background of html
, not body
.
This means that if you're using Light, there is a very subtle background change on any screen that requires scrolling.
Attachments (1)
Change History (5)
#2
@
9 years ago
- Focuses ui added
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 4.7
Note: See
TracTickets for help on using
tickets.
Easier to see in the settings pages, see below: