Fix option THEME_TOPMENU_DISABLE_IMAGE

This commit is contained in:
Laurent Destailleur 2020-03-25 17:35:50 +01:00
parent 1c01972bfe
commit 63e0e1f4bf

View File

@ -164,7 +164,9 @@ button.dropdown-item.global-search-item {
} }
div#topmenu-global-search-dropdown, div#topmenu-bookmark-dropdown { div#topmenu-global-search-dropdown, div#topmenu-bookmark-dropdown {
line-height: 46px; <?php if (empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { ?>
line-height: 46px;
<?php } ?>
} }
a.top-menu-dropdown-link { a.top-menu-dropdown-link {
padding: 8px; padding: 8px;