diff --git a/htdocs/core/menus/standard/eldy.lib.php b/htdocs/core/menus/standard/eldy.lib.php index 6c6e310ebf4..e0b5924cc94 100644 --- a/htdocs/core/menus/standard/eldy.lib.php +++ b/htdocs/core/menus/standard/eldy.lib.php @@ -508,7 +508,7 @@ function print_eldy_menu($db, $atarget, $type_user, &$tabMenu, &$menu, $noout = $title = $langs->trans("GoIntoSetupToChangeLogo"); print "\n".''."\n"; - print_start_menu_entry('companylogo', 'class="tmenu tmenucompanylogo"', 1); + print_start_menu_entry('companylogo', 'class="tmenu tmenucompanylogo nohover"', 1); print '
'."\n"; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index cd71cfc2521..ea1a70b6c2b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3029,6 +3029,9 @@ ul.noborder li:nth-child(odd):not(.liste_titre) { /* Set the color for hover lines */ +.tmenucompanylogo.nohover, .tmenucompanylogo.nohover:hover { + opacity: unset !important; +} .nohoverborder:hover { border: unset; box-shadow: unset;