Spaces:
Runtime error
Runtime error
Update
Browse files
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;
|