ba901922f108cc540393a89c2f1e4ee009efd337
[arvados.git] / app / assets / stylesheets / nodes.css
1 /*
2   Place all the styles related to the matching controller here.
3   They will automatically be included in application.css.
4 */
5 .node-status {
6     /* unknown status - might be bad */
7     background: #ff8888;
8 }
9 .node-status-running {
10     background: #88ff88;
11 }
12 .node-status-missing {
13     background: #ff8888;
14 }
15 .node-status-terminated {
16     background: #ffffff;
17 }