Making WordPress.org


Ignore:
Timestamp:
10/16/2018 01:54:32 PM (8 years ago)
Author:
SergeyBiryukov
Message:

o2 Posting Access: Set opacity for zero pending posts count, for consistency with pending comments count.

See #3873.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-o2-posting-access/wporg-o2-posting-access.php

    r7730 r7732  
    132132                        #wpadminbar #wp-admin-bar-pending-posts .ab-icon:before {
    133133                                content: "\f109";
    134                                 top: 3px;
     134                                top: 2px;
     135                        }
     136
     137                        #wpadminbar #wp-admin-bar-pending-posts .count-0 {
     138                                opacity: .5;
    135139                        }
    136140                ' );
Note: See TracChangeset for help on using the changeset viewer.