[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/datatable-highlight/assets/ -> datatable-highlight-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-datatable tr td {
   9      -webkit-transition: background-color 0.05s ease-in;
  10      -moz-transition: background-color 0.05s ease-in;
  11      -o-transition: background-color 0.05s ease-in;
  12      transition: background-color 0.05s ease-in;
  13  }
  14  .yui3-datatable .yui3-datatable-highlight-row td {
  15      -webkit-transition: background-color 0.1s ease-out;
  16      -moz-transition: background-color 0.1s ease-out;
  17      -o-transition: background-color 0.1s ease-out;
  18      transition: background-color 0.1s ease-out;
  19  }
  20  
  21  .yui3-datatable tr .yui3-datatable-highlight-col {
  22      -webkit-transition: background-color 0.1s ease-out;
  23      -moz-transition: background-color 0.1s ease-out;
  24      -o-transition: background-color 0.1s ease-out;
  25      transition: background-color 0.1s ease-out;
  26  }
  27  
  28  .yui3-datatable tr .yui3-datatable-highlight-cell {
  29      -webkit-transition: background-color 0.1s ease-out;
  30      -moz-transition: background-color 0.1s ease-out;
  31      -o-transition: background-color 0.1s ease-out;
  32      transition: background-color 0.1s ease-out;
  33  }


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