From 3e8c6d3c6b1e4d235a7b0e240ebc51ba4e553720 Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 7 Oct 2019 21:37:33 +0200 Subject: [PATCH] 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 --- 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.39.5