diff --git a/htdocs/theme/bureau2crea/img/bg_btnGreen.jpg b/htdocs/theme/bureau2crea/img/bg_btnGreen.jpg index 8bcabe5a4f5..d2c3f60f44d 100644 Binary files a/htdocs/theme/bureau2crea/img/bg_btnGreen.jpg and b/htdocs/theme/bureau2crea/img/bg_btnGreen.jpg differ diff --git a/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg b/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg index facbd6ba839..bb9f862cf67 100644 Binary files a/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg and b/htdocs/theme/bureau2crea/img/bg_centerBlock-title.jpg differ diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 2320aa0d296..c84b7e37d85 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -22,7 +22,7 @@ /** * \file htdocs/theme/bureau2crea/style.css.php * \brief Fichier de style CSS du theme bureau2crea - * \version $Id: style.css.php,v 1.45 2011/08/17 08:00:48 bureau2crea Exp $ + * \version $Id: style.css.php,v 1.46 2011/08/17 08:22:10 bureau2crea Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -497,7 +497,12 @@ li.tmenu a { } li.tmenu a:hover { - color: #a1ad23; + color: #842F00; + } + +li.tmenu a.tmenusel { + color: #842F00; + font-weight: bold; } li.tmenu .tmenusel { @@ -507,11 +512,9 @@ li.tmenu .tmenusel { -moz-border-radius-topright:4px; border-top-left-radius:4px; border-top-right-radius:4px; - border-right: 1px solid #555555; - border-bottom: 0px solid #555555; - border-left: 1px solid #D0D0D0; - border-top: 1px solid #D8D8D8; - background: #606060; + border: 2px solid #842F00; + border-bottom: none; + background: #FFFFFF; }