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;
}
/* 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 <?php echo $GLOBALS['cfg']['MainBackground']; ?>;
}
/* disabled drop/empty tabs */
/* disabled tabs */
ul#topmenu span.tab,
a.error,
ul#topmenu span.tabcaution {
a.error {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}
<?php } ?>