Browse Source

FIX css in the case of not showing topmenu images.

tarrsalah 6 years ago
parent
commit
88da5f25d8
1 changed files with 1 additions and 1 deletions
  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 } ?>