diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 5c5af3b7e..b35515b18 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1698,6 +1698,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background: unset; } +#rl-app #V-PopupsCompose .no-attachments-desc { + text-shadow: unset; +} + #rl-app #V-PopupsCompose .attachmentAreaParent { border-color: var(--color-border); }