]> git.proxmox.com Git - pve-manager.git/blobdiff - www/css/ext6-pve.css
ui: add tooltips to non-full tags globally
[pve-manager.git] / www / css / ext6-pve.css
index 105adc45d6b5559d5b7b618568f79310ee7fd8a4..782c90442ecec241e8bac868f58f8a574ceada43 100644 (file)
@@ -726,3 +726,13 @@ table.osds td:first-of-type {
 .proxmox-tag-fieldset.proxmox-tags-full .x-component.x-column {
     margin: 2px;
 }
+
+/* we have to override some styles for the tag tooltips,
+ * otherwise extjs styling interferes */
+.pmx-tag-tooltip {
+    background-color: transparent;
+}
+
+.pmx-tag-tooltip .proxmox-tags-full > span {
+    margin: 0px;
+}