Add unresponsive status
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user