Plugin Directory

Changeset 410513


Ignore:
Timestamp:
07/16/2011 01:12:37 AM (15 years ago)
Author:
JohnONolan
Message:

Fix - make labels behind post statuses properly invisible with new table bg colours introduced in 3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui-labs/trunk/1-poststatuses.css

    r410427 r410513  
    125125.status-private strong,
    126126.status-draft strong {
    127     color:#fff;
     127    color:#f9f9f9;
     128}
     129.alternate.status-pending strong,
     130.alternate.status-publish strong,
     131.alternate.status-private strong,
     132.alternate.status-draft strong {
     133    color:#fcfcfc;
    128134}
    129135
     
    140146
    141147/* Fix ugly alignment bug introduced in WP3.2 */
    142 .widefat td {padding-top:6px;padding-bottom:6px;}
     148.widefat td {
     149    padding-top:6px;
     150    padding-bottom:6px;
     151}
Note: See TracChangeset for help on using the changeset viewer.