Skip to:
Content

BuddyPress.org

Changeset 11130


Ignore:
Timestamp:
09/21/2016 08:54:11 AM (7 years ago)
Author:
mercime
Message:

A11y: Update contrast ratios in buddypress.css to meet WCAG 2.0 AA standards.

See #7222.

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r11020 r11130  
    647647    background: #fafafa;
    648648    border-radius: 0;
    649     color: #767676;
     649    color: #737373;
    650650    font: inherit;
    651651    font-size: 100%;
     
    10721072#buddypress table.forum tr.alt td {
    10731073    background: #f5f5f5;
     1074    color: #707070;
    10741075}
    10751076#buddypress table.notification-settings {
     
    11701171    display: inline-block;
    11711172    font-size: small;
    1172     opacity: 0.8;
    11731173    padding: 0;
    11741174}
     
    13921392    background-color: #eee;
    13931393    color: #555;
    1394     opacity: .8;
     1394    opacity: .9;
    13951395    font-weight: bold;
    13961396}
     
    15861586#buddypress .field-visibility-settings-toggle,
    15871587#buddypress .field-visibility-settings-notoggle {
    1588     color: #767676;
     1588    color: #707070;
    15891589}
    15901590#buddypress .field-visibility-settings-toggle a,
     
    16181618    border-bottom-left-radius: 0;
    16191619    background: #f5f5f5;
     1620    color: #707070;
    16201621}
    16211622#buddypress .tmce-active button.switch-tmce {
     
    16241625    border-bottom-left-radius: 0;
    16251626    background: #f5f5f5;
     1627    color: #707070;
    16261628}
    16271629#buddypress .standard-form .wp-editor-container textarea {
  • trunk/src/bp-templates/bp-legacy/css/buddypress.css

    r11020 r11130  
    647647    background: #fafafa;
    648648    border-radius: 0;
    649     color: #767676;
     649    color: #737373;
    650650    font: inherit;
    651651    font-size: 100%;
     
    10721072#buddypress table.forum tr.alt td {
    10731073    background: #f5f5f5;
     1074    color: #707070;
    10741075}
    10751076#buddypress table.notification-settings {
     
    11701171    display: inline-block;
    11711172    font-size: small;
    1172     opacity: 0.8;
    11731173    padding: 0;
    11741174}
     
    13921392    background-color: #eee;
    13931393    color: #555;
    1394     opacity: .8;
     1394    opacity: .9;
    13951395    font-weight: bold;
    13961396}
     
    15861586#buddypress .field-visibility-settings-toggle,
    15871587#buddypress .field-visibility-settings-notoggle {
    1588     color: #767676;
     1588    color: #707070;
    15891589}
    15901590#buddypress .field-visibility-settings-toggle a,
     
    16181618    border-bottom-right-radius: 0;
    16191619    background: #f5f5f5;
     1620    color: #707070;
    16201621}
    16211622#buddypress .tmce-active button.switch-tmce {
     
    16241625    border-bottom-right-radius: 0;
    16251626    background: #f5f5f5;
     1627    color: #707070;
    16261628}
    16271629#buddypress .standard-form .wp-editor-container textarea {
Note: See TracChangeset for help on using the changeset viewer.