User color instead of a big animated GIF to indicate whether a build is running

This commit is contained in:
Eelco Dolstra
2012-04-02 21:07:49 +02:00
parent 69e600da89
commit 3e57cbfeb8
3 changed files with 7 additions and 3 deletions

View File

@ -126,10 +126,16 @@ ul.productList li {
margin-left: 3em;
}
.runningBuild {
tr:nth-child(even).runningBuild {
background-color: #d8ffd8 !important;
}
tr:nth-child(odd).runningBuild {
background-color: #e8ffe8 !important;
}
.disabledBuild {
background-color: #ffc0c0 !important;
}
.error-msg {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB