status pending style in vm-list

This commit is contained in:
Arvind Tiwari 2017-09-15 17:02:02 +05:30
commit 0c3f605735
2 changed files with 3 additions and 3 deletions

View file

@ -521,7 +521,7 @@
color: #87B6EA;
}
.vm-status, .vm-status-active, .vm-status-failed {
.vm-status, .vm-status-active, .vm-status-failed, .vm-status-pending {
font-weight: 600;
}
.vm-status-active {
@ -530,7 +530,7 @@
.vm-status-failed {
color: #eb4d5c;
}
.vm-status-failed {
.vm-status-pending {
color: #e47f2f;
}