Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
0fbf578edb
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 } ?>