[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/autocomplete-list/assets/ -> autocomplete-list-core.css (source)

   1  /*
   2  YUI 3.17.2 (build 9c3c78e)
   3  Copyright 2014 Yahoo! Inc. All rights reserved.
   4  Licensed under the BSD License.
   5  http://yuilibrary.com/license/
   6  */
   7  
   8  .yui3-aclist {
   9      position: absolute;
  10      z-index: 1;
  11  }
  12  
  13  .yui3-aclist-hidden { visibility: hidden; }
  14  
  15  .yui3-aclist-aria {
  16      /* Hide from sighted users, show to screen readers. */
  17      left: -9999px;
  18      position: absolute;
  19  }
  20  
  21  .yui3-aclist-list {
  22      list-style: none;
  23      margin: 0;
  24      overflow: hidden;
  25      padding: 0;
  26  }
  27  
  28  .yui3-aclist-item {
  29      cursor: pointer;
  30      list-style: none;
  31      padding: 2px 5px;
  32  }
  33  
  34  .yui3-aclist-item-active { outline: #afafaf dotted thin; }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1