Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/05/2016 11:35:34 AM (9 years ago)
Author:
hnla
Message:

Companion Styles

Update all sheets for messages auto complete adjustments as added in twentytwelve.scss

See #6766#comment:10

File:
1 edited

Legend:

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

    r10493 r10532  
    141141$stripe-even:        #dbe5ff;
    142142$unread:             #dce5ff;
     143$link-action:        #c82b2b;
    143144
    144145/*------------------------------------------------------------------------------
     
    18951896
    18961897        .acfb-holder {
     1898            list-style: none;
     1899
     1900            li {margin-left: 0;}
    18971901
    18981902            li.friend-tab {
     1903                background: lighten($notice-info, 20%);
     1904                border: inherit;
    18991905                margin-right: 0;
     1906                padding: 0.5em;
     1907
     1908                span.p {
     1909                    // the 'X' close
     1910                    padding-left: $spacing-val-sm;
     1911
     1912                    &:focus,
     1913                    &:hover {
     1914                        color: $link-action;
     1915                        cursor: pointer;
     1916                    }
     1917                }
    19001918
    19011919                a {
    19021920                    border-bottom: 0;
     1921                    text-decoration: none;
    19031922
    19041923                    img {
     
    19061925                        display: inline;
    19071926                        height: 20px;
    1908                         margin-right: 0.5em;
     1927                        vertical-align: middle;
    19091928                        width: 20px !important; // override inline style
    19101929                    }
     
    19661985
    19671986    } // close #BuddyPress
     1987
     1988    // acfb auto complete name list sits in doc footer before body close
     1989    .ac_results {
     1990        background: #eee;
     1991        padding-left: $spacing-val-sm;
     1992
     1993        ul {    margin: 0; }
     1994
     1995        li {
     1996            margin: $spacing-val-sm 0;
     1997
     1998            &:focus,
     1999            &:hover {
     2000                cursor: pointer;
     2001            }
     2002        }
     2003    }
    19682004
    19692005} // close .bp-user
     
    22972333*-------------------------------------------------------------------------------
    22982334*/
    2299 
    2300 #buddypress {
    2301     .acfb-holder {
    2302 
    2303         li.friend-tab {
    2304             background: $notice-info;
    2305             border: inherit;
    2306         }
    2307     }
    2308 }
Note: See TracChangeset for help on using the changeset viewer.