/* Place all the styles related to the matching controller here. They will automatically be included in application.css. */ .node-status { /* unknown status - might be bad */ background: #ff8888; } .node-status-running { background: #88ff88; } .node-status-missing { background: #ff8888; } .node-status-terminated { background: #ffffff; }