From 67c3ec4fa9da8b4b74a266031adb05b6c66a7955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Thu, 29 Nov 2012 11:44:15 +0100 Subject: [PATCH] Fixed effect which caused previously clicked menu elements to be shown underlined FEA: ItEr77S04BugFixing --- .../src/main/webapp/common/css/libreplan_zk.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 944c6d5df..ebde77841 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -6,8 +6,6 @@ * to integrate the custom appearance of the web application. */ - - /* ----- Predefined Height dependent styles ----- */ .scheduling-graphics { height:200px; @@ -1903,3 +1901,7 @@ select { font-weight: bold; color: #0F3B82; } + +.z-menu-popup a:focus { + text-decoration: none !important; +}