From 7da2acfee3a01a6367249b859b9233063fd174f9 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Tue, 19 Feb 2019 12:00:35 +0100 Subject: [PATCH] add symbol for suspended guests use the same symbol as 'paused' guests to avoid confusion. Signed-off-by: Oguz Bektas --- www/css/ext6-pve.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index a7edbfd9..174511ac 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -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 { -- 2.39.5