Put back the red X displayed on some menu tabs when the action is not possible
This commit is contained in:
parent
9e4118d7bf
commit
5188c435b3
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user