Skip to content

Commit fc35443

Browse files
author
Kristan Kenney
committed
Update notification bell icon color
1 parent 41f066b commit fc35443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- /.l-menu -->
2121
<div class="l-profile noselect">
2222
<div class="l-menu__item"><a href="/edit/server/"><? echo gethostname(); ?></a></div>
23-
<div class="l-menu__item"><a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"><i class="fas fa-bell"></i></a></div>
23+
<div class="l-menu__item"><a class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"><i class="fas fa-bell <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " status-icon-yellow"; ?>"></i></a></div>
2424
<div class="l-menu__item"><a href="/edit/user/?user=<?php echo $user; ?>"><i class="fas fa-user-circle"></i> <?=$user?></a></div>
2525
<div class="l-menu__item"><a href="/logout/"> <?=__('Log out')?> <i class="fas fa-sign-out-alt"></i></a></div>
2626
</div>

0 commit comments

Comments
 (0)