Install: Use new colors for error notices.

Props duaneblake, DBrumbaugh10Up.
Fixes #34704.
Built from https://develop.svn.wordpress.org/trunk@36178


git-svn-id: http://core.svn.wordpress.org/trunk@36145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-01-05 21:47:25 +00:00
parent 85bb9aa5fb
commit 4cb341e82c
5 changed files with 9 additions and 11 deletions

View File

@ -287,10 +287,9 @@ submit {
}
.message {
border: 1px solid #c00;
padding: 0.5em 0.7em;
margin: 5px 0 15px;
background-color: #ffebe8;
border-right: 4px solid #dc3232;
padding: .7em .6em;
background-color: #fbeaea;
}
/* rtl:ignore */

File diff suppressed because one or more lines are too long

View File

@ -287,10 +287,9 @@ submit {
}
.message {
border: 1px solid #c00;
padding: 0.5em 0.7em;
margin: 5px 0 15px;
background-color: #ffebe8;
border-left: 4px solid #dc3232;
padding: .7em .6em;
background-color: #fbeaea;
}
/* rtl:ignore */

File diff suppressed because one or more lines are too long

View File

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