소스 검색

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

FIX css in the case of not showing topmenu images.
Laurent Destailleur 6 년 전
부모
커밋
0fbf578edb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 } ?>