From fd2f7e8c9dcab3c85c1f9c1904bb53a614bce7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Wed, 24 May 2023 10:36:52 +0000 Subject: [PATCH] fix: Striped table --- .../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 e94d1f921..709b7eb57 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1462,6 +1462,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar background-color: var(--color-background-hover); } +#rl-app .table-striped tbody tr:nth-child(odd) td, +#rl-app .table-striped tbody tr:nth-child(odd) th { + background-color: var(--color-background-dark); +} + #rl-app #V-Settings-Themes figure, #rl-app #V-Settings-Themes img { border-radius: var(--border-radius-large);