#64715 closed defect (bug) (fixed)
[Admin reskin] Register page notice missing white background
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0 | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Login and Registration | Keywords: | has-patch |
| Focuses: | ui | Cc: |
Description
After the admin reskin, notices on the register page don't have a white background color. The background color (#fff) is defined in common.css, but the register page only loads login.css, so the styling isn't applied.
Steps to reproduce
- Check that anyone can register on your site (Settings > General)
- Go to
yoursite.tld/wp-login.php?action=register - Check the "Register for this site" notice and see that's missing the white background.
Attachments (1)
Change History (16)
This ticket was mentioned in PR #11027 on WordPress/wordpress-develop by @juanfra.
3 months ago
#1
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/64715
Adding background color to the .notice in the login.css file, as the notices there don't match the reskin (complete styles live in common.css).
| Before | After |
|---|---|
#3
@
3 months ago
@shailu25 commented on PR #11027:
3 months ago
#4
#5
@
3 months ago
- Owner set to audrasjb
- Status changed from new to reviewing
Thanks for the PR.
Self assigning for final review and commit consideration.
@shailu25 commented on PR #11027:
3 months ago
#6
#7
@
3 months ago
I think this is really a duplicate of #64678; the issue is that all notices of this type have a transparent background, and it should be handled globally.
@shailu25 commented on PR #11027:
3 months ago
#8
#9
@
3 months ago
Thanks for looking at this.
I think this is really a duplicate of #64678; the issue is that all notices of this type have a transparent background, and it should be handled globally.
Sorry I missed that ticket! Discovered this while updating the logo for the login page.
Fair point that this should be handled globally. One thing to keep in mind though, the login/register screens don't load common.css where notices are defined, so login.css would still need updating regardless of where we fix this.
Would it make sense to handle the login-specific part here since we've already got the context, or would you prefer to coordinate it with the other ticket?
#10
@
3 months ago
Given that the commit has to happen in a different context, we can go ahead and keep them separate; I think that's reasonable.




Register notice missing background color.