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/css/colors/_admin.scss

    r26744 r26788  
    145145#adminmenu li.opensub > a.menu-top div.wp-menu-image:before {
    146146    color: $menu-highlight-icon;
     147}
     148
     149
     150/* Active tabs use a bottom border color that matches the page background color. */
     151
     152.about-wrap h2 .nav-tab-active,
     153.nav-tab-active,
     154.nav-tab-active:hover {
     155    border-bottom-color: $body-background;
    147156}
    148157
Note: See TracChangeset for help on using the changeset viewer.