~launchpad-pqm/lazr-js/toolchain

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Taken and customized from testlogger.css */
/*#log .yui-console-content { width: 44em }*/
/*#log .yui-console .yui-console-bd { height: 30em }*/
#log .yui-console .yui-console-controls { display: none; }
#log .yui-console .yui-console-hd { display: none; }
#log .yui-console .yui-console-ft { position: absolute; top: 0; }

#log .yui-console-entry-src { display: none; }

#log .yui-console-entry-pass .yui-console-entry-cat {
  background-color: green;
  font-weight: bold;
  color: white;
}
#log .yui-console-entry-fail .yui-console-entry-cat {
  background-color: red;
  font-weight: bold;
  color: white;
}
#log .yui-console-entry-ignore .yui-console-entry-cat {
  background-color: #666;
  font-weight: bold;
  color: white;
}