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.

Built from https://develop.svn.wordpress.org/trunk@34990


git-svn-id: http://core.svn.wordpress.org/trunk@34955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-10-09 17:47:25 +00:00
parent a19d63b7a5
commit 681573e80a
5 changed files with 17 additions and 5 deletions

View File

@ -1209,11 +1209,17 @@
padding: 12px; padding: 12px;
margin-bottom: 12px; margin-bottom: 12px;
background: #fff; background: #fff;
border-right: 4px solid #dd3d36; border-right: 4px solid #dc3232;
-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); -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); 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 { .upload-errors .upload-error-filename {
font-weight: bold; font-weight: bold;
} }

File diff suppressed because one or more lines are too long

View File

@ -1209,11 +1209,17 @@
padding: 12px; padding: 12px;
margin-bottom: 12px; margin-bottom: 12px;
background: #fff; 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); -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); 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 { .upload-errors .upload-error-filename {
font-weight: bold; font-weight: bold;
} }

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34989'; $wp_version = '4.4-alpha-34990';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.