From 5188c435b34a3cf5f10726b62f20d4d71d5d300a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 4 May 2011 12:48:45 -0400 Subject: [PATCH] Put back the red X displayed on some menu tabs when the action is not possible --- themes/original/css/theme_right.css.php | 2 +- themes/pmahomme/css/theme_right.css.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 431adbc5d..6e3a75653 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -798,7 +798,7 @@ ul#topmenu > li.active { /* disabled drop/empty tabs */ ul#topmenu span.tab, -a.warning, +a.error, ul#topmenu span.tabcaution { cursor: url(getImgPath(); ?>error.ico), default; } diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 80ac42dfb..41d0fbb56 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -992,6 +992,7 @@ ul#topmenu > li.active { /* disabled drop/empty tabs */ ul#topmenu span.tab, +a.error, ul#topmenu span.tabcaution { cursor: url(getImgPath(); ?>error.ico), default; color:#ccc;