add symbol for suspended guests

use the same symbol as 'paused' guests to avoid confusion.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
This commit is contained in:
Oguz Bektas 2019-02-19 12:00:35 +01:00 committed by Thomas Lamprecht
parent 21ef191b66
commit 77d2332068

View File

@ -182,6 +182,14 @@
font-size: 0.6em;
}
/* the suspend symbol */
.x-tree-icon-custom.suspended:after,
.x-grid-icon-custom.suspended:after {
content: "\f04c";
color: #CC8E00;
font-size: 0.6em;
}
/* the lxc template */
.x-tree-icon-custom.lxc:after,
.x-grid-icon-custom.lxc:after {