ui: qemu: switch CD drive icon to SVG

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-03-31 16:52:39 +02:00
parent 64bef8206e
commit ad40b4a391
3 changed files with 17 additions and 1 deletions

View File

@ -374,7 +374,8 @@
}
.pve-itype-icon-cdrom {
background-image:url(../images/icon-cd.png);
background-size: 16px;
background-image:url(../images/icon-cd-drive.svg);
}
.pve-itype-icon-display {

View File

@ -82,6 +82,7 @@ IMAGES = ${GNOME_IMAGES} \
icon-fa-network-wired.svg\
icon-cpu.svg \
icon-memory.svg \
icon-cd-drive.svg \
icon-sdn.svg: icon-sdn.dot

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
width="100"
height="100"
version="1.1"
>
<g fill="none" stroke="#000" stroke-width="8">
<circle cx="50" cy="50" r="45"/>
<circle cx="50" cy="50" r="15"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 404 B