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/twentysixteen.scss

    r10493 r10532  
    174174$stripe-even:        #dbe5ff;
    175175$unread:             #dce5ff;
    176 
     176$link-action:        #c82b2b;
    177177/*--------------------------------------------------------------
    178178
     
    19571957        }
    19581958
    1959         /* Sitewide Notices loop */
     1959        .acfb-holder {
     1960            list-style: none;
     1961
     1962            li {margin-left: 0;}
     1963
     1964            li.friend-tab {
     1965                background: lighten($notice-info, 20%);
     1966                border: inherit;
     1967                margin-right: 0;
     1968                padding: 0.5em;
     1969
     1970                span.p {
     1971                    // the 'X' close
     1972                    padding-left: $spacing-val-sm;
     1973
     1974                    &:focus,
     1975                    &:hover {
     1976                        color: $link-action;
     1977                        cursor: pointer;
     1978                    }
     1979                }
     1980
     1981                a {
     1982                    border-bottom: 0;
     1983                    text-decoration: none;
     1984
     1985                    img {
     1986                        // this is the tiny user avatar
     1987                        display: inline;
     1988                        height: 20px;
     1989                        vertical-align: middle;
     1990                        width: 20px !important; // override inline style
     1991                    }
     1992                }
     1993            }
     1994        }
     1995
    19601996        #message-threads.sitewide-notices {
    19611997
     
    20182054
    20192055    } // #buddypress
     2056
     2057    // acfb auto complete name list sits in doc footer before body close
     2058    .ac_results {
     2059        background: #eee;
     2060        padding-left: $spacing-val-sm;
     2061
     2062        ul {    margin: 0; }
     2063
     2064        li {
     2065            margin: $spacing-val-sm 0;
     2066
     2067            &:focus,
     2068            &:hover {
     2069                cursor: pointer;
     2070            }
     2071        }
     2072    }
     2073
    20202074} // close .bp-user
    20212075
Note: See TracChangeset for help on using the changeset viewer.