[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/jquery/handsontable/extensions/ -> jquery.handsontable.removeRow.css (source)

   1  /**
   2   * Handsontable RemoveRow extension. See `demo/buttons.html` for example usage
   3   */
   4  .handsontable.htRemoveRow th.htRemoveRow {
   5    min-width: 15px;
   6  }
   7  
   8  .handsontable.htRemoveRow th.htRemoveRow div.minWidthProblemFix {
   9    width: 15px;
  10  }
  11  
  12  .handsontable.htRemoveRow tr:first-child th.htRemoveRow,
  13  .handsontable.htRemoveRow tr:first-child td.htRemoveRow {
  14    border-top: 1px solid #FFF;
  15  }
  16  
  17  .handsontable.htRemoveRow th.htRemoveRow .btn {
  18    background-color: #BBB;
  19    border-radius: 9px;
  20    padding: 0 4px 0 4px;
  21    color: #FFF;
  22    cursor: pointer;
  23    font-size: 12px;
  24    font-weight: bold;
  25    display: none;
  26  }
  27  
  28  .handsontable.htRemoveRow th.htRemoveRow .btn:hover {
  29    background-color: #777;
  30  }


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1