Browse Source

FIX disabled pito of menu must be greyed.

Laurent Destailleur 1 year ago
parent
commit
cfa1b78efe
1 changed files with 3 additions and 0 deletions
  1. 3 0
      htdocs/theme/eldy/global.inc.php

+ 3 - 0
htdocs/theme/eldy/global.inc.php

@@ -2761,6 +2761,9 @@ a.tmenuimage:focus, .mainmenu.topmenuimage:focus {
 button.ui-button.ui-corner-all.ui-widget:focus {
 	outline: none;
 }
+.tmenuimage {
+	color: var(--colortextbackhmenu);
+}
 
 /* For mainmenu, we always load the img */