aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-11-22 21:10:11 +0000
committerMario <mario@mariovavti.com>2022-11-22 21:10:11 +0000
commit6de1aec68304aa82ba33d852df84d9784a8f37b2 (patch)
treed846705e76e965aac2c646d62e4d6865f0283a62 /view
parent41376ec2cda617549b717769f942019ebc2ba797 (diff)
downloadvolse-hubzilla-6de1aec68304aa82ba33d852df84d9784a8f37b2.tar.gz
volse-hubzilla-6de1aec68304aa82ba33d852df84d9784a8f37b2.tar.bz2
volse-hubzilla-6de1aec68304aa82ba33d852df84d9784a8f37b2.zip
the blue dots were slightly too bold.
Diffstat (limited to 'view')
-rw-r--r--view/tpl/messages_widget.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/messages_widget.tpl b/view/tpl/messages_widget.tpl
index ed3bc0aaf..5d0caf46d 100644
--- a/view/tpl/messages_widget.tpl
+++ b/view/tpl/messages_widget.tpl
@@ -54,7 +54,7 @@
</div>
<small>{{$e.info}}</small>
{{if $e.unseen}}
- <span class="badge {{$e.unseen_class}} rounded-pill position-absolute bottom-0 end-0 m-2" title="{{$strings.unseen}}">{{$e.unseen}}</span>
+ <span class="badge bg-transparent border border-{{$e.unseen_class}} text-{{$e.unseen_class}} rounded-pill position-absolute bottom-0 end-0 m-2" title="{{$strings.unseen}}">{{$e.unseen}}</span>
{{/if}}
</a>
{{/foreach}}
@@ -129,7 +129,7 @@
e.author_addr,
e.href,
e.icon,
- e.unseen ? '<span class="badge ' + e.unseen_class + ' rounded-pill position-absolute bottom-0 end-0 m-2" title="{{$strings.unseen}}">' + e.unseen + '</span>' : ''
+ e.unseen ? '<span class="badge bg-transparent border border-' + e.unseen_class + ' text-' + e.unseen_class + ' rounded-pill position-absolute bottom-0 end-0 m-2" title="{{$strings.unseen}}">' + e.unseen + '</span>' : ''
);
$('#messages-loading').before(html);
});