Made explicit focused elements on main menu

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-11-27 11:27:08 +01:00
parent 180bd57685
commit 730c33b4d8

View file

@ -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;
}