[pve-devel] [PATCH manager] ui: add missing tag classes

Dominik Csapak d.csapak at proxmox.com
Mon Nov 7 15:56:46 CET 2022


for the tags ui to properly work, these css classes are necessary

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
this patch was missing in my last tags gui series, somehow i messed up
during rebase and these lines got lost

if i need to resend the series, i fixup the correct patches with the
css styles

thanks @aaron for noticing something was off :)

 www/css/ext6-pve.css | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index f7d0c420..7b91871d 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -656,3 +656,37 @@ table.osds td:first-of-type {
     padding-top: 0px;
     padding-bottom: 0px;
 }
+
+.pve-edit-tag > i,
+.pve-add-tag > i {
+    cursor: pointer;
+    font-size: 14px;
+}
+
+.pve-edit-tag > i.handle {
+    padding-right: 5px;
+}
+
+.pve-edit-tag > i.action,
+.pve-add-tag > i.action {
+    padding-left: 5px;
+}
+
+.pve-edit-tag > i.handle {
+    cursor: grab;
+}
+
+.pve-edit-tag.normal > i,
+.pve-edit-tag.inEdit > i.handle {
+    display: none;
+}
+
+.pve-add-tag {
+    background-color: #f5f5f5 ! important;
+    color: #000000 ! important;
+}
+
+.pve-tag-inline-button {
+    cursor: pointer;
+    padding-left: 2px;
+}
-- 
2.30.2






More information about the pve-devel mailing list