From ea3af8325e2814641dce1e4f6dc8e22d9d286523 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 4 May 2011 12:53:00 -0400 Subject: [PATCH] tabcaution no longer exists --- themes/original/css/theme_right.css.php | 18 ++---------------- themes/pmahomme/css/theme_right.css.php | 18 ++---------------- 2 files changed, 4 insertions(+), 32 deletions(-) diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index 6e3a75653..406dc9d8e 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -700,19 +700,6 @@ ul#topmenu span.tab { color: #666666; } -/* disabled drop/empty tabs */ -ul#topmenu span.tabcaution { - color: #ff6666; -} - -/* enabled drop/empty tabs */ -ul#topmenu a.tabcaution { - color: #FF0000; -} -ul#topmenu a.tabcaution:hover { - color: #FFFFFF; - background-color: #FF0000; -} fieldset.caution a { color: #FF0000; } @@ -796,10 +783,9 @@ ul#topmenu > li.active { border-bottom: 1pt solid ; } -/* disabled drop/empty tabs */ +/* disabled tabs */ ul#topmenu span.tab, -a.error, -ul#topmenu span.tabcaution { +a.error { 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 41d0fbb56..a2035c392 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -894,19 +894,6 @@ ul#topmenu span.tab { color: #666666; } -/* disabled drop/empty tabs */ -ul#topmenu span.tabcaution { - color: #ff6666; -} - -/* enabled drop/empty tabs */ -ul#topmenu a.tabcaution { - color: #FF0000; -} -ul#topmenu a.tabcaution:hover { - color: #FFFFFF; - background-color: #FF0000; -} fieldset.caution a { color: #FF0000; } @@ -990,10 +977,9 @@ ul#topmenu > li.active { border-right:0px; } -/* disabled drop/empty tabs */ +/* disabled tabs */ ul#topmenu span.tab, -a.error, -ul#topmenu span.tabcaution { +a.error { cursor: url(getImgPath(); ?>error.ico), default; color:#ccc; }