diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 5695a1b58..41dbebc06 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -797,6 +797,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { border-left-color: inherit; } +#rl-app .messageList .groupLabel { + background-color: var(--color-background-dark); + border-radius: var(--border-radius); + margin: 2px 0; +} + /* * message view */