]> git.saurik.com Git - wxWidgets.git/blob - build/buildbot/config/buildbot.css
Brian Ravnsgaard Riis slave added
[wxWidgets.git] / build / buildbot / config / buildbot.css
1 a:visited {
2 color: #800080;
3 }
4
5 td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
6 border-top: 1px solid;
7 border-right: 1px solid;
8 }
9
10 td {
11 border-top: 1px solid;
12 border-right: 1px solid;
13 border-color: silver;
14 }
15
16 /* Activity states */
17 .offline {
18 background-color: red;
19 }
20 .idle {
21 background-color: white;
22 }
23 .waiting {
24 background-color: yellow;
25 }
26 .building {
27 background-color: yellow;
28 }
29
30 /* LastBuild, BuildStep states */
31 .success {
32 background-color: #72ff75;
33 }
34 .failure {
35 background-color: red;
36 }
37 .warnings {
38 background-color: #ff8000;
39 }
40 .exception {
41 background-color: #c000c0;
42 }
43 .start,.running {
44 background-color: yellow;
45 }