]> git.proxmox.com Git - pve-manager.git/blobdiff - www/css/ext6-pve.css
ui: add form for editing tags
[pve-manager.git] / www / css / ext6-pve.css
index f7d0c42010e1b0ffe8963ac7718f5ccf8bee114c..4fc83a8780c45684cc7e7c11e5366aa5f49efc37 100644 (file)
@@ -656,3 +656,50 @@ 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;
+    cursor: grab;
+}
+
+.pve-edit-tag > i.action,
+.pve-add-tag > i.action {
+    padding-left: 5px;
+}
+
+.pve-edit-tag.normal > i {
+    display: none;
+}
+
+.pve-edit-tag.editable span,
+.pve-edit-tag.inEdit span,
+.pve-add-tag.editable span,
+.pve-add-tag.inEdit span {
+    background-color: #ffffff;
+    border: 1px solid #a8a8a8;
+    color: #000;
+    padding-left: 2px;
+    padding-right: 2px;
+    min-width: 2em;
+}
+
+.pve-edit-tag.inEdit span,
+.pve-add-tag.inEdit span {
+    border: 1px solid #000;
+}
+
+.pve-add-tag {
+    background-color: #d5d5d5 ! important;
+    color: #000000 ! important;
+}
+
+.pve-tag-inline-button {
+    cursor: pointer;
+    padding-left: 2px;
+}