From 36d66362e6a6d6a69e68ec00188e32baafea95fb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 16 Jan 2019 15:17:16 +0100 Subject: [PATCH] Fix first run wizard for dark theme Signed-off-by: Jan-Christoph Borchardt --- css/firstrunwizard.scss | 13 ++----------- templates/page.clients.php | 6 +++--- templates/personal-settings.php | 9 +++------ 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/css/firstrunwizard.scss b/css/firstrunwizard.scss index cbf9eedf4..f8245d205 100644 --- a/css/firstrunwizard.scss +++ b/css/firstrunwizard.scss @@ -1,6 +1,7 @@ @import 'colorbox.scss'; #cboxLoadedContent { + background-color: var(--color-main-background) !important; border-radius: var(--border-radius-large); overflow: hidden !important; } @@ -39,13 +40,6 @@ padding: 0; } -.clientslinks .appsmall { - height: 32px; - width: 32px; - position: relative; - opacity: .5; - vertical-align: middle; -} .clientslinks .button { display: inline-block; padding: 8px; @@ -232,11 +226,8 @@ text-align: center; } -.icon-source { - background-image: url('../img/source.svg'); -} .icon-world { - background-image: url('../img/world.svg'); + background-image: var(--icon-link-000); } @media only screen and (max-width: 680px) { diff --git a/templates/page.clients.php b/templates/page.clients.php index 379bfcce3..d96e29bb1 100644 --- a/templates/page.clients.php +++ b/templates/page.clients.php @@ -52,17 +52,17 @@

t('Connect your desktop apps to %s', array($theme->getName()))); ?>

- + t('Connect your calendar')); ?> - + t('Connect your contacts')); ?> - + t('Access files via WebDAV')); ?> diff --git a/templates/personal-settings.php b/templates/personal-settings.php index 0defd4b6e..87d73b3ce 100644 --- a/templates/personal-settings.php +++ b/templates/personal-settings.php @@ -58,18 +58,15 @@