RIP `#21759b`, the old WordPress Blue.

The final lingering instances were all for hidden accessibility helper text.

fixes #34388.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-10-21 18:36:28 +00:00
parent f954194a1c
commit 28c77bec72
10 changed files with 10 additions and 10 deletions

View File

@ -144,7 +144,7 @@
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #21759b;
color: #0073aa;
z-index: 100000;
line-height: normal;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

View File

@ -144,7 +144,7 @@
font-weight: 600;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #21759b;
color: #0073aa;
z-index: 100000;
line-height: normal;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -728,7 +728,7 @@ html:lang(he-il) .rtl #wpadminbar * {
font-weight: bold;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #21759b;
color: #0073aa;
z-index: 100000;
line-height: normal;
text-decoration: none;

File diff suppressed because one or more lines are too long

View File

@ -728,7 +728,7 @@ html:lang(he-il) .rtl #wpadminbar * {
font-weight: bold;
padding: 15px 23px 14px;
background: #f1f1f1;
color: #21759b;
color: #0073aa;
z-index: 100000;
line-height: normal;
text-decoration: none;

File diff suppressed because one or more lines are too long

View File

@ -47,7 +47,7 @@
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
color: #0073aa;
display: block;
font-size: 14px;
font-weight: bold;

View File

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