/*
 * datainput - event-target
 *
 * Copyright (c) 2018 Kazuhiko Arase
 *
 * URL: https://github.com/kazuhikoarase/datainput/
 *
 * Licensed under the MIT license:
 *  http://www.opensource.org/licenses/mit-license.php
 */

.datainput-base {
  /* font-family must be monospace */
  font-family : "ＭＳ ゴシック", "Osaka-Mono", "Menlo", monospace;
}

.datainput-char {
  border : 1px dotted rgba(0,0,0,0.2);
}

.datainput-caret {
  border-left : 1px solid #000;
}

.datainput-selection {
  background-color : rgba(0,255,0,0.1);
}
