Skip to:
Content

BuddyPress.org

Changeset 11248


Ignore:
Timestamp:
11/24/2016 06:56:13 PM (9 years ago)
Author:
mercime
Message:

Accessibility: Improve color contrast of pending BP notifications bubble.

Props slaFFik, johnjamesjacoby, netweb, DJPaul, mercime.
Fixes #7347.

Location:
trunk/src/bp-core/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/css/admin-bar-rtl.css

    r11215 r11248  
    2525#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a span.count,
    2626#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications {
    27     background: #21759B;
     27    background: #21759b;
    2828    color: #fff;
    2929    text-shadow: none;
     
    4545
    4646#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert {
    47     background-color: #1fb3dd;
     47    background-color: #21759b;
    4848    color: #fff;
    4949}
  • trunk/src/bp-core/css/admin-bar.css

    r11215 r11248  
    2525#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a span.count,
    2626#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications {
    27     background: #21759B;
     27    background: #21759b;
    2828    color: #fff;
    2929    text-shadow: none;
     
    4545
    4646#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert {
    47     background-color: #1fb3dd;
     47    background-color: #21759b;
    4848    color: #fff;
    4949}
Note: See TracChangeset for help on using the changeset viewer.