tabcaution no longer exists

This commit is contained in:
Marc Delisle
2011-05-04 12:53:00 -04:00
parent 5188c435b3
commit ea3af8325e
2 changed files with 4 additions and 32 deletions

View File

@@ -700,19 +700,6 @@ ul#topmenu span.tab {
color: #666666; 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 { fieldset.caution a {
color: #FF0000; color: #FF0000;
} }
@@ -796,10 +783,9 @@ ul#topmenu > li.active {
border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>; border-bottom: 1pt solid <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
} }
/* disabled drop/empty tabs */ /* disabled tabs */
ul#topmenu span.tab, ul#topmenu span.tab,
a.error, a.error {
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default; cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
} }
<?php } ?> <?php } ?>

View File

@@ -894,19 +894,6 @@ ul#topmenu span.tab {
color: #666666; 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 { fieldset.caution a {
color: #FF0000; color: #FF0000;
} }
@@ -990,10 +977,9 @@ ul#topmenu > li.active {
border-right:0px; border-right:0px;
} }
/* disabled drop/empty tabs */ /* disabled tabs */
ul#topmenu span.tab, ul#topmenu span.tab,
a.error, a.error {
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default; cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc; color:#ccc;
} }