[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/autocomplete-list/assets/skins/night/ -> autocomplete-list-skin.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-skin-night [for=ac-input] { /* autocomplete label color */
   9      color: #CBCBCB;
  10  }
  11  
  12  .yui3-skin-night .yui3-aclist-content {
  13      font-size: 100%;
  14      background-color: #151515;
  15      color: #ccc;
  16      border: 1px solid #303030;
  17      -moz-box-shadow: 0 0 17px rgba(0,0,0,0.58);
  18      -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.58);
  19      box-shadow: 0 0 17px rgba(0,0,0,0.58);
  20  }
  21  
  22  .yui3-skin-night .yui3-aclist-item-active {
  23      background-color: #2F3030;
  24      background: -moz-linear-gradient(
  25          0% 100% 90deg,
  26          #252626 0%,
  27          #333434 100%
  28      );
  29      background: -webkit-gradient(
  30          linear,
  31          left top,
  32          left bottom,
  33          from(#333434),
  34          to(#252626)
  35      );
  36  }
  37  .yui3-skin-night .yui3-aclist-item-hover {
  38      background-color: #262727;
  39      background: -moz-linear-gradient(
  40          0% 100% 90deg,
  41          #202121 0%,
  42          #282929 100%
  43      );
  44      background: -webkit-gradient(
  45          linear,
  46          left top,
  47          left bottom,
  48          from(#282929),
  49          to(#202121)
  50      );
  51  }
  52  
  53  .yui3-skin-night .yui3-aclist-item { 
  54      padding: 0 1em;   /*0.4em 1em 0.6em*/
  55      line-height: 2.25;
  56  }
  57  .yui3-skin-night .yui3-aclist-item-active { outline: none; }
  58  .yui3-skin-night .yui3-highlight { color:#EFEFEF; }


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