From 88ff83aa7e816410d48fabb43c1c9d601af87bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Thu, 10 Nov 2011 15:33:12 +0100 Subject: [PATCH] Removed ambiguous arrow in mouse-selected tree row FEA: ItEr75S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 5 +++++ 1 file changed, 5 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 1217692a3..3a4c58264 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -472,6 +472,11 @@ div.z-row-cnt { font-size: 11px; } + +tr.z-treerow td.z-treerow-focus { + background-image: none; +} + div.z-footer-cnt,div.z-row-cnt,div.z-group-cnt,div.z-group-foot-cnt,div.z-column-cnt,div.z-tree-col-cnt { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px;