[buddypress-trac] [BuddyPress] #3278: @mentions autosuggest support

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Jun 14 19:35:24 UTC 2011


#3278: @mentions autosuggest support
--------------------------+-----------------------------
  Reporter:  DJPaul       |      Owner:  karmatosed
      Type:  enhancement  |     Status:  accepted
  Priority:  normal       |  Milestone:  Awaiting Review
 Component:  Activity     |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------------

Comment (by karmatosed):

 I've done some yellow highlight styling I think works and fits in with
 highlights hopefully.  Attached screenshot but here is the CSS also.


 {{{
 #mentions-autosuggest li:not(.section):hover {
 background: #fff9db;
 background: -moz-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* FF3.6+
 */
 background: -ms-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* IE10+
 */
 background: -o-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /*
 Opera11.10+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,
 #fff9db), color-stop(100%, #fff7d0)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #fff9db 0%, #fff7d0 100%); /*
 Chrome10+,Safari5.1+ */
 background: linear-gradient(top, #fff9db 0%, #fff7d0 100%); /* W3C */
 border-bottom: 1px solid #ffeb86;
 border-top: 1px solid #ffeb86;
 cursor: pointer;
 filter:
 progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9db',endColorstr='#fff7d0',GradientType=0);
 }
 }}}

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3278#comment:6>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list