From 9306808263a828f0eabaf4a32259d4f4a06b7148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 18 Dec 2022 16:48:57 +0000 Subject: [PATCH] chore: Hide unnecessary theme settings --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 5cad369e6..2e5bcda26 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1107,6 +1107,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar color: var(--color-text-lighter); } +/* hide additional theme settings, as these are made via Nextcloud theming */ +#rl-app #V-SettingsPane #V-Settings-Themes .form-horizontal { + display: none !important; +} + /* * admin settings */