mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-08 12:56:48 +00:00
gui: add lock icons to css
and move the warning/error icons below that so that we get the correct icon if multiple apply Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
6284a48ad1
commit
3cc3b67d8b
@ -140,26 +140,6 @@
|
|||||||
color: #21BF4B;
|
color: #21BF4B;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the red x */
|
|
||||||
.x-tree-icon-custom.offline:after,
|
|
||||||
.x-grid-icon-custom.offline:after,
|
|
||||||
.x-tree-icon-custom.ha-error:after,
|
|
||||||
.x-grid-icon-custom.ha-error:after {
|
|
||||||
content: "\f057";
|
|
||||||
color: #CC1800;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* yellow ! triangle */
|
|
||||||
.x-tree-icon-custom.io-error:after,
|
|
||||||
.x-grid-icon-custom.io-error:after,
|
|
||||||
.x-tree-icon-custom.internal-error:after,
|
|
||||||
.x-grid-icon-custom.internal-error:after,
|
|
||||||
.x-tree-icon-custom.guest-panicked:after,
|
|
||||||
.x-grid-icon-custom.guest-panicked:after {
|
|
||||||
content: "\f071";
|
|
||||||
color: #FFCC00;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* the grey '?' */
|
/* the grey '?' */
|
||||||
.x-tree-icon-custom.unknown:after,
|
.x-tree-icon-custom.unknown:after,
|
||||||
.x-grid-icon-custom.unknown:after {
|
.x-grid-icon-custom.unknown:after {
|
||||||
@ -190,6 +170,39 @@
|
|||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* lock icons */
|
||||||
|
.x-tree-icon-custom.locked:after,
|
||||||
|
.x-grid-icon-custom.locked:after {
|
||||||
|
content: "\f023";
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.x-tree-icon-custom.lock-backup:after,
|
||||||
|
.x-grid-icon-custom.lock-backup:after {
|
||||||
|
content: "\f0c7";
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* yellow ! triangle */
|
||||||
|
.x-tree-icon-custom.io-error:after,
|
||||||
|
.x-grid-icon-custom.io-error:after,
|
||||||
|
.x-tree-icon-custom.internal-error:after,
|
||||||
|
.x-grid-icon-custom.internal-error:after,
|
||||||
|
.x-tree-icon-custom.guest-panicked:after,
|
||||||
|
.x-grid-icon-custom.guest-panicked:after {
|
||||||
|
content: "\f071";
|
||||||
|
color: #FFCC00;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* the red x */
|
||||||
|
.x-tree-icon-custom.offline:after,
|
||||||
|
.x-grid-icon-custom.offline:after,
|
||||||
|
.x-tree-icon-custom.ha-error:after,
|
||||||
|
.x-grid-icon-custom.ha-error:after {
|
||||||
|
content: "\f057";
|
||||||
|
color: #CC1800;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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