/*
 * @(#)IxGrid.css
 * Copyright www.innofactory.net, Inc. All Rights Reserved.
 * This software is the proprietary information of InnoFactory, Inc.
 */
/* added by gryu (2016.11.15) : For IxGrid text selection */
div.gridbox table.hdr td {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

div.gridbox table.obj td {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}
