Skip to content

Commit

Permalink
missing change for css class to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannsblum committed Sep 2, 2017
1 parent 8227177 commit 301511d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sacredboard/static/css/runs.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
color: orange;
}

[sacred-content="status-icon"][sacred-status="TIMEOUT"], .run-interrupted {
[sacred-content="status-icon"][sacred-status="TIMEOUT"], .run-timeout {
color: yellow;
}

Expand Down Expand Up @@ -78,4 +78,4 @@ tr.shown td.details-control:before {
border: 1.5px solid black;
z-index: 1;
padding: 0.5em;
}
}

0 comments on commit 301511d

Please sign in to comment.