diff --git a/modules/openstack_project/files/gerrit/GerritSite.css b/modules/openstack_project/files/gerrit/GerritSite.css index ab6b8588ab..c2cd39589a 100644 --- a/modules/openstack_project/files/gerrit/GerritSite.css +++ b/modules/openstack_project/files/gerrit/GerritSite.css @@ -123,7 +123,7 @@ results. */ .result_SUCCESS { color: #007f00; } -.result_FAILURE, .result_POST_FAILURE { +.result_FAILURE, .result_POST_FAILURE, .result_TIMED_OUT, .result_RETRY_LIMIT { color: #cf2f19; } .result_UNSTABLE, .result_WARNING {