Make WordPress Core

Changeset 20748


Ignore:
Timestamp:
05/09/2012 03:25:22 AM (13 years ago)
Author:
koopersmith
Message:

Lighten foreground color for inputs to match the standard body text. Also lighten several other instances of pure black. props helenyhou, fixes #19923.

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.dev.css

    r20705 r20748  
    4646    border-color: #dfdfdf;
    4747    background-color: #fff;
     48    color: #333;
     49}
     50
     51select {
    4852    color: #000;
    4953}
  • trunk/wp-admin/css/colors-fresh.dev.css

    r20705 r20748  
    4141    border-color: #dfdfdf;
    4242    background-color: #fff;
     43    color: #333;
     44}
     45
     46select {
    4347    color: #000;
    4448}
     
    820824.contextual-help-tabs .active a:hover {
    821825    background: #fff;
    822     color: #000;
     826    color: #333;
    823827}
    824828
     
    843847
    844848#screen-meta-links a.show-settings:hover {
    845     color: #000;
     849    color: #333;
    846850}
    847851
     
    874878
    875879#footer a:hover {
    876     color: #000;
    877880    text-decoration: underline;
    878881}
Note: See TracChangeset for help on using the changeset viewer.