X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=www%2Fcss%2Fext6-pve.css;h=782c90442ecec241e8bac868f58f8a574ceada43;hb=e3bc13e14a91355de07884d171a699d39398e42f;hp=105adc45d6b5559d5b7b618568f79310ee7fd8a4;hpb=2f414c50c191ae5c40f774869d70b7c14b86ee5e;p=pve-manager.git diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index 105adc45..782c9044 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -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; +}