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; }