From e179b461401683cdd9bd5c743876013143176363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 21 May 2023 19:19:50 +0000 Subject: [PATCH] chore: Add tabs --- .../app/themes/Nextcloud25/styles.css | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 16e356ff5..109a259f7 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -1557,4 +1557,25 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar #rl-app #V-PopupsNextcloudFiles li details summary[data-icon]::before { color: var(--color-primary); font-size: 20px; +} + +/* + * tabs + */ + +#rl-app .tabs > [id^=tab]:checked+label { + background-color: var(--color-main-background); + border-color: var(--color-primary-element); + border-bottom-color: transparent; +} + +#rl-app .tabs>label:hover { + border-color: transparent; + border-bottom-color: var(--color-primary-element); + background-color: var(--color-background-hover) +} + +#rl-app .tabs .tab-content { + border-color: var(--color-primary-element); + padding: 10px 20px; } \ No newline at end of file