/**
 * Styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. 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;
}
