﻿.CodeMirror span {
  display: initial !important; }

.theme-dark .editor-toolbar a {
  color: #d8e5e3 !important; }

.theme-light .editor-toolbar a {
  color: #383a3c !important; }

.editor-toolbar a:hover {
  color: black !important; }

.theme-dark .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: rgba(255, 255, 255, 0.2); }

.theme-light .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  background: rgba(0, 0, 0, 0.22); }

.editor-toolbar.disabled-for-preview > a.no-disable {
  background: rgba(0, 255, 0, 0.5); }

.editor-toolbar > a.active {
  background: rgba(255, 255, 255, 0.5);
  color: black !important; }

.theme-dark .CodeMirror-code {
  color: #d8e5e3; }

.theme-light .CodeMirror-code {
  color: #383a3c; }

.theme-dark .CodeMirror-wrap {
  background: rgba(0, 0, 0, 0.8); }

.theme-light .CodeMirror-wrap {
  background: rgba(255, 255, 255, 0.8); }

.CodeMirror-cursor {
  border-left: 0.1rem solid #d8e5e3; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: rgba(255, 255, 255, 0.6); }

.CodeMirror-focused .CodeMirror-selected, .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: rgba(255, 255, 255, 0.6); }

.editor-preview {
  background: #323232; }
  .theme-dark .editor-preview {
    color: #d8e5e3; }
  .theme-light .editor-preview {
    color: #383a3c; }

.editor-preview img {
  max-width: 100%; }

/*# sourceMappingURL=wwwroot\css\editor.css.map */
