Merge "Add a color to the .status_DISK_FULL class"

This commit is contained in:
Zuul 2019-02-11 20:45:42 +00:00 committed by Gerrit Code Review
commit 7cf12d7741
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ results. */
.result_SUCCESS {
color: #007f00;
}
.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT {
.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT, .result_DISK_FULL {
color: #cf2f19;
}
.result_UNSTABLE, .result_WARNING {