Put back the red X displayed on some menu tabs when the action is not possible
This commit is contained in:
@@ -798,7 +798,7 @@ ul#topmenu > li.active {
|
|||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
ul#topmenu span.tab,
|
ul#topmenu span.tab,
|
||||||
a.warning,
|
a.error,
|
||||||
ul#topmenu span.tabcaution {
|
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;
|
||||||
}
|
}
|
||||||
|
@@ -992,6 +992,7 @@ ul#topmenu > li.active {
|
|||||||
|
|
||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
ul#topmenu span.tab,
|
ul#topmenu span.tab,
|
||||||
|
a.error,
|
||||||
ul#topmenu span.tabcaution {
|
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;
|
||||||
|
Reference in New Issue
Block a user