Button plus with color, more cool

This commit is contained in:
Diego Najar 2019-02-02 16:15:01 +01:00
parent 785965db35
commit 43923882cd
1 changed files with 1 additions and 1 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 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: #007bff;" class="oi oi-plus"></span><?php $L->p('New content') ?></a>
</li>
<?php if (checkRole(array('editor'),false)): ?>