Fix option THEME_TOPMENU_DISABLE_IMAGE
This commit is contained in:
parent
1c01972bfe
commit
63e0e1f4bf
@ -164,7 +164,9 @@ button.dropdown-item.global-search-item {
|
||||
}
|
||||
|
||||
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 {
|
||||
padding: 8px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user