From b69a7f97092d8d6363cd98141bdcfe821b353e9b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 Nov 2019 20:25:39 +0100 Subject: [PATCH] css --- htdocs/core/menus/standard/eldy.lib.php | 2 +- htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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;