Update style.css.php

This commit is contained in:
Laurent Destailleur 2019-02-08 10:19:59 +01:00 committed by GitHub
parent 8143acbadf
commit fbd2d368e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1717,9 +1717,9 @@ a.tmenuimage {
/* Do not load menu img for other if hidden to save bandwidth */ /* Do not load menu img for other if hidden to save bandwidth */
<?php if (empty($dol_hide_topmenu)) : ?> <?php if (empty($dol_hide_topmenu)) : ?>
<?php if(! defined('DISABLE_FONT_AWSOME') && !empty($conf->global->MAIN_USE_FONT_AWESOME_5)): ?> <?php if (! defined('DISABLE_FONT_AWSOME') && !empty($conf->global->MAIN_USE_FONT_AWESOME_5)) { ?>
<?php include './main_menu_fa_icons.css' ; ?> <?php include echo dol_buildpath($path.'/theme/'.$theme.'/main_menu_fa_icons.css', 1); ?>
<?php else: ?> <?php } else { ?>
div.mainmenu.home{ div.mainmenu.home{
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/home_over.png', 1) ?>); background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/menus/home_over.png', 1) ?>);
background-position-x: center; background-position-x: center;
@ -1863,8 +1863,8 @@ a.tmenuimage {
// End of part to add more div class css // End of part to add more div class css
?> ?>
<?php endif; //legacy icons ?> <?php } //legacy icons ?>
<?php endif; // End test if $dol_hide_topmenu ?> <?php } // End test if $dol_hide_topmenu ?>
.tmenuimage { .tmenuimage {
padding:0 0 0 0 !important; padding:0 0 0 0 !important;