mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:56:48 +00:00
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:
parent
21ef191b66
commit
77d2332068
@ -182,6 +182,14 @@
|
|||||||
font-size: 0.6em;
|
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 */
|
/* the lxc template */
|
||||||
.x-tree-icon-custom.lxc:after,
|
.x-tree-icon-custom.lxc:after,
|
||||||
.x-grid-icon-custom.lxc:after {
|
.x-grid-icon-custom.lxc:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user