[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/datatable-scroll/assets/ -> datatable-scroll-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  /* foundational CSS */
   9  .yui3-datatable-scrollable-x {
  10      _overflow-x: hidden;
  11      _position: relative;
  12  }
  13  
  14  .yui3-datatable-scrollable-y,
  15  .yui3-datatable-scrollable-y .yui3-datatable-x-scroller {
  16      _overflow-y: hidden;
  17      _position: relative;
  18  }
  19  
  20  .yui3-datatable-y-scroller-container {
  21      overflow-x: hidden;
  22      position: relative;
  23  }
  24  
  25  .yui3-datatable-scrollable-y .yui3-datatable-content {
  26      /* To allow absolute positioning of virtual scrollbar */
  27      position: relative;
  28  }
  29  
  30  .yui3-datatable-scrollable-y .yui3-datatable-table .yui3-datatable-columns {
  31      /* Prevent masked headers from showing during momentum scrolling */
  32      visibility: hidden;
  33  }
  34  
  35  .yui3-datatable-scroll-columns {
  36      position: absolute;
  37      width: 100%;
  38      z-index: 2;
  39  }
  40  
  41  .yui3-datatable-y-scroller,
  42  .yui3-datatable-scrollable-x .yui3-datatable-caption-table {
  43      width: 100%;
  44  }
  45  
  46  .yui3-datatable-x-scroller {
  47      position: relative;
  48      overflow-x: scroll;
  49      overflow-y: hidden;
  50  }
  51  
  52  .yui3-datatable-scrollable-y .yui3-datatable-y-scroller {
  53      position: relative;
  54      overflow-x: hidden;
  55      overflow-y: scroll;
  56      z-index: 1;
  57      -webkit-overflow-scrolling: touch;
  58  }
  59  
  60  .yui3-datatable-scrollbar {
  61      position: absolute;
  62      overflow-x: hidden;
  63      overflow-y: scroll;
  64      z-index: 2;
  65  }
  66  
  67  .yui3-datatable-scrollbar div {
  68      position: absolute;
  69      width: 1px;
  70      visibility: hidden;
  71  }
  72  
  73  /* Removed because it prevented cmd + zoom resizing in Chrome (at least) */
  74  /*
  75  .yui3-datatable-header {
  76      -webkit-text-size-adjust: none;
  77  }
  78  */


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