Make WordPress Core


Ignore:
Timestamp:
12/08/2013 04:11:20 AM (11 years ago)
Author:
iammattthomas
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r26776 r26788  
    5858</div>
    5959
    60 <hr class="flush-top">
     60<hr>
    6161
    6262<div class="changelog">
     
    7474</div>
    7575
    76 <hr class="flush-top">
     76<hr>
    7777
    7878<div class="changelog about-colors">
     
    9595</div>
    9696
    97 <hr class="flush-top">
     97<hr>
    9898
    9999<div class="changelog">
     
    115115</div>
    116116
    117 <hr class="flush-top">
     117<hr>
    118118
    119119<div class="changelog">
     
    130130</div>
    131131
    132 <hr class="flush-top">
     132<hr>
    133133
    134134<div class="return-to-dashboard">
Note: See TracChangeset for help on using the changeset viewer.