Fixed effect which caused previously clicked menu elements to be shown underlined
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
3db87e1a3f
commit
67c3ec4fa9
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue