From cbbf673f4d9c55d2b13b427d8d610a249f5ebbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 22 May 2023 09:44:56 +0000 Subject: [PATCH] chore: Add plugin popups --- .../snappymail/app/themes/Nextcloud25/styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index d958ada0e..e3f4e9e97 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1491,6 +1491,22 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar margin: 0 0 0 5px; } +#rl-app #V-PopupsPlugin .help-block span { + background-color: var(--color-background-dark); + border-color: var(--color-border); + border-radius: var(--border-radius); + box-shadow: 0 0 2px var(--color-box-shadow); + color: unset; + left: 10px; + right: unset; + padding: 8px; + margin: 7px; +} + +#rl-app #V-PopupsPlugin .help-block { + margin-left: 5px; +} + #rl-app #V-PopupsIdentity .e-signature-place { border: none; }