diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a001677ca55..ce4764373db 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2254,6 +2254,9 @@ td.nobottom, td.nobottom { div.liste_titre .tagtd { vertical-align: middle; } +div.liste_titre { + box-shadow: 2px 2px 4px #CCC; +} div.liste_titre { min-height: 26px !important; /* We cant use height because it's a div and it should be higher if content is more. but min-height doe not work either for div */