changed color

This commit is contained in:
Diego Najar 2019-05-09 17:19:18 +02:00
parent 03835e8b04
commit 1419483708
1 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
</li>
<li class="nav-item mt-3">
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'new-content' ?>"><span style="color: #007bff;" class="oi oi-plus"></span><?php $L->p('New content') ?></a>
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'new-content' ?>"><span style="color: #0078D4;" class="oi oi-plus"></span><?php $L->p('New content') ?></a>
</li>
<?php if (checkRole(array('editor'),false)): ?>