Job detail page refactor

Made unreachable host color slightly less horrible.
This commit is contained in:
Chris Houseknecht
2014-07-01 13:53:02 -04:00
parent 254c552734
commit 86586a87eb

View File

@@ -20,7 +20,7 @@
@info-color: #3a87ad;
@red: #aa0000; // Ansible Failed
@red-hover: #AE3F3A;
@unreachable: #FF3366;
@unreachable: #FF0000;
@changed: #FF9900; // Ansible Changed
@skipped: #00aaaa; // Ansible Skipped
@warning: #FF9900;