]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
add symbol for suspended guests
authorOguz Bektas <o.bektas@proxmox.com>
Tue, 19 Feb 2019 11:00:35 +0000 (12:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Feb 2019 13:12:06 +0000 (14:12 +0100)
use the same symbol as 'paused' guests to avoid confusion.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
www/css/ext6-pve.css

index a7edbfd9a11e9b78c7d239fac130d0bcc84fdfe2..174511ac0665d4346ede5de375a971372a1c28ec 100644 (file)
     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 {