Fixed effect which caused previously clicked menu elements to be shown underlined

FEA: ItEr77S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-11-29 11:44:15 +01:00
parent 3db87e1a3f
commit 67c3ec4fa9

View file

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