diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 6bdac2a1f45..5883f446bfc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -105,15 +105,15 @@ if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED)) $conf->global->THEME_ELDY_TOPMENU_BACK1='180,196,216'; // topmenu $conf->global->THEME_ELDY_TOPMENU_BACK2='190,206,226'; $conf->global->THEME_ELDY_VERMENU_BACK1='246,248,250'; // vmenu - $conf->global->THEME_ELDY_VERMENU_BACK2='220,225,230'; + $conf->global->THEME_ELDY_VERMENU_BACK2='220,224,227'; $conf->global->THEME_ELDY_BACKTITLE1='140,160,185'; // title of arrays $conf->global->THEME_ELDY_BACKTITLE2='210,220,235'; - $conf->global->THEME_ELDY_BACKTABCARD1='242,244,248'; // card - $conf->global->THEME_ELDY_BACKTABCARD2='220,225,230'; - $conf->global->THEME_ELDY_BACKTABACTIVE='220,225,230'; + $conf->global->THEME_ELDY_BACKTABCARD1='238,242,244'; // card + $conf->global->THEME_ELDY_BACKTABCARD2='220,224,227'; + $conf->global->THEME_ELDY_BACKTABACTIVE='220,224,227'; $conf->global->THEME_ELDY_BACKBODY='#ffffff url('.$img_head.') 0 0 no-repeat;'; - $conf->global->THEME_ELDY_LINEIMPAIR1='244,244,244'; - $conf->global->THEME_ELDY_LINEIMPAIR2='250,250,250'; + $conf->global->THEME_ELDY_LINEIMPAIR1='242,242,242'; + $conf->global->THEME_ELDY_LINEIMPAIR2='248,248,248'; $conf->global->THEME_ELDY_LINEPAIR1='255,255,255'; $conf->global->THEME_ELDY_LINEPAIR2='255,255,255'; $conf->global->THEME_ELDY_BACKBODY='#ffffff url('.$img_head.') 0 0 no-repeat;';