Files
elasticsearch-js/test/browser_integration/esjs_reporter.css
2013-11-11 13:14:19 -07:00

15 lines
144 B
CSS

#mocha h1 {
font-size: .7em;
}
.test {
font-size: .8em;
color: yellow;
}
.test.passed {
color: green;
}
.test.failed {
color: red;
}