From b6da74b56294fb5d6709460a146944dd3e64190f Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Thu, 23 Jun 2011 15:05:58 +0000 Subject: [PATCH] Fix: bureau2crea show active menu tab --- htdocs/theme/bureau2crea/style.css.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index e2d84100328..0d170e4463c 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -468,6 +468,12 @@ li.tmenu a { li.tmenu a:hover { color: #842F00; } + +li.tmenu .tmenusel { + color: #7F0A29; + font-weight: bold; + } + li.tmenusel { background-image : url(); @@ -497,6 +503,7 @@ li.tmenusel a:hover { li.tmenu a.tmenudisabled { color: #CCC; } + /* --- end nav --- */