Put back the red X displayed on some menu tabs when the action is not possible

This commit is contained in:
Marc Delisle
2011-05-04 12:48:45 -04:00
parent 9e4118d7bf
commit 5188c435b3
2 changed files with 2 additions and 1 deletions

View File

@@ -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(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
}

View File

@@ -992,6 +992,7 @@ ul#topmenu > li.active {
/* disabled drop/empty tabs */
ul#topmenu span.tab,
a.error,
ul#topmenu span.tabcaution {
cursor: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>error.ico), default;
color:#ccc;