mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 01:13:19 +00:00
ui: qemu: switch CD drive icon to SVG
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
64bef8206e
commit
ad40b4a391
@ -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 {
|
||||
|
@ -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
|
||||
|
14
www/images/icon-cd-drive.svg
Normal file
14
www/images/icon-cd-drive.svg
Normal 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 |
Loading…
Reference in New Issue
Block a user