Explorar el Código

Merge pull request #10425 from tarrsalah/fix-css-on-disable-topmenu-images

FIX css in the case of not showing topmenu images.
Laurent Destailleur hace 6 años
padre
commit
0fbf578edb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      htdocs/theme/eldy/style.css.php

+ 1 - 1
htdocs/theme/eldy/style.css.php

@@ -1542,7 +1542,7 @@ div#tmenu_tooltip {
 <?php } ?>
 }
 
-div.tmenusep {
+div.topmenuimage {
 <?php if ($disableimages) { ?>
 	display: none;
 <?php } ?>