Add unresponsive status

This commit is contained in:
2018-09-12 21:23:47 -04:00
parent 91d9efa7f7
commit 62e4e156ae
13 changed files with 106 additions and 61 deletions
+8
View File
@@ -143,6 +143,7 @@ a.banner-link:hover {
content:"\e084";
}
}
&.status-exception {
color: #a94442;
&:after {
@@ -150,6 +151,13 @@ a.banner-link:hover {
}
}
&.status-unresponsive {
color: #66512c;
&:after {
content:"\e085";
}
}
&.status-running, &.status-starting, &.status-finishing {
color: #3c763d;
}