From 88ad0ccc6c12b83628a7916c1daeaf9a41c22444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 17 Dec 2022 19:16:55 +0000 Subject: [PATCH] chore: Improve unread count badge --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 3a2fe7450..25a145e04 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -79,7 +79,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { } /* - * icons +* icons */ #rl-app .iconcolor-green { @@ -135,12 +135,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { #rl-app .b-folders .b-folders-system a[data-unread]::after { display: block; margin: 0 ; + padding: 2px 6px; top: 50%; transform: translateY(-50%); color: var(--color-primary-element); background-color: var(--color-primary-light); + font-size: 12px; text-shadow: none; }