Use faded names for unclickable items in the navigation

This commit is contained in:
Rouslan Placella 2012-07-17 17:09:55 +01:00
parent 0d7687d235
commit ced09341ff

View File

@ -93,7 +93,7 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
/* Navigation tree*/
#pma_navigation_tree {
margin: 0.5em 0 0 1em;
color: black;
color: #444;
}
#pma_navigation_tree a {
color: <?php echo $GLOBALS['cfg']['NaviColor']; ?>;