From 413b399e1da64a51d6e4d9de3a869f99c1eed971 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 14 Jan 2012 01:32:31 +0100 Subject: [PATCH] Removed comment --- htdocs/theme/eldy/style.css.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 08e9297b0a9..1773f0f1d18 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -810,9 +810,7 @@ td.photo { /* ============================================================================== */ .toolbar { -/* background-image: url(<?php echo dol_buildpath($path.'/theme/'.$conf->theme.'/img/tmenu2.jpg',1) ?>) !important; - background-repeat: repeat-x !important; -*/ + /* DYN */ background-image: linear-gradient(bottom, rgb(<?php echo $colorback1; ?>) 15%, rgb(<?php echo $colorback2; ?>) 100%) !important; background-image: -o-linear-gradient(bottom, rgb(<?php echo $colorback1; ?>) 15%, rgb(<?php echo $colorback2; ?>) 100%) !important; -- GitLab