1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-07 11:41:57 +00:00

Use primary colours for the 'Start using Nextcloud' button in the first run wizard

(cherry picked from commit 4279b006ff)
This commit is contained in:
Magnus Walbeck 2021-06-30 22:33:27 +02:00
parent abfe5e713a
commit bd7ad9ea9b
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
3 changed files with 15 additions and 0 deletions

View file

@ -5,6 +5,7 @@
## Fixed
- Dashboard: Fix inversion of notifications icon when there are new notifications
- Use primary colours for the "Start using Nextcloud" button in the first run wizard
## 20.0.12 - 2021-06-20

View file

@ -0,0 +1,13 @@
/***
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* First Run Wizard --------------------------------------------------------- */
#firstrunwizard button.primary {
background-color: var(--color-primary-element) !important;
border-color: var(--color-primary-element) !important;
color: var(--color-primary-text) !important;
}

View file

@ -38,6 +38,7 @@
@import "apps/core/activity";
@import "apps/core/dashboard";
@import "apps/core/files";
@import "apps/core/firstrunwizard";
@import "apps/core/notifications";
@import "apps/core/photos";
// // Official