From bc108a94cecabdeb9fe4fa81291a072f54555112 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 2 Jan 2015 17:20:06 +0000 Subject: [PATCH] Fix the background color in the auth. check modal. Props melchoyce, fixes #30278. git-svn-id: https://develop.svn.wordpress.org/trunk@31022 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/wp-auth-check.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/css/wp-auth-check.css b/src/wp-includes/css/wp-auth-check.css index cd42ed9882..45025dbf81 100644 --- a/src/wp-includes/css/wp-auth-check.css +++ b/src/wp-includes/css/wp-auth-check.css @@ -28,7 +28,7 @@ width: 380px; margin: 0 0 0 -190px; padding: 30px 0 0; - background-color: #eee; + background-color: #f1f1f1; z-index: 1000011; /* needs to appear above #wp-auth-check-bg */ -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );