From f601e02bf7d3a06291ad016cd63f92c5e74876ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 20 Feb 2023 11:53:34 +0000 Subject: [PATCH] chore: Add error tooltip --- .../snappymail/app/themes/Nextcloud25/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 73adee6a9..95dfe9f04 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -92,6 +92,17 @@ html.rl-left-panel-disabled #rl-app #rl-left { margin-left: unset; } +#rl-app .error-to { + color: var(--color-error); +} + +#rl-app [data-rainloopErrorTip]::before { + background: var(--color-background-dark); + border-radius: var(--border-radius); + border-color: var(--color-border-dark); + color: var(--color-error); +} + /* * loading and login screen */