[pve-devel] Pool View
Dietmar Maurer
dietmar at proxmox.com
Wed Aug 13 07:46:31 CEST 2014
> !important tag on image url:
>
> This was included in the original cut of the patch to cover a specific browser
> incompatibility scenario; where the author observed that the image was not
> showing in its desired situation. This is a common problem with older versions of
> Internet Explorer and occasionally I have observed it in Chrome as well (where a
> less-specific CSS selector overrides a more-specific CSS selector).
I think this is the correct fix:
diff --git a/www/css/ext-pve.css b/www/css/ext-pve.css
index 20e781f..cc1de26 100644
--- a/www/css/ext-pve.css
+++ b/www/css/ext-pve.css
@@ -125,7 +125,7 @@
.pve-itype-icon-pool,
.x-tree-node-pool,
-.x-grid-tree-pool-expanded .x-tree-node-pool
+.x-grid-tree-node-expanded .x-tree-node-pool
{
background-image:url(../images/connect_established.png);
}
More information about the pve-devel
mailing list