Skip to:
Content

bbPress.org

Ticket #3003: 3003.patch

File 3003.patch, 781 bytes (added by Robkk, 8 years ago)

This is a straightforward patch for the issue I lay out in the ticket. I didn't remove any other default content background colors in this patch. If I need to play it safe with these patches, I can just change the color to transparent.

  • templates/default/css/bbpress.css

     
    3939        width: 100%;
    4040}
    4141
    42 #bbpress-forums div.bbp-forum-header,
    43 #bbpress-forums div.bbp-topic-header,
    44 #bbpress-forums div.bbp-reply-header {
    45         background-color: #f4f4f4;
    46 }
    47 
    4842#bbpress-forums .status-trash.even,
    4943#bbpress-forums .status-spam.even {
    5044        background-color: #fee;
     
    465459}
    466460
    467461span.bbp-admin-links a {
    468         color: #bbb;
    469462        font-weight: 400;
    470463        font-size: 10px;
    471464        text-transform: uppercase;
     
    490483.bbp-reply-header a.bbp-reply-permalink {
    491484        float: right;
    492485        margin-left: 10px;
    493         color: #ccc;
    494486}
    495487
    496488/* =Toggles