From 1edba7c5f9ea559b5902f309c2008f0a6f5f389f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Fri, 9 Dec 2011 11:05:57 +0100 Subject: [PATCH] Added transparency effect to hover treerow FEA: ItEr75S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index a2989ffbb..4e95baf7d 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1166,6 +1166,10 @@ tr.z-treerow-over input { background-image: none; } +tr.z-treerow-over input { + background-color: #eff2f6; /* Soft blue */ + background-image: none; +} .timeplot-canvas { position:relative;