Fix items inside avatar top menu sometimes are not clickable

This commit is contained in:
Hadi Nategh 2019-06-11 10:47:48 +02:00
parent 56b319a986
commit 3918588ab7
5 changed files with 5 additions and 0 deletions

View File

@ -3992,6 +3992,7 @@ td.message span.message {
padding-left: 26px; padding-left: 26px;
line-height: 1.5em; line-height: 1.5em;
display: inline-block; display: inline-block;
width: 100%;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
text-decoration: none !important; text-decoration: none !important;

View File

@ -3981,6 +3981,7 @@ td.message span.message {
padding-left: 26px; padding-left: 26px;
line-height: 1.5em; line-height: 1.5em;
display: inline-block; display: inline-block;
width: 100%;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
text-decoration: none !important; text-decoration: none !important;

View File

@ -3992,6 +3992,7 @@ td.message span.message {
padding-left: 26px; padding-left: 26px;
line-height: 1.5em; line-height: 1.5em;
display: inline-block; display: inline-block;
width: 100%;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
text-decoration: none !important; text-decoration: none !important;

View File

@ -124,6 +124,7 @@
&:hover { &:hover {
text-decoration: none !important; text-decoration: none !important;
} }
width:100%;
} }
} }

View File

@ -4003,6 +4003,7 @@ td.message span.message {
padding-left: 26px; padding-left: 26px;
line-height: 1.5em; line-height: 1.5em;
display: inline-block; display: inline-block;
width: 100%;
} }
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
text-decoration: none !important; text-decoration: none !important;