A small adjustment to the page background color per yesterday's conversation with nacin, from #eee to #f3f3f3. This retains enough contrast with white widget containers while making for a more comfortable reading experiences on pages that heavily use the default background color, like the About page. A few adjustments to go along with it:

- Horizontal rules on the About page are lighter, to match their previous level of contrast with #eee
- Eliminated the .flush-top class on <hr>s on the About page since we want the styles applied to all About page <hr>s.
- Color schemes should match the bottom border of active tabs to the scheme's body-background variable.
- Lighten the comment background color on the Dashboard activity widget to keep adequate contrast with the new lighter body background.

See #25858.



git-svn-id: https://develop.svn.wordpress.org/trunk@26788 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas
2013-12-08 04:11:20 +00:00
parent 4796f394be
commit a53275e0d9
5 changed files with 24 additions and 19 deletions
+5 -5
View File
@@ -57,7 +57,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
</div>
<hr class="flush-top">
<hr>
<div class="changelog">
<div class="feature-section col two-col">
@@ -73,7 +73,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
</div>
<hr class="flush-top">
<hr>
<div class="changelog about-colors">
<div class="feature-section col one-col">
@@ -94,7 +94,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
</div>
<hr class="flush-top">
<hr>
<div class="changelog">
<div class="feature-section col two-col">
@@ -114,7 +114,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
</div>
<hr class="flush-top">
<hr>
<div class="changelog">
<h2 class="about-headline-callout"><?php echo ( 'Twenty Fourteen, a sleek new magazine&nbsp;theme' ); ?></h2>
@@ -129,7 +129,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
</div>
</div>
<hr class="flush-top">
<hr>
<div class="return-to-dashboard">
<?php if ( current_user_can( 'update_core' ) && isset( $_GET['updated'] ) ) : ?>