diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index fa83d5d4839..44f13173669 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -375,6 +375,7 @@ print ''."\n";
print '
';
// Other
+print '
';
print '
';
print '| '.$langs->trans("LoginPage").' | | ';
print ' | ';
@@ -425,7 +426,7 @@ print '';
print '
';
print '
'."\n";
-
+print '
';
print '
';
print '';
diff --git a/htdocs/theme/eldy/dropdown.inc.php b/htdocs/theme/eldy/dropdown.inc.php
index 30643b0076f..1258418b3ff 100644
--- a/htdocs/theme/eldy/dropdown.inc.php
+++ b/htdocs/theme/eldy/dropdown.inc.php
@@ -70,7 +70,7 @@ if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?>
display: none;
}
-.tmenu .open.dropdown, .login_block .open.dropdown, .tmenu .open.dropdown, .login_block .dropdown:hover{
+.tmenu .open.dropdown, .tmenu .open.dropdown {
background: rgba(0, 0, 0, 0.1);
}
.tmenu .dropdown-menu, .login_block .dropdown-menu {