Change colour of menu item 'Overview' → 'Packages' to black (like the other menu items in the same group)

This commit is contained in:
Nils Steinger
2015-09-22 23:45:33 +02:00
parent c9052ffb06
commit f397f53f5f

View File

@@ -93,7 +93,7 @@ if (isset($config['graylog']['server']) && isset($config['graylog']['port'])) {
if ( dbFetchCell("SELECT 1 from `packages` LIMIT 1") ) {
?>
<li>
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg fa-nav-icons"></i> Packages</a>
<a href="<?php echo(generate_url(array('page'=>'search','search'=>'packages'))); ?>"><i class="fa fa-archive fa-fw fa-lg"></i> Packages</a>
</li>
<?php
} # if ($packages)