From f5280257ce56167aeb54a1eeac3a66cbe5ac5a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Wed, 7 Dec 2011 17:12:32 +0100 Subject: [PATCH] Changed treerow input style for over elements FEA: ItEr75S04BugFixing --- .../src/main/webapp/common/css/libreplan_zk.css | 6 ++++++ 1 file changed, 6 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 cdfe61537..18de2d228 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1160,6 +1160,12 @@ tr.z-treerow-seld input { background-image: none; } +tr.z-treerow-over input { + background-color: #eff2f6; /* Soft blue */ + background-image: none; +} + + .timeplot-canvas { position:relative; overflow:hidden;