Ver Fonte

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

FIX css in the case of not showing topmenu images.
Laurent Destailleur há 6 anos atrás
pai
commit
0fbf578edb
1 ficheiros alterados com 1 adições e 1 exclusões
  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 } ?>