summaryrefslogtreecommitdiff
path: root/codemirror_ui/lib/CodeMirror-2.3/test/mode_test.css
blob: f425922e5dc2c5b46c47d92264a6249190ee5bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.mt-output .mt-token {
  border: 1px solid #ddd;
  white-space: pre;
  font-family: "Consolas", monospace;
  text-align: center;
}

.mt-output .mt-style {
  font-size: x-small;
}

.mt-test {
  border-left: 10px solid #fff;
}

.mt-pass {
  border-left: 10px solid #cfc;
}

.mt-fail {
  border-left: 10px solid #fcc;
}