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:
parent
abfe5e713a
commit
bd7ad9ea9b
3 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
13
css/apps/core/_firstrunwizard.scss
Normal file
13
css/apps/core/_firstrunwizard.scss
Normal 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;
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue