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
This commit is contained in:
Andrew Ozz 2015-01-02 17:20:06 +00:00
parent 60a216d587
commit bc108a94ce

View File

@ -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 );