[enh] add grey background for error jobs

This commit is contained in:
Laurent Peuch 2018-11-03 19:28:04 +01:00
parent 7cce60f8ac
commit 3ef15da92a

View file

@ -38,6 +38,10 @@
background-color: #D9EDF7 !important;; background-color: #D9EDF7 !important;;
} }
.errorJob {
background-color: #cccccc !important;
}
h1 small { h1 small {
font-size: large; font-size: large;
color: #888; color: #888;