From 3ef15da92ae5dbf2cbaf3b934ad63de327ebb8d2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sat, 3 Nov 2018 19:28:04 +0100 Subject: [PATCH] [enh] add grey background for error jobs --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 7b6753b..53e92f7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -38,6 +38,10 @@ background-color: #D9EDF7 !important;; } +.errorJob { + background-color: #cccccc !important; +} + h1 small { font-size: large; color: #888;