git-svn-id: http://talendforge.org/svn/tis_shared/trunk@80017 f6f1c999-d317-4740-80b0-e6d1abc6f99e
10 lines
312 B
CSS
10 lines
312 B
CSS
.invocation-failed, .test-failed { background-color: #DD0000; }
|
|
.invocation-percent, .test-percent { background-color: #006600; }
|
|
.invocation-passed, .test-passed { background-color: #00AA00; }
|
|
.invocation-skipped, .test-skipped { background-color: #CCCC00; }
|
|
|
|
.main-page {
|
|
font-size: x-large;
|
|
}
|
|
|