Skip to:
Content

bbPress.org


Ignore:
Timestamp:
01/29/2019 04:38:37 AM (6 years ago)
Author:
johnjamesjacoby
Message:

Upgrades: append upgrade count to "Tools" if there are pending upgrades

  • Add function and method to tweak the $menu global
  • Add styling for count in nav-tab-wrapper UI

This change adds a span.awaiting-mod wrapper around the pending upgrade count in a few strategic locations around the WordPress Admin UI.

See #3244.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/assets/css/admin.css

    r6893 r6897  
    623623    width: 10%;
    624624}
     625
     626.nav-tab-wrapper a span.awaiting-mod {
     627    display: inline-block;
     628    vertical-align: top;
     629    margin: 3px 0 0 1px;
     630    padding: 0 5px;
     631    min-width: 7px;
     632    height: 17px;
     633    border-radius: 11px;
     634    background-color: #ca4a1f;
     635    color: #fff;
     636    font-size: 9px;
     637    line-height: 17px;
     638    text-align: center;
     639    z-index: 26;
     640}
Note: See TracChangeset for help on using the changeset viewer.