Skip to content

Commit 8841bf1

Browse files
committed
Login and Registration: Add white background to register screen notices.
This changeset backports the changes made to common notices to `login.css`. Props juanfra, huzaifaalmesbah, shailu25, joedolson. Fixes #64715. git-svn-id: https://develop.svn.wordpress.org/trunk@61731 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6727d18 commit 8841bf1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-admin/css/login.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ p {
6666
background-color: #eff9f1;
6767
}
6868

69+
.login .notice {
70+
background-color: #fff;
71+
}
72+
6973
/* Match border color from common.css */
7074
.login .notice-error {
7175
border-left-color: #cc1818;

0 commit comments

Comments
 (0)