From ef4ccdfb991795512b79d4069450059b2bc01f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 18 Dec 2022 20:52:18 +0000 Subject: [PATCH] fix: Incorrectly colored separator --- .../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 1e409c56d..b85d89943 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1143,7 +1143,9 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar padding: 8px; } -#rl-app .legend { +#rl-app .legend, +#rl-app #V-AdminPane hr, +#rl-app #V-SettingsPane hr { color: unset; border-color: var(--color-border); }