Skip to content

Commit

Permalink
Merge pull request #174 from fanis/highlight_delayed
Browse files Browse the repository at this point in the history
Highlight delayed jobs
  • Loading branch information
pentium10 committed Oct 16, 2020
2 parents e0bd5d5 + ef2d324 commit 7c5c49e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/css/customer.css
Expand Up @@ -74,3 +74,10 @@ ol.inside, ul.inside {
font-weight: bolder;
background-color: #ffdddd;
}

/** Highlight delayed jobs */
#summaryTable * td.td-current-jobs-delayed.hasValue, #servers-index * td.td-current-jobs-delayed.hasValue {
color: #AD532D;
font-weight: bolder;
background-color: #FFF3DD;
}

0 comments on commit 7c5c49e

Please sign in to comment.