Merge "Add result_WARNING style class for failing non-voting jobs"

This commit is contained in:
Jenkins 2015-12-07 12:17:56 +00:00 committed by Gerrit Code Review
commit bbcb80cb73

View File

@ -38,7 +38,7 @@ a.gwt-InlineHyperlink {background: none !important}
.result_FAILURE { .result_FAILURE {
color: #cf2f19; color: #cf2f19;
} }
.result_UNSTABLE { .result_UNSTABLE, .result_WARNING {
color: #e39f00; color: #e39f00;
} }
.result_LOST { .result_LOST {