.grid-cell-input-field {
  color: #e5e5e5;
  background: #393939;
  border: none;
  width: 100%;
  height: 100%;
  padding: calc((var(--grid-row-height, 19px) - var(--grid-font-size, 12px)) / 2 - 1px) var(--grid-cell-horizontal-padding, 5px) calc((var(--grid-row-height, 19px) - var(--grid-font-size, 12px)) / 2 + 1px);
  border-radius: 2px;
  font-size: var(--grid-font-size, 12px);
  line-height: 1;
  resize: none;
}
.grid-cell-input-field:focus {
  outline: none;
  border: none;
  box-shadow: 0 0 0 2px blue;
}
.grid-cell-input-field.error {
  color: red;
}
.grid-cell-input-field.error:focus {
  box-shadow: 0 0 0 2px red;
}

/*# sourceMappingURL=CellInputField.css.map */
