add pmx-hint css class

since we need it in PMG as well - pull it here (and independently
refactor pve-manager)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2019-10-07 21:37:33 +02:00 committed by Dominik Csapak
parent dc4f36a2bd
commit 3e8c6d3c6b

View File

@ -1,3 +1,7 @@
.pmx-clear-trigger {
background-image: url(../images/pmx-clear-trigger.png);
}
.pmx-hint {
background-color: LightYellow;
}