mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
UI Top Nav: Reposition Notification badge count and change color to warning
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
<?php if ($num_notifications > 0) { ?>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link" data-toggle="dropdown" href="#">
|
||||
<i class="fa fa-bell mr-3"></i>
|
||||
<span class="badge badge-light badge-pill navbar-badge"><?php echo $num_notifications; ?></span>
|
||||
<i class="far fa-bell"></i>
|
||||
<span class="badge badge-warning badge-pill navbar-badge position-absolute" style="top: 2px; right: 4px;"><?php echo $num_notifications; ?></span>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
||||
<a href="notifications.php" class="dropdown-item dropdown-header">
|
||||
|
||||
Reference in New Issue
Block a user