add OpenID icon

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-02 21:58:09 +02:00
parent 5e0cecb7d5
commit de73e0b3d8
3 changed files with 7 additions and 0 deletions

View File

@ -132,6 +132,12 @@ div.right-aligned {
background-image:url(../images/proxmox-symbol-x.svg); background-image:url(../images/proxmox-symbol-x.svg);
} }
.pmx-itype-icon-openid-logo {
padding-left: 22px;
background-size: 16px 16px;
background-image:url(../images/openid-icon-100x100.png);
}
/* change font for config panel back to fontawesome */ /* change font for config panel back to fontawesome */
.x-treelist-item-expanded > * > * > .x-treelist-item-expander::after, .x-treelist-item-expanded > * > * > .x-treelist-item-expander::after,
.x-treelist-item-expander::after { .x-treelist-item-expander::after {

View File

@ -4,6 +4,7 @@
include ../defines.mk include ../defines.mk
IMAGES=pmx-clear-trigger.png \ IMAGES=pmx-clear-trigger.png \
openid-icon-100x100.png \
icon-cpu.png \ icon-cpu.png \
icon-ram.png \ icon-ram.png \
debian-swirl-openlogo.svg \ debian-swirl-openlogo.svg \

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB