forked from extern/egroupware
Fix items inside avatar top menu sometimes are not clickable
This commit is contained in:
parent
56b319a986
commit
3918588ab7
@ -3992,6 +3992,7 @@ td.message span.message {
|
||||
padding-left: 26px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
text-decoration: none !important;
|
||||
|
@ -3981,6 +3981,7 @@ td.message span.message {
|
||||
padding-left: 26px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
text-decoration: none !important;
|
||||
|
@ -3992,6 +3992,7 @@ td.message span.message {
|
||||
padding-left: 26px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
text-decoration: none !important;
|
||||
|
@ -124,6 +124,7 @@
|
||||
&:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
width:100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -4003,6 +4003,7 @@ td.message span.message {
|
||||
padding-left: 26px;
|
||||
line-height: 1.5em;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||
text-decoration: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user