From 180bd576850f61acc637d40c6cba8759a1a34466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Tue, 27 Nov 2012 12:50:06 +0100 Subject: [PATCH] Fixed side-effect of clickable-rows:hover effect on grids FEA: ItEr77S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e502bfc65..2d7948806 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1326,7 +1326,7 @@ overflow: visible; cursor: pointer; } -.clickable-rows:hover { +.listdetails .clickable-rows:hover { text-decoration: underline; }