From 96639d78d45d568b01f4881aa8ee3d57c94e685a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 19 Nov 2011 17:32:54 -0800 Subject: [PATCH] buildbot: Add style for failed builds --- test/buildbot/master/public_html/static/css/vagrant.base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/buildbot/master/public_html/static/css/vagrant.base.css b/test/buildbot/master/public_html/static/css/vagrant.base.css index fac110260..3636f356a 100644 --- a/test/buildbot/master/public_html/static/css/vagrant.base.css +++ b/test/buildbot/master/public_html/static/css/vagrant.base.css @@ -197,4 +197,8 @@ pre > code { .Module.builders tbody td.success { background-color: #D1EED1; +} + +.Module.builders tbody td.failure { + background-color: #FDDFDE; } \ No newline at end of file