mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-03-15 21:14:55 +00:00
Make the license header more specifically reflect the actual license
This commit is contained in:
parent
c8e574a0fb
commit
4ff636220b
47 changed files with 133 additions and 110 deletions
css
apps
official
_activity.scss_announcement-center.scss_calendar.scss_contacts.scss_deck.scss_external-sites.scss_files.scss_first-run-wizard.scss_group-folders.scss_ldap.scss_log-reader.scss_mail.scss_maps.scss_news.scss_notes.scss_notifications.scss_photos.scss_retention.scss_system-monitoring.scss_tasks.scss_text.scss
thirdparty
server
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Activity ----------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Announcement Center ------------------------------------------------------ */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Calendar ----------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Contacts ----------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Deck --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* External sites ----------------------------------------------------------- */
|
||||
|
||||
#external ul.icon-list .img {
|
||||
background-color: var(--color-main-background) !important;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Files -------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* First Run Wizard --------------------------------------------------------- */
|
||||
|
||||
|
@ -12,4 +12,4 @@
|
|||
&:hover, &:focus {
|
||||
color: var(--color-text-link) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Group folders ------------------------------------------------------------ */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* LDAP --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Log reader --------------------------------------------------------------- */
|
||||
|
||||
|
@ -26,4 +26,4 @@
|
|||
border-bottom-color: var(--color-border);
|
||||
background-color: var(--color-main-background) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Mail --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Maps --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* News --------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Notes -------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Notifications ------------------------------------------------------------ */
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Photos ------------------------------------------------------------------- */
|
||||
|
||||
.app-photos {
|
||||
background-color: var(--color-main-background);
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Retention ---------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* System monitoring -------------------------------------------------------- */
|
||||
|
||||
|
@ -23,4 +23,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Tasks -------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Text --------------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_analytics.scss
vendored
4
css/apps/thirdparty/_analytics.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Analytics ---------------------------------------------------------------- */
|
||||
|
||||
|
|
6
css/apps/thirdparty/_audio-player.scss
vendored
6
css/apps/thirdparty/_audio-player.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Audio Player ------------------------------------------------------------- */
|
||||
|
||||
|
@ -151,4 +151,4 @@
|
|||
.sm2-inline-button.shuffle {
|
||||
background-image: var(--icon-audioplayer-shuffle-f2f2f2) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4
css/apps/thirdparty/_bookmarks.scss
vendored
4
css/apps/thirdparty/_bookmarks.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Bookmarks ---------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_circles.scss
vendored
4
css/apps/thirdparty/_circles.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Circles ------------------------------------------------------------------ */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_dashboard.scss
vendored
4
css/apps/thirdparty/_dashboard.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Dashboard ---------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_files-markdown.scss
vendored
4
css/apps/thirdparty/_files-markdown.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Markdown editor -----------------------------------------------------------*/
|
||||
|
||||
|
|
4
css/apps/thirdparty/_flow-upload.scss
vendored
4
css/apps/thirdparty/_flow-upload.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Flow Upload -------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_fulltextsearch.scss
vendored
4
css/apps/thirdparty/_fulltextsearch.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* FullTextSearch ----------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_music.scss
vendored
4
css/apps/thirdparty/_music.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Music -------------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_ojsxc.scss
vendored
4
css/apps/thirdparty/_ojsxc.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* JavaScript XMPP Chat ----------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_passman.scss
vendored
4
css/apps/thirdparty/_passman.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Passman ------------------------------------------------------------------ */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_passwords.scss
vendored
4
css/apps/thirdparty/_passwords.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Passwords ---------------------------------------------------------------- */
|
||||
|
||||
|
|
6
css/apps/thirdparty/_phone-sync.scss
vendored
6
css/apps/thirdparty/_phone-sync.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Phone Sync --------------------------------------------------------------- */
|
||||
|
||||
|
@ -70,4 +70,4 @@
|
|||
|
||||
.msg-sent {
|
||||
border-color: var(--color-success);
|
||||
}
|
||||
}
|
||||
|
|
4
css/apps/thirdparty/_polls.scss
vendored
4
css/apps/thirdparty/_polls.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Polls -------------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_quicknotes.scss
vendored
4
css/apps/thirdparty/_quicknotes.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Quick Notes -------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_radio.scss
vendored
4
css/apps/thirdparty/_radio.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Radio -------------------------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_terms-of-service.scss
vendored
4
css/apps/thirdparty/_terms-of-service.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2020, Magnus Walbeck (mw@mwalbeck.org)
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Terms of service --------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* User account deletion ---------------------------------------------------- */
|
||||
|
||||
|
|
4
css/apps/thirdparty/_weather.scss
vendored
4
css/apps/thirdparty/_weather.scss
vendored
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2018, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Weather ------------------------------------------------------------------ */
|
||||
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
/***
|
||||
/**
|
||||
* Breeze Dark theme for Nextcloud
|
||||
*
|
||||
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
:root {
|
||||
--color-main-text: rgba(239, 240, 241, 1) !important;
|
||||
|
|
|
@ -1,14 +1,33 @@
|
|||
/*
|
||||
=============================================================================
|
||||
* Breeze Dark for Nextcloud
|
||||
* Version: 18.0.12
|
||||
* Date 2020-04-18
|
||||
* Copyright (C) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
* License: AGPLv3 - https://github.com/mwalbeck/nextcloud-breeze-dark/blob/master/COPYING
|
||||
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
|
||||
* Made with the help of contributors! See AUTHORS.md
|
||||
=============================================================================
|
||||
*/
|
||||
/**
|
||||
* =============================================================================
|
||||
* Breeze Dark for Nextcloud
|
||||
* Version: 18.0.12
|
||||
* Date 2020-04-18
|
||||
* Source code: https://github.com/mwalbeck/nextcloud-breeze-dark
|
||||
* Made with the help of contributors! See AUTHORS.md
|
||||
* =============================================================================
|
||||
*
|
||||
* @copyright Copyright (C) 2017 Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @author Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3 or any later version
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
|
||||
// General and Nextcloud Core
|
||||
@import 'server/functions';
|
||||
@import 'server/color-variables';
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* App menu ----------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2019, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
:root {
|
||||
--color-main-text: rgba(239, 240, 241, 1) !important;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Icon variables ----------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Places ------------------------------------------------------------------- */
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/***
|
||||
* @copyright Copyright (c) 2017, Magnus Walbeck <mw@mwalbeck.org>
|
||||
*
|
||||
* @license GNU AGPL version 3
|
||||
***/
|
||||
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
|
||||
*/
|
||||
|
||||
/* Input Fields -------------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue