changed color
This commit is contained in:
parent
03835e8b04
commit
1419483708
|
@ -13,7 +13,7 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item mt-3">
|
<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>
|
</li>
|
||||||
|
|
||||||
<?php if (checkRole(array('editor'),false)): ?>
|
<?php if (checkRole(array('editor'),false)): ?>
|
||||||
|
@ -57,11 +57,11 @@
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'about' ?>"><?php $L->p('About') ?></a>
|
<a class="nav-link" href="<?php echo HTML_PATH_ADMIN_ROOT.'about' ?>"><?php $L->p('About') ?></a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (checkRole(array('admin', 'editor'),false)): ?>
|
<?php if (checkRole(array('admin', 'editor'),false)): ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!empty($plugins['adminSidebar'])) {
|
if (!empty($plugins['adminSidebar'])) {
|
||||||
echo '<li class="nav-item"><hr></li>';
|
echo '<li class="nav-item"><hr></li>';
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<li class="nav-item mt-5">
|
<li class="nav-item mt-5">
|
||||||
|
|
Loading…
Reference in New Issue