From 730c33b4d8561b7ddbd4cc3fd3e65ea2ed48c086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Tue, 27 Nov 2012 11:27:08 +0100 Subject: [PATCH] Made explicit focused elements on main menu FEA: ItEr77S04BugFixing --- .../src/main/webapp/common/css/libreplan.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan.css b/libreplan-webapp/src/main/webapp/common/css/libreplan.css index 26e6f3d00..f4f36531a 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan.css @@ -214,3 +214,12 @@ a.sub_menu:hover { max-width: 300px; max-height: 65px; } + +.mainmenu :focus { + color:#FFF !important; + text-decoration: underline !important; +} + +a:focus { + text-decoration: underline !important; +}