summaryrefslogtreecommitdiff
path: root/css/codeq/console.css
blob: 5f721b7a8d912169285d4c7b6873718dce0ceee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.cq-con {
    color: greenyellow;
    font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
    font-size: medium;
    word-break: break-all;
}
.cq-con-line {
    white-space: pre-wrap;
    background-color: transparent;
    border: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.cq-con-text {

}
.cq-con-cursor {
    color: black;
    background: greenyellow;
}
.cq-con-cursor.inverted {
    color: greenyellow;
    background: black;
}

.cq-con-text.input {
    color: #a6e1ec;
}
.cq-con-text.error {
    color: #d9534f;
}