[pmg-devel] [PATCH 1/1] add pmx-hint css class

Stoiko Ivanov s.ivanov at proxmox.com
Mon Oct 7 21:28:57 CEST 2019


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

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
This patch (along with a refactoring for pve-manager) will also be send to
pve-devel.
 css/ext6-pmx.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/css/ext6-pmx.css b/css/ext6-pmx.css
index 898c5bc..7ee536d 100644
--- a/css/ext6-pmx.css
+++ b/css/ext6-pmx.css
@@ -1,3 +1,7 @@
 .pmx-clear-trigger {
     background-image: url(../images/pmx-clear-trigger.png);
 }
+
+.pmx-hint {
+    background-color: LightYellow;
+}
-- 
2.20.1




More information about the pmg-devel mailing list