Merge pull request #1290 from Tithugues/b4459_42

Fix display of #4459 fix.
This commit is contained in:
Marc Delisle 2014-07-18 16:15:16 -04:00
commit d3bddcd2fa
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 9999;
z-index: 100;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;

View File

@ -115,7 +115,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
}
#pma_navigation_tree_content a.hover_show_full {
position: relative;
z-index: 9999;
z-index: 100;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;