aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-07 20:14:11 +0000
committerMario <mario@mariovavti.com>2022-01-07 20:14:11 +0000
commit8cc64176b43e8dc84e3a162cd3e1d9fba353c266 (patch)
treed46820e7438d213d2879c35c3278950ee81b6a8f /view/tpl
parent7450ac1a31596ba7dade032d6a38008eb339eba2 (diff)
downloadvolse-hubzilla-8cc64176b43e8dc84e3a162cd3e1d9fba353c266.tar.gz
volse-hubzilla-8cc64176b43e8dc84e3a162cd3e1d9fba353c266.tar.bz2
volse-hubzilla-8cc64176b43e8dc84e3a162cd3e1d9fba353c266.zip
missing files
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/widget_menu_count.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/widget_menu_count.tpl b/view/tpl/widget_menu_count.tpl
index ed70d3295..5e8189b5f 100644
--- a/view/tpl/widget_menu_count.tpl
+++ b/view/tpl/widget_menu_count.tpl
@@ -5,7 +5,7 @@
<li class="nav-item">
<a class="nav-link {{if $menu_item.active}} active{{/if}}" href="{{$menu_item.href}}" title="{{$menu_item.title}}">
{{$menu_item.label}}
- <span class="badge bg-secondary float-end">{{$menu_item.count}}</span>
+ <span class="badge {{if $menu_item.active}} bg-light text-dark{{else}} bg-secondary{{/if}} float-end">{{$menu_item.count}}</span>
</a>
<li>
{{/foreach}}