1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-04-07 22:45:40 +00:00

Add support for Electronic signatures app

This commit is contained in:
Magnus Walbeck 2021-12-11 16:50:01 +01:00
parent 1a347926d9
commit f1c89f9e0e
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
3 changed files with 22 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Support for Electronic Signatures app
## 23.0.0 - 2021-12-04
### Added

View file

@ -0,0 +1,17 @@
/***
* @copyright Copyright (c) 2021, Magnus Walbeck <mw@mwalbeck.org>
*
* @license GNU AGPL version 3 or any later version, see COPYING file for more.
*/
/* Electronic Signatures ---------------------------------------------------- */
// Overlay colour when the modal use to sent a signing request is loading
.modal-mask .loader {
background-color: rgba(0, 0, 0, 0.3) !important;
}
/* Icons -------------------------------------------------------------------- */
.custom-icon-signature {
color: var(--color-icon) !important;
}

View file

@ -69,6 +69,7 @@
@import "apps/thirdparty/collectives";
@import "apps/thirdparty/cookbook";
@import "apps/thirdparty/cospend";
@import "apps/thirdparty/electronicsignatures";
@import "apps/thirdparty/flow-upload";
@import "apps/thirdparty/fulltextsearch";
@import "apps/thirdparty/gpxmotion";