Skip to:
Content

bbPress.org

Changeset 5508


Ignore:
Timestamp:
09/11/2014 02:55:12 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Add default theme compat styling for pending topics and replies. Props netweb. See #2645.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r5494 r5508  
    5353#bbpress-forums .status-spam.odd {
    5454    background-color: #fdd;
     55}
     56
     57#bbpress-forums .status-pending.even,
     58#bbpress-forums .status-pending.odd,
     59#bbpress-forums ul.status-pending a {
     60    background-color: #fef7f1;
    5561}
    5662
Note: See TracChangeset for help on using the changeset viewer.