User color instead of a big animated GIF to indicate whether a build is running
This commit is contained in:
@ -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 |
Reference in New Issue
Block a user