textarea{
    resize: none !important;
}

.CodeMirror {
    height: 12.5rem;
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 0.2rem 0.3rem;
}

.night .cm-s-default.CodeMirror {
    background: #181a1b;
    background-color: #181a1b;
    color: #eee;
}

.upfiles {
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #eee;
    padding-left: 0.5rem;
    cursor: pointer;
    color: #bbb;
}

.night .upfiles {
    background-color: #181a1b;
    border: 1px solid #444;
    color: #444;
}