Themes: Use a darker color for "No themes found" message to increase contrast.
props joedolson. see #26600. Built from https://develop.svn.wordpress.org/trunk@31519 git-svn-id: http://core.svn.wordpress.org/trunk@31500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
646e643e5d
commit
c6c5455d93
|
@ -1138,7 +1138,7 @@ body.show-upload-theme .upload-theme + .wp-filter + .theme-browser {
|
||||||
|
|
||||||
p.no-themes {
|
p.no-themes {
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #999;
|
color: #666;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
@ -1138,7 +1138,7 @@ body.show-upload-theme .upload-theme + .wp-filter + .theme-browser {
|
||||||
|
|
||||||
p.no-themes {
|
p.no-themes {
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #999;
|
color: #666;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31518';
|
$wp_version = '4.2-alpha-31519';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue