hysts HF staff commited on
Commit
32fd025
1 Parent(s): 850f439
Files changed (1) hide show
  1. style.css +5 -2
style.css CHANGED
@@ -23,11 +23,14 @@ div.status-running {
23
  color: green;
24
  }
25
 
26
- div.status-stopped,
27
- div.status-paused {
28
  color: orange;
29
  }
30
 
 
 
 
 
31
  div.status-runtime_error,
32
  div.status-build_error {
33
  color: red;
 
23
  color: green;
24
  }
25
 
26
+ div.status-stopped {
 
27
  color: orange;
28
  }
29
 
30
+ div.status-paused {
31
+ color: gray;
32
+ }
33
+
34
  div.status-runtime_error,
35
  div.status-build_error {
36
  color: red;