Make WordPress Core

Changeset 36537


Ignore:
Timestamp:
02/16/2016 04:08:19 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Reduce the WordPress shades of grey, first part.

See #35783.

Location:
trunk/src/wp-admin/css
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r36477 r36537  
    662662}
    663663
    664 .media-upload-form label.form-help,
    665 td.help {
    666     color: #9a9a9a;
    667 }
    668 
    669664/* Helper classes for plugins to leverage the active WordPress color scheme */
    670665
     
    21902185
    21912186.media-icon img {
    2192     border: 1px solid #e7e7e7;
     2187    border: 1px solid #e5e5e5;
    21932188    border: 1px solid rgba(0, 0, 0, 0.07);
    21942189}
     
    25642559    height: 17px;
    25652560    width: 92px;
    2566     background-color: #ececec;
     2561    background-color: #e5e5e5;
    25672562    float: left;
    25682563}
  • trunk/src/wp-admin/css/deprecated-media.css

    r32051 r36537  
    7070}
    7171
     72.media-upload-form label.form-help,
     73td.help {
     74    color: #72777c;
     75}
     76
    7277form {
    7378    margin: 1em;
  • trunk/src/wp-admin/css/edit.css

    r36396 r36537  
    11061106
    11071107.ac_results {
     1108    display: none;
     1109    margin: -1px 0 0;
    11081110    padding: 0;
    1109     margin: 0;
    11101111    list-style: none;
    11111112    position: absolute;
    11121113    z-index: 10000;
    1113     display: none;
    1114     border: 1px solid #808080;
     1114    border: 1px solid #5b9dd9;
    11151115    background-color: #fff;
    11161116}
     
    11211121
    11221122.ac_results li {
    1123     padding: 2px 5px;
     1123    margin: 0;
     1124    padding: 5px 10px;
    11241125    white-space: nowrap;
    1125     color: #101010;
    11261126    text-align: left;
    11271127}
    11281128
    1129 .ac_over {
    1130     background-color: #f0f0b8;
     1129.ac_results .ac_over,
     1130.ac_over .ac_match {
     1131    background-color: #0073aa;
     1132    color: #fff;
    11311133    cursor: pointer;
    11321134}
  • trunk/src/wp-admin/css/list-tables.css

    r36477 r36537  
    225225#the-comment-list tr.undo,
    226226#the-comment-list div.undo {
    227     background-color: #f4f4f4;
     227    background-color: #f5f5f5;
    228228}
    229229
     
    696696    display: inline-block;
    697697    min-width: 17px;
    698     border: 1px solid #d2d2d2;
     698    border: 1px solid #ccc; /* same color as buttons border */
    699699    padding: 3px 5px 7px;
    700700    background: #e4e4e4;
  • trunk/src/wp-admin/css/media.css

    r36223 r36537  
    493493    display: block;
    494494    font: normal 16px/1 dashicons;
    495     color: #bbb;
     495    color: #b4b9be;
    496496}
    497497
     
    910910.media-disabled,
    911911.imgedit-settings .disabled {
    912     color: grey;
     912    /* WCAG 1.4.3 Text or images of text that are part of an inactive user
     913       interface component ... have no contrast requirement. */
     914    color: #a0a5aa;
    913915}
    914916
  • trunk/src/wp-admin/css/press-this.css

    r35636 r36537  
    776776    padding: 6px 16px;
    777777    white-space: nowrap;
    778     color: #101010;
    779778    text-align: left;
    780779}
  • trunk/src/wp-admin/css/themes.css

    r36518 r36537  
    247247 */
    248248.theme-browser .theme.active .theme-name {
    249     background: #2f2f2f;
     249    background: #23282d;
    250250    color: #fff;
    251251    padding-right: 110px;
     
    735735.theme-overlay .theme-author {
    736736    margin: 15px 0 25px;
    737     color: #686868;
     737    color: #72777c;
    738738    font-size: 16px;
    739739    font-weight: 400;
Note: See TracChangeset for help on using the changeset viewer.