Notices: Update one more instance of white-on-white.

Because the media modal can be used on the front-end, the CSS needs to be added here rather than using the notice classes.

props paulwilde.
fixes #32244.


git-svn-id: https://develop.svn.wordpress.org/trunk@34990 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-10-09 17:46:24 +00:00
parent dc2b7c634d
commit bb31c1ada8

View File

@ -1209,11 +1209,17 @@
padding: 12px;
margin-bottom: 12px;
background: #fff;
border-left: 4px solid #dd3d36;
border-left: 4px solid #dc3232;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.uploader-inline .upload-errors .upload-error {
background-color: #fbeaea;
-webkit-box-shadow: none;
box-shadow: none;
}
.upload-errors .upload-error-filename {
font-weight: bold;
}