Skip to:
Content

BuddyPress.org

Changeset 4851


Ignore:
Timestamp:
07/25/2011 08:38:36 PM (14 years ago)
Author:
djpaul
Message:

Make table striping a little darker. Also apply r4813 to visual editor stylesheet.

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4849 r4851  
    309309#footer-widget-area div.item-options,
    310310div#sidebar div.item-options {
    311     background: #f8f8f8;
     311    background: #f5f5f5;
    312312    font-size: 11px;
    313313    margin: -10px -20px 0 -19px;
     
    17591759}
    17601760ul#topic-post-list li.alt {
    1761     background: #f8f8f8;
     1761    background: #f5f5f5;
    17621762}
    17631763ul#topic-post-list li div.poster-meta {
     
    18411841}
    18421842table tr.alt td {
    1843     background: #f8f8f8;
     1843    background: #f5f5f5;
    18441844}
    18451845table.notification-settings {
  • trunk/bp-themes/bp-default/editor-style.css

    r4807 r4851  
    224224    vertical-align: middle;
    225225}
    226 table tr.alt {
    227     background: #f8f8f8;
     226table tr.alt td {
     227    background: #f5f5f5;
    228228}
    229229html .mceContentBody ul,
Note: See TracChangeset for help on using the changeset viewer.