Merge "Highlight POST_FAILURE same as FAILURE on Gerrit page"

This commit is contained in:
Jenkins 2017-04-11 20:39:48 +00:00 committed by Gerrit Code Review
commit dc7e057b9c

View File

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