/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

form div.table-value textarea.form-control.codemirror {
  width: 100%;
  height: 300px;
}

.CodeMirror span {
  font-family: monospace;
}

.CodeMirror {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.CodeMirror-empty {
  color: #acacac;
  white-space: normal;
}
