diff --git a/htdocs/admin/menus/edit.php b/htdocs/admin/menus/edit.php
index de8a299cece..afe56aa8dcf 100644
--- a/htdocs/admin/menus/edit.php
+++ b/htdocs/admin/menus/edit.php
@@ -370,7 +370,7 @@ if ($action == 'create')
}
else
{
- print '
| ';
+ print ' | ';
}
print ''.$langs->trans('DetailMenuIdParent');
print ', '.$langs->trans("Example").': fk_mainmenu=abc&fk_leftmenu=def';
@@ -458,7 +458,7 @@ elseif ($action == 'edit')
$valtouse=$menu->fk_menu;
if ($menu->fk_mainmenu) $valtouse='fk_mainmenu='.$menu->fk_mainmenu;
if ($menu->fk_leftmenu) $valtouse.='&fk_leftmenu='.$menu->fk_leftmenu;
- print ' | | ';
+ print ' | ';
print ''.$langs->trans('DetailMenuIdParent');
print ', '.$langs->trans("Example").': fk_mainmenu=abc&fk_leftmenu=def';
print ' | ';
@@ -470,7 +470,7 @@ elseif ($action == 'edit')
print '| '.$langs->trans('Title').' | | '.$langs->trans('DetailTitre').' |
';
// Url
- print '| '.$langs->trans('URL').' | | '.$langs->trans('DetailUrl').' |
';
+ print '| '.$langs->trans('URL').' | | '.$langs->trans('DetailUrl').' |
';
// Langs
print '| '.$langs->trans('LangFile').' | | '.$langs->trans('DetailLangs').' |
';
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 084cb13c08b..ad9ab064a6f 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -2831,11 +2831,7 @@ div.tabBar .noborder {
border-radius: 4px;
}
.boxstats:hover {
-
- background: rgb() !important;
-
- background-color: #;
-
+ box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}
span.boxstatstext {
opacity: 0.8;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 48e1ca4fe28..13ab596db17 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -2712,11 +2712,7 @@ div.tabBar .noborder {
min-height: 38px;
}
.boxstats:hover {
-
- background: rgb() !important;
-
- background-color: #;
-
+ box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}
span.boxstatstext {
/* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */