From f115275af7ae36d175430fe3e3fd206aeb8c0dd5 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 13 Aug 2014 07:47:19 +0200 Subject: [PATCH] fix css for expanded x-tree-node-pool --- www/css/ext-pve.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/ext-pve.css b/www/css/ext-pve.css index 20e781f5..cc1de269 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); }