mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 12:54:51 +00:00
Revert notification Icon and badge color
This commit is contained in:
@@ -42,12 +42,12 @@
|
|||||||
<?php if ($num_notifications > 0) { ?>
|
<?php if ($num_notifications > 0) { ?>
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link" data-toggle="dropdown" href="#">
|
<a class="nav-link" data-toggle="dropdown" href="#">
|
||||||
<i class="far fa-bell"></i>
|
<i class="fas fa-bell"></i>
|
||||||
<span class="badge badge-warning badge-pill navbar-badge position-absolute" style="top: 2px; right: 4px;"><?php echo $num_notifications; ?></span>
|
<span class="badge badge-light badge-pill navbar-badge position-absolute" style="top: 1px; right: 3px;">12</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
||||||
<a href="notifications.php" class="dropdown-item dropdown-header">
|
<a href="notifications.php" class="dropdown-item dropdown-header">
|
||||||
<i class="fas fa-fw fa-bell mr-2"></i>
|
<i class="fas fa-bell mr-2"></i>
|
||||||
<strong><?php echo $num_notifications; ?></strong>
|
<strong><?php echo $num_notifications; ?></strong>
|
||||||
Notifications
|
Notifications
|
||||||
</a>
|
</a>
|
||||||
@@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link" data-toggle="dropdown" href="#" aria-expanded="false">
|
<a class="nav-link" data-toggle="dropdown" href="#" aria-expanded="false">
|
||||||
<i class="far fa-bell"></i>
|
<i class="fas fa-bell"></i>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu dropdown-menu-right" style="left: inherit; right: 0px;">
|
<div class="dropdown-menu dropdown-menu dropdown-menu-right" style="left: inherit; right: 0px;">
|
||||||
<span class="dropdown-item dropdown-header">No Notifications</span>
|
<span class="dropdown-item dropdown-header">No Notifications</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user