mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
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:
parent
85bb9aa5fb
commit
4cb341e82c
@ -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 */
|
||||
|
2
wp-admin/css/install-rtl.min.css
vendored
2
wp-admin/css/install-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 */
|
||||
|
2
wp-admin/css/install.min.css
vendored
2
wp-admin/css/install.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user