web: implement addSlash, fix path_to_root
[buildbot.git] / buildbot / status / web / classic.css
blob4f56a8a56e9ebd02b1084658ec7b1ba3928a8914
1 a:visited {
2 color: #800080;
5 td.Event, td.BuildStep, td.Activity, td.Change, td.Time, td.Builder {
6 border-top: 1px solid;
7 border-right: 1px solid;
10 /* Activity states */
11 .offline {
12 background-color: red;
14 .idle {
15 background-color: white;
17 .waiting {
18 background-color: yellow;
20 .building {
21 background-color: yellow;
24 /* LastBuild, BuildStep states */
25 .success {
26 background-color: #72ff75;
28 .failure {
29 background-color: red;
31 .warnings {
32 background-color: #ff8000;
34 .exception {
35 background-color: #c000c0;
37 .start,.running {
38 background-color: yellow;