Opened 12 years ago
Closed 12 years ago
#27920 closed defect (bug) (fixed)
Default update notification color overrides admin color schemes
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.9.1 | Priority: | normal |
| Severity: | normal | Version: | 3.9 |
| Component: | Administration | Keywords: | has-patch fixed-major commit |
| Focuses: | ui | Cc: |
Description
The update notification bubbles in the admin menu display the default orange background color with every admin color scheme in 3.9.
The issue is that the selector for the default styles is #adminmenu span.update-plugins, while the color schemes use #adminmenu .update-plugins. While neither selector changed in 3.9, the styles did some. This is most likely a bug from the colors.css merge.
Best solution is probably to drop the span from the default styles, although that could cause breakage somewhere I'm missing. Alternatively, adding the span to the color schemes also resolves the issue, although that means regenerating all of the color schemes in what should probably be in a point release.
Attachments (2)
Change History (10)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 3.9.1
- Owner set to helen
- Status changed from new to assigned
Looks good, Nick.