Changeset 10532 for trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
- Timestamp:
- 02/05/2016 11:35:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10493 r10532 141 141 $stripe-even: #dbe5ff; 142 142 $unread: #dce5ff; 143 $link-action: #c82b2b; 143 144 144 145 /*------------------------------------------------------------------------------ … … 1895 1896 1896 1897 .acfb-holder { 1898 list-style: none; 1899 1900 li {margin-left: 0;} 1897 1901 1898 1902 li.friend-tab { 1903 background: lighten($notice-info, 20%); 1904 border: inherit; 1899 1905 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 } 1900 1918 1901 1919 a { 1902 1920 border-bottom: 0; 1921 text-decoration: none; 1903 1922 1904 1923 img { … … 1906 1925 display: inline; 1907 1926 height: 20px; 1908 margin-right: 0.5em;1927 vertical-align: middle; 1909 1928 width: 20px !important; // override inline style 1910 1929 } … … 1966 1985 1967 1986 } // 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 } 1968 2004 1969 2005 } // close .bp-user … … 2297 2333 *------------------------------------------------------------------------------- 2298 2334 */ 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.