Skip to:
Content

BuddyPress.org

Changeset 10353


Ignore:
Timestamp:
11/14/2015 12:49:12 PM (9 years ago)
Author:
djpaul
Message:

Grunt: update stylesheets for twenty* themes due to upstream changes in libsass.

Thanks to netweb for figuring out what caused these changes after BP 2.4 shipped.
See https://wordpress.slack.com/archives/buddypress/p1447476023000453 for details.

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r10319 r10353  
    626626}
    627627
    628 #buddypress #activity-stream .load-more:focus,
    629 #buddypress #activity-stream .load-more:hover {
     628#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    630629    background: #f4f4f4;
    631630    border: 1px solid rgba(159, 209, 226, 0.3);
    632631}
    633632
    634 #buddypress #activity-stream .load-more:focus a,
    635 #buddypress #activity-stream .load-more:hover a {
     633#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    636634    font-style: italic;
    637635}
     
    775773}
    776774
    777 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    778 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     775#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    779776    background: #ededed;
    780777}
     
    13251322    */
    13261323.bp-user #buddypress .profile .bp-widget h4 {
    1327     background: #6e6e6e;
     1324    background: #6f6f6f;
    13281325    color: #fff;
    13291326    margin-bottom: 0;
     
    14131410
    14141411.bp-user #buddypress #message-thread #message-subject {
    1415     background: #6e6e6e;
     1412    background: #6f6f6f;
    14161413    color: #fff;
    14171414    padding: 0.3em 0.2em 0.3em 0;
     
    14641461
    14651462.bp-user #buddypress #message-threads thead tr {
    1466     background: #6e6e6e;
     1463    background: #6f6f6f;
    14671464}
    14681465
     
    15161513
    15171514.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1518     content: " –  " attr(title);
     1515    content: " – " attr(title);
    15191516    font-size: 12px;
    15201517    font-size: 1.2rem;
     
    15931590
    15941591.bp-user #buddypress #message-threads.sitewide-notices td strong {
    1595     background: #6e6e6e;
     1592    background: #6f6f6f;
    15961593    color: #fff;
    15971594    display: block;
     
    17221719#buddypress div.dir-search,
    17231720#buddypress div.message-search,
    1724 #buddypress
    1725 li.groups-members-search {
     1721#buddypress li.groups-members-search {
    17261722    float: none;
    17271723    margin: 10px 0;
     
    17301726#buddypress div.dir-search form,
    17311727#buddypress div.message-search form,
    1732 #buddypress
    1733 li.groups-members-search form {
     1728#buddypress li.groups-members-search form {
    17341729    border: 1px solid rgba(153, 153, 153, 0.4);
    17351730    overflow: hidden;
     
    17381733#buddypress div.dir-search form label,
    17391734#buddypress div.message-search form label,
    1740 #buddypress
    1741 li.groups-members-search form label {
     1735#buddypress li.groups-members-search form label {
    17421736    float: right;
    17431737    width: 80%;
     
    17461740#buddypress div.dir-search form input[type='text'],
    17471741#buddypress div.message-search form input[type='text'],
    1748 #buddypress
    1749 li.groups-members-search form input[type='text'] {
     1742#buddypress li.groups-members-search form input[type='text'] {
    17501743    float: right;
    17511744    margin: 0;
     
    17571750#buddypress div.message-search form input[type='text'],
    17581751#buddypress div.message-search form input[type='submit'],
    1759 #buddypress
    1760 li.groups-members-search form input[type='text'],
    1761 #buddypress
    1762 li.groups-members-search form input[type='submit'] {
     1752#buddypress li.groups-members-search form input[type='text'],
     1753#buddypress li.groups-members-search form input[type='submit'] {
    17631754    font-size: 14px;
    17641755    font-size: 1.4rem;
     
    17691760#buddypress div.dir-search form input[type='text'],
    17701761#buddypress div.message-search form input[type='text'],
    1771 #buddypress
    1772 li.groups-members-search form input[type='text'] {
     1762#buddypress li.groups-members-search form input[type='text'] {
    17731763    border-left: 1px solid rgba(153, 153, 153, 0.4);
    17741764    padding: 0.2em 0.2em 0.2em 0;
     
    17771767#buddypress div.dir-search form input[type='submit'],
    17781768#buddypress div.message-search form input[type='submit'],
    1779 #buddypress
    1780 li.groups-members-search form input[type='submit'] {
     1769#buddypress li.groups-members-search form input[type='submit'] {
    17811770    float: left;
    17821771    font-weight: normal;
     
    18321821
    18331822#buddypress table tr th {
    1834     background: #6e6e6e;
     1823    background: #6f6f6f;
    18351824    border-color: #b7b7b7;
    18361825    color: #fff;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css

    r10319 r10353  
    626626}
    627627
    628 #buddypress #activity-stream .load-more:focus,
    629 #buddypress #activity-stream .load-more:hover {
     628#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    630629    background: #f4f4f4;
    631630    border: 1px solid rgba(159, 209, 226, 0.3);
    632631}
    633632
    634 #buddypress #activity-stream .load-more:focus a,
    635 #buddypress #activity-stream .load-more:hover a {
     633#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    636634    font-style: italic;
    637635}
     
    775773}
    776774
    777 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    778 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     775#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    779776    background: #ededed;
    780777}
     
    13251322    */
    13261323.bp-user #buddypress .profile .bp-widget h4 {
    1327     background: #6e6e6e;
     1324    background: #6f6f6f;
    13281325    color: #fff;
    13291326    margin-bottom: 0;
     
    14131410
    14141411.bp-user #buddypress #message-thread #message-subject {
    1415     background: #6e6e6e;
     1412    background: #6f6f6f;
    14161413    color: #fff;
    14171414    padding: 0.3em 0 0.3em 0.2em;
     
    14641461
    14651462.bp-user #buddypress #message-threads thead tr {
    1466     background: #6e6e6e;
     1463    background: #6f6f6f;
    14671464}
    14681465
     
    15161513
    15171514.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1518     content: " –  " attr(title);
     1515    content: " – " attr(title);
    15191516    font-size: 12px;
    15201517    font-size: 1.2rem;
     
    15931590
    15941591.bp-user #buddypress #message-threads.sitewide-notices td strong {
    1595     background: #6e6e6e;
     1592    background: #6f6f6f;
    15961593    color: #fff;
    15971594    display: block;
     
    17221719#buddypress div.dir-search,
    17231720#buddypress div.message-search,
    1724 #buddypress
    1725 li.groups-members-search {
     1721#buddypress li.groups-members-search {
    17261722    float: none;
    17271723    margin: 10px 0;
     
    17301726#buddypress div.dir-search form,
    17311727#buddypress div.message-search form,
    1732 #buddypress
    1733 li.groups-members-search form {
     1728#buddypress li.groups-members-search form {
    17341729    border: 1px solid rgba(153, 153, 153, 0.4);
    17351730    overflow: hidden;
     
    17381733#buddypress div.dir-search form label,
    17391734#buddypress div.message-search form label,
    1740 #buddypress
    1741 li.groups-members-search form label {
     1735#buddypress li.groups-members-search form label {
    17421736    float: left;
    17431737    width: 80%;
     
    17461740#buddypress div.dir-search form input[type='text'],
    17471741#buddypress div.message-search form input[type='text'],
    1748 #buddypress
    1749 li.groups-members-search form input[type='text'] {
     1742#buddypress li.groups-members-search form input[type='text'] {
    17501743    float: left;
    17511744    margin: 0;
     
    17571750#buddypress div.message-search form input[type='text'],
    17581751#buddypress div.message-search form input[type='submit'],
    1759 #buddypress
    1760 li.groups-members-search form input[type='text'],
    1761 #buddypress
    1762 li.groups-members-search form input[type='submit'] {
     1752#buddypress li.groups-members-search form input[type='text'],
     1753#buddypress li.groups-members-search form input[type='submit'] {
    17631754    font-size: 14px;
    17641755    font-size: 1.4rem;
     
    17691760#buddypress div.dir-search form input[type='text'],
    17701761#buddypress div.message-search form input[type='text'],
    1771 #buddypress
    1772 li.groups-members-search form input[type='text'] {
     1762#buddypress li.groups-members-search form input[type='text'] {
    17731763    border-right: 1px solid rgba(153, 153, 153, 0.4);
    17741764    padding: 0.2em 0 0.2em 0.2em;
     
    17771767#buddypress div.dir-search form input[type='submit'],
    17781768#buddypress div.message-search form input[type='submit'],
    1779 #buddypress
    1780 li.groups-members-search form input[type='submit'] {
     1769#buddypress li.groups-members-search form input[type='submit'] {
    17811770    float: right;
    17821771    font-weight: normal;
     
    18321821
    18331822#buddypress table tr th {
    1834     background: #6e6e6e;
     1823    background: #6f6f6f;
    18351824    border-color: #b7b7b7;
    18361825    color: #fff;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

    r10295 r10353  
    212212        overflow: hidden;
    213213    }
    214     #buddypress #object-nav ul li:focus,
    215     #buddypress #object-nav ul li:hover {
     214    #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover {
    216215        background: #bebebe;
    217216    }
     
    242241        background: #f1f1f1;
    243242    }
    244     #buddypress #item-body #subnav li#activity-filter-select:focus,
    245     #buddypress #item-body #subnav li#activity-filter-select:hover {
     243    #buddypress #item-body #subnav li#activity-filter-select:focus, #buddypress #item-body #subnav li#activity-filter-select:hover {
    246244        background: none;
    247245    }
     
    604602}
    605603
    606 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus,
    607 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
     604#buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
    608605    background: #ededed;
    609606}
     
    808805#group-settings-form .radio ul,
    809806#create-group-form .radio ul {
    810     color: #777777;
     807    color: #787878;
    811808}
    812809
     
    11281125
    11291126#buddypress table#message-threads tr td.thread-info a::after {
    1130     content: " –  " attr(title);
     1127    content: " – " attr(title);
    11311128    font-size: 12px;
    11321129    font-size: 0.75rem;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r10295 r10353  
    212212        overflow: hidden;
    213213    }
    214     #buddypress #object-nav ul li:focus,
    215     #buddypress #object-nav ul li:hover {
     214    #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover {
    216215        background: #bebebe;
    217216    }
     
    242241        background: #f1f1f1;
    243242    }
    244     #buddypress #item-body #subnav li#activity-filter-select:focus,
    245     #buddypress #item-body #subnav li#activity-filter-select:hover {
     243    #buddypress #item-body #subnav li#activity-filter-select:focus, #buddypress #item-body #subnav li#activity-filter-select:hover {
    246244        background: none;
    247245    }
     
    604602}
    605603
    606 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus,
    607 #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
     604#buddypress .activity .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress .activity .activity-comments .ac-form .ac-reply-cancel:hover {
    608605    background: #ededed;
    609606}
     
    808805#group-settings-form .radio ul,
    809806#create-group-form .radio ul {
    810     color: #777777;
     807    color: #787878;
    811808}
    812809
     
    11281125
    11291126#buddypress table#message-threads tr td.thread-info a::after {
    1130     content: " –  " attr(title);
     1127    content: " – " attr(title);
    11311128    font-size: 12px;
    11321129    font-size: 0.75rem;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

    r10325 r10353  
    172172        opacity: 0.7;
    173173    }
    174     .bp-user #buddypress #object-nav:hover:before,
    175     .bp-user #buddypress #object-nav:focus:before {
     174    .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:focus:before {
    176175        content: "Menu \021E7";
    177176    }
    178     .bp-user #buddypress #object-nav:hover ul,
    179     .bp-user #buddypress #object-nav:focus ul {
     177    .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:focus ul {
    180178        height: 320px;
    181179        opacity: 1;
     
    208206
    209207@media screen and (max-width: 38.75em) {
    210     #buddypress #object-nav ul li:not(.selected):focus,
    211     #buddypress #object-nav ul li:not(.selected):hover {
     208    #buddypress #object-nav ul li:not(.selected):focus, #buddypress #object-nav ul li:not(.selected):hover {
    212209        background: #f4f2df;
    213210    }
     
    355352}
    356353
    357 #buddypress div.pagination:before,
    358 #buddypress div.pagination:after {
     354#buddypress div.pagination:before, #buddypress div.pagination:after {
    359355    height: 0;
    360356    width: 0;
     
    409405}
    410406
    411 #buddypress .activity-meta .button:focus,
    412 #buddypress .activity-meta .button:hover {
     407#buddypress .activity-meta .button:focus, #buddypress .activity-meta .button:hover {
    413408    background: inherit;
    414409    color: #000;
    415410}
    416411
    417 #buddypress .action .generic-button a:focus,
    418 #buddypress .action .generic-button a:hover {
     412#buddypress .action .generic-button a:focus, #buddypress .action .generic-button a:hover {
    419413    background: inherit;
    420414    color: #000;
     
    727721}
    728722
    729 #buddypress #activity-stream .load-more:focus,
    730 #buddypress #activity-stream .load-more:hover {
     723#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    731724    background: #f4f4f4;
    732725    border: 1px solid rgba(159, 209, 226, 0.3);
    733726}
    734727
    735 #buddypress #activity-stream .load-more:focus a,
    736 #buddypress #activity-stream .load-more:hover a {
     728#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    737729    font-style: italic;
    738730}
     
    798790}
    799791
    800 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    801 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     792#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    802793    background: #ededed;
    803794}
     
    12751266
    12761267.bp-user #buddypress .profile .bp-widget h4 {
    1277     background: #6e6e6e;
     1268    background: #6f6f6f;
    12781269    color: #fff;
    12791270    margin-bottom: 0;
     
    13611352
    13621353.bp-user #buddypress #message-thread #message-subject {
    1363     background: #6e6e6e;
     1354    background: #6f6f6f;
    13641355    color: #fff;
    13651356    padding: 0.3em 0.2em 0.3em 0;
     
    14121403
    14131404.bp-user #buddypress #message-threads thead tr {
    1414     background: #6e6e6e;
     1405    background: #6f6f6f;
    14151406}
    14161407
     
    14721463
    14731464.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1474     content: " ‖  " attr(title);
     1465    content: " ‖ " attr(title);
    14751466    font-size: 12px;
    14761467    font-size: 0.75rem;
     
    15331524
    15341525.bp-user #buddypress #message-threads.sitewide-notices td strong {
    1535     background: #6e6e6e;
     1526    background: #6f6f6f;
    15361527    color: #fff;
    15371528    display: block;
     
    17681759
    17691760#buddypress table tr th {
    1770     background: #6e6e6e;
     1761    background: #6f6f6f;
    17711762    border-color: #b7b7b7;
    17721763    color: #fff;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.css

    r10325 r10353  
    172172        opacity: 0.7;
    173173    }
    174     .bp-user #buddypress #object-nav:hover:before,
    175     .bp-user #buddypress #object-nav:focus:before {
     174    .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:focus:before {
    176175        content: "Menu \021E7";
    177176    }
    178     .bp-user #buddypress #object-nav:hover ul,
    179     .bp-user #buddypress #object-nav:focus ul {
     177    .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:focus ul {
    180178        height: 320px;
    181179        opacity: 1;
     
    208206
    209207@media screen and (max-width: 38.75em) {
    210     #buddypress #object-nav ul li:not(.selected):focus,
    211     #buddypress #object-nav ul li:not(.selected):hover {
     208    #buddypress #object-nav ul li:not(.selected):focus, #buddypress #object-nav ul li:not(.selected):hover {
    212209        background: #f4f2df;
    213210    }
     
    355352}
    356353
    357 #buddypress div.pagination:before,
    358 #buddypress div.pagination:after {
     354#buddypress div.pagination:before, #buddypress div.pagination:after {
    359355    height: 0;
    360356    width: 0;
     
    409405}
    410406
    411 #buddypress .activity-meta .button:focus,
    412 #buddypress .activity-meta .button:hover {
     407#buddypress .activity-meta .button:focus, #buddypress .activity-meta .button:hover {
    413408    background: inherit;
    414409    color: #000;
    415410}
    416411
    417 #buddypress .action .generic-button a:focus,
    418 #buddypress .action .generic-button a:hover {
     412#buddypress .action .generic-button a:focus, #buddypress .action .generic-button a:hover {
    419413    background: inherit;
    420414    color: #000;
     
    727721}
    728722
    729 #buddypress #activity-stream .load-more:focus,
    730 #buddypress #activity-stream .load-more:hover {
     723#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    731724    background: #f4f4f4;
    732725    border: 1px solid rgba(159, 209, 226, 0.3);
    733726}
    734727
    735 #buddypress #activity-stream .load-more:focus a,
    736 #buddypress #activity-stream .load-more:hover a {
     728#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    737729    font-style: italic;
    738730}
     
    798790}
    799791
    800 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    801 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     792#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    802793    background: #ededed;
    803794}
     
    12751266
    12761267.bp-user #buddypress .profile .bp-widget h4 {
    1277     background: #6e6e6e;
     1268    background: #6f6f6f;
    12781269    color: #fff;
    12791270    margin-bottom: 0;
     
    13611352
    13621353.bp-user #buddypress #message-thread #message-subject {
    1363     background: #6e6e6e;
     1354    background: #6f6f6f;
    13641355    color: #fff;
    13651356    padding: 0.3em 0 0.3em 0.2em;
     
    14121403
    14131404.bp-user #buddypress #message-threads thead tr {
    1414     background: #6e6e6e;
     1405    background: #6f6f6f;
    14151406}
    14161407
     
    14721463
    14731464.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1474     content: " ‖  " attr(title);
     1465    content: " ‖ " attr(title);
    14751466    font-size: 12px;
    14761467    font-size: 0.75rem;
     
    15331524
    15341525.bp-user #buddypress #message-threads.sitewide-notices td strong {
    1535     background: #6e6e6e;
     1526    background: #6f6f6f;
    15361527    color: #fff;
    15371528    display: block;
     
    17681759
    17691760#buddypress table tr th {
    1770     background: #6e6e6e;
     1761    background: #6f6f6f;
    17711762    border-color: #b7b7b7;
    17721763    color: #fff;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

    r10309 r10353  
    125125        opacity: 0.7;
    126126    }
    127     .bp-user #buddypress #object-nav:hover:before,
    128     .bp-user #buddypress #object-nav:focus:before {
     127    .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:focus:before {
    129128        content: "Menu \021E7";
    130129    }
    131     .bp-user #buddypress #object-nav:hover ul,
    132     .bp-user #buddypress #object-nav:focus ul {
     130    .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:focus ul {
    133131        height: 320px;
    134132        opacity: 1;
     
    151149
    152150@media screen and (max-width: 38.75em) {
    153     #buddypress #object-nav ul li:focus,
    154     #buddypress #object-nav ul li:hover {
     151    #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover {
    155152        background: #f4f2df;
    156153    }
     
    361358}
    362359
    363 #buddypress .activity-meta .button:focus,
    364 #buddypress .activity-meta .button:hover {
     360#buddypress .activity-meta .button:focus, #buddypress .activity-meta .button:hover {
    365361    background: #e37a5a;
    366362    color: #f7f5e7;
    367363}
    368364
    369 #buddypress .action .generic-button a:focus,
    370 #buddypress .action .generic-button a:hover {
     365#buddypress .action .generic-button a:focus, #buddypress .action .generic-button a:hover {
    371366    background: #e37a5a;
    372367    color: #f7f5e7;
     
    679674}
    680675
    681 #buddypress #activity-stream .load-more:focus,
    682 #buddypress #activity-stream .load-more:hover {
     676#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    683677    background: #f4f4f4;
    684678    border: 1px solid rgba(159, 209, 226, 0.3);
    685679}
    686680
    687 #buddypress #activity-stream .load-more:focus a,
    688 #buddypress #activity-stream .load-more:hover a {
     681#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    689682    font-style: italic;
    690683}
     
    750743}
    751744
    752 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    753 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     745#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    754746    background: #ededed;
    755747}
     
    13421334    */
    13431335.bp-user #buddypress .profile .bp-widget h4 {
    1344     background: #6e6e6e;
     1336    background: #6f6f6f;
    13451337    color: #fff;
    13461338    margin-bottom: 0;
     
    14301422
    14311423.bp-user #buddypress #message-thread #message-subject {
    1432     background: #6e6e6e;
     1424    background: #6f6f6f;
    14331425    color: #fff;
    14341426    padding: 0.3em 0.2em 0.3em 0;
     
    14811473
    14821474.bp-user #buddypress #message-threads thead tr {
    1483     background: #6e6e6e;
     1475    background: #6f6f6f;
    14841476}
    14851477
     
    15411533
    15421534.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1543     content: " –  " attr(title);
     1535    content: " – " attr(title);
    15441536    font-size: 12px;
    15451537    font-size: 0.75rem;
     
    16221614
    16231615.bp-user #buddypress .sitewide-notices td strong {
    1624     background: #6e6e6e;
     1616    background: #6f6f6f;
    16251617    color: #fff;
    16261618    display: block;
     
    18371829
    18381830#buddypress table tr th {
    1839     background: #6e6e6e;
     1831    background: #6f6f6f;
    18401832    border-color: #b7b7b7;
    18411833    color: #fff;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r10309 r10353  
    125125        opacity: 0.7;
    126126    }
    127     .bp-user #buddypress #object-nav:hover:before,
    128     .bp-user #buddypress #object-nav:focus:before {
     127    .bp-user #buddypress #object-nav:hover:before, .bp-user #buddypress #object-nav:focus:before {
    129128        content: "Menu \021E7";
    130129    }
    131     .bp-user #buddypress #object-nav:hover ul,
    132     .bp-user #buddypress #object-nav:focus ul {
     130    .bp-user #buddypress #object-nav:hover ul, .bp-user #buddypress #object-nav:focus ul {
    133131        height: 320px;
    134132        opacity: 1;
     
    151149
    152150@media screen and (max-width: 38.75em) {
    153     #buddypress #object-nav ul li:focus,
    154     #buddypress #object-nav ul li:hover {
     151    #buddypress #object-nav ul li:focus, #buddypress #object-nav ul li:hover {
    155152        background: #f4f2df;
    156153    }
     
    361358}
    362359
    363 #buddypress .activity-meta .button:focus,
    364 #buddypress .activity-meta .button:hover {
     360#buddypress .activity-meta .button:focus, #buddypress .activity-meta .button:hover {
    365361    background: #e37a5a;
    366362    color: #f7f5e7;
    367363}
    368364
    369 #buddypress .action .generic-button a:focus,
    370 #buddypress .action .generic-button a:hover {
     365#buddypress .action .generic-button a:focus, #buddypress .action .generic-button a:hover {
    371366    background: #e37a5a;
    372367    color: #f7f5e7;
     
    679674}
    680675
    681 #buddypress #activity-stream .load-more:focus,
    682 #buddypress #activity-stream .load-more:hover {
     676#buddypress #activity-stream .load-more:focus, #buddypress #activity-stream .load-more:hover {
    683677    background: #f4f4f4;
    684678    border: 1px solid rgba(159, 209, 226, 0.3);
    685679}
    686680
    687 #buddypress #activity-stream .load-more:focus a,
    688 #buddypress #activity-stream .load-more:hover a {
     681#buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {
    689682    font-style: italic;
    690683}
     
    750743}
    751744
    752 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus,
    753 #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
     745#buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:focus, #buddypress #activity-stream .activity-comments .ac-form .ac-reply-cancel:hover {
    754746    background: #ededed;
    755747}
     
    13421334    */
    13431335.bp-user #buddypress .profile .bp-widget h4 {
    1344     background: #6e6e6e;
     1336    background: #6f6f6f;
    13451337    color: #fff;
    13461338    margin-bottom: 0;
     
    14301422
    14311423.bp-user #buddypress #message-thread #message-subject {
    1432     background: #6e6e6e;
     1424    background: #6f6f6f;
    14331425    color: #fff;
    14341426    padding: 0.3em 0 0.3em 0.2em;
     
    14811473
    14821474.bp-user #buddypress #message-threads thead tr {
    1483     background: #6e6e6e;
     1475    background: #6f6f6f;
    14841476}
    14851477
     
    15411533
    15421534.bp-user #buddypress #message-threads tr td.thread-info a::after {
    1543     content: " –  " attr(title);
     1535    content: " – " attr(title);
    15441536    font-size: 12px;
    15451537    font-size: 0.75rem;
     
    16221614
    16231615.bp-user #buddypress .sitewide-notices td strong {
    1624     background: #6e6e6e;
     1616    background: #6f6f6f;
    16251617    color: #fff;
    16261618    display: block;
     
    18371829
    18381830#buddypress table tr th {
    1839     background: #6e6e6e;
     1831    background: #6f6f6f;
    18401832    border-color: #b7b7b7;
    18411833    color: #fff;
Note: See TracChangeset for help on using the changeset viewer.